vercel-api-js 1.17.0 → 1.18.0
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 +47230 -47200
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-k0m5cdq9.cjs → schemas-h2au2774.cjs} +6150 -6127
- package/dist/{schemas-fvbjfupl.js → schemas-k9fiajx5.js} +6150 -6127
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +5930 -5915
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +1524 -1521
- package/dist/types.d.mts +6170 -6155
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +1524 -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,825 @@ 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-schedules-default-updated": "project-custom-environment-schedules-default-updated",
|
|
2129
|
+
"project-custom-environment-updated": "project-custom-environment-updated",
|
|
2130
|
+
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated",
|
|
2131
|
+
"project-delete": "project-delete",
|
|
2132
|
+
"project-deployment-policy-updated": "project-deployment-policy-updated",
|
|
2133
|
+
"project-deployment-retention-updated": "project-deployment-retention-updated",
|
|
2134
|
+
"project-directory-listing": "project-directory-listing",
|
|
2135
|
+
"project-domain-deleted": "project-domain-deleted",
|
|
2136
|
+
"project-domain-moved": "project-domain-moved",
|
|
2137
|
+
"project-domain-unverified": "project-domain-unverified",
|
|
2138
|
+
"project-domain-updated": "project-domain-updated",
|
|
2139
|
+
"project-domain-verified": "project-domain-verified",
|
|
2140
|
+
"project-elastic-concurrency-updated": "project-elastic-concurrency-updated",
|
|
2141
|
+
"project-expiration-locked": "project-expiration-locked",
|
|
2142
|
+
"project-expiration-reached": "project-expiration-reached",
|
|
2143
|
+
"project-expiration-scheduled": "project-expiration-scheduled",
|
|
2144
|
+
"project-expiration-unlocked": "project-expiration-unlocked",
|
|
2145
|
+
"project-external-rewrite-caching-updated": "project-external-rewrite-caching-updated",
|
|
2146
|
+
"project-framework-updated": "project-framework-updated",
|
|
2147
|
+
"project-function-cpu-memory": "project-function-cpu-memory",
|
|
2148
|
+
"project-function-failover": "project-function-failover",
|
|
2149
|
+
"project-function-max-duration": "project-function-max-duration",
|
|
2150
|
+
"project-function-regions": "project-function-regions",
|
|
2151
|
+
"project-functions-beta-updated": "project-functions-beta-updated",
|
|
2152
|
+
"project-functions-fluid-disabled": "project-functions-fluid-disabled",
|
|
2153
|
+
"project-functions-fluid-enabled": "project-functions-fluid-enabled",
|
|
2154
|
+
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
2155
|
+
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
2156
|
+
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
2157
|
+
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
2158
|
+
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
2159
|
+
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
2160
|
+
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
2161
|
+
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
2162
|
+
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
2163
|
+
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
2164
|
+
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
2165
|
+
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
2166
|
+
"project-git-repository-connected": "project-git-repository-connected",
|
|
2167
|
+
"project-git-repository-disconnected": "project-git-repository-disconnected",
|
|
2168
|
+
"project-git-repository-dispatch-events-toggled": "project-git-repository-dispatch-events-toggled",
|
|
2169
|
+
"project-git-require-verified-commits-toggled": "project-git-require-verified-commits-toggled",
|
|
2170
|
+
"project-ignored-build-step-updated": "project-ignored-build-step-updated",
|
|
2171
|
+
"project-install-command-updated": "project-install-command-updated",
|
|
2172
|
+
"project-member-added": "project-member-added",
|
|
2173
|
+
"project-member-invited": "project-member-invited",
|
|
2174
|
+
"project-member-removed": "project-member-removed",
|
|
2175
|
+
"project-member-removed-batch": "project-member-removed-batch",
|
|
2176
|
+
"project-member-updated": "project-member-updated",
|
|
2177
|
+
"project-move-in-success": "project-move-in-success",
|
|
2178
|
+
"project-move-out-failed": "project-move-out-failed",
|
|
2179
|
+
"project-move-out-started": "project-move-out-started",
|
|
2180
|
+
"project-move-out-success": "project-move-out-success",
|
|
2181
|
+
"project-name": "project-name",
|
|
2182
|
+
"project-node-version-updated": "project-node-version-updated",
|
|
2183
|
+
"project-oidc-issuer-mode-updated": "project-oidc-issuer-mode-updated",
|
|
2184
|
+
"project-oidc-token-created": "project-oidc-token-created",
|
|
2185
|
+
"project-options-allowlist": "project-options-allowlist",
|
|
2186
|
+
"project-output-directory-updated": "project-output-directory-updated",
|
|
2187
|
+
"project-passport-updated": "project-passport-updated",
|
|
2188
|
+
"project-password-protection": "project-password-protection",
|
|
2189
|
+
"project-paused": "project-paused",
|
|
2190
|
+
"project-preview-deployment-suffix": "project-preview-deployment-suffix",
|
|
2191
|
+
"project-preview-environment-branch-tracking-updated": "project-preview-environment-branch-tracking-updated",
|
|
2192
|
+
"project-prioritize-production-builds-updated": "project-prioritize-production-builds-updated",
|
|
2193
|
+
"project-program-enrollment-changed": "project-program-enrollment-changed",
|
|
2194
|
+
"project-protected-sourcemaps-updated": "project-protected-sourcemaps-updated",
|
|
2195
|
+
"project-rollback-description-updated": "project-rollback-description-updated",
|
|
2196
|
+
"project-rolling-release-aborted": "project-rolling-release-aborted",
|
|
2197
|
+
"project-rolling-release-approved": "project-rolling-release-approved",
|
|
2198
|
+
"project-rolling-release-completed": "project-rolling-release-completed",
|
|
2199
|
+
"project-rolling-release-configured": "project-rolling-release-configured",
|
|
2200
|
+
"project-rolling-release-continued": "project-rolling-release-continued",
|
|
2201
|
+
"project-rolling-release-disabled": "project-rolling-release-disabled",
|
|
2202
|
+
"project-rolling-release-enabled": "project-rolling-release-enabled",
|
|
2203
|
+
"project-rolling-release-paused": "project-rolling-release-paused",
|
|
2204
|
+
"project-rolling-release-started": "project-rolling-release-started",
|
|
2205
|
+
"project-rolling-release-suggested-actions-generated": "project-rolling-release-suggested-actions-generated",
|
|
2206
|
+
"project-rolling-release-timer": "project-rolling-release-timer",
|
|
2207
|
+
"project-root-directory-updated": "project-root-directory-updated",
|
|
2208
|
+
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
2209
|
+
"project-routes-version-restored": "project-routes-version-restored",
|
|
2210
|
+
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
2211
|
+
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
2212
|
+
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
2213
|
+
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
|
2214
|
+
"project-skew-protection-threshold-updated": "project-skew-protection-threshold-updated",
|
|
2215
|
+
"project-source-files-outside-root-directory-updated": "project-source-files-outside-root-directory-updated",
|
|
2216
|
+
"project-speed-insights-disabled": "project-speed-insights-disabled",
|
|
2217
|
+
"project-speed-insights-enabled": "project-speed-insights-enabled",
|
|
2218
|
+
"project-speed-insights-free-data-started": "project-speed-insights-free-data-started",
|
|
2219
|
+
"project-sso-protection": "project-sso-protection",
|
|
2220
|
+
"project-static-ips-updated": "project-static-ips-updated",
|
|
2221
|
+
"project-trusted-ips": "project-trusted-ips",
|
|
2222
|
+
"project-trusted-sources": "project-trusted-sources",
|
|
2223
|
+
"project-unpaused": "project-unpaused",
|
|
2224
|
+
"project-web-analytics-disabled": "project-web-analytics-disabled",
|
|
2225
|
+
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
2226
|
+
"protected-git-scope-added": "protected-git-scope-added",
|
|
2227
|
+
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
2228
|
+
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
2229
|
+
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
2230
|
+
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
2231
|
+
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
2232
|
+
"saml-connection-created": "saml-connection-created",
|
|
2233
|
+
"saml-connection-deleted": "saml-connection-deleted",
|
|
2234
|
+
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
2235
|
+
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
2236
|
+
"sandbox-drive-created": "sandbox-drive-created",
|
|
2237
|
+
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
2238
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
2239
|
+
scale: "scale",
|
|
2240
|
+
"scale-auto": "scale-auto",
|
|
2241
|
+
"secondary-email-added": "secondary-email-added",
|
|
2242
|
+
"secondary-email-removed": "secondary-email-removed",
|
|
2243
|
+
"secondary-email-verified": "secondary-email-verified",
|
|
2244
|
+
"secret-add": "secret-add",
|
|
2245
|
+
"secret-delete": "secret-delete",
|
|
2246
|
+
"secret-rename": "secret-rename",
|
|
2247
|
+
"security-list-created": "security-list-created",
|
|
2248
|
+
"security-list-deleted": "security-list-deleted",
|
|
2249
|
+
"security-list-updated": "security-list-updated",
|
|
2250
|
+
"security-plus-updated": "security-plus-updated",
|
|
2251
|
+
"set-bio": "set-bio",
|
|
2252
|
+
"set-name": "set-name",
|
|
2253
|
+
"set-profiles": "set-profiles",
|
|
2254
|
+
"set-scale": "set-scale",
|
|
2255
|
+
"shared-env-variable-create": "shared-env-variable-create",
|
|
2256
|
+
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
2257
|
+
"shared-env-variable-read": "shared-env-variable-read",
|
|
2258
|
+
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
2259
|
+
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
2260
|
+
"shared-env-variable-update": "shared-env-variable-update",
|
|
2261
|
+
"show-ip-addresses": "show-ip-addresses",
|
|
2262
|
+
signup: "signup",
|
|
2263
|
+
"signup-via-bitbucket": "signup-via-bitbucket",
|
|
2264
|
+
"signup-via-github": "signup-via-github",
|
|
2265
|
+
"signup-via-gitlab": "signup-via-gitlab",
|
|
2266
|
+
"speed-insights-settings-updated": "speed-insights-settings-updated",
|
|
2267
|
+
"spend-created": "spend-created",
|
|
2268
|
+
"spend-deleted": "spend-deleted",
|
|
2269
|
+
"spend-updated": "spend-updated",
|
|
2270
|
+
"sso-login": "sso-login",
|
|
2271
|
+
"storage-accept-tos": "storage-accept-tos",
|
|
2272
|
+
"storage-access-token-set": "storage-access-token-set",
|
|
2273
|
+
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
2274
|
+
"storage-connect-project": "storage-connect-project",
|
|
2275
|
+
"storage-create": "storage-create",
|
|
2276
|
+
"storage-delete": "storage-delete",
|
|
2277
|
+
"storage-disconnect-project": "storage-disconnect-project",
|
|
2278
|
+
"storage-disconnect-projects": "storage-disconnect-projects",
|
|
2279
|
+
"storage-inactive-store-deleted": "storage-inactive-store-deleted",
|
|
2280
|
+
"storage-reset-credentials": "storage-reset-credentials",
|
|
2281
|
+
"storage-resource-repl-command": "storage-resource-repl-command",
|
|
2282
|
+
"storage-set-locked": "storage-set-locked",
|
|
2283
|
+
"storage-transfer-in-success": "storage-transfer-in-success",
|
|
2284
|
+
"storage-transfer-out-success": "storage-transfer-out-success",
|
|
2285
|
+
"storage-transfer-request-created": "storage-transfer-request-created",
|
|
2286
|
+
"storage-update": "storage-update",
|
|
2287
|
+
"storage-update-project-connection": "storage-update-project-connection",
|
|
2288
|
+
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
2289
|
+
"storage-view-secret": "storage-view-secret",
|
|
2290
|
+
"strict-connectors": "strict-connectors",
|
|
2291
|
+
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
2292
|
+
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
2293
|
+
"strict-shareable-links": "strict-shareable-links",
|
|
2294
|
+
"subscription-created": "subscription-created",
|
|
2295
|
+
"subscription-product-added": "subscription-product-added",
|
|
2296
|
+
"subscription-product-removed": "subscription-product-removed",
|
|
2297
|
+
"subscription-updated": "subscription-updated",
|
|
2298
|
+
"support-session-created": "support-session-created",
|
|
2326
2299
|
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
|
-
|
|
2300
|
+
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
2301
|
+
"team-avatar-update": "team-avatar-update",
|
|
2302
|
+
"team-collaboration-settings-updated": "team-collaboration-settings-updated",
|
|
2303
|
+
"team-default-build-machine-updated": "team-default-build-machine-updated",
|
|
2304
|
+
"team-default-passport-updated": "team-default-passport-updated",
|
|
2305
|
+
"team-delete": "team-delete",
|
|
2306
|
+
"team-deployment-policy-updated": "team-deployment-policy-updated",
|
|
2307
|
+
"team-domain-verification-created": "team-domain-verification-created",
|
|
2308
|
+
"team-domain-verification-deleted": "team-domain-verification-deleted",
|
|
2309
|
+
"team-domain-verification-verified": "team-domain-verification-verified",
|
|
2310
|
+
"team-email-domain-update": "team-email-domain-update",
|
|
2311
|
+
"team-emu-updated": "team-emu-updated",
|
|
2312
|
+
"team-ended-trial": "team-ended-trial",
|
|
2313
|
+
"team-firewall-config-modified": "team-firewall-config-modified",
|
|
2314
|
+
"team-firewall-config-promoted": "team-firewall-config-promoted",
|
|
2315
|
+
"team-git-repository-dispatch-events-toggled": "team-git-repository-dispatch-events-toggled",
|
|
2316
|
+
"team-git-require-verified-commits-toggled": "team-git-require-verified-commits-toggled",
|
|
2317
|
+
"team-invite-bulk-delete": "team-invite-bulk-delete",
|
|
2318
|
+
"team-invite-code-reset": "team-invite-code-reset",
|
|
2319
|
+
"team-invite-link-created": "team-invite-link-created",
|
|
2320
|
+
"team-invite-link-deleted": "team-invite-link-deleted",
|
|
2321
|
+
"team-ip-blocking-rules-created": "team-ip-blocking-rules-created",
|
|
2322
|
+
"team-ip-blocking-rules-removed": "team-ip-blocking-rules-removed",
|
|
2323
|
+
"team-member-add": "team-member-add",
|
|
2324
|
+
"team-member-confirm-request": "team-member-confirm-request",
|
|
2325
|
+
"team-member-decline-request": "team-member-decline-request",
|
|
2326
|
+
"team-member-delete": "team-member-delete",
|
|
2327
|
+
"team-member-entitlement-added": "team-member-entitlement-added",
|
|
2328
|
+
"team-member-entitlement-canceled": "team-member-entitlement-canceled",
|
|
2329
|
+
"team-member-entitlement-reactivated": "team-member-entitlement-reactivated",
|
|
2330
|
+
"team-member-entitlement-removed": "team-member-entitlement-removed",
|
|
2331
|
+
"team-member-join": "team-member-join",
|
|
2332
|
+
"team-member-leave": "team-member-leave",
|
|
2333
|
+
"team-member-request-access": "team-member-request-access",
|
|
2334
|
+
"team-member-role-update": "team-member-role-update",
|
|
2335
|
+
"team-member-sso-authorization-attempt": "team-member-sso-authorization-attempt",
|
|
2336
|
+
"team-mfa-enforcement-updated": "team-mfa-enforcement-updated",
|
|
2337
|
+
"team-name-update": "team-name-update",
|
|
2338
|
+
"team-paid-invoice": "team-paid-invoice",
|
|
2339
|
+
"team-program-enrollment-changed": "team-program-enrollment-changed",
|
|
2340
|
+
"team-remote-caching-purge": "team-remote-caching-purge",
|
|
2341
|
+
"team-remote-caching-update": "team-remote-caching-update",
|
|
2342
|
+
"team-saml-enforced": "team-saml-enforced",
|
|
2343
|
+
"team-saml-roles": "team-saml-roles",
|
|
2344
|
+
"team-slug-update": "team-slug-update",
|
|
2345
|
+
"team-tokens-invalidated": "team-tokens-invalidated",
|
|
2346
|
+
"tracing-configured": "tracing-configured",
|
|
2347
|
+
"tracing-disabled": "tracing-disabled",
|
|
2348
|
+
"tracing-paused": "tracing-paused",
|
|
2349
|
+
"tracing-resumed": "tracing-resumed",
|
|
2350
|
+
"unlink-login-connection": "unlink-login-connection",
|
|
2351
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
2352
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
2353
|
+
"user-auto-block-configured": "user-auto-block-configured",
|
|
2354
|
+
"user-blocked": "user-blocked",
|
|
2355
|
+
"user-delete": "user-delete",
|
|
2356
|
+
"user-delete-requested": "user-delete-requested",
|
|
2357
|
+
"user-emu-account-archived": "user-emu-account-archived",
|
|
2358
|
+
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
2359
|
+
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
2360
|
+
"user-emu-account-update-opted-in": "user-emu-account-update-opted-in",
|
|
2361
|
+
"user-emu-account-update-opted-out": "user-emu-account-update-opted-out",
|
|
2362
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
2363
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
2364
|
+
"user-emu-toggled": "user-emu-toggled",
|
|
2365
|
+
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
2366
|
+
"user-mfa-challenge-initiated": "user-mfa-challenge-initiated",
|
|
2367
|
+
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
2368
|
+
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
2369
|
+
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
2370
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
2371
|
+
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
2372
|
+
"user-mfa-removed": "user-mfa-removed",
|
|
2373
|
+
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
2374
|
+
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
2375
|
+
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
2376
|
+
"user-phone-removed": "user-phone-removed",
|
|
2377
|
+
"user-phone-updated": "user-phone-updated",
|
|
2378
|
+
"user-primary-email-updated": "user-primary-email-updated",
|
|
2379
|
+
"user-provider-email-claim-evaluated": "user-provider-email-claim-evaluated",
|
|
2380
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
2381
|
+
"user-token-created": "user-token-created",
|
|
2382
|
+
"user-token-deleted": "user-token-deleted",
|
|
2383
|
+
"user-tokens-deleted": "user-tokens-deleted",
|
|
2384
|
+
"user-unblocked": "user-unblocked",
|
|
2385
|
+
username: "username",
|
|
2386
|
+
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
2387
|
+
"v0-chat-created": "v0-chat-created",
|
|
2388
|
+
"v0-chat-message-sent": "v0-chat-message-sent",
|
|
2389
|
+
"vcr-image-deleted": "vcr-image-deleted",
|
|
2390
|
+
"vcr-image-pushed": "vcr-image-pushed",
|
|
2391
|
+
"vcr-repository-created": "vcr-repository-created",
|
|
2392
|
+
"vcr-repository-deleted": "vcr-repository-deleted",
|
|
2393
|
+
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
2394
|
+
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
2395
|
+
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
2396
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
2397
|
+
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
2398
|
+
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
2399
|
+
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
2400
|
+
"vercel-agent-team-trial-credits-applied": "vercel-agent-team-trial-credits-applied",
|
|
2401
|
+
"vercel-app-installation-request-dismissed": "vercel-app-installation-request-dismissed",
|
|
2402
|
+
"vercel-app-installation-requested": "vercel-app-installation-requested",
|
|
2403
|
+
"vercel-app-installation-updated": "vercel-app-installation-updated",
|
|
2404
|
+
"vercel-app-installed": "vercel-app-installed",
|
|
2405
|
+
"vercel-app-tokens-revoked": "vercel-app-tokens-revoked",
|
|
2406
|
+
"vercel-app-uninstalled": "vercel-app-uninstalled",
|
|
2407
|
+
"vercel-toolbar": "vercel-toolbar",
|
|
2408
|
+
"vpc-peering-connection-accepted": "vpc-peering-connection-accepted",
|
|
2409
|
+
"vpc-peering-connection-deleted": "vpc-peering-connection-deleted",
|
|
2410
|
+
"vpc-peering-connection-rejected": "vpc-peering-connection-rejected",
|
|
2411
|
+
"vpc-peering-connection-updated": "vpc-peering-connection-updated",
|
|
2412
|
+
"vulnerability-banner-dismissed": "vulnerability-banner-dismissed",
|
|
2413
|
+
"web-analytics-tier-updated": "web-analytics-tier-updated",
|
|
2414
|
+
"webhook-created": "webhook-created",
|
|
2415
|
+
"webhook-deleted": "webhook-deleted",
|
|
2416
|
+
"webhook-updated": "webhook-updated",
|
|
2417
|
+
"workflow-deployment-key-accessed": "workflow-deployment-key-accessed"
|
|
2413
2418
|
};
|
|
2414
|
-
const
|
|
2419
|
+
const listEventTypeCategoriesEnum = {
|
|
2415
2420
|
account: "account",
|
|
2416
|
-
|
|
2421
|
+
ai: "ai",
|
|
2422
|
+
"ai-gateway": "ai-gateway",
|
|
2423
|
+
billing: "billing",
|
|
2424
|
+
connect: "connect",
|
|
2425
|
+
deployment: "deployment",
|
|
2426
|
+
domain: "domain",
|
|
2427
|
+
edge: "edge",
|
|
2428
|
+
"env-variable": "env-variable",
|
|
2429
|
+
"feature-flags": "feature-flags",
|
|
2430
|
+
firewall: "firewall",
|
|
2431
|
+
integration: "integration",
|
|
2432
|
+
microfrontends: "microfrontends",
|
|
2433
|
+
network: "network",
|
|
2434
|
+
observability: "observability",
|
|
2435
|
+
other: "other",
|
|
2436
|
+
project: "project",
|
|
2437
|
+
security: "security",
|
|
2438
|
+
storage: "storage",
|
|
2439
|
+
team: "team",
|
|
2440
|
+
v0: "v0",
|
|
2441
|
+
"vercel-app": "vercel-app",
|
|
2442
|
+
workflow: "workflow"
|
|
2417
2443
|
};
|
|
2418
2444
|
const listEventTypeNameEnum = {
|
|
2419
2445
|
"access-group-created": "access-group-created",
|
|
@@ -2806,6 +2832,7 @@ const listEventTypeNameEnum = {
|
|
|
2806
2832
|
"project-cron-jobs-toggled": "project-cron-jobs-toggled",
|
|
2807
2833
|
"project-custom-environment-created": "project-custom-environment-created",
|
|
2808
2834
|
"project-custom-environment-deleted": "project-custom-environment-deleted",
|
|
2835
|
+
"project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated",
|
|
2809
2836
|
"project-custom-environment-updated": "project-custom-environment-updated",
|
|
2810
2837
|
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated",
|
|
2811
2838
|
"project-delete": "project-delete",
|
|
@@ -3096,31 +3123,6 @@ const listEventTypeNameEnum = {
|
|
|
3096
3123
|
"webhook-updated": "webhook-updated",
|
|
3097
3124
|
"workflow-deployment-key-accessed": "workflow-deployment-key-accessed"
|
|
3098
3125
|
};
|
|
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
3126
|
const listEventTypeReplacedByEnum = {
|
|
3125
3127
|
"access-group-created": "access-group-created",
|
|
3126
3128
|
"access-group-deleted": "access-group-deleted",
|
|
@@ -3512,6 +3514,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3512
3514
|
"project-cron-jobs-toggled": "project-cron-jobs-toggled",
|
|
3513
3515
|
"project-custom-environment-created": "project-custom-environment-created",
|
|
3514
3516
|
"project-custom-environment-deleted": "project-custom-environment-deleted",
|
|
3517
|
+
"project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated",
|
|
3515
3518
|
"project-custom-environment-updated": "project-custom-environment-updated",
|
|
3516
3519
|
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated",
|
|
3517
3520
|
"project-delete": "project-delete",
|
|
@@ -3827,14 +3830,6 @@ const listEventTypesResponseCategoriesNameEnum = {
|
|
|
3827
3830
|
"vercel-app": "vercel-app",
|
|
3828
3831
|
workflow: "workflow"
|
|
3829
3832
|
};
|
|
3830
|
-
const flagVariantsValue = {
|
|
3831
|
-
false: false,
|
|
3832
|
-
true: true
|
|
3833
|
-
};
|
|
3834
|
-
const typeEnum = {
|
|
3835
|
-
list: "list",
|
|
3836
|
-
"list/inline": "list/inline"
|
|
3837
|
-
};
|
|
3838
3833
|
const cmpEnum = {
|
|
3839
3834
|
after: "after",
|
|
3840
3835
|
before: "before",
|
|
@@ -3853,6 +3848,10 @@ const cmpEnum = {
|
|
|
3853
3848
|
regex: "regex",
|
|
3854
3849
|
startsWith: "startsWith"
|
|
3855
3850
|
};
|
|
3851
|
+
const typeEnum = {
|
|
3852
|
+
list: "list",
|
|
3853
|
+
"list/inline": "list/inline"
|
|
3854
|
+
};
|
|
3856
3855
|
const flagKindEnum = {
|
|
3857
3856
|
boolean: "boolean",
|
|
3858
3857
|
json: "json",
|
|
@@ -3863,21 +3862,17 @@ const flagStateEnum = {
|
|
|
3863
3862
|
active: "active",
|
|
3864
3863
|
archived: "archived"
|
|
3865
3864
|
};
|
|
3866
|
-
const
|
|
3867
|
-
|
|
3868
|
-
|
|
3865
|
+
const flagVariantsValue = {
|
|
3866
|
+
false: false,
|
|
3867
|
+
true: true
|
|
3869
3868
|
};
|
|
3870
3869
|
const marketplaceFlagCategoryEnum = {
|
|
3871
3870
|
experiment: "experiment",
|
|
3872
3871
|
flag: "flag"
|
|
3873
3872
|
};
|
|
3874
|
-
const
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
};
|
|
3878
|
-
const segmentDataRulesConditionsRhs = {
|
|
3879
|
-
false: false,
|
|
3880
|
-
true: true
|
|
3873
|
+
const marketplaceFlagStateEnum = {
|
|
3874
|
+
active: "active",
|
|
3875
|
+
archived: "archived"
|
|
3881
3876
|
};
|
|
3882
3877
|
const segmentDataRulesConditionsCmpEnum = {
|
|
3883
3878
|
after: "after",
|
|
@@ -3897,6 +3892,14 @@ const segmentDataRulesConditionsCmpEnum = {
|
|
|
3897
3892
|
regex: "regex",
|
|
3898
3893
|
startsWith: "startsWith"
|
|
3899
3894
|
};
|
|
3895
|
+
const segmentDataRulesConditionsRhsTypeEnum = {
|
|
3896
|
+
list: "list",
|
|
3897
|
+
"list/inline": "list/inline"
|
|
3898
|
+
};
|
|
3899
|
+
const segmentDataRulesConditionsRhs = {
|
|
3900
|
+
false: false,
|
|
3901
|
+
true: true
|
|
3902
|
+
};
|
|
3900
3903
|
const flagsSdkKeyWithSecretsTypeEnum = {
|
|
3901
3904
|
client: "client",
|
|
3902
3905
|
mobile: "mobile",
|
|
@@ -3909,11 +3912,6 @@ const aCLAction = {
|
|
|
3909
3912
|
read: "read",
|
|
3910
3913
|
update: "update"
|
|
3911
3914
|
};
|
|
3912
|
-
const namedSandboxStatusEnum = {
|
|
3913
|
-
running: "running",
|
|
3914
|
-
stopped: "stopped",
|
|
3915
|
-
stopping: "stopping"
|
|
3916
|
-
};
|
|
3917
3915
|
const namedSandboxFailoverRegionsEnum = {
|
|
3918
3916
|
arn1: "arn1",
|
|
3919
3917
|
bom1: "bom1",
|
|
@@ -3935,6 +3933,11 @@ const namedSandboxFailoverRegionsEnum = {
|
|
|
3935
3933
|
syd1: "syd1",
|
|
3936
3934
|
yul1: "yul1"
|
|
3937
3935
|
};
|
|
3936
|
+
const modeEnum = {
|
|
3937
|
+
"read-only": "read-only",
|
|
3938
|
+
"read-write": "read-write",
|
|
3939
|
+
snapshot: "snapshot"
|
|
3940
|
+
};
|
|
3938
3941
|
const namedSandboxNetworkPolicyModeEnum = {
|
|
3939
3942
|
"allow-all": "allow-all",
|
|
3940
3943
|
custom: "custom",
|
|
@@ -3942,10 +3945,10 @@ const namedSandboxNetworkPolicyModeEnum = {
|
|
|
3942
3945
|
"default-deny": "default-deny",
|
|
3943
3946
|
"deny-all": "deny-all"
|
|
3944
3947
|
};
|
|
3945
|
-
const
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3948
|
+
const namedSandboxStatusEnum = {
|
|
3949
|
+
running: "running",
|
|
3950
|
+
stopped: "stopped",
|
|
3951
|
+
stopping: "stopping"
|
|
3949
3952
|
};
|
|
3950
3953
|
const sandboxNetworkPolicyModeEnum = {
|
|
3951
3954
|
"allow-all": "allow-all",
|
|
@@ -3961,15 +3964,15 @@ const sessionStatusEnum = {
|
|
|
3961
3964
|
stopped: "stopped",
|
|
3962
3965
|
stopping: "stopping"
|
|
3963
3966
|
};
|
|
3967
|
+
const snapshotCreationMethodEnum = {
|
|
3968
|
+
automatic: "automatic",
|
|
3969
|
+
manual: "manual"
|
|
3970
|
+
};
|
|
3964
3971
|
const snapshotStatusEnum = {
|
|
3965
3972
|
created: "created",
|
|
3966
3973
|
deleted: "deleted",
|
|
3967
3974
|
failed: "failed"
|
|
3968
3975
|
};
|
|
3969
|
-
const snapshotCreationMethodEnum = {
|
|
3970
|
-
automatic: "automatic",
|
|
3971
|
-
manual: "manual"
|
|
3972
|
-
};
|
|
3973
3976
|
const invitedTeamMemberRoleEnum = {
|
|
3974
3977
|
BILLING: "BILLING",
|
|
3975
3978
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -3980,16 +3983,6 @@ const invitedTeamMemberRoleEnum = {
|
|
|
3980
3983
|
VIEWER: "VIEWER",
|
|
3981
3984
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
3982
3985
|
};
|
|
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
3986
|
const invitedTeamMemberTeamPermissionsEnum = {
|
|
3994
3987
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
3995
3988
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4011,25 +4004,7 @@ const invitedTeamMemberTeamPermissionsEnum = {
|
|
|
4011
4004
|
V0Viewer: "V0Viewer",
|
|
4012
4005
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4013
4006
|
};
|
|
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 = {
|
|
4007
|
+
const invitedTeamMemberTeamRolesEnum = {
|
|
4033
4008
|
BILLING: "BILLING",
|
|
4034
4009
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4035
4010
|
DEVELOPER: "DEVELOPER",
|
|
@@ -4039,6 +4014,17 @@ const teamDefaultRolesTeamRolesEnum = {
|
|
|
4039
4014
|
VIEWER: "VIEWER",
|
|
4040
4015
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4041
4016
|
};
|
|
4017
|
+
const teamBillingPlanEnum = {
|
|
4018
|
+
enterprise: "enterprise",
|
|
4019
|
+
hobby: "hobby",
|
|
4020
|
+
pro: "pro"
|
|
4021
|
+
};
|
|
4022
|
+
const teamDefaultPassportDeploymentTypeEnum = {
|
|
4023
|
+
all: "all",
|
|
4024
|
+
all_except_custom_domains: "all_except_custom_domains",
|
|
4025
|
+
preview: "preview",
|
|
4026
|
+
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews"
|
|
4027
|
+
};
|
|
4042
4028
|
const teamDefaultRolesTeamPermissionsEnum = {
|
|
4043
4029
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4044
4030
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4060,43 +4046,39 @@ const teamDefaultRolesTeamPermissionsEnum = {
|
|
|
4060
4046
|
V0Viewer: "V0Viewer",
|
|
4061
4047
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4062
4048
|
};
|
|
4063
|
-
const
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
true: true
|
|
4049
|
+
const teamDefaultRolesTeamRolesEnum = {
|
|
4050
|
+
BILLING: "BILLING",
|
|
4051
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4052
|
+
DEVELOPER: "DEVELOPER",
|
|
4053
|
+
MEMBER: "MEMBER",
|
|
4054
|
+
OWNER: "OWNER",
|
|
4055
|
+
SECURITY: "SECURITY",
|
|
4056
|
+
VIEWER: "VIEWER",
|
|
4057
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4073
4058
|
};
|
|
4074
|
-
const
|
|
4075
|
-
all: "all",
|
|
4076
|
-
all_except_custom_domains: "all_except_custom_domains",
|
|
4059
|
+
const teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = {
|
|
4077
4060
|
preview: "preview",
|
|
4078
|
-
|
|
4061
|
+
production: "production"
|
|
4079
4062
|
};
|
|
4080
|
-
const
|
|
4081
|
-
|
|
4082
|
-
"
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4063
|
+
const teamDeploymentPolicyDeploymentSourcesSourcesEnum = {
|
|
4064
|
+
cli: "cli",
|
|
4065
|
+
"deploy-hook": "deploy-hook",
|
|
4066
|
+
git: "git",
|
|
4067
|
+
integration: "integration",
|
|
4068
|
+
"rest-api": "rest-api",
|
|
4069
|
+
v0: "v0"
|
|
4087
4070
|
};
|
|
4088
|
-
const
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
off: "off",
|
|
4092
|
-
"off-force": "off-force",
|
|
4093
|
-
on: "on",
|
|
4094
|
-
"on-force": "on-force"
|
|
4071
|
+
const teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = {
|
|
4072
|
+
preview: "preview",
|
|
4073
|
+
production: "production"
|
|
4095
4074
|
};
|
|
4096
|
-
const
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4075
|
+
const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
|
|
4076
|
+
bitbucket: "bitbucket",
|
|
4077
|
+
github: "github"
|
|
4078
|
+
};
|
|
4079
|
+
const teamDisableHardAutoBlocks = {
|
|
4080
|
+
false: false,
|
|
4081
|
+
true: true
|
|
4100
4082
|
};
|
|
4101
4083
|
const teamDisjunctiveProductionSecretPolicyEnum = {
|
|
4102
4084
|
default: "default",
|
|
@@ -4105,33 +4087,45 @@ const teamDisjunctiveProductionSecretPolicyEnum = {
|
|
|
4105
4087
|
};
|
|
4106
4088
|
const teamDpAccessRequestsModeEnum = {
|
|
4107
4089
|
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"
|
|
4090
|
+
"email-domain": "email-domain",
|
|
4091
|
+
none: "none"
|
|
4119
4092
|
};
|
|
4120
|
-
const
|
|
4121
|
-
|
|
4122
|
-
|
|
4093
|
+
const teamEnablePreviewFeedbackEnum = {
|
|
4094
|
+
default: "default",
|
|
4095
|
+
"default-force": "default-force",
|
|
4096
|
+
off: "off",
|
|
4097
|
+
"off-force": "off-force",
|
|
4098
|
+
on: "on",
|
|
4099
|
+
"on-force": "on-force"
|
|
4123
4100
|
};
|
|
4124
|
-
const
|
|
4125
|
-
|
|
4126
|
-
"
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4101
|
+
const teamEnableProductionFeedbackEnum = {
|
|
4102
|
+
default: "default",
|
|
4103
|
+
"default-force": "default-force",
|
|
4104
|
+
off: "off",
|
|
4105
|
+
"off-force": "off-force",
|
|
4106
|
+
on: "on",
|
|
4107
|
+
"on-force": "on-force"
|
|
4131
4108
|
};
|
|
4132
|
-
const
|
|
4133
|
-
|
|
4134
|
-
|
|
4109
|
+
const teamMembershipJoinedFromOriginEnum = {
|
|
4110
|
+
"account-update": "account-update",
|
|
4111
|
+
bitbucket: "bitbucket",
|
|
4112
|
+
dsync: "dsync",
|
|
4113
|
+
feedback: "feedback",
|
|
4114
|
+
github: "github",
|
|
4115
|
+
gitlab: "gitlab",
|
|
4116
|
+
import: "import",
|
|
4117
|
+
link: "link",
|
|
4118
|
+
mail: "mail",
|
|
4119
|
+
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
4120
|
+
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
4121
|
+
"nsnb-invite": "nsnb-invite",
|
|
4122
|
+
"nsnb-redeploy": "nsnb-redeploy",
|
|
4123
|
+
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
4124
|
+
"nsnb-request-access": "nsnb-request-access",
|
|
4125
|
+
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
4126
|
+
"organization-teams": "organization-teams",
|
|
4127
|
+
saml: "saml",
|
|
4128
|
+
teams: "teams"
|
|
4135
4129
|
};
|
|
4136
4130
|
const teamMembershipRoleEnum = {
|
|
4137
4131
|
BILLING: "BILLING",
|
|
@@ -4143,16 +4137,6 @@ const teamMembershipRoleEnum = {
|
|
|
4143
4137
|
VIEWER: "VIEWER",
|
|
4144
4138
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4145
4139
|
};
|
|
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
4140
|
const teamMembershipTeamPermissionsEnum = {
|
|
4157
4141
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4158
4142
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4174,7 +4158,52 @@ const teamMembershipTeamPermissionsEnum = {
|
|
|
4174
4158
|
V0Viewer: "V0Viewer",
|
|
4175
4159
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4176
4160
|
};
|
|
4177
|
-
const
|
|
4161
|
+
const teamMembershipTeamRolesEnum = {
|
|
4162
|
+
BILLING: "BILLING",
|
|
4163
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4164
|
+
DEVELOPER: "DEVELOPER",
|
|
4165
|
+
MEMBER: "MEMBER",
|
|
4166
|
+
OWNER: "OWNER",
|
|
4167
|
+
SECURITY: "SECURITY",
|
|
4168
|
+
VIEWER: "VIEWER",
|
|
4169
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4170
|
+
};
|
|
4171
|
+
const teamNsnbConfigPreferenceEnum = {
|
|
4172
|
+
"auto-approval": "auto-approval",
|
|
4173
|
+
block: "block",
|
|
4174
|
+
"manual-approval": "manual-approval"
|
|
4175
|
+
};
|
|
4176
|
+
const teamResourceConfigBuildMachineDefaultEnum = {
|
|
4177
|
+
basic: "basic",
|
|
4178
|
+
elastic: "elastic",
|
|
4179
|
+
enhanced: "enhanced",
|
|
4180
|
+
standard: "standard",
|
|
4181
|
+
turbo: "turbo"
|
|
4182
|
+
};
|
|
4183
|
+
const teamSamlConnectionSyncStateEnum = {
|
|
4184
|
+
ACTIVE: "ACTIVE",
|
|
4185
|
+
SETUP: "SETUP"
|
|
4186
|
+
};
|
|
4187
|
+
const teamSamlDefaultRedirectUriEnum = {
|
|
4188
|
+
"v0.app": "v0.app",
|
|
4189
|
+
"v0.dev": "v0.dev",
|
|
4190
|
+
"vercel.com": "vercel.com"
|
|
4191
|
+
};
|
|
4192
|
+
const teamSamlDirectorySyncStateEnum = {
|
|
4193
|
+
ACTIVE: "ACTIVE",
|
|
4194
|
+
SETUP: "SETUP"
|
|
4195
|
+
};
|
|
4196
|
+
const teamSensitiveEnvironmentVariablePolicyEnum = {
|
|
4197
|
+
default: "default",
|
|
4198
|
+
off: "off",
|
|
4199
|
+
on: "on"
|
|
4200
|
+
};
|
|
4201
|
+
const teamLimitedLimitedByEnum = {
|
|
4202
|
+
invalidated: "invalidated",
|
|
4203
|
+
mfa: "mfa",
|
|
4204
|
+
scope: "scope"
|
|
4205
|
+
};
|
|
4206
|
+
const teamLimitedMembershipJoinedFromOriginEnum = {
|
|
4178
4207
|
"account-update": "account-update",
|
|
4179
4208
|
bitbucket: "bitbucket",
|
|
4180
4209
|
dsync: "dsync",
|
|
@@ -4195,19 +4224,6 @@ const teamMembershipJoinedFromOriginEnum = {
|
|
|
4195
4224
|
saml: "saml",
|
|
4196
4225
|
teams: "teams"
|
|
4197
4226
|
};
|
|
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
4227
|
const teamLimitedMembershipRoleEnum = {
|
|
4212
4228
|
BILLING: "BILLING",
|
|
4213
4229
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -4218,16 +4234,6 @@ const teamLimitedMembershipRoleEnum = {
|
|
|
4218
4234
|
VIEWER: "VIEWER",
|
|
4219
4235
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4220
4236
|
};
|
|
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
4237
|
const teamLimitedMembershipTeamPermissionsEnum = {
|
|
4232
4238
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf",
|
|
4233
4239
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
@@ -4249,33 +4255,23 @@ const teamLimitedMembershipTeamPermissionsEnum = {
|
|
|
4249
4255
|
V0Viewer: "V0Viewer",
|
|
4250
4256
|
WorkflowDecryptor: "WorkflowDecryptor"
|
|
4251
4257
|
};
|
|
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"
|
|
4258
|
+
const teamLimitedMembershipTeamRolesEnum = {
|
|
4259
|
+
BILLING: "BILLING",
|
|
4260
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
4261
|
+
DEVELOPER: "DEVELOPER",
|
|
4262
|
+
MEMBER: "MEMBER",
|
|
4263
|
+
OWNER: "OWNER",
|
|
4264
|
+
SECURITY: "SECURITY",
|
|
4265
|
+
VIEWER: "VIEWER",
|
|
4266
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
4272
4267
|
};
|
|
4273
|
-
const
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4268
|
+
const teamLimitedSamlConnectionSyncStateEnum = {
|
|
4269
|
+
ACTIVE: "ACTIVE",
|
|
4270
|
+
SETUP: "SETUP"
|
|
4271
|
+
};
|
|
4272
|
+
const teamLimitedSamlDirectorySyncStateEnum = {
|
|
4273
|
+
ACTIVE: "ACTIVE",
|
|
4274
|
+
SETUP: "SETUP"
|
|
4279
4275
|
};
|
|
4280
4276
|
const authTokenScopesOriginEnum = {
|
|
4281
4277
|
app: "app",
|
|
@@ -4296,16 +4292,42 @@ const authTokenScopesOriginEnum = {
|
|
|
4296
4292
|
sms: "sms",
|
|
4297
4293
|
"token-exchange-oidc": "token-exchange-oidc"
|
|
4298
4294
|
};
|
|
4299
|
-
const
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4295
|
+
const authTokenScopesSudoOriginEnum = {
|
|
4296
|
+
"email-otp": "email-otp",
|
|
4297
|
+
otp: "otp",
|
|
4298
|
+
"recovery-code": "recovery-code",
|
|
4299
|
+
totp: "totp",
|
|
4300
|
+
webauthn: "webauthn"
|
|
4301
|
+
};
|
|
4302
|
+
const authUserActiveDashboardViewsFavoritesViewPreferenceEnum = {
|
|
4303
|
+
closed: "closed",
|
|
4304
|
+
open: "open"
|
|
4305
|
+
};
|
|
4306
|
+
const authUserActiveDashboardViewsRecentsViewPreferenceEnum = {
|
|
4307
|
+
closed: "closed",
|
|
4308
|
+
open: "open"
|
|
4309
|
+
};
|
|
4310
|
+
const authUserActiveDashboardViewsViewPreferenceEnum = {
|
|
4311
|
+
cards: "cards",
|
|
4312
|
+
list: "list"
|
|
4313
|
+
};
|
|
4314
|
+
const authUserFeatureBlocksSpeedInsightsFreeBlockReasonEnum = {
|
|
4315
|
+
admin_override: "admin_override",
|
|
4316
|
+
hard_blocked: "hard_blocked",
|
|
4317
|
+
limits_exceeded: "limits_exceeded"
|
|
4318
|
+
};
|
|
4319
|
+
const authUserImportFlowGitProviderEnum = {
|
|
4320
|
+
bitbucket: "bitbucket",
|
|
4321
|
+
"cursor-origin": "cursor-origin",
|
|
4322
|
+
github: "github",
|
|
4323
|
+
"github-custom-host": "github-custom-host",
|
|
4324
|
+
"github-limited": "github-limited",
|
|
4325
|
+
gitlab: "gitlab",
|
|
4326
|
+
vercel: "vercel"
|
|
4327
|
+
};
|
|
4328
|
+
const authUserResourceConfigBuildQueueConfigurationEnum = {
|
|
4329
|
+
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
4330
|
+
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
4309
4331
|
};
|
|
4310
4332
|
const authUserSoftBlockBlockedDueToOverageTypeEnum = {
|
|
4311
4333
|
analyticsUsage: "analyticsUsage",
|
|
@@ -4348,35 +4370,16 @@ const authUserSoftBlockBlockedDueToOverageTypeEnum = {
|
|
|
4348
4370
|
wafRateLimitRequest: "wafRateLimitRequest",
|
|
4349
4371
|
webAnalyticsEvent: "webAnalyticsEvent"
|
|
4350
4372
|
};
|
|
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"
|
|
4373
|
+
const authUserSoftBlockReasonEnum = {
|
|
4374
|
+
BLOCKED_FOR_PLATFORM_ABUSE: "BLOCKED_FOR_PLATFORM_ABUSE",
|
|
4375
|
+
DOMAIN_OWNER_DELETION_REQUEST: "DOMAIN_OWNER_DELETION_REQUEST",
|
|
4376
|
+
ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
|
|
4377
|
+
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
4378
|
+
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
4379
|
+
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
4380
|
+
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
4381
|
+
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
4382
|
+
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
4380
4383
|
};
|
|
4381
4384
|
const vcrImageListItemKindEnum = {
|
|
4382
4385
|
attestation: "attestation",
|