Skip to content

Commit c9d6195

Browse files
feat(api): aggregated API specs update
1 parent 2d75862 commit c9d6195

16 files changed

Lines changed: 176 additions & 122 deletions

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 607
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-69cdddee2436ba596d5c966a54c73d4ed4081564ec1c09282e3736bdb9ec6e20.yml
3-
openapi_spec_hash: 33a4d60dd35c4e8ae937a9b079a25cad
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-ef83e09553fcd2b3c5fb67d3fb7f49cfa58fd22b58df2666d4359490c31f6118.yml
3+
openapi_spec_hash: e560d8339290d758f459a6ea6ed16928
44
config_hash: e0fc59326352d96367e9bb218de26276

src/gcore/types/cdn/cdn_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ class OptionsStaticHeaders(BaseModel):
11891189
- **false** - Option is disabled.
11901190
"""
11911191

1192-
value: Dict[str, str]
1192+
value: object
11931193
"""A MAP for static headers in a format of `header_name: header_value`.
11941194
11951195
Restrictions:

src/gcore/types/cdn/resource_create_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
13101310
- **false** - Option is disabled.
13111311
"""
13121312

1313-
value: Required[Dict[str, str]]
1313+
value: Required[object]
13141314
"""A MAP for static headers in a format of `header_name: header_value`.
13151315
13161316
Restrictions:

src/gcore/types/cdn/resource_replace_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
12881288
- **false** - Option is disabled.
12891289
"""
12901290

1291-
value: Required[Dict[str, str]]
1291+
value: Required[object]
12921292
"""A MAP for static headers in a format of `header_name: header_value`.
12931293
12941294
Restrictions:

src/gcore/types/cdn/resource_update_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
12791279
- **false** - Option is disabled.
12801280
"""
12811281

1282-
value: Required[Dict[str, str]]
1282+
value: Required[object]
12831283
"""A MAP for static headers in a format of `header_name: header_value`.
12841284
12851285
Restrictions:

src/gcore/types/cdn/resources/cdn_resource_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ class OptionsStaticHeaders(BaseModel):
11661166
- **false** - Option is disabled.
11671167
"""
11681168

1169-
value: Dict[str, str]
1169+
value: object
11701170
"""A MAP for static headers in a format of `header_name: header_value`.
11711171
11721172
Restrictions:

src/gcore/types/cdn/resources/rule_create_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
12401240
- **false** - Option is disabled.
12411241
"""
12421242

1243-
value: Required[Dict[str, str]]
1243+
value: Required[object]
12441244
"""A MAP for static headers in a format of `header_name: header_value`.
12451245
12461246
Restrictions:

src/gcore/types/cdn/resources/rule_replace_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
12421242
- **false** - Option is disabled.
12431243
"""
12441244

1245-
value: Required[Dict[str, str]]
1245+
value: Required[object]
12461246
"""A MAP for static headers in a format of `header_name: header_value`.
12471247
12481248
Restrictions:

src/gcore/types/cdn/resources/rule_update_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ class OptionsStaticHeaders(TypedDict, total=False):
12421242
- **false** - Option is disabled.
12431243
"""
12441244

1245-
value: Required[Dict[str, str]]
1245+
value: Required[object]
12461246
"""A MAP for static headers in a format of `header_name: header_value`.
12471247
12481248
Restrictions:

src/gcore/types/cdn/rule_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ class OptionsStaticHeaders(BaseModel):
11661166
- **false** - Option is disabled.
11671167
"""
11681168

1169-
value: Dict[str, str]
1169+
value: object
11701170
"""A MAP for static headers in a format of `header_name: header_value`.
11711171
11721172
Restrictions:

0 commit comments

Comments
 (0)