Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 20, 2024
1 parent 9a03141 commit 1c41946
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-5414c8c509823f43fe91c2e86ca0011bbb433261ed182678d52d6b7f86ba28f1.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-372f8f48e969702b4bcf6b711bbe06a2f49b19a7c8c885017659bd05a4978862.yml
6 changes: 3 additions & 3 deletions src/resources/api-gateway/operations/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export namespace OperationCreateResponse {
export namespace APIShieldOperationFeatureThresholds {
export interface Thresholds {
/**
* The total number of auth-ids seen across this calculation.
* The total number of auth-ids seen across this calculation foo.
*/
auth_id_tokens?: number;

Expand Down Expand Up @@ -472,7 +472,7 @@ export namespace OperationListResponse {
export namespace APIShieldOperationFeatureThresholds {
export interface Thresholds {
/**
* The total number of auth-ids seen across this calculation.
* The total number of auth-ids seen across this calculation foo.
*/
auth_id_tokens?: number;

Expand Down Expand Up @@ -773,7 +773,7 @@ export namespace OperationGetResponse {
export namespace APIShieldOperationFeatureThresholds {
export interface Thresholds {
/**
* The total number of auth-ids seen across this calculation.
* The total number of auth-ids seen across this calculation foo.
*/
auth_id_tokens?: number;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/api-gateway/user-schemas/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export namespace OperationListResponse {
export namespace APIShieldOperationFeatureThresholds {
export interface Thresholds {
/**
* The total number of auth-ids seen across this calculation.
* The total number of auth-ids seen across this calculation foo.
*/
auth_id_tokens?: number;

Expand Down

0 comments on commit 1c41946

Please sign in to comment.