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 345ac45

Browse files
committedMar 6, 2025·
feat(api): api update (#2502)
1 parent 69efc62 commit 345ac45

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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-ab5b709162ed7262b734721d678b71653c56471a83e49987cc9ed462a1e601ca.yml
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Optional
43

54
from ..._models import BaseModel
65

76
__all__ = ["SettingGetResponse"]
87

98

109
class SettingGetResponse(BaseModel):
11-
default_asn: Optional[int] = None
10+
default_asn: int
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Optional
43

54
from ..._models import BaseModel
65

76
__all__ = ["SettingUpdateResponse"]
87

98

109
class SettingUpdateResponse(BaseModel):
11-
default_asn: Optional[int] = None
10+
default_asn: int

0 commit comments

Comments
 (0)
Please sign in to comment.