Skip to content

Commit fd513ff

Browse files
committedMar 13, 2025
feat(api): api update (#3975)
1 parent 177815f commit fd513ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1570
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6e348c5f2a0923834af2357c619fc89a639c49f484dbba769a4ec17328493818.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b1d62ee304bcbec71b90c35e9078c7a0b0428d19f4c2ebe541fd14b6046977f5.yml

‎zero_trust/networksubnet.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,12 @@ type NetworkSubnetListParamsSubnetTypes string
204204

205205
const (
206206
NetworkSubnetListParamsSubnetTypesCloudflareSource NetworkSubnetListParamsSubnetTypes = "cloudflare_source"
207+
NetworkSubnetListParamsSubnetTypesWARP NetworkSubnetListParamsSubnetTypes = "warp"
207208
)
208209

209210
func (r NetworkSubnetListParamsSubnetTypes) IsKnown() bool {
210211
switch r {
211-
case NetworkSubnetListParamsSubnetTypesCloudflareSource:
212+
case NetworkSubnetListParamsSubnetTypesCloudflareSource, NetworkSubnetListParamsSubnetTypesWARP:
212213
return true
213214
}
214215
return false

0 commit comments

Comments
 (0)