Skip to content

feat(api): update via SDK Studio #2191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2024
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
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