File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff line change @@ -367,7 +367,9 @@ export namespace LogListParams {
367367 | 'event_id'
368368 | 'request_type'
369369 | 'metadata.key'
370- | 'metadata.value' ;
370+ | 'metadata.value'
371+ | 'prompts.prompt_id'
372+ | 'prompts.version_id' ;
371373
372374 operator : 'eq' | 'neq' | 'contains' | 'lt' | 'gt' ;
373375
@@ -434,7 +436,9 @@ export namespace LogDeleteParams {
434436 | 'event_id'
435437 | 'request_type'
436438 | 'metadata.key'
437- | 'metadata.value' ;
439+ | 'metadata.value'
440+ | 'prompts.prompt_id'
441+ | 'prompts.version_id' ;
438442
439443 operator : 'eq' | 'neq' | 'contains' | 'lt' | 'gt' ;
440444
You can’t perform that action at this time.
0 commit comments