vercel-api-js 1.21.0 → 1.22.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
@@ -4119,6 +4119,16 @@ const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
4119
4119
  bitbucket: "bitbucket",
4120
4120
  github: "github"
4121
4121
  };
4122
+ const teamDeploymentStorageRolloutCohortEnum = {
4123
+ high: "high",
4124
+ low: "low",
4125
+ medium: "medium"
4126
+ };
4127
+ const teamDeploymentStorageRolloutMeterReasonEnum = {
4128
+ high_retention_opt_in: "high_retention_opt_in",
4129
+ low_scheduled: "low_scheduled",
4130
+ medium_scheduled: "medium_scheduled"
4131
+ };
4122
4132
  const teamDisableHardAutoBlocks = {
4123
4133
  false: false,
4124
4134
  true: true
@@ -4824,6 +4834,8 @@ exports.teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = teamDeploy
4824
4834
  exports.teamDeploymentPolicyDeploymentSourcesSourcesEnum = teamDeploymentPolicyDeploymentSourcesSourcesEnum;
4825
4835
  exports.teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum;
4826
4836
  exports.teamDeploymentPolicyGitSourcesSourcesProviderEnum = teamDeploymentPolicyGitSourcesSourcesProviderEnum;
4837
+ exports.teamDeploymentStorageRolloutCohortEnum = teamDeploymentStorageRolloutCohortEnum;
4838
+ exports.teamDeploymentStorageRolloutMeterReasonEnum = teamDeploymentStorageRolloutMeterReasonEnum;
4827
4839
  exports.teamDisableHardAutoBlocks = teamDisableHardAutoBlocks;
4828
4840
  exports.teamDisjunctiveProductionSecretPolicyEnum = teamDisjunctiveProductionSecretPolicyEnum;
4829
4841
  exports.teamDpAccessRequestsModeEnum = teamDpAccessRequestsModeEnum;