Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 20, 2024
1 parent 8fa356e commit b480965
Show file tree
Hide file tree
Showing 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/types/api_gateway/operation_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit b480965

Please sign in to comment.