Skip to content

Commit 5824050

Browse files
feat(api): api update
1 parent b70af3b commit 5824050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1752
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-11acdef180a7900a6116917635649885e84604a1bb1dbba9b7059f4cf26f1334.yml
3-
openapi_spec_hash: 4ba7ccf4e14d38931beae539a68f6c7f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a467a0b387da4a22a3fe88d6744f6237b33f75892f7eef269670dc5de59829c7.yml
3+
openapi_spec_hash: 4f6074db98136670fb2f1df0ea5ab65e
44
config_hash: 8f5aab183b4a8e0f4a9ec9c0293b54f1

src/cloudflare/types/accounts/logs/audit_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class ActorTokenName(_ActorTokenNameReservedKeywords, total=False):
233233
_ActorTypeReservedKeywords = TypedDict(
234234
"_ActorTypeReservedKeywords",
235235
{
236-
"not": List[Literal["cloudflare_admin", "account", "user"]],
236+
"not": List[Literal["account", "cloudflare_admin", "system", "user"]],
237237
},
238238
total=False,
239239
)

0 commit comments

Comments
 (0)