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/types.mjs CHANGED
@@ -20,7 +20,6 @@ const aiGatewayVirtualModelConfigInferenceRegionScopeEnum = {
20
20
  };
21
21
  const aiGatewayVirtualModelConfigSelectorEnum = {
22
22
  cost: "cost",
23
- priority: "priority",
24
23
  tps: "tps",
25
24
  ttft: "ttft"
26
25
  };
@@ -598,6 +597,14 @@ const userEventPayloadRuleProvenanceEnum = {
598
597
  project: "project",
599
598
  team: "team"
600
599
  };
600
+ const userEventPayloadModeEnum = {
601
+ organization: "organization",
602
+ team: "team"
603
+ };
604
+ const userEventPayloadPreviousModeEnum = {
605
+ organization: "organization",
606
+ team: "team"
607
+ };
601
608
  const userEventPayloadInitiatorEnum = {
602
609
  system: "system",
603
610
  user: "user"
@@ -1178,14 +1185,6 @@ const userEventPayloadBillingPlanEnum = {
1178
1185
  enterprise: "enterprise",
1179
1186
  platform: "platform"
1180
1187
  };
1181
- const userEventPayloadModeEnum = {
1182
- organization: "organization",
1183
- team: "team"
1184
- };
1185
- const userEventPayloadPreviousModeEnum = {
1186
- organization: "organization",
1187
- team: "team"
1188
- };
1189
1188
  const userEventPayloadNextEnforcementScopeEnum = {
1190
1189
  all: "all",
1191
1190
  preview: "preview"
@@ -1895,6 +1894,7 @@ const userEventTypeEnum = {
1895
1894
  "deployment-creation-blocked": "deployment-creation-blocked",
1896
1895
  "deployment-delete": "deployment-delete",
1897
1896
  "deployment-policy-blocked": "deployment-policy-blocked",
1897
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
1898
1898
  "deployment-undeleted": "deployment-undeleted",
1899
1899
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
1900
1900
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -2075,6 +2075,7 @@ const userEventTypeEnum = {
2075
2075
  "organization-delete": "organization-delete",
2076
2076
  "organization-dsync-group-delete": "organization-dsync-group-delete",
2077
2077
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
2078
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
2078
2079
  "organization-emu-team-updated": "organization-emu-team-updated",
2079
2080
  "organization-emu-updated": "organization-emu-updated",
2080
2081
  "organization-slug-update": "organization-slug-update",
@@ -2608,6 +2609,7 @@ const listEventTypeNameEnum = {
2608
2609
  "deployment-creation-blocked": "deployment-creation-blocked",
2609
2610
  "deployment-delete": "deployment-delete",
2610
2611
  "deployment-policy-blocked": "deployment-policy-blocked",
2612
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
2611
2613
  "deployment-undeleted": "deployment-undeleted",
2612
2614
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
2613
2615
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -2788,6 +2790,7 @@ const listEventTypeNameEnum = {
2788
2790
  "organization-delete": "organization-delete",
2789
2791
  "organization-dsync-group-delete": "organization-dsync-group-delete",
2790
2792
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
2793
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
2791
2794
  "organization-emu-team-updated": "organization-emu-team-updated",
2792
2795
  "organization-emu-updated": "organization-emu-updated",
2793
2796
  "organization-slug-update": "organization-slug-update",
@@ -3296,6 +3299,7 @@ const listEventTypeReplacedByEnum = {
3296
3299
  "deployment-creation-blocked": "deployment-creation-blocked",
3297
3300
  "deployment-delete": "deployment-delete",
3298
3301
  "deployment-policy-blocked": "deployment-policy-blocked",
3302
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
3299
3303
  "deployment-undeleted": "deployment-undeleted",
3300
3304
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
3301
3305
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -3476,6 +3480,7 @@ const listEventTypeReplacedByEnum = {
3476
3480
  "organization-delete": "organization-delete",
3477
3481
  "organization-dsync-group-delete": "organization-dsync-group-delete",
3478
3482
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
3483
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
3479
3484
  "organization-emu-team-updated": "organization-emu-team-updated",
3480
3485
  "organization-emu-updated": "organization-emu-updated",
3481
3486
  "organization-slug-update": "organization-slug-update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-api-js",
3
- "version": "1.20.1",
3
+ "version": "1.21.0",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "type": "module",
6
6
  "author": "SferaDev",