Skip to content

Commit

Permalink
feat(api): api update (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 13, 2025
1 parent 7f83adf commit 1dedfa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1493
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de70b033c163b7a4d4a11c5c66a7bcf7162020c433006b0d6b2d3e43c5b24df4.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3d78f855257b55bbb80884f99c3802cae877968d140eed3557fcb2cdd5f937b3.yml
2 changes: 2 additions & 0 deletions src/cloudflare/types/ai_gateway/log_delete_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class Filter(TypedDict, total=False):
"request_type",
"metadata.key",
"metadata.value",
"prompts.prompt_id",
"prompts.version_id",
]
]

Expand Down
2 changes: 2 additions & 0 deletions src/cloudflare/types/ai_gateway/log_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class Filter(TypedDict, total=False):
"request_type",
"metadata.key",
"metadata.value",
"prompts.prompt_id",
"prompts.version_id",
]
]

Expand Down

0 comments on commit 1dedfa9

Please sign in to comment.