vercel-api-js 1.9.1 → 1.10.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/{components-nbgupmvz.js → components-f5r2um56.js} +113 -1
- package/dist/{components-ma60hj42.cjs → components-k1idfow7.cjs} +117 -0
- package/dist/components.cjs +6 -1
- package/dist/components.d.mts +96 -1
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/effect.cjs +1 -1
- package/dist/effect.d.mts +13 -1
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -1
- package/dist/index.cjs +71 -5
- package/dist/index.d.ts +1123 -44
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{schemas-ffrql7rd.js → schemas-j4m5o9a7.js} +262 -20
- package/dist/{schemas-dkkesx73.cjs → schemas-mq2xg0ty.cjs} +323 -22
- package/dist/schemas.cjs +63 -4
- package/dist/schemas.d.mts +185 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +49 -7
- package/dist/types.d.mts +840 -38
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +43 -8
- package/package.json +1 -1
package/dist/schemas.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var schemas = require('./schemas-
|
|
3
|
+
var schemas = require('./schemas-mq2xg0ty.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -105,6 +105,8 @@ exports.aggregatePageviewsStatus403Schema = schemas.aggregatePageviewsStatus403S
|
|
|
105
105
|
exports.aggregatePageviewsStatus410Schema = schemas.aggregatePageviewsStatus410Schema;
|
|
106
106
|
exports.aiGatewayRuleListSchema = schemas.aiGatewayRuleListSchema;
|
|
107
107
|
exports.aiGatewayRuleSchema = schemas.aiGatewayRuleSchema;
|
|
108
|
+
exports.aiGatewayVirtualModelConfigListSchema = schemas.aiGatewayVirtualModelConfigListSchema;
|
|
109
|
+
exports.aiGatewayVirtualModelConfigSchema = schemas.aiGatewayVirtualModelConfigSchema;
|
|
108
110
|
exports.approveRollingReleaseStagePathIdOrNameSchema = schemas.approveRollingReleaseStagePathIdOrNameSchema;
|
|
109
111
|
exports.approveRollingReleaseStageQuerySlugSchema = schemas.approveRollingReleaseStageQuerySlugSchema;
|
|
110
112
|
exports.approveRollingReleaseStageQueryTeamIdSchema = schemas.approveRollingReleaseStageQueryTeamIdSchema;
|
|
@@ -290,6 +292,17 @@ exports.createAiGatewayRuleStatus403Schema = schemas.createAiGatewayRuleStatus40
|
|
|
290
292
|
exports.createAiGatewayRuleStatus409Schema = schemas.createAiGatewayRuleStatus409Schema;
|
|
291
293
|
exports.createAiGatewayRuleStatus410Schema = schemas.createAiGatewayRuleStatus410Schema;
|
|
292
294
|
exports.createAiGatewayRuleStatus500Schema = schemas.createAiGatewayRuleStatus500Schema;
|
|
295
|
+
exports.createAiGatewayVirtualModelConfigQuerySlugSchema = schemas.createAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
296
|
+
exports.createAiGatewayVirtualModelConfigQueryTeamIdSchema = schemas.createAiGatewayVirtualModelConfigQueryTeamIdSchema;
|
|
297
|
+
exports.createAiGatewayVirtualModelConfigResponseSchema = schemas.createAiGatewayVirtualModelConfigResponseSchema;
|
|
298
|
+
exports.createAiGatewayVirtualModelConfigStatus201Schema = schemas.createAiGatewayVirtualModelConfigStatus201Schema;
|
|
299
|
+
exports.createAiGatewayVirtualModelConfigStatus400Schema = schemas.createAiGatewayVirtualModelConfigStatus400Schema;
|
|
300
|
+
exports.createAiGatewayVirtualModelConfigStatus401Schema = schemas.createAiGatewayVirtualModelConfigStatus401Schema;
|
|
301
|
+
exports.createAiGatewayVirtualModelConfigStatus403Schema = schemas.createAiGatewayVirtualModelConfigStatus403Schema;
|
|
302
|
+
exports.createAiGatewayVirtualModelConfigStatus409Schema = schemas.createAiGatewayVirtualModelConfigStatus409Schema;
|
|
303
|
+
exports.createAiGatewayVirtualModelConfigStatus410Schema = schemas.createAiGatewayVirtualModelConfigStatus410Schema;
|
|
304
|
+
exports.createAiGatewayVirtualModelConfigStatus429Schema = schemas.createAiGatewayVirtualModelConfigStatus429Schema;
|
|
305
|
+
exports.createAiGatewayVirtualModelConfigStatus500Schema = schemas.createAiGatewayVirtualModelConfigStatus500Schema;
|
|
293
306
|
exports.createApiKeysResponseSchema = schemas.createApiKeysResponseSchema;
|
|
294
307
|
exports.createApiKeysStatus200Schema = schemas.createApiKeysStatus200Schema;
|
|
295
308
|
exports.createApiKeysStatus400Schema = schemas.createApiKeysStatus400Schema;
|
|
@@ -812,6 +825,18 @@ exports.deleteAiGatewayRuleStatus403Schema = schemas.deleteAiGatewayRuleStatus40
|
|
|
812
825
|
exports.deleteAiGatewayRuleStatus404Schema = schemas.deleteAiGatewayRuleStatus404Schema;
|
|
813
826
|
exports.deleteAiGatewayRuleStatus410Schema = schemas.deleteAiGatewayRuleStatus410Schema;
|
|
814
827
|
exports.deleteAiGatewayRuleStatus500Schema = schemas.deleteAiGatewayRuleStatus500Schema;
|
|
828
|
+
exports.deleteAiGatewayVirtualModelConfigQueryOwnerIdSchema = schemas.deleteAiGatewayVirtualModelConfigQueryOwnerIdSchema;
|
|
829
|
+
exports.deleteAiGatewayVirtualModelConfigQuerySlugSchema = schemas.deleteAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
830
|
+
exports.deleteAiGatewayVirtualModelConfigQueryTeamIdSchema = schemas.deleteAiGatewayVirtualModelConfigQueryTeamIdSchema;
|
|
831
|
+
exports.deleteAiGatewayVirtualModelConfigQueryVirtualModelSlugSchema = schemas.deleteAiGatewayVirtualModelConfigQueryVirtualModelSlugSchema;
|
|
832
|
+
exports.deleteAiGatewayVirtualModelConfigResponseSchema = schemas.deleteAiGatewayVirtualModelConfigResponseSchema;
|
|
833
|
+
exports.deleteAiGatewayVirtualModelConfigStatus204Schema = schemas.deleteAiGatewayVirtualModelConfigStatus204Schema;
|
|
834
|
+
exports.deleteAiGatewayVirtualModelConfigStatus400Schema = schemas.deleteAiGatewayVirtualModelConfigStatus400Schema;
|
|
835
|
+
exports.deleteAiGatewayVirtualModelConfigStatus401Schema = schemas.deleteAiGatewayVirtualModelConfigStatus401Schema;
|
|
836
|
+
exports.deleteAiGatewayVirtualModelConfigStatus403Schema = schemas.deleteAiGatewayVirtualModelConfigStatus403Schema;
|
|
837
|
+
exports.deleteAiGatewayVirtualModelConfigStatus404Schema = schemas.deleteAiGatewayVirtualModelConfigStatus404Schema;
|
|
838
|
+
exports.deleteAiGatewayVirtualModelConfigStatus410Schema = schemas.deleteAiGatewayVirtualModelConfigStatus410Schema;
|
|
839
|
+
exports.deleteAiGatewayVirtualModelConfigStatus500Schema = schemas.deleteAiGatewayVirtualModelConfigStatus500Schema;
|
|
815
840
|
exports.deleteAliasPathAliasIdSchema = schemas.deleteAliasPathAliasIdSchema;
|
|
816
841
|
exports.deleteAliasQuerySlugSchema = schemas.deleteAliasQuerySlugSchema;
|
|
817
842
|
exports.deleteAliasQueryTeamIdSchema = schemas.deleteAliasQueryTeamIdSchema;
|
|
@@ -1251,9 +1276,6 @@ exports.downloadArtifactStatus410Schema = schemas.downloadArtifactStatus410Schem
|
|
|
1251
1276
|
exports.driveSchema = schemas.driveSchema;
|
|
1252
1277
|
exports.duplicateDomainsSchema = schemas.duplicateDomainsSchema;
|
|
1253
1278
|
exports.e164PhoneNumberSchema = schemas.e164PhoneNumberSchema;
|
|
1254
|
-
exports.edgeConfigItemSchema = schemas.edgeConfigItemSchema;
|
|
1255
|
-
exports.edgeConfigItemValueSchema = schemas.edgeConfigItemValueSchema;
|
|
1256
|
-
exports.edgeConfigTokenSchema = schemas.edgeConfigTokenSchema;
|
|
1257
1279
|
exports.editProjectEnvPathIdOrNameSchema = schemas.editProjectEnvPathIdOrNameSchema;
|
|
1258
1280
|
exports.editProjectEnvPathIdSchema = schemas.editProjectEnvPathIdSchema;
|
|
1259
1281
|
exports.editProjectEnvQuerySlugSchema = schemas.editProjectEnvQuerySlugSchema;
|
|
@@ -1381,6 +1403,18 @@ exports.getActiveAttackStatusStatus401Schema = schemas.getActiveAttackStatusStat
|
|
|
1381
1403
|
exports.getActiveAttackStatusStatus403Schema = schemas.getActiveAttackStatusStatus403Schema;
|
|
1382
1404
|
exports.getActiveAttackStatusStatus404Schema = schemas.getActiveAttackStatusStatus404Schema;
|
|
1383
1405
|
exports.getActiveAttackStatusStatus410Schema = schemas.getActiveAttackStatusStatus410Schema;
|
|
1406
|
+
exports.getAiGatewayVirtualModelConfigQueryOwnerIdSchema = schemas.getAiGatewayVirtualModelConfigQueryOwnerIdSchema;
|
|
1407
|
+
exports.getAiGatewayVirtualModelConfigQuerySlugSchema = schemas.getAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
1408
|
+
exports.getAiGatewayVirtualModelConfigQueryTeamIdSchema = schemas.getAiGatewayVirtualModelConfigQueryTeamIdSchema;
|
|
1409
|
+
exports.getAiGatewayVirtualModelConfigQueryVirtualModelSlugSchema = schemas.getAiGatewayVirtualModelConfigQueryVirtualModelSlugSchema;
|
|
1410
|
+
exports.getAiGatewayVirtualModelConfigResponseSchema = schemas.getAiGatewayVirtualModelConfigResponseSchema;
|
|
1411
|
+
exports.getAiGatewayVirtualModelConfigStatus200Schema = schemas.getAiGatewayVirtualModelConfigStatus200Schema;
|
|
1412
|
+
exports.getAiGatewayVirtualModelConfigStatus400Schema = schemas.getAiGatewayVirtualModelConfigStatus400Schema;
|
|
1413
|
+
exports.getAiGatewayVirtualModelConfigStatus401Schema = schemas.getAiGatewayVirtualModelConfigStatus401Schema;
|
|
1414
|
+
exports.getAiGatewayVirtualModelConfigStatus403Schema = schemas.getAiGatewayVirtualModelConfigStatus403Schema;
|
|
1415
|
+
exports.getAiGatewayVirtualModelConfigStatus404Schema = schemas.getAiGatewayVirtualModelConfigStatus404Schema;
|
|
1416
|
+
exports.getAiGatewayVirtualModelConfigStatus410Schema = schemas.getAiGatewayVirtualModelConfigStatus410Schema;
|
|
1417
|
+
exports.getAiGatewayVirtualModelConfigStatus500Schema = schemas.getAiGatewayVirtualModelConfigStatus500Schema;
|
|
1384
1418
|
exports.getAliasPathIdOrAliasSchema = schemas.getAliasPathIdOrAliasSchema;
|
|
1385
1419
|
exports.getAliasQueryFromSchema = schemas.getAliasQueryFromSchema;
|
|
1386
1420
|
exports.getAliasQueryProjectIdSchema = schemas.getAliasQueryProjectIdSchema;
|
|
@@ -2619,6 +2653,9 @@ exports.gitNamespacesStatus404Schema = schemas.gitNamespacesStatus404Schema;
|
|
|
2619
2653
|
exports.gitNamespacesStatus410Schema = schemas.gitNamespacesStatus410Schema;
|
|
2620
2654
|
exports.gitNamespacesStatus429Schema = schemas.gitNamespacesStatus429Schema;
|
|
2621
2655
|
exports.gitNamespacesStatus500Schema = schemas.gitNamespacesStatus500Schema;
|
|
2656
|
+
exports.globalConfigItemSchema = schemas.globalConfigItemSchema;
|
|
2657
|
+
exports.globalConfigItemValueSchema = schemas.globalConfigItemValueSchema;
|
|
2658
|
+
exports.globalConfigTokenSchema = schemas.globalConfigTokenSchema;
|
|
2622
2659
|
exports.httpApiDecodeErrorSchema = schemas.httpApiDecodeErrorSchema;
|
|
2623
2660
|
exports.importConnectorTokensPathConnectorSchema = schemas.importConnectorTokensPathConnectorSchema;
|
|
2624
2661
|
exports.importConnectorTokensResponseSchema = schemas.importConnectorTokensResponseSchema;
|
|
@@ -2759,6 +2796,18 @@ exports.listAiGatewayRulesStatus401Schema = schemas.listAiGatewayRulesStatus401S
|
|
|
2759
2796
|
exports.listAiGatewayRulesStatus403Schema = schemas.listAiGatewayRulesStatus403Schema;
|
|
2760
2797
|
exports.listAiGatewayRulesStatus410Schema = schemas.listAiGatewayRulesStatus410Schema;
|
|
2761
2798
|
exports.listAiGatewayRulesStatus500Schema = schemas.listAiGatewayRulesStatus500Schema;
|
|
2799
|
+
exports.listAiGatewayVirtualModelConfigsQueryCursorSchema = schemas.listAiGatewayVirtualModelConfigsQueryCursorSchema;
|
|
2800
|
+
exports.listAiGatewayVirtualModelConfigsQueryLimitSchema = schemas.listAiGatewayVirtualModelConfigsQueryLimitSchema;
|
|
2801
|
+
exports.listAiGatewayVirtualModelConfigsQueryOwnerIdSchema = schemas.listAiGatewayVirtualModelConfigsQueryOwnerIdSchema;
|
|
2802
|
+
exports.listAiGatewayVirtualModelConfigsQuerySlugSchema = schemas.listAiGatewayVirtualModelConfigsQuerySlugSchema;
|
|
2803
|
+
exports.listAiGatewayVirtualModelConfigsQueryTeamIdSchema = schemas.listAiGatewayVirtualModelConfigsQueryTeamIdSchema;
|
|
2804
|
+
exports.listAiGatewayVirtualModelConfigsResponseSchema = schemas.listAiGatewayVirtualModelConfigsResponseSchema;
|
|
2805
|
+
exports.listAiGatewayVirtualModelConfigsStatus200Schema = schemas.listAiGatewayVirtualModelConfigsStatus200Schema;
|
|
2806
|
+
exports.listAiGatewayVirtualModelConfigsStatus400Schema = schemas.listAiGatewayVirtualModelConfigsStatus400Schema;
|
|
2807
|
+
exports.listAiGatewayVirtualModelConfigsStatus401Schema = schemas.listAiGatewayVirtualModelConfigsStatus401Schema;
|
|
2808
|
+
exports.listAiGatewayVirtualModelConfigsStatus403Schema = schemas.listAiGatewayVirtualModelConfigsStatus403Schema;
|
|
2809
|
+
exports.listAiGatewayVirtualModelConfigsStatus410Schema = schemas.listAiGatewayVirtualModelConfigsStatus410Schema;
|
|
2810
|
+
exports.listAiGatewayVirtualModelConfigsStatus500Schema = schemas.listAiGatewayVirtualModelConfigsStatus500Schema;
|
|
2762
2811
|
exports.listAliasesQueryDomainSchema = schemas.listAliasesQueryDomainSchema;
|
|
2763
2812
|
exports.listAliasesQueryFromSchema = schemas.listAliasesQueryFromSchema;
|
|
2764
2813
|
exports.listAliasesQueryLimitSchema = schemas.listAliasesQueryLimitSchema;
|
|
@@ -3754,6 +3803,16 @@ exports.updateAiGatewayRuleStatus403Schema = schemas.updateAiGatewayRuleStatus40
|
|
|
3754
3803
|
exports.updateAiGatewayRuleStatus404Schema = schemas.updateAiGatewayRuleStatus404Schema;
|
|
3755
3804
|
exports.updateAiGatewayRuleStatus410Schema = schemas.updateAiGatewayRuleStatus410Schema;
|
|
3756
3805
|
exports.updateAiGatewayRuleStatus500Schema = schemas.updateAiGatewayRuleStatus500Schema;
|
|
3806
|
+
exports.updateAiGatewayVirtualModelConfigQuerySlugSchema = schemas.updateAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
3807
|
+
exports.updateAiGatewayVirtualModelConfigQueryTeamIdSchema = schemas.updateAiGatewayVirtualModelConfigQueryTeamIdSchema;
|
|
3808
|
+
exports.updateAiGatewayVirtualModelConfigResponseSchema = schemas.updateAiGatewayVirtualModelConfigResponseSchema;
|
|
3809
|
+
exports.updateAiGatewayVirtualModelConfigStatus200Schema = schemas.updateAiGatewayVirtualModelConfigStatus200Schema;
|
|
3810
|
+
exports.updateAiGatewayVirtualModelConfigStatus400Schema = schemas.updateAiGatewayVirtualModelConfigStatus400Schema;
|
|
3811
|
+
exports.updateAiGatewayVirtualModelConfigStatus401Schema = schemas.updateAiGatewayVirtualModelConfigStatus401Schema;
|
|
3812
|
+
exports.updateAiGatewayVirtualModelConfigStatus403Schema = schemas.updateAiGatewayVirtualModelConfigStatus403Schema;
|
|
3813
|
+
exports.updateAiGatewayVirtualModelConfigStatus404Schema = schemas.updateAiGatewayVirtualModelConfigStatus404Schema;
|
|
3814
|
+
exports.updateAiGatewayVirtualModelConfigStatus410Schema = schemas.updateAiGatewayVirtualModelConfigStatus410Schema;
|
|
3815
|
+
exports.updateAiGatewayVirtualModelConfigStatus500Schema = schemas.updateAiGatewayVirtualModelConfigStatus500Schema;
|
|
3757
3816
|
exports.updateAttackChallengeModeQuerySlugSchema = schemas.updateAttackChallengeModeQuerySlugSchema;
|
|
3758
3817
|
exports.updateAttackChallengeModeQueryTeamIdSchema = schemas.updateAttackChallengeModeQueryTeamIdSchema;
|
|
3759
3818
|
exports.updateAttackChallengeModeResponseSchema = schemas.updateAttackChallengeModeResponseSchema;
|