vercel-api-js 1.6.0 → 1.7.1

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.
@@ -7431,7 +7431,7 @@ const operationsByPath = {
7431
7431
  "DELETE /v13/deployments/{id}": deleteDeployment
7432
7432
  };
7433
7433
  const operationsByTag = {
7434
- "accessGroups": {
7434
+ accessGroups: {
7435
7435
  readAccessGroup,
7436
7436
  updateAccessGroup,
7437
7437
  deleteAccessGroup,
@@ -7444,13 +7444,13 @@ const operationsByTag = {
7444
7444
  updateAccessGroupProject,
7445
7445
  deleteAccessGroupProject
7446
7446
  },
7447
- "apiAiGateway": {
7447
+ apiAiGateway: {
7448
7448
  createAiGatewayRule,
7449
7449
  listAiGatewayRules,
7450
7450
  updateAiGatewayRule,
7451
7451
  deleteAiGatewayRule
7452
7452
  },
7453
- "artifacts": {
7453
+ artifacts: {
7454
7454
  recordEvents,
7455
7455
  status,
7456
7456
  uploadArtifact,
@@ -7458,12 +7458,12 @@ const operationsByTag = {
7458
7458
  artifactQuery,
7459
7459
  deleteAllArtifacts
7460
7460
  },
7461
- "billing": {
7461
+ billing: {
7462
7462
  listBillingCharges,
7463
7463
  listContractCommitments,
7464
7464
  buyCredits
7465
7465
  },
7466
- "bulkRedirects": {
7466
+ bulkRedirects: {
7467
7467
  stageRedirects,
7468
7468
  getRedirects,
7469
7469
  deleteRedirects,
@@ -7472,7 +7472,7 @@ const operationsByTag = {
7472
7472
  getVersions,
7473
7473
  updateVersion
7474
7474
  },
7475
- "checksV2": {
7475
+ checksV2: {
7476
7476
  listProjectChecks,
7477
7477
  createProjectCheck,
7478
7478
  getProjectCheck,
@@ -7484,14 +7484,14 @@ const operationsByTag = {
7484
7484
  getDeploymentCheckRun,
7485
7485
  updateDeploymentCheckRun
7486
7486
  },
7487
- "checks": {
7487
+ checks: {
7488
7488
  createCheck,
7489
7489
  getAllChecks,
7490
7490
  getCheck,
7491
7491
  updateCheck,
7492
7492
  rerequestCheck
7493
7493
  },
7494
- "networking": {
7494
+ networking: {
7495
7495
  listNetworks,
7496
7496
  createNetwork,
7497
7497
  deleteNetwork,
@@ -7499,14 +7499,14 @@ const operationsByTag = {
7499
7499
  readNetwork,
7500
7500
  updateStaticIps
7501
7501
  },
7502
- "connect": {
7502
+ connect: {
7503
7503
  createConnector,
7504
7504
  getConnectorToken,
7505
7505
  importConnectorTokens,
7506
7506
  createConnectorAuthorizationRequest,
7507
7507
  createConnectorInstallationRequest
7508
7508
  },
7509
- "deployments": {
7509
+ deployments: {
7510
7510
  getDeploymentEvents,
7511
7511
  updateIntegrationDeploymentAction,
7512
7512
  getDeployment,
@@ -7518,7 +7518,7 @@ const operationsByTag = {
7518
7518
  getDeployments,
7519
7519
  deleteDeployment
7520
7520
  },
7521
- "integrations": {
7521
+ integrations: {
7522
7522
  updateIntegrationDeploymentAction,
7523
7523
  gitNamespaces,
7524
7524
  searchRepo,
@@ -7530,13 +7530,13 @@ const operationsByTag = {
7530
7530
  getConfigurationProducts,
7531
7531
  createIntegrationStoreDirect
7532
7532
  },
7533
- "dns": {
7533
+ dns: {
7534
7534
  getRecords,
7535
7535
  createRecord,
7536
7536
  updateRecord,
7537
7537
  removeRecord
7538
7538
  },
7539
- "domainsRegistrar": {
7539
+ domainsRegistrar: {
7540
7540
  getSupportedTlds,
7541
7541
  getTld,
7542
7542
  getTldPrice,
@@ -7555,7 +7555,7 @@ const operationsByTag = {
7555
7555
  getContactInfoSchema,
7556
7556
  getOrder
7557
7557
  },
7558
- "domains": {
7558
+ domains: {
7559
7559
  getDomainConfig,
7560
7560
  getDomainVerificationRecord,
7561
7561
  claimDomainOwnership,
@@ -7566,7 +7566,7 @@ const operationsByTag = {
7566
7566
  patchDomain,
7567
7567
  deleteDomain
7568
7568
  },
7569
- "logdrains": {
7569
+ logdrains: {
7570
7570
  getConfigurableLogDrain,
7571
7571
  deleteConfigurableLogDrain,
7572
7572
  getAllLogDrains,
@@ -7575,7 +7575,7 @@ const operationsByTag = {
7575
7575
  createLogDrain,
7576
7576
  deleteIntegrationLogDrain
7577
7577
  },
7578
- "drains": {
7578
+ drains: {
7579
7579
  createDrain,
7580
7580
  getDrains,
7581
7581
  deleteDrain,
@@ -7583,13 +7583,13 @@ const operationsByTag = {
7583
7583
  updateDrain,
7584
7584
  testDrain
7585
7585
  },
7586
- "edgeCache": {
7586
+ edgeCache: {
7587
7587
  invalidateByTags,
7588
7588
  dangerouslyDeleteByTags,
7589
7589
  invalidateBySrcImages,
7590
7590
  dangerouslyDeleteBySrcImages
7591
7591
  },
7592
- "edgeConfig": {
7592
+ edgeConfig: {
7593
7593
  getEdgeConfigs,
7594
7594
  createEdgeConfig,
7595
7595
  getEdgeConfig,
@@ -7609,7 +7609,7 @@ const operationsByTag = {
7609
7609
  restoreEdgeConfigBackup,
7610
7610
  getEdgeConfigBackups
7611
7611
  },
7612
- "environment": {
7612
+ environment: {
7613
7613
  createSharedEnvVariable,
7614
7614
  listSharedEnvVariable,
7615
7615
  updateSharedEnvVariable,
@@ -7622,13 +7622,13 @@ const operationsByTag = {
7622
7622
  updateCustomEnvironment,
7623
7623
  removeCustomEnvironment
7624
7624
  },
7625
- "user": {
7625
+ user: {
7626
7626
  listUserEvents,
7627
7627
  listEventTypes,
7628
7628
  getAuthUser,
7629
7629
  requestDelete
7630
7630
  },
7631
- "featureFlags": {
7631
+ featureFlags: {
7632
7632
  listFlagsV2,
7633
7633
  listFlags,
7634
7634
  createFlag,
@@ -7651,7 +7651,7 @@ const operationsByTag = {
7651
7651
  createSdkKey,
7652
7652
  deleteSdkKey
7653
7653
  },
7654
- "marketplace": {
7654
+ marketplace: {
7655
7655
  updateInstallation,
7656
7656
  getAccountInfo,
7657
7657
  getMember,
@@ -7676,33 +7676,33 @@ const operationsByTag = {
7676
7676
  getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig,
7677
7677
  replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig
7678
7678
  },
7679
- "authentication": {
7679
+ authentication: {
7680
7680
  exchangeSsoToken,
7681
7681
  listAuthTokens,
7682
7682
  createAuthToken,
7683
7683
  getAuthToken,
7684
7684
  deleteAuthToken
7685
7685
  },
7686
- "logs": {
7686
+ logs: {
7687
7687
  getRuntimeLogs
7688
7688
  },
7689
- "microfrontends": {
7689
+ microfrontends: {
7690
7690
  getMicrofrontendsGroups,
7691
7691
  getMicrofrontendsInGroup,
7692
7692
  getMicrofrontendsConfig,
7693
7693
  getMicrofrontendsConfigForProject,
7694
7694
  createMicrofrontendsGroupWithApplications
7695
7695
  },
7696
- "apiObservability": {
7696
+ apiObservability: {
7697
7697
  getObservabilityConfigurationProjects,
7698
7698
  updateObservabilityConfigurationProject
7699
7699
  },
7700
- "projectmembers": {
7700
+ projectmembers: {
7701
7701
  getProjectMembers,
7702
7702
  addProjectMember,
7703
7703
  removeProjectMember
7704
7704
  },
7705
- "projectRoutes": {
7705
+ projectRoutes: {
7706
7706
  getRoutes,
7707
7707
  stageRoutes,
7708
7708
  addRoute,
@@ -7712,7 +7712,7 @@ const operationsByTag = {
7712
7712
  getRouteVersions,
7713
7713
  updateRouteVersions
7714
7714
  },
7715
- "projects": {
7715
+ projects: {
7716
7716
  getProjects,
7717
7717
  getProjectTrace,
7718
7718
  createProject,
@@ -7746,10 +7746,10 @@ const operationsByTag = {
7746
7746
  pauseProject,
7747
7747
  unpauseProject
7748
7748
  },
7749
- "staticIps": {
7749
+ staticIps: {
7750
7750
  updateStaticIps
7751
7751
  },
7752
- "rollingRelease": {
7752
+ rollingRelease: {
7753
7753
  getRollingReleaseBillingStatus,
7754
7754
  getRollingReleaseConfig,
7755
7755
  deleteRollingReleaseConfig,
@@ -7759,7 +7759,7 @@ const operationsByTag = {
7759
7759
  startRollingRelease,
7760
7760
  completeRollingRelease
7761
7761
  },
7762
- "sandboxes": {
7762
+ sandboxes: {
7763
7763
  listSandboxes,
7764
7764
  createSandboxes,
7765
7765
  listDrives,
@@ -7787,7 +7787,7 @@ const operationsByTag = {
7787
7787
  createSessionSnapshot,
7788
7788
  createSandboxesByNameFork
7789
7789
  },
7790
- "security": {
7790
+ security: {
7791
7791
  updateAttackChallengeMode,
7792
7792
  putFirewallConfig,
7793
7793
  updateFirewallConfig,
@@ -7798,15 +7798,15 @@ const operationsByTag = {
7798
7798
  removeBypassIp,
7799
7799
  getSecurityFirewallEvents
7800
7800
  },
7801
- "apiSecurity": {
7801
+ apiSecurity: {
7802
7802
  getSecurityFirewallConfig,
7803
7803
  deleteSecurityFirewallConfigByConfigVersion,
7804
7804
  createSecurityFirewallConfigByConfigVersionActivate
7805
7805
  },
7806
- "firewall": {
7806
+ firewall: {
7807
7807
  generateFirewallRule
7808
7808
  },
7809
- "teams": {
7809
+ teams: {
7810
7810
  getTeamMembers,
7811
7811
  inviteUserToTeam,
7812
7812
  requestAccessToTeam,
@@ -7824,7 +7824,7 @@ const operationsByTag = {
7824
7824
  updateMicrofrontendsGroup,
7825
7825
  deleteMicrofrontendsGroup
7826
7826
  },
7827
- "vcr": {
7827
+ vcr: {
7828
7828
  createRepository,
7829
7829
  listRepositories,
7830
7830
  getRepository,
@@ -7835,19 +7835,19 @@ const operationsByTag = {
7835
7835
  getRepositoryImage,
7836
7836
  deleteRepositoryImage
7837
7837
  },
7838
- "webAnalytics": {
7838
+ webAnalytics: {
7839
7839
  aggregatePageviews,
7840
7840
  aggregateEvents,
7841
7841
  countPageviews,
7842
7842
  countEvents
7843
7843
  },
7844
- "webhooks": {
7844
+ webhooks: {
7845
7845
  createWebhook,
7846
7846
  getWebhooks,
7847
7847
  getWebhook,
7848
7848
  deleteWebhook
7849
7849
  },
7850
- "aliases": {
7850
+ aliases: {
7851
7851
  listDeploymentAliases,
7852
7852
  assignAlias,
7853
7853
  listAliases,
@@ -7855,7 +7855,7 @@ const operationsByTag = {
7855
7855
  deleteAlias,
7856
7856
  patchUrlProtectionBypass
7857
7857
  },
7858
- "certs": {
7858
+ certs: {
7859
7859
  getCertById,
7860
7860
  removeCert,
7861
7861
  getCerts,
@@ -7864,136 +7864,136 @@ const operationsByTag = {
7864
7864
  }
7865
7865
  };
7866
7866
  const tagDictionary = {
7867
- "accessGroups": {
7868
- "GET": [
7867
+ accessGroups: {
7868
+ GET: [
7869
7869
  "readAccessGroup",
7870
7870
  "listAccessGroupMembers",
7871
7871
  "listAccessGroups",
7872
7872
  "listAccessGroupProjects",
7873
7873
  "readAccessGroupProject"
7874
7874
  ],
7875
- "POST": [
7875
+ POST: [
7876
7876
  "updateAccessGroup",
7877
7877
  "createAccessGroup",
7878
7878
  "createAccessGroupProject"
7879
7879
  ],
7880
- "DELETE": [
7880
+ DELETE: [
7881
7881
  "deleteAccessGroup",
7882
7882
  "deleteAccessGroupProject"
7883
7883
  ],
7884
- "PATCH": [
7884
+ PATCH: [
7885
7885
  "updateAccessGroupProject"
7886
7886
  ]
7887
7887
  },
7888
- "apiAiGateway": {
7889
- "POST": [
7888
+ apiAiGateway: {
7889
+ POST: [
7890
7890
  "createAiGatewayRule"
7891
7891
  ],
7892
- "GET": [
7892
+ GET: [
7893
7893
  "listAiGatewayRules"
7894
7894
  ],
7895
- "PATCH": [
7895
+ PATCH: [
7896
7896
  "updateAiGatewayRule"
7897
7897
  ],
7898
- "DELETE": [
7898
+ DELETE: [
7899
7899
  "deleteAiGatewayRule"
7900
7900
  ]
7901
7901
  },
7902
- "artifacts": {
7903
- "POST": [
7902
+ artifacts: {
7903
+ POST: [
7904
7904
  "recordEvents",
7905
7905
  "artifactQuery"
7906
7906
  ],
7907
- "GET": [
7907
+ GET: [
7908
7908
  "status",
7909
7909
  "downloadArtifact"
7910
7910
  ],
7911
- "PUT": [
7911
+ PUT: [
7912
7912
  "uploadArtifact"
7913
7913
  ],
7914
- "DELETE": [
7914
+ DELETE: [
7915
7915
  "deleteAllArtifacts"
7916
7916
  ]
7917
7917
  },
7918
- "billing": {
7919
- "GET": [
7918
+ billing: {
7919
+ GET: [
7920
7920
  "listBillingCharges",
7921
7921
  "listContractCommitments"
7922
7922
  ],
7923
- "POST": [
7923
+ POST: [
7924
7924
  "buyCredits"
7925
7925
  ]
7926
7926
  },
7927
- "bulkRedirects": {
7928
- "PUT": [
7927
+ bulkRedirects: {
7928
+ PUT: [
7929
7929
  "stageRedirects"
7930
7930
  ],
7931
- "GET": [
7931
+ GET: [
7932
7932
  "getRedirects",
7933
7933
  "getVersions"
7934
7934
  ],
7935
- "DELETE": [
7935
+ DELETE: [
7936
7936
  "deleteRedirects"
7937
7937
  ],
7938
- "PATCH": [
7938
+ PATCH: [
7939
7939
  "editRedirect"
7940
7940
  ],
7941
- "POST": [
7941
+ POST: [
7942
7942
  "restoreRedirects",
7943
7943
  "updateVersion"
7944
7944
  ]
7945
7945
  },
7946
- "checksV2": {
7947
- "GET": [
7946
+ checksV2: {
7947
+ GET: [
7948
7948
  "listProjectChecks",
7949
7949
  "getProjectCheck",
7950
7950
  "listCheckRuns",
7951
7951
  "listDeploymentCheckRuns",
7952
7952
  "getDeploymentCheckRun"
7953
7953
  ],
7954
- "POST": [
7954
+ POST: [
7955
7955
  "createProjectCheck",
7956
7956
  "createDeploymentCheckRun"
7957
7957
  ],
7958
- "PATCH": [
7958
+ PATCH: [
7959
7959
  "updateProjectCheck",
7960
7960
  "updateDeploymentCheckRun"
7961
7961
  ],
7962
- "DELETE": [
7962
+ DELETE: [
7963
7963
  "deleteProjectCheck"
7964
7964
  ]
7965
7965
  },
7966
- "checks": {
7967
- "POST": [
7966
+ checks: {
7967
+ POST: [
7968
7968
  "createCheck",
7969
7969
  "rerequestCheck"
7970
7970
  ],
7971
- "GET": [
7971
+ GET: [
7972
7972
  "getAllChecks",
7973
7973
  "getCheck"
7974
7974
  ],
7975
- "PATCH": [
7975
+ PATCH: [
7976
7976
  "updateCheck"
7977
7977
  ]
7978
7978
  },
7979
- "networking": {
7980
- "GET": [
7979
+ networking: {
7980
+ GET: [
7981
7981
  "listNetworks",
7982
7982
  "readNetwork"
7983
7983
  ],
7984
- "POST": [
7984
+ POST: [
7985
7985
  "createNetwork"
7986
7986
  ],
7987
- "DELETE": [
7987
+ DELETE: [
7988
7988
  "deleteNetwork"
7989
7989
  ],
7990
- "PATCH": [
7990
+ PATCH: [
7991
7991
  "updateNetwork",
7992
7992
  "updateStaticIps"
7993
7993
  ]
7994
7994
  },
7995
- "connect": {
7996
- "POST": [
7995
+ connect: {
7996
+ POST: [
7997
7997
  "createConnector",
7998
7998
  "getConnectorToken",
7999
7999
  "importConnectorTokens",
@@ -8001,31 +8001,31 @@ const tagDictionary = {
8001
8001
  "createConnectorInstallationRequest"
8002
8002
  ]
8003
8003
  },
8004
- "deployments": {
8005
- "GET": [
8004
+ deployments: {
8005
+ GET: [
8006
8006
  "getDeploymentEvents",
8007
8007
  "getDeployment",
8008
8008
  "listDeploymentFiles",
8009
8009
  "getDeploymentFileContents",
8010
8010
  "getDeployments"
8011
8011
  ],
8012
- "PATCH": [
8012
+ PATCH: [
8013
8013
  "updateIntegrationDeploymentAction",
8014
8014
  "cancelDeployment"
8015
8015
  ],
8016
- "POST": [
8016
+ POST: [
8017
8017
  "createDeployment",
8018
8018
  "uploadFile"
8019
8019
  ],
8020
- "DELETE": [
8020
+ DELETE: [
8021
8021
  "deleteDeployment"
8022
8022
  ]
8023
8023
  },
8024
- "integrations": {
8025
- "PATCH": [
8024
+ integrations: {
8025
+ PATCH: [
8026
8026
  "updateIntegrationDeploymentAction"
8027
8027
  ],
8028
- "GET": [
8028
+ GET: [
8029
8029
  "gitNamespaces",
8030
8030
  "searchRepo",
8031
8031
  "getBillingPlans",
@@ -8033,30 +8033,30 @@ const tagDictionary = {
8033
8033
  "getConfiguration",
8034
8034
  "getConfigurationProducts"
8035
8035
  ],
8036
- "POST": [
8036
+ POST: [
8037
8037
  "connectIntegrationResourceToProject",
8038
8038
  "createIntegrationStoreDirect"
8039
8039
  ],
8040
- "DELETE": [
8040
+ DELETE: [
8041
8041
  "deleteConfiguration"
8042
8042
  ]
8043
8043
  },
8044
- "dns": {
8045
- "GET": [
8044
+ dns: {
8045
+ GET: [
8046
8046
  "getRecords"
8047
8047
  ],
8048
- "POST": [
8048
+ POST: [
8049
8049
  "createRecord"
8050
8050
  ],
8051
- "PATCH": [
8051
+ PATCH: [
8052
8052
  "updateRecord"
8053
8053
  ],
8054
- "DELETE": [
8054
+ DELETE: [
8055
8055
  "removeRecord"
8056
8056
  ]
8057
8057
  },
8058
- "domainsRegistrar": {
8059
- "GET": [
8058
+ domainsRegistrar: {
8059
+ GET: [
8060
8060
  "getSupportedTlds",
8061
8061
  "getTld",
8062
8062
  "getTldPrice",
@@ -8068,78 +8068,78 @@ const tagDictionary = {
8068
8068
  "getContactInfoSchema",
8069
8069
  "getOrder"
8070
8070
  ],
8071
- "POST": [
8071
+ POST: [
8072
8072
  "getBulkAvailability",
8073
8073
  "buySingleDomain",
8074
8074
  "buyDomains",
8075
8075
  "transferInDomain",
8076
8076
  "renewDomain"
8077
8077
  ],
8078
- "PATCH": [
8078
+ PATCH: [
8079
8079
  "updateDomainAutoRenew",
8080
8080
  "updateDomainNameservers"
8081
8081
  ]
8082
8082
  },
8083
- "domains": {
8084
- "GET": [
8083
+ domains: {
8084
+ GET: [
8085
8085
  "getDomainConfig",
8086
8086
  "getDomainVerificationRecord",
8087
8087
  "getDomainProjectDomains",
8088
8088
  "getDomain",
8089
8089
  "getDomains"
8090
8090
  ],
8091
- "POST": [
8091
+ POST: [
8092
8092
  "claimDomainOwnership",
8093
8093
  "createOrTransferDomain"
8094
8094
  ],
8095
- "PATCH": [
8095
+ PATCH: [
8096
8096
  "patchDomain"
8097
8097
  ],
8098
- "DELETE": [
8098
+ DELETE: [
8099
8099
  "deleteDomain"
8100
8100
  ]
8101
8101
  },
8102
- "logdrains": {
8103
- "GET": [
8102
+ logdrains: {
8103
+ GET: [
8104
8104
  "getConfigurableLogDrain",
8105
8105
  "getAllLogDrains",
8106
8106
  "getIntegrationLogDrains"
8107
8107
  ],
8108
- "DELETE": [
8108
+ DELETE: [
8109
8109
  "deleteConfigurableLogDrain",
8110
8110
  "deleteIntegrationLogDrain"
8111
8111
  ],
8112
- "POST": [
8112
+ POST: [
8113
8113
  "createConfigurableLogDrain",
8114
8114
  "createLogDrain"
8115
8115
  ]
8116
8116
  },
8117
- "drains": {
8118
- "POST": [
8117
+ drains: {
8118
+ POST: [
8119
8119
  "createDrain",
8120
8120
  "testDrain"
8121
8121
  ],
8122
- "GET": [
8122
+ GET: [
8123
8123
  "getDrains",
8124
8124
  "getDrain"
8125
8125
  ],
8126
- "DELETE": [
8126
+ DELETE: [
8127
8127
  "deleteDrain"
8128
8128
  ],
8129
- "PATCH": [
8129
+ PATCH: [
8130
8130
  "updateDrain"
8131
8131
  ]
8132
8132
  },
8133
- "edgeCache": {
8134
- "POST": [
8133
+ edgeCache: {
8134
+ POST: [
8135
8135
  "invalidateByTags",
8136
8136
  "dangerouslyDeleteByTags",
8137
8137
  "invalidateBySrcImages",
8138
8138
  "dangerouslyDeleteBySrcImages"
8139
8139
  ]
8140
8140
  },
8141
- "edgeConfig": {
8142
- "GET": [
8141
+ edgeConfig: {
8142
+ GET: [
8143
8143
  "getEdgeConfigs",
8144
8144
  "getEdgeConfig",
8145
8145
  "getEdgeConfigItems",
@@ -8150,57 +8150,57 @@ const tagDictionary = {
8150
8150
  "getEdgeConfigBackup",
8151
8151
  "getEdgeConfigBackups"
8152
8152
  ],
8153
- "POST": [
8153
+ POST: [
8154
8154
  "createEdgeConfig",
8155
8155
  "patchEdgeConfigSchema",
8156
8156
  "createEdgeConfigToken",
8157
8157
  "restoreEdgeConfigBackup"
8158
8158
  ],
8159
- "PUT": [
8159
+ PUT: [
8160
8160
  "updateEdgeConfig"
8161
8161
  ],
8162
- "DELETE": [
8162
+ DELETE: [
8163
8163
  "deleteEdgeConfig",
8164
8164
  "deleteEdgeConfigSchema",
8165
8165
  "deleteEdgeConfigTokens"
8166
8166
  ],
8167
- "PATCH": [
8167
+ PATCH: [
8168
8168
  "patchEdgeConfigItems"
8169
8169
  ]
8170
8170
  },
8171
- "environment": {
8172
- "POST": [
8171
+ environment: {
8172
+ POST: [
8173
8173
  "createSharedEnvVariable",
8174
8174
  "createCustomEnvironment"
8175
8175
  ],
8176
- "GET": [
8176
+ GET: [
8177
8177
  "listSharedEnvVariable",
8178
8178
  "getSharedEnvVar",
8179
8179
  "getProjectsByIdOrNameCustomEnvironments",
8180
8180
  "getCustomEnvironment"
8181
8181
  ],
8182
- "PATCH": [
8182
+ PATCH: [
8183
8183
  "updateSharedEnvVariable",
8184
8184
  "unlinkSharedEnvVariable",
8185
8185
  "updateCustomEnvironment"
8186
8186
  ],
8187
- "DELETE": [
8187
+ DELETE: [
8188
8188
  "deleteSharedEnvVariable",
8189
8189
  "removeCustomEnvironment"
8190
8190
  ]
8191
8191
  },
8192
- "user": {
8193
- "GET": [
8192
+ user: {
8193
+ GET: [
8194
8194
  "listUserEvents",
8195
8195
  "listEventTypes",
8196
8196
  "getAuthUser"
8197
8197
  ],
8198
- "DELETE": [
8198
+ DELETE: [
8199
8199
  "requestDelete"
8200
8200
  ]
8201
8201
  },
8202
- "featureFlags": {
8203
- "GET": [
8202
+ featureFlags: {
8203
+ GET: [
8204
8204
  "listFlagsV2",
8205
8205
  "listFlags",
8206
8206
  "getFlag",
@@ -8214,29 +8214,29 @@ const tagDictionary = {
8214
8214
  "getDeploymentFeatureFlags",
8215
8215
  "getSdkKeys"
8216
8216
  ],
8217
- "PUT": [
8217
+ PUT: [
8218
8218
  "createFlag",
8219
8219
  "createFlagSegment",
8220
8220
  "createSdkKey"
8221
8221
  ],
8222
- "PATCH": [
8222
+ PATCH: [
8223
8223
  "updateFlag",
8224
8224
  "updateFlagSettings",
8225
8225
  "updateFlagSegment"
8226
8226
  ],
8227
- "DELETE": [
8227
+ DELETE: [
8228
8228
  "deleteFlag",
8229
8229
  "deleteFlagSegment",
8230
8230
  "deleteSdkKey"
8231
8231
  ]
8232
8232
  },
8233
- "marketplace": {
8234
- "PATCH": [
8233
+ marketplace: {
8234
+ PATCH: [
8235
8235
  "updateInstallation",
8236
8236
  "updateResource",
8237
8237
  "updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId"
8238
8238
  ],
8239
- "GET": [
8239
+ GET: [
8240
8240
  "getAccountInfo",
8241
8241
  "getMember",
8242
8242
  "getIntegrationResources",
@@ -8244,7 +8244,7 @@ const tagDictionary = {
8244
8244
  "getInvoice",
8245
8245
  "getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig"
8246
8246
  ],
8247
- "POST": [
8247
+ POST: [
8248
8248
  "createEvent",
8249
8249
  "submitBillingData",
8250
8250
  "submitInvoice",
@@ -8254,87 +8254,87 @@ const tagDictionary = {
8254
8254
  "exchangeSsoToken",
8255
8255
  "createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItems"
8256
8256
  ],
8257
- "DELETE": [
8257
+ DELETE: [
8258
8258
  "deleteIntegrationResource",
8259
8259
  "deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId"
8260
8260
  ],
8261
- "PUT": [
8261
+ PUT: [
8262
8262
  "importResource",
8263
8263
  "updateResourceSecrets",
8264
8264
  "updateResourceSecretsById",
8265
8265
  "replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig"
8266
8266
  ]
8267
8267
  },
8268
- "authentication": {
8269
- "POST": [
8268
+ authentication: {
8269
+ POST: [
8270
8270
  "exchangeSsoToken",
8271
8271
  "createAuthToken"
8272
8272
  ],
8273
- "GET": [
8273
+ GET: [
8274
8274
  "listAuthTokens",
8275
8275
  "getAuthToken"
8276
8276
  ],
8277
- "DELETE": [
8277
+ DELETE: [
8278
8278
  "deleteAuthToken"
8279
8279
  ]
8280
8280
  },
8281
- "logs": {
8282
- "GET": [
8281
+ logs: {
8282
+ GET: [
8283
8283
  "getRuntimeLogs"
8284
8284
  ]
8285
8285
  },
8286
- "microfrontends": {
8287
- "GET": [
8286
+ microfrontends: {
8287
+ GET: [
8288
8288
  "getMicrofrontendsGroups",
8289
8289
  "getMicrofrontendsInGroup",
8290
8290
  "getMicrofrontendsConfig",
8291
8291
  "getMicrofrontendsConfigForProject"
8292
8292
  ],
8293
- "POST": [
8293
+ POST: [
8294
8294
  "createMicrofrontendsGroupWithApplications"
8295
8295
  ]
8296
8296
  },
8297
- "apiObservability": {
8298
- "GET": [
8297
+ apiObservability: {
8298
+ GET: [
8299
8299
  "getObservabilityConfigurationProjects"
8300
8300
  ],
8301
- "PUT": [
8301
+ PUT: [
8302
8302
  "updateObservabilityConfigurationProject"
8303
8303
  ]
8304
8304
  },
8305
- "projectmembers": {
8306
- "GET": [
8305
+ projectmembers: {
8306
+ GET: [
8307
8307
  "getProjectMembers"
8308
8308
  ],
8309
- "POST": [
8309
+ POST: [
8310
8310
  "addProjectMember"
8311
8311
  ],
8312
- "DELETE": [
8312
+ DELETE: [
8313
8313
  "removeProjectMember"
8314
8314
  ]
8315
8315
  },
8316
- "projectRoutes": {
8317
- "GET": [
8316
+ projectRoutes: {
8317
+ GET: [
8318
8318
  "getRoutes",
8319
8319
  "getRouteVersions"
8320
8320
  ],
8321
- "PUT": [
8321
+ PUT: [
8322
8322
  "stageRoutes"
8323
8323
  ],
8324
- "POST": [
8324
+ POST: [
8325
8325
  "addRoute",
8326
8326
  "generateRoute",
8327
8327
  "updateRouteVersions"
8328
8328
  ],
8329
- "DELETE": [
8329
+ DELETE: [
8330
8330
  "deleteRoutes"
8331
8331
  ],
8332
- "PATCH": [
8332
+ PATCH: [
8333
8333
  "editRoute"
8334
8334
  ]
8335
8335
  },
8336
- "projects": {
8337
- "GET": [
8336
+ projects: {
8337
+ GET: [
8338
8338
  "getProjects",
8339
8339
  "getProjectTrace",
8340
8340
  "getProject",
@@ -8344,7 +8344,7 @@ const tagDictionary = {
8344
8344
  "getProjectEnv",
8345
8345
  "listPromoteAliases"
8346
8346
  ],
8347
- "POST": [
8347
+ POST: [
8348
8348
  "createProject",
8349
8349
  "getProjectToken",
8350
8350
  "createTraceSession",
@@ -8359,7 +8359,7 @@ const tagDictionary = {
8359
8359
  "pauseProject",
8360
8360
  "unpauseProject"
8361
8361
  ],
8362
- "PATCH": [
8362
+ PATCH: [
8363
8363
  "updateProject",
8364
8364
  "updateProjectDomain",
8365
8365
  "editProjectEnv",
@@ -8367,41 +8367,41 @@ const tagDictionary = {
8367
8367
  "updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription",
8368
8368
  "updateMicrofrontends"
8369
8369
  ],
8370
- "DELETE": [
8370
+ DELETE: [
8371
8371
  "deleteProject",
8372
8372
  "removeProjectDomain",
8373
8373
  "removeProjectEnv",
8374
8374
  "batchRemoveProjectEnv"
8375
8375
  ],
8376
- "PUT": [
8376
+ PUT: [
8377
8377
  "acceptProjectTransferRequest"
8378
8378
  ]
8379
8379
  },
8380
- "staticIps": {
8381
- "PATCH": [
8380
+ staticIps: {
8381
+ PATCH: [
8382
8382
  "updateStaticIps"
8383
8383
  ]
8384
8384
  },
8385
- "rollingRelease": {
8386
- "GET": [
8385
+ rollingRelease: {
8386
+ GET: [
8387
8387
  "getRollingReleaseBillingStatus",
8388
8388
  "getRollingReleaseConfig",
8389
8389
  "getRollingRelease"
8390
8390
  ],
8391
- "DELETE": [
8391
+ DELETE: [
8392
8392
  "deleteRollingReleaseConfig"
8393
8393
  ],
8394
- "PATCH": [
8394
+ PATCH: [
8395
8395
  "updateRollingReleaseConfig"
8396
8396
  ],
8397
- "POST": [
8397
+ POST: [
8398
8398
  "approveRollingReleaseStage",
8399
8399
  "startRollingRelease",
8400
8400
  "completeRollingRelease"
8401
8401
  ]
8402
8402
  },
8403
- "sandboxes": {
8404
- "GET": [
8403
+ sandboxes: {
8404
+ GET: [
8405
8405
  "listSandboxes",
8406
8406
  "listDrives",
8407
8407
  "listSessionSnapshots",
@@ -8413,7 +8413,7 @@ const tagDictionary = {
8413
8413
  "getSessionCommand",
8414
8414
  "getSessionCommandLogs"
8415
8415
  ],
8416
- "POST": [
8416
+ POST: [
8417
8417
  "createSandboxes",
8418
8418
  "getOrCreateDrive",
8419
8419
  "runSessionCommand",
@@ -8427,83 +8427,83 @@ const tagDictionary = {
8427
8427
  "createSessionSnapshot",
8428
8428
  "createSandboxesByNameFork"
8429
8429
  ],
8430
- "DELETE": [
8430
+ DELETE: [
8431
8431
  "deleteDrive",
8432
8432
  "deleteSessionSnapshot",
8433
8433
  "deleteSandbox"
8434
8434
  ],
8435
- "PATCH": [
8435
+ PATCH: [
8436
8436
  "updateSandbox"
8437
8437
  ]
8438
8438
  },
8439
- "security": {
8440
- "POST": [
8439
+ security: {
8440
+ POST: [
8441
8441
  "updateAttackChallengeMode",
8442
8442
  "addBypassIp"
8443
8443
  ],
8444
- "PUT": [
8444
+ PUT: [
8445
8445
  "putFirewallConfig"
8446
8446
  ],
8447
- "PATCH": [
8447
+ PATCH: [
8448
8448
  "updateFirewallConfig"
8449
8449
  ],
8450
- "GET": [
8450
+ GET: [
8451
8451
  "getFirewallConfig",
8452
8452
  "getActiveAttackStatus",
8453
8453
  "getBypassIp",
8454
8454
  "getSecurityFirewallEvents"
8455
8455
  ],
8456
- "DELETE": [
8456
+ DELETE: [
8457
8457
  "removeBypassIp"
8458
8458
  ]
8459
8459
  },
8460
- "apiSecurity": {
8461
- "GET": [
8460
+ apiSecurity: {
8461
+ GET: [
8462
8462
  "getSecurityFirewallConfig"
8463
8463
  ],
8464
- "DELETE": [
8464
+ DELETE: [
8465
8465
  "deleteSecurityFirewallConfigByConfigVersion"
8466
8466
  ],
8467
- "POST": [
8467
+ POST: [
8468
8468
  "createSecurityFirewallConfigByConfigVersionActivate"
8469
8469
  ]
8470
8470
  },
8471
- "firewall": {
8472
- "POST": [
8471
+ firewall: {
8472
+ POST: [
8473
8473
  "generateFirewallRule"
8474
8474
  ]
8475
8475
  },
8476
- "teams": {
8477
- "GET": [
8476
+ teams: {
8477
+ GET: [
8478
8478
  "getTeamMembers",
8479
8479
  "getTeamAccessRequest",
8480
8480
  "getTeam",
8481
8481
  "getTeams"
8482
8482
  ],
8483
- "POST": [
8483
+ POST: [
8484
8484
  "inviteUserToTeam",
8485
8485
  "requestAccessToTeam",
8486
8486
  "joinTeam",
8487
8487
  "createTeam",
8488
8488
  "postTeamDsyncRoles"
8489
8489
  ],
8490
- "PATCH": [
8490
+ PATCH: [
8491
8491
  "updateTeamMember",
8492
8492
  "patchTeam",
8493
8493
  "updateMicrofrontendsGroup"
8494
8494
  ],
8495
- "DELETE": [
8495
+ DELETE: [
8496
8496
  "removeTeamMember",
8497
8497
  "deleteTeam",
8498
8498
  "deleteTeamInviteCode",
8499
8499
  "deleteMicrofrontendsGroup"
8500
8500
  ]
8501
8501
  },
8502
- "vcr": {
8503
- "POST": [
8502
+ vcr: {
8503
+ POST: [
8504
8504
  "createRepository"
8505
8505
  ],
8506
- "GET": [
8506
+ GET: [
8507
8507
  "listRepositories",
8508
8508
  "getRepository",
8509
8509
  "listRepositoryImages",
@@ -8511,59 +8511,59 @@ const tagDictionary = {
8511
8511
  "getRepositoryTag",
8512
8512
  "getRepositoryImage"
8513
8513
  ],
8514
- "DELETE": [
8514
+ DELETE: [
8515
8515
  "deleteRepository",
8516
8516
  "deleteRepositoryImage"
8517
8517
  ]
8518
8518
  },
8519
- "webAnalytics": {
8520
- "GET": [
8519
+ webAnalytics: {
8520
+ GET: [
8521
8521
  "aggregatePageviews",
8522
8522
  "aggregateEvents",
8523
8523
  "countPageviews",
8524
8524
  "countEvents"
8525
8525
  ]
8526
8526
  },
8527
- "webhooks": {
8528
- "POST": [
8527
+ webhooks: {
8528
+ POST: [
8529
8529
  "createWebhook"
8530
8530
  ],
8531
- "GET": [
8531
+ GET: [
8532
8532
  "getWebhooks",
8533
8533
  "getWebhook"
8534
8534
  ],
8535
- "DELETE": [
8535
+ DELETE: [
8536
8536
  "deleteWebhook"
8537
8537
  ]
8538
8538
  },
8539
- "aliases": {
8540
- "GET": [
8539
+ aliases: {
8540
+ GET: [
8541
8541
  "listDeploymentAliases",
8542
8542
  "listAliases",
8543
8543
  "getAlias"
8544
8544
  ],
8545
- "POST": [
8545
+ POST: [
8546
8546
  "assignAlias"
8547
8547
  ],
8548
- "DELETE": [
8548
+ DELETE: [
8549
8549
  "deleteAlias"
8550
8550
  ],
8551
- "PATCH": [
8551
+ PATCH: [
8552
8552
  "patchUrlProtectionBypass"
8553
8553
  ]
8554
8554
  },
8555
- "certs": {
8556
- "GET": [
8555
+ certs: {
8556
+ GET: [
8557
8557
  "getCertById",
8558
8558
  "getCerts"
8559
8559
  ],
8560
- "DELETE": [
8560
+ DELETE: [
8561
8561
  "removeCert"
8562
8562
  ],
8563
- "POST": [
8563
+ POST: [
8564
8564
  "issueCert"
8565
8565
  ],
8566
- "PUT": [
8566
+ PUT: [
8567
8567
  "uploadCert"
8568
8568
  ]
8569
8569
  }