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 1
1
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
Original file line number Diff line number Diff line change @@ -367,7 +367,9 @@ export namespace LogListParams {
367
367
| 'event_id'
368
368
| 'request_type'
369
369
| 'metadata.key'
370
- | 'metadata.value' ;
370
+ | 'metadata.value'
371
+ | 'prompts.prompt_id'
372
+ | 'prompts.version_id' ;
371
373
372
374
operator : 'eq' | 'neq' | 'contains' | 'lt' | 'gt' ;
373
375
@@ -434,7 +436,9 @@ export namespace LogDeleteParams {
434
436
| 'event_id'
435
437
| 'request_type'
436
438
| 'metadata.key'
437
- | 'metadata.value' ;
439
+ | 'metadata.value'
440
+ | 'prompts.prompt_id'
441
+ | 'prompts.version_id' ;
438
442
439
443
operator : 'eq' | 'neq' | 'contains' | 'lt' | 'gt' ;
440
444
You can’t perform that action at this time.
0 commit comments