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