🌐 AI搜索 & 代理 主页
Skip to content

Commit b77b145

Browse files
feat(api): api update
1 parent 31c6fe9 commit b77b145

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/resources/accounts/logs/audit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export namespace AuditListParams {
434434
/**
435435
* Filters out audit logs by the actor type.
436436
*/
437-
not?: Array<'cloudflare_admin' | 'account' | 'user'>;
437+
not?: Array<'account' | 'cloudflare_admin' | 'system' | 'user'>;
438438
}
439439

440440
export interface AuditLogID {

0 commit comments

Comments
 (0)