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.cjs CHANGED
@@ -3,6 +3,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  /**
4
4
  * Generated by Kubb (https://kubb.dev/).
5
5
  * Do not edit manually.
6
+ */ /**
7
+ * @description Arbitrary per-provider AI SDK options, keyed by gateway provider slug.
8
+ * @type object
6
9
  */ const scopeEnum = {
7
10
  global: "global",
8
11
  specific: "specific",
@@ -450,6 +453,7 @@ const userEventTypeEnum = {
450
453
  "git-integration-repo-push": "git-integration-repo-push",
451
454
  git_account_integration_link_added: "git_account_integration_link_added",
452
455
  "instant-rollback-created": "instant-rollback-created",
456
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
453
457
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
454
458
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
455
459
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
@@ -944,16 +948,17 @@ const planSlugEnum = {
944
948
  v0_teams: "v0_teams"
945
949
  };
946
950
  const reasonEnum = {
947
- BLOCKED_FOR_PLATFORM_ABUSE: "BLOCKED_FOR_PLATFORM_ABUSE",
948
- DOMAIN_OWNER_DELETION_REQUEST: "DOMAIN_OWNER_DELETION_REQUEST",
949
- ENTERPRISE_TRIAL_ENDED: "ENTERPRISE_TRIAL_ENDED",
950
- ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
951
- EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
952
- FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
953
- HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
954
- SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
955
- SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
956
- UNPAID_INVOICE: "UNPAID_INVOICE"
951
+ "basic-floor": "basic-floor",
952
+ "build-timeout-failure": "build-timeout-failure",
953
+ "enospc-failure": "enospc-failure",
954
+ "enterprise-floor": "enterprise-floor",
955
+ "high-peak-disk": "high-peak-disk",
956
+ "high-peak-memory": "high-peak-memory",
957
+ "long-build-duration": "long-build-duration",
958
+ "oom-failure": "oom-failure",
959
+ "plan-change": "plan-change",
960
+ "short-build-duration": "short-build-duration",
961
+ "sustained-high-cpu": "sustained-high-cpu"
957
962
  };
958
963
  const subjectTypeEnum = {
959
964
  app: "app",
@@ -1696,6 +1701,7 @@ const listEventTypeNameEnum = {
1696
1701
  "git-integration-repo-push": "git-integration-repo-push",
1697
1702
  git_account_integration_link_added: "git_account_integration_link_added",
1698
1703
  "instant-rollback-created": "instant-rollback-created",
1704
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
1699
1705
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
1700
1706
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
1701
1707
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",
@@ -2355,6 +2361,7 @@ const listEventTypeReplacedByEnum = {
2355
2361
  "git-integration-repo-push": "git-integration-repo-push",
2356
2362
  git_account_integration_link_added: "git_account_integration_link_added",
2357
2363
  "instant-rollback-created": "instant-rollback-created",
2364
+ "integration-configuration-credential-rotated": "integration-configuration-credential-rotated",
2358
2365
  "integration-configuration-owner-changed": "integration-configuration-owner-changed",
2359
2366
  "integration-configuration-scope-change-confirmed": "integration-configuration-scope-change-confirmed",
2360
2367
  "integration-configuration-transfer-in-success": "integration-configuration-transfer-in-success",