vercel-api-js 1.14.1 → 1.15.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.d.mts +20 -20
- package/dist/index.cjs +23 -21
- package/dist/index.d.ts +128 -80
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-jkpfjygi.js → schemas-f3m4uoi5.js} +117 -53
- package/dist/{schemas-ev1tjsfi.cjs → schemas-k96frmq7.cjs} +136 -72
- package/dist/schemas.cjs +21 -21
- package/dist/schemas.d.mts +49 -25
- 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 +60 -36
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +17 -1
- package/package.json +3 -3
package/dist/components.d.mts
CHANGED
|
@@ -381,8 +381,8 @@ declare function recordEvents({ queryParams, headers, config, }?: {
|
|
|
381
381
|
slug?: string;
|
|
382
382
|
};
|
|
383
383
|
headers?: {
|
|
384
|
-
"
|
|
385
|
-
"
|
|
384
|
+
"x-artifact-client-ci"?: string;
|
|
385
|
+
"x-artifact-client-interactive"?: number;
|
|
386
386
|
};
|
|
387
387
|
config?: Partial<FetcherConfig> & {
|
|
388
388
|
client?: typeof client;
|
|
@@ -416,13 +416,13 @@ declare function uploadArtifact({ pathParams, queryParams, headers, config, }?:
|
|
|
416
416
|
slug?: string;
|
|
417
417
|
};
|
|
418
418
|
headers?: {
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
419
|
+
"Content-Length"?: number;
|
|
420
|
+
"x-artifact-duration"?: number;
|
|
421
|
+
"x-artifact-client-ci"?: string;
|
|
422
|
+
"x-artifact-client-interactive"?: number;
|
|
423
|
+
"x-artifact-tag"?: string;
|
|
424
|
+
"x-artifact-sha"?: string;
|
|
425
|
+
"x-artifact-dirty-hash"?: string;
|
|
426
426
|
};
|
|
427
427
|
config?: Partial<FetcherConfig> & {
|
|
428
428
|
client?: typeof client;
|
|
@@ -442,8 +442,8 @@ declare function downloadArtifact({ pathParams, queryParams, headers, config, }?
|
|
|
442
442
|
slug?: string;
|
|
443
443
|
};
|
|
444
444
|
headers?: {
|
|
445
|
-
"
|
|
446
|
-
"
|
|
445
|
+
"x-artifact-client-ci"?: string;
|
|
446
|
+
"x-artifact-client-interactive"?: number;
|
|
447
447
|
};
|
|
448
448
|
config?: Partial<FetcherConfig> & {
|
|
449
449
|
client?: typeof client;
|
|
@@ -2187,9 +2187,9 @@ declare function listSharedEnvVariable({ queryParams, config, }?: {
|
|
|
2187
2187
|
projectId?: string;
|
|
2188
2188
|
ids?: string;
|
|
2189
2189
|
exclude_ids?: string;
|
|
2190
|
-
"
|
|
2190
|
+
"exclude-ids"?: string;
|
|
2191
2191
|
exclude_projectId?: string;
|
|
2192
|
-
"
|
|
2192
|
+
"exclude-projectId"?: string;
|
|
2193
2193
|
teamId?: string;
|
|
2194
2194
|
slug?: string;
|
|
2195
2195
|
};
|
|
@@ -5054,7 +5054,7 @@ declare function writeSessionFiles({ pathParams, queryParams, headers, config, }
|
|
|
5054
5054
|
slug?: string;
|
|
5055
5055
|
};
|
|
5056
5056
|
headers?: {
|
|
5057
|
-
"
|
|
5057
|
+
"x-cwd"?: string;
|
|
5058
5058
|
};
|
|
5059
5059
|
config?: Partial<FetcherConfig> & {
|
|
5060
5060
|
client?: typeof client;
|
|
@@ -5375,8 +5375,8 @@ declare function getStorageStoresById({ pathParams, queryParams, config, }?: {
|
|
|
5375
5375
|
id: string;
|
|
5376
5376
|
};
|
|
5377
5377
|
queryParams?: {
|
|
5378
|
-
"
|
|
5379
|
-
"
|
|
5378
|
+
"skip-metadata"?: boolean;
|
|
5379
|
+
"include-guides"?: boolean;
|
|
5380
5380
|
};
|
|
5381
5381
|
config?: Partial<FetcherConfig> & {
|
|
5382
5382
|
client?: typeof client;
|
|
@@ -5676,10 +5676,10 @@ declare function uploadFile({ queryParams, headers, config, }?: {
|
|
|
5676
5676
|
slug?: string;
|
|
5677
5677
|
};
|
|
5678
5678
|
headers?: {
|
|
5679
|
-
"
|
|
5680
|
-
"
|
|
5681
|
-
"
|
|
5682
|
-
"
|
|
5679
|
+
"Content-Length"?: number;
|
|
5680
|
+
"x-vercel-digest"?: string;
|
|
5681
|
+
"x-now-digest"?: string;
|
|
5682
|
+
"x-now-size"?: number;
|
|
5683
5683
|
};
|
|
5684
5684
|
config?: Partial<FetcherConfig> & {
|
|
5685
5685
|
client?: typeof client;
|
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-l5748yis.cjs');
|
|
4
|
-
var schemas = require('./schemas-
|
|
4
|
+
var schemas = require('./schemas-k96frmq7.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
|
@@ -1556,6 +1556,7 @@ exports.deleteTeamStatus402Schema = schemas.deleteTeamStatus402Schema;
|
|
|
1556
1556
|
exports.deleteTeamStatus403Schema = schemas.deleteTeamStatus403Schema;
|
|
1557
1557
|
exports.deleteTeamStatus409Schema = schemas.deleteTeamStatus409Schema;
|
|
1558
1558
|
exports.deleteTeamStatus410Schema = schemas.deleteTeamStatus410Schema;
|
|
1559
|
+
exports.deleteTeamStatus503Schema = schemas.deleteTeamStatus503Schema;
|
|
1559
1560
|
exports.deleteWebhookErrorSchema = schemas.deleteWebhookErrorSchema;
|
|
1560
1561
|
exports.deleteWebhookPathIdSchema = schemas.deleteWebhookPathIdSchema;
|
|
1561
1562
|
exports.deleteWebhookQuerySlugSchema = schemas.deleteWebhookQuerySlugSchema;
|
|
@@ -1576,8 +1577,8 @@ exports.domainNotRegisteredSchema = schemas.domainNotRegisteredSchema;
|
|
|
1576
1577
|
exports.domainNotRenewableSchema = schemas.domainNotRenewableSchema;
|
|
1577
1578
|
exports.domainTooShortSchema = schemas.domainTooShortSchema;
|
|
1578
1579
|
exports.downloadArtifactErrorSchema = schemas.downloadArtifactErrorSchema;
|
|
1579
|
-
exports.
|
|
1580
|
-
exports.
|
|
1580
|
+
exports.downloadArtifactHeaderXArtifactClientCiSchema = schemas.downloadArtifactHeaderXArtifactClientCiSchema;
|
|
1581
|
+
exports.downloadArtifactHeaderXArtifactClientInteractiveSchema = schemas.downloadArtifactHeaderXArtifactClientInteractiveSchema;
|
|
1581
1582
|
exports.downloadArtifactPathHashSchema = schemas.downloadArtifactPathHashSchema;
|
|
1582
1583
|
exports.downloadArtifactQuerySlugSchema = schemas.downloadArtifactQuerySlugSchema;
|
|
1583
1584
|
exports.downloadArtifactQueryTeamIdSchema = schemas.downloadArtifactQueryTeamIdSchema;
|
|
@@ -2905,6 +2906,7 @@ exports.getSecurityFirewallEventsStatus400Schema = schemas.getSecurityFirewallEv
|
|
|
2905
2906
|
exports.getSecurityFirewallEventsStatus401Schema = schemas.getSecurityFirewallEventsStatus401Schema;
|
|
2906
2907
|
exports.getSecurityFirewallEventsStatus403Schema = schemas.getSecurityFirewallEventsStatus403Schema;
|
|
2907
2908
|
exports.getSecurityFirewallEventsStatus404Schema = schemas.getSecurityFirewallEventsStatus404Schema;
|
|
2909
|
+
exports.getSecurityFirewallEventsStatus408Schema = schemas.getSecurityFirewallEventsStatus408Schema;
|
|
2908
2910
|
exports.getSecurityFirewallEventsStatus410Schema = schemas.getSecurityFirewallEventsStatus410Schema;
|
|
2909
2911
|
exports.getSecurityFirewallEventsStatus500Schema = schemas.getSecurityFirewallEventsStatus500Schema;
|
|
2910
2912
|
exports.getSessionCommandErrorSchema = schemas.getSessionCommandErrorSchema;
|
|
@@ -2975,8 +2977,8 @@ exports.getSharedEnvVarStatus403Schema = schemas.getSharedEnvVarStatus403Schema;
|
|
|
2975
2977
|
exports.getSharedEnvVarStatus410Schema = schemas.getSharedEnvVarStatus410Schema;
|
|
2976
2978
|
exports.getStorageStoresByIdErrorSchema = schemas.getStorageStoresByIdErrorSchema;
|
|
2977
2979
|
exports.getStorageStoresByIdPathIdSchema = schemas.getStorageStoresByIdPathIdSchema;
|
|
2978
|
-
exports.
|
|
2979
|
-
exports.
|
|
2980
|
+
exports.getStorageStoresByIdQueryIncludeGuidesSchema = schemas.getStorageStoresByIdQueryIncludeGuidesSchema;
|
|
2981
|
+
exports.getStorageStoresByIdQuerySkipMetadataSchema = schemas.getStorageStoresByIdQuerySkipMetadataSchema;
|
|
2980
2982
|
exports.getStorageStoresByIdResponseSchema = schemas.getStorageStoresByIdResponseSchema;
|
|
2981
2983
|
exports.getStorageStoresByIdStatus200Schema = schemas.getStorageStoresByIdStatus200Schema;
|
|
2982
2984
|
exports.getStorageStoresByIdStatus400Schema = schemas.getStorageStoresByIdStatus400Schema;
|
|
@@ -3634,8 +3636,6 @@ exports.listSharedEnvVariableQueryProjectIdSchema = schemas.listSharedEnvVariabl
|
|
|
3634
3636
|
exports.listSharedEnvVariableQuerySearchSchema = schemas.listSharedEnvVariableQuerySearchSchema;
|
|
3635
3637
|
exports.listSharedEnvVariableQuerySlugSchema = schemas.listSharedEnvVariableQuerySlugSchema;
|
|
3636
3638
|
exports.listSharedEnvVariableQueryTeamIdSchema = schemas.listSharedEnvVariableQueryTeamIdSchema;
|
|
3637
|
-
exports.listSharedEnvVariableQueryexcludeIdsSchema = schemas.listSharedEnvVariableQueryexcludeIdsSchema;
|
|
3638
|
-
exports.listSharedEnvVariableQueryexcludeProjectIdSchema = schemas.listSharedEnvVariableQueryexcludeProjectIdSchema;
|
|
3639
3639
|
exports.listSharedEnvVariableResponseSchema = schemas.listSharedEnvVariableResponseSchema;
|
|
3640
3640
|
exports.listSharedEnvVariableStatus200Schema = schemas.listSharedEnvVariableStatus200Schema;
|
|
3641
3641
|
exports.listSharedEnvVariableStatus400Schema = schemas.listSharedEnvVariableStatus400Schema;
|
|
@@ -3874,8 +3874,8 @@ exports.readSessionFileStatus422Schema = schemas.readSessionFileStatus422Schema;
|
|
|
3874
3874
|
exports.readSessionFileStatus429Schema = schemas.readSessionFileStatus429Schema;
|
|
3875
3875
|
exports.readSessionFileStatus500Schema = schemas.readSessionFileStatus500Schema;
|
|
3876
3876
|
exports.recordEventsErrorSchema = schemas.recordEventsErrorSchema;
|
|
3877
|
-
exports.
|
|
3878
|
-
exports.
|
|
3877
|
+
exports.recordEventsHeaderXArtifactClientCiSchema = schemas.recordEventsHeaderXArtifactClientCiSchema;
|
|
3878
|
+
exports.recordEventsHeaderXArtifactClientInteractiveSchema = schemas.recordEventsHeaderXArtifactClientInteractiveSchema;
|
|
3879
3879
|
exports.recordEventsQuerySlugSchema = schemas.recordEventsQuerySlugSchema;
|
|
3880
3880
|
exports.recordEventsQueryTeamIdSchema = schemas.recordEventsQueryTeamIdSchema;
|
|
3881
3881
|
exports.recordEventsResponseSchema = schemas.recordEventsResponseSchema;
|
|
@@ -4913,13 +4913,13 @@ exports.updateVersionStatus404Schema = schemas.updateVersionStatus404Schema;
|
|
|
4913
4913
|
exports.updateVersionStatus410Schema = schemas.updateVersionStatus410Schema;
|
|
4914
4914
|
exports.updateVersionStatus500Schema = schemas.updateVersionStatus500Schema;
|
|
4915
4915
|
exports.uploadArtifactErrorSchema = schemas.uploadArtifactErrorSchema;
|
|
4916
|
-
exports.
|
|
4917
|
-
exports.
|
|
4918
|
-
exports.
|
|
4919
|
-
exports.
|
|
4920
|
-
exports.
|
|
4921
|
-
exports.
|
|
4922
|
-
exports.
|
|
4916
|
+
exports.uploadArtifactHeaderContentLengthSchema = schemas.uploadArtifactHeaderContentLengthSchema;
|
|
4917
|
+
exports.uploadArtifactHeaderXArtifactClientCiSchema = schemas.uploadArtifactHeaderXArtifactClientCiSchema;
|
|
4918
|
+
exports.uploadArtifactHeaderXArtifactClientInteractiveSchema = schemas.uploadArtifactHeaderXArtifactClientInteractiveSchema;
|
|
4919
|
+
exports.uploadArtifactHeaderXArtifactDirtyHashSchema = schemas.uploadArtifactHeaderXArtifactDirtyHashSchema;
|
|
4920
|
+
exports.uploadArtifactHeaderXArtifactDurationSchema = schemas.uploadArtifactHeaderXArtifactDurationSchema;
|
|
4921
|
+
exports.uploadArtifactHeaderXArtifactShaSchema = schemas.uploadArtifactHeaderXArtifactShaSchema;
|
|
4922
|
+
exports.uploadArtifactHeaderXArtifactTagSchema = schemas.uploadArtifactHeaderXArtifactTagSchema;
|
|
4923
4923
|
exports.uploadArtifactPathHashSchema = schemas.uploadArtifactPathHashSchema;
|
|
4924
4924
|
exports.uploadArtifactQuerySlugSchema = schemas.uploadArtifactQuerySlugSchema;
|
|
4925
4925
|
exports.uploadArtifactQueryTeamIdSchema = schemas.uploadArtifactQueryTeamIdSchema;
|
|
@@ -4941,10 +4941,10 @@ exports.uploadCertStatus402Schema = schemas.uploadCertStatus402Schema;
|
|
|
4941
4941
|
exports.uploadCertStatus403Schema = schemas.uploadCertStatus403Schema;
|
|
4942
4942
|
exports.uploadCertStatus410Schema = schemas.uploadCertStatus410Schema;
|
|
4943
4943
|
exports.uploadFileErrorSchema = schemas.uploadFileErrorSchema;
|
|
4944
|
-
exports.
|
|
4945
|
-
exports.
|
|
4946
|
-
exports.
|
|
4947
|
-
exports.
|
|
4944
|
+
exports.uploadFileHeaderContentLengthSchema = schemas.uploadFileHeaderContentLengthSchema;
|
|
4945
|
+
exports.uploadFileHeaderXNowDigestSchema = schemas.uploadFileHeaderXNowDigestSchema;
|
|
4946
|
+
exports.uploadFileHeaderXNowSizeSchema = schemas.uploadFileHeaderXNowSizeSchema;
|
|
4947
|
+
exports.uploadFileHeaderXVercelDigestSchema = schemas.uploadFileHeaderXVercelDigestSchema;
|
|
4948
4948
|
exports.uploadFileQuerySlugSchema = schemas.uploadFileQuerySlugSchema;
|
|
4949
4949
|
exports.uploadFileQueryTeamIdSchema = schemas.uploadFileQueryTeamIdSchema;
|
|
4950
4950
|
exports.uploadFileResponseSchema = schemas.uploadFileResponseSchema;
|
|
@@ -4993,7 +4993,7 @@ exports.verifyProjectDomainStatus401Schema = schemas.verifyProjectDomainStatus40
|
|
|
4993
4993
|
exports.verifyProjectDomainStatus403Schema = schemas.verifyProjectDomainStatus403Schema;
|
|
4994
4994
|
exports.verifyProjectDomainStatus410Schema = schemas.verifyProjectDomainStatus410Schema;
|
|
4995
4995
|
exports.writeSessionFilesErrorSchema = schemas.writeSessionFilesErrorSchema;
|
|
4996
|
-
exports.
|
|
4996
|
+
exports.writeSessionFilesHeaderXCwdSchema = schemas.writeSessionFilesHeaderXCwdSchema;
|
|
4997
4997
|
exports.writeSessionFilesPathSessionIdSchema = schemas.writeSessionFilesPathSessionIdSchema;
|
|
4998
4998
|
exports.writeSessionFilesQuerySlugSchema = schemas.writeSessionFilesQuerySlugSchema;
|
|
4999
4999
|
exports.writeSessionFilesQueryTeamIdSchema = schemas.writeSessionFilesQueryTeamIdSchema;
|
|
@@ -5152,6 +5152,7 @@ exports.userEventPayloadBudgetPricingPlanEnum = types.userEventPayloadBudgetPric
|
|
|
5152
5152
|
exports.userEventPayloadBudgetRefreshPeriodEnum = types.userEventPayloadBudgetRefreshPeriodEnum;
|
|
5153
5153
|
exports.userEventPayloadBuildQueueConfigurationEnum = types.userEventPayloadBuildQueueConfigurationEnum;
|
|
5154
5154
|
exports.userEventPayloadChangeEnum = types.userEventPayloadChangeEnum;
|
|
5155
|
+
exports.userEventPayloadChangedFieldsEnum = types.userEventPayloadChangedFieldsEnum;
|
|
5155
5156
|
exports.userEventPayloadConsentEnum = types.userEventPayloadConsentEnum;
|
|
5156
5157
|
exports.userEventPayloadContextEnum = types.userEventPayloadContextEnum;
|
|
5157
5158
|
exports.userEventPayloadCreateDeploymentsEnum = types.userEventPayloadCreateDeploymentsEnum;
|
|
@@ -5200,6 +5201,7 @@ exports.userEventPayloadNewOwnerFeatureBlocksPostgresBlockReasonEnum = types.use
|
|
|
5200
5201
|
exports.userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum;
|
|
5201
5202
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum;
|
|
5202
5203
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum;
|
|
5204
|
+
exports.userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum;
|
|
5203
5205
|
exports.userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum;
|
|
5204
5206
|
exports.userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum;
|
|
5205
5207
|
exports.userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = types.userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum;
|