Skip to content

Commit f1abb27

Browse files
feat(api): api update
1 parent 5128329 commit f1abb27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-46ae98ac058f8748b8ce2ff270c37edc601a9980f18cebe115f7df45974e7b9e.yml
3-
openapi_spec_hash: 48d63c6a54028125b8be56594f86f899
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3215c3ed5946a8ca7b39032c155f200362787d90d9f4be82df9c471b379c451b.yml
3+
openapi_spec_hash: 8ec2562cfbd4383c2767c3e16d63981c
44
config_hash: de4c81cee29cd7dd907279e8916b334f

src/resources/url-normalization.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface URLNormalizationUpdateResponse {
7777
/**
7878
* The scope of the URL normalization.
7979
*/
80-
scope: 'incoming' | 'both';
80+
scope: 'incoming' | 'both' | 'none';
8181

8282
/**
8383
* The type of URL normalization performed by Cloudflare.
@@ -92,7 +92,7 @@ export interface URLNormalizationGetResponse {
9292
/**
9393
* The scope of the URL normalization.
9494
*/
95-
scope: 'incoming' | 'both';
95+
scope: 'incoming' | 'both' | 'none';
9696

9797
/**
9898
* The type of URL normalization performed by Cloudflare.
@@ -109,7 +109,7 @@ export interface URLNormalizationUpdateParams {
109109
/**
110110
* Body param: The scope of the URL normalization.
111111
*/
112-
scope: 'incoming' | 'both';
112+
scope: 'incoming' | 'both' | 'none';
113113

114114
/**
115115
* Body param: The type of URL normalization performed by Cloudflare.

0 commit comments

Comments
 (0)