vercel-api-js 1.20.1 → 1.20.2

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
  };
@@ -2075,6 +2074,7 @@ const userEventTypeEnum = {
2075
2074
  "organization-delete": "organization-delete",
2076
2075
  "organization-dsync-group-delete": "organization-dsync-group-delete",
2077
2076
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
2077
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
2078
2078
  "organization-emu-team-updated": "organization-emu-team-updated",
2079
2079
  "organization-emu-updated": "organization-emu-updated",
2080
2080
  "organization-slug-update": "organization-slug-update",
@@ -2788,6 +2788,7 @@ const listEventTypeNameEnum = {
2788
2788
  "organization-delete": "organization-delete",
2789
2789
  "organization-dsync-group-delete": "organization-dsync-group-delete",
2790
2790
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
2791
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
2791
2792
  "organization-emu-team-updated": "organization-emu-team-updated",
2792
2793
  "organization-emu-updated": "organization-emu-updated",
2793
2794
  "organization-slug-update": "organization-slug-update",
@@ -3476,6 +3477,7 @@ const listEventTypeReplacedByEnum = {
3476
3477
  "organization-delete": "organization-delete",
3477
3478
  "organization-dsync-group-delete": "organization-dsync-group-delete",
3478
3479
  "organization-dsync-group-upsert": "organization-dsync-group-upsert",
3480
+ "organization-emu-domains-merged": "organization-emu-domains-merged",
3479
3481
  "organization-emu-team-updated": "organization-emu-team-updated",
3480
3482
  "organization-emu-updated": "organization-emu-updated",
3481
3483
  "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.20.2",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "type": "module",
6
6
  "author": "SferaDev",