vercel-api-js 1.7.0 → 1.7.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/README.md +68 -0
- package/dist/components.cjs +218 -218
- package/dist/components.d.mts +1582 -1582
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +218 -218
- package/dist/effect.cjs +41 -41
- package/dist/effect.d.mts +1582 -1582
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +41 -41
- package/dist/index.cjs +4336 -4321
- package/dist/index.d.ts +11840 -11806
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4336 -4322
- package/dist/schemas.cjs +4127 -4115
- package/dist/schemas.d.mts +11 -2
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +4112 -4101
- package/dist/types.cjs +6 -3
- package/dist/types.d.mts +10246 -10221
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -3
- package/package.json +4 -4
package/dist/effect.mjs
CHANGED
|
@@ -7432,7 +7432,7 @@ const operationsByPath = {
|
|
|
7432
7432
|
"DELETE /v13/deployments/{id}": deleteDeployment
|
|
7433
7433
|
};
|
|
7434
7434
|
const operationsByTag = {
|
|
7435
|
-
|
|
7435
|
+
accessGroups: {
|
|
7436
7436
|
readAccessGroup,
|
|
7437
7437
|
updateAccessGroup,
|
|
7438
7438
|
deleteAccessGroup,
|
|
@@ -7445,13 +7445,13 @@ const operationsByTag = {
|
|
|
7445
7445
|
updateAccessGroupProject,
|
|
7446
7446
|
deleteAccessGroupProject
|
|
7447
7447
|
},
|
|
7448
|
-
|
|
7448
|
+
apiAiGateway: {
|
|
7449
7449
|
createAiGatewayRule,
|
|
7450
7450
|
listAiGatewayRules,
|
|
7451
7451
|
updateAiGatewayRule,
|
|
7452
7452
|
deleteAiGatewayRule
|
|
7453
7453
|
},
|
|
7454
|
-
|
|
7454
|
+
artifacts: {
|
|
7455
7455
|
recordEvents,
|
|
7456
7456
|
status,
|
|
7457
7457
|
uploadArtifact,
|
|
@@ -7459,12 +7459,12 @@ const operationsByTag = {
|
|
|
7459
7459
|
artifactQuery,
|
|
7460
7460
|
deleteAllArtifacts
|
|
7461
7461
|
},
|
|
7462
|
-
|
|
7462
|
+
billing: {
|
|
7463
7463
|
listBillingCharges,
|
|
7464
7464
|
listContractCommitments,
|
|
7465
7465
|
buyCredits
|
|
7466
7466
|
},
|
|
7467
|
-
|
|
7467
|
+
bulkRedirects: {
|
|
7468
7468
|
stageRedirects,
|
|
7469
7469
|
getRedirects,
|
|
7470
7470
|
deleteRedirects,
|
|
@@ -7473,7 +7473,7 @@ const operationsByTag = {
|
|
|
7473
7473
|
getVersions,
|
|
7474
7474
|
updateVersion
|
|
7475
7475
|
},
|
|
7476
|
-
|
|
7476
|
+
checksV2: {
|
|
7477
7477
|
listProjectChecks,
|
|
7478
7478
|
createProjectCheck,
|
|
7479
7479
|
getProjectCheck,
|
|
@@ -7485,14 +7485,14 @@ const operationsByTag = {
|
|
|
7485
7485
|
getDeploymentCheckRun,
|
|
7486
7486
|
updateDeploymentCheckRun
|
|
7487
7487
|
},
|
|
7488
|
-
|
|
7488
|
+
checks: {
|
|
7489
7489
|
createCheck,
|
|
7490
7490
|
getAllChecks,
|
|
7491
7491
|
getCheck,
|
|
7492
7492
|
updateCheck,
|
|
7493
7493
|
rerequestCheck
|
|
7494
7494
|
},
|
|
7495
|
-
|
|
7495
|
+
networking: {
|
|
7496
7496
|
listNetworks,
|
|
7497
7497
|
createNetwork,
|
|
7498
7498
|
deleteNetwork,
|
|
@@ -7500,14 +7500,14 @@ const operationsByTag = {
|
|
|
7500
7500
|
readNetwork,
|
|
7501
7501
|
updateStaticIps
|
|
7502
7502
|
},
|
|
7503
|
-
|
|
7503
|
+
connect: {
|
|
7504
7504
|
createConnector,
|
|
7505
7505
|
getConnectorToken,
|
|
7506
7506
|
importConnectorTokens,
|
|
7507
7507
|
createConnectorAuthorizationRequest,
|
|
7508
7508
|
createConnectorInstallationRequest
|
|
7509
7509
|
},
|
|
7510
|
-
|
|
7510
|
+
deployments: {
|
|
7511
7511
|
getDeploymentEvents,
|
|
7512
7512
|
updateIntegrationDeploymentAction,
|
|
7513
7513
|
getDeployment,
|
|
@@ -7519,7 +7519,7 @@ const operationsByTag = {
|
|
|
7519
7519
|
getDeployments,
|
|
7520
7520
|
deleteDeployment
|
|
7521
7521
|
},
|
|
7522
|
-
|
|
7522
|
+
integrations: {
|
|
7523
7523
|
updateIntegrationDeploymentAction,
|
|
7524
7524
|
gitNamespaces,
|
|
7525
7525
|
searchRepo,
|
|
@@ -7531,13 +7531,13 @@ const operationsByTag = {
|
|
|
7531
7531
|
getConfigurationProducts,
|
|
7532
7532
|
createIntegrationStoreDirect
|
|
7533
7533
|
},
|
|
7534
|
-
|
|
7534
|
+
dns: {
|
|
7535
7535
|
getRecords,
|
|
7536
7536
|
createRecord,
|
|
7537
7537
|
updateRecord,
|
|
7538
7538
|
removeRecord
|
|
7539
7539
|
},
|
|
7540
|
-
|
|
7540
|
+
domainsRegistrar: {
|
|
7541
7541
|
getSupportedTlds,
|
|
7542
7542
|
getTld,
|
|
7543
7543
|
getTldPrice,
|
|
@@ -7556,7 +7556,7 @@ const operationsByTag = {
|
|
|
7556
7556
|
getContactInfoSchema,
|
|
7557
7557
|
getOrder
|
|
7558
7558
|
},
|
|
7559
|
-
|
|
7559
|
+
domains: {
|
|
7560
7560
|
getDomainConfig,
|
|
7561
7561
|
getDomainVerificationRecord,
|
|
7562
7562
|
claimDomainOwnership,
|
|
@@ -7567,7 +7567,7 @@ const operationsByTag = {
|
|
|
7567
7567
|
patchDomain,
|
|
7568
7568
|
deleteDomain
|
|
7569
7569
|
},
|
|
7570
|
-
|
|
7570
|
+
logdrains: {
|
|
7571
7571
|
getConfigurableLogDrain,
|
|
7572
7572
|
deleteConfigurableLogDrain,
|
|
7573
7573
|
getAllLogDrains,
|
|
@@ -7576,7 +7576,7 @@ const operationsByTag = {
|
|
|
7576
7576
|
createLogDrain,
|
|
7577
7577
|
deleteIntegrationLogDrain
|
|
7578
7578
|
},
|
|
7579
|
-
|
|
7579
|
+
drains: {
|
|
7580
7580
|
createDrain,
|
|
7581
7581
|
getDrains,
|
|
7582
7582
|
deleteDrain,
|
|
@@ -7584,13 +7584,13 @@ const operationsByTag = {
|
|
|
7584
7584
|
updateDrain,
|
|
7585
7585
|
testDrain
|
|
7586
7586
|
},
|
|
7587
|
-
|
|
7587
|
+
edgeCache: {
|
|
7588
7588
|
invalidateByTags,
|
|
7589
7589
|
dangerouslyDeleteByTags,
|
|
7590
7590
|
invalidateBySrcImages,
|
|
7591
7591
|
dangerouslyDeleteBySrcImages
|
|
7592
7592
|
},
|
|
7593
|
-
|
|
7593
|
+
edgeConfig: {
|
|
7594
7594
|
getEdgeConfigs,
|
|
7595
7595
|
createEdgeConfig,
|
|
7596
7596
|
getEdgeConfig,
|
|
@@ -7610,7 +7610,7 @@ const operationsByTag = {
|
|
|
7610
7610
|
restoreEdgeConfigBackup,
|
|
7611
7611
|
getEdgeConfigBackups
|
|
7612
7612
|
},
|
|
7613
|
-
|
|
7613
|
+
environment: {
|
|
7614
7614
|
createSharedEnvVariable,
|
|
7615
7615
|
listSharedEnvVariable,
|
|
7616
7616
|
updateSharedEnvVariable,
|
|
@@ -7623,13 +7623,13 @@ const operationsByTag = {
|
|
|
7623
7623
|
updateCustomEnvironment,
|
|
7624
7624
|
removeCustomEnvironment
|
|
7625
7625
|
},
|
|
7626
|
-
|
|
7626
|
+
user: {
|
|
7627
7627
|
listUserEvents,
|
|
7628
7628
|
listEventTypes,
|
|
7629
7629
|
getAuthUser,
|
|
7630
7630
|
requestDelete
|
|
7631
7631
|
},
|
|
7632
|
-
|
|
7632
|
+
featureFlags: {
|
|
7633
7633
|
listFlagsV2,
|
|
7634
7634
|
listFlags,
|
|
7635
7635
|
createFlag,
|
|
@@ -7652,7 +7652,7 @@ const operationsByTag = {
|
|
|
7652
7652
|
createSdkKey,
|
|
7653
7653
|
deleteSdkKey
|
|
7654
7654
|
},
|
|
7655
|
-
|
|
7655
|
+
marketplace: {
|
|
7656
7656
|
updateInstallation,
|
|
7657
7657
|
getAccountInfo,
|
|
7658
7658
|
getMember,
|
|
@@ -7677,33 +7677,33 @@ const operationsByTag = {
|
|
|
7677
7677
|
getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig,
|
|
7678
7678
|
replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig
|
|
7679
7679
|
},
|
|
7680
|
-
|
|
7680
|
+
authentication: {
|
|
7681
7681
|
exchangeSsoToken,
|
|
7682
7682
|
listAuthTokens,
|
|
7683
7683
|
createAuthToken,
|
|
7684
7684
|
getAuthToken,
|
|
7685
7685
|
deleteAuthToken
|
|
7686
7686
|
},
|
|
7687
|
-
|
|
7687
|
+
logs: {
|
|
7688
7688
|
getRuntimeLogs
|
|
7689
7689
|
},
|
|
7690
|
-
|
|
7690
|
+
microfrontends: {
|
|
7691
7691
|
getMicrofrontendsGroups,
|
|
7692
7692
|
getMicrofrontendsInGroup,
|
|
7693
7693
|
getMicrofrontendsConfig,
|
|
7694
7694
|
getMicrofrontendsConfigForProject,
|
|
7695
7695
|
createMicrofrontendsGroupWithApplications
|
|
7696
7696
|
},
|
|
7697
|
-
|
|
7697
|
+
apiObservability: {
|
|
7698
7698
|
getObservabilityConfigurationProjects,
|
|
7699
7699
|
updateObservabilityConfigurationProject
|
|
7700
7700
|
},
|
|
7701
|
-
|
|
7701
|
+
projectmembers: {
|
|
7702
7702
|
getProjectMembers,
|
|
7703
7703
|
addProjectMember,
|
|
7704
7704
|
removeProjectMember
|
|
7705
7705
|
},
|
|
7706
|
-
|
|
7706
|
+
projectRoutes: {
|
|
7707
7707
|
getRoutes,
|
|
7708
7708
|
stageRoutes,
|
|
7709
7709
|
addRoute,
|
|
@@ -7713,7 +7713,7 @@ const operationsByTag = {
|
|
|
7713
7713
|
getRouteVersions,
|
|
7714
7714
|
updateRouteVersions
|
|
7715
7715
|
},
|
|
7716
|
-
|
|
7716
|
+
projects: {
|
|
7717
7717
|
getProjects,
|
|
7718
7718
|
getProjectTrace,
|
|
7719
7719
|
createProject,
|
|
@@ -7747,10 +7747,10 @@ const operationsByTag = {
|
|
|
7747
7747
|
pauseProject,
|
|
7748
7748
|
unpauseProject
|
|
7749
7749
|
},
|
|
7750
|
-
|
|
7750
|
+
staticIps: {
|
|
7751
7751
|
updateStaticIps
|
|
7752
7752
|
},
|
|
7753
|
-
|
|
7753
|
+
rollingRelease: {
|
|
7754
7754
|
getRollingReleaseBillingStatus,
|
|
7755
7755
|
getRollingReleaseConfig,
|
|
7756
7756
|
deleteRollingReleaseConfig,
|
|
@@ -7760,7 +7760,7 @@ const operationsByTag = {
|
|
|
7760
7760
|
startRollingRelease,
|
|
7761
7761
|
completeRollingRelease
|
|
7762
7762
|
},
|
|
7763
|
-
|
|
7763
|
+
sandboxes: {
|
|
7764
7764
|
listSandboxes,
|
|
7765
7765
|
createSandboxes,
|
|
7766
7766
|
listDrives,
|
|
@@ -7788,7 +7788,7 @@ const operationsByTag = {
|
|
|
7788
7788
|
createSessionSnapshot,
|
|
7789
7789
|
createSandboxesByNameFork
|
|
7790
7790
|
},
|
|
7791
|
-
|
|
7791
|
+
security: {
|
|
7792
7792
|
updateAttackChallengeMode,
|
|
7793
7793
|
putFirewallConfig,
|
|
7794
7794
|
updateFirewallConfig,
|
|
@@ -7799,15 +7799,15 @@ const operationsByTag = {
|
|
|
7799
7799
|
removeBypassIp,
|
|
7800
7800
|
getSecurityFirewallEvents
|
|
7801
7801
|
},
|
|
7802
|
-
|
|
7802
|
+
apiSecurity: {
|
|
7803
7803
|
getSecurityFirewallConfig,
|
|
7804
7804
|
deleteSecurityFirewallConfigByConfigVersion,
|
|
7805
7805
|
createSecurityFirewallConfigByConfigVersionActivate
|
|
7806
7806
|
},
|
|
7807
|
-
|
|
7807
|
+
firewall: {
|
|
7808
7808
|
generateFirewallRule
|
|
7809
7809
|
},
|
|
7810
|
-
|
|
7810
|
+
teams: {
|
|
7811
7811
|
getTeamMembers,
|
|
7812
7812
|
inviteUserToTeam,
|
|
7813
7813
|
requestAccessToTeam,
|
|
@@ -7825,7 +7825,7 @@ const operationsByTag = {
|
|
|
7825
7825
|
updateMicrofrontendsGroup,
|
|
7826
7826
|
deleteMicrofrontendsGroup
|
|
7827
7827
|
},
|
|
7828
|
-
|
|
7828
|
+
vcr: {
|
|
7829
7829
|
createRepository,
|
|
7830
7830
|
listRepositories,
|
|
7831
7831
|
getRepository,
|
|
@@ -7836,19 +7836,19 @@ const operationsByTag = {
|
|
|
7836
7836
|
getRepositoryImage,
|
|
7837
7837
|
deleteRepositoryImage
|
|
7838
7838
|
},
|
|
7839
|
-
|
|
7839
|
+
webAnalytics: {
|
|
7840
7840
|
aggregatePageviews,
|
|
7841
7841
|
aggregateEvents,
|
|
7842
7842
|
countPageviews,
|
|
7843
7843
|
countEvents
|
|
7844
7844
|
},
|
|
7845
|
-
|
|
7845
|
+
webhooks: {
|
|
7846
7846
|
createWebhook,
|
|
7847
7847
|
getWebhooks,
|
|
7848
7848
|
getWebhook,
|
|
7849
7849
|
deleteWebhook
|
|
7850
7850
|
},
|
|
7851
|
-
|
|
7851
|
+
aliases: {
|
|
7852
7852
|
listDeploymentAliases,
|
|
7853
7853
|
assignAlias,
|
|
7854
7854
|
listAliases,
|
|
@@ -7856,7 +7856,7 @@ const operationsByTag = {
|
|
|
7856
7856
|
deleteAlias,
|
|
7857
7857
|
patchUrlProtectionBypass
|
|
7858
7858
|
},
|
|
7859
|
-
|
|
7859
|
+
certs: {
|
|
7860
7860
|
getCertById,
|
|
7861
7861
|
removeCert,
|
|
7862
7862
|
getCerts,
|