feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-06-11 15:00:14 +00:00
parent b70af3b52d
commit 5824050255
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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,
)