vercel-api-js 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +47205 -47205
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-fvbjfupl.js → schemas-n16erwje.js} +6146 -6146
- package/dist/{schemas-k0m5cdq9.cjs → schemas-n8tvo4vu.cjs} +6146 -6146
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +5950 -5950
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +1521 -1521
- package/dist/types.d.mts +6160 -6160
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +1521 -1521
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -6,7 +6,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
6
6
|
*/ /**
|
|
7
7
|
* @description Arbitrary per-provider AI SDK options, keyed by gateway provider slug.
|
|
8
8
|
* @type object
|
|
9
|
-
*/ const
|
|
9
|
+
*/ const aiGatewayVirtualModelConfigHasEnum = {
|
|
10
|
+
"implicit-caching": "implicit-caching",
|
|
11
|
+
vision: "vision"
|
|
12
|
+
};
|
|
13
|
+
const scopeEnum = {
|
|
10
14
|
global: "global",
|
|
11
15
|
specific: "specific",
|
|
12
16
|
zone: "zone"
|
|
@@ -22,6 +26,11 @@ const aiGatewayVirtualModelConfigSelectorEnum = {
|
|
|
22
26
|
tps: "tps",
|
|
23
27
|
ttft: "ttft"
|
|
24
28
|
};
|
|
29
|
+
const aiGatewayVirtualModelConfigServiceTierEnum = {
|
|
30
|
+
fast: "fast",
|
|
31
|
+
flex: "flex",
|
|
32
|
+
priority: "priority"
|
|
33
|
+
};
|
|
25
34
|
const aiGatewayVirtualModelConfigSortEnum = {
|
|
26
35
|
cost: "cost",
|
|
27
36
|
latency: "latency",
|
|
@@ -30,15 +39,6 @@ const aiGatewayVirtualModelConfigSortEnum = {
|
|
|
30
39
|
tps: "tps",
|
|
31
40
|
ttft: "ttft"
|
|
32
41
|
};
|
|
33
|
-
const aiGatewayVirtualModelConfigHasEnum = {
|
|
34
|
-
"implicit-caching": "implicit-caching",
|
|
35
|
-
vision: "vision"
|
|
36
|
-
};
|
|
37
|
-
const aiGatewayVirtualModelConfigServiceTierEnum = {
|
|
38
|
-
fast: "fast",
|
|
39
|
-
flex: "flex",
|
|
40
|
-
priority: "priority"
|
|
41
|
-
};
|
|
42
42
|
const aiGatewayRuleTypeEnum = {
|
|
43
43
|
deny: "deny",
|
|
44
44
|
rewrite: "rewrite"
|
|
@@ -62,6 +62,11 @@ const connectConnectorCreationModeEnum = {
|
|
|
62
62
|
managed: "managed",
|
|
63
63
|
manual: "manual"
|
|
64
64
|
};
|
|
65
|
+
const connectConnectorSupportsIconEnum = {
|
|
66
|
+
false: false,
|
|
67
|
+
maybe: "maybe",
|
|
68
|
+
true: true
|
|
69
|
+
};
|
|
65
70
|
const connectConnectorTypeEnum = {
|
|
66
71
|
"api-key": "api-key",
|
|
67
72
|
"aws-alpha": "aws-alpha",
|
|
@@ -80,15 +85,15 @@ const connectConnectorTypeEnum = {
|
|
|
80
85
|
snowflake: "snowflake",
|
|
81
86
|
"snowflake-wif": "snowflake-wif"
|
|
82
87
|
};
|
|
83
|
-
const connectConnectorSupportsIconEnum = {
|
|
84
|
-
false: false,
|
|
85
|
-
maybe: "maybe",
|
|
86
|
-
true: true
|
|
87
|
-
};
|
|
88
88
|
const connectConnectorCreateResultCreationModeEnum = {
|
|
89
89
|
managed: "managed",
|
|
90
90
|
manual: "manual"
|
|
91
91
|
};
|
|
92
|
+
const connectConnectorCreateResultSupportsIconEnum = {
|
|
93
|
+
false: false,
|
|
94
|
+
maybe: "maybe",
|
|
95
|
+
true: true
|
|
96
|
+
};
|
|
92
97
|
const connectConnectorCreateResultTypeEnum = {
|
|
93
98
|
"api-key": "api-key",
|
|
94
99
|
"aws-alpha": "aws-alpha",
|
|
@@ -107,11 +112,6 @@ const connectConnectorCreateResultTypeEnum = {
|
|
|
107
112
|
snowflake: "snowflake",
|
|
108
113
|
"snowflake-wif": "snowflake-wif"
|
|
109
114
|
};
|
|
110
|
-
const connectConnectorCreateResultSupportsIconEnum = {
|
|
111
|
-
false: false,
|
|
112
|
-
maybe: "maybe",
|
|
113
|
-
true: true
|
|
114
|
-
};
|
|
115
115
|
const connectConnectorCreateDataServerConfigJwksKeysUseEnum = {
|
|
116
116
|
sig: "sig",
|
|
117
117
|
enc: "enc"
|
|
@@ -156,6 +156,31 @@ const globalConfigItemValue = {
|
|
|
156
156
|
false: false,
|
|
157
157
|
true: true
|
|
158
158
|
};
|
|
159
|
+
const userEventCategoriesEnum = {
|
|
160
|
+
account: "account",
|
|
161
|
+
ai: "ai",
|
|
162
|
+
"ai-gateway": "ai-gateway",
|
|
163
|
+
billing: "billing",
|
|
164
|
+
connect: "connect",
|
|
165
|
+
deployment: "deployment",
|
|
166
|
+
domain: "domain",
|
|
167
|
+
edge: "edge",
|
|
168
|
+
"env-variable": "env-variable",
|
|
169
|
+
"feature-flags": "feature-flags",
|
|
170
|
+
firewall: "firewall",
|
|
171
|
+
integration: "integration",
|
|
172
|
+
microfrontends: "microfrontends",
|
|
173
|
+
network: "network",
|
|
174
|
+
observability: "observability",
|
|
175
|
+
other: "other",
|
|
176
|
+
project: "project",
|
|
177
|
+
security: "security",
|
|
178
|
+
storage: "storage",
|
|
179
|
+
team: "team",
|
|
180
|
+
v0: "v0",
|
|
181
|
+
"vercel-app": "vercel-app",
|
|
182
|
+
workflow: "workflow"
|
|
183
|
+
};
|
|
159
184
|
const userEventEntitiesTypeEnum = {
|
|
160
185
|
app: "app",
|
|
161
186
|
author: "author",
|
|
@@ -181,855 +206,143 @@ const userEventEntitiesTypeEnum = {
|
|
|
181
206
|
system: "system",
|
|
182
207
|
target: "target"
|
|
183
208
|
};
|
|
184
|
-
const
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
"
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"connect
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"custom-metric-metadata-updated": "custom-metric-metadata-updated",
|
|
322
|
-
"custom-suffix-clear": "custom-suffix-clear",
|
|
323
|
-
"custom-suffix-disable": "custom-suffix-disable",
|
|
324
|
-
"custom-suffix-enable": "custom-suffix-enable",
|
|
325
|
-
"custom-suffix-pending": "custom-suffix-pending",
|
|
326
|
-
"custom-suffix-ready": "custom-suffix-ready",
|
|
327
|
-
"deploy-hook-created": "deploy-hook-created",
|
|
328
|
-
"deploy-hook-deduped": "deploy-hook-deduped",
|
|
329
|
-
"deploy-hook-deleted": "deploy-hook-deleted",
|
|
330
|
-
"deploy-hook-processed": "deploy-hook-processed",
|
|
331
|
-
deployment: "deployment",
|
|
332
|
-
"deployment-check-created": "deployment-check-created",
|
|
333
|
-
"deployment-check-deleted": "deployment-check-deleted",
|
|
334
|
-
"deployment-check-updated": "deployment-check-updated",
|
|
335
|
-
"deployment-chown": "deployment-chown",
|
|
336
|
-
"deployment-creation-blocked": "deployment-creation-blocked",
|
|
337
|
-
"deployment-delete": "deployment-delete",
|
|
338
|
-
"deployment-policy-blocked": "deployment-policy-blocked",
|
|
339
|
-
"deployment-undeleted": "deployment-undeleted",
|
|
340
|
-
"disabled-integration-installation-removed": "disabled-integration-installation-removed",
|
|
341
|
-
"disconnect-bitbucket-app": "disconnect-bitbucket-app",
|
|
342
|
-
"disconnect-github": "disconnect-github",
|
|
343
|
-
"disconnect-github-custom-host": "disconnect-github-custom-host",
|
|
344
|
-
"disconnect-github-limited": "disconnect-github-limited",
|
|
345
|
-
"disconnect-gitlab-app": "disconnect-gitlab-app",
|
|
346
|
-
"dns-add": "dns-add",
|
|
347
|
-
"dns-delete": "dns-delete",
|
|
348
|
-
"dns-record-internal": "dns-record-internal",
|
|
349
|
-
"dns-update": "dns-update",
|
|
350
|
-
"dns-zonefile-import": "dns-zonefile-import",
|
|
351
|
-
domain: "domain",
|
|
352
|
-
"domain-buy": "domain-buy",
|
|
353
|
-
"domain-cdn": "domain-cdn",
|
|
354
|
-
"domain-chown": "domain-chown",
|
|
355
|
-
"domain-custom-ns-change": "domain-custom-ns-change",
|
|
356
|
-
"domain-delegated": "domain-delegated",
|
|
357
|
-
"domain-delete": "domain-delete",
|
|
358
|
-
"domain-ech-change": "domain-ech-change",
|
|
359
|
-
"domain-move-in": "domain-move-in",
|
|
360
|
-
"domain-move-out": "domain-move-out",
|
|
361
|
-
"domain-move-out-request-sent": "domain-move-out-request-sent",
|
|
362
|
-
"domain-renew-change": "domain-renew-change",
|
|
363
|
-
"domain-service-type-updated": "domain-service-type-updated",
|
|
364
|
-
"domain-transfer-in": "domain-transfer-in",
|
|
365
|
-
"domain-transfer-in-canceled": "domain-transfer-in-canceled",
|
|
366
|
-
"domain-transfer-in-completed": "domain-transfer-in-completed",
|
|
367
|
-
"domain-zone-change": "domain-zone-change",
|
|
368
|
-
"domain-zone-change-internal": "domain-zone-change-internal",
|
|
369
|
-
"drain-created": "drain-created",
|
|
370
|
-
"drain-deleted": "drain-deleted",
|
|
371
|
-
"drain-disabled": "drain-disabled",
|
|
372
|
-
"drain-enabled": "drain-enabled",
|
|
373
|
-
"drain-updated": "drain-updated",
|
|
374
|
-
"edge-cache-dangerously-delete-by-src-images": "edge-cache-dangerously-delete-by-src-images",
|
|
375
|
-
"edge-cache-dangerously-delete-by-tags": "edge-cache-dangerously-delete-by-tags",
|
|
376
|
-
"edge-cache-dangerously-delete-immutable-static": "edge-cache-dangerously-delete-immutable-static",
|
|
377
|
-
"edge-cache-invalidate-by-src-images": "edge-cache-invalidate-by-src-images",
|
|
378
|
-
"edge-cache-invalidate-by-tags": "edge-cache-invalidate-by-tags",
|
|
379
|
-
"edge-cache-purge-all": "edge-cache-purge-all",
|
|
380
|
-
"edge-cache-rollback-purge": "edge-cache-rollback-purge",
|
|
381
|
-
"edge-config-backup-restored": "edge-config-backup-restored",
|
|
382
|
-
"edge-config-created": "edge-config-created",
|
|
383
|
-
"edge-config-deleted": "edge-config-deleted",
|
|
384
|
-
"edge-config-items-updated": "edge-config-items-updated",
|
|
385
|
-
"edge-config-schema-deleted": "edge-config-schema-deleted",
|
|
386
|
-
"edge-config-schema-updated": "edge-config-schema-updated",
|
|
387
|
-
"edge-config-token-created": "edge-config-token-created",
|
|
388
|
-
"edge-config-token-deleted": "edge-config-token-deleted",
|
|
389
|
-
"edge-config-transfer-in": "edge-config-transfer-in",
|
|
390
|
-
"edge-config-transfer-out": "edge-config-transfer-out",
|
|
391
|
-
"edge-config-updated": "edge-config-updated",
|
|
392
|
-
email: "email",
|
|
393
|
-
"email-notification-rule-removed": "email-notification-rule-removed",
|
|
394
|
-
"email-notification-rule-updated": "email-notification-rule-updated",
|
|
395
|
-
"emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain",
|
|
396
|
-
"enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets",
|
|
397
|
-
"enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables",
|
|
398
|
-
"env-variable-add": "env-variable-add",
|
|
399
|
-
"env-variable-delete": "env-variable-delete",
|
|
400
|
-
"env-variable-edit": "env-variable-edit",
|
|
401
|
-
"env-variable-masked": "env-variable-masked",
|
|
402
|
-
"env-variable-read": "env-variable-read",
|
|
403
|
-
"env-variable-read:cli:dev": "env-variable-read:cli:dev",
|
|
404
|
-
"env-variable-read:cli:env:add": "env-variable-read:cli:env:add",
|
|
405
|
-
"env-variable-read:cli:env:ls": "env-variable-read:cli:env:ls",
|
|
406
|
-
"env-variable-read:cli:env:pull": "env-variable-read:cli:env:pull",
|
|
407
|
-
"env-variable-read:cli:env:rm": "env-variable-read:cli:env:rm",
|
|
408
|
-
"env-variable-read:cli:pull": "env-variable-read:cli:pull",
|
|
409
|
-
"env-variable-read:unknown-source": "env-variable-read:unknown-source",
|
|
410
|
-
"env-variable-read:v0:env:pull": "env-variable-read:v0:env:pull",
|
|
411
|
-
"env-variable-rotated": "env-variable-rotated",
|
|
412
|
-
"experiment-created": "experiment-created",
|
|
413
|
-
"experiment-deleted": "experiment-deleted",
|
|
414
|
-
"experiment-transitioned": "experiment-transitioned",
|
|
415
|
-
"experiment-updated": "experiment-updated",
|
|
416
|
-
"firewall-bypass-created": "firewall-bypass-created",
|
|
417
|
-
"firewall-bypass-deleted": "firewall-bypass-deleted",
|
|
418
|
-
"firewall-config-modified": "firewall-config-modified",
|
|
419
|
-
"firewall-config-promoted": "firewall-config-promoted",
|
|
420
|
-
"firewall-config-removed": "firewall-config-removed",
|
|
421
|
-
"firewall-managed-rulegroup-updated": "firewall-managed-rulegroup-updated",
|
|
422
|
-
"firewall-managed-ruleset-updated": "firewall-managed-ruleset-updated",
|
|
423
|
-
flag: "flag",
|
|
424
|
-
"flag-archived": "flag-archived",
|
|
425
|
-
"flag-created": "flag-created",
|
|
426
|
-
"flag-deleted": "flag-deleted",
|
|
427
|
-
"flag-unarchived": "flag-unarchived",
|
|
428
|
-
"flag-updated": "flag-updated",
|
|
429
|
-
"flags-explorer-subscription": "flags-explorer-subscription",
|
|
430
|
-
"flags-sdk-key": "flags-sdk-key",
|
|
431
|
-
"flags-sdk-key-added": "flags-sdk-key-added",
|
|
432
|
-
"flags-sdk-key-deleted": "flags-sdk-key-deleted",
|
|
433
|
-
"flags-sdk-key-read": "flags-sdk-key-read",
|
|
434
|
-
"flags-segment": "flags-segment",
|
|
435
|
-
"flags-settings": "flags-settings",
|
|
436
|
-
"flags-transferred": "flags-transferred",
|
|
437
|
-
"flat-rate-cdn-auto-upgrade-consent": "flat-rate-cdn-auto-upgrade-consent",
|
|
438
|
-
"git-integration-repo-push": "git-integration-repo-push",
|
|
439
|
-
git_account_integration_link_added: "git_account_integration_link_added",
|
|
440
|
-
"global-config-backup-restored": "global-config-backup-restored",
|
|
441
|
-
"global-config-created": "global-config-created",
|
|
442
|
-
"global-config-deleted": "global-config-deleted",
|
|
443
|
-
"global-config-items-updated": "global-config-items-updated",
|
|
444
|
-
"global-config-schema-deleted": "global-config-schema-deleted",
|
|
445
|
-
"global-config-schema-updated": "global-config-schema-updated",
|
|
446
|
-
"global-config-token-created": "global-config-token-created",
|
|
447
|
-
"global-config-token-deleted": "global-config-token-deleted",
|
|
448
|
-
"global-config-transfer-in": "global-config-transfer-in",
|
|
449
|
-
"global-config-transfer-out": "global-config-transfer-out",
|
|
450
|
-
"global-config-updated": "global-config-updated",
|
|
451
|
-
"instant-rollback-created": "instant-rollback-created",
|
|
452
|
-
"integration-configuration-credential-revoked": "integration-configuration-credential-revoked",
|
|
453
|
-
"integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
|
|
454
|
-
"integration-configuration-owner-changed": "integration-configuration-owner-changed",
|
|
455
|
-
"integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
|
|
456
|
-
"integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
|
|
457
|
-
"integration-configuration-transfer-out-success": "integration-configuration-transfer-out-success",
|
|
458
|
-
"integration-configurations-disabled": "integration-configurations-disabled",
|
|
459
|
-
"integration-installation-billing-plan-updated": "integration-installation-billing-plan-updated",
|
|
460
|
-
"integration-installation-completed": "integration-installation-completed",
|
|
461
|
-
"integration-installation-permission-updated": "integration-installation-permission-updated",
|
|
462
|
-
"integration-installation-removed": "integration-installation-removed",
|
|
463
|
-
"integration-resource-redis-command-executed": "integration-resource-redis-command-executed",
|
|
464
|
-
"integration-resource-sql-query-executed": "integration-resource-sql-query-executed",
|
|
465
|
-
"integration-scope-changed": "integration-scope-changed",
|
|
466
|
-
"invoice-modified": "invoice-modified",
|
|
467
|
-
"invoice-refunded": "invoice-refunded",
|
|
468
|
-
"kms-issuer-created": "kms-issuer-created",
|
|
469
|
-
"kms-issuer-deleted": "kms-issuer-deleted",
|
|
470
|
-
"kms-issuer-key-activated": "kms-issuer-key-activated",
|
|
471
|
-
"kms-issuer-key-created": "kms-issuer-key-created",
|
|
472
|
-
"kms-issuer-key-revoked": "kms-issuer-key-revoked",
|
|
473
|
-
"kms-issuer-key-rotated": "kms-issuer-key-rotated",
|
|
474
|
-
"kms-issuer-policy-created": "kms-issuer-policy-created",
|
|
475
|
-
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted",
|
|
476
|
-
"kms-issuer-policy-updated": "kms-issuer-policy-updated",
|
|
477
|
-
"kms-issuer-updated": "kms-issuer-updated",
|
|
478
|
-
"log-drain-created": "log-drain-created",
|
|
479
|
-
"log-drain-deleted": "log-drain-deleted",
|
|
480
|
-
"log-drain-disabled": "log-drain-disabled",
|
|
481
|
-
"log-drain-enabled": "log-drain-enabled",
|
|
482
|
-
login: "login",
|
|
483
|
-
"login-connection-linked": "login-connection-linked",
|
|
484
|
-
"login-connection-unlinked": "login-connection-unlinked",
|
|
485
|
-
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
486
|
-
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
487
|
-
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
488
|
-
"microfrontend-group-added": "microfrontend-group-added",
|
|
489
|
-
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
490
|
-
"microfrontend-group-updated": "microfrontend-group-updated",
|
|
491
|
-
"microfrontend-project-added-to-group": "microfrontend-project-added-to-group",
|
|
492
|
-
"microfrontend-project-removed-from-group": "microfrontend-project-removed-from-group",
|
|
493
|
-
"microfrontend-project-updated": "microfrontend-project-updated",
|
|
494
|
-
"monitoring-alert-updated": "monitoring-alert-updated",
|
|
495
|
-
"monitoring-disabled": "monitoring-disabled",
|
|
496
|
-
"monitoring-enabled": "monitoring-enabled",
|
|
497
|
-
"oauth-app-connection-created": "oauth-app-connection-created",
|
|
498
|
-
"oauth-app-connection-removed": "oauth-app-connection-removed",
|
|
499
|
-
"oauth-app-connection-updated": "oauth-app-connection-updated",
|
|
500
|
-
"oauth-app-created": "oauth-app-created",
|
|
501
|
-
"oauth-app-deleted": "oauth-app-deleted",
|
|
502
|
-
"oauth-app-secret-deleted": "oauth-app-secret-deleted",
|
|
503
|
-
"oauth-app-secret-generated": "oauth-app-secret-generated",
|
|
504
|
-
"oauth-app-token-created": "oauth-app-token-created",
|
|
505
|
-
"oauth-app-updated": "oauth-app-updated",
|
|
506
|
-
"observability-disabled": "observability-disabled",
|
|
507
|
-
"observability-enabled": "observability-enabled",
|
|
508
|
-
"observability-plus-project-disabled": "observability-plus-project-disabled",
|
|
509
|
-
"observability-plus-project-enabled": "observability-plus-project-enabled",
|
|
510
|
-
"oidc-policy-created": "oidc-policy-created",
|
|
511
|
-
"oidc-policy-deleted": "oidc-policy-deleted",
|
|
512
|
-
"oidc-policy-updated": "oidc-policy-updated",
|
|
513
|
-
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
514
|
-
"organization-create": "organization-create",
|
|
515
|
-
"organization-delete": "organization-delete",
|
|
516
|
-
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
517
|
-
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
518
|
-
"organization-emu-updated": "organization-emu-updated",
|
|
519
|
-
"organization-slug-update": "organization-slug-update",
|
|
520
|
-
"organization-team-add": "organization-team-add",
|
|
521
|
-
"organization-team-create": "organization-team-create",
|
|
522
|
-
"organization-team-delete": "organization-team-delete",
|
|
523
|
-
"organization-team-sso-update": "organization-team-sso-update",
|
|
524
|
-
"owner-blocked": "owner-blocked",
|
|
525
|
-
"owner-soft-blocked": "owner-soft-blocked",
|
|
526
|
-
"owner-soft-unblocked": "owner-soft-unblocked",
|
|
527
|
-
"owner-unblocked": "owner-unblocked",
|
|
528
|
-
"page-integrity-config-updated": "page-integrity-config-updated",
|
|
529
|
-
"page-integrity-header-approved": "page-integrity-header-approved",
|
|
530
|
-
"page-integrity-header-rejected": "page-integrity-header-rejected",
|
|
531
|
-
"page-integrity-inventory-cleared": "page-integrity-inventory-cleared",
|
|
532
|
-
"page-integrity-resource-approved": "page-integrity-resource-approved",
|
|
533
|
-
"page-integrity-resource-deleted": "page-integrity-resource-deleted",
|
|
534
|
-
"page-integrity-resource-rejected": "page-integrity-resource-rejected",
|
|
535
|
-
"page-integrity-script-approval-rule-created": "page-integrity-script-approval-rule-created",
|
|
536
|
-
"page-integrity-script-approval-rule-deleted": "page-integrity-script-approval-rule-deleted",
|
|
537
|
-
"passkey-created": "passkey-created",
|
|
538
|
-
"passkey-deleted": "passkey-deleted",
|
|
539
|
-
"passkey-updated": "passkey-updated",
|
|
540
|
-
"passport-access-granted": "passport-access-granted",
|
|
541
|
-
"password-protection-disabled": "password-protection-disabled",
|
|
542
|
-
"password-protection-enabled": "password-protection-enabled",
|
|
543
|
-
"payment-method-added": "payment-method-added",
|
|
544
|
-
"payment-method-default-updated": "payment-method-default-updated",
|
|
545
|
-
"payment-method-removed": "payment-method-removed",
|
|
546
|
-
plan: "plan",
|
|
547
|
-
"preview-deployment-suffix-disabled": "preview-deployment-suffix-disabled",
|
|
548
|
-
"preview-deployment-suffix-enabled": "preview-deployment-suffix-enabled",
|
|
549
|
-
"preview-deployment-suffix-update": "preview-deployment-suffix-update",
|
|
550
|
-
"privatelink-endpoint-created": "privatelink-endpoint-created",
|
|
551
|
-
"privatelink-endpoint-deleted": "privatelink-endpoint-deleted",
|
|
552
|
-
"privatelink-endpoint-updated": "privatelink-endpoint-updated",
|
|
553
|
-
"production-branch-updated": "production-branch-updated",
|
|
554
|
-
"project-add-alias": "project-add-alias",
|
|
555
|
-
"project-add-redirect": "project-add-redirect",
|
|
556
|
-
"project-affected-projects-deployments-updated": "project-affected-projects-deployments-updated",
|
|
557
|
-
"project-alias-configured-change": "project-alias-configured-change",
|
|
558
|
-
"project-analytics-disabled": "project-analytics-disabled",
|
|
559
|
-
"project-analytics-enabled": "project-analytics-enabled",
|
|
560
|
-
"project-auto-assign-custom-production-domains-updated": "project-auto-assign-custom-production-domains-updated",
|
|
561
|
-
"project-automation-bypass": "project-automation-bypass",
|
|
562
|
-
"project-avatar-update": "project-avatar-update",
|
|
563
|
-
"project-build-command-updated": "project-build-command-updated",
|
|
564
|
-
"project-build-logs-and-source-protection-updated": "project-build-logs-and-source-protection-updated",
|
|
565
|
-
"project-build-machine-updated": "project-build-machine-updated",
|
|
566
|
-
"project-card-widget-preference-updated": "project-card-widget-preference-updated",
|
|
567
|
-
"project-client-cert-delete": "project-client-cert-delete",
|
|
568
|
-
"project-client-cert-upload": "project-client-cert-upload",
|
|
569
|
-
"project-connect-configurations": "project-connect-configurations",
|
|
570
|
-
"project-consolidated-git-commit-status-updated": "project-consolidated-git-commit-status-updated",
|
|
571
|
-
"project-created": "project-created",
|
|
572
|
-
"project-cron-jobs-toggled": "project-cron-jobs-toggled",
|
|
573
|
-
"project-custom-environment-created": "project-custom-environment-created",
|
|
574
|
-
"project-custom-environment-deleted": "project-custom-environment-deleted",
|
|
575
|
-
"project-custom-environment-updated": "project-custom-environment-updated",
|
|
576
|
-
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated",
|
|
577
|
-
"project-delete": "project-delete",
|
|
578
|
-
"project-deployment-policy-updated": "project-deployment-policy-updated",
|
|
579
|
-
"project-deployment-retention-updated": "project-deployment-retention-updated",
|
|
580
|
-
"project-directory-listing": "project-directory-listing",
|
|
581
|
-
"project-domain-deleted": "project-domain-deleted",
|
|
582
|
-
"project-domain-moved": "project-domain-moved",
|
|
583
|
-
"project-domain-unverified": "project-domain-unverified",
|
|
584
|
-
"project-domain-updated": "project-domain-updated",
|
|
585
|
-
"project-domain-verified": "project-domain-verified",
|
|
586
|
-
"project-elastic-concurrency-updated": "project-elastic-concurrency-updated",
|
|
587
|
-
"project-expiration-locked": "project-expiration-locked",
|
|
588
|
-
"project-expiration-reached": "project-expiration-reached",
|
|
589
|
-
"project-expiration-scheduled": "project-expiration-scheduled",
|
|
590
|
-
"project-expiration-unlocked": "project-expiration-unlocked",
|
|
591
|
-
"project-external-rewrite-caching-updated": "project-external-rewrite-caching-updated",
|
|
592
|
-
"project-framework-updated": "project-framework-updated",
|
|
593
|
-
"project-function-cpu-memory": "project-function-cpu-memory",
|
|
594
|
-
"project-function-failover": "project-function-failover",
|
|
595
|
-
"project-function-max-duration": "project-function-max-duration",
|
|
596
|
-
"project-function-regions": "project-function-regions",
|
|
597
|
-
"project-functions-beta-updated": "project-functions-beta-updated",
|
|
598
|
-
"project-functions-fluid-disabled": "project-functions-fluid-disabled",
|
|
599
|
-
"project-functions-fluid-enabled": "project-functions-fluid-enabled",
|
|
600
|
-
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
601
|
-
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
602
|
-
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
603
|
-
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
604
|
-
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
605
|
-
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
606
|
-
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
607
|
-
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
608
|
-
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
609
|
-
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
610
|
-
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
611
|
-
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
612
|
-
"project-git-repository-connected": "project-git-repository-connected",
|
|
613
|
-
"project-git-repository-disconnected": "project-git-repository-disconnected",
|
|
614
|
-
"project-git-repository-dispatch-events-toggled": "project-git-repository-dispatch-events-toggled",
|
|
615
|
-
"project-git-require-verified-commits-toggled": "project-git-require-verified-commits-toggled",
|
|
616
|
-
"project-ignored-build-step-updated": "project-ignored-build-step-updated",
|
|
617
|
-
"project-install-command-updated": "project-install-command-updated",
|
|
618
|
-
"project-member-added": "project-member-added",
|
|
619
|
-
"project-member-invited": "project-member-invited",
|
|
620
|
-
"project-member-removed": "project-member-removed",
|
|
621
|
-
"project-member-removed-batch": "project-member-removed-batch",
|
|
622
|
-
"project-member-updated": "project-member-updated",
|
|
623
|
-
"project-move-in-success": "project-move-in-success",
|
|
624
|
-
"project-move-out-failed": "project-move-out-failed",
|
|
625
|
-
"project-move-out-started": "project-move-out-started",
|
|
626
|
-
"project-move-out-success": "project-move-out-success",
|
|
627
|
-
"project-name": "project-name",
|
|
628
|
-
"project-node-version-updated": "project-node-version-updated",
|
|
629
|
-
"project-oidc-issuer-mode-updated": "project-oidc-issuer-mode-updated",
|
|
630
|
-
"project-oidc-token-created": "project-oidc-token-created",
|
|
631
|
-
"project-options-allowlist": "project-options-allowlist",
|
|
632
|
-
"project-output-directory-updated": "project-output-directory-updated",
|
|
633
|
-
"project-passport-updated": "project-passport-updated",
|
|
634
|
-
"project-password-protection": "project-password-protection",
|
|
635
|
-
"project-paused": "project-paused",
|
|
636
|
-
"project-preview-deployment-suffix": "project-preview-deployment-suffix",
|
|
637
|
-
"project-preview-environment-branch-tracking-updated": "project-preview-environment-branch-tracking-updated",
|
|
638
|
-
"project-prioritize-production-builds-updated": "project-prioritize-production-builds-updated",
|
|
639
|
-
"project-program-enrollment-changed": "project-program-enrollment-changed",
|
|
640
|
-
"project-protected-sourcemaps-updated": "project-protected-sourcemaps-updated",
|
|
641
|
-
"project-rollback-description-updated": "project-rollback-description-updated",
|
|
642
|
-
"project-rolling-release-aborted": "project-rolling-release-aborted",
|
|
643
|
-
"project-rolling-release-approved": "project-rolling-release-approved",
|
|
644
|
-
"project-rolling-release-completed": "project-rolling-release-completed",
|
|
645
|
-
"project-rolling-release-configured": "project-rolling-release-configured",
|
|
646
|
-
"project-rolling-release-continued": "project-rolling-release-continued",
|
|
647
|
-
"project-rolling-release-disabled": "project-rolling-release-disabled",
|
|
648
|
-
"project-rolling-release-enabled": "project-rolling-release-enabled",
|
|
649
|
-
"project-rolling-release-paused": "project-rolling-release-paused",
|
|
650
|
-
"project-rolling-release-started": "project-rolling-release-started",
|
|
651
|
-
"project-rolling-release-suggested-actions-generated": "project-rolling-release-suggested-actions-generated",
|
|
652
|
-
"project-rolling-release-timer": "project-rolling-release-timer",
|
|
653
|
-
"project-root-directory-updated": "project-root-directory-updated",
|
|
654
|
-
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
655
|
-
"project-routes-version-restored": "project-routes-version-restored",
|
|
656
|
-
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
657
|
-
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
658
|
-
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
659
|
-
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
|
660
|
-
"project-skew-protection-threshold-updated": "project-skew-protection-threshold-updated",
|
|
661
|
-
"project-source-files-outside-root-directory-updated": "project-source-files-outside-root-directory-updated",
|
|
662
|
-
"project-speed-insights-disabled": "project-speed-insights-disabled",
|
|
663
|
-
"project-speed-insights-enabled": "project-speed-insights-enabled",
|
|
664
|
-
"project-speed-insights-free-data-started": "project-speed-insights-free-data-started",
|
|
665
|
-
"project-sso-protection": "project-sso-protection",
|
|
666
|
-
"project-static-ips-updated": "project-static-ips-updated",
|
|
667
|
-
"project-trusted-ips": "project-trusted-ips",
|
|
668
|
-
"project-trusted-sources": "project-trusted-sources",
|
|
669
|
-
"project-unpaused": "project-unpaused",
|
|
670
|
-
"project-web-analytics-disabled": "project-web-analytics-disabled",
|
|
671
|
-
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
672
|
-
"protected-git-scope-added": "protected-git-scope-added",
|
|
673
|
-
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
674
|
-
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
675
|
-
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
676
|
-
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
677
|
-
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
678
|
-
"saml-connection-created": "saml-connection-created",
|
|
679
|
-
"saml-connection-deleted": "saml-connection-deleted",
|
|
680
|
-
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
681
|
-
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
682
|
-
"sandbox-drive-created": "sandbox-drive-created",
|
|
683
|
-
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
684
|
-
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
685
|
-
scale: "scale",
|
|
686
|
-
"scale-auto": "scale-auto",
|
|
687
|
-
"secondary-email-added": "secondary-email-added",
|
|
688
|
-
"secondary-email-removed": "secondary-email-removed",
|
|
689
|
-
"secondary-email-verified": "secondary-email-verified",
|
|
690
|
-
"secret-add": "secret-add",
|
|
691
|
-
"secret-delete": "secret-delete",
|
|
692
|
-
"secret-rename": "secret-rename",
|
|
693
|
-
"security-list-created": "security-list-created",
|
|
694
|
-
"security-list-deleted": "security-list-deleted",
|
|
695
|
-
"security-list-updated": "security-list-updated",
|
|
696
|
-
"security-plus-updated": "security-plus-updated",
|
|
697
|
-
"set-bio": "set-bio",
|
|
698
|
-
"set-name": "set-name",
|
|
699
|
-
"set-profiles": "set-profiles",
|
|
700
|
-
"set-scale": "set-scale",
|
|
701
|
-
"shared-env-variable-create": "shared-env-variable-create",
|
|
702
|
-
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
703
|
-
"shared-env-variable-read": "shared-env-variable-read",
|
|
704
|
-
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
705
|
-
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
706
|
-
"shared-env-variable-update": "shared-env-variable-update",
|
|
707
|
-
"show-ip-addresses": "show-ip-addresses",
|
|
708
|
-
signup: "signup",
|
|
709
|
-
"signup-via-bitbucket": "signup-via-bitbucket",
|
|
710
|
-
"signup-via-github": "signup-via-github",
|
|
711
|
-
"signup-via-gitlab": "signup-via-gitlab",
|
|
712
|
-
"speed-insights-settings-updated": "speed-insights-settings-updated",
|
|
713
|
-
"spend-created": "spend-created",
|
|
714
|
-
"spend-deleted": "spend-deleted",
|
|
715
|
-
"spend-updated": "spend-updated",
|
|
716
|
-
"sso-login": "sso-login",
|
|
717
|
-
"storage-accept-tos": "storage-accept-tos",
|
|
718
|
-
"storage-access-token-set": "storage-access-token-set",
|
|
719
|
-
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
720
|
-
"storage-connect-project": "storage-connect-project",
|
|
721
|
-
"storage-create": "storage-create",
|
|
722
|
-
"storage-delete": "storage-delete",
|
|
723
|
-
"storage-disconnect-project": "storage-disconnect-project",
|
|
724
|
-
"storage-disconnect-projects": "storage-disconnect-projects",
|
|
725
|
-
"storage-inactive-store-deleted": "storage-inactive-store-deleted",
|
|
726
|
-
"storage-reset-credentials": "storage-reset-credentials",
|
|
727
|
-
"storage-resource-repl-command": "storage-resource-repl-command",
|
|
728
|
-
"storage-set-locked": "storage-set-locked",
|
|
729
|
-
"storage-transfer-in-success": "storage-transfer-in-success",
|
|
730
|
-
"storage-transfer-out-success": "storage-transfer-out-success",
|
|
731
|
-
"storage-transfer-request-created": "storage-transfer-request-created",
|
|
732
|
-
"storage-update": "storage-update",
|
|
733
|
-
"storage-update-project-connection": "storage-update-project-connection",
|
|
734
|
-
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
735
|
-
"storage-view-secret": "storage-view-secret",
|
|
736
|
-
"strict-connectors": "strict-connectors",
|
|
737
|
-
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
738
|
-
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
739
|
-
"strict-shareable-links": "strict-shareable-links",
|
|
740
|
-
"subscription-created": "subscription-created",
|
|
741
|
-
"subscription-product-added": "subscription-product-added",
|
|
742
|
-
"subscription-product-removed": "subscription-product-removed",
|
|
743
|
-
"subscription-updated": "subscription-updated",
|
|
744
|
-
"support-session-created": "support-session-created",
|
|
745
|
-
team: "team",
|
|
746
|
-
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
747
|
-
"team-avatar-update": "team-avatar-update",
|
|
748
|
-
"team-collaboration-settings-updated": "team-collaboration-settings-updated",
|
|
749
|
-
"team-default-build-machine-updated": "team-default-build-machine-updated",
|
|
750
|
-
"team-default-passport-updated": "team-default-passport-updated",
|
|
751
|
-
"team-delete": "team-delete",
|
|
752
|
-
"team-deployment-policy-updated": "team-deployment-policy-updated",
|
|
753
|
-
"team-domain-verification-created": "team-domain-verification-created",
|
|
754
|
-
"team-domain-verification-deleted": "team-domain-verification-deleted",
|
|
755
|
-
"team-domain-verification-verified": "team-domain-verification-verified",
|
|
756
|
-
"team-email-domain-update": "team-email-domain-update",
|
|
757
|
-
"team-emu-updated": "team-emu-updated",
|
|
758
|
-
"team-ended-trial": "team-ended-trial",
|
|
759
|
-
"team-firewall-config-modified": "team-firewall-config-modified",
|
|
760
|
-
"team-firewall-config-promoted": "team-firewall-config-promoted",
|
|
761
|
-
"team-git-repository-dispatch-events-toggled": "team-git-repository-dispatch-events-toggled",
|
|
762
|
-
"team-git-require-verified-commits-toggled": "team-git-require-verified-commits-toggled",
|
|
763
|
-
"team-invite-bulk-delete": "team-invite-bulk-delete",
|
|
764
|
-
"team-invite-code-reset": "team-invite-code-reset",
|
|
765
|
-
"team-invite-link-created": "team-invite-link-created",
|
|
766
|
-
"team-invite-link-deleted": "team-invite-link-deleted",
|
|
767
|
-
"team-ip-blocking-rules-created": "team-ip-blocking-rules-created",
|
|
768
|
-
"team-ip-blocking-rules-removed": "team-ip-blocking-rules-removed",
|
|
769
|
-
"team-member-add": "team-member-add",
|
|
770
|
-
"team-member-confirm-request": "team-member-confirm-request",
|
|
771
|
-
"team-member-decline-request": "team-member-decline-request",
|
|
772
|
-
"team-member-delete": "team-member-delete",
|
|
773
|
-
"team-member-entitlement-added": "team-member-entitlement-added",
|
|
774
|
-
"team-member-entitlement-canceled": "team-member-entitlement-canceled",
|
|
775
|
-
"team-member-entitlement-reactivated": "team-member-entitlement-reactivated",
|
|
776
|
-
"team-member-entitlement-removed": "team-member-entitlement-removed",
|
|
777
|
-
"team-member-join": "team-member-join",
|
|
778
|
-
"team-member-leave": "team-member-leave",
|
|
779
|
-
"team-member-request-access": "team-member-request-access",
|
|
780
|
-
"team-member-role-update": "team-member-role-update",
|
|
781
|
-
"team-member-sso-authorization-attempt": "team-member-sso-authorization-attempt",
|
|
782
|
-
"team-mfa-enforcement-updated": "team-mfa-enforcement-updated",
|
|
783
|
-
"team-name-update": "team-name-update",
|
|
784
|
-
"team-paid-invoice": "team-paid-invoice",
|
|
785
|
-
"team-program-enrollment-changed": "team-program-enrollment-changed",
|
|
786
|
-
"team-remote-caching-purge": "team-remote-caching-purge",
|
|
787
|
-
"team-remote-caching-update": "team-remote-caching-update",
|
|
788
|
-
"team-saml-enforced": "team-saml-enforced",
|
|
789
|
-
"team-saml-roles": "team-saml-roles",
|
|
790
|
-
"team-slug-update": "team-slug-update",
|
|
791
|
-
"team-tokens-invalidated": "team-tokens-invalidated",
|
|
792
|
-
"tracing-configured": "tracing-configured",
|
|
793
|
-
"tracing-disabled": "tracing-disabled",
|
|
794
|
-
"tracing-paused": "tracing-paused",
|
|
795
|
-
"tracing-resumed": "tracing-resumed",
|
|
796
|
-
"unlink-login-connection": "unlink-login-connection",
|
|
797
|
-
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
798
|
-
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
799
|
-
"user-auto-block-configured": "user-auto-block-configured",
|
|
800
|
-
"user-blocked": "user-blocked",
|
|
801
|
-
"user-delete": "user-delete",
|
|
802
|
-
"user-delete-requested": "user-delete-requested",
|
|
803
|
-
"user-emu-account-archived": "user-emu-account-archived",
|
|
804
|
-
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
805
|
-
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
806
|
-
"user-emu-account-update-opted-in": "user-emu-account-update-opted-in",
|
|
807
|
-
"user-emu-account-update-opted-out": "user-emu-account-update-opted-out",
|
|
808
|
-
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
809
|
-
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
810
|
-
"user-emu-toggled": "user-emu-toggled",
|
|
811
|
-
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
812
|
-
"user-mfa-challenge-initiated": "user-mfa-challenge-initiated",
|
|
813
|
-
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
814
|
-
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
815
|
-
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
816
|
-
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
817
|
-
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
818
|
-
"user-mfa-removed": "user-mfa-removed",
|
|
819
|
-
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
820
|
-
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
821
|
-
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
822
|
-
"user-phone-removed": "user-phone-removed",
|
|
823
|
-
"user-phone-updated": "user-phone-updated",
|
|
824
|
-
"user-primary-email-updated": "user-primary-email-updated",
|
|
825
|
-
"user-provider-email-claim-evaluated": "user-provider-email-claim-evaluated",
|
|
826
|
-
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
827
|
-
"user-token-created": "user-token-created",
|
|
828
|
-
"user-token-deleted": "user-token-deleted",
|
|
829
|
-
"user-tokens-deleted": "user-tokens-deleted",
|
|
830
|
-
"user-unblocked": "user-unblocked",
|
|
831
|
-
username: "username",
|
|
832
|
-
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
833
|
-
"v0-chat-created": "v0-chat-created",
|
|
834
|
-
"v0-chat-message-sent": "v0-chat-message-sent",
|
|
835
|
-
"vcr-image-deleted": "vcr-image-deleted",
|
|
836
|
-
"vcr-image-pushed": "vcr-image-pushed",
|
|
837
|
-
"vcr-repository-created": "vcr-repository-created",
|
|
838
|
-
"vcr-repository-deleted": "vcr-repository-deleted",
|
|
839
|
-
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
840
|
-
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
841
|
-
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
842
|
-
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
843
|
-
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
844
|
-
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
845
|
-
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
846
|
-
"vercel-agent-team-trial-credits-applied": "vercel-agent-team-trial-credits-applied",
|
|
847
|
-
"vercel-app-installation-request-dismissed": "vercel-app-installation-request-dismissed",
|
|
848
|
-
"vercel-app-installation-requested": "vercel-app-installation-requested",
|
|
849
|
-
"vercel-app-installation-updated": "vercel-app-installation-updated",
|
|
850
|
-
"vercel-app-installed": "vercel-app-installed",
|
|
851
|
-
"vercel-app-tokens-revoked": "vercel-app-tokens-revoked",
|
|
852
|
-
"vercel-app-uninstalled": "vercel-app-uninstalled",
|
|
853
|
-
"vercel-toolbar": "vercel-toolbar",
|
|
854
|
-
"vpc-peering-connection-accepted": "vpc-peering-connection-accepted",
|
|
855
|
-
"vpc-peering-connection-deleted": "vpc-peering-connection-deleted",
|
|
856
|
-
"vpc-peering-connection-rejected": "vpc-peering-connection-rejected",
|
|
857
|
-
"vpc-peering-connection-updated": "vpc-peering-connection-updated",
|
|
858
|
-
"vulnerability-banner-dismissed": "vulnerability-banner-dismissed",
|
|
859
|
-
"web-analytics-tier-updated": "web-analytics-tier-updated",
|
|
860
|
-
"webhook-created": "webhook-created",
|
|
861
|
-
"webhook-deleted": "webhook-deleted",
|
|
862
|
-
"webhook-updated": "webhook-updated",
|
|
863
|
-
"workflow-deployment-key-accessed": "workflow-deployment-key-accessed"
|
|
864
|
-
};
|
|
865
|
-
const userEventCategoriesEnum = {
|
|
866
|
-
account: "account",
|
|
867
|
-
ai: "ai",
|
|
868
|
-
"ai-gateway": "ai-gateway",
|
|
869
|
-
billing: "billing",
|
|
870
|
-
connect: "connect",
|
|
871
|
-
deployment: "deployment",
|
|
872
|
-
domain: "domain",
|
|
873
|
-
edge: "edge",
|
|
874
|
-
"env-variable": "env-variable",
|
|
875
|
-
"feature-flags": "feature-flags",
|
|
876
|
-
firewall: "firewall",
|
|
877
|
-
integration: "integration",
|
|
878
|
-
microfrontends: "microfrontends",
|
|
879
|
-
network: "network",
|
|
880
|
-
observability: "observability",
|
|
881
|
-
other: "other",
|
|
882
|
-
project: "project",
|
|
883
|
-
security: "security",
|
|
884
|
-
storage: "storage",
|
|
885
|
-
team: "team",
|
|
886
|
-
v0: "v0",
|
|
887
|
-
"vercel-app": "vercel-app",
|
|
888
|
-
workflow: "workflow"
|
|
889
|
-
};
|
|
890
|
-
const userEventPayloadActionEnum = {
|
|
891
|
-
"add-passkey": "add-passkey",
|
|
892
|
-
"add-totp": "add-totp",
|
|
893
|
-
"admin-remove": "admin-remove",
|
|
894
|
-
disable: "disable",
|
|
895
|
-
enable: "enable",
|
|
896
|
-
"regenerate-recovery-codes": "regenerate-recovery-codes",
|
|
897
|
-
"remove-passkey": "remove-passkey"
|
|
898
|
-
};
|
|
899
|
-
const userEventPayloadProviderEnum = {
|
|
900
|
-
apple: "apple",
|
|
901
|
-
bitbucket: "bitbucket",
|
|
902
|
-
chatgpt: "chatgpt",
|
|
903
|
-
github: "github",
|
|
904
|
-
"github-custom-host": "github-custom-host",
|
|
905
|
-
"github-limited": "github-limited",
|
|
906
|
-
gitlab: "gitlab",
|
|
907
|
-
google: "google",
|
|
908
|
-
saml: "saml"
|
|
909
|
-
};
|
|
910
|
-
const userEventPayloadFromPlanEnum = {
|
|
911
|
-
hobby: "hobby",
|
|
912
|
-
pro: "pro"
|
|
913
|
-
};
|
|
914
|
-
const userEventPayloadToPlanEnum = {
|
|
915
|
-
hobby: "hobby",
|
|
916
|
-
pro: "pro"
|
|
917
|
-
};
|
|
918
|
-
const userEventPayloadBudgetRefreshPeriodEnum = {
|
|
919
|
-
daily: "daily",
|
|
920
|
-
monthly: "monthly",
|
|
921
|
-
none: "none",
|
|
922
|
-
weekly: "weekly"
|
|
923
|
-
};
|
|
924
|
-
const userEventPayloadChangeEnum = {
|
|
925
|
-
disable: "disable",
|
|
926
|
-
enable: "enable",
|
|
927
|
-
remove: "remove",
|
|
928
|
-
set: "set"
|
|
929
|
-
};
|
|
930
|
-
const userEventPayloadScopeTypeEnum = {
|
|
931
|
-
project: "project",
|
|
932
|
-
team: "team",
|
|
933
|
-
user: "user"
|
|
934
|
-
};
|
|
935
|
-
const userEventPayloadRetentionDefaultModeEnum = {
|
|
936
|
-
days: "days",
|
|
937
|
-
"until-requested": "until-requested"
|
|
938
|
-
};
|
|
939
|
-
const userEventPayloadRetentionCeilingModeEnum = {
|
|
940
|
-
days: "days",
|
|
941
|
-
"until-requested": "until-requested"
|
|
942
|
-
};
|
|
943
|
-
const userEventPayloadNextRoleEnum = {
|
|
944
|
-
ADMIN: "ADMIN",
|
|
945
|
-
PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
|
|
946
|
-
PROJECT_GUEST: "PROJECT_GUEST",
|
|
947
|
-
PROJECT_VIEWER: "PROJECT_VIEWER"
|
|
948
|
-
};
|
|
949
|
-
const userEventPayloadPreviousRoleEnum = {
|
|
950
|
-
ADMIN: "ADMIN",
|
|
951
|
-
PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
|
|
952
|
-
PROJECT_GUEST: "PROJECT_GUEST",
|
|
953
|
-
PROJECT_VIEWER: "PROJECT_VIEWER"
|
|
954
|
-
};
|
|
955
|
-
const userEventPayloadDeploymentAllowListedReadyStateReasonInternalEnum = {
|
|
956
|
-
EARLY_IGNORE_STEP: "EARLY_IGNORE_STEP",
|
|
957
|
-
IGNORE_STEP: "IGNORE_STEP",
|
|
958
|
-
NAMESPACE_PRUNED: "NAMESPACE_PRUNED",
|
|
959
|
-
UNAFFECTED_PROJECT: "UNAFFECTED_PROJECT",
|
|
960
|
-
UNVERIFIED_COMMIT: "UNVERIFIED_COMMIT"
|
|
961
|
-
};
|
|
962
|
-
const userEventPayloadScopesEnum = {
|
|
963
|
-
email: "email",
|
|
964
|
-
offline_access: "offline_access",
|
|
965
|
-
openid: "openid",
|
|
966
|
-
profile: "profile"
|
|
967
|
-
};
|
|
968
|
-
const userEventPayloadPermissionsEnum = {
|
|
969
|
-
"manage:speed-insights": "manage:speed-insights",
|
|
970
|
-
"manage:web-analytics": "manage:web-analytics",
|
|
971
|
-
"read-write:ai-gateway-api-key": "read-write:ai-gateway-api-key",
|
|
972
|
-
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails",
|
|
973
|
-
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models",
|
|
974
|
-
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
975
|
-
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
976
|
-
"read-write:alerts": "read-write:alerts",
|
|
977
|
-
"read-write:automations": "read-write:automations",
|
|
978
|
-
"read-write:billing": "read-write:billing",
|
|
979
|
-
"read-write:blob": "read-write:blob",
|
|
980
|
-
"read-write:connect": "read-write:connect",
|
|
981
|
-
"read-write:deployment": "read-write:deployment",
|
|
982
|
-
"read-write:domain": "read-write:domain",
|
|
983
|
-
"read-write:domain-registrar": "read-write:domain-registrar",
|
|
984
|
-
"read-write:drains": "read-write:drains",
|
|
985
|
-
"read-write:edge-cache": "read-write:edge-cache",
|
|
986
|
-
"read-write:edge-config": "read-write:edge-config",
|
|
987
|
-
"read-write:firewall": "read-write:firewall",
|
|
988
|
-
"read-write:integration-configuration": "read-write:integration-configuration",
|
|
989
|
-
"read-write:integration-resource": "read-write:integration-resource",
|
|
990
|
-
"read-write:kms": "read-write:kms",
|
|
991
|
-
"read-write:project": "read-write:project",
|
|
992
|
-
"read-write:project-env-vars": "read-write:project-env-vars",
|
|
993
|
-
"read-write:project-env-vars-non-production": "read-write:project-env-vars-non-production",
|
|
994
|
-
"read-write:project-env-vars-production": "read-write:project-env-vars-production",
|
|
995
|
-
"read-write:project-flags-non-production": "read-write:project-flags-non-production",
|
|
996
|
-
"read-write:project-flags-production": "read-write:project-flags-production",
|
|
997
|
-
"read-write:project-protection-bypass": "read-write:project-protection-bypass",
|
|
998
|
-
"read-write:remote-cache": "read-write:remote-cache",
|
|
999
|
-
"read-write:sandbox": "read-write:sandbox",
|
|
1000
|
-
"read-write:team-members": "read-write:team-members",
|
|
1001
|
-
"read-write:vcr": "read-write:vcr",
|
|
1002
|
-
"read:access-group": "read:access-group",
|
|
1003
|
-
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails",
|
|
1004
|
-
"read:ai-gateway-private-models": "read:ai-gateway-private-models",
|
|
1005
|
-
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
1006
|
-
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
1007
|
-
"read:alerts": "read:alerts",
|
|
1008
|
-
"read:automations": "read:automations",
|
|
1009
|
-
"read:billing": "read:billing",
|
|
1010
|
-
"read:connect": "read:connect",
|
|
1011
|
-
"read:deployment": "read:deployment",
|
|
1012
|
-
"read:domain": "read:domain",
|
|
1013
|
-
"read:event": "read:event",
|
|
1014
|
-
"read:firewall": "read:firewall",
|
|
1015
|
-
"read:integration-configuration": "read:integration-configuration",
|
|
1016
|
-
"read:integration-resource": "read:integration-resource",
|
|
1017
|
-
"read:kms": "read:kms",
|
|
1018
|
-
"read:monitoring": "read:monitoring",
|
|
1019
|
-
"read:project": "read:project",
|
|
1020
|
-
"read:project-env-vars-non-production": "read:project-env-vars-non-production",
|
|
1021
|
-
"read:project-env-vars-production": "read:project-env-vars-production",
|
|
1022
|
-
"read:project-flags": "read:project-flags",
|
|
1023
|
-
"read:remote-cache": "read:remote-cache",
|
|
1024
|
-
"read:sandbox": "read:sandbox",
|
|
1025
|
-
"read:speed-insights": "read:speed-insights",
|
|
1026
|
-
"read:team": "read:team",
|
|
1027
|
-
"read:vcr": "read:vcr",
|
|
1028
|
-
"read:web-analytics": "read:web-analytics",
|
|
1029
|
-
"read:webhooks": "read:webhooks",
|
|
1030
|
-
"use:ai-gateway": "use:ai-gateway"
|
|
1031
|
-
};
|
|
1032
|
-
const userEventPayloadNextScopesEnum = {
|
|
209
|
+
const userEventPayloadActionEnum = {
|
|
210
|
+
"add-passkey": "add-passkey",
|
|
211
|
+
"add-totp": "add-totp",
|
|
212
|
+
"admin-remove": "admin-remove",
|
|
213
|
+
disable: "disable",
|
|
214
|
+
enable: "enable",
|
|
215
|
+
"regenerate-recovery-codes": "regenerate-recovery-codes",
|
|
216
|
+
"remove-passkey": "remove-passkey"
|
|
217
|
+
};
|
|
218
|
+
const userEventPayloadProviderEnum = {
|
|
219
|
+
apple: "apple",
|
|
220
|
+
bitbucket: "bitbucket",
|
|
221
|
+
chatgpt: "chatgpt",
|
|
222
|
+
github: "github",
|
|
223
|
+
"github-custom-host": "github-custom-host",
|
|
224
|
+
"github-limited": "github-limited",
|
|
225
|
+
gitlab: "gitlab",
|
|
226
|
+
google: "google",
|
|
227
|
+
saml: "saml"
|
|
228
|
+
};
|
|
229
|
+
const userEventPayloadFromPlanEnum = {
|
|
230
|
+
hobby: "hobby",
|
|
231
|
+
pro: "pro"
|
|
232
|
+
};
|
|
233
|
+
const userEventPayloadToPlanEnum = {
|
|
234
|
+
hobby: "hobby",
|
|
235
|
+
pro: "pro"
|
|
236
|
+
};
|
|
237
|
+
const userEventPayloadBudgetRefreshPeriodEnum = {
|
|
238
|
+
daily: "daily",
|
|
239
|
+
monthly: "monthly",
|
|
240
|
+
none: "none",
|
|
241
|
+
weekly: "weekly"
|
|
242
|
+
};
|
|
243
|
+
const userEventPayloadChangeEnum = {
|
|
244
|
+
disable: "disable",
|
|
245
|
+
enable: "enable",
|
|
246
|
+
remove: "remove",
|
|
247
|
+
set: "set"
|
|
248
|
+
};
|
|
249
|
+
const userEventPayloadScopeTypeEnum = {
|
|
250
|
+
project: "project",
|
|
251
|
+
team: "team",
|
|
252
|
+
user: "user"
|
|
253
|
+
};
|
|
254
|
+
const userEventPayloadRetentionCeilingModeEnum = {
|
|
255
|
+
days: "days",
|
|
256
|
+
"until-requested": "until-requested"
|
|
257
|
+
};
|
|
258
|
+
const userEventPayloadRetentionDefaultModeEnum = {
|
|
259
|
+
days: "days",
|
|
260
|
+
"until-requested": "until-requested"
|
|
261
|
+
};
|
|
262
|
+
const userEventPayloadNextRoleEnum = {
|
|
263
|
+
ADMIN: "ADMIN",
|
|
264
|
+
PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
|
|
265
|
+
PROJECT_GUEST: "PROJECT_GUEST",
|
|
266
|
+
PROJECT_VIEWER: "PROJECT_VIEWER"
|
|
267
|
+
};
|
|
268
|
+
const userEventPayloadPreviousRoleEnum = {
|
|
269
|
+
ADMIN: "ADMIN",
|
|
270
|
+
PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
|
|
271
|
+
PROJECT_GUEST: "PROJECT_GUEST",
|
|
272
|
+
PROJECT_VIEWER: "PROJECT_VIEWER"
|
|
273
|
+
};
|
|
274
|
+
const userEventPayloadDeploymentAllowListedReadyStateReasonInternalEnum = {
|
|
275
|
+
EARLY_IGNORE_STEP: "EARLY_IGNORE_STEP",
|
|
276
|
+
IGNORE_STEP: "IGNORE_STEP",
|
|
277
|
+
NAMESPACE_PRUNED: "NAMESPACE_PRUNED",
|
|
278
|
+
UNAFFECTED_PROJECT: "UNAFFECTED_PROJECT",
|
|
279
|
+
UNVERIFIED_COMMIT: "UNVERIFIED_COMMIT"
|
|
280
|
+
};
|
|
281
|
+
const userEventPayloadPermissionsEnum = {
|
|
282
|
+
"manage:speed-insights": "manage:speed-insights",
|
|
283
|
+
"manage:web-analytics": "manage:web-analytics",
|
|
284
|
+
"read-write:ai-gateway-api-key": "read-write:ai-gateway-api-key",
|
|
285
|
+
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails",
|
|
286
|
+
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models",
|
|
287
|
+
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
288
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
289
|
+
"read-write:alerts": "read-write:alerts",
|
|
290
|
+
"read-write:automations": "read-write:automations",
|
|
291
|
+
"read-write:billing": "read-write:billing",
|
|
292
|
+
"read-write:blob": "read-write:blob",
|
|
293
|
+
"read-write:connect": "read-write:connect",
|
|
294
|
+
"read-write:deployment": "read-write:deployment",
|
|
295
|
+
"read-write:domain": "read-write:domain",
|
|
296
|
+
"read-write:domain-registrar": "read-write:domain-registrar",
|
|
297
|
+
"read-write:drains": "read-write:drains",
|
|
298
|
+
"read-write:edge-cache": "read-write:edge-cache",
|
|
299
|
+
"read-write:edge-config": "read-write:edge-config",
|
|
300
|
+
"read-write:firewall": "read-write:firewall",
|
|
301
|
+
"read-write:integration-configuration": "read-write:integration-configuration",
|
|
302
|
+
"read-write:integration-resource": "read-write:integration-resource",
|
|
303
|
+
"read-write:kms": "read-write:kms",
|
|
304
|
+
"read-write:project": "read-write:project",
|
|
305
|
+
"read-write:project-env-vars": "read-write:project-env-vars",
|
|
306
|
+
"read-write:project-env-vars-non-production": "read-write:project-env-vars-non-production",
|
|
307
|
+
"read-write:project-env-vars-production": "read-write:project-env-vars-production",
|
|
308
|
+
"read-write:project-flags-non-production": "read-write:project-flags-non-production",
|
|
309
|
+
"read-write:project-flags-production": "read-write:project-flags-production",
|
|
310
|
+
"read-write:project-protection-bypass": "read-write:project-protection-bypass",
|
|
311
|
+
"read-write:remote-cache": "read-write:remote-cache",
|
|
312
|
+
"read-write:sandbox": "read-write:sandbox",
|
|
313
|
+
"read-write:team-members": "read-write:team-members",
|
|
314
|
+
"read-write:vcr": "read-write:vcr",
|
|
315
|
+
"read:access-group": "read:access-group",
|
|
316
|
+
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails",
|
|
317
|
+
"read:ai-gateway-private-models": "read:ai-gateway-private-models",
|
|
318
|
+
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
319
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
320
|
+
"read:alerts": "read:alerts",
|
|
321
|
+
"read:automations": "read:automations",
|
|
322
|
+
"read:billing": "read:billing",
|
|
323
|
+
"read:connect": "read:connect",
|
|
324
|
+
"read:deployment": "read:deployment",
|
|
325
|
+
"read:domain": "read:domain",
|
|
326
|
+
"read:event": "read:event",
|
|
327
|
+
"read:firewall": "read:firewall",
|
|
328
|
+
"read:integration-configuration": "read:integration-configuration",
|
|
329
|
+
"read:integration-resource": "read:integration-resource",
|
|
330
|
+
"read:kms": "read:kms",
|
|
331
|
+
"read:monitoring": "read:monitoring",
|
|
332
|
+
"read:project": "read:project",
|
|
333
|
+
"read:project-env-vars-non-production": "read:project-env-vars-non-production",
|
|
334
|
+
"read:project-env-vars-production": "read:project-env-vars-production",
|
|
335
|
+
"read:project-flags": "read:project-flags",
|
|
336
|
+
"read:remote-cache": "read:remote-cache",
|
|
337
|
+
"read:sandbox": "read:sandbox",
|
|
338
|
+
"read:speed-insights": "read:speed-insights",
|
|
339
|
+
"read:team": "read:team",
|
|
340
|
+
"read:vcr": "read:vcr",
|
|
341
|
+
"read:web-analytics": "read:web-analytics",
|
|
342
|
+
"read:webhooks": "read:webhooks",
|
|
343
|
+
"use:ai-gateway": "use:ai-gateway"
|
|
344
|
+
};
|
|
345
|
+
const userEventPayloadScopesEnum = {
|
|
1033
346
|
email: "email",
|
|
1034
347
|
offline_access: "offline_access",
|
|
1035
348
|
openid: "openid",
|
|
@@ -1100,7 +413,13 @@ const userEventPayloadNextPermissionsEnum = {
|
|
|
1100
413
|
"read:webhooks": "read:webhooks",
|
|
1101
414
|
"use:ai-gateway": "use:ai-gateway"
|
|
1102
415
|
};
|
|
1103
|
-
const
|
|
416
|
+
const userEventPayloadNextScopesEnum = {
|
|
417
|
+
email: "email",
|
|
418
|
+
offline_access: "offline_access",
|
|
419
|
+
openid: "openid",
|
|
420
|
+
profile: "profile"
|
|
421
|
+
};
|
|
422
|
+
const userEventPayloadAfterPermissionsEnum = {
|
|
1104
423
|
"manage:speed-insights": "manage:speed-insights",
|
|
1105
424
|
"manage:web-analytics": "manage:web-analytics",
|
|
1106
425
|
"read-write:ai-gateway-api-key": "read-write:ai-gateway-api-key",
|
|
@@ -1164,7 +483,7 @@ const userEventPayloadBeforePermissionsEnum = {
|
|
|
1164
483
|
"read:webhooks": "read:webhooks",
|
|
1165
484
|
"use:ai-gateway": "use:ai-gateway"
|
|
1166
485
|
};
|
|
1167
|
-
const
|
|
486
|
+
const userEventPayloadBeforePermissionsEnum = {
|
|
1168
487
|
"manage:speed-insights": "manage:speed-insights",
|
|
1169
488
|
"manage:web-analytics": "manage:web-analytics",
|
|
1170
489
|
"read-write:ai-gateway-api-key": "read-write:ai-gateway-api-key",
|
|
@@ -1299,6 +618,11 @@ const userEventPayloadVisibilityEnum = {
|
|
|
1299
618
|
config: "config",
|
|
1300
619
|
secret: "secret"
|
|
1301
620
|
};
|
|
621
|
+
const userEventPayloadTargetEnum = {
|
|
622
|
+
development: "development",
|
|
623
|
+
preview: "preview",
|
|
624
|
+
production: "production"
|
|
625
|
+
};
|
|
1302
626
|
const userEventPayloadTypeEnum = {
|
|
1303
627
|
blob: "blob",
|
|
1304
628
|
"edge-config": "edge-config",
|
|
@@ -1306,12 +630,12 @@ const userEventPayloadTypeEnum = {
|
|
|
1306
630
|
postgres: "postgres",
|
|
1307
631
|
redis: "redis"
|
|
1308
632
|
};
|
|
1309
|
-
const
|
|
633
|
+
const userEventPayloadNewEnvVarTargetEnum = {
|
|
1310
634
|
development: "development",
|
|
1311
635
|
preview: "preview",
|
|
1312
636
|
production: "production"
|
|
1313
637
|
};
|
|
1314
|
-
const
|
|
638
|
+
const userEventPayloadNewEnvVarTypeEnum = {
|
|
1315
639
|
encrypted: "encrypted",
|
|
1316
640
|
plain: "plain",
|
|
1317
641
|
sensitive: "sensitive",
|
|
@@ -1322,13 +646,13 @@ const userEventPayloadOldEnvVarTargetEnum = {
|
|
|
1322
646
|
preview: "preview",
|
|
1323
647
|
production: "production"
|
|
1324
648
|
};
|
|
1325
|
-
const
|
|
649
|
+
const userEventPayloadOldEnvVarTypeEnum = {
|
|
1326
650
|
encrypted: "encrypted",
|
|
1327
651
|
plain: "plain",
|
|
1328
652
|
sensitive: "sensitive",
|
|
1329
653
|
system: "system"
|
|
1330
654
|
};
|
|
1331
|
-
const
|
|
655
|
+
const userEventPayloadUpdateDiffNewTargetEnum = {
|
|
1332
656
|
development: "development",
|
|
1333
657
|
preview: "preview",
|
|
1334
658
|
production: "production"
|
|
@@ -1338,11 +662,6 @@ const userEventPayloadUpdateDiffOldTargetEnum = {
|
|
|
1338
662
|
preview: "preview",
|
|
1339
663
|
production: "production"
|
|
1340
664
|
};
|
|
1341
|
-
const userEventPayloadUpdateDiffNewTargetEnum = {
|
|
1342
|
-
development: "development",
|
|
1343
|
-
preview: "preview",
|
|
1344
|
-
production: "production"
|
|
1345
|
-
};
|
|
1346
665
|
const actionEnum = {
|
|
1347
666
|
challenge: "challenge",
|
|
1348
667
|
deny: "deny",
|
|
@@ -1369,10 +688,6 @@ const userEventPayloadSourceEnum = {
|
|
|
1369
688
|
saml: "saml",
|
|
1370
689
|
teams: "teams"
|
|
1371
690
|
};
|
|
1372
|
-
const userEventPayloadOutcomeEnum = {
|
|
1373
|
-
"account-matched": "account-matched",
|
|
1374
|
-
"linking-required": "linking-required"
|
|
1375
|
-
};
|
|
1376
691
|
const userEventPayloadFailureStageEnum = {
|
|
1377
692
|
authorization: "authorization",
|
|
1378
693
|
push: "push",
|
|
@@ -1380,70 +695,16 @@ const userEventPayloadFailureStageEnum = {
|
|
|
1380
695
|
unknown: "unknown",
|
|
1381
696
|
validation: "validation"
|
|
1382
697
|
};
|
|
698
|
+
const userEventPayloadOutcomeEnum = {
|
|
699
|
+
"account-matched": "account-matched",
|
|
700
|
+
"linking-required": "linking-required"
|
|
701
|
+
};
|
|
1383
702
|
const userEventPayloadNewOwnerAbuseBlockHistoryActionEnum = {
|
|
1384
703
|
blocked: "blocked",
|
|
1385
704
|
"hard-blocked": "hard-blocked",
|
|
1386
705
|
"soft-blocked": "soft-blocked",
|
|
1387
706
|
unblocked: "unblocked"
|
|
1388
707
|
};
|
|
1389
|
-
const userEventPayloadNewOwnerBillingPlanEnum = {
|
|
1390
|
-
enterprise: "enterprise",
|
|
1391
|
-
hobby: "hobby",
|
|
1392
|
-
pro: "pro"
|
|
1393
|
-
};
|
|
1394
|
-
const userEventPayloadNewOwnerCredentialsTypeEnum = {
|
|
1395
|
-
apple: "apple",
|
|
1396
|
-
bitbucket: "bitbucket",
|
|
1397
|
-
chatgpt: "chatgpt",
|
|
1398
|
-
"github-oauth": "github-oauth",
|
|
1399
|
-
"github-oauth-limited": "github-oauth-limited",
|
|
1400
|
-
gitlab: "gitlab",
|
|
1401
|
-
google: "google",
|
|
1402
|
-
vercel: "vercel"
|
|
1403
|
-
};
|
|
1404
|
-
const userEventPayloadNewOwnerImportFlowGitProviderEnum = {
|
|
1405
|
-
bitbucket: "bitbucket",
|
|
1406
|
-
"cursor-origin": "cursor-origin",
|
|
1407
|
-
github: "github",
|
|
1408
|
-
"github-custom-host": "github-custom-host",
|
|
1409
|
-
"github-limited": "github-limited",
|
|
1410
|
-
gitlab: "gitlab",
|
|
1411
|
-
vercel: "vercel"
|
|
1412
|
-
};
|
|
1413
|
-
const userEventPayloadNewOwnerPreventAutoBlocking = {
|
|
1414
|
-
false: false,
|
|
1415
|
-
true: true
|
|
1416
|
-
};
|
|
1417
|
-
const userEventPayloadNewOwnerProjectCardWidgetPreferencesWidgetEnum = {
|
|
1418
|
-
"analytics-online": "analytics-online",
|
|
1419
|
-
"analytics-page-views": "analytics-page-views",
|
|
1420
|
-
"analytics-visitors": "analytics-visitors",
|
|
1421
|
-
"firewall-allowed": "firewall-allowed",
|
|
1422
|
-
"firewall-denied": "firewall-denied",
|
|
1423
|
-
"observability-alert": "observability-alert",
|
|
1424
|
-
"observability-edge-requests": "observability-edge-requests",
|
|
1425
|
-
"observability-error-rate": "observability-error-rate",
|
|
1426
|
-
"observability-function-invocations": "observability-function-invocations",
|
|
1427
|
-
shortcut: "shortcut",
|
|
1428
|
-
"speed-insights-cls": "speed-insights-cls",
|
|
1429
|
-
"speed-insights-lcp": "speed-insights-lcp",
|
|
1430
|
-
"speed-insights-res": "speed-insights-res"
|
|
1431
|
-
};
|
|
1432
|
-
const userEventPayloadNewOwnerResourceConfigBuildQueueConfigurationEnum = {
|
|
1433
|
-
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
1434
|
-
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
1435
|
-
};
|
|
1436
|
-
const userEventPayloadNewOwnerResourceConfigBuildMachineDefaultEnum = {
|
|
1437
|
-
basic: "basic",
|
|
1438
|
-
elastic: "elastic",
|
|
1439
|
-
enhanced: "enhanced",
|
|
1440
|
-
standard: "standard",
|
|
1441
|
-
turbo: "turbo"
|
|
1442
|
-
};
|
|
1443
|
-
const userEventPayloadNewOwnerActiveDashboardViewsViewPreferenceEnum = {
|
|
1444
|
-
cards: "cards",
|
|
1445
|
-
list: "list"
|
|
1446
|
-
};
|
|
1447
708
|
const userEventPayloadNewOwnerActiveDashboardViewsFavoritesViewPreferenceEnum = {
|
|
1448
709
|
closed: "closed",
|
|
1449
710
|
open: "open"
|
|
@@ -1452,119 +713,24 @@ const userEventPayloadNewOwnerActiveDashboardViewsRecentsViewPreferenceEnum = {
|
|
|
1452
713
|
closed: "closed",
|
|
1453
714
|
open: "open"
|
|
1454
715
|
};
|
|
1455
|
-
const
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
|
|
1459
|
-
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
1460
|
-
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
1461
|
-
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
1462
|
-
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
1463
|
-
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
1464
|
-
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
1465
|
-
};
|
|
1466
|
-
const userEventPayloadNewOwnerSoftBlockBlockedDueToOverageTypeEnum = {
|
|
1467
|
-
analyticsUsage: "analyticsUsage",
|
|
1468
|
-
artifacts: "artifacts",
|
|
1469
|
-
bandwidth: "bandwidth",
|
|
1470
|
-
blobDataTransfer: "blobDataTransfer",
|
|
1471
|
-
blobTotalAdvancedRequests: "blobTotalAdvancedRequests",
|
|
1472
|
-
blobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
|
|
1473
|
-
blobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
|
|
1474
|
-
blobTotalSimpleRequests: "blobTotalSimpleRequests",
|
|
1475
|
-
connectDataTransfer: "connectDataTransfer",
|
|
1476
|
-
dataCacheRead: "dataCacheRead",
|
|
1477
|
-
dataCacheWrite: "dataCacheWrite",
|
|
1478
|
-
edgeConfigRead: "edgeConfigRead",
|
|
1479
|
-
edgeConfigWrite: "edgeConfigWrite",
|
|
1480
|
-
edgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
|
|
1481
|
-
edgeMiddlewareInvocations: "edgeMiddlewareInvocations",
|
|
1482
|
-
edgeRequest: "edgeRequest",
|
|
1483
|
-
edgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
|
|
1484
|
-
elasticConcurrencyBuildSlots: "elasticConcurrencyBuildSlots",
|
|
1485
|
-
fastDataTransfer: "fastDataTransfer",
|
|
1486
|
-
fastOriginTransfer: "fastOriginTransfer",
|
|
1487
|
-
fluidCpuDuration: "fluidCpuDuration",
|
|
1488
|
-
fluidDuration: "fluidDuration",
|
|
1489
|
-
functionDuration: "functionDuration",
|
|
1490
|
-
functionInvocation: "functionInvocation",
|
|
1491
|
-
imageOptimizationCacheRead: "imageOptimizationCacheRead",
|
|
1492
|
-
imageOptimizationCacheWrite: "imageOptimizationCacheWrite",
|
|
1493
|
-
imageOptimizationTransformation: "imageOptimizationTransformation",
|
|
1494
|
-
logDrainsVolume: "logDrainsVolume",
|
|
1495
|
-
monitoringMetric: "monitoringMetric",
|
|
1496
|
-
observabilityEvent: "observabilityEvent",
|
|
1497
|
-
onDemandConcurrencyMinutes: "onDemandConcurrencyMinutes",
|
|
1498
|
-
runtimeCacheRead: "runtimeCacheRead",
|
|
1499
|
-
runtimeCacheWrite: "runtimeCacheWrite",
|
|
1500
|
-
serverlessFunctionExecution: "serverlessFunctionExecution",
|
|
1501
|
-
sourceImages: "sourceImages",
|
|
1502
|
-
wafOwaspExcessBytes: "wafOwaspExcessBytes",
|
|
1503
|
-
wafOwaspRequests: "wafOwaspRequests",
|
|
1504
|
-
wafRateLimitRequest: "wafRateLimitRequest",
|
|
1505
|
-
webAnalyticsEvent: "webAnalyticsEvent"
|
|
1506
|
-
};
|
|
1507
|
-
const userEventPayloadNewOwnerTeamsRoleEnum = {
|
|
1508
|
-
BILLING: "BILLING",
|
|
1509
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1510
|
-
DEVELOPER: "DEVELOPER",
|
|
1511
|
-
MEMBER: "MEMBER",
|
|
1512
|
-
OWNER: "OWNER",
|
|
1513
|
-
SECURITY: "SECURITY",
|
|
1514
|
-
VIEWER: "VIEWER",
|
|
1515
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1516
|
-
};
|
|
1517
|
-
const userEventPayloadNewOwnerTeamsTeamRolesEnum = {
|
|
1518
|
-
BILLING: "BILLING",
|
|
1519
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1520
|
-
DEVELOPER: "DEVELOPER",
|
|
1521
|
-
MEMBER: "MEMBER",
|
|
1522
|
-
OWNER: "OWNER",
|
|
1523
|
-
SECURITY: "SECURITY",
|
|
1524
|
-
VIEWER: "VIEWER",
|
|
1525
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
716
|
+
const userEventPayloadNewOwnerActiveDashboardViewsViewPreferenceEnum = {
|
|
717
|
+
cards: "cards",
|
|
718
|
+
list: "list"
|
|
1526
719
|
};
|
|
1527
|
-
const
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
AiGatewaySettings: "AiGatewaySettings",
|
|
1532
|
-
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager",
|
|
1533
|
-
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer",
|
|
1534
|
-
ConnectorManager: "ConnectorManager",
|
|
1535
|
-
CreateProject: "CreateProject",
|
|
1536
|
-
EnvVariableManager: "EnvVariableManager",
|
|
1537
|
-
EnvironmentManager: "EnvironmentManager",
|
|
1538
|
-
FullProductionDeployment: "FullProductionDeployment",
|
|
1539
|
-
IntegrationManager: "IntegrationManager",
|
|
1540
|
-
OrgAdmin: "OrgAdmin",
|
|
1541
|
-
OrgViewer: "OrgViewer",
|
|
1542
|
-
UsageViewer: "UsageViewer",
|
|
1543
|
-
V0Builder: "V0Builder",
|
|
1544
|
-
V0Chatter: "V0Chatter",
|
|
1545
|
-
V0Viewer: "V0Viewer",
|
|
1546
|
-
WorkflowDecryptor: "WorkflowDecryptor"
|
|
720
|
+
const userEventPayloadNewOwnerBillingPlanEnum = {
|
|
721
|
+
enterprise: "enterprise",
|
|
722
|
+
hobby: "hobby",
|
|
723
|
+
pro: "pro"
|
|
1547
724
|
};
|
|
1548
|
-
const
|
|
1549
|
-
|
|
1550
|
-
bitbucket: "bitbucket",
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
github: "github",
|
|
725
|
+
const userEventPayloadNewOwnerCredentialsTypeEnum = {
|
|
726
|
+
apple: "apple",
|
|
727
|
+
bitbucket: "bitbucket",
|
|
728
|
+
chatgpt: "chatgpt",
|
|
729
|
+
"github-oauth": "github-oauth",
|
|
730
|
+
"github-oauth-limited": "github-oauth-limited",
|
|
1554
731
|
gitlab: "gitlab",
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
mail: "mail",
|
|
1558
|
-
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
1559
|
-
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
1560
|
-
"nsnb-invite": "nsnb-invite",
|
|
1561
|
-
"nsnb-redeploy": "nsnb-redeploy",
|
|
1562
|
-
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
1563
|
-
"nsnb-request-access": "nsnb-request-access",
|
|
1564
|
-
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
1565
|
-
"organization-teams": "organization-teams",
|
|
1566
|
-
saml: "saml",
|
|
1567
|
-
teams: "teams"
|
|
732
|
+
google: "google",
|
|
733
|
+
vercel: "vercel"
|
|
1568
734
|
};
|
|
1569
735
|
const userEventPayloadNewOwnerEnablePreviewFeedbackEnum = {
|
|
1570
736
|
default: "default",
|
|
@@ -1574,44 +740,6 @@ const userEventPayloadNewOwnerEnablePreviewFeedbackEnum = {
|
|
|
1574
740
|
on: "on",
|
|
1575
741
|
"on-force": "on-force"
|
|
1576
742
|
};
|
|
1577
|
-
const userEventPayloadNewOwnerFeatureBlocksWebAnalyticsBlockReasonEnum = {
|
|
1578
|
-
admin_override: "admin_override",
|
|
1579
|
-
hard_blocked: "hard_blocked",
|
|
1580
|
-
limits_exceeded: "limits_exceeded"
|
|
1581
|
-
};
|
|
1582
|
-
const userEventPayloadNewOwnerFeatureBlocksMonitoringBlockReasonEnum = {
|
|
1583
|
-
admin_override: "admin_override",
|
|
1584
|
-
hard_blocked: "hard_blocked",
|
|
1585
|
-
limits_exceeded: "limits_exceeded"
|
|
1586
|
-
};
|
|
1587
|
-
const userEventPayloadNewOwnerFeatureBlocksMonitoringBlockTypeEnum = {
|
|
1588
|
-
hard: "hard",
|
|
1589
|
-
soft: "soft"
|
|
1590
|
-
};
|
|
1591
|
-
const userEventPayloadNewOwnerFeatureBlocksObservabilityPlusBlockReasonEnum = {
|
|
1592
|
-
admin_override: "admin_override",
|
|
1593
|
-
hard_blocked: "hard_blocked",
|
|
1594
|
-
limits_exceeded: "limits_exceeded"
|
|
1595
|
-
};
|
|
1596
|
-
const userEventPayloadNewOwnerFeatureBlocksObservabilityPlusBlockTypeEnum = {
|
|
1597
|
-
hard: "hard",
|
|
1598
|
-
soft: "soft"
|
|
1599
|
-
};
|
|
1600
|
-
const userEventPayloadNewOwnerFeatureBlocksDataCacheBlockReasonEnum = {
|
|
1601
|
-
admin_override: "admin_override",
|
|
1602
|
-
hard_blocked: "hard_blocked",
|
|
1603
|
-
limits_exceeded: "limits_exceeded"
|
|
1604
|
-
};
|
|
1605
|
-
const userEventPayloadNewOwnerFeatureBlocksImageOptimizationTransformationBlockReasonEnum = {
|
|
1606
|
-
admin_override: "admin_override",
|
|
1607
|
-
hard_blocked: "hard_blocked",
|
|
1608
|
-
limits_exceeded: "limits_exceeded"
|
|
1609
|
-
};
|
|
1610
|
-
const userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum = {
|
|
1611
|
-
admin_override: "admin_override",
|
|
1612
|
-
hard_blocked: "hard_blocked",
|
|
1613
|
-
limits_exceeded: "limits_exceeded"
|
|
1614
|
-
};
|
|
1615
743
|
const userEventPayloadNewOwnerFeatureBlocksBlobOverageReasonEnum = {
|
|
1616
744
|
analyticsUsage: "analyticsUsage",
|
|
1617
745
|
artifacts: "artifacts",
|
|
@@ -1657,6 +785,54 @@ const userEventPayloadNewOwnerFeatureBlocksBlobBlockReasonEnum = {
|
|
|
1657
785
|
admin_override: "admin_override",
|
|
1658
786
|
hard_blocked: "hard_blocked"
|
|
1659
787
|
};
|
|
788
|
+
const userEventPayloadNewOwnerFeatureBlocksConnexForwardTriggersBlockReasonEnum = {
|
|
789
|
+
admin_override: "admin_override",
|
|
790
|
+
hard_blocked: "hard_blocked",
|
|
791
|
+
limits_exceeded: "limits_exceeded"
|
|
792
|
+
};
|
|
793
|
+
const userEventPayloadNewOwnerFeatureBlocksConnexTokenRequestsBlockReasonEnum = {
|
|
794
|
+
admin_override: "admin_override",
|
|
795
|
+
hard_blocked: "hard_blocked",
|
|
796
|
+
limits_exceeded: "limits_exceeded"
|
|
797
|
+
};
|
|
798
|
+
const userEventPayloadNewOwnerFeatureBlocksDataCacheBlockReasonEnum = {
|
|
799
|
+
admin_override: "admin_override",
|
|
800
|
+
hard_blocked: "hard_blocked",
|
|
801
|
+
limits_exceeded: "limits_exceeded"
|
|
802
|
+
};
|
|
803
|
+
const userEventPayloadNewOwnerFeatureBlocksImageOptimizationTransformationBlockReasonEnum = {
|
|
804
|
+
admin_override: "admin_override",
|
|
805
|
+
hard_blocked: "hard_blocked",
|
|
806
|
+
limits_exceeded: "limits_exceeded"
|
|
807
|
+
};
|
|
808
|
+
const userEventPayloadNewOwnerFeatureBlocksKmsOperationsBlockReasonEnum = {
|
|
809
|
+
admin_override: "admin_override",
|
|
810
|
+
hard_blocked: "hard_blocked",
|
|
811
|
+
limits_exceeded: "limits_exceeded"
|
|
812
|
+
};
|
|
813
|
+
const userEventPayloadNewOwnerFeatureBlocksMicrofrontendsRequestBlockReasonEnum = {
|
|
814
|
+
admin_override: "admin_override",
|
|
815
|
+
hard_blocked: "hard_blocked",
|
|
816
|
+
limits_exceeded: "limits_exceeded"
|
|
817
|
+
};
|
|
818
|
+
const userEventPayloadNewOwnerFeatureBlocksMonitoringBlockReasonEnum = {
|
|
819
|
+
admin_override: "admin_override",
|
|
820
|
+
hard_blocked: "hard_blocked",
|
|
821
|
+
limits_exceeded: "limits_exceeded"
|
|
822
|
+
};
|
|
823
|
+
const userEventPayloadNewOwnerFeatureBlocksMonitoringBlockTypeEnum = {
|
|
824
|
+
hard: "hard",
|
|
825
|
+
soft: "soft"
|
|
826
|
+
};
|
|
827
|
+
const userEventPayloadNewOwnerFeatureBlocksObservabilityPlusBlockReasonEnum = {
|
|
828
|
+
admin_override: "admin_override",
|
|
829
|
+
hard_blocked: "hard_blocked",
|
|
830
|
+
limits_exceeded: "limits_exceeded"
|
|
831
|
+
};
|
|
832
|
+
const userEventPayloadNewOwnerFeatureBlocksObservabilityPlusBlockTypeEnum = {
|
|
833
|
+
hard: "hard",
|
|
834
|
+
soft: "soft"
|
|
835
|
+
};
|
|
1660
836
|
const userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum = {
|
|
1661
837
|
analyticsUsage: "analyticsUsage",
|
|
1662
838
|
artifacts: "artifacts",
|
|
@@ -1747,71 +923,214 @@ const userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum = {
|
|
|
1747
923
|
admin_override: "admin_override",
|
|
1748
924
|
hard_blocked: "hard_blocked"
|
|
1749
925
|
};
|
|
1750
|
-
const
|
|
926
|
+
const userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = {
|
|
1751
927
|
admin_override: "admin_override",
|
|
1752
928
|
hard_blocked: "hard_blocked",
|
|
1753
929
|
limits_exceeded: "limits_exceeded"
|
|
1754
930
|
};
|
|
1755
|
-
const
|
|
931
|
+
const userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum = {
|
|
1756
932
|
admin_override: "admin_override",
|
|
1757
933
|
hard_blocked: "hard_blocked",
|
|
1758
934
|
limits_exceeded: "limits_exceeded"
|
|
1759
935
|
};
|
|
1760
|
-
const
|
|
936
|
+
const userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum = {
|
|
1761
937
|
admin_override: "admin_override",
|
|
1762
938
|
hard_blocked: "hard_blocked",
|
|
1763
939
|
limits_exceeded: "limits_exceeded"
|
|
1764
940
|
};
|
|
1765
|
-
const
|
|
941
|
+
const userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = {
|
|
1766
942
|
admin_override: "admin_override",
|
|
1767
943
|
hard_blocked: "hard_blocked",
|
|
1768
944
|
limits_exceeded: "limits_exceeded"
|
|
1769
945
|
};
|
|
1770
|
-
const
|
|
946
|
+
const userEventPayloadNewOwnerFeatureBlocksVcrBlockReasonEnum = {
|
|
1771
947
|
admin_override: "admin_override",
|
|
1772
948
|
hard_blocked: "hard_blocked",
|
|
1773
949
|
limits_exceeded: "limits_exceeded"
|
|
1774
950
|
};
|
|
1775
|
-
const
|
|
951
|
+
const userEventPayloadNewOwnerFeatureBlocksWebAnalyticsBlockReasonEnum = {
|
|
1776
952
|
admin_override: "admin_override",
|
|
1777
953
|
hard_blocked: "hard_blocked",
|
|
1778
954
|
limits_exceeded: "limits_exceeded"
|
|
1779
955
|
};
|
|
1780
|
-
const
|
|
956
|
+
const userEventPayloadNewOwnerFeatureBlocksWorkflowEventsBlockReasonEnum = {
|
|
1781
957
|
admin_override: "admin_override",
|
|
1782
958
|
hard_blocked: "hard_blocked",
|
|
1783
959
|
limits_exceeded: "limits_exceeded"
|
|
1784
960
|
};
|
|
1785
|
-
const
|
|
961
|
+
const userEventPayloadNewOwnerFeatureBlocksWorkflowStorageWriteBlockReasonEnum = {
|
|
1786
962
|
admin_override: "admin_override",
|
|
1787
963
|
hard_blocked: "hard_blocked",
|
|
1788
964
|
limits_exceeded: "limits_exceeded"
|
|
1789
965
|
};
|
|
1790
|
-
const
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
966
|
+
const userEventPayloadNewOwnerImportFlowGitProviderEnum = {
|
|
967
|
+
bitbucket: "bitbucket",
|
|
968
|
+
"cursor-origin": "cursor-origin",
|
|
969
|
+
github: "github",
|
|
970
|
+
"github-custom-host": "github-custom-host",
|
|
971
|
+
"github-limited": "github-limited",
|
|
972
|
+
gitlab: "gitlab",
|
|
973
|
+
vercel: "vercel"
|
|
1794
974
|
};
|
|
1795
|
-
const
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
975
|
+
const userEventPayloadNewOwnerMfaConfigurationHistoryActionEnum = {
|
|
976
|
+
disabled: "disabled",
|
|
977
|
+
enabled: "enabled"
|
|
978
|
+
};
|
|
979
|
+
const userEventPayloadNewOwnerMfaConfigurationHistoryActorTypeEnum = {
|
|
980
|
+
admin: "admin",
|
|
981
|
+
user: "user"
|
|
982
|
+
};
|
|
983
|
+
const userEventPayloadNewOwnerMfaConfigurationHistoryMethodEnum = {
|
|
984
|
+
admin_removal: "admin_removal",
|
|
985
|
+
passkey: "passkey",
|
|
986
|
+
self_serve_recovery: "self_serve_recovery",
|
|
987
|
+
totp: "totp",
|
|
988
|
+
unknown: "unknown",
|
|
989
|
+
user_disabled: "user_disabled"
|
|
990
|
+
};
|
|
991
|
+
const userEventPayloadNewOwnerPreventAutoBlocking = {
|
|
992
|
+
false: false,
|
|
993
|
+
true: true
|
|
994
|
+
};
|
|
995
|
+
const userEventPayloadNewOwnerProjectCardWidgetPreferencesWidgetEnum = {
|
|
996
|
+
"analytics-online": "analytics-online",
|
|
997
|
+
"analytics-page-views": "analytics-page-views",
|
|
998
|
+
"analytics-visitors": "analytics-visitors",
|
|
999
|
+
"firewall-allowed": "firewall-allowed",
|
|
1000
|
+
"firewall-denied": "firewall-denied",
|
|
1001
|
+
"observability-alert": "observability-alert",
|
|
1002
|
+
"observability-edge-requests": "observability-edge-requests",
|
|
1003
|
+
"observability-error-rate": "observability-error-rate",
|
|
1004
|
+
"observability-function-invocations": "observability-function-invocations",
|
|
1005
|
+
shortcut: "shortcut",
|
|
1006
|
+
"speed-insights-cls": "speed-insights-cls",
|
|
1007
|
+
"speed-insights-lcp": "speed-insights-lcp",
|
|
1008
|
+
"speed-insights-res": "speed-insights-res"
|
|
1009
|
+
};
|
|
1010
|
+
const userEventPayloadNewOwnerResourceConfigBuildQueueConfigurationEnum = {
|
|
1011
|
+
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
1012
|
+
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
1013
|
+
};
|
|
1014
|
+
const userEventPayloadNewOwnerResourceConfigBuildMachineDefaultEnum = {
|
|
1015
|
+
basic: "basic",
|
|
1016
|
+
elastic: "elastic",
|
|
1017
|
+
enhanced: "enhanced",
|
|
1018
|
+
standard: "standard",
|
|
1019
|
+
turbo: "turbo"
|
|
1020
|
+
};
|
|
1021
|
+
const userEventPayloadNewOwnerSoftBlockBlockedDueToOverageTypeEnum = {
|
|
1022
|
+
analyticsUsage: "analyticsUsage",
|
|
1023
|
+
artifacts: "artifacts",
|
|
1024
|
+
bandwidth: "bandwidth",
|
|
1025
|
+
blobDataTransfer: "blobDataTransfer",
|
|
1026
|
+
blobTotalAdvancedRequests: "blobTotalAdvancedRequests",
|
|
1027
|
+
blobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
|
|
1028
|
+
blobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
|
|
1029
|
+
blobTotalSimpleRequests: "blobTotalSimpleRequests",
|
|
1030
|
+
connectDataTransfer: "connectDataTransfer",
|
|
1031
|
+
dataCacheRead: "dataCacheRead",
|
|
1032
|
+
dataCacheWrite: "dataCacheWrite",
|
|
1033
|
+
edgeConfigRead: "edgeConfigRead",
|
|
1034
|
+
edgeConfigWrite: "edgeConfigWrite",
|
|
1035
|
+
edgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
|
|
1036
|
+
edgeMiddlewareInvocations: "edgeMiddlewareInvocations",
|
|
1037
|
+
edgeRequest: "edgeRequest",
|
|
1038
|
+
edgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
|
|
1039
|
+
elasticConcurrencyBuildSlots: "elasticConcurrencyBuildSlots",
|
|
1040
|
+
fastDataTransfer: "fastDataTransfer",
|
|
1041
|
+
fastOriginTransfer: "fastOriginTransfer",
|
|
1042
|
+
fluidCpuDuration: "fluidCpuDuration",
|
|
1043
|
+
fluidDuration: "fluidDuration",
|
|
1044
|
+
functionDuration: "functionDuration",
|
|
1045
|
+
functionInvocation: "functionInvocation",
|
|
1046
|
+
imageOptimizationCacheRead: "imageOptimizationCacheRead",
|
|
1047
|
+
imageOptimizationCacheWrite: "imageOptimizationCacheWrite",
|
|
1048
|
+
imageOptimizationTransformation: "imageOptimizationTransformation",
|
|
1049
|
+
logDrainsVolume: "logDrainsVolume",
|
|
1050
|
+
monitoringMetric: "monitoringMetric",
|
|
1051
|
+
observabilityEvent: "observabilityEvent",
|
|
1052
|
+
onDemandConcurrencyMinutes: "onDemandConcurrencyMinutes",
|
|
1053
|
+
runtimeCacheRead: "runtimeCacheRead",
|
|
1054
|
+
runtimeCacheWrite: "runtimeCacheWrite",
|
|
1055
|
+
serverlessFunctionExecution: "serverlessFunctionExecution",
|
|
1056
|
+
sourceImages: "sourceImages",
|
|
1057
|
+
wafOwaspExcessBytes: "wafOwaspExcessBytes",
|
|
1058
|
+
wafOwaspRequests: "wafOwaspRequests",
|
|
1059
|
+
wafRateLimitRequest: "wafRateLimitRequest",
|
|
1060
|
+
webAnalyticsEvent: "webAnalyticsEvent"
|
|
1061
|
+
};
|
|
1062
|
+
const userEventPayloadNewOwnerSoftBlockReasonEnum = {
|
|
1063
|
+
BLOCKED_FOR_PLATFORM_ABUSE: "BLOCKED_FOR_PLATFORM_ABUSE",
|
|
1064
|
+
DOMAIN_OWNER_DELETION_REQUEST: "DOMAIN_OWNER_DELETION_REQUEST",
|
|
1065
|
+
ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
|
|
1066
|
+
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
1067
|
+
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
1068
|
+
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
1069
|
+
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
1070
|
+
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
1071
|
+
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
1072
|
+
};
|
|
1073
|
+
const userEventPayloadNewOwnerTeamsJoinedFromOriginEnum = {
|
|
1074
|
+
"account-update": "account-update",
|
|
1075
|
+
bitbucket: "bitbucket",
|
|
1076
|
+
dsync: "dsync",
|
|
1077
|
+
feedback: "feedback",
|
|
1078
|
+
github: "github",
|
|
1079
|
+
gitlab: "gitlab",
|
|
1080
|
+
import: "import",
|
|
1081
|
+
link: "link",
|
|
1082
|
+
mail: "mail",
|
|
1083
|
+
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
1084
|
+
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
1085
|
+
"nsnb-invite": "nsnb-invite",
|
|
1086
|
+
"nsnb-redeploy": "nsnb-redeploy",
|
|
1087
|
+
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
1088
|
+
"nsnb-request-access": "nsnb-request-access",
|
|
1089
|
+
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
1090
|
+
"organization-teams": "organization-teams",
|
|
1091
|
+
saml: "saml",
|
|
1092
|
+
teams: "teams"
|
|
1799
1093
|
};
|
|
1800
|
-
const
|
|
1801
|
-
|
|
1802
|
-
|
|
1094
|
+
const userEventPayloadNewOwnerTeamsRoleEnum = {
|
|
1095
|
+
BILLING: "BILLING",
|
|
1096
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1097
|
+
DEVELOPER: "DEVELOPER",
|
|
1098
|
+
MEMBER: "MEMBER",
|
|
1099
|
+
OWNER: "OWNER",
|
|
1100
|
+
SECURITY: "SECURITY",
|
|
1101
|
+
VIEWER: "VIEWER",
|
|
1102
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1803
1103
|
};
|
|
1804
|
-
const
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1104
|
+
const userEventPayloadNewOwnerTeamsTeamPermissionsEnum = {
|
|
1105
|
+
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
1106
|
+
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
1107
|
+
AiGatewayCredits: "AiGatewayCredits",
|
|
1108
|
+
AiGatewaySettings: "AiGatewaySettings",
|
|
1109
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager",
|
|
1110
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer",
|
|
1111
|
+
ConnectorManager: "ConnectorManager",
|
|
1112
|
+
CreateProject: "CreateProject",
|
|
1113
|
+
EnvVariableManager: "EnvVariableManager",
|
|
1114
|
+
EnvironmentManager: "EnvironmentManager",
|
|
1115
|
+
FullProductionDeployment: "FullProductionDeployment",
|
|
1116
|
+
IntegrationManager: "IntegrationManager",
|
|
1117
|
+
OrgAdmin: "OrgAdmin",
|
|
1118
|
+
OrgViewer: "OrgViewer",
|
|
1119
|
+
UsageViewer: "UsageViewer",
|
|
1120
|
+
V0Builder: "V0Builder",
|
|
1121
|
+
V0Chatter: "V0Chatter",
|
|
1122
|
+
V0Viewer: "V0Viewer",
|
|
1123
|
+
WorkflowDecryptor: "WorkflowDecryptor"
|
|
1811
1124
|
};
|
|
1812
|
-
const
|
|
1813
|
-
|
|
1814
|
-
|
|
1125
|
+
const userEventPayloadNewOwnerTeamsTeamRolesEnum = {
|
|
1126
|
+
BILLING: "BILLING",
|
|
1127
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1128
|
+
DEVELOPER: "DEVELOPER",
|
|
1129
|
+
MEMBER: "MEMBER",
|
|
1130
|
+
OWNER: "OWNER",
|
|
1131
|
+
SECURITY: "SECURITY",
|
|
1132
|
+
VIEWER: "VIEWER",
|
|
1133
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1815
1134
|
};
|
|
1816
1135
|
const userEventPayloadQueryTypeEnum = {
|
|
1817
1136
|
"data-edit": "data-edit",
|
|
@@ -1853,27 +1172,27 @@ const userEventPayloadBillingPlanEnum = {
|
|
|
1853
1172
|
enterprise: "enterprise",
|
|
1854
1173
|
platform: "platform"
|
|
1855
1174
|
};
|
|
1856
|
-
const
|
|
1175
|
+
const userEventPayloadModeEnum = {
|
|
1857
1176
|
organization: "organization",
|
|
1858
1177
|
team: "team"
|
|
1859
1178
|
};
|
|
1860
|
-
const
|
|
1179
|
+
const userEventPayloadPreviousModeEnum = {
|
|
1861
1180
|
organization: "organization",
|
|
1862
1181
|
team: "team"
|
|
1863
1182
|
};
|
|
1864
|
-
const
|
|
1183
|
+
const userEventPayloadNextEnforcementScopeEnum = {
|
|
1865
1184
|
all: "all",
|
|
1866
1185
|
preview: "preview"
|
|
1867
1186
|
};
|
|
1868
|
-
const
|
|
1187
|
+
const userEventPayloadNextNewResourceBlockingPolicyEnum = {
|
|
1869
1188
|
allow: "allow",
|
|
1870
1189
|
block: "block"
|
|
1871
1190
|
};
|
|
1872
|
-
const
|
|
1191
|
+
const userEventPayloadPreviousEnforcementScopeEnum = {
|
|
1873
1192
|
all: "all",
|
|
1874
1193
|
preview: "preview"
|
|
1875
1194
|
};
|
|
1876
|
-
const
|
|
1195
|
+
const userEventPayloadPreviousNewResourceBlockingPolicyEnum = {
|
|
1877
1196
|
allow: "allow",
|
|
1878
1197
|
block: "block"
|
|
1879
1198
|
};
|
|
@@ -1885,28 +1204,18 @@ const userEventPayloadKindEnum = {
|
|
|
1885
1204
|
connectSrc: "connectSrc",
|
|
1886
1205
|
script: "script"
|
|
1887
1206
|
};
|
|
1888
|
-
const
|
|
1207
|
+
const userEventPayloadNextPassportDeploymentTypeEnum = {
|
|
1889
1208
|
all: "all",
|
|
1890
1209
|
all_except_custom_domains: "all_except_custom_domains",
|
|
1891
1210
|
preview: "preview",
|
|
1892
1211
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
1893
1212
|
};
|
|
1894
|
-
const
|
|
1213
|
+
const userEventPayloadPreviousPassportDeploymentTypeEnum = {
|
|
1895
1214
|
all: "all",
|
|
1896
1215
|
all_except_custom_domains: "all_except_custom_domains",
|
|
1897
1216
|
preview: "preview",
|
|
1898
1217
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
1899
1218
|
};
|
|
1900
|
-
const roleEnum = {
|
|
1901
|
-
BILLING: "BILLING",
|
|
1902
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1903
|
-
DEVELOPER: "DEVELOPER",
|
|
1904
|
-
MEMBER: "MEMBER",
|
|
1905
|
-
OWNER: "OWNER",
|
|
1906
|
-
SECURITY: "SECURITY",
|
|
1907
|
-
VIEWER: "VIEWER",
|
|
1908
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1909
|
-
};
|
|
1910
1219
|
const originEnum = {
|
|
1911
1220
|
"account-update": "account-update",
|
|
1912
1221
|
bitbucket: "bitbucket",
|
|
@@ -1928,6 +1237,16 @@ const originEnum = {
|
|
|
1928
1237
|
saml: "saml",
|
|
1929
1238
|
teams: "teams"
|
|
1930
1239
|
};
|
|
1240
|
+
const roleEnum = {
|
|
1241
|
+
BILLING: "BILLING",
|
|
1242
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1243
|
+
DEVELOPER: "DEVELOPER",
|
|
1244
|
+
MEMBER: "MEMBER",
|
|
1245
|
+
OWNER: "OWNER",
|
|
1246
|
+
SECURITY: "SECURITY",
|
|
1247
|
+
VIEWER: "VIEWER",
|
|
1248
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1249
|
+
};
|
|
1931
1250
|
const userEventPayloadWidgetEnum = {
|
|
1932
1251
|
alert: "alert",
|
|
1933
1252
|
"analytics-online": "analytics-online",
|
|
@@ -1954,17 +1273,17 @@ const userEventPayloadOldBuildQueueConfigurationEnum = {
|
|
|
1954
1273
|
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
1955
1274
|
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
1956
1275
|
};
|
|
1957
|
-
const
|
|
1276
|
+
const userEventPayloadNextBranchMatcherTypeEnum = {
|
|
1958
1277
|
endsWith: "endsWith",
|
|
1959
1278
|
equals: "equals",
|
|
1960
1279
|
startsWith: "startsWith"
|
|
1961
1280
|
};
|
|
1962
|
-
const
|
|
1281
|
+
const userEventPayloadPreviousBranchMatcherTypeEnum = {
|
|
1963
1282
|
endsWith: "endsWith",
|
|
1964
1283
|
equals: "equals",
|
|
1965
1284
|
startsWith: "startsWith"
|
|
1966
1285
|
};
|
|
1967
|
-
const
|
|
1286
|
+
const userEventPayloadNextGitProviderEnum = {
|
|
1968
1287
|
bitbucket: "bitbucket",
|
|
1969
1288
|
"cursor-origin": "cursor-origin",
|
|
1970
1289
|
github: "github",
|
|
@@ -1974,7 +1293,7 @@ const userEventPayloadPreviousGitProviderEnum = {
|
|
|
1974
1293
|
v0: "v0",
|
|
1975
1294
|
vercel: "vercel"
|
|
1976
1295
|
};
|
|
1977
|
-
const
|
|
1296
|
+
const userEventPayloadPreviousGitProviderEnum = {
|
|
1978
1297
|
bitbucket: "bitbucket",
|
|
1979
1298
|
"cursor-origin": "cursor-origin",
|
|
1980
1299
|
github: "github",
|
|
@@ -2028,25 +1347,25 @@ const userEventPayloadProjectMembershipPreviousRoleEnum = {
|
|
|
2028
1347
|
PROJECT_GUEST: "PROJECT_GUEST",
|
|
2029
1348
|
PROJECT_VIEWER: "PROJECT_VIEWER"
|
|
2030
1349
|
};
|
|
2031
|
-
const
|
|
1350
|
+
const userEventPayloadOldPasswordProtectionDeploymentTypeEnum = {
|
|
2032
1351
|
all: "all",
|
|
2033
1352
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2034
1353
|
preview: "preview",
|
|
2035
1354
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2036
1355
|
};
|
|
2037
|
-
const
|
|
1356
|
+
const userEventPayloadOldPasswordProtection = {
|
|
2038
1357
|
all: "all",
|
|
2039
1358
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2040
1359
|
preview: "preview",
|
|
2041
1360
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2042
1361
|
};
|
|
2043
|
-
const
|
|
1362
|
+
const userEventPayloadPasswordProtectionDeploymentTypeEnum = {
|
|
2044
1363
|
all: "all",
|
|
2045
1364
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2046
1365
|
preview: "preview",
|
|
2047
1366
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2048
1367
|
};
|
|
2049
|
-
const
|
|
1368
|
+
const userEventPayloadPasswordProtection = {
|
|
2050
1369
|
all: "all",
|
|
2051
1370
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2052
1371
|
preview: "preview",
|
|
@@ -2060,70 +1379,70 @@ const userEventPayloadConsentEnum = {
|
|
|
2060
1379
|
granted: "granted",
|
|
2061
1380
|
refused: "refused"
|
|
2062
1381
|
};
|
|
2063
|
-
const
|
|
1382
|
+
const userEventPayloadNextIssuerModeEnum = {
|
|
2064
1383
|
global: "global",
|
|
2065
1384
|
team: "team"
|
|
2066
1385
|
};
|
|
2067
|
-
const
|
|
1386
|
+
const userEventPayloadPreviousIssuerModeEnum = {
|
|
2068
1387
|
global: "global",
|
|
2069
1388
|
team: "team"
|
|
2070
1389
|
};
|
|
2071
|
-
const
|
|
1390
|
+
const userEventPayloadOldSsoProtectionApril2026SecurityIncidentMigrationAppliedFromEnum = {
|
|
2072
1391
|
all: "all",
|
|
2073
1392
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2074
1393
|
preview: "preview",
|
|
2075
1394
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2076
1395
|
};
|
|
2077
|
-
const
|
|
1396
|
+
const userEventPayloadOldSsoProtectionCve55182MigrationAppliedFromEnum = {
|
|
2078
1397
|
all: "all",
|
|
2079
1398
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2080
1399
|
preview: "preview",
|
|
2081
1400
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2082
1401
|
};
|
|
2083
|
-
const
|
|
1402
|
+
const userEventPayloadOldSsoProtectionDeploymentTypeEnum = {
|
|
2084
1403
|
all: "all",
|
|
2085
1404
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2086
1405
|
preview: "preview",
|
|
2087
1406
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2088
1407
|
};
|
|
2089
|
-
const
|
|
1408
|
+
const userEventPayloadOldSsoProtection = {
|
|
2090
1409
|
all: "all",
|
|
2091
1410
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2092
1411
|
preview: "preview",
|
|
2093
1412
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2094
1413
|
};
|
|
2095
|
-
const
|
|
1414
|
+
const userEventPayloadSsoProtectionApril2026SecurityIncidentMigrationAppliedFromEnum = {
|
|
2096
1415
|
all: "all",
|
|
2097
1416
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2098
1417
|
preview: "preview",
|
|
2099
1418
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2100
1419
|
};
|
|
2101
|
-
const
|
|
1420
|
+
const userEventPayloadSsoProtectionCve55182MigrationAppliedFromEnum = {
|
|
2102
1421
|
all: "all",
|
|
2103
1422
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2104
1423
|
preview: "preview",
|
|
2105
1424
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2106
1425
|
};
|
|
2107
|
-
const
|
|
1426
|
+
const userEventPayloadSsoProtectionDeploymentTypeEnum = {
|
|
2108
1427
|
all: "all",
|
|
2109
1428
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2110
1429
|
preview: "preview",
|
|
2111
1430
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2112
1431
|
};
|
|
2113
|
-
const
|
|
1432
|
+
const userEventPayloadSsoProtection = {
|
|
2114
1433
|
all: "all",
|
|
2115
1434
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2116
1435
|
preview: "preview",
|
|
2117
1436
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
2118
1437
|
};
|
|
2119
|
-
const
|
|
1438
|
+
const userEventPayloadOldTrustedIpsEnum = {
|
|
2120
1439
|
all: "all",
|
|
2121
1440
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2122
1441
|
preview: "preview",
|
|
2123
1442
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews",
|
|
2124
1443
|
production: "production"
|
|
2125
1444
|
};
|
|
2126
|
-
const
|
|
1445
|
+
const userEventPayloadTrustedIpsEnum = {
|
|
2127
1446
|
all: "all",
|
|
2128
1447
|
all_except_custom_domains: "all_except_custom_domains",
|
|
2129
1448
|
preview: "preview",
|
|
@@ -2181,26 +1500,26 @@ const userEventPayloadActorTypeEnum = {
|
|
|
2181
1500
|
admin: "admin",
|
|
2182
1501
|
user: "user"
|
|
2183
1502
|
};
|
|
2184
|
-
const
|
|
1503
|
+
const userEventPayloadNextScopeEnum = {
|
|
2185
1504
|
all: "all",
|
|
2186
1505
|
private: "private",
|
|
2187
1506
|
public: "public",
|
|
2188
1507
|
selected_repos: "selected_repos"
|
|
2189
1508
|
};
|
|
2190
|
-
const
|
|
1509
|
+
const userEventPayloadPreviousScopeEnum = {
|
|
2191
1510
|
all: "all",
|
|
2192
1511
|
private: "private",
|
|
2193
1512
|
public: "public",
|
|
2194
1513
|
selected_repos: "selected_repos"
|
|
2195
1514
|
};
|
|
2196
|
-
const
|
|
1515
|
+
const userEventPayloadNextEnum = {
|
|
2197
1516
|
basic: "basic",
|
|
2198
1517
|
elastic: "elastic",
|
|
2199
1518
|
enhanced: "enhanced",
|
|
2200
1519
|
standard: "standard",
|
|
2201
1520
|
turbo: "turbo"
|
|
2202
1521
|
};
|
|
2203
|
-
const
|
|
1522
|
+
const userEventPayloadPreviousEnum = {
|
|
2204
1523
|
basic: "basic",
|
|
2205
1524
|
elastic: "elastic",
|
|
2206
1525
|
enhanced: "enhanced",
|
|
@@ -2230,37 +1549,17 @@ const userEventPayloadEnabledEnum = {
|
|
|
2230
1549
|
off: "off",
|
|
2231
1550
|
on: "on"
|
|
2232
1551
|
};
|
|
2233
|
-
const
|
|
2234
|
-
BILLING: "BILLING",
|
|
2235
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
2236
|
-
DEVELOPER: "DEVELOPER",
|
|
2237
|
-
MEMBER: "MEMBER",
|
|
2238
|
-
OWNER: "OWNER",
|
|
2239
|
-
SECURITY: "SECURITY",
|
|
2240
|
-
VIEWER: "VIEWER",
|
|
2241
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
2242
|
-
};
|
|
2243
|
-
const userEventPayloadPreviousPlanEnum = {
|
|
1552
|
+
const userEventPayloadNewPlanEnum = {
|
|
2244
1553
|
enterprise: "enterprise",
|
|
2245
1554
|
hobby: "hobby",
|
|
2246
1555
|
pro: "pro"
|
|
2247
1556
|
};
|
|
2248
|
-
const
|
|
1557
|
+
const userEventPayloadPreviousPlanEnum = {
|
|
2249
1558
|
enterprise: "enterprise",
|
|
2250
1559
|
hobby: "hobby",
|
|
2251
1560
|
pro: "pro"
|
|
2252
1561
|
};
|
|
2253
|
-
const
|
|
2254
|
-
BILLING: "BILLING",
|
|
2255
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
2256
|
-
DEVELOPER: "DEVELOPER",
|
|
2257
|
-
MEMBER: "MEMBER",
|
|
2258
|
-
OWNER: "OWNER",
|
|
2259
|
-
SECURITY: "SECURITY",
|
|
2260
|
-
VIEWER: "VIEWER",
|
|
2261
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
2262
|
-
};
|
|
2263
|
-
const userEventPayloadTeamRolesEnum = {
|
|
1562
|
+
const userEventPayloadRoleEnum = {
|
|
2264
1563
|
BILLING: "BILLING",
|
|
2265
1564
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
2266
1565
|
DEVELOPER: "DEVELOPER",
|
|
@@ -2291,6 +1590,16 @@ const userEventPayloadPreviousTeamPermissionsEnum = {
|
|
|
2291
1590
|
V0Viewer: "V0Viewer",
|
|
2292
1591
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
2293
1592
|
};
|
|
1593
|
+
const userEventPayloadPreviousTeamRolesEnum = {
|
|
1594
|
+
BILLING: "BILLING",
|
|
1595
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1596
|
+
DEVELOPER: "DEVELOPER",
|
|
1597
|
+
MEMBER: "MEMBER",
|
|
1598
|
+
OWNER: "OWNER",
|
|
1599
|
+
SECURITY: "SECURITY",
|
|
1600
|
+
VIEWER: "VIEWER",
|
|
1601
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1602
|
+
};
|
|
2294
1603
|
const userEventPayloadTeamPermissionsEnum = {
|
|
2295
1604
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
2296
1605
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -2312,108 +1621,824 @@ const userEventPayloadTeamPermissionsEnum = {
|
|
|
2312
1621
|
V0Viewer: "V0Viewer",
|
|
2313
1622
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
2314
1623
|
};
|
|
2315
|
-
const
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
1624
|
+
const userEventPayloadTeamRolesEnum = {
|
|
1625
|
+
BILLING: "BILLING",
|
|
1626
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
1627
|
+
DEVELOPER: "DEVELOPER",
|
|
1628
|
+
MEMBER: "MEMBER",
|
|
1629
|
+
OWNER: "OWNER",
|
|
1630
|
+
SECURITY: "SECURITY",
|
|
1631
|
+
VIEWER: "VIEWER",
|
|
1632
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
1633
|
+
};
|
|
1634
|
+
const userEventPayloadPlanEnum = {
|
|
1635
|
+
enterprise: "enterprise",
|
|
1636
|
+
hobby: "hobby",
|
|
1637
|
+
pro: "pro"
|
|
1638
|
+
};
|
|
1639
|
+
const userEventPayloadDecisionEnum = {
|
|
1640
|
+
keep_on: "keep_on",
|
|
1641
|
+
turn_off: "turn_off"
|
|
1642
|
+
};
|
|
1643
|
+
const userEventPayloadScopeEnum = {
|
|
1644
|
+
project: "project",
|
|
1645
|
+
team: "team",
|
|
1646
|
+
user: "user"
|
|
1647
|
+
};
|
|
1648
|
+
const userEventPayloadSamplingEnvEnum = {
|
|
1649
|
+
preview: "preview",
|
|
1650
|
+
production: "production"
|
|
1651
|
+
};
|
|
1652
|
+
const userEventPayloadMethodEnum = {
|
|
1653
|
+
passkey: "passkey",
|
|
1654
|
+
self_serve_recovery: "self_serve_recovery",
|
|
1655
|
+
totp: "totp",
|
|
1656
|
+
user_disabled: "user_disabled"
|
|
1657
|
+
};
|
|
1658
|
+
const userEventPayloadAllowedMethodsEnum = {
|
|
1659
|
+
"recovery-code": "recovery-code",
|
|
1660
|
+
totp: "totp",
|
|
1661
|
+
webauthn: "webauthn"
|
|
1662
|
+
};
|
|
1663
|
+
const userEventPayloadContextEnum = {
|
|
1664
|
+
login: "login",
|
|
1665
|
+
sudo: "sudo"
|
|
1666
|
+
};
|
|
1667
|
+
const userEventPayloadDecisionBasisEnum = {
|
|
1668
|
+
gmail: "gmail",
|
|
1669
|
+
none: "none",
|
|
1670
|
+
"workspace-mx": "workspace-mx"
|
|
1671
|
+
};
|
|
1672
|
+
const userEventPayloadDecisionMxOutcomeEnum = {
|
|
1673
|
+
google: "google",
|
|
1674
|
+
"lookup-error": "lookup-error",
|
|
1675
|
+
"non-google": "non-google",
|
|
1676
|
+
"not-checked": "not-checked"
|
|
1677
|
+
};
|
|
1678
|
+
const userEventPayloadTierEnum = {
|
|
1679
|
+
plus: "plus",
|
|
1680
|
+
pro: "pro"
|
|
1681
|
+
};
|
|
1682
|
+
const userEventPayloadAppClientAuthenticationUsedMethodEnum = {
|
|
1683
|
+
client_secret_basic: "client_secret_basic",
|
|
1684
|
+
client_secret_jwt: "client_secret_jwt",
|
|
1685
|
+
client_secret_post: "client_secret_post",
|
|
1686
|
+
none: "none",
|
|
1687
|
+
oidc_token: "oidc_token",
|
|
1688
|
+
private_key_jwt: "private_key_jwt"
|
|
1689
|
+
};
|
|
1690
|
+
const userEventPayloadAuthMethodEnum = {
|
|
1691
|
+
app: "app",
|
|
1692
|
+
apple: "apple",
|
|
1693
|
+
bitbucket: "bitbucket",
|
|
1694
|
+
chatgpt: "chatgpt",
|
|
1695
|
+
email: "email",
|
|
1696
|
+
emu: "emu",
|
|
1697
|
+
github: "github",
|
|
1698
|
+
"github-webhook": "github-webhook",
|
|
1699
|
+
gitlab: "gitlab",
|
|
1700
|
+
google: "google",
|
|
1701
|
+
invite: "invite",
|
|
1702
|
+
manual: "manual",
|
|
1703
|
+
otp: "otp",
|
|
1704
|
+
passkey: "passkey",
|
|
1705
|
+
saml: "saml",
|
|
1706
|
+
sms: "sms",
|
|
1707
|
+
"token-exchange-oidc": "token-exchange-oidc"
|
|
1708
|
+
};
|
|
1709
|
+
const userEventPayloadGrantTypeEnum = {
|
|
1710
|
+
authorization_code: "authorization_code",
|
|
1711
|
+
"urn:ietf:params:oauth:grant-type:device_code": "urn:ietf:params:oauth:grant-type:device_code",
|
|
1712
|
+
"urn:ietf:params:oauth:grant-type:token-exchange": "urn:ietf:params:oauth:grant-type:token-exchange"
|
|
2319
1713
|
};
|
|
2320
|
-
const
|
|
2321
|
-
|
|
2322
|
-
|
|
1714
|
+
const userEventPayloadOriginEnum = {
|
|
1715
|
+
app: "app",
|
|
1716
|
+
apple: "apple",
|
|
1717
|
+
bitbucket: "bitbucket",
|
|
1718
|
+
chatgpt: "chatgpt",
|
|
1719
|
+
email: "email",
|
|
1720
|
+
emu: "emu",
|
|
1721
|
+
github: "github",
|
|
1722
|
+
"github-webhook": "github-webhook",
|
|
1723
|
+
gitlab: "gitlab",
|
|
1724
|
+
google: "google",
|
|
1725
|
+
invite: "invite",
|
|
1726
|
+
manual: "manual",
|
|
1727
|
+
otp: "otp",
|
|
1728
|
+
passkey: "passkey",
|
|
1729
|
+
saml: "saml",
|
|
1730
|
+
sms: "sms",
|
|
1731
|
+
"token-exchange-oidc": "token-exchange-oidc"
|
|
2323
1732
|
};
|
|
2324
|
-
const
|
|
2325
|
-
|
|
1733
|
+
const userEventPayloadProjectScopeEnum = {
|
|
1734
|
+
account: "account",
|
|
1735
|
+
"project-only": "project-only"
|
|
1736
|
+
};
|
|
1737
|
+
const userEventTypeEnum = {
|
|
1738
|
+
"access-group-created": "access-group-created",
|
|
1739
|
+
"access-group-deleted": "access-group-deleted",
|
|
1740
|
+
"access-group-project-updated": "access-group-project-updated",
|
|
1741
|
+
"access-group-updated": "access-group-updated",
|
|
1742
|
+
"access-group-user-added": "access-group-user-added",
|
|
1743
|
+
"access-group-user-removed": "access-group-user-removed",
|
|
1744
|
+
"admin-agentic-provisioning-account-unlinked": "admin-agentic-provisioning-account-unlinked",
|
|
1745
|
+
"admin-plan-updated": "admin-plan-updated",
|
|
1746
|
+
"admin-secondary-email-added": "admin-secondary-email-added",
|
|
1747
|
+
"admin-secondary-email-removed": "admin-secondary-email-removed",
|
|
1748
|
+
"admin-team-name-update": "admin-team-name-update",
|
|
1749
|
+
"admin-team-slug-update": "admin-team-slug-update",
|
|
1750
|
+
"admin-user-delete": "admin-user-delete",
|
|
1751
|
+
"admin-user-primary-email-updated": "admin-user-primary-email-updated",
|
|
1752
|
+
"admin-username-updated": "admin-username-updated",
|
|
1753
|
+
"agentic-provisioning-account-blocked": "agentic-provisioning-account-blocked",
|
|
1754
|
+
"agentic-provisioning-account-linked": "agentic-provisioning-account-linked",
|
|
1755
|
+
"agentic-provisioning-account-relinked": "agentic-provisioning-account-relinked",
|
|
1756
|
+
"agentic-provisioning-account-unlinked": "agentic-provisioning-account-unlinked",
|
|
1757
|
+
"agentic-provisioning-credentials-rotated": "agentic-provisioning-credentials-rotated",
|
|
1758
|
+
"agentic-provisioning-plan-changed": "agentic-provisioning-plan-changed",
|
|
1759
|
+
"agentic-provisioning-team-created": "agentic-provisioning-team-created",
|
|
1760
|
+
"ai-alert-investigation": "ai-alert-investigation",
|
|
1761
|
+
"ai-code-review": "ai-code-review",
|
|
1762
|
+
"ai-gateway-api-key-created": "ai-gateway-api-key-created",
|
|
1763
|
+
"ai-gateway-api-key-deleted": "ai-gateway-api-key-deleted",
|
|
1764
|
+
"ai-gateway-api-key-quota-updated": "ai-gateway-api-key-quota-updated",
|
|
1765
|
+
"ai-gateway-auto-reload-updated": "ai-gateway-auto-reload-updated",
|
|
1766
|
+
"ai-gateway-budget-default-updated": "ai-gateway-budget-default-updated",
|
|
1767
|
+
"ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
|
|
1768
|
+
"ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
|
|
1769
|
+
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
|
|
1770
|
+
"ai-gateway-byok-model-mappings-updated": "ai-gateway-byok-model-mappings-updated",
|
|
1771
|
+
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased",
|
|
1772
|
+
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated",
|
|
1773
|
+
"ai-gateway-hipaa-compliance-toggled": "ai-gateway-hipaa-compliance-toggled",
|
|
1774
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated",
|
|
1775
|
+
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated",
|
|
1776
|
+
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled",
|
|
1777
|
+
"ai-gateway-private-model-created": "ai-gateway-private-model-created",
|
|
1778
|
+
"ai-gateway-private-model-deleted": "ai-gateway-private-model-deleted",
|
|
1779
|
+
"ai-gateway-private-model-updated": "ai-gateway-private-model-updated",
|
|
1780
|
+
"ai-gateway-private-provider-created": "ai-gateway-private-provider-created",
|
|
1781
|
+
"ai-gateway-private-provider-deleted": "ai-gateway-private-provider-deleted",
|
|
1782
|
+
"ai-gateway-private-provider-updated": "ai-gateway-private-provider-updated",
|
|
1783
|
+
"ai-gateway-prompt-training-opt-out-toggled": "ai-gateway-prompt-training-opt-out-toggled",
|
|
1784
|
+
"ai-gateway-provider-allowlist-providers-updated": "ai-gateway-provider-allowlist-providers-updated",
|
|
1785
|
+
"ai-gateway-provider-allowlist-toggled": "ai-gateway-provider-allowlist-toggled",
|
|
1786
|
+
"ai-gateway-rule-created": "ai-gateway-rule-created",
|
|
1787
|
+
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
|
|
1788
|
+
"ai-gateway-rule-updated": "ai-gateway-rule-updated",
|
|
1789
|
+
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
|
|
1790
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled",
|
|
1791
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled",
|
|
1792
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled",
|
|
1793
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled",
|
|
1794
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
1795
|
+
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
1796
|
+
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
1797
|
+
"ai-gateway-virtual-model-config-deleted": "ai-gateway-virtual-model-config-deleted",
|
|
1798
|
+
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
1799
|
+
"ai-gateway-virtual-model-config-updated": "ai-gateway-virtual-model-config-updated",
|
|
1800
|
+
"ai-gateway-zero-data-retention-toggled": "ai-gateway-zero-data-retention-toggled",
|
|
1801
|
+
"ai-omniagent": "ai-omniagent",
|
|
1802
|
+
"alert-investigation-project-allowlist-updated": "alert-investigation-project-allowlist-updated",
|
|
1803
|
+
"alert-rule-created": "alert-rule-created",
|
|
1804
|
+
"alert-rule-deleted": "alert-rule-deleted",
|
|
1805
|
+
"alert-rule-updated": "alert-rule-updated",
|
|
1806
|
+
alias: "alias",
|
|
1807
|
+
"alias-chown": "alias-chown",
|
|
1808
|
+
"alias-delete": "alias-delete",
|
|
1809
|
+
"alias-invite-created": "alias-invite-created",
|
|
1810
|
+
"alias-invite-joined": "alias-invite-joined",
|
|
1811
|
+
"alias-invite-revoked": "alias-invite-revoked",
|
|
1812
|
+
"alias-protection-bypass-created": "alias-protection-bypass-created",
|
|
1813
|
+
"alias-protection-bypass-exception": "alias-protection-bypass-exception",
|
|
1814
|
+
"alias-protection-bypass-regenerated": "alias-protection-bypass-regenerated",
|
|
1815
|
+
"alias-protection-bypass-revoked": "alias-protection-bypass-revoked",
|
|
1816
|
+
"alias-system": "alias-system",
|
|
1817
|
+
"alias-user-scoped-access-denied": "alias-user-scoped-access-denied",
|
|
1818
|
+
"alias-user-scoped-access-granted": "alias-user-scoped-access-granted",
|
|
1819
|
+
"alias-user-scoped-access-requested": "alias-user-scoped-access-requested",
|
|
1820
|
+
"alias-user-scoped-access-revoked": "alias-user-scoped-access-revoked",
|
|
1821
|
+
"aliases-assigned": "aliases-assigned",
|
|
1822
|
+
"attack-mode-disabled": "attack-mode-disabled",
|
|
1823
|
+
"attack-mode-enabled": "attack-mode-enabled",
|
|
1824
|
+
"audit-log-export-downloaded": "audit-log-export-downloaded",
|
|
1825
|
+
"audit-log-export-requested": "audit-log-export-requested",
|
|
1826
|
+
"authorize-git-deployment": "authorize-git-deployment",
|
|
1827
|
+
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
1828
|
+
avatar: "avatar",
|
|
1829
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
1830
|
+
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
1831
|
+
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
1832
|
+
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
1833
|
+
cert: "cert",
|
|
1834
|
+
"cert-autorenew": "cert-autorenew",
|
|
1835
|
+
"cert-chown": "cert-chown",
|
|
1836
|
+
"cert-clone": "cert-clone",
|
|
1837
|
+
"cert-delete": "cert-delete",
|
|
1838
|
+
"cert-renew": "cert-renew",
|
|
1839
|
+
"cert-replace": "cert-replace",
|
|
1840
|
+
"cert-system-create": "cert-system-create",
|
|
1841
|
+
"code-owners-config-updated": "code-owners-config-updated",
|
|
1842
|
+
"compliance-document-downloaded": "compliance-document-downloaded",
|
|
1843
|
+
"compliance-document-previewed": "compliance-document-previewed",
|
|
1844
|
+
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
|
|
1845
|
+
"concurrent-builds-update": "concurrent-builds-update",
|
|
1846
|
+
"connect-attach-project": "connect-attach-project",
|
|
1847
|
+
"connect-bitbucket": "connect-bitbucket",
|
|
1848
|
+
"connect-bitbucket-app": "connect-bitbucket-app",
|
|
1849
|
+
"connect-configuration-created": "connect-configuration-created",
|
|
1850
|
+
"connect-configuration-deleted": "connect-configuration-deleted",
|
|
1851
|
+
"connect-configuration-link-updated": "connect-configuration-link-updated",
|
|
1852
|
+
"connect-configuration-linked": "connect-configuration-linked",
|
|
1853
|
+
"connect-configuration-unlinked": "connect-configuration-unlinked",
|
|
1854
|
+
"connect-configuration-updated": "connect-configuration-updated",
|
|
1855
|
+
"connect-create-connector": "connect-create-connector",
|
|
1856
|
+
"connect-delete-connector": "connect-delete-connector",
|
|
1857
|
+
"connect-delete-installation": "connect-delete-installation",
|
|
1858
|
+
"connect-detach-project": "connect-detach-project",
|
|
1859
|
+
"connect-github": "connect-github",
|
|
1860
|
+
"connect-github-custom-host": "connect-github-custom-host",
|
|
1861
|
+
"connect-github-limited": "connect-github-limited",
|
|
1862
|
+
"connect-gitlab": "connect-gitlab",
|
|
1863
|
+
"connect-gitlab-app": "connect-gitlab-app",
|
|
1864
|
+
"connect-import-tokens": "connect-import-tokens",
|
|
1865
|
+
"connect-revoke-all-tokens": "connect-revoke-all-tokens",
|
|
1866
|
+
"connect-update-connector": "connect-update-connector",
|
|
1867
|
+
"connect-update-trigger-destinations": "connect-update-trigger-destinations",
|
|
1868
|
+
"connect-upsert-installation": "connect-upsert-installation",
|
|
1869
|
+
"custom-alert-created": "custom-alert-created",
|
|
1870
|
+
"custom-alert-deleted": "custom-alert-deleted",
|
|
1871
|
+
"custom-alert-updated": "custom-alert-updated",
|
|
1872
|
+
"custom-environments-settings-updated": "custom-environments-settings-updated",
|
|
1873
|
+
"custom-metric-metadata-deleted": "custom-metric-metadata-deleted",
|
|
1874
|
+
"custom-metric-metadata-updated": "custom-metric-metadata-updated",
|
|
1875
|
+
"custom-suffix-clear": "custom-suffix-clear",
|
|
1876
|
+
"custom-suffix-disable": "custom-suffix-disable",
|
|
1877
|
+
"custom-suffix-enable": "custom-suffix-enable",
|
|
1878
|
+
"custom-suffix-pending": "custom-suffix-pending",
|
|
1879
|
+
"custom-suffix-ready": "custom-suffix-ready",
|
|
1880
|
+
"deploy-hook-created": "deploy-hook-created",
|
|
1881
|
+
"deploy-hook-deduped": "deploy-hook-deduped",
|
|
1882
|
+
"deploy-hook-deleted": "deploy-hook-deleted",
|
|
1883
|
+
"deploy-hook-processed": "deploy-hook-processed",
|
|
1884
|
+
deployment: "deployment",
|
|
1885
|
+
"deployment-check-created": "deployment-check-created",
|
|
1886
|
+
"deployment-check-deleted": "deployment-check-deleted",
|
|
1887
|
+
"deployment-check-updated": "deployment-check-updated",
|
|
1888
|
+
"deployment-chown": "deployment-chown",
|
|
1889
|
+
"deployment-creation-blocked": "deployment-creation-blocked",
|
|
1890
|
+
"deployment-delete": "deployment-delete",
|
|
1891
|
+
"deployment-policy-blocked": "deployment-policy-blocked",
|
|
1892
|
+
"deployment-undeleted": "deployment-undeleted",
|
|
1893
|
+
"disabled-integration-installation-removed": "disabled-integration-installation-removed",
|
|
1894
|
+
"disconnect-bitbucket-app": "disconnect-bitbucket-app",
|
|
1895
|
+
"disconnect-github": "disconnect-github",
|
|
1896
|
+
"disconnect-github-custom-host": "disconnect-github-custom-host",
|
|
1897
|
+
"disconnect-github-limited": "disconnect-github-limited",
|
|
1898
|
+
"disconnect-gitlab-app": "disconnect-gitlab-app",
|
|
1899
|
+
"dns-add": "dns-add",
|
|
1900
|
+
"dns-delete": "dns-delete",
|
|
1901
|
+
"dns-record-internal": "dns-record-internal",
|
|
1902
|
+
"dns-update": "dns-update",
|
|
1903
|
+
"dns-zonefile-import": "dns-zonefile-import",
|
|
1904
|
+
domain: "domain",
|
|
1905
|
+
"domain-buy": "domain-buy",
|
|
1906
|
+
"domain-cdn": "domain-cdn",
|
|
1907
|
+
"domain-chown": "domain-chown",
|
|
1908
|
+
"domain-custom-ns-change": "domain-custom-ns-change",
|
|
1909
|
+
"domain-delegated": "domain-delegated",
|
|
1910
|
+
"domain-delete": "domain-delete",
|
|
1911
|
+
"domain-ech-change": "domain-ech-change",
|
|
1912
|
+
"domain-move-in": "domain-move-in",
|
|
1913
|
+
"domain-move-out": "domain-move-out",
|
|
1914
|
+
"domain-move-out-request-sent": "domain-move-out-request-sent",
|
|
1915
|
+
"domain-renew-change": "domain-renew-change",
|
|
1916
|
+
"domain-service-type-updated": "domain-service-type-updated",
|
|
1917
|
+
"domain-transfer-in": "domain-transfer-in",
|
|
1918
|
+
"domain-transfer-in-canceled": "domain-transfer-in-canceled",
|
|
1919
|
+
"domain-transfer-in-completed": "domain-transfer-in-completed",
|
|
1920
|
+
"domain-zone-change": "domain-zone-change",
|
|
1921
|
+
"domain-zone-change-internal": "domain-zone-change-internal",
|
|
1922
|
+
"drain-created": "drain-created",
|
|
1923
|
+
"drain-deleted": "drain-deleted",
|
|
1924
|
+
"drain-disabled": "drain-disabled",
|
|
1925
|
+
"drain-enabled": "drain-enabled",
|
|
1926
|
+
"drain-updated": "drain-updated",
|
|
1927
|
+
"edge-cache-dangerously-delete-by-src-images": "edge-cache-dangerously-delete-by-src-images",
|
|
1928
|
+
"edge-cache-dangerously-delete-by-tags": "edge-cache-dangerously-delete-by-tags",
|
|
1929
|
+
"edge-cache-dangerously-delete-immutable-static": "edge-cache-dangerously-delete-immutable-static",
|
|
1930
|
+
"edge-cache-invalidate-by-src-images": "edge-cache-invalidate-by-src-images",
|
|
1931
|
+
"edge-cache-invalidate-by-tags": "edge-cache-invalidate-by-tags",
|
|
1932
|
+
"edge-cache-purge-all": "edge-cache-purge-all",
|
|
1933
|
+
"edge-cache-rollback-purge": "edge-cache-rollback-purge",
|
|
1934
|
+
"edge-config-backup-restored": "edge-config-backup-restored",
|
|
1935
|
+
"edge-config-created": "edge-config-created",
|
|
1936
|
+
"edge-config-deleted": "edge-config-deleted",
|
|
1937
|
+
"edge-config-items-updated": "edge-config-items-updated",
|
|
1938
|
+
"edge-config-schema-deleted": "edge-config-schema-deleted",
|
|
1939
|
+
"edge-config-schema-updated": "edge-config-schema-updated",
|
|
1940
|
+
"edge-config-token-created": "edge-config-token-created",
|
|
1941
|
+
"edge-config-token-deleted": "edge-config-token-deleted",
|
|
1942
|
+
"edge-config-transfer-in": "edge-config-transfer-in",
|
|
1943
|
+
"edge-config-transfer-out": "edge-config-transfer-out",
|
|
1944
|
+
"edge-config-updated": "edge-config-updated",
|
|
1945
|
+
email: "email",
|
|
1946
|
+
"email-notification-rule-removed": "email-notification-rule-removed",
|
|
1947
|
+
"email-notification-rule-updated": "email-notification-rule-updated",
|
|
1948
|
+
"emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain",
|
|
1949
|
+
"enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets",
|
|
1950
|
+
"enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables",
|
|
1951
|
+
"env-variable-add": "env-variable-add",
|
|
1952
|
+
"env-variable-delete": "env-variable-delete",
|
|
1953
|
+
"env-variable-edit": "env-variable-edit",
|
|
1954
|
+
"env-variable-masked": "env-variable-masked",
|
|
1955
|
+
"env-variable-read": "env-variable-read",
|
|
1956
|
+
"env-variable-read:cli:dev": "env-variable-read:cli:dev",
|
|
1957
|
+
"env-variable-read:cli:env:add": "env-variable-read:cli:env:add",
|
|
1958
|
+
"env-variable-read:cli:env:ls": "env-variable-read:cli:env:ls",
|
|
1959
|
+
"env-variable-read:cli:env:pull": "env-variable-read:cli:env:pull",
|
|
1960
|
+
"env-variable-read:cli:env:rm": "env-variable-read:cli:env:rm",
|
|
1961
|
+
"env-variable-read:cli:pull": "env-variable-read:cli:pull",
|
|
1962
|
+
"env-variable-read:unknown-source": "env-variable-read:unknown-source",
|
|
1963
|
+
"env-variable-read:v0:env:pull": "env-variable-read:v0:env:pull",
|
|
1964
|
+
"env-variable-rotated": "env-variable-rotated",
|
|
1965
|
+
"experiment-created": "experiment-created",
|
|
1966
|
+
"experiment-deleted": "experiment-deleted",
|
|
1967
|
+
"experiment-transitioned": "experiment-transitioned",
|
|
1968
|
+
"experiment-updated": "experiment-updated",
|
|
1969
|
+
"firewall-bypass-created": "firewall-bypass-created",
|
|
1970
|
+
"firewall-bypass-deleted": "firewall-bypass-deleted",
|
|
1971
|
+
"firewall-config-modified": "firewall-config-modified",
|
|
1972
|
+
"firewall-config-promoted": "firewall-config-promoted",
|
|
1973
|
+
"firewall-config-removed": "firewall-config-removed",
|
|
1974
|
+
"firewall-managed-rulegroup-updated": "firewall-managed-rulegroup-updated",
|
|
1975
|
+
"firewall-managed-ruleset-updated": "firewall-managed-ruleset-updated",
|
|
1976
|
+
flag: "flag",
|
|
1977
|
+
"flag-archived": "flag-archived",
|
|
1978
|
+
"flag-created": "flag-created",
|
|
1979
|
+
"flag-deleted": "flag-deleted",
|
|
1980
|
+
"flag-unarchived": "flag-unarchived",
|
|
1981
|
+
"flag-updated": "flag-updated",
|
|
1982
|
+
"flags-explorer-subscription": "flags-explorer-subscription",
|
|
1983
|
+
"flags-sdk-key": "flags-sdk-key",
|
|
1984
|
+
"flags-sdk-key-added": "flags-sdk-key-added",
|
|
1985
|
+
"flags-sdk-key-deleted": "flags-sdk-key-deleted",
|
|
1986
|
+
"flags-sdk-key-read": "flags-sdk-key-read",
|
|
1987
|
+
"flags-segment": "flags-segment",
|
|
1988
|
+
"flags-settings": "flags-settings",
|
|
1989
|
+
"flags-transferred": "flags-transferred",
|
|
1990
|
+
"flat-rate-cdn-auto-upgrade-consent": "flat-rate-cdn-auto-upgrade-consent",
|
|
1991
|
+
"git-integration-repo-push": "git-integration-repo-push",
|
|
1992
|
+
git_account_integration_link_added: "git_account_integration_link_added",
|
|
1993
|
+
"global-config-backup-restored": "global-config-backup-restored",
|
|
1994
|
+
"global-config-created": "global-config-created",
|
|
1995
|
+
"global-config-deleted": "global-config-deleted",
|
|
1996
|
+
"global-config-items-updated": "global-config-items-updated",
|
|
1997
|
+
"global-config-schema-deleted": "global-config-schema-deleted",
|
|
1998
|
+
"global-config-schema-updated": "global-config-schema-updated",
|
|
1999
|
+
"global-config-token-created": "global-config-token-created",
|
|
2000
|
+
"global-config-token-deleted": "global-config-token-deleted",
|
|
2001
|
+
"global-config-transfer-in": "global-config-transfer-in",
|
|
2002
|
+
"global-config-transfer-out": "global-config-transfer-out",
|
|
2003
|
+
"global-config-updated": "global-config-updated",
|
|
2004
|
+
"instant-rollback-created": "instant-rollback-created",
|
|
2005
|
+
"integration-configuration-credential-revoked": "integration-configuration-credential-revoked",
|
|
2006
|
+
"integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
|
|
2007
|
+
"integration-configuration-owner-changed": "integration-configuration-owner-changed",
|
|
2008
|
+
"integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
|
|
2009
|
+
"integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
|
|
2010
|
+
"integration-configuration-transfer-out-success": "integration-configuration-transfer-out-success",
|
|
2011
|
+
"integration-configurations-disabled": "integration-configurations-disabled",
|
|
2012
|
+
"integration-installation-billing-plan-updated": "integration-installation-billing-plan-updated",
|
|
2013
|
+
"integration-installation-completed": "integration-installation-completed",
|
|
2014
|
+
"integration-installation-permission-updated": "integration-installation-permission-updated",
|
|
2015
|
+
"integration-installation-removed": "integration-installation-removed",
|
|
2016
|
+
"integration-resource-redis-command-executed": "integration-resource-redis-command-executed",
|
|
2017
|
+
"integration-resource-sql-query-executed": "integration-resource-sql-query-executed",
|
|
2018
|
+
"integration-scope-changed": "integration-scope-changed",
|
|
2019
|
+
"invoice-modified": "invoice-modified",
|
|
2020
|
+
"invoice-refunded": "invoice-refunded",
|
|
2021
|
+
"kms-issuer-created": "kms-issuer-created",
|
|
2022
|
+
"kms-issuer-deleted": "kms-issuer-deleted",
|
|
2023
|
+
"kms-issuer-key-activated": "kms-issuer-key-activated",
|
|
2024
|
+
"kms-issuer-key-created": "kms-issuer-key-created",
|
|
2025
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked",
|
|
2026
|
+
"kms-issuer-key-rotated": "kms-issuer-key-rotated",
|
|
2027
|
+
"kms-issuer-policy-created": "kms-issuer-policy-created",
|
|
2028
|
+
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted",
|
|
2029
|
+
"kms-issuer-policy-updated": "kms-issuer-policy-updated",
|
|
2030
|
+
"kms-issuer-updated": "kms-issuer-updated",
|
|
2031
|
+
"log-drain-created": "log-drain-created",
|
|
2032
|
+
"log-drain-deleted": "log-drain-deleted",
|
|
2033
|
+
"log-drain-disabled": "log-drain-disabled",
|
|
2034
|
+
"log-drain-enabled": "log-drain-enabled",
|
|
2035
|
+
login: "login",
|
|
2036
|
+
"login-connection-linked": "login-connection-linked",
|
|
2037
|
+
"login-connection-unlinked": "login-connection-unlinked",
|
|
2038
|
+
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2039
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2040
|
+
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2041
|
+
"microfrontend-group-added": "microfrontend-group-added",
|
|
2042
|
+
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
2043
|
+
"microfrontend-group-updated": "microfrontend-group-updated",
|
|
2044
|
+
"microfrontend-project-added-to-group": "microfrontend-project-added-to-group",
|
|
2045
|
+
"microfrontend-project-removed-from-group": "microfrontend-project-removed-from-group",
|
|
2046
|
+
"microfrontend-project-updated": "microfrontend-project-updated",
|
|
2047
|
+
"monitoring-alert-updated": "monitoring-alert-updated",
|
|
2048
|
+
"monitoring-disabled": "monitoring-disabled",
|
|
2049
|
+
"monitoring-enabled": "monitoring-enabled",
|
|
2050
|
+
"oauth-app-connection-created": "oauth-app-connection-created",
|
|
2051
|
+
"oauth-app-connection-removed": "oauth-app-connection-removed",
|
|
2052
|
+
"oauth-app-connection-updated": "oauth-app-connection-updated",
|
|
2053
|
+
"oauth-app-created": "oauth-app-created",
|
|
2054
|
+
"oauth-app-deleted": "oauth-app-deleted",
|
|
2055
|
+
"oauth-app-secret-deleted": "oauth-app-secret-deleted",
|
|
2056
|
+
"oauth-app-secret-generated": "oauth-app-secret-generated",
|
|
2057
|
+
"oauth-app-token-created": "oauth-app-token-created",
|
|
2058
|
+
"oauth-app-updated": "oauth-app-updated",
|
|
2059
|
+
"observability-disabled": "observability-disabled",
|
|
2060
|
+
"observability-enabled": "observability-enabled",
|
|
2061
|
+
"observability-plus-project-disabled": "observability-plus-project-disabled",
|
|
2062
|
+
"observability-plus-project-enabled": "observability-plus-project-enabled",
|
|
2063
|
+
"oidc-policy-created": "oidc-policy-created",
|
|
2064
|
+
"oidc-policy-deleted": "oidc-policy-deleted",
|
|
2065
|
+
"oidc-policy-updated": "oidc-policy-updated",
|
|
2066
|
+
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
2067
|
+
"organization-create": "organization-create",
|
|
2068
|
+
"organization-delete": "organization-delete",
|
|
2069
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2070
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2071
|
+
"organization-emu-updated": "organization-emu-updated",
|
|
2072
|
+
"organization-slug-update": "organization-slug-update",
|
|
2073
|
+
"organization-team-add": "organization-team-add",
|
|
2074
|
+
"organization-team-create": "organization-team-create",
|
|
2075
|
+
"organization-team-delete": "organization-team-delete",
|
|
2076
|
+
"organization-team-sso-update": "organization-team-sso-update",
|
|
2077
|
+
"owner-blocked": "owner-blocked",
|
|
2078
|
+
"owner-soft-blocked": "owner-soft-blocked",
|
|
2079
|
+
"owner-soft-unblocked": "owner-soft-unblocked",
|
|
2080
|
+
"owner-unblocked": "owner-unblocked",
|
|
2081
|
+
"page-integrity-config-updated": "page-integrity-config-updated",
|
|
2082
|
+
"page-integrity-header-approved": "page-integrity-header-approved",
|
|
2083
|
+
"page-integrity-header-rejected": "page-integrity-header-rejected",
|
|
2084
|
+
"page-integrity-inventory-cleared": "page-integrity-inventory-cleared",
|
|
2085
|
+
"page-integrity-resource-approved": "page-integrity-resource-approved",
|
|
2086
|
+
"page-integrity-resource-deleted": "page-integrity-resource-deleted",
|
|
2087
|
+
"page-integrity-resource-rejected": "page-integrity-resource-rejected",
|
|
2088
|
+
"page-integrity-script-approval-rule-created": "page-integrity-script-approval-rule-created",
|
|
2089
|
+
"page-integrity-script-approval-rule-deleted": "page-integrity-script-approval-rule-deleted",
|
|
2090
|
+
"passkey-created": "passkey-created",
|
|
2091
|
+
"passkey-deleted": "passkey-deleted",
|
|
2092
|
+
"passkey-updated": "passkey-updated",
|
|
2093
|
+
"passport-access-granted": "passport-access-granted",
|
|
2094
|
+
"password-protection-disabled": "password-protection-disabled",
|
|
2095
|
+
"password-protection-enabled": "password-protection-enabled",
|
|
2096
|
+
"payment-method-added": "payment-method-added",
|
|
2097
|
+
"payment-method-default-updated": "payment-method-default-updated",
|
|
2098
|
+
"payment-method-removed": "payment-method-removed",
|
|
2099
|
+
plan: "plan",
|
|
2100
|
+
"preview-deployment-suffix-disabled": "preview-deployment-suffix-disabled",
|
|
2101
|
+
"preview-deployment-suffix-enabled": "preview-deployment-suffix-enabled",
|
|
2102
|
+
"preview-deployment-suffix-update": "preview-deployment-suffix-update",
|
|
2103
|
+
"privatelink-endpoint-created": "privatelink-endpoint-created",
|
|
2104
|
+
"privatelink-endpoint-deleted": "privatelink-endpoint-deleted",
|
|
2105
|
+
"privatelink-endpoint-updated": "privatelink-endpoint-updated",
|
|
2106
|
+
"production-branch-updated": "production-branch-updated",
|
|
2107
|
+
"project-add-alias": "project-add-alias",
|
|
2108
|
+
"project-add-redirect": "project-add-redirect",
|
|
2109
|
+
"project-affected-projects-deployments-updated": "project-affected-projects-deployments-updated",
|
|
2110
|
+
"project-alias-configured-change": "project-alias-configured-change",
|
|
2111
|
+
"project-analytics-disabled": "project-analytics-disabled",
|
|
2112
|
+
"project-analytics-enabled": "project-analytics-enabled",
|
|
2113
|
+
"project-auto-assign-custom-production-domains-updated": "project-auto-assign-custom-production-domains-updated",
|
|
2114
|
+
"project-automation-bypass": "project-automation-bypass",
|
|
2115
|
+
"project-avatar-update": "project-avatar-update",
|
|
2116
|
+
"project-build-command-updated": "project-build-command-updated",
|
|
2117
|
+
"project-build-logs-and-source-protection-updated": "project-build-logs-and-source-protection-updated",
|
|
2118
|
+
"project-build-machine-updated": "project-build-machine-updated",
|
|
2119
|
+
"project-card-widget-preference-updated": "project-card-widget-preference-updated",
|
|
2120
|
+
"project-client-cert-delete": "project-client-cert-delete",
|
|
2121
|
+
"project-client-cert-upload": "project-client-cert-upload",
|
|
2122
|
+
"project-connect-configurations": "project-connect-configurations",
|
|
2123
|
+
"project-consolidated-git-commit-status-updated": "project-consolidated-git-commit-status-updated",
|
|
2124
|
+
"project-created": "project-created",
|
|
2125
|
+
"project-cron-jobs-toggled": "project-cron-jobs-toggled",
|
|
2126
|
+
"project-custom-environment-created": "project-custom-environment-created",
|
|
2127
|
+
"project-custom-environment-deleted": "project-custom-environment-deleted",
|
|
2128
|
+
"project-custom-environment-updated": "project-custom-environment-updated",
|
|
2129
|
+
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated",
|
|
2130
|
+
"project-delete": "project-delete",
|
|
2131
|
+
"project-deployment-policy-updated": "project-deployment-policy-updated",
|
|
2132
|
+
"project-deployment-retention-updated": "project-deployment-retention-updated",
|
|
2133
|
+
"project-directory-listing": "project-directory-listing",
|
|
2134
|
+
"project-domain-deleted": "project-domain-deleted",
|
|
2135
|
+
"project-domain-moved": "project-domain-moved",
|
|
2136
|
+
"project-domain-unverified": "project-domain-unverified",
|
|
2137
|
+
"project-domain-updated": "project-domain-updated",
|
|
2138
|
+
"project-domain-verified": "project-domain-verified",
|
|
2139
|
+
"project-elastic-concurrency-updated": "project-elastic-concurrency-updated",
|
|
2140
|
+
"project-expiration-locked": "project-expiration-locked",
|
|
2141
|
+
"project-expiration-reached": "project-expiration-reached",
|
|
2142
|
+
"project-expiration-scheduled": "project-expiration-scheduled",
|
|
2143
|
+
"project-expiration-unlocked": "project-expiration-unlocked",
|
|
2144
|
+
"project-external-rewrite-caching-updated": "project-external-rewrite-caching-updated",
|
|
2145
|
+
"project-framework-updated": "project-framework-updated",
|
|
2146
|
+
"project-function-cpu-memory": "project-function-cpu-memory",
|
|
2147
|
+
"project-function-failover": "project-function-failover",
|
|
2148
|
+
"project-function-max-duration": "project-function-max-duration",
|
|
2149
|
+
"project-function-regions": "project-function-regions",
|
|
2150
|
+
"project-functions-beta-updated": "project-functions-beta-updated",
|
|
2151
|
+
"project-functions-fluid-disabled": "project-functions-fluid-disabled",
|
|
2152
|
+
"project-functions-fluid-enabled": "project-functions-fluid-enabled",
|
|
2153
|
+
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
2154
|
+
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
2155
|
+
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
2156
|
+
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
2157
|
+
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
2158
|
+
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
2159
|
+
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
2160
|
+
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
2161
|
+
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
2162
|
+
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
2163
|
+
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
2164
|
+
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
2165
|
+
"project-git-repository-connected": "project-git-repository-connected",
|
|
2166
|
+
"project-git-repository-disconnected": "project-git-repository-disconnected",
|
|
2167
|
+
"project-git-repository-dispatch-events-toggled": "project-git-repository-dispatch-events-toggled",
|
|
2168
|
+
"project-git-require-verified-commits-toggled": "project-git-require-verified-commits-toggled",
|
|
2169
|
+
"project-ignored-build-step-updated": "project-ignored-build-step-updated",
|
|
2170
|
+
"project-install-command-updated": "project-install-command-updated",
|
|
2171
|
+
"project-member-added": "project-member-added",
|
|
2172
|
+
"project-member-invited": "project-member-invited",
|
|
2173
|
+
"project-member-removed": "project-member-removed",
|
|
2174
|
+
"project-member-removed-batch": "project-member-removed-batch",
|
|
2175
|
+
"project-member-updated": "project-member-updated",
|
|
2176
|
+
"project-move-in-success": "project-move-in-success",
|
|
2177
|
+
"project-move-out-failed": "project-move-out-failed",
|
|
2178
|
+
"project-move-out-started": "project-move-out-started",
|
|
2179
|
+
"project-move-out-success": "project-move-out-success",
|
|
2180
|
+
"project-name": "project-name",
|
|
2181
|
+
"project-node-version-updated": "project-node-version-updated",
|
|
2182
|
+
"project-oidc-issuer-mode-updated": "project-oidc-issuer-mode-updated",
|
|
2183
|
+
"project-oidc-token-created": "project-oidc-token-created",
|
|
2184
|
+
"project-options-allowlist": "project-options-allowlist",
|
|
2185
|
+
"project-output-directory-updated": "project-output-directory-updated",
|
|
2186
|
+
"project-passport-updated": "project-passport-updated",
|
|
2187
|
+
"project-password-protection": "project-password-protection",
|
|
2188
|
+
"project-paused": "project-paused",
|
|
2189
|
+
"project-preview-deployment-suffix": "project-preview-deployment-suffix",
|
|
2190
|
+
"project-preview-environment-branch-tracking-updated": "project-preview-environment-branch-tracking-updated",
|
|
2191
|
+
"project-prioritize-production-builds-updated": "project-prioritize-production-builds-updated",
|
|
2192
|
+
"project-program-enrollment-changed": "project-program-enrollment-changed",
|
|
2193
|
+
"project-protected-sourcemaps-updated": "project-protected-sourcemaps-updated",
|
|
2194
|
+
"project-rollback-description-updated": "project-rollback-description-updated",
|
|
2195
|
+
"project-rolling-release-aborted": "project-rolling-release-aborted",
|
|
2196
|
+
"project-rolling-release-approved": "project-rolling-release-approved",
|
|
2197
|
+
"project-rolling-release-completed": "project-rolling-release-completed",
|
|
2198
|
+
"project-rolling-release-configured": "project-rolling-release-configured",
|
|
2199
|
+
"project-rolling-release-continued": "project-rolling-release-continued",
|
|
2200
|
+
"project-rolling-release-disabled": "project-rolling-release-disabled",
|
|
2201
|
+
"project-rolling-release-enabled": "project-rolling-release-enabled",
|
|
2202
|
+
"project-rolling-release-paused": "project-rolling-release-paused",
|
|
2203
|
+
"project-rolling-release-started": "project-rolling-release-started",
|
|
2204
|
+
"project-rolling-release-suggested-actions-generated": "project-rolling-release-suggested-actions-generated",
|
|
2205
|
+
"project-rolling-release-timer": "project-rolling-release-timer",
|
|
2206
|
+
"project-root-directory-updated": "project-root-directory-updated",
|
|
2207
|
+
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
2208
|
+
"project-routes-version-restored": "project-routes-version-restored",
|
|
2209
|
+
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
2210
|
+
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
2211
|
+
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
2212
|
+
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
|
2213
|
+
"project-skew-protection-threshold-updated": "project-skew-protection-threshold-updated",
|
|
2214
|
+
"project-source-files-outside-root-directory-updated": "project-source-files-outside-root-directory-updated",
|
|
2215
|
+
"project-speed-insights-disabled": "project-speed-insights-disabled",
|
|
2216
|
+
"project-speed-insights-enabled": "project-speed-insights-enabled",
|
|
2217
|
+
"project-speed-insights-free-data-started": "project-speed-insights-free-data-started",
|
|
2218
|
+
"project-sso-protection": "project-sso-protection",
|
|
2219
|
+
"project-static-ips-updated": "project-static-ips-updated",
|
|
2220
|
+
"project-trusted-ips": "project-trusted-ips",
|
|
2221
|
+
"project-trusted-sources": "project-trusted-sources",
|
|
2222
|
+
"project-unpaused": "project-unpaused",
|
|
2223
|
+
"project-web-analytics-disabled": "project-web-analytics-disabled",
|
|
2224
|
+
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
2225
|
+
"protected-git-scope-added": "protected-git-scope-added",
|
|
2226
|
+
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
2227
|
+
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
2228
|
+
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
2229
|
+
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
2230
|
+
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
2231
|
+
"saml-connection-created": "saml-connection-created",
|
|
2232
|
+
"saml-connection-deleted": "saml-connection-deleted",
|
|
2233
|
+
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
2234
|
+
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
2235
|
+
"sandbox-drive-created": "sandbox-drive-created",
|
|
2236
|
+
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
2237
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
2238
|
+
scale: "scale",
|
|
2239
|
+
"scale-auto": "scale-auto",
|
|
2240
|
+
"secondary-email-added": "secondary-email-added",
|
|
2241
|
+
"secondary-email-removed": "secondary-email-removed",
|
|
2242
|
+
"secondary-email-verified": "secondary-email-verified",
|
|
2243
|
+
"secret-add": "secret-add",
|
|
2244
|
+
"secret-delete": "secret-delete",
|
|
2245
|
+
"secret-rename": "secret-rename",
|
|
2246
|
+
"security-list-created": "security-list-created",
|
|
2247
|
+
"security-list-deleted": "security-list-deleted",
|
|
2248
|
+
"security-list-updated": "security-list-updated",
|
|
2249
|
+
"security-plus-updated": "security-plus-updated",
|
|
2250
|
+
"set-bio": "set-bio",
|
|
2251
|
+
"set-name": "set-name",
|
|
2252
|
+
"set-profiles": "set-profiles",
|
|
2253
|
+
"set-scale": "set-scale",
|
|
2254
|
+
"shared-env-variable-create": "shared-env-variable-create",
|
|
2255
|
+
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
2256
|
+
"shared-env-variable-read": "shared-env-variable-read",
|
|
2257
|
+
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
2258
|
+
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
2259
|
+
"shared-env-variable-update": "shared-env-variable-update",
|
|
2260
|
+
"show-ip-addresses": "show-ip-addresses",
|
|
2261
|
+
signup: "signup",
|
|
2262
|
+
"signup-via-bitbucket": "signup-via-bitbucket",
|
|
2263
|
+
"signup-via-github": "signup-via-github",
|
|
2264
|
+
"signup-via-gitlab": "signup-via-gitlab",
|
|
2265
|
+
"speed-insights-settings-updated": "speed-insights-settings-updated",
|
|
2266
|
+
"spend-created": "spend-created",
|
|
2267
|
+
"spend-deleted": "spend-deleted",
|
|
2268
|
+
"spend-updated": "spend-updated",
|
|
2269
|
+
"sso-login": "sso-login",
|
|
2270
|
+
"storage-accept-tos": "storage-accept-tos",
|
|
2271
|
+
"storage-access-token-set": "storage-access-token-set",
|
|
2272
|
+
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
2273
|
+
"storage-connect-project": "storage-connect-project",
|
|
2274
|
+
"storage-create": "storage-create",
|
|
2275
|
+
"storage-delete": "storage-delete",
|
|
2276
|
+
"storage-disconnect-project": "storage-disconnect-project",
|
|
2277
|
+
"storage-disconnect-projects": "storage-disconnect-projects",
|
|
2278
|
+
"storage-inactive-store-deleted": "storage-inactive-store-deleted",
|
|
2279
|
+
"storage-reset-credentials": "storage-reset-credentials",
|
|
2280
|
+
"storage-resource-repl-command": "storage-resource-repl-command",
|
|
2281
|
+
"storage-set-locked": "storage-set-locked",
|
|
2282
|
+
"storage-transfer-in-success": "storage-transfer-in-success",
|
|
2283
|
+
"storage-transfer-out-success": "storage-transfer-out-success",
|
|
2284
|
+
"storage-transfer-request-created": "storage-transfer-request-created",
|
|
2285
|
+
"storage-update": "storage-update",
|
|
2286
|
+
"storage-update-project-connection": "storage-update-project-connection",
|
|
2287
|
+
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
2288
|
+
"storage-view-secret": "storage-view-secret",
|
|
2289
|
+
"strict-connectors": "strict-connectors",
|
|
2290
|
+
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
2291
|
+
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
2292
|
+
"strict-shareable-links": "strict-shareable-links",
|
|
2293
|
+
"subscription-created": "subscription-created",
|
|
2294
|
+
"subscription-product-added": "subscription-product-added",
|
|
2295
|
+
"subscription-product-removed": "subscription-product-removed",
|
|
2296
|
+
"subscription-updated": "subscription-updated",
|
|
2297
|
+
"support-session-created": "support-session-created",
|
|
2326
2298
|
team: "team",
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
"
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
"
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2357
|
-
"
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
"
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
"
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2299
|
+
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
2300
|
+
"team-avatar-update": "team-avatar-update",
|
|
2301
|
+
"team-collaboration-settings-updated": "team-collaboration-settings-updated",
|
|
2302
|
+
"team-default-build-machine-updated": "team-default-build-machine-updated",
|
|
2303
|
+
"team-default-passport-updated": "team-default-passport-updated",
|
|
2304
|
+
"team-delete": "team-delete",
|
|
2305
|
+
"team-deployment-policy-updated": "team-deployment-policy-updated",
|
|
2306
|
+
"team-domain-verification-created": "team-domain-verification-created",
|
|
2307
|
+
"team-domain-verification-deleted": "team-domain-verification-deleted",
|
|
2308
|
+
"team-domain-verification-verified": "team-domain-verification-verified",
|
|
2309
|
+
"team-email-domain-update": "team-email-domain-update",
|
|
2310
|
+
"team-emu-updated": "team-emu-updated",
|
|
2311
|
+
"team-ended-trial": "team-ended-trial",
|
|
2312
|
+
"team-firewall-config-modified": "team-firewall-config-modified",
|
|
2313
|
+
"team-firewall-config-promoted": "team-firewall-config-promoted",
|
|
2314
|
+
"team-git-repository-dispatch-events-toggled": "team-git-repository-dispatch-events-toggled",
|
|
2315
|
+
"team-git-require-verified-commits-toggled": "team-git-require-verified-commits-toggled",
|
|
2316
|
+
"team-invite-bulk-delete": "team-invite-bulk-delete",
|
|
2317
|
+
"team-invite-code-reset": "team-invite-code-reset",
|
|
2318
|
+
"team-invite-link-created": "team-invite-link-created",
|
|
2319
|
+
"team-invite-link-deleted": "team-invite-link-deleted",
|
|
2320
|
+
"team-ip-blocking-rules-created": "team-ip-blocking-rules-created",
|
|
2321
|
+
"team-ip-blocking-rules-removed": "team-ip-blocking-rules-removed",
|
|
2322
|
+
"team-member-add": "team-member-add",
|
|
2323
|
+
"team-member-confirm-request": "team-member-confirm-request",
|
|
2324
|
+
"team-member-decline-request": "team-member-decline-request",
|
|
2325
|
+
"team-member-delete": "team-member-delete",
|
|
2326
|
+
"team-member-entitlement-added": "team-member-entitlement-added",
|
|
2327
|
+
"team-member-entitlement-canceled": "team-member-entitlement-canceled",
|
|
2328
|
+
"team-member-entitlement-reactivated": "team-member-entitlement-reactivated",
|
|
2329
|
+
"team-member-entitlement-removed": "team-member-entitlement-removed",
|
|
2330
|
+
"team-member-join": "team-member-join",
|
|
2331
|
+
"team-member-leave": "team-member-leave",
|
|
2332
|
+
"team-member-request-access": "team-member-request-access",
|
|
2333
|
+
"team-member-role-update": "team-member-role-update",
|
|
2334
|
+
"team-member-sso-authorization-attempt": "team-member-sso-authorization-attempt",
|
|
2335
|
+
"team-mfa-enforcement-updated": "team-mfa-enforcement-updated",
|
|
2336
|
+
"team-name-update": "team-name-update",
|
|
2337
|
+
"team-paid-invoice": "team-paid-invoice",
|
|
2338
|
+
"team-program-enrollment-changed": "team-program-enrollment-changed",
|
|
2339
|
+
"team-remote-caching-purge": "team-remote-caching-purge",
|
|
2340
|
+
"team-remote-caching-update": "team-remote-caching-update",
|
|
2341
|
+
"team-saml-enforced": "team-saml-enforced",
|
|
2342
|
+
"team-saml-roles": "team-saml-roles",
|
|
2343
|
+
"team-slug-update": "team-slug-update",
|
|
2344
|
+
"team-tokens-invalidated": "team-tokens-invalidated",
|
|
2345
|
+
"tracing-configured": "tracing-configured",
|
|
2346
|
+
"tracing-disabled": "tracing-disabled",
|
|
2347
|
+
"tracing-paused": "tracing-paused",
|
|
2348
|
+
"tracing-resumed": "tracing-resumed",
|
|
2349
|
+
"unlink-login-connection": "unlink-login-connection",
|
|
2350
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
2351
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
2352
|
+
"user-auto-block-configured": "user-auto-block-configured",
|
|
2353
|
+
"user-blocked": "user-blocked",
|
|
2354
|
+
"user-delete": "user-delete",
|
|
2355
|
+
"user-delete-requested": "user-delete-requested",
|
|
2356
|
+
"user-emu-account-archived": "user-emu-account-archived",
|
|
2357
|
+
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
2358
|
+
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
2359
|
+
"user-emu-account-update-opted-in": "user-emu-account-update-opted-in",
|
|
2360
|
+
"user-emu-account-update-opted-out": "user-emu-account-update-opted-out",
|
|
2361
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
2362
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
2363
|
+
"user-emu-toggled": "user-emu-toggled",
|
|
2364
|
+
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
2365
|
+
"user-mfa-challenge-initiated": "user-mfa-challenge-initiated",
|
|
2366
|
+
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
2367
|
+
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
2368
|
+
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
2369
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
2370
|
+
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
2371
|
+
"user-mfa-removed": "user-mfa-removed",
|
|
2372
|
+
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
2373
|
+
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
2374
|
+
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
2375
|
+
"user-phone-removed": "user-phone-removed",
|
|
2376
|
+
"user-phone-updated": "user-phone-updated",
|
|
2377
|
+
"user-primary-email-updated": "user-primary-email-updated",
|
|
2378
|
+
"user-provider-email-claim-evaluated": "user-provider-email-claim-evaluated",
|
|
2379
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
2380
|
+
"user-token-created": "user-token-created",
|
|
2381
|
+
"user-token-deleted": "user-token-deleted",
|
|
2382
|
+
"user-tokens-deleted": "user-tokens-deleted",
|
|
2383
|
+
"user-unblocked": "user-unblocked",
|
|
2384
|
+
username: "username",
|
|
2385
|
+
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
2386
|
+
"v0-chat-created": "v0-chat-created",
|
|
2387
|
+
"v0-chat-message-sent": "v0-chat-message-sent",
|
|
2388
|
+
"vcr-image-deleted": "vcr-image-deleted",
|
|
2389
|
+
"vcr-image-pushed": "vcr-image-pushed",
|
|
2390
|
+
"vcr-repository-created": "vcr-repository-created",
|
|
2391
|
+
"vcr-repository-deleted": "vcr-repository-deleted",
|
|
2392
|
+
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
2393
|
+
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
2394
|
+
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
2395
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
2396
|
+
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
2397
|
+
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
2398
|
+
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
2399
|
+
"vercel-agent-team-trial-credits-applied": "vercel-agent-team-trial-credits-applied",
|
|
2400
|
+
"vercel-app-installation-request-dismissed": "vercel-app-installation-request-dismissed",
|
|
2401
|
+
"vercel-app-installation-requested": "vercel-app-installation-requested",
|
|
2402
|
+
"vercel-app-installation-updated": "vercel-app-installation-updated",
|
|
2403
|
+
"vercel-app-installed": "vercel-app-installed",
|
|
2404
|
+
"vercel-app-tokens-revoked": "vercel-app-tokens-revoked",
|
|
2405
|
+
"vercel-app-uninstalled": "vercel-app-uninstalled",
|
|
2406
|
+
"vercel-toolbar": "vercel-toolbar",
|
|
2407
|
+
"vpc-peering-connection-accepted": "vpc-peering-connection-accepted",
|
|
2408
|
+
"vpc-peering-connection-deleted": "vpc-peering-connection-deleted",
|
|
2409
|
+
"vpc-peering-connection-rejected": "vpc-peering-connection-rejected",
|
|
2410
|
+
"vpc-peering-connection-updated": "vpc-peering-connection-updated",
|
|
2411
|
+
"vulnerability-banner-dismissed": "vulnerability-banner-dismissed",
|
|
2412
|
+
"web-analytics-tier-updated": "web-analytics-tier-updated",
|
|
2413
|
+
"webhook-created": "webhook-created",
|
|
2414
|
+
"webhook-deleted": "webhook-deleted",
|
|
2415
|
+
"webhook-updated": "webhook-updated",
|
|
2416
|
+
"workflow-deployment-key-accessed": "workflow-deployment-key-accessed"
|
|
2413
2417
|
};
|
|
2414
|
-
const
|
|
2418
|
+
const listEventTypeCategoriesEnum = {
|
|
2415
2419
|
account: "account",
|
|
2416
|
-
|
|
2420
|
+
ai: "ai",
|
|
2421
|
+
"ai-gateway": "ai-gateway",
|
|
2422
|
+
billing: "billing",
|
|
2423
|
+
connect: "connect",
|
|
2424
|
+
deployment: "deployment",
|
|
2425
|
+
domain: "domain",
|
|
2426
|
+
edge: "edge",
|
|
2427
|
+
"env-variable": "env-variable",
|
|
2428
|
+
"feature-flags": "feature-flags",
|
|
2429
|
+
firewall: "firewall",
|
|
2430
|
+
integration: "integration",
|
|
2431
|
+
microfrontends: "microfrontends",
|
|
2432
|
+
network: "network",
|
|
2433
|
+
observability: "observability",
|
|
2434
|
+
other: "other",
|
|
2435
|
+
project: "project",
|
|
2436
|
+
security: "security",
|
|
2437
|
+
storage: "storage",
|
|
2438
|
+
team: "team",
|
|
2439
|
+
v0: "v0",
|
|
2440
|
+
"vercel-app": "vercel-app",
|
|
2441
|
+
workflow: "workflow"
|
|
2417
2442
|
};
|
|
2418
2443
|
const listEventTypeNameEnum = {
|
|
2419
2444
|
"access-group-created": "access-group-created",
|
|
@@ -3096,31 +3121,6 @@ const listEventTypeNameEnum = {
|
|
|
3096
3121
|
"webhook-updated": "webhook-updated",
|
|
3097
3122
|
"workflow-deployment-key-accessed": "workflow-deployment-key-accessed"
|
|
3098
3123
|
};
|
|
3099
|
-
const listEventTypeCategoriesEnum = {
|
|
3100
|
-
account: "account",
|
|
3101
|
-
ai: "ai",
|
|
3102
|
-
"ai-gateway": "ai-gateway",
|
|
3103
|
-
billing: "billing",
|
|
3104
|
-
connect: "connect",
|
|
3105
|
-
deployment: "deployment",
|
|
3106
|
-
domain: "domain",
|
|
3107
|
-
edge: "edge",
|
|
3108
|
-
"env-variable": "env-variable",
|
|
3109
|
-
"feature-flags": "feature-flags",
|
|
3110
|
-
firewall: "firewall",
|
|
3111
|
-
integration: "integration",
|
|
3112
|
-
microfrontends: "microfrontends",
|
|
3113
|
-
network: "network",
|
|
3114
|
-
observability: "observability",
|
|
3115
|
-
other: "other",
|
|
3116
|
-
project: "project",
|
|
3117
|
-
security: "security",
|
|
3118
|
-
storage: "storage",
|
|
3119
|
-
team: "team",
|
|
3120
|
-
v0: "v0",
|
|
3121
|
-
"vercel-app": "vercel-app",
|
|
3122
|
-
workflow: "workflow"
|
|
3123
|
-
};
|
|
3124
3124
|
const listEventTypeReplacedByEnum = {
|
|
3125
3125
|
"access-group-created": "access-group-created",
|
|
3126
3126
|
"access-group-deleted": "access-group-deleted",
|
|
@@ -3827,14 +3827,6 @@ const listEventTypesResponseCategoriesNameEnum = {
|
|
|
3827
3827
|
"vercel-app": "vercel-app",
|
|
3828
3828
|
workflow: "workflow"
|
|
3829
3829
|
};
|
|
3830
|
-
const flagVariantsValue = {
|
|
3831
|
-
false: false,
|
|
3832
|
-
true: true
|
|
3833
|
-
};
|
|
3834
|
-
const typeEnum = {
|
|
3835
|
-
list: "list",
|
|
3836
|
-
"list/inline": "list/inline"
|
|
3837
|
-
};
|
|
3838
3830
|
const cmpEnum = {
|
|
3839
3831
|
after: "after",
|
|
3840
3832
|
before: "before",
|
|
@@ -3853,6 +3845,10 @@ const cmpEnum = {
|
|
|
3853
3845
|
regex: "regex",
|
|
3854
3846
|
startsWith: "startsWith"
|
|
3855
3847
|
};
|
|
3848
|
+
const typeEnum = {
|
|
3849
|
+
list: "list",
|
|
3850
|
+
"list/inline": "list/inline"
|
|
3851
|
+
};
|
|
3856
3852
|
const flagKindEnum = {
|
|
3857
3853
|
boolean: "boolean",
|
|
3858
3854
|
json: "json",
|
|
@@ -3863,21 +3859,17 @@ const flagStateEnum = {
|
|
|
3863
3859
|
active: "active",
|
|
3864
3860
|
archived: "archived"
|
|
3865
3861
|
};
|
|
3866
|
-
const
|
|
3867
|
-
|
|
3868
|
-
|
|
3862
|
+
const flagVariantsValue = {
|
|
3863
|
+
false: false,
|
|
3864
|
+
true: true
|
|
3869
3865
|
};
|
|
3870
3866
|
const marketplaceFlagCategoryEnum = {
|
|
3871
3867
|
experiment: "experiment",
|
|
3872
3868
|
flag: "flag"
|
|
3873
3869
|
};
|
|
3874
|
-
const
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
};
|
|
3878
|
-
const segmentDataRulesConditionsRhs = {
|
|
3879
|
-
false: false,
|
|
3880
|
-
true: true
|
|
3870
|
+
const marketplaceFlagStateEnum = {
|
|
3871
|
+
active: "active",
|
|
3872
|
+
archived: "archived"
|
|
3881
3873
|
};
|
|
3882
3874
|
const segmentDataRulesConditionsCmpEnum = {
|
|
3883
3875
|
after: "after",
|
|
@@ -3897,6 +3889,14 @@ const segmentDataRulesConditionsCmpEnum = {
|
|
|
3897
3889
|
regex: "regex",
|
|
3898
3890
|
startsWith: "startsWith"
|
|
3899
3891
|
};
|
|
3892
|
+
const segmentDataRulesConditionsRhsTypeEnum = {
|
|
3893
|
+
list: "list",
|
|
3894
|
+
"list/inline": "list/inline"
|
|
3895
|
+
};
|
|
3896
|
+
const segmentDataRulesConditionsRhs = {
|
|
3897
|
+
false: false,
|
|
3898
|
+
true: true
|
|
3899
|
+
};
|
|
3900
3900
|
const flagsSdkKeyWithSecretsTypeEnum = {
|
|
3901
3901
|
client: "client",
|
|
3902
3902
|
mobile: "mobile",
|
|
@@ -3909,11 +3909,6 @@ const aCLAction = {
|
|
|
3909
3909
|
read: "read",
|
|
3910
3910
|
update: "update"
|
|
3911
3911
|
};
|
|
3912
|
-
const namedSandboxStatusEnum = {
|
|
3913
|
-
running: "running",
|
|
3914
|
-
stopped: "stopped",
|
|
3915
|
-
stopping: "stopping"
|
|
3916
|
-
};
|
|
3917
3912
|
const namedSandboxFailoverRegionsEnum = {
|
|
3918
3913
|
arn1: "arn1",
|
|
3919
3914
|
bom1: "bom1",
|
|
@@ -3935,6 +3930,11 @@ const namedSandboxFailoverRegionsEnum = {
|
|
|
3935
3930
|
syd1: "syd1",
|
|
3936
3931
|
yul1: "yul1"
|
|
3937
3932
|
};
|
|
3933
|
+
const modeEnum = {
|
|
3934
|
+
"read-only": "read-only",
|
|
3935
|
+
"read-write": "read-write",
|
|
3936
|
+
snapshot: "snapshot"
|
|
3937
|
+
};
|
|
3938
3938
|
const namedSandboxNetworkPolicyModeEnum = {
|
|
3939
3939
|
"allow-all": "allow-all",
|
|
3940
3940
|
custom: "custom",
|
|
@@ -3942,10 +3942,10 @@ const namedSandboxNetworkPolicyModeEnum = {
|
|
|
3942
3942
|
"default-deny": "default-deny",
|
|
3943
3943
|
"deny-all": "deny-all"
|
|
3944
3944
|
};
|
|
3945
|
-
const
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3945
|
+
const namedSandboxStatusEnum = {
|
|
3946
|
+
running: "running",
|
|
3947
|
+
stopped: "stopped",
|
|
3948
|
+
stopping: "stopping"
|
|
3949
3949
|
};
|
|
3950
3950
|
const sandboxNetworkPolicyModeEnum = {
|
|
3951
3951
|
"allow-all": "allow-all",
|
|
@@ -3961,15 +3961,15 @@ const sessionStatusEnum = {
|
|
|
3961
3961
|
stopped: "stopped",
|
|
3962
3962
|
stopping: "stopping"
|
|
3963
3963
|
};
|
|
3964
|
+
const snapshotCreationMethodEnum = {
|
|
3965
|
+
automatic: "automatic",
|
|
3966
|
+
manual: "manual"
|
|
3967
|
+
};
|
|
3964
3968
|
const snapshotStatusEnum = {
|
|
3965
3969
|
created: "created",
|
|
3966
3970
|
deleted: "deleted",
|
|
3967
3971
|
failed: "failed"
|
|
3968
3972
|
};
|
|
3969
|
-
const snapshotCreationMethodEnum = {
|
|
3970
|
-
automatic: "automatic",
|
|
3971
|
-
manual: "manual"
|
|
3972
|
-
};
|
|
3973
3973
|
const invitedTeamMemberRoleEnum = {
|
|
3974
3974
|
BILLING: "BILLING",
|
|
3975
3975
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -3980,16 +3980,6 @@ const invitedTeamMemberRoleEnum = {
|
|
|
3980
3980
|
VIEWER: "VIEWER",
|
|
3981
3981
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
3982
3982
|
};
|
|
3983
|
-
const invitedTeamMemberTeamRolesEnum = {
|
|
3984
|
-
BILLING: "BILLING",
|
|
3985
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
3986
|
-
DEVELOPER: "DEVELOPER",
|
|
3987
|
-
MEMBER: "MEMBER",
|
|
3988
|
-
OWNER: "OWNER",
|
|
3989
|
-
SECURITY: "SECURITY",
|
|
3990
|
-
VIEWER: "VIEWER",
|
|
3991
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
3992
|
-
};
|
|
3993
3983
|
const invitedTeamMemberTeamPermissionsEnum = {
|
|
3994
3984
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
3995
3985
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4011,25 +4001,7 @@ const invitedTeamMemberTeamPermissionsEnum = {
|
|
|
4011
4001
|
V0Viewer: "V0Viewer",
|
|
4012
4002
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4013
4003
|
};
|
|
4014
|
-
const
|
|
4015
|
-
ACTIVE: "ACTIVE",
|
|
4016
|
-
SETUP: "SETUP"
|
|
4017
|
-
};
|
|
4018
|
-
const teamSamlDirectorySyncStateEnum = {
|
|
4019
|
-
ACTIVE: "ACTIVE",
|
|
4020
|
-
SETUP: "SETUP"
|
|
4021
|
-
};
|
|
4022
|
-
const teamSamlDefaultRedirectUriEnum = {
|
|
4023
|
-
"v0.app": "v0.app",
|
|
4024
|
-
"v0.dev": "v0.dev",
|
|
4025
|
-
"vercel.com": "vercel.com"
|
|
4026
|
-
};
|
|
4027
|
-
const teamBillingPlanEnum = {
|
|
4028
|
-
enterprise: "enterprise",
|
|
4029
|
-
hobby: "hobby",
|
|
4030
|
-
pro: "pro"
|
|
4031
|
-
};
|
|
4032
|
-
const teamDefaultRolesTeamRolesEnum = {
|
|
4004
|
+
const invitedTeamMemberTeamRolesEnum = {
|
|
4033
4005
|
BILLING: "BILLING",
|
|
4034
4006
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4035
4007
|
DEVELOPER: "DEVELOPER",
|
|
@@ -4039,6 +4011,17 @@ const teamDefaultRolesTeamRolesEnum = {
|
|
|
4039
4011
|
VIEWER: "VIEWER",
|
|
4040
4012
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4041
4013
|
};
|
|
4014
|
+
const teamBillingPlanEnum = {
|
|
4015
|
+
enterprise: "enterprise",
|
|
4016
|
+
hobby: "hobby",
|
|
4017
|
+
pro: "pro"
|
|
4018
|
+
};
|
|
4019
|
+
const teamDefaultPassportDeploymentTypeEnum = {
|
|
4020
|
+
all: "all",
|
|
4021
|
+
all_except_custom_domains: "all_except_custom_domains",
|
|
4022
|
+
preview: "preview",
|
|
4023
|
+
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
4024
|
+
};
|
|
4042
4025
|
const teamDefaultRolesTeamPermissionsEnum = {
|
|
4043
4026
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4044
4027
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4060,43 +4043,39 @@ const teamDefaultRolesTeamPermissionsEnum = {
|
|
|
4060
4043
|
V0Viewer: "V0Viewer",
|
|
4061
4044
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4062
4045
|
};
|
|
4063
|
-
const
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
true: true
|
|
4046
|
+
const teamDefaultRolesTeamRolesEnum = {
|
|
4047
|
+
BILLING: "BILLING",
|
|
4048
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4049
|
+
DEVELOPER: "DEVELOPER",
|
|
4050
|
+
MEMBER: "MEMBER",
|
|
4051
|
+
OWNER: "OWNER",
|
|
4052
|
+
SECURITY: "SECURITY",
|
|
4053
|
+
VIEWER: "VIEWER",
|
|
4054
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4073
4055
|
};
|
|
4074
|
-
const
|
|
4075
|
-
all: "all",
|
|
4076
|
-
all_except_custom_domains: "all_except_custom_domains",
|
|
4056
|
+
const teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = {
|
|
4077
4057
|
preview: "preview",
|
|
4078
|
-
|
|
4058
|
+
production: "production"
|
|
4079
4059
|
};
|
|
4080
|
-
const
|
|
4081
|
-
|
|
4082
|
-
"
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4060
|
+
const teamDeploymentPolicyDeploymentSourcesSourcesEnum = {
|
|
4061
|
+
cli: "cli",
|
|
4062
|
+
"deploy-hook": "deploy-hook",
|
|
4063
|
+
git: "git",
|
|
4064
|
+
integration: "integration",
|
|
4065
|
+
"rest-api": "rest-api",
|
|
4066
|
+
v0: "v0"
|
|
4087
4067
|
};
|
|
4088
|
-
const
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
off: "off",
|
|
4092
|
-
"off-force": "off-force",
|
|
4093
|
-
on: "on",
|
|
4094
|
-
"on-force": "on-force"
|
|
4068
|
+
const teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = {
|
|
4069
|
+
preview: "preview",
|
|
4070
|
+
production: "production"
|
|
4095
4071
|
};
|
|
4096
|
-
const
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4072
|
+
const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
|
|
4073
|
+
bitbucket: "bitbucket",
|
|
4074
|
+
github: "github"
|
|
4075
|
+
};
|
|
4076
|
+
const teamDisableHardAutoBlocks = {
|
|
4077
|
+
false: false,
|
|
4078
|
+
true: true
|
|
4100
4079
|
};
|
|
4101
4080
|
const teamDisjunctiveProductionSecretPolicyEnum = {
|
|
4102
4081
|
default: "default",
|
|
@@ -4105,33 +4084,45 @@ const teamDisjunctiveProductionSecretPolicyEnum = {
|
|
|
4105
4084
|
};
|
|
4106
4085
|
const teamDpAccessRequestsModeEnum = {
|
|
4107
4086
|
all: "all",
|
|
4108
|
-
"email-domain": "email-domain",
|
|
4109
|
-
none: "none"
|
|
4110
|
-
};
|
|
4111
|
-
const teamNsnbConfigPreferenceEnum = {
|
|
4112
|
-
"auto-approval": "auto-approval",
|
|
4113
|
-
block: "block",
|
|
4114
|
-
"manual-approval": "manual-approval"
|
|
4115
|
-
};
|
|
4116
|
-
const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
|
|
4117
|
-
bitbucket: "bitbucket",
|
|
4118
|
-
github: "github"
|
|
4087
|
+
"email-domain": "email-domain",
|
|
4088
|
+
none: "none"
|
|
4119
4089
|
};
|
|
4120
|
-
const
|
|
4121
|
-
|
|
4122
|
-
|
|
4090
|
+
const teamEnablePreviewFeedbackEnum = {
|
|
4091
|
+
default: "default",
|
|
4092
|
+
"default-force": "default-force",
|
|
4093
|
+
off: "off",
|
|
4094
|
+
"off-force": "off-force",
|
|
4095
|
+
on: "on",
|
|
4096
|
+
"on-force": "on-force"
|
|
4123
4097
|
};
|
|
4124
|
-
const
|
|
4125
|
-
|
|
4126
|
-
"
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4098
|
+
const teamEnableProductionFeedbackEnum = {
|
|
4099
|
+
default: "default",
|
|
4100
|
+
"default-force": "default-force",
|
|
4101
|
+
off: "off",
|
|
4102
|
+
"off-force": "off-force",
|
|
4103
|
+
on: "on",
|
|
4104
|
+
"on-force": "on-force"
|
|
4131
4105
|
};
|
|
4132
|
-
const
|
|
4133
|
-
|
|
4134
|
-
|
|
4106
|
+
const teamMembershipJoinedFromOriginEnum = {
|
|
4107
|
+
"account-update": "account-update",
|
|
4108
|
+
bitbucket: "bitbucket",
|
|
4109
|
+
dsync: "dsync",
|
|
4110
|
+
feedback: "feedback",
|
|
4111
|
+
github: "github",
|
|
4112
|
+
gitlab: "gitlab",
|
|
4113
|
+
import: "import",
|
|
4114
|
+
link: "link",
|
|
4115
|
+
mail: "mail",
|
|
4116
|
+
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
4117
|
+
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
4118
|
+
"nsnb-invite": "nsnb-invite",
|
|
4119
|
+
"nsnb-redeploy": "nsnb-redeploy",
|
|
4120
|
+
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
4121
|
+
"nsnb-request-access": "nsnb-request-access",
|
|
4122
|
+
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
4123
|
+
"organization-teams": "organization-teams",
|
|
4124
|
+
saml: "saml",
|
|
4125
|
+
teams: "teams"
|
|
4135
4126
|
};
|
|
4136
4127
|
const teamMembershipRoleEnum = {
|
|
4137
4128
|
BILLING: "BILLING",
|
|
@@ -4143,16 +4134,6 @@ const teamMembershipRoleEnum = {
|
|
|
4143
4134
|
VIEWER: "VIEWER",
|
|
4144
4135
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4145
4136
|
};
|
|
4146
|
-
const teamMembershipTeamRolesEnum = {
|
|
4147
|
-
BILLING: "BILLING",
|
|
4148
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4149
|
-
DEVELOPER: "DEVELOPER",
|
|
4150
|
-
MEMBER: "MEMBER",
|
|
4151
|
-
OWNER: "OWNER",
|
|
4152
|
-
SECURITY: "SECURITY",
|
|
4153
|
-
VIEWER: "VIEWER",
|
|
4154
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4155
|
-
};
|
|
4156
4137
|
const teamMembershipTeamPermissionsEnum = {
|
|
4157
4138
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4158
4139
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4174,7 +4155,52 @@ const teamMembershipTeamPermissionsEnum = {
|
|
|
4174
4155
|
V0Viewer: "V0Viewer",
|
|
4175
4156
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4176
4157
|
};
|
|
4177
|
-
const
|
|
4158
|
+
const teamMembershipTeamRolesEnum = {
|
|
4159
|
+
BILLING: "BILLING",
|
|
4160
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4161
|
+
DEVELOPER: "DEVELOPER",
|
|
4162
|
+
MEMBER: "MEMBER",
|
|
4163
|
+
OWNER: "OWNER",
|
|
4164
|
+
SECURITY: "SECURITY",
|
|
4165
|
+
VIEWER: "VIEWER",
|
|
4166
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4167
|
+
};
|
|
4168
|
+
const teamNsnbConfigPreferenceEnum = {
|
|
4169
|
+
"auto-approval": "auto-approval",
|
|
4170
|
+
block: "block",
|
|
4171
|
+
"manual-approval": "manual-approval"
|
|
4172
|
+
};
|
|
4173
|
+
const teamResourceConfigBuildMachineDefaultEnum = {
|
|
4174
|
+
basic: "basic",
|
|
4175
|
+
elastic: "elastic",
|
|
4176
|
+
enhanced: "enhanced",
|
|
4177
|
+
standard: "standard",
|
|
4178
|
+
turbo: "turbo"
|
|
4179
|
+
};
|
|
4180
|
+
const teamSamlConnectionSyncStateEnum = {
|
|
4181
|
+
ACTIVE: "ACTIVE",
|
|
4182
|
+
SETUP: "SETUP"
|
|
4183
|
+
};
|
|
4184
|
+
const teamSamlDefaultRedirectUriEnum = {
|
|
4185
|
+
"v0.app": "v0.app",
|
|
4186
|
+
"v0.dev": "v0.dev",
|
|
4187
|
+
"vercel.com": "vercel.com"
|
|
4188
|
+
};
|
|
4189
|
+
const teamSamlDirectorySyncStateEnum = {
|
|
4190
|
+
ACTIVE: "ACTIVE",
|
|
4191
|
+
SETUP: "SETUP"
|
|
4192
|
+
};
|
|
4193
|
+
const teamSensitiveEnvironmentVariablePolicyEnum = {
|
|
4194
|
+
default: "default",
|
|
4195
|
+
off: "off",
|
|
4196
|
+
on: "on"
|
|
4197
|
+
};
|
|
4198
|
+
const teamLimitedLimitedByEnum = {
|
|
4199
|
+
invalidated: "invalidated",
|
|
4200
|
+
mfa: "mfa",
|
|
4201
|
+
scope: "scope"
|
|
4202
|
+
};
|
|
4203
|
+
const teamLimitedMembershipJoinedFromOriginEnum = {
|
|
4178
4204
|
"account-update": "account-update",
|
|
4179
4205
|
bitbucket: "bitbucket",
|
|
4180
4206
|
dsync: "dsync",
|
|
@@ -4195,19 +4221,6 @@ const teamMembershipJoinedFromOriginEnum = {
|
|
|
4195
4221
|
saml: "saml",
|
|
4196
4222
|
teams: "teams"
|
|
4197
4223
|
};
|
|
4198
|
-
const teamLimitedLimitedByEnum = {
|
|
4199
|
-
invalidated: "invalidated",
|
|
4200
|
-
mfa: "mfa",
|
|
4201
|
-
scope: "scope"
|
|
4202
|
-
};
|
|
4203
|
-
const teamLimitedSamlConnectionSyncStateEnum = {
|
|
4204
|
-
ACTIVE: "ACTIVE",
|
|
4205
|
-
SETUP: "SETUP"
|
|
4206
|
-
};
|
|
4207
|
-
const teamLimitedSamlDirectorySyncStateEnum = {
|
|
4208
|
-
ACTIVE: "ACTIVE",
|
|
4209
|
-
SETUP: "SETUP"
|
|
4210
|
-
};
|
|
4211
4224
|
const teamLimitedMembershipRoleEnum = {
|
|
4212
4225
|
BILLING: "BILLING",
|
|
4213
4226
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -4218,16 +4231,6 @@ const teamLimitedMembershipRoleEnum = {
|
|
|
4218
4231
|
VIEWER: "VIEWER",
|
|
4219
4232
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4220
4233
|
};
|
|
4221
|
-
const teamLimitedMembershipTeamRolesEnum = {
|
|
4222
|
-
BILLING: "BILLING",
|
|
4223
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4224
|
-
DEVELOPER: "DEVELOPER",
|
|
4225
|
-
MEMBER: "MEMBER",
|
|
4226
|
-
OWNER: "OWNER",
|
|
4227
|
-
SECURITY: "SECURITY",
|
|
4228
|
-
VIEWER: "VIEWER",
|
|
4229
|
-
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4230
|
-
};
|
|
4231
4234
|
const teamLimitedMembershipTeamPermissionsEnum = {
|
|
4232
4235
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4233
4236
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4249,33 +4252,23 @@ const teamLimitedMembershipTeamPermissionsEnum = {
|
|
|
4249
4252
|
V0Viewer: "V0Viewer",
|
|
4250
4253
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4251
4254
|
};
|
|
4252
|
-
const
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
mail: "mail",
|
|
4262
|
-
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
4263
|
-
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
4264
|
-
"nsnb-invite": "nsnb-invite",
|
|
4265
|
-
"nsnb-redeploy": "nsnb-redeploy",
|
|
4266
|
-
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
4267
|
-
"nsnb-request-access": "nsnb-request-access",
|
|
4268
|
-
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
4269
|
-
"organization-teams": "organization-teams",
|
|
4270
|
-
saml: "saml",
|
|
4271
|
-
teams: "teams"
|
|
4255
|
+
const teamLimitedMembershipTeamRolesEnum = {
|
|
4256
|
+
BILLING: "BILLING",
|
|
4257
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4258
|
+
DEVELOPER: "DEVELOPER",
|
|
4259
|
+
MEMBER: "MEMBER",
|
|
4260
|
+
OWNER: "OWNER",
|
|
4261
|
+
SECURITY: "SECURITY",
|
|
4262
|
+
VIEWER: "VIEWER",
|
|
4263
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4272
4264
|
};
|
|
4273
|
-
const
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4265
|
+
const teamLimitedSamlConnectionSyncStateEnum = {
|
|
4266
|
+
ACTIVE: "ACTIVE",
|
|
4267
|
+
SETUP: "SETUP"
|
|
4268
|
+
};
|
|
4269
|
+
const teamLimitedSamlDirectorySyncStateEnum = {
|
|
4270
|
+
ACTIVE: "ACTIVE",
|
|
4271
|
+
SETUP: "SETUP"
|
|
4279
4272
|
};
|
|
4280
4273
|
const authTokenScopesOriginEnum = {
|
|
4281
4274
|
app: "app",
|
|
@@ -4296,16 +4289,42 @@ const authTokenScopesOriginEnum = {
|
|
|
4296
4289
|
sms: "sms",
|
|
4297
4290
|
"token-exchange-oidc": "token-exchange-oidc"
|
|
4298
4291
|
};
|
|
4299
|
-
const
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4292
|
+
const authTokenScopesSudoOriginEnum = {
|
|
4293
|
+
"email-otp": "email-otp",
|
|
4294
|
+
otp: "otp",
|
|
4295
|
+
"recovery-code": "recovery-code",
|
|
4296
|
+
totp: "totp",
|
|
4297
|
+
webauthn: "webauthn"
|
|
4298
|
+
};
|
|
4299
|
+
const authUserActiveDashboardViewsFavoritesViewPreferenceEnum = {
|
|
4300
|
+
closed: "closed",
|
|
4301
|
+
open: "open"
|
|
4302
|
+
};
|
|
4303
|
+
const authUserActiveDashboardViewsRecentsViewPreferenceEnum = {
|
|
4304
|
+
closed: "closed",
|
|
4305
|
+
open: "open"
|
|
4306
|
+
};
|
|
4307
|
+
const authUserActiveDashboardViewsViewPreferenceEnum = {
|
|
4308
|
+
cards: "cards",
|
|
4309
|
+
list: "list"
|
|
4310
|
+
};
|
|
4311
|
+
const authUserFeatureBlocksSpeedInsightsFreeBlockReasonEnum = {
|
|
4312
|
+
admin_override: "admin_override",
|
|
4313
|
+
hard_blocked: "hard_blocked",
|
|
4314
|
+
limits_exceeded: "limits_exceeded"
|
|
4315
|
+
};
|
|
4316
|
+
const authUserImportFlowGitProviderEnum = {
|
|
4317
|
+
bitbucket: "bitbucket",
|
|
4318
|
+
"cursor-origin": "cursor-origin",
|
|
4319
|
+
github: "github",
|
|
4320
|
+
"github-custom-host": "github-custom-host",
|
|
4321
|
+
"github-limited": "github-limited",
|
|
4322
|
+
gitlab: "gitlab",
|
|
4323
|
+
vercel: "vercel"
|
|
4324
|
+
};
|
|
4325
|
+
const authUserResourceConfigBuildQueueConfigurationEnum = {
|
|
4326
|
+
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
4327
|
+
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
4309
4328
|
};
|
|
4310
4329
|
const authUserSoftBlockBlockedDueToOverageTypeEnum = {
|
|
4311
4330
|
analyticsUsage: "analyticsUsage",
|
|
@@ -4348,35 +4367,16 @@ const authUserSoftBlockBlockedDueToOverageTypeEnum = {
|
|
|
4348
4367
|
wafRateLimitRequest: "wafRateLimitRequest",
|
|
4349
4368
|
webAnalyticsEvent: "webAnalyticsEvent"
|
|
4350
4369
|
};
|
|
4351
|
-
const
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
open: "open"
|
|
4362
|
-
};
|
|
4363
|
-
const authUserActiveDashboardViewsRecentsViewPreferenceEnum = {
|
|
4364
|
-
closed: "closed",
|
|
4365
|
-
open: "open"
|
|
4366
|
-
};
|
|
4367
|
-
const authUserImportFlowGitProviderEnum = {
|
|
4368
|
-
bitbucket: "bitbucket",
|
|
4369
|
-
"cursor-origin": "cursor-origin",
|
|
4370
|
-
github: "github",
|
|
4371
|
-
"github-custom-host": "github-custom-host",
|
|
4372
|
-
"github-limited": "github-limited",
|
|
4373
|
-
gitlab: "gitlab",
|
|
4374
|
-
vercel: "vercel"
|
|
4375
|
-
};
|
|
4376
|
-
const authUserFeatureBlocksSpeedInsightsFreeBlockReasonEnum = {
|
|
4377
|
-
admin_override: "admin_override",
|
|
4378
|
-
hard_blocked: "hard_blocked",
|
|
4379
|
-
limits_exceeded: "limits_exceeded"
|
|
4370
|
+
const authUserSoftBlockReasonEnum = {
|
|
4371
|
+
BLOCKED_FOR_PLATFORM_ABUSE: "BLOCKED_FOR_PLATFORM_ABUSE",
|
|
4372
|
+
DOMAIN_OWNER_DELETION_REQUEST: "DOMAIN_OWNER_DELETION_REQUEST",
|
|
4373
|
+
ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
|
|
4374
|
+
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
4375
|
+
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
4376
|
+
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
4377
|
+
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
4378
|
+
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
4379
|
+
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
4380
4380
|
};
|
|
4381
4381
|
const vcrImageListItemKindEnum = {
|
|
4382
4382
|
attestation: "attestation",
|