Skip to content

Commit 3b5292a

Browse files
feat(api): aggregated API specs update
1 parent 9bf5580 commit 3b5292a

5 files changed

Lines changed: 10 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 645
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-5947c2e29792fa00fc78ad6dacb85c520bdd85493213508f94f49034fcaaa1e2.yml
3-
openapi_spec_hash: cf83d06fde270d3e532479a2be889cb9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-47204084ab6a5073f1e8d5c1823e2369c88e816b02a631e43ee1f5176ccd7837.yml
3+
openapi_spec_hash: 640b147a6522c101166230a32f3c34be
44
config_hash: 8d4711ed72633b7443249124a49781da

src/gcore/types/cdn/logs_uploader/logs_uploader_target.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class ConfigUnionMember2(BaseModel):
5959

6060
directory: Optional[str] = None
6161

62+
endpoint: Optional[str] = None
63+
6264
region: Optional[str] = None
6365

6466

src/gcore/types/cdn/logs_uploader/target_create_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class ConfigS3OssConfig(TypedDict, total=False):
7878

7979
directory: Optional[str]
8080

81+
endpoint: Optional[str]
82+
8183
region: Optional[str]
8284

8385

src/gcore/types/cdn/logs_uploader/target_replace_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class ConfigS3OssConfig(TypedDict, total=False):
7878

7979
directory: Optional[str]
8080

81+
endpoint: Optional[str]
82+
8183
region: Optional[str]
8284

8385

src/gcore/types/cdn/logs_uploader/target_update_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class ConfigS3OssConfig(TypedDict, total=False):
7878

7979
directory: Optional[str]
8080

81+
endpoint: Optional[str]
82+
8183
region: Optional[str]
8284

8385

0 commit comments

Comments
 (0)