vercel-api-js 1.14.2 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{components-l5748yis.cjs → components-gzixkjh5.cjs} +450 -12
- package/dist/{components-nvgbng8u.js → components-l47b33g0.js} +432 -12
- package/dist/components.cjs +20 -2
- package/dist/components.d.mts +398 -34
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/effect.cjs +1 -1
- package/dist/effect.d.mts +39 -3
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -1
- package/dist/index.cjs +333 -48
- package/dist/index.d.ts +4751 -657
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{schemas-gb9msbpl.cjs → schemas-csiv5yep.cjs} +1936 -321
- package/dist/{schemas-m4ld9x7a.js → schemas-lm0wg73i.js} +1627 -281
- package/dist/schemas.cjs +311 -42
- package/dist/schemas.d.mts +1041 -209
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +226 -115
- package/dist/types.d.mts +3295 -415
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +206 -111
- package/package.json +5 -5
package/dist/types.cjs
CHANGED
|
@@ -49,12 +49,49 @@ const networkStatusEnum = {
|
|
|
49
49
|
error: "error",
|
|
50
50
|
ready: "ready"
|
|
51
51
|
};
|
|
52
|
+
const privateLinkEndpointStatusEnum = {
|
|
53
|
+
available: "available",
|
|
54
|
+
creating: "creating",
|
|
55
|
+
deleting: "deleting",
|
|
56
|
+
failed: "failed",
|
|
57
|
+
"pending-acceptance": "pending-acceptance",
|
|
58
|
+
provisioning: "provisioning",
|
|
59
|
+
rejected: "rejected"
|
|
60
|
+
};
|
|
61
|
+
const connectConnectorCreationModeEnum = {
|
|
62
|
+
managed: "managed",
|
|
63
|
+
manual: "manual"
|
|
64
|
+
};
|
|
65
|
+
const connectConnectorTypeEnum = {
|
|
66
|
+
"api-key": "api-key",
|
|
67
|
+
"aws-alpha": "aws-alpha",
|
|
68
|
+
custom: "custom",
|
|
69
|
+
discord: "discord",
|
|
70
|
+
github: "github",
|
|
71
|
+
linear: "linear",
|
|
72
|
+
linq: "linq",
|
|
73
|
+
"microsoft-entra": "microsoft-entra",
|
|
74
|
+
"microsoft-teams": "microsoft-teams",
|
|
75
|
+
oauth: "oauth",
|
|
76
|
+
photon: "photon",
|
|
77
|
+
salesforce: "salesforce",
|
|
78
|
+
sendblue: "sendblue",
|
|
79
|
+
slack: "slack",
|
|
80
|
+
snowflake: "snowflake",
|
|
81
|
+
"snowflake-wif": "snowflake-wif"
|
|
82
|
+
};
|
|
83
|
+
const connectConnectorSupportsIconEnum = {
|
|
84
|
+
false: false,
|
|
85
|
+
maybe: "maybe",
|
|
86
|
+
true: true
|
|
87
|
+
};
|
|
52
88
|
const connectConnectorCreateResultCreationModeEnum = {
|
|
53
89
|
managed: "managed",
|
|
54
90
|
manual: "manual"
|
|
55
91
|
};
|
|
56
92
|
const connectConnectorCreateResultTypeEnum = {
|
|
57
93
|
"api-key": "api-key",
|
|
94
|
+
"aws-alpha": "aws-alpha",
|
|
58
95
|
custom: "custom",
|
|
59
96
|
discord: "discord",
|
|
60
97
|
github: "github",
|
|
@@ -89,6 +126,28 @@ const connectConnectorCreateDataOwnerTypeEnum = {
|
|
|
89
126
|
User: "User",
|
|
90
127
|
Organization: "Organization"
|
|
91
128
|
};
|
|
129
|
+
const connectConnectorCreateDataShortcutsTypeEnum = {
|
|
130
|
+
global: "global",
|
|
131
|
+
message: "message"
|
|
132
|
+
};
|
|
133
|
+
const connectServiceSyncStatusEnum = {
|
|
134
|
+
done: "done",
|
|
135
|
+
required: "required"
|
|
136
|
+
};
|
|
137
|
+
const connectConnectorUpdateDataServerConfigJwksKeysUseEnum = {
|
|
138
|
+
sig: "sig",
|
|
139
|
+
enc: "enc"
|
|
140
|
+
};
|
|
141
|
+
const connectConnectorUpdateDataOwnerTypeEnum = {
|
|
142
|
+
user: "user",
|
|
143
|
+
organization: "organization",
|
|
144
|
+
User: "User",
|
|
145
|
+
Organization: "Organization"
|
|
146
|
+
};
|
|
147
|
+
const connectConnectorUpdateDataShortcutsTypeEnum = {
|
|
148
|
+
global: "global",
|
|
149
|
+
message: "message"
|
|
150
|
+
};
|
|
92
151
|
const flagJSONValue = {
|
|
93
152
|
false: false,
|
|
94
153
|
true: true
|
|
@@ -155,8 +214,10 @@ const userEventTypeEnum = {
|
|
|
155
214
|
"ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
|
|
156
215
|
"ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
|
|
157
216
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
|
|
217
|
+
"ai-gateway-byok-model-mappings-updated": "ai-gateway-byok-model-mappings-updated",
|
|
158
218
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased",
|
|
159
219
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated",
|
|
220
|
+
"ai-gateway-hipaa-compliance-toggled": "ai-gateway-hipaa-compliance-toggled",
|
|
160
221
|
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated",
|
|
161
222
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated",
|
|
162
223
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled",
|
|
@@ -166,6 +227,7 @@ const userEventTypeEnum = {
|
|
|
166
227
|
"ai-gateway-private-provider-created": "ai-gateway-private-provider-created",
|
|
167
228
|
"ai-gateway-private-provider-deleted": "ai-gateway-private-provider-deleted",
|
|
168
229
|
"ai-gateway-private-provider-updated": "ai-gateway-private-provider-updated",
|
|
230
|
+
"ai-gateway-prompt-training-opt-out-toggled": "ai-gateway-prompt-training-opt-out-toggled",
|
|
169
231
|
"ai-gateway-provider-allowlist-providers-updated": "ai-gateway-provider-allowlist-providers-updated",
|
|
170
232
|
"ai-gateway-provider-allowlist-toggled": "ai-gateway-provider-allowlist-toggled",
|
|
171
233
|
"ai-gateway-rule-created": "ai-gateway-rule-created",
|
|
@@ -179,8 +241,10 @@ const userEventTypeEnum = {
|
|
|
179
241
|
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
180
242
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
181
243
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
244
|
+
"ai-gateway-virtual-model-config-deleted": "ai-gateway-virtual-model-config-deleted",
|
|
182
245
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
183
246
|
"ai-gateway-virtual-model-config-updated": "ai-gateway-virtual-model-config-updated",
|
|
247
|
+
"ai-gateway-zero-data-retention-toggled": "ai-gateway-zero-data-retention-toggled",
|
|
184
248
|
"ai-omniagent": "ai-omniagent",
|
|
185
249
|
"alert-investigation-project-allowlist-updated": "alert-investigation-project-allowlist-updated",
|
|
186
250
|
"alert-rule-created": "alert-rule-created",
|
|
@@ -209,6 +273,7 @@ const userEventTypeEnum = {
|
|
|
209
273
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
210
274
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
211
275
|
avatar: "avatar",
|
|
276
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
212
277
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
213
278
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
214
279
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -369,6 +434,7 @@ const userEventTypeEnum = {
|
|
|
369
434
|
"flags-segment": "flags-segment",
|
|
370
435
|
"flags-settings": "flags-settings",
|
|
371
436
|
"flags-transferred": "flags-transferred",
|
|
437
|
+
"flat-rate-cdn-auto-upgrade-consent": "flat-rate-cdn-auto-upgrade-consent",
|
|
372
438
|
"git-integration-repo-push": "git-integration-repo-push",
|
|
373
439
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
374
440
|
"global-config-backup-restored": "global-config-backup-restored",
|
|
@@ -453,6 +519,7 @@ const userEventTypeEnum = {
|
|
|
453
519
|
"organization-team-add": "organization-team-add",
|
|
454
520
|
"organization-team-create": "organization-team-create",
|
|
455
521
|
"organization-team-delete": "organization-team-delete",
|
|
522
|
+
"organization-team-sso-update": "organization-team-sso-update",
|
|
456
523
|
"owner-blocked": "owner-blocked",
|
|
457
524
|
"owner-soft-blocked": "owner-soft-blocked",
|
|
458
525
|
"owner-soft-unblocked": "owner-soft-unblocked",
|
|
@@ -532,6 +599,12 @@ const userEventTypeEnum = {
|
|
|
532
599
|
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
533
600
|
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
534
601
|
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
602
|
+
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
603
|
+
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
604
|
+
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
605
|
+
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
606
|
+
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
607
|
+
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
535
608
|
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
536
609
|
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
537
610
|
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
@@ -624,6 +697,8 @@ const userEventTypeEnum = {
|
|
|
624
697
|
"shared-env-variable-create": "shared-env-variable-create",
|
|
625
698
|
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
626
699
|
"shared-env-variable-read": "shared-env-variable-read",
|
|
700
|
+
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
701
|
+
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
627
702
|
"shared-env-variable-update": "shared-env-variable-update",
|
|
628
703
|
"show-ip-addresses": "show-ip-addresses",
|
|
629
704
|
signup: "signup",
|
|
@@ -654,6 +729,7 @@ const userEventTypeEnum = {
|
|
|
654
729
|
"storage-update-project-connection": "storage-update-project-connection",
|
|
655
730
|
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
656
731
|
"storage-view-secret": "storage-view-secret",
|
|
732
|
+
"strict-connectors": "strict-connectors",
|
|
657
733
|
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
658
734
|
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
659
735
|
"strict-shareable-links": "strict-shareable-links",
|
|
@@ -894,6 +970,7 @@ const userEventPayloadPermissionsEnum = {
|
|
|
894
970
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
895
971
|
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
896
972
|
"read-write:alerts": "read-write:alerts",
|
|
973
|
+
"read-write:automations": "read-write:automations",
|
|
897
974
|
"read-write:billing": "read-write:billing",
|
|
898
975
|
"read-write:blob": "read-write:blob",
|
|
899
976
|
"read-write:connect": "read-write:connect",
|
|
@@ -924,7 +1001,9 @@ const userEventPayloadPermissionsEnum = {
|
|
|
924
1001
|
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
925
1002
|
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
926
1003
|
"read:alerts": "read:alerts",
|
|
1004
|
+
"read:automations": "read:automations",
|
|
927
1005
|
"read:billing": "read:billing",
|
|
1006
|
+
"read:connect": "read:connect",
|
|
928
1007
|
"read:deployment": "read:deployment",
|
|
929
1008
|
"read:domain": "read:domain",
|
|
930
1009
|
"read:event": "read:event",
|
|
@@ -943,6 +1022,7 @@ const userEventPayloadPermissionsEnum = {
|
|
|
943
1022
|
"read:team": "read:team",
|
|
944
1023
|
"read:vcr": "read:vcr",
|
|
945
1024
|
"read:web-analytics": "read:web-analytics",
|
|
1025
|
+
"read:webhooks": "read:webhooks",
|
|
946
1026
|
"use:ai-gateway": "use:ai-gateway"
|
|
947
1027
|
};
|
|
948
1028
|
const userEventPayloadNextScopesEnum = {
|
|
@@ -960,6 +1040,7 @@ const userEventPayloadNextPermissionsEnum = {
|
|
|
960
1040
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
961
1041
|
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
962
1042
|
"read-write:alerts": "read-write:alerts",
|
|
1043
|
+
"read-write:automations": "read-write:automations",
|
|
963
1044
|
"read-write:billing": "read-write:billing",
|
|
964
1045
|
"read-write:blob": "read-write:blob",
|
|
965
1046
|
"read-write:connect": "read-write:connect",
|
|
@@ -990,7 +1071,9 @@ const userEventPayloadNextPermissionsEnum = {
|
|
|
990
1071
|
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
991
1072
|
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
992
1073
|
"read:alerts": "read:alerts",
|
|
1074
|
+
"read:automations": "read:automations",
|
|
993
1075
|
"read:billing": "read:billing",
|
|
1076
|
+
"read:connect": "read:connect",
|
|
994
1077
|
"read:deployment": "read:deployment",
|
|
995
1078
|
"read:domain": "read:domain",
|
|
996
1079
|
"read:event": "read:event",
|
|
@@ -1010,6 +1093,7 @@ const userEventPayloadNextPermissionsEnum = {
|
|
|
1010
1093
|
"read:user": "read:user",
|
|
1011
1094
|
"read:vcr": "read:vcr",
|
|
1012
1095
|
"read:web-analytics": "read:web-analytics",
|
|
1096
|
+
"read:webhooks": "read:webhooks",
|
|
1013
1097
|
"use:ai-gateway": "use:ai-gateway"
|
|
1014
1098
|
};
|
|
1015
1099
|
const userEventPayloadBeforePermissionsEnum = {
|
|
@@ -1021,6 +1105,7 @@ const userEventPayloadBeforePermissionsEnum = {
|
|
|
1021
1105
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
1022
1106
|
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
1023
1107
|
"read-write:alerts": "read-write:alerts",
|
|
1108
|
+
"read-write:automations": "read-write:automations",
|
|
1024
1109
|
"read-write:billing": "read-write:billing",
|
|
1025
1110
|
"read-write:blob": "read-write:blob",
|
|
1026
1111
|
"read-write:connect": "read-write:connect",
|
|
@@ -1051,7 +1136,9 @@ const userEventPayloadBeforePermissionsEnum = {
|
|
|
1051
1136
|
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
1052
1137
|
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
1053
1138
|
"read:alerts": "read:alerts",
|
|
1139
|
+
"read:automations": "read:automations",
|
|
1054
1140
|
"read:billing": "read:billing",
|
|
1141
|
+
"read:connect": "read:connect",
|
|
1055
1142
|
"read:deployment": "read:deployment",
|
|
1056
1143
|
"read:domain": "read:domain",
|
|
1057
1144
|
"read:event": "read:event",
|
|
@@ -1070,6 +1157,7 @@ const userEventPayloadBeforePermissionsEnum = {
|
|
|
1070
1157
|
"read:team": "read:team",
|
|
1071
1158
|
"read:vcr": "read:vcr",
|
|
1072
1159
|
"read:web-analytics": "read:web-analytics",
|
|
1160
|
+
"read:webhooks": "read:webhooks",
|
|
1073
1161
|
"use:ai-gateway": "use:ai-gateway"
|
|
1074
1162
|
};
|
|
1075
1163
|
const userEventPayloadAfterPermissionsEnum = {
|
|
@@ -1081,6 +1169,7 @@ const userEventPayloadAfterPermissionsEnum = {
|
|
|
1081
1169
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules",
|
|
1082
1170
|
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs",
|
|
1083
1171
|
"read-write:alerts": "read-write:alerts",
|
|
1172
|
+
"read-write:automations": "read-write:automations",
|
|
1084
1173
|
"read-write:billing": "read-write:billing",
|
|
1085
1174
|
"read-write:blob": "read-write:blob",
|
|
1086
1175
|
"read-write:connect": "read-write:connect",
|
|
@@ -1111,7 +1200,9 @@ const userEventPayloadAfterPermissionsEnum = {
|
|
|
1111
1200
|
"read:ai-gateway-rules": "read:ai-gateway-rules",
|
|
1112
1201
|
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs",
|
|
1113
1202
|
"read:alerts": "read:alerts",
|
|
1203
|
+
"read:automations": "read:automations",
|
|
1114
1204
|
"read:billing": "read:billing",
|
|
1205
|
+
"read:connect": "read:connect",
|
|
1115
1206
|
"read:deployment": "read:deployment",
|
|
1116
1207
|
"read:domain": "read:domain",
|
|
1117
1208
|
"read:event": "read:event",
|
|
@@ -1130,6 +1221,7 @@ const userEventPayloadAfterPermissionsEnum = {
|
|
|
1130
1221
|
"read:team": "read:team",
|
|
1131
1222
|
"read:vcr": "read:vcr",
|
|
1132
1223
|
"read:web-analytics": "read:web-analytics",
|
|
1224
|
+
"read:webhooks": "read:webhooks",
|
|
1133
1225
|
"use:ai-gateway": "use:ai-gateway"
|
|
1134
1226
|
};
|
|
1135
1227
|
const userEventPayloadSettlementMethodEnum = {
|
|
@@ -1138,6 +1230,14 @@ const userEventPayloadSettlementMethodEnum = {
|
|
|
1138
1230
|
"refunded-paid": "refunded-paid",
|
|
1139
1231
|
"refunded-payment-pending": "refunded-payment-pending"
|
|
1140
1232
|
};
|
|
1233
|
+
const userEventPayloadChangedFieldsEnum = {
|
|
1234
|
+
address: "address",
|
|
1235
|
+
email: "email",
|
|
1236
|
+
language: "language",
|
|
1237
|
+
name: "name",
|
|
1238
|
+
purchaseOrder: "purchaseOrder",
|
|
1239
|
+
tax: "tax"
|
|
1240
|
+
};
|
|
1141
1241
|
const userEventPayloadDataPlanSlugEnum = {
|
|
1142
1242
|
v0_business: "v0_business",
|
|
1143
1243
|
v0_teams: "v0_teams"
|
|
@@ -1240,6 +1340,27 @@ const actionEnum = {
|
|
|
1240
1340
|
deny: "deny",
|
|
1241
1341
|
log: "log"
|
|
1242
1342
|
};
|
|
1343
|
+
const userEventPayloadSourceEnum = {
|
|
1344
|
+
"account-update": "account-update",
|
|
1345
|
+
bitbucket: "bitbucket",
|
|
1346
|
+
dsync: "dsync",
|
|
1347
|
+
feedback: "feedback",
|
|
1348
|
+
github: "github",
|
|
1349
|
+
gitlab: "gitlab",
|
|
1350
|
+
import: "import",
|
|
1351
|
+
link: "link",
|
|
1352
|
+
mail: "mail",
|
|
1353
|
+
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
1354
|
+
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
1355
|
+
"nsnb-invite": "nsnb-invite",
|
|
1356
|
+
"nsnb-redeploy": "nsnb-redeploy",
|
|
1357
|
+
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
1358
|
+
"nsnb-request-access": "nsnb-request-access",
|
|
1359
|
+
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
1360
|
+
"organization-teams": "organization-teams",
|
|
1361
|
+
saml: "saml",
|
|
1362
|
+
teams: "teams"
|
|
1363
|
+
};
|
|
1243
1364
|
const userEventPayloadOutcomeEnum = {
|
|
1244
1365
|
"account-matched": "account-matched",
|
|
1245
1366
|
"linking-required": "linking-required"
|
|
@@ -1295,6 +1416,7 @@ const userEventPayloadNewOwnerProjectCardWidgetPreferencesWidgetEnum = {
|
|
|
1295
1416
|
"observability-edge-requests": "observability-edge-requests",
|
|
1296
1417
|
"observability-error-rate": "observability-error-rate",
|
|
1297
1418
|
"observability-function-invocations": "observability-function-invocations",
|
|
1419
|
+
shortcut: "shortcut",
|
|
1298
1420
|
"speed-insights-cls": "speed-insights-cls",
|
|
1299
1421
|
"speed-insights-lcp": "speed-insights-lcp",
|
|
1300
1422
|
"speed-insights-res": "speed-insights-res"
|
|
@@ -1329,7 +1451,6 @@ const userEventPayloadNewOwnerSoftBlockReasonEnum = {
|
|
|
1329
1451
|
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
1330
1452
|
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
1331
1453
|
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
1332
|
-
HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
|
|
1333
1454
|
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
1334
1455
|
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
1335
1456
|
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
@@ -1375,47 +1496,6 @@ const userEventPayloadNewOwnerSoftBlockBlockedDueToOverageTypeEnum = {
|
|
|
1375
1496
|
wafRateLimitRequest: "wafRateLimitRequest",
|
|
1376
1497
|
webAnalyticsEvent: "webAnalyticsEvent"
|
|
1377
1498
|
};
|
|
1378
|
-
const userEventPayloadNewOwnerSoftBlockHobbyAllocationPauseTriggersAllocationEnum = {
|
|
1379
|
-
analyticsUsage: "analyticsUsage",
|
|
1380
|
-
artifacts: "artifacts",
|
|
1381
|
-
bandwidth: "bandwidth",
|
|
1382
|
-
blobDataTransfer: "blobDataTransfer",
|
|
1383
|
-
blobTotalAdvancedRequests: "blobTotalAdvancedRequests",
|
|
1384
|
-
blobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
|
|
1385
|
-
blobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
|
|
1386
|
-
blobTotalSimpleRequests: "blobTotalSimpleRequests",
|
|
1387
|
-
connectDataTransfer: "connectDataTransfer",
|
|
1388
|
-
dataCacheRead: "dataCacheRead",
|
|
1389
|
-
dataCacheWrite: "dataCacheWrite",
|
|
1390
|
-
edgeConfigRead: "edgeConfigRead",
|
|
1391
|
-
edgeConfigWrite: "edgeConfigWrite",
|
|
1392
|
-
edgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
|
|
1393
|
-
edgeMiddlewareInvocations: "edgeMiddlewareInvocations",
|
|
1394
|
-
edgeRequest: "edgeRequest",
|
|
1395
|
-
edgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
|
|
1396
|
-
elasticConcurrencyBuildSlots: "elasticConcurrencyBuildSlots",
|
|
1397
|
-
fastDataTransfer: "fastDataTransfer",
|
|
1398
|
-
fastOriginTransfer: "fastOriginTransfer",
|
|
1399
|
-
fluidCpuDuration: "fluidCpuDuration",
|
|
1400
|
-
fluidDuration: "fluidDuration",
|
|
1401
|
-
functionDuration: "functionDuration",
|
|
1402
|
-
functionInvocation: "functionInvocation",
|
|
1403
|
-
imageOptimizationCacheRead: "imageOptimizationCacheRead",
|
|
1404
|
-
imageOptimizationCacheWrite: "imageOptimizationCacheWrite",
|
|
1405
|
-
imageOptimizationTransformation: "imageOptimizationTransformation",
|
|
1406
|
-
logDrainsVolume: "logDrainsVolume",
|
|
1407
|
-
monitoringMetric: "monitoringMetric",
|
|
1408
|
-
observabilityEvent: "observabilityEvent",
|
|
1409
|
-
onDemandConcurrencyMinutes: "onDemandConcurrencyMinutes",
|
|
1410
|
-
runtimeCacheRead: "runtimeCacheRead",
|
|
1411
|
-
runtimeCacheWrite: "runtimeCacheWrite",
|
|
1412
|
-
serverlessFunctionExecution: "serverlessFunctionExecution",
|
|
1413
|
-
sourceImages: "sourceImages",
|
|
1414
|
-
wafOwaspExcessBytes: "wafOwaspExcessBytes",
|
|
1415
|
-
wafOwaspRequests: "wafOwaspRequests",
|
|
1416
|
-
wafRateLimitRequest: "wafRateLimitRequest",
|
|
1417
|
-
webAnalyticsEvent: "webAnalyticsEvent"
|
|
1418
|
-
};
|
|
1419
1499
|
const userEventPayloadNewOwnerTeamsRoleEnum = {
|
|
1420
1500
|
BILLING: "BILLING",
|
|
1421
1501
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -1694,6 +1774,11 @@ const userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = {
|
|
|
1694
1774
|
hard_blocked: "hard_blocked",
|
|
1695
1775
|
limits_exceeded: "limits_exceeded"
|
|
1696
1776
|
};
|
|
1777
|
+
const userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = {
|
|
1778
|
+
admin_override: "admin_override",
|
|
1779
|
+
hard_blocked: "hard_blocked",
|
|
1780
|
+
limits_exceeded: "limits_exceeded"
|
|
1781
|
+
};
|
|
1697
1782
|
const userEventPayloadNewOwnerFeatureBlocksVcrBlockReasonEnum = {
|
|
1698
1783
|
admin_override: "admin_override",
|
|
1699
1784
|
hard_blocked: "hard_blocked",
|
|
@@ -1751,6 +1836,14 @@ const userEventPayloadBillingPlanEnum = {
|
|
|
1751
1836
|
enterprise: "enterprise",
|
|
1752
1837
|
platform: "platform"
|
|
1753
1838
|
};
|
|
1839
|
+
const userEventPayloadPreviousModeEnum = {
|
|
1840
|
+
organization: "organization",
|
|
1841
|
+
team: "team"
|
|
1842
|
+
};
|
|
1843
|
+
const userEventPayloadModeEnum = {
|
|
1844
|
+
organization: "organization",
|
|
1845
|
+
team: "team"
|
|
1846
|
+
};
|
|
1754
1847
|
const userEventPayloadPreviousEnforcementScopeEnum = {
|
|
1755
1848
|
all: "all",
|
|
1756
1849
|
preview: "preview"
|
|
@@ -1831,6 +1924,7 @@ const userEventPayloadWidgetEnum = {
|
|
|
1831
1924
|
"observability-function-invocations": "observability-function-invocations",
|
|
1832
1925
|
online: "online",
|
|
1833
1926
|
res: "res",
|
|
1927
|
+
shortcut: "shortcut",
|
|
1834
1928
|
"speed-insights-cls": "speed-insights-cls",
|
|
1835
1929
|
"speed-insights-lcp": "speed-insights-lcp",
|
|
1836
1930
|
"speed-insights-res": "speed-insights-res"
|
|
@@ -1860,6 +1954,7 @@ const userEventPayloadPreviousGitProviderEnum = {
|
|
|
1860
1954
|
"github-custom-host": "github-custom-host",
|
|
1861
1955
|
"github-limited": "github-limited",
|
|
1862
1956
|
gitlab: "gitlab",
|
|
1957
|
+
v0: "v0",
|
|
1863
1958
|
vercel: "vercel"
|
|
1864
1959
|
};
|
|
1865
1960
|
const userEventPayloadNextGitProviderEnum = {
|
|
@@ -1869,6 +1964,7 @@ const userEventPayloadNextGitProviderEnum = {
|
|
|
1869
1964
|
"github-custom-host": "github-custom-host",
|
|
1870
1965
|
"github-limited": "github-limited",
|
|
1871
1966
|
gitlab: "gitlab",
|
|
1967
|
+
v0: "v0",
|
|
1872
1968
|
vercel: "vercel"
|
|
1873
1969
|
};
|
|
1874
1970
|
const userEventPayloadGitProviderEnum = {
|
|
@@ -1878,6 +1974,7 @@ const userEventPayloadGitProviderEnum = {
|
|
|
1878
1974
|
"github-custom-host": "github-custom-host",
|
|
1879
1975
|
"github-limited": "github-limited",
|
|
1880
1976
|
gitlab: "gitlab",
|
|
1977
|
+
v0: "v0",
|
|
1881
1978
|
vercel: "vercel"
|
|
1882
1979
|
};
|
|
1883
1980
|
const userEventPayloadCreateDeploymentsEnum = {
|
|
@@ -2023,6 +2120,11 @@ const userEventPayloadBudgetBudgetItemPricingPlanEnum = {
|
|
|
2023
2120
|
plus: "plus",
|
|
2024
2121
|
unbundled: "unbundled"
|
|
2025
2122
|
};
|
|
2123
|
+
const userEventPayloadBudgetBudgetItemScopeEnum = {
|
|
2124
|
+
organization: "organization",
|
|
2125
|
+
project: "project",
|
|
2126
|
+
team: "team"
|
|
2127
|
+
};
|
|
2026
2128
|
const userEventPayloadBudgetPricingPlanEnum = {
|
|
2027
2129
|
flex: "flex",
|
|
2028
2130
|
legacy: "legacy",
|
|
@@ -2030,6 +2132,11 @@ const userEventPayloadBudgetPricingPlanEnum = {
|
|
|
2030
2132
|
plus: "plus",
|
|
2031
2133
|
unbundled: "unbundled"
|
|
2032
2134
|
};
|
|
2135
|
+
const userEventPayloadBudgetScopeEnum = {
|
|
2136
|
+
organization: "organization",
|
|
2137
|
+
project: "project",
|
|
2138
|
+
team: "team"
|
|
2139
|
+
};
|
|
2033
2140
|
const userEventPayloadPrevBudgetPricingPlanEnum = {
|
|
2034
2141
|
flex: "flex",
|
|
2035
2142
|
legacy: "legacy",
|
|
@@ -2037,6 +2144,11 @@ const userEventPayloadPrevBudgetPricingPlanEnum = {
|
|
|
2037
2144
|
plus: "plus",
|
|
2038
2145
|
unbundled: "unbundled"
|
|
2039
2146
|
};
|
|
2147
|
+
const userEventPayloadPrevBudgetScopeEnum = {
|
|
2148
|
+
organization: "organization",
|
|
2149
|
+
project: "project",
|
|
2150
|
+
team: "team"
|
|
2151
|
+
};
|
|
2040
2152
|
const userEventPayloadStoreTypeEnum = {
|
|
2041
2153
|
blob: "blob",
|
|
2042
2154
|
"edge-config": "edge-config",
|
|
@@ -2088,6 +2200,7 @@ const userEventPayloadReasonEnum = {
|
|
|
2088
2200
|
"long-build-duration": "long-build-duration",
|
|
2089
2201
|
"oom-failure": "oom-failure",
|
|
2090
2202
|
"plan-change": "plan-change",
|
|
2203
|
+
"project-transfer": "project-transfer",
|
|
2091
2204
|
"short-build-duration": "short-build-duration",
|
|
2092
2205
|
"sustained-high-cpu": "sustained-high-cpu"
|
|
2093
2206
|
};
|
|
@@ -2120,27 +2233,6 @@ const userEventPayloadNewPlanEnum = {
|
|
|
2120
2233
|
hobby: "hobby",
|
|
2121
2234
|
pro: "pro"
|
|
2122
2235
|
};
|
|
2123
|
-
const userEventPayloadSourceEnum = {
|
|
2124
|
-
"account-update": "account-update",
|
|
2125
|
-
bitbucket: "bitbucket",
|
|
2126
|
-
dsync: "dsync",
|
|
2127
|
-
feedback: "feedback",
|
|
2128
|
-
github: "github",
|
|
2129
|
-
gitlab: "gitlab",
|
|
2130
|
-
import: "import",
|
|
2131
|
-
link: "link",
|
|
2132
|
-
mail: "mail",
|
|
2133
|
-
"nsnb-auto-approve": "nsnb-auto-approve",
|
|
2134
|
-
"nsnb-hobby-upgrade": "nsnb-hobby-upgrade",
|
|
2135
|
-
"nsnb-invite": "nsnb-invite",
|
|
2136
|
-
"nsnb-redeploy": "nsnb-redeploy",
|
|
2137
|
-
"nsnb-redeploy-attribution-card": "nsnb-redeploy-attribution-card",
|
|
2138
|
-
"nsnb-request-access": "nsnb-request-access",
|
|
2139
|
-
"nsnb-viewer-upgrade": "nsnb-viewer-upgrade",
|
|
2140
|
-
"organization-teams": "organization-teams",
|
|
2141
|
-
saml: "saml",
|
|
2142
|
-
teams: "teams"
|
|
2143
|
-
};
|
|
2144
2236
|
const userEventPayloadPreviousTeamRolesEnum = {
|
|
2145
2237
|
BILLING: "BILLING",
|
|
2146
2238
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -2339,8 +2431,10 @@ const listEventTypeNameEnum = {
|
|
|
2339
2431
|
"ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
|
|
2340
2432
|
"ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
|
|
2341
2433
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
|
|
2434
|
+
"ai-gateway-byok-model-mappings-updated": "ai-gateway-byok-model-mappings-updated",
|
|
2342
2435
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased",
|
|
2343
2436
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated",
|
|
2437
|
+
"ai-gateway-hipaa-compliance-toggled": "ai-gateway-hipaa-compliance-toggled",
|
|
2344
2438
|
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated",
|
|
2345
2439
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated",
|
|
2346
2440
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled",
|
|
@@ -2350,6 +2444,7 @@ const listEventTypeNameEnum = {
|
|
|
2350
2444
|
"ai-gateway-private-provider-created": "ai-gateway-private-provider-created",
|
|
2351
2445
|
"ai-gateway-private-provider-deleted": "ai-gateway-private-provider-deleted",
|
|
2352
2446
|
"ai-gateway-private-provider-updated": "ai-gateway-private-provider-updated",
|
|
2447
|
+
"ai-gateway-prompt-training-opt-out-toggled": "ai-gateway-prompt-training-opt-out-toggled",
|
|
2353
2448
|
"ai-gateway-provider-allowlist-providers-updated": "ai-gateway-provider-allowlist-providers-updated",
|
|
2354
2449
|
"ai-gateway-provider-allowlist-toggled": "ai-gateway-provider-allowlist-toggled",
|
|
2355
2450
|
"ai-gateway-rule-created": "ai-gateway-rule-created",
|
|
@@ -2363,8 +2458,10 @@ const listEventTypeNameEnum = {
|
|
|
2363
2458
|
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
2364
2459
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
2365
2460
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
2461
|
+
"ai-gateway-virtual-model-config-deleted": "ai-gateway-virtual-model-config-deleted",
|
|
2366
2462
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
2367
2463
|
"ai-gateway-virtual-model-config-updated": "ai-gateway-virtual-model-config-updated",
|
|
2464
|
+
"ai-gateway-zero-data-retention-toggled": "ai-gateway-zero-data-retention-toggled",
|
|
2368
2465
|
"ai-omniagent": "ai-omniagent",
|
|
2369
2466
|
"alert-investigation-project-allowlist-updated": "alert-investigation-project-allowlist-updated",
|
|
2370
2467
|
"alert-rule-created": "alert-rule-created",
|
|
@@ -2393,6 +2490,7 @@ const listEventTypeNameEnum = {
|
|
|
2393
2490
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
2394
2491
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
2395
2492
|
avatar: "avatar",
|
|
2493
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
2396
2494
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
2397
2495
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
2398
2496
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -2553,6 +2651,7 @@ const listEventTypeNameEnum = {
|
|
|
2553
2651
|
"flags-segment": "flags-segment",
|
|
2554
2652
|
"flags-settings": "flags-settings",
|
|
2555
2653
|
"flags-transferred": "flags-transferred",
|
|
2654
|
+
"flat-rate-cdn-auto-upgrade-consent": "flat-rate-cdn-auto-upgrade-consent",
|
|
2556
2655
|
"git-integration-repo-push": "git-integration-repo-push",
|
|
2557
2656
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
2558
2657
|
"global-config-backup-restored": "global-config-backup-restored",
|
|
@@ -2637,6 +2736,7 @@ const listEventTypeNameEnum = {
|
|
|
2637
2736
|
"organization-team-add": "organization-team-add",
|
|
2638
2737
|
"organization-team-create": "organization-team-create",
|
|
2639
2738
|
"organization-team-delete": "organization-team-delete",
|
|
2739
|
+
"organization-team-sso-update": "organization-team-sso-update",
|
|
2640
2740
|
"owner-blocked": "owner-blocked",
|
|
2641
2741
|
"owner-soft-blocked": "owner-soft-blocked",
|
|
2642
2742
|
"owner-soft-unblocked": "owner-soft-unblocked",
|
|
@@ -2716,6 +2816,12 @@ const listEventTypeNameEnum = {
|
|
|
2716
2816
|
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
2717
2817
|
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
2718
2818
|
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
2819
|
+
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
2820
|
+
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
2821
|
+
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
2822
|
+
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
2823
|
+
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
2824
|
+
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
2719
2825
|
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
2720
2826
|
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
2721
2827
|
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
@@ -2808,6 +2914,8 @@ const listEventTypeNameEnum = {
|
|
|
2808
2914
|
"shared-env-variable-create": "shared-env-variable-create",
|
|
2809
2915
|
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
2810
2916
|
"shared-env-variable-read": "shared-env-variable-read",
|
|
2917
|
+
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
2918
|
+
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
2811
2919
|
"shared-env-variable-update": "shared-env-variable-update",
|
|
2812
2920
|
"show-ip-addresses": "show-ip-addresses",
|
|
2813
2921
|
signup: "signup",
|
|
@@ -2838,6 +2946,7 @@ const listEventTypeNameEnum = {
|
|
|
2838
2946
|
"storage-update-project-connection": "storage-update-project-connection",
|
|
2839
2947
|
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
2840
2948
|
"storage-view-secret": "storage-view-secret",
|
|
2949
|
+
"strict-connectors": "strict-connectors",
|
|
2841
2950
|
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
2842
2951
|
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
2843
2952
|
"strict-shareable-links": "strict-shareable-links",
|
|
@@ -3024,8 +3133,10 @@ const listEventTypeReplacedByEnum = {
|
|
|
3024
3133
|
"ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
|
|
3025
3134
|
"ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
|
|
3026
3135
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
|
|
3136
|
+
"ai-gateway-byok-model-mappings-updated": "ai-gateway-byok-model-mappings-updated",
|
|
3027
3137
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased",
|
|
3028
3138
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated",
|
|
3139
|
+
"ai-gateway-hipaa-compliance-toggled": "ai-gateway-hipaa-compliance-toggled",
|
|
3029
3140
|
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated",
|
|
3030
3141
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated",
|
|
3031
3142
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled",
|
|
@@ -3035,6 +3146,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3035
3146
|
"ai-gateway-private-provider-created": "ai-gateway-private-provider-created",
|
|
3036
3147
|
"ai-gateway-private-provider-deleted": "ai-gateway-private-provider-deleted",
|
|
3037
3148
|
"ai-gateway-private-provider-updated": "ai-gateway-private-provider-updated",
|
|
3149
|
+
"ai-gateway-prompt-training-opt-out-toggled": "ai-gateway-prompt-training-opt-out-toggled",
|
|
3038
3150
|
"ai-gateway-provider-allowlist-providers-updated": "ai-gateway-provider-allowlist-providers-updated",
|
|
3039
3151
|
"ai-gateway-provider-allowlist-toggled": "ai-gateway-provider-allowlist-toggled",
|
|
3040
3152
|
"ai-gateway-rule-created": "ai-gateway-rule-created",
|
|
@@ -3048,8 +3160,10 @@ const listEventTypeReplacedByEnum = {
|
|
|
3048
3160
|
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
3049
3161
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
3050
3162
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
3163
|
+
"ai-gateway-virtual-model-config-deleted": "ai-gateway-virtual-model-config-deleted",
|
|
3051
3164
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
3052
3165
|
"ai-gateway-virtual-model-config-updated": "ai-gateway-virtual-model-config-updated",
|
|
3166
|
+
"ai-gateway-zero-data-retention-toggled": "ai-gateway-zero-data-retention-toggled",
|
|
3053
3167
|
"ai-omniagent": "ai-omniagent",
|
|
3054
3168
|
"alert-investigation-project-allowlist-updated": "alert-investigation-project-allowlist-updated",
|
|
3055
3169
|
"alert-rule-created": "alert-rule-created",
|
|
@@ -3078,6 +3192,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3078
3192
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
3079
3193
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
3080
3194
|
avatar: "avatar",
|
|
3195
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
3081
3196
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
3082
3197
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
3083
3198
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -3238,6 +3353,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3238
3353
|
"flags-segment": "flags-segment",
|
|
3239
3354
|
"flags-settings": "flags-settings",
|
|
3240
3355
|
"flags-transferred": "flags-transferred",
|
|
3356
|
+
"flat-rate-cdn-auto-upgrade-consent": "flat-rate-cdn-auto-upgrade-consent",
|
|
3241
3357
|
"git-integration-repo-push": "git-integration-repo-push",
|
|
3242
3358
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
3243
3359
|
"global-config-backup-restored": "global-config-backup-restored",
|
|
@@ -3322,6 +3438,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3322
3438
|
"organization-team-add": "organization-team-add",
|
|
3323
3439
|
"organization-team-create": "organization-team-create",
|
|
3324
3440
|
"organization-team-delete": "organization-team-delete",
|
|
3441
|
+
"organization-team-sso-update": "organization-team-sso-update",
|
|
3325
3442
|
"owner-blocked": "owner-blocked",
|
|
3326
3443
|
"owner-soft-blocked": "owner-soft-blocked",
|
|
3327
3444
|
"owner-soft-unblocked": "owner-soft-unblocked",
|
|
@@ -3401,6 +3518,12 @@ const listEventTypeReplacedByEnum = {
|
|
|
3401
3518
|
"project-git-commit-comments-toggled": "project-git-commit-comments-toggled",
|
|
3402
3519
|
"project-git-commit-status-toggled": "project-git-commit-status-toggled",
|
|
3403
3520
|
"project-git-create-deployments-toggled": "project-git-create-deployments-toggled",
|
|
3521
|
+
"project-git-credential-bound-created": "project-git-credential-bound-created",
|
|
3522
|
+
"project-git-credential-bound-deleted": "project-git-credential-bound-deleted",
|
|
3523
|
+
"project-git-credential-bound-updated": "project-git-credential-bound-updated",
|
|
3524
|
+
"project-git-credential-grant-created": "project-git-credential-grant-created",
|
|
3525
|
+
"project-git-credential-grant-deleted": "project-git-credential-grant-deleted",
|
|
3526
|
+
"project-git-credential-grant-updated": "project-git-credential-grant-updated",
|
|
3404
3527
|
"project-git-fork-protection-updated": "project-git-fork-protection-updated",
|
|
3405
3528
|
"project-git-lfs-toggled": "project-git-lfs-toggled",
|
|
3406
3529
|
"project-git-pr-comments-toggled": "project-git-pr-comments-toggled",
|
|
@@ -3493,6 +3616,8 @@ const listEventTypeReplacedByEnum = {
|
|
|
3493
3616
|
"shared-env-variable-create": "shared-env-variable-create",
|
|
3494
3617
|
"shared-env-variable-delete": "shared-env-variable-delete",
|
|
3495
3618
|
"shared-env-variable-read": "shared-env-variable-read",
|
|
3619
|
+
"shared-env-variable-repo-link": "shared-env-variable-repo-link",
|
|
3620
|
+
"shared-env-variable-repo-unlink": "shared-env-variable-repo-unlink",
|
|
3496
3621
|
"shared-env-variable-update": "shared-env-variable-update",
|
|
3497
3622
|
"show-ip-addresses": "show-ip-addresses",
|
|
3498
3623
|
signup: "signup",
|
|
@@ -3523,6 +3648,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3523
3648
|
"storage-update-project-connection": "storage-update-project-connection",
|
|
3524
3649
|
"storage-upgrade-project-connection-to-oidc": "storage-upgrade-project-connection-to-oidc",
|
|
3525
3650
|
"storage-view-secret": "storage-view-secret",
|
|
3651
|
+
"strict-connectors": "strict-connectors",
|
|
3526
3652
|
"strict-deployment-protection-settings": "strict-deployment-protection-settings",
|
|
3527
3653
|
"strict-password-protection-settings": "strict-password-protection-settings",
|
|
3528
3654
|
"strict-shareable-links": "strict-shareable-links",
|
|
@@ -3676,6 +3802,10 @@ const listEventTypesResponseCategoriesNameEnum = {
|
|
|
3676
3802
|
"vercel-app": "vercel-app",
|
|
3677
3803
|
workflow: "workflow"
|
|
3678
3804
|
};
|
|
3805
|
+
const flagVariantsValue = {
|
|
3806
|
+
false: false,
|
|
3807
|
+
true: true
|
|
3808
|
+
};
|
|
3679
3809
|
const typeEnum = {
|
|
3680
3810
|
list: "list",
|
|
3681
3811
|
"list/inline": "list/inline"
|
|
@@ -3789,7 +3919,8 @@ const namedSandboxNetworkPolicyModeEnum = {
|
|
|
3789
3919
|
};
|
|
3790
3920
|
const modeEnum = {
|
|
3791
3921
|
"read-only": "read-only",
|
|
3792
|
-
"read-write": "read-write"
|
|
3922
|
+
"read-write": "read-write",
|
|
3923
|
+
snapshot: "snapshot"
|
|
3793
3924
|
};
|
|
3794
3925
|
const sandboxNetworkPolicyModeEnum = {
|
|
3795
3926
|
"allow-all": "allow-all",
|
|
@@ -4147,7 +4278,6 @@ const authUserSoftBlockReasonEnum = {
|
|
|
4147
4278
|
ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
|
|
4148
4279
|
EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
|
|
4149
4280
|
FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
|
|
4150
|
-
HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
|
|
4151
4281
|
SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
|
|
4152
4282
|
SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
|
|
4153
4283
|
UNPAID_INVOICE: "UNPAID_INVOICE"
|
|
@@ -4193,47 +4323,6 @@ const authUserSoftBlockBlockedDueToOverageTypeEnum = {
|
|
|
4193
4323
|
wafRateLimitRequest: "wafRateLimitRequest",
|
|
4194
4324
|
webAnalyticsEvent: "webAnalyticsEvent"
|
|
4195
4325
|
};
|
|
4196
|
-
const authUserSoftBlockHobbyAllocationPauseTriggersAllocationEnum = {
|
|
4197
|
-
analyticsUsage: "analyticsUsage",
|
|
4198
|
-
artifacts: "artifacts",
|
|
4199
|
-
bandwidth: "bandwidth",
|
|
4200
|
-
blobDataTransfer: "blobDataTransfer",
|
|
4201
|
-
blobTotalAdvancedRequests: "blobTotalAdvancedRequests",
|
|
4202
|
-
blobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
|
|
4203
|
-
blobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
|
|
4204
|
-
blobTotalSimpleRequests: "blobTotalSimpleRequests",
|
|
4205
|
-
connectDataTransfer: "connectDataTransfer",
|
|
4206
|
-
dataCacheRead: "dataCacheRead",
|
|
4207
|
-
dataCacheWrite: "dataCacheWrite",
|
|
4208
|
-
edgeConfigRead: "edgeConfigRead",
|
|
4209
|
-
edgeConfigWrite: "edgeConfigWrite",
|
|
4210
|
-
edgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
|
|
4211
|
-
edgeMiddlewareInvocations: "edgeMiddlewareInvocations",
|
|
4212
|
-
edgeRequest: "edgeRequest",
|
|
4213
|
-
edgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
|
|
4214
|
-
elasticConcurrencyBuildSlots: "elasticConcurrencyBuildSlots",
|
|
4215
|
-
fastDataTransfer: "fastDataTransfer",
|
|
4216
|
-
fastOriginTransfer: "fastOriginTransfer",
|
|
4217
|
-
fluidCpuDuration: "fluidCpuDuration",
|
|
4218
|
-
fluidDuration: "fluidDuration",
|
|
4219
|
-
functionDuration: "functionDuration",
|
|
4220
|
-
functionInvocation: "functionInvocation",
|
|
4221
|
-
imageOptimizationCacheRead: "imageOptimizationCacheRead",
|
|
4222
|
-
imageOptimizationCacheWrite: "imageOptimizationCacheWrite",
|
|
4223
|
-
imageOptimizationTransformation: "imageOptimizationTransformation",
|
|
4224
|
-
logDrainsVolume: "logDrainsVolume",
|
|
4225
|
-
monitoringMetric: "monitoringMetric",
|
|
4226
|
-
observabilityEvent: "observabilityEvent",
|
|
4227
|
-
onDemandConcurrencyMinutes: "onDemandConcurrencyMinutes",
|
|
4228
|
-
runtimeCacheRead: "runtimeCacheRead",
|
|
4229
|
-
runtimeCacheWrite: "runtimeCacheWrite",
|
|
4230
|
-
serverlessFunctionExecution: "serverlessFunctionExecution",
|
|
4231
|
-
sourceImages: "sourceImages",
|
|
4232
|
-
wafOwaspExcessBytes: "wafOwaspExcessBytes",
|
|
4233
|
-
wafOwaspRequests: "wafOwaspRequests",
|
|
4234
|
-
wafRateLimitRequest: "wafRateLimitRequest",
|
|
4235
|
-
webAnalyticsEvent: "webAnalyticsEvent"
|
|
4236
|
-
};
|
|
4237
4326
|
const authUserResourceConfigBuildQueueConfigurationEnum = {
|
|
4238
4327
|
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
4239
4328
|
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
@@ -4359,6 +4448,11 @@ const listProjectChecksBlocks = {
|
|
|
4359
4448
|
"deployment-promotion": "deployment-promotion",
|
|
4360
4449
|
none: "none"
|
|
4361
4450
|
};
|
|
4451
|
+
const listConnectorsSort = {
|
|
4452
|
+
name: "name",
|
|
4453
|
+
createdAt: "createdAt",
|
|
4454
|
+
updatedAt: "updatedAt"
|
|
4455
|
+
};
|
|
4362
4456
|
const getDeploymentEventsDirection = {
|
|
4363
4457
|
backward: "backward",
|
|
4364
4458
|
forward: "forward"
|
|
@@ -4431,7 +4525,8 @@ const getBillingPlansSource = {
|
|
|
4431
4525
|
cli: "cli",
|
|
4432
4526
|
oauth: "oauth",
|
|
4433
4527
|
backoffice: "backoffice",
|
|
4434
|
-
"import-recommended-integrations": "import-recommended-integrations"
|
|
4528
|
+
"import-recommended-integrations": "import-recommended-integrations",
|
|
4529
|
+
organization: "organization"
|
|
4435
4530
|
};
|
|
4436
4531
|
const getConfigurationsView = {
|
|
4437
4532
|
account: "account",
|
|
@@ -4485,17 +4580,17 @@ const getRollingReleaseState = {
|
|
|
4485
4580
|
COMPLETE: "COMPLETE",
|
|
4486
4581
|
ABORTED: "ABORTED"
|
|
4487
4582
|
};
|
|
4488
|
-
const
|
|
4583
|
+
const listNamedSandboxesSortBy = {
|
|
4489
4584
|
createdAt: "createdAt",
|
|
4490
4585
|
name: "name",
|
|
4491
4586
|
statusUpdatedAt: "statusUpdatedAt",
|
|
4492
4587
|
currentSnapshotId: "currentSnapshotId"
|
|
4493
4588
|
};
|
|
4494
|
-
const
|
|
4589
|
+
const listNamedSandboxesSortOrder = {
|
|
4495
4590
|
asc: "asc",
|
|
4496
4591
|
desc: "desc"
|
|
4497
4592
|
};
|
|
4498
|
-
const
|
|
4593
|
+
const listNamedSandboxesStatus = {
|
|
4499
4594
|
running: "running",
|
|
4500
4595
|
stopping: "stopping",
|
|
4501
4596
|
stopped: "stopped"
|
|
@@ -4557,21 +4652,29 @@ exports.authUserFeatureBlocksSpeedInsightsFreeBlockReasonEnum = authUserFeatureB
|
|
|
4557
4652
|
exports.authUserImportFlowGitProviderEnum = authUserImportFlowGitProviderEnum;
|
|
4558
4653
|
exports.authUserResourceConfigBuildQueueConfigurationEnum = authUserResourceConfigBuildQueueConfigurationEnum;
|
|
4559
4654
|
exports.authUserSoftBlockBlockedDueToOverageTypeEnum = authUserSoftBlockBlockedDueToOverageTypeEnum;
|
|
4560
|
-
exports.authUserSoftBlockHobbyAllocationPauseTriggersAllocationEnum = authUserSoftBlockHobbyAllocationPauseTriggersAllocationEnum;
|
|
4561
4655
|
exports.authUserSoftBlockReasonEnum = authUserSoftBlockReasonEnum;
|
|
4562
4656
|
exports.cmpEnum = cmpEnum;
|
|
4563
4657
|
exports.connectConnectorCreateDataOwnerTypeEnum = connectConnectorCreateDataOwnerTypeEnum;
|
|
4564
4658
|
exports.connectConnectorCreateDataServerConfigJwksKeysUseEnum = connectConnectorCreateDataServerConfigJwksKeysUseEnum;
|
|
4659
|
+
exports.connectConnectorCreateDataShortcutsTypeEnum = connectConnectorCreateDataShortcutsTypeEnum;
|
|
4565
4660
|
exports.connectConnectorCreateDataSubjectTypeEnum = connectConnectorCreateDataSubjectTypeEnum;
|
|
4566
4661
|
exports.connectConnectorCreateResultCreationModeEnum = connectConnectorCreateResultCreationModeEnum;
|
|
4567
4662
|
exports.connectConnectorCreateResultSupportsIconEnum = connectConnectorCreateResultSupportsIconEnum;
|
|
4568
4663
|
exports.connectConnectorCreateResultTypeEnum = connectConnectorCreateResultTypeEnum;
|
|
4664
|
+
exports.connectConnectorCreationModeEnum = connectConnectorCreationModeEnum;
|
|
4665
|
+
exports.connectConnectorSupportsIconEnum = connectConnectorSupportsIconEnum;
|
|
4666
|
+
exports.connectConnectorTypeEnum = connectConnectorTypeEnum;
|
|
4667
|
+
exports.connectConnectorUpdateDataOwnerTypeEnum = connectConnectorUpdateDataOwnerTypeEnum;
|
|
4668
|
+
exports.connectConnectorUpdateDataServerConfigJwksKeysUseEnum = connectConnectorUpdateDataServerConfigJwksKeysUseEnum;
|
|
4669
|
+
exports.connectConnectorUpdateDataShortcutsTypeEnum = connectConnectorUpdateDataShortcutsTypeEnum;
|
|
4670
|
+
exports.connectServiceSyncStatusEnum = connectServiceSyncStatusEnum;
|
|
4569
4671
|
exports.deleteKmsIssuerPolicyKind = deleteKmsIssuerPolicyKind;
|
|
4570
4672
|
exports.fileTreeTypeEnum = fileTreeTypeEnum;
|
|
4571
4673
|
exports.filterProjectEnvsDecrypt = filterProjectEnvsDecrypt;
|
|
4572
4674
|
exports.flagJSONValue = flagJSONValue;
|
|
4573
4675
|
exports.flagKindEnum = flagKindEnum;
|
|
4574
4676
|
exports.flagStateEnum = flagStateEnum;
|
|
4677
|
+
exports.flagVariantsValue = flagVariantsValue;
|
|
4575
4678
|
exports.flagsSdkKeyWithSecretsTypeEnum = flagsSdkKeyWithSecretsTypeEnum;
|
|
4576
4679
|
exports.getBillingPlansSource = getBillingPlansSource;
|
|
4577
4680
|
exports.getConfigurationsInstallationType = getConfigurationsInstallationType;
|
|
@@ -4599,6 +4702,7 @@ exports.invitedTeamMemberRoleEnum = invitedTeamMemberRoleEnum;
|
|
|
4599
4702
|
exports.invitedTeamMemberTeamPermissionsEnum = invitedTeamMemberTeamPermissionsEnum;
|
|
4600
4703
|
exports.invitedTeamMemberTeamRolesEnum = invitedTeamMemberTeamRolesEnum;
|
|
4601
4704
|
exports.listAiGatewayRulesIncludeDisabled = listAiGatewayRulesIncludeDisabled;
|
|
4705
|
+
exports.listConnectorsSort = listConnectorsSort;
|
|
4602
4706
|
exports.listDrivesSortBy = listDrivesSortBy;
|
|
4603
4707
|
exports.listDrivesSortOrder = listDrivesSortOrder;
|
|
4604
4708
|
exports.listEventTypeCategoriesEnum = listEventTypeCategoriesEnum;
|
|
@@ -4607,12 +4711,12 @@ exports.listEventTypeReplacedByEnum = listEventTypeReplacedByEnum;
|
|
|
4607
4711
|
exports.listEventTypesResponseCategoriesNameEnum = listEventTypesResponseCategoriesNameEnum;
|
|
4608
4712
|
exports.listFlagsState = listFlagsState;
|
|
4609
4713
|
exports.listFlagsV2State = listFlagsV2State;
|
|
4714
|
+
exports.listNamedSandboxesSortBy = listNamedSandboxesSortBy;
|
|
4715
|
+
exports.listNamedSandboxesSortOrder = listNamedSandboxesSortOrder;
|
|
4716
|
+
exports.listNamedSandboxesStatus = listNamedSandboxesStatus;
|
|
4610
4717
|
exports.listProjectChecksBlocks = listProjectChecksBlocks;
|
|
4611
4718
|
exports.listRepositoryTagsSortBy = listRepositoryTagsSortBy;
|
|
4612
4719
|
exports.listRepositoryTagsSortOrder = listRepositoryTagsSortOrder;
|
|
4613
|
-
exports.listSandboxesSortBy = listSandboxesSortBy;
|
|
4614
|
-
exports.listSandboxesSortOrder = listSandboxesSortOrder;
|
|
4615
|
-
exports.listSandboxesStatus = listSandboxesStatus;
|
|
4616
4720
|
exports.listSessionSnapshotsSortOrder = listSessionSnapshotsSortOrder;
|
|
4617
4721
|
exports.listSessionsSortOrder = listSessionsSortOrder;
|
|
4618
4722
|
exports.listTeamFlagsKind = listTeamFlagsKind;
|
|
@@ -4627,6 +4731,7 @@ exports.namedSandboxNetworkPolicyModeEnum = namedSandboxNetworkPolicyModeEnum;
|
|
|
4627
4731
|
exports.namedSandboxStatusEnum = namedSandboxStatusEnum;
|
|
4628
4732
|
exports.networkStatusEnum = networkStatusEnum;
|
|
4629
4733
|
exports.originEnum = originEnum;
|
|
4734
|
+
exports.privateLinkEndpointStatusEnum = privateLinkEndpointStatusEnum;
|
|
4630
4735
|
exports.roleEnum = roleEnum;
|
|
4631
4736
|
exports.sandboxNetworkPolicyModeEnum = sandboxNetworkPolicyModeEnum;
|
|
4632
4737
|
exports.scopeEnum = scopeEnum;
|
|
@@ -4681,10 +4786,13 @@ exports.userEventPayloadAuthMethodEnum = userEventPayloadAuthMethodEnum;
|
|
|
4681
4786
|
exports.userEventPayloadBeforePermissionsEnum = userEventPayloadBeforePermissionsEnum;
|
|
4682
4787
|
exports.userEventPayloadBillingPlanEnum = userEventPayloadBillingPlanEnum;
|
|
4683
4788
|
exports.userEventPayloadBudgetBudgetItemPricingPlanEnum = userEventPayloadBudgetBudgetItemPricingPlanEnum;
|
|
4789
|
+
exports.userEventPayloadBudgetBudgetItemScopeEnum = userEventPayloadBudgetBudgetItemScopeEnum;
|
|
4684
4790
|
exports.userEventPayloadBudgetPricingPlanEnum = userEventPayloadBudgetPricingPlanEnum;
|
|
4685
4791
|
exports.userEventPayloadBudgetRefreshPeriodEnum = userEventPayloadBudgetRefreshPeriodEnum;
|
|
4792
|
+
exports.userEventPayloadBudgetScopeEnum = userEventPayloadBudgetScopeEnum;
|
|
4686
4793
|
exports.userEventPayloadBuildQueueConfigurationEnum = userEventPayloadBuildQueueConfigurationEnum;
|
|
4687
4794
|
exports.userEventPayloadChangeEnum = userEventPayloadChangeEnum;
|
|
4795
|
+
exports.userEventPayloadChangedFieldsEnum = userEventPayloadChangedFieldsEnum;
|
|
4688
4796
|
exports.userEventPayloadConsentEnum = userEventPayloadConsentEnum;
|
|
4689
4797
|
exports.userEventPayloadContextEnum = userEventPayloadContextEnum;
|
|
4690
4798
|
exports.userEventPayloadCreateDeploymentsEnum = userEventPayloadCreateDeploymentsEnum;
|
|
@@ -4708,6 +4816,7 @@ exports.userEventPayloadJobNsnbSideEffectActionEnum = userEventPayloadJobNsnbSid
|
|
|
4708
4816
|
exports.userEventPayloadJobProviderEnum = userEventPayloadJobProviderEnum;
|
|
4709
4817
|
exports.userEventPayloadKindEnum = userEventPayloadKindEnum;
|
|
4710
4818
|
exports.userEventPayloadMethodEnum = userEventPayloadMethodEnum;
|
|
4819
|
+
exports.userEventPayloadModeEnum = userEventPayloadModeEnum;
|
|
4711
4820
|
exports.userEventPayloadNewEnvVarTargetEnum = userEventPayloadNewEnvVarTargetEnum;
|
|
4712
4821
|
exports.userEventPayloadNewEnvVarTypeEnum = userEventPayloadNewEnvVarTypeEnum;
|
|
4713
4822
|
exports.userEventPayloadNewOwnerAbuseBlockHistoryActionEnum = userEventPayloadNewOwnerAbuseBlockHistoryActionEnum;
|
|
@@ -4733,6 +4842,7 @@ exports.userEventPayloadNewOwnerFeatureBlocksPostgresBlockReasonEnum = userEvent
|
|
|
4733
4842
|
exports.userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum = userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum;
|
|
4734
4843
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum;
|
|
4735
4844
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum = userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum;
|
|
4845
|
+
exports.userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum;
|
|
4736
4846
|
exports.userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum;
|
|
4737
4847
|
exports.userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum;
|
|
4738
4848
|
exports.userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum;
|
|
@@ -4749,7 +4859,6 @@ exports.userEventPayloadNewOwnerProjectCardWidgetPreferencesWidgetEnum = userEve
|
|
|
4749
4859
|
exports.userEventPayloadNewOwnerResourceConfigBuildMachineDefaultEnum = userEventPayloadNewOwnerResourceConfigBuildMachineDefaultEnum;
|
|
4750
4860
|
exports.userEventPayloadNewOwnerResourceConfigBuildQueueConfigurationEnum = userEventPayloadNewOwnerResourceConfigBuildQueueConfigurationEnum;
|
|
4751
4861
|
exports.userEventPayloadNewOwnerSoftBlockBlockedDueToOverageTypeEnum = userEventPayloadNewOwnerSoftBlockBlockedDueToOverageTypeEnum;
|
|
4752
|
-
exports.userEventPayloadNewOwnerSoftBlockHobbyAllocationPauseTriggersAllocationEnum = userEventPayloadNewOwnerSoftBlockHobbyAllocationPauseTriggersAllocationEnum;
|
|
4753
4862
|
exports.userEventPayloadNewOwnerSoftBlockReasonEnum = userEventPayloadNewOwnerSoftBlockReasonEnum;
|
|
4754
4863
|
exports.userEventPayloadNewOwnerTeamsJoinedFromOriginEnum = userEventPayloadNewOwnerTeamsJoinedFromOriginEnum;
|
|
4755
4864
|
exports.userEventPayloadNewOwnerTeamsRoleEnum = userEventPayloadNewOwnerTeamsRoleEnum;
|
|
@@ -4785,12 +4894,14 @@ exports.userEventPayloadPasswordProtectionDeploymentTypeEnum = userEventPayloadP
|
|
|
4785
4894
|
exports.userEventPayloadPermissionsEnum = userEventPayloadPermissionsEnum;
|
|
4786
4895
|
exports.userEventPayloadPlanEnum = userEventPayloadPlanEnum;
|
|
4787
4896
|
exports.userEventPayloadPrevBudgetPricingPlanEnum = userEventPayloadPrevBudgetPricingPlanEnum;
|
|
4897
|
+
exports.userEventPayloadPrevBudgetScopeEnum = userEventPayloadPrevBudgetScopeEnum;
|
|
4788
4898
|
exports.userEventPayloadPreviousBranchMatcherTypeEnum = userEventPayloadPreviousBranchMatcherTypeEnum;
|
|
4789
4899
|
exports.userEventPayloadPreviousEchModeEnum = userEventPayloadPreviousEchModeEnum;
|
|
4790
4900
|
exports.userEventPayloadPreviousEnforcementScopeEnum = userEventPayloadPreviousEnforcementScopeEnum;
|
|
4791
4901
|
exports.userEventPayloadPreviousEnum = userEventPayloadPreviousEnum;
|
|
4792
4902
|
exports.userEventPayloadPreviousGitProviderEnum = userEventPayloadPreviousGitProviderEnum;
|
|
4793
4903
|
exports.userEventPayloadPreviousIssuerModeEnum = userEventPayloadPreviousIssuerModeEnum;
|
|
4904
|
+
exports.userEventPayloadPreviousModeEnum = userEventPayloadPreviousModeEnum;
|
|
4794
4905
|
exports.userEventPayloadPreviousNewResourceBlockingPolicyEnum = userEventPayloadPreviousNewResourceBlockingPolicyEnum;
|
|
4795
4906
|
exports.userEventPayloadPreviousPassportDeploymentTypeEnum = userEventPayloadPreviousPassportDeploymentTypeEnum;
|
|
4796
4907
|
exports.userEventPayloadPreviousPlanEnum = userEventPayloadPreviousPlanEnum;
|