From 1c419465c0f5b6a7456a731e75cde2854b197f92 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:50:29 +0000 Subject: [PATCH] feat(api): update via SDK Studio (#2173) --- .stats.yml | 2 +- src/resources/api-gateway/operations/operations.ts | 6 +++--- src/resources/api-gateway/user-schemas/operations.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index beeb778e61..7dd97400cc 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/resources/api-gateway/operations/operations.ts b/src/resources/api-gateway/operations/operations.ts index 3f3c3b632d..3d28420655 100644 --- a/src/resources/api-gateway/operations/operations.ts +++ b/src/resources/api-gateway/operations/operations.ts @@ -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; @@ -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; @@ -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; diff --git a/src/resources/api-gateway/user-schemas/operations.ts b/src/resources/api-gateway/user-schemas/operations.ts index 50fe19d0fa..3473160dd5 100644 --- a/src/resources/api-gateway/user-schemas/operations.ts +++ b/src/resources/api-gateway/user-schemas/operations.ts @@ -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;