vercel-api-js 1.20.1 → 1.21.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 +4 -1
- package/dist/index.d.ts +95 -29
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-jmgsg0ky.cjs → schemas-dssww1l5.cjs} +62 -4
- package/dist/{schemas-r10fk1hg.js → schemas-j9fjmv1v.js} +60 -5
- package/dist/schemas.cjs +4 -1
- package/dist/schemas.d.mts +50 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +14 -9
- package/dist/types.d.mts +45 -21
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +14 -9
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -22,7 +22,6 @@ const aiGatewayVirtualModelConfigInferenceRegionScopeEnum = {
|
|
|
22
22
|
};
|
|
23
23
|
const aiGatewayVirtualModelConfigSelectorEnum = {
|
|
24
24
|
cost: "cost",
|
|
25
|
-
priority: "priority",
|
|
26
25
|
tps: "tps",
|
|
27
26
|
ttft: "ttft"
|
|
28
27
|
};
|
|
@@ -600,6 +599,14 @@ const userEventPayloadRuleProvenanceEnum = {
|
|
|
600
599
|
project: "project",
|
|
601
600
|
team: "team"
|
|
602
601
|
};
|
|
602
|
+
const userEventPayloadModeEnum = {
|
|
603
|
+
organization: "organization",
|
|
604
|
+
team: "team"
|
|
605
|
+
};
|
|
606
|
+
const userEventPayloadPreviousModeEnum = {
|
|
607
|
+
organization: "organization",
|
|
608
|
+
team: "team"
|
|
609
|
+
};
|
|
603
610
|
const userEventPayloadInitiatorEnum = {
|
|
604
611
|
system: "system",
|
|
605
612
|
user: "user"
|
|
@@ -1180,14 +1187,6 @@ const userEventPayloadBillingPlanEnum = {
|
|
|
1180
1187
|
enterprise: "enterprise",
|
|
1181
1188
|
platform: "platform"
|
|
1182
1189
|
};
|
|
1183
|
-
const userEventPayloadModeEnum = {
|
|
1184
|
-
organization: "organization",
|
|
1185
|
-
team: "team"
|
|
1186
|
-
};
|
|
1187
|
-
const userEventPayloadPreviousModeEnum = {
|
|
1188
|
-
organization: "organization",
|
|
1189
|
-
team: "team"
|
|
1190
|
-
};
|
|
1191
1190
|
const userEventPayloadNextEnforcementScopeEnum = {
|
|
1192
1191
|
all: "all",
|
|
1193
1192
|
preview: "preview"
|
|
@@ -1897,6 +1896,7 @@ const userEventTypeEnum = {
|
|
|
1897
1896
|
"deployment-creation-blocked": "deployment-creation-blocked",
|
|
1898
1897
|
"deployment-delete": "deployment-delete",
|
|
1899
1898
|
"deployment-policy-blocked": "deployment-policy-blocked",
|
|
1899
|
+
"deployment-protection-access-requests": "deployment-protection-access-requests",
|
|
1900
1900
|
"deployment-undeleted": "deployment-undeleted",
|
|
1901
1901
|
"disabled-integration-installation-removed": "disabled-integration-installation-removed",
|
|
1902
1902
|
"disconnect-bitbucket-app": "disconnect-bitbucket-app",
|
|
@@ -2077,6 +2077,7 @@ const userEventTypeEnum = {
|
|
|
2077
2077
|
"organization-delete": "organization-delete",
|
|
2078
2078
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2079
2079
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2080
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
2080
2081
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2081
2082
|
"organization-emu-updated": "organization-emu-updated",
|
|
2082
2083
|
"organization-slug-update": "organization-slug-update",
|
|
@@ -2610,6 +2611,7 @@ const listEventTypeNameEnum = {
|
|
|
2610
2611
|
"deployment-creation-blocked": "deployment-creation-blocked",
|
|
2611
2612
|
"deployment-delete": "deployment-delete",
|
|
2612
2613
|
"deployment-policy-blocked": "deployment-policy-blocked",
|
|
2614
|
+
"deployment-protection-access-requests": "deployment-protection-access-requests",
|
|
2613
2615
|
"deployment-undeleted": "deployment-undeleted",
|
|
2614
2616
|
"disabled-integration-installation-removed": "disabled-integration-installation-removed",
|
|
2615
2617
|
"disconnect-bitbucket-app": "disconnect-bitbucket-app",
|
|
@@ -2790,6 +2792,7 @@ const listEventTypeNameEnum = {
|
|
|
2790
2792
|
"organization-delete": "organization-delete",
|
|
2791
2793
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2792
2794
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2795
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
2793
2796
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2794
2797
|
"organization-emu-updated": "organization-emu-updated",
|
|
2795
2798
|
"organization-slug-update": "organization-slug-update",
|
|
@@ -3298,6 +3301,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3298
3301
|
"deployment-creation-blocked": "deployment-creation-blocked",
|
|
3299
3302
|
"deployment-delete": "deployment-delete",
|
|
3300
3303
|
"deployment-policy-blocked": "deployment-policy-blocked",
|
|
3304
|
+
"deployment-protection-access-requests": "deployment-protection-access-requests",
|
|
3301
3305
|
"deployment-undeleted": "deployment-undeleted",
|
|
3302
3306
|
"disabled-integration-installation-removed": "disabled-integration-installation-removed",
|
|
3303
3307
|
"disconnect-bitbucket-app": "disconnect-bitbucket-app",
|
|
@@ -3478,6 +3482,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3478
3482
|
"organization-delete": "organization-delete",
|
|
3479
3483
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
3480
3484
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
3485
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
3481
3486
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
3482
3487
|
"organization-emu-updated": "organization-emu-updated",
|
|
3483
3488
|
"organization-slug-update": "organization-slug-update",
|