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/index.cjs +3 -1
- package/dist/index.d.ts +53 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-j9fjmv1v.js → schemas-c7bwh5ek.js} +17 -2
- package/dist/{schemas-dssww1l5.cjs → schemas-kx22wqv5.cjs} +17 -2
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +15 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +12 -0
- package/dist/types.d.mts +38 -3
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +11 -1
- package/package.json +1 -1
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;
|