Skip to content

Commit 91e7a25

Browse files
feat(api): api update (#2494)
1 parent 0b006c6 commit 91e7a25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1607
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9566037032a1a8a0f3b6738beb772a1fb47b952610799ce49d8d11bfbd412bcb.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6c816cd91b03585d85f0a6f7fa80d121e74c3b6e9de1d79449652e840f25d3dc.yml

src/resources/logpush/jobs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export interface OutputOptions {
326326
* If set to true, will cause all occurrences of `${` in the generated files to be
327327
* replaced with `x{`.
328328
*/
329-
'CVE-2021-4428'?: boolean | null;
329+
'CVE-2021-44228'?: boolean | null;
330330

331331
/**
332332
* String to join fields. This field be ignored when `record_template` is set.
@@ -402,7 +402,7 @@ export interface OutputOptionsParam {
402402
* If set to true, will cause all occurrences of `${` in the generated files to be
403403
* replaced with `x{`.
404404
*/
405-
'CVE-2021-4428'?: boolean | null;
405+
'CVE-2021-44228'?: boolean | null;
406406

407407
/**
408408
* String to join fields. This field be ignored when `record_template` is set.

tests/api-resources/logpush/jobs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('resource jobs', () => {
4242
output_options: {
4343
batch_prefix: 'batch_prefix',
4444
batch_suffix: 'batch_suffix',
45-
'CVE-2021-4428': true,
45+
'CVE-2021-44228': true,
4646
field_delimiter: 'field_delimiter',
4747
field_names: ['ClientIP', 'EdgeStartTimestamp', 'RayID'],
4848
output_type: 'ndjson',

0 commit comments

Comments
 (0)