Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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