From 5824050255ae3685193082ac8eda5e705b1246b3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:00:14 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 4 ++-- src/cloudflare/types/accounts/logs/audit_list_params.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 6accc5fa2..15bb7ee26 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 1752 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-11acdef180a7900a6116917635649885e84604a1bb1dbba9b7059f4cf26f1334.yml -openapi_spec_hash: 4ba7ccf4e14d38931beae539a68f6c7f +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a467a0b387da4a22a3fe88d6744f6237b33f75892f7eef269670dc5de59829c7.yml +openapi_spec_hash: 4f6074db98136670fb2f1df0ea5ab65e config_hash: 8f5aab183b4a8e0f4a9ec9c0293b54f1 diff --git a/src/cloudflare/types/accounts/logs/audit_list_params.py b/src/cloudflare/types/accounts/logs/audit_list_params.py index 24d887e83..f5189cf45 100644 --- a/src/cloudflare/types/accounts/logs/audit_list_params.py +++ b/src/cloudflare/types/accounts/logs/audit_list_params.py @@ -233,7 +233,7 @@ class ActorTokenName(_ActorTokenNameReservedKeywords, total=False): _ActorTypeReservedKeywords = TypedDict( "_ActorTypeReservedKeywords", { - "not": List[Literal["cloudflare_admin", "account", "user"]], + "not": List[Literal["account", "cloudflare_admin", "system", "user"]], }, total=False, )