Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jan 13, 2025
1 parent 899c979 commit c706071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1448
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-372f8f48e969702b4bcf6b711bbe06a2f49b19a7c8c885017659bd05a4978862.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d2f05325a71a386987074fbab49673b6a1172a173789df9ed0d6db31a293904.yml
4 changes: 2 additions & 2 deletions src/resources/addressing/address-maps/address-maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export namespace AddressMapCreateResponse {
created_at?: string;

/**
* An IPv4 or IPv6 address.
* An IPv4 or IPv6 address. foo
*/
ip?: string;
}
Expand Down Expand Up @@ -340,7 +340,7 @@ export namespace AddressMapGetResponse {
created_at?: string;

/**
* An IPv4 or IPv6 address.
* An IPv4 or IPv6 address. foo
*/
ip?: string;
}
Expand Down

0 comments on commit c706071

Please sign in to comment.