vercel-api-js 1.11.0 → 1.12.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
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * Generated by Kubb (https://kubb.dev/).
3
3
  * Do not edit manually.
4
+ */ /**
5
+ * @description Arbitrary per-provider AI SDK options, keyed by gateway provider slug.
6
+ * @type object
4
7
  */ const scopeEnum = {
5
8
  global: "global",
6
9
  specific: "specific",
@@ -448,6 +451,7 @@ const userEventTypeEnum = {
448
451
  "git-integration-repo-push": "git-integration-repo-push",
449
452
  git_account_integration_link_added: "git_account_integration_link_added",
450
453
  "instant-rollback-created": "instant-rollback-created",
454
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
451
455
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
452
456
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
453
457
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
@@ -942,16 +946,17 @@ const planSlugEnum = {
942
946
  v0_teams: "v0_teams"
943
947
  };
944
948
  const reasonEnum = {
945
- BLOCKED_FOR_PLATFORM_ABUSE: "BLOCKED_FOR_PLATFORM_ABUSE",
946
- DOMAIN_OWNER_DELETION_REQUEST: "DOMAIN_OWNER_DELETION_REQUEST",
947
- ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
948
- ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
949
- EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
950
- FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
951
- HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
952
- SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
953
- SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
954
- UNPAID_INVOICE: "UNPAID_INVOICE"
949
+ "basic-floor": "basic-floor",
950
+ "build-timeout-failure": "build-timeout-failure",
951
+ "enospc-failure": "enospc-failure",
952
+ "enterprise-floor": "enterprise-floor",
953
+ "high-peak-disk": "high-peak-disk",
954
+ "high-peak-memory": "high-peak-memory",
955
+ "long-build-duration": "long-build-duration",
956
+ "oom-failure": "oom-failure",
957
+ "plan-change": "plan-change",
958
+ "short-build-duration": "short-build-duration",
959
+ "sustained-high-cpu": "sustained-high-cpu"
955
960
  };
956
961
  const subjectTypeEnum = {
957
962
  app: "app",
@@ -1694,6 +1699,7 @@ const listEventTypeNameEnum = {
1694
1699
  "git-integration-repo-push": "git-integration-repo-push",
1695
1700
  git_account_integration_link_added: "git_account_integration_link_added",
1696
1701
  "instant-rollback-created": "instant-rollback-created",
1702
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
1697
1703
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
1698
1704
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
1699
1705
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
@@ -2353,6 +2359,7 @@ const listEventTypeReplacedByEnum = {
2353
2359
  "git-integration-repo-push": "git-integration-repo-push",
2354
2360
  git_account_integration_link_added: "git_account_integration_link_added",
2355
2361
  "instant-rollback-created": "instant-rollback-created",
2362
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
2356
2363
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
2357
2364
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
2358
2365
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-api-js",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "type": "module",
6
6
  "author": "SferaDev",