vercel-api-js 1.21.0 → 1.22.1

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
@@ -8,6 +8,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
  * @type object
9
9
  */ const aiGatewayVirtualModelConfigHasEnum = {
10
10
  "implicit-caching": "implicit-caching",
11
+ reasoning: "reasoning",
12
+ "tool-use": "tool-use",
11
13
  vision: "vision"
12
14
  };
13
15
  const scopeEnum = {
@@ -4119,6 +4121,16 @@ const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
4119
4121
  bitbucket: "bitbucket",
4120
4122
  github: "github"
4121
4123
  };
4124
+ const teamDeploymentStorageRolloutCohortEnum = {
4125
+ high: "high",
4126
+ low: "low",
4127
+ medium: "medium"
4128
+ };
4129
+ const teamDeploymentStorageRolloutMeterReasonEnum = {
4130
+ high_retention_opt_in: "high_retention_opt_in",
4131
+ low_scheduled: "low_scheduled",
4132
+ medium_scheduled: "medium_scheduled"
4133
+ };
4122
4134
  const teamDisableHardAutoBlocks = {
4123
4135
  false: false,
4124
4136
  true: true
@@ -4824,6 +4836,8 @@ exports.teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = teamDeploy
4824
4836
  exports.teamDeploymentPolicyDeploymentSourcesSourcesEnum = teamDeploymentPolicyDeploymentSourcesSourcesEnum;
4825
4837
  exports.teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum;
4826
4838
  exports.teamDeploymentPolicyGitSourcesSourcesProviderEnum = teamDeploymentPolicyGitSourcesSourcesProviderEnum;
4839
+ exports.teamDeploymentStorageRolloutCohortEnum = teamDeploymentStorageRolloutCohortEnum;
4840
+ exports.teamDeploymentStorageRolloutMeterReasonEnum = teamDeploymentStorageRolloutMeterReasonEnum;
4827
4841
  exports.teamDisableHardAutoBlocks = teamDisableHardAutoBlocks;
4828
4842
  exports.teamDisjunctiveProductionSecretPolicyEnum = teamDisjunctiveProductionSecretPolicyEnum;
4829
4843
  exports.teamDpAccessRequestsModeEnum = teamDpAccessRequestsModeEnum;