Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1f20d7

Browse files
committedMar 13, 2025
chore(internal): codegen related update (#3984)
1 parent 326115f commit f1f20d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1565
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fbf59cc5a64574f18765fa3429aeda35824a484f16e252f1dfacc9e05bb573ab.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-96f7cf52c5e67130099eea2f983eb6da3b0a31b9279b863c3d7f44b9f08b088e.yml

‎network_interconnects/setting.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (r *SettingService) Get(ctx context.Context, query SettingGetParams, opts .
5858
}
5959

6060
type SettingUpdateResponse struct {
61-
DefaultASN int64 `json:"default_asn,nullable"`
61+
DefaultASN int64 `json:"default_asn,required"`
6262
JSON settingUpdateResponseJSON `json:"-"`
6363
}
6464

@@ -79,7 +79,7 @@ func (r settingUpdateResponseJSON) RawJSON() string {
7979
}
8080

8181
type SettingGetResponse struct {
82-
DefaultASN int64 `json:"default_asn,nullable"`
82+
DefaultASN int64 `json:"default_asn,required"`
8383
JSON settingGetResponseJSON `json:"-"`
8484
}
8585

0 commit comments

Comments
 (0)
Please sign in to comment.