Skip to content

Commit 4e62953

Browse files
feat(api): aggregated API specs update
1 parent da1429d commit 4e62953

13 files changed

Lines changed: 98 additions & 26 deletions

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 609
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-40612ca61459a98a98276b2788ba9fcdb457df1ecbbaa3556a3a379ce4de8272.yml
3-
openapi_spec_hash: 619b199ac27e1919bc7d9996455fd96b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-9a8804253e6b10b100fd87d24631d4b6e3fb018fa6e57bb9a7404af7cae5c132.yml
3+
openapi_spec_hash: 1fd683372fd558a27e495fb2d2aa7141
44
config_hash: bb4a27712c30f7a2b52e1f3b31766f24

src/gcore/types/cdn/cdn_resource.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,10 @@ class OptionsProxyConnectTimeout(BaseModel):
759759
"""
760760

761761
value: str
762-
"""Timeout value in seconds."""
762+
"""Timeout value in seconds.
763+
764+
Supported range: **1s - 5s**.
765+
"""
763766

764767

765768
class OptionsProxyReadTimeout(BaseModel):
@@ -773,7 +776,10 @@ class OptionsProxyReadTimeout(BaseModel):
773776
"""
774777

775778
value: str
776-
"""Timeout value in seconds."""
779+
"""Timeout value in seconds.
780+
781+
Supported range: **1s - 30s**.
782+
"""
777783

778784

779785
class OptionsQueryParamsBlacklist(BaseModel):

src/gcore/types/cdn/resource_create_params.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
882882
"""
883883

884884
value: Required[str]
885-
"""Timeout value in seconds."""
885+
"""Timeout value in seconds.
886+
887+
Supported range: **1s - 5s**.
888+
"""
886889

887890

888891
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -896,7 +899,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
896899
"""
897900

898901
value: Required[str]
899-
"""Timeout value in seconds."""
902+
"""Timeout value in seconds.
903+
904+
Supported range: **1s - 30s**.
905+
"""
900906

901907

902908
class OptionsQueryParamsBlacklist(TypedDict, total=False):

src/gcore/types/cdn/resource_replace_params.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
860860
"""
861861

862862
value: Required[str]
863-
"""Timeout value in seconds."""
863+
"""Timeout value in seconds.
864+
865+
Supported range: **1s - 5s**.
866+
"""
864867

865868

866869
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -874,7 +877,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
874877
"""
875878

876879
value: Required[str]
877-
"""Timeout value in seconds."""
880+
"""Timeout value in seconds.
881+
882+
Supported range: **1s - 30s**.
883+
"""
878884

879885

880886
class OptionsQueryParamsBlacklist(TypedDict, total=False):

src/gcore/types/cdn/resource_update_params.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
851851
"""
852852

853853
value: Required[str]
854-
"""Timeout value in seconds."""
854+
"""Timeout value in seconds.
855+
856+
Supported range: **1s - 5s**.
857+
"""
855858

856859

857860
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -865,7 +868,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
865868
"""
866869

867870
value: Required[str]
868-
"""Timeout value in seconds."""
871+
"""Timeout value in seconds.
872+
873+
Supported range: **1s - 30s**.
874+
"""
869875

870876

871877
class OptionsQueryParamsBlacklist(TypedDict, total=False):

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,10 @@ class OptionsProxyConnectTimeout(BaseModel):
736736
"""
737737

738738
value: str
739-
"""Timeout value in seconds."""
739+
"""Timeout value in seconds.
740+
741+
Supported range: **1s - 5s**.
742+
"""
740743

741744

742745
class OptionsProxyReadTimeout(BaseModel):
@@ -750,7 +753,10 @@ class OptionsProxyReadTimeout(BaseModel):
750753
"""
751754

752755
value: str
753-
"""Timeout value in seconds."""
756+
"""Timeout value in seconds.
757+
758+
Supported range: **1s - 30s**.
759+
"""
754760

755761

756762
class OptionsQueryParamsBlacklist(BaseModel):

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
812812
"""
813813

814814
value: Required[str]
815-
"""Timeout value in seconds."""
815+
"""Timeout value in seconds.
816+
817+
Supported range: **1s - 5s**.
818+
"""
816819

817820

818821
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -826,7 +829,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
826829
"""
827830

828831
value: Required[str]
829-
"""Timeout value in seconds."""
832+
"""Timeout value in seconds.
833+
834+
Supported range: **1s - 30s**.
835+
"""
830836

831837

832838
class OptionsQueryParamsBlacklist(TypedDict, total=False):

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
814814
"""
815815

816816
value: Required[str]
817-
"""Timeout value in seconds."""
817+
"""Timeout value in seconds.
818+
819+
Supported range: **1s - 5s**.
820+
"""
818821

819822

820823
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -828,7 +831,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
828831
"""
829832

830833
value: Required[str]
831-
"""Timeout value in seconds."""
834+
"""Timeout value in seconds.
835+
836+
Supported range: **1s - 30s**.
837+
"""
832838

833839

834840
class OptionsQueryParamsBlacklist(TypedDict, total=False):

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,10 @@ class OptionsProxyConnectTimeout(TypedDict, total=False):
814814
"""
815815

816816
value: Required[str]
817-
"""Timeout value in seconds."""
817+
"""Timeout value in seconds.
818+
819+
Supported range: **1s - 5s**.
820+
"""
818821

819822

820823
class OptionsProxyReadTimeout(TypedDict, total=False):
@@ -828,7 +831,10 @@ class OptionsProxyReadTimeout(TypedDict, total=False):
828831
"""
829832

830833
value: Required[str]
831-
"""Timeout value in seconds."""
834+
"""Timeout value in seconds.
835+
836+
Supported range: **1s - 30s**.
837+
"""
832838

833839

834840
class OptionsQueryParamsBlacklist(TypedDict, total=False):

src/gcore/types/cdn/rule_template.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,10 @@ class OptionsProxyConnectTimeout(BaseModel):
736736
"""
737737

738738
value: str
739-
"""Timeout value in seconds."""
739+
"""Timeout value in seconds.
740+
741+
Supported range: **1s - 5s**.
742+
"""
740743

741744

742745
class OptionsProxyReadTimeout(BaseModel):
@@ -750,7 +753,10 @@ class OptionsProxyReadTimeout(BaseModel):
750753
"""
751754

752755
value: str
753-
"""Timeout value in seconds."""
756+
"""Timeout value in seconds.
757+
758+
Supported range: **1s - 30s**.
759+
"""
754760

755761

756762
class OptionsQueryParamsBlacklist(BaseModel):

0 commit comments

Comments
 (0)