vercel-api-js 1.20.0 → 1.20.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/index.cjs +4 -1
- package/dist/index.d.ts +70 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-b636kgje.cjs → schemas-jmgsg0ky.cjs} +21 -0
- package/dist/{schemas-g4hakv36.js → schemas-r10fk1hg.js} +21 -0
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +20 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +18 -0
- package/dist/types.d.mts +50 -2
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +16 -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-jmgsg0ky.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
|
@@ -5393,6 +5393,7 @@ exports.listTeamFlagsV2State = types.listTeamFlagsV2State;
|
|
|
5393
5393
|
exports.marketplaceFlagCategoryEnum = types.marketplaceFlagCategoryEnum;
|
|
5394
5394
|
exports.marketplaceFlagStateEnum = types.marketplaceFlagStateEnum;
|
|
5395
5395
|
exports.modeEnum = types.modeEnum;
|
|
5396
|
+
exports.namedSandboxArchitectureEnum = types.namedSandboxArchitectureEnum;
|
|
5396
5397
|
exports.namedSandboxFailoverRegionsEnum = types.namedSandboxFailoverRegionsEnum;
|
|
5397
5398
|
exports.namedSandboxNetworkPolicyModeEnum = types.namedSandboxNetworkPolicyModeEnum;
|
|
5398
5399
|
exports.namedSandboxStatusEnum = types.namedSandboxStatusEnum;
|
|
@@ -5406,7 +5407,9 @@ exports.searchRepoProvider = types.searchRepoProvider;
|
|
|
5406
5407
|
exports.segmentDataRulesConditionsCmpEnum = types.segmentDataRulesConditionsCmpEnum;
|
|
5407
5408
|
exports.segmentDataRulesConditionsRhs = types.segmentDataRulesConditionsRhs;
|
|
5408
5409
|
exports.segmentDataRulesConditionsRhsTypeEnum = types.segmentDataRulesConditionsRhsTypeEnum;
|
|
5410
|
+
exports.sessionArchitectureEnum = types.sessionArchitectureEnum;
|
|
5409
5411
|
exports.sessionStatusEnum = types.sessionStatusEnum;
|
|
5412
|
+
exports.snapshotArchitectureEnum = types.snapshotArchitectureEnum;
|
|
5410
5413
|
exports.snapshotCreationMethodEnum = types.snapshotCreationMethodEnum;
|
|
5411
5414
|
exports.snapshotStatusEnum = types.snapshotStatusEnum;
|
|
5412
5415
|
exports.teamBillingPlanEnum = types.teamBillingPlanEnum;
|