vercel-api-js 1.9.1 → 1.9.2
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 -4
- package/dist/index.d.ts +14 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-dkkesx73.cjs → schemas-in74gnjm.cjs} +8 -8
- package/dist/{schemas-ffrql7rd.js → schemas-jzkupi74.js} +6 -6
- package/dist/schemas.cjs +4 -4
- package/dist/schemas.d.mts +4 -4
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.d.mts +10 -6
- package/dist/types.d.mts.map +1 -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-ma60hj42.cjs');
|
|
4
|
-
var schemas = require('./schemas-
|
|
4
|
+
var schemas = require('./schemas-in74gnjm.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
|
@@ -1333,9 +1333,6 @@ exports.downloadArtifactStatus410Schema = schemas.downloadArtifactStatus410Schem
|
|
|
1333
1333
|
exports.driveSchema = schemas.driveSchema;
|
|
1334
1334
|
exports.duplicateDomainsSchema = schemas.duplicateDomainsSchema;
|
|
1335
1335
|
exports.e164PhoneNumberSchema = schemas.e164PhoneNumberSchema;
|
|
1336
|
-
exports.edgeConfigItemSchema = schemas.edgeConfigItemSchema;
|
|
1337
|
-
exports.edgeConfigItemValueSchema = schemas.edgeConfigItemValueSchema;
|
|
1338
|
-
exports.edgeConfigTokenSchema = schemas.edgeConfigTokenSchema;
|
|
1339
1336
|
exports.editProjectEnvPathIdOrNameSchema = schemas.editProjectEnvPathIdOrNameSchema;
|
|
1340
1337
|
exports.editProjectEnvPathIdSchema = schemas.editProjectEnvPathIdSchema;
|
|
1341
1338
|
exports.editProjectEnvQuerySlugSchema = schemas.editProjectEnvQuerySlugSchema;
|
|
@@ -2701,6 +2698,9 @@ exports.gitNamespacesStatus404Schema = schemas.gitNamespacesStatus404Schema;
|
|
|
2701
2698
|
exports.gitNamespacesStatus410Schema = schemas.gitNamespacesStatus410Schema;
|
|
2702
2699
|
exports.gitNamespacesStatus429Schema = schemas.gitNamespacesStatus429Schema;
|
|
2703
2700
|
exports.gitNamespacesStatus500Schema = schemas.gitNamespacesStatus500Schema;
|
|
2701
|
+
exports.globalConfigItemSchema = schemas.globalConfigItemSchema;
|
|
2702
|
+
exports.globalConfigItemValueSchema = schemas.globalConfigItemValueSchema;
|
|
2703
|
+
exports.globalConfigTokenSchema = schemas.globalConfigTokenSchema;
|
|
2704
2704
|
exports.httpApiDecodeErrorSchema = schemas.httpApiDecodeErrorSchema;
|
|
2705
2705
|
exports.importConnectorTokensPathConnectorSchema = schemas.importConnectorTokensPathConnectorSchema;
|
|
2706
2706
|
exports.importConnectorTokensResponseSchema = schemas.importConnectorTokensResponseSchema;
|