Skip to content

Commit ccf4739

Browse files
feat(api): aggregated API specs update
1 parent 4c050cd commit ccf4739

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 523
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-698f6e25022abbe89e2e5e1dd25d882f75001f469dd8a6ff26cbf726eadd9bc2.yml
3-
openapi_spec_hash: 5999cb3b726ce1b7b3d44594bddf8d25
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-73daaa52c3abe2ede71458fb16b9c50e20fbb16133b90b3e7b7f516277532da5.yml
3+
openapi_spec_hash: e226b124391b1e9f62b9c1ddae64d5c9
44
config_hash: 28b1157595821f9f0eb3e9f3ea690703

src/gcore/types/cloud/floating_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class FloatingIP(BaseModel):
14-
id: Optional[str] = None
14+
id: str
1515
"""Floating IP ID"""
1616

1717
created_at: datetime

src/gcore/types/cloud/floating_ip_detailed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Instance(BaseModel):
153153

154154

155155
class FloatingIPDetailed(BaseModel):
156-
id: Optional[str] = None
156+
id: str
157157
"""Floating IP ID"""
158158

159159
created_at: datetime

0 commit comments

Comments
 (0)