Skip to content

Commit 1dedfa9

Browse files
feat(api): api update (#2355)
1 parent 7f83adf commit 1dedfa9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1493
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de70b033c163b7a4d4a11c5c66a7bcf7162020c433006b0d6b2d3e43c5b24df4.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3d78f855257b55bbb80884f99c3802cae877968d140eed3557fcb2cdd5f937b3.yml

src/cloudflare/types/ai_gateway/log_delete_params.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class Filter(TypedDict, total=False):
5454
"request_type",
5555
"metadata.key",
5656
"metadata.value",
57+
"prompts.prompt_id",
58+
"prompts.version_id",
5759
]
5860
]
5961

src/cloudflare/types/ai_gateway/log_list_params.py

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ class Filter(TypedDict, total=False):
9393
"request_type",
9494
"metadata.key",
9595
"metadata.value",
96+
"prompts.prompt_id",
97+
"prompts.version_id",
9698
]
9799
]
98100

0 commit comments

Comments
 (0)