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/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var components = require('./components-pfe7zbum.cjs');
|
|
4
|
-
var schemas = require('./schemas-
|
|
4
|
+
var schemas = require('./schemas-kx22wqv5.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
|
@@ -5423,6 +5423,8 @@ exports.teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = types.team
|
|
|
5423
5423
|
exports.teamDeploymentPolicyDeploymentSourcesSourcesEnum = types.teamDeploymentPolicyDeploymentSourcesSourcesEnum;
|
|
5424
5424
|
exports.teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = types.teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum;
|
|
5425
5425
|
exports.teamDeploymentPolicyGitSourcesSourcesProviderEnum = types.teamDeploymentPolicyGitSourcesSourcesProviderEnum;
|
|
5426
|
+
exports.teamDeploymentStorageRolloutCohortEnum = types.teamDeploymentStorageRolloutCohortEnum;
|
|
5427
|
+
exports.teamDeploymentStorageRolloutMeterReasonEnum = types.teamDeploymentStorageRolloutMeterReasonEnum;
|
|
5426
5428
|
exports.teamDisableHardAutoBlocks = types.teamDisableHardAutoBlocks;
|
|
5427
5429
|
exports.teamDisjunctiveProductionSecretPolicyEnum = types.teamDisjunctiveProductionSecretPolicyEnum;
|
|
5428
5430
|
exports.teamDpAccessRequestsModeEnum = types.teamDpAccessRequestsModeEnum;
|