File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -204,11 +204,12 @@ type NetworkSubnetListParamsSubnetTypes string
204
204
205
205
const (
206
206
NetworkSubnetListParamsSubnetTypesCloudflareSource NetworkSubnetListParamsSubnetTypes = "cloudflare_source"
207
+ NetworkSubnetListParamsSubnetTypesWARP NetworkSubnetListParamsSubnetTypes = "warp"
207
208
)
208
209
209
210
func (r NetworkSubnetListParamsSubnetTypes ) IsKnown () bool {
210
211
switch r {
211
- case NetworkSubnetListParamsSubnetTypesCloudflareSource :
212
+ case NetworkSubnetListParamsSubnetTypesCloudflareSource , NetworkSubnetListParamsSubnetTypesWARP :
212
213
return true
213
214
}
214
215
return false
You can’t perform that action at this time.
0 commit comments