Skip to content

Commit e708464

Browse files
committed
chore(accounts): update codegen output
1 parent c9df776 commit e708464

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/resources/accounts/tokens/permission-groups.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ export interface PermissionGroupListResponse {
6363
*/
6464
id?: string;
6565

66+
/**
67+
* Product category that this permission group belongs to.
68+
*/
69+
category?:
70+
| 'developer_platform'
71+
| 'ai_and_machine_learning'
72+
| 'dns_and_zones'
73+
| 'app_security'
74+
| 'rules_and_configuration'
75+
| 'cloudflare_one_and_zero_trust'
76+
| 'analytics_and_logs'
77+
| 'network_services'
78+
| 'media'
79+
| 'email_and_messaging'
80+
| 'cache_and_performance'
81+
| 'account_and_billing'
82+
| 'other';
83+
6684
/**
6785
* Permission Group Name
6886
*/
@@ -88,6 +106,24 @@ export namespace PermissionGroupGetResponse {
88106
*/
89107
id?: string;
90108

109+
/**
110+
* Product category that this permission group belongs to.
111+
*/
112+
category?:
113+
| 'developer_platform'
114+
| 'ai_and_machine_learning'
115+
| 'dns_and_zones'
116+
| 'app_security'
117+
| 'rules_and_configuration'
118+
| 'cloudflare_one_and_zero_trust'
119+
| 'analytics_and_logs'
120+
| 'network_services'
121+
| 'media'
122+
| 'email_and_messaging'
123+
| 'cache_and_performance'
124+
| 'account_and_billing'
125+
| 'other';
126+
91127
/**
92128
* Permission Group Name
93129
*/

0 commit comments

Comments
 (0)