Skip to content

Commit fa3d248

Browse files
chore(api): update composite API spec
1 parent 6afb257 commit fa3d248

3 files changed

Lines changed: 6 additions & 6 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: 2069
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0a858122f134534a0a5c316f0c5a738194b4a92b495be268868721a01deeff51.yml
3-
openapi_spec_hash: acd77bc85ebe3d61c2fe951f290a1130
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1f9f4891db9eaf02717b447b2cd15801b074d17538c856a2836c83a2783d83bc.yml
3+
openapi_spec_hash: 267ca73053d8faa0a7c78a87e772d6c6
44
config_hash: 102bd0f7c1b4f0a09cff4bace2a12bad

src/cloudflare/types/logpush/output_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class OutputOptions(BaseModel):
7070
`sample_interval` of the data.
7171
"""
7272

73-
timestamp_format: Optional[Literal["unixnano", "unix", "rfc3339", "rfc3339nano"]] = None
73+
timestamp_format: Optional[Literal["unixnano", "unix", "rfc3339", "rfc3339ms", "rfc3339ns"]] = None
7474
"""
7575
String to specify the format for timestamps, such as `unixnano`, `unix`,
76-
`rfc3339` or `rfc3339nano`.
76+
`rfc3339`, `rfc3339ms` or `rfc3339ns`.
7777
"""

src/cloudflare/types/logpush/output_options_param.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class OutputOptionsParam(TypedDict, total=False):
7171
`sample_interval` of the data.
7272
"""
7373

74-
timestamp_format: Literal["unixnano", "unix", "rfc3339", "rfc3339nano"]
74+
timestamp_format: Literal["unixnano", "unix", "rfc3339", "rfc3339ms", "rfc3339ns"]
7575
"""
7676
String to specify the format for timestamps, such as `unixnano`, `unix`,
77-
`rfc3339` or `rfc3339nano`.
77+
`rfc3339`, `rfc3339ms` or `rfc3339ns`.
7878
"""

0 commit comments

Comments
 (0)