Skip to content

Commit d62a22f

Browse files
feat(api): api update
1 parent 72d2b99 commit d62a22f

2 files changed

Lines changed: 2 additions & 14 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: 1782
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0b4c0330087402b19fe37773b4d18a5e41484cc85ab48137362f942d75f1ac70.yml
3-
openapi_spec_hash: 5262d319f34f75f10ba929e00af12ba5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1a153ca4eacb45553c9af7ce24f4bbad169f877ab0dfd123a1bbe070f3956134.yml
3+
openapi_spec_hash: ed9973218349279ce585e175e731ec9b
44
config_hash: eda5b3d9487ce675d1fadf88153b457d

src/cloudflare/types/cloudforce_one/binary_storage_create_response.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import List
4-
5-
from pydantic import Field as FieldInfo
6-
73
from ..._models import BaseModel
84

95
__all__ = ["BinaryStorageCreateResponse"]
106

117

128
class BinaryStorageCreateResponse(BaseModel):
13-
account_ids: List[str] = FieldInfo(alias="accountIds")
14-
159
content_type: str
1610

17-
filenames: List[str]
18-
19-
first_seen: float
20-
21-
is_private: bool
22-
2311
md5: str
2412

2513
sha1: str

0 commit comments

Comments
 (0)