Skip to content

Commit eb53954

Browse files
feat(api): aggregated API specs update
1 parent 3aaae61 commit eb53954

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
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: 647
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-2482396a183d8700e3679fec5090d194f9d67113e907e6504934c08cc52f2f91.yml
3-
openapi_spec_hash: 587bdc6b89167a5a1305332ec9d4565c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-8689bfd9da70cea7ebde9bdc9b47a90073a36df69d0a9c6c8bab4bde52aaa9e0.yml
3+
openapi_spec_hash: 4429a6ad3a5e845ce55cfe85d2c217a2
44
config_hash: a4c3f3f2864f6fd064ca57b691e73958

src/gcore/types/cloud/baremetal/server_create_params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ class DDOSProfileField(TypedDict, total=False):
356356
base_field: Optional[int]
357357
"""Unique identifier of the DDoS protection field being configured"""
358358

359-
field_name: Optional[str]
360-
"""Human-readable name of the DDoS protection field being configured"""
361-
362359
field_value: object
363360

364361
value: Optional[str]

tests/api_resources/cloud/baremetal/test_servers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def test_method_create_with_all_params(self, client: Gcore) -> None:
5151
"fields": [
5252
{
5353
"base_field": 10,
54-
"field_name": None,
5554
"field_value": [45046, 45047],
5655
"value": None,
5756
}
@@ -255,7 +254,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncGcore) ->
255254
"fields": [
256255
{
257256
"base_field": 10,
258-
"field_name": None,
259257
"field_value": [45046, 45047],
260258
"value": None,
261259
}

0 commit comments

Comments
 (0)