diff --git a/.stats.yml b/.stats.yml index beeb778e619..7dd97400cc6 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/cloudflare/types/api_gateway/operation_create_response.py b/src/cloudflare/types/api_gateway/operation_create_response.py index f259f867239..f8b9f738808 100644 --- a/src/cloudflare/types/api_gateway/operation_create_response.py +++ b/src/cloudflare/types/api_gateway/operation_create_response.py @@ -32,7 +32,7 @@ class OperationCreateResponseItemFeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel): auth_id_tokens: Optional[int] = None - """The total number of auth-ids seen across this calculation.""" + """The total number of auth-ids seen across this calculation foo.""" data_points: Optional[int] = None """The number of data points used for the threshold suggestion calculation.""" diff --git a/src/cloudflare/types/api_gateway/operation_get_response.py b/src/cloudflare/types/api_gateway/operation_get_response.py index 36585cba248..9fe58e8a5f8 100644 --- a/src/cloudflare/types/api_gateway/operation_get_response.py +++ b/src/cloudflare/types/api_gateway/operation_get_response.py @@ -31,7 +31,7 @@ class FeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel): auth_id_tokens: Optional[int] = None - """The total number of auth-ids seen across this calculation.""" + """The total number of auth-ids seen across this calculation foo.""" data_points: Optional[int] = None """The number of data points used for the threshold suggestion calculation.""" diff --git a/src/cloudflare/types/api_gateway/operation_list_response.py b/src/cloudflare/types/api_gateway/operation_list_response.py index de42fa68ed0..10b845b1631 100644 --- a/src/cloudflare/types/api_gateway/operation_list_response.py +++ b/src/cloudflare/types/api_gateway/operation_list_response.py @@ -31,7 +31,7 @@ class FeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel): auth_id_tokens: Optional[int] = None - """The total number of auth-ids seen across this calculation.""" + """The total number of auth-ids seen across this calculation foo.""" data_points: Optional[int] = None """The number of data points used for the threshold suggestion calculation.""" diff --git a/src/cloudflare/types/api_gateway/user_schemas/operation_list_response.py b/src/cloudflare/types/api_gateway/user_schemas/operation_list_response.py index da75807ea53..99f69ef3a79 100644 --- a/src/cloudflare/types/api_gateway/user_schemas/operation_list_response.py +++ b/src/cloudflare/types/api_gateway/user_schemas/operation_list_response.py @@ -33,7 +33,7 @@ class APIShieldOperationFeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel): auth_id_tokens: Optional[int] = None - """The total number of auth-ids seen across this calculation.""" + """The total number of auth-ids seen across this calculation foo.""" data_points: Optional[int] = None """The number of data points used for the threshold suggestion calculation."""