@vercel/sdk 1.0.0-canary.10

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.
Files changed (1754) hide show
  1. package/.devcontainer/README.md +35 -0
  2. package/LICENSE +201 -0
  3. package/README.md +838 -0
  4. package/docs/sdks/accessgroups/README.md +916 -0
  5. package/docs/sdks/aliases/README.md +420 -0
  6. package/docs/sdks/artifacts/README.md +491 -0
  7. package/docs/sdks/authentication/README.md +375 -0
  8. package/docs/sdks/certs/README.md +307 -0
  9. package/docs/sdks/checks/README.md +484 -0
  10. package/docs/sdks/deployments/README.md +778 -0
  11. package/docs/sdks/dns/README.md +377 -0
  12. package/docs/sdks/domains/README.md +827 -0
  13. package/docs/sdks/edgeconfig/README.md +1231 -0
  14. package/docs/sdks/integrations/README.md +390 -0
  15. package/docs/sdks/logdrains/README.md +556 -0
  16. package/docs/sdks/marketplace/README.md +694 -0
  17. package/docs/sdks/projectmembers/README.md +258 -0
  18. package/docs/sdks/projects/README.md +1590 -0
  19. package/docs/sdks/security/README.md +313 -0
  20. package/docs/sdks/teams/README.md +1148 -0
  21. package/docs/sdks/user/README.md +239 -0
  22. package/docs/sdks/vercel/README.md +5 -0
  23. package/docs/sdks/webhooks/README.md +305 -0
  24. package/esm/core.d.ts +10 -0
  25. package/esm/core.d.ts.map +1 -0
  26. package/esm/core.js +13 -0
  27. package/esm/core.js.map +1 -0
  28. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
  29. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  30. package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
  31. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
  32. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
  33. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  34. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
  35. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
  36. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
  37. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  38. package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
  39. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
  40. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
  41. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
  42. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
  43. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
  44. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
  45. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  46. package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
  47. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
  48. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
  49. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  50. package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
  51. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
  52. package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
  53. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
  54. package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
  55. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
  56. package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
  57. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
  58. package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
  59. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
  60. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
  61. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
  62. package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
  63. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
  64. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
  65. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  66. package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
  67. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
  68. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
  69. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
  70. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
  71. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
  72. package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
  73. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
  74. package/esm/funcs/aliasesAssignAlias.js +80 -0
  75. package/esm/funcs/aliasesAssignAlias.js.map +1 -0
  76. package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
  77. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
  78. package/esm/funcs/aliasesDeleteAlias.js +79 -0
  79. package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
  80. package/esm/funcs/aliasesGetAlias.d.ts +15 -0
  81. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
  82. package/esm/funcs/aliasesGetAlias.js +83 -0
  83. package/esm/funcs/aliasesGetAlias.js.map +1 -0
  84. package/esm/funcs/aliasesListAliases.d.ts +15 -0
  85. package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
  86. package/esm/funcs/aliasesListAliases.js +80 -0
  87. package/esm/funcs/aliasesListAliases.js.map +1 -0
  88. package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
  89. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
  90. package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
  91. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
  92. package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
  93. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
  94. package/esm/funcs/artifactsArtifactExists.js +80 -0
  95. package/esm/funcs/artifactsArtifactExists.js.map +1 -0
  96. package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
  97. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
  98. package/esm/funcs/artifactsArtifactQuery.js +75 -0
  99. package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
  100. package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
  101. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
  102. package/esm/funcs/artifactsDownloadArtifact.js +84 -0
  103. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
  104. package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
  105. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  106. package/esm/funcs/artifactsRecordEvents.js +77 -0
  107. package/esm/funcs/artifactsRecordEvents.js.map +1 -0
  108. package/esm/funcs/artifactsStatus.d.ts +15 -0
  109. package/esm/funcs/artifactsStatus.d.ts.map +1 -0
  110. package/esm/funcs/artifactsStatus.js +73 -0
  111. package/esm/funcs/artifactsStatus.js.map +1 -0
  112. package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
  113. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
  114. package/esm/funcs/artifactsUploadArtifact.js +85 -0
  115. package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
  116. package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
  117. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
  118. package/esm/funcs/authenticationCreateAuthToken.js +74 -0
  119. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
  120. package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
  121. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
  122. package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
  123. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
  124. package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
  125. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
  126. package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
  127. package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
  128. package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
  129. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
  130. package/esm/funcs/authenticationGetAuthToken.js +74 -0
  131. package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
  132. package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
  133. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
  134. package/esm/funcs/authenticationListAuthTokens.js +59 -0
  135. package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
  136. package/esm/funcs/certsGetCertById.d.ts +15 -0
  137. package/esm/funcs/certsGetCertById.d.ts.map +1 -0
  138. package/esm/funcs/certsGetCertById.js +79 -0
  139. package/esm/funcs/certsGetCertById.js.map +1 -0
  140. package/esm/funcs/certsIssueCert.d.ts +15 -0
  141. package/esm/funcs/certsIssueCert.d.ts.map +1 -0
  142. package/esm/funcs/certsIssueCert.js +74 -0
  143. package/esm/funcs/certsIssueCert.js.map +1 -0
  144. package/esm/funcs/certsRemoveCert.d.ts +15 -0
  145. package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
  146. package/esm/funcs/certsRemoveCert.js +79 -0
  147. package/esm/funcs/certsRemoveCert.js.map +1 -0
  148. package/esm/funcs/certsUploadCert.d.ts +15 -0
  149. package/esm/funcs/certsUploadCert.d.ts.map +1 -0
  150. package/esm/funcs/certsUploadCert.js +74 -0
  151. package/esm/funcs/certsUploadCert.js.map +1 -0
  152. package/esm/funcs/checksCreateCheck.d.ts +15 -0
  153. package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
  154. package/esm/funcs/checksCreateCheck.js +80 -0
  155. package/esm/funcs/checksCreateCheck.js.map +1 -0
  156. package/esm/funcs/checksGetAllChecks.d.ts +15 -0
  157. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
  158. package/esm/funcs/checksGetAllChecks.js +79 -0
  159. package/esm/funcs/checksGetAllChecks.js.map +1 -0
  160. package/esm/funcs/checksGetCheck.d.ts +15 -0
  161. package/esm/funcs/checksGetCheck.d.ts.map +1 -0
  162. package/esm/funcs/checksGetCheck.js +83 -0
  163. package/esm/funcs/checksGetCheck.js.map +1 -0
  164. package/esm/funcs/checksRerequestCheck.d.ts +15 -0
  165. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
  166. package/esm/funcs/checksRerequestCheck.js +83 -0
  167. package/esm/funcs/checksRerequestCheck.js.map +1 -0
  168. package/esm/funcs/checksUpdateCheck.d.ts +15 -0
  169. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
  170. package/esm/funcs/checksUpdateCheck.js +84 -0
  171. package/esm/funcs/checksUpdateCheck.js.map +1 -0
  172. package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
  173. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
  174. package/esm/funcs/deploymentsCancelDeployment.js +79 -0
  175. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
  176. package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
  177. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
  178. package/esm/funcs/deploymentsCreateDeployment.js +76 -0
  179. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
  180. package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
  181. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
  182. package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
  183. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
  184. package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
  185. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
  186. package/esm/funcs/deploymentsGetDeployment.js +80 -0
  187. package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
  188. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
  189. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  190. package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
  191. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
  192. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
  193. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  194. package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
  195. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
  196. package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
  197. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
  198. package/esm/funcs/deploymentsGetDeployments.js +84 -0
  199. package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
  200. package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
  201. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
  202. package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
  203. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
  204. package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
  205. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  206. package/esm/funcs/deploymentsUploadFile.js +83 -0
  207. package/esm/funcs/deploymentsUploadFile.js.map +1 -0
  208. package/esm/funcs/dnsCreateRecord.d.ts +15 -0
  209. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  210. package/esm/funcs/dnsCreateRecord.js +80 -0
  211. package/esm/funcs/dnsCreateRecord.js.map +1 -0
  212. package/esm/funcs/dnsGetRecords.d.ts +15 -0
  213. package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
  214. package/esm/funcs/dnsGetRecords.js +82 -0
  215. package/esm/funcs/dnsGetRecords.js.map +1 -0
  216. package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
  217. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  218. package/esm/funcs/dnsRemoveRecord.js +83 -0
  219. package/esm/funcs/dnsRemoveRecord.js.map +1 -0
  220. package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
  221. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  222. package/esm/funcs/dnsUpdateRecord.js +80 -0
  223. package/esm/funcs/dnsUpdateRecord.js.map +1 -0
  224. package/esm/funcs/domainsBuyDomain.d.ts +15 -0
  225. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
  226. package/esm/funcs/domainsBuyDomain.js +74 -0
  227. package/esm/funcs/domainsBuyDomain.js.map +1 -0
  228. package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
  229. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
  230. package/esm/funcs/domainsCheckDomainPrice.js +75 -0
  231. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
  232. package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
  233. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
  234. package/esm/funcs/domainsCheckDomainStatus.js +74 -0
  235. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
  236. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
  237. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  238. package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
  239. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  240. package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
  241. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
  242. package/esm/funcs/domainsDeleteDomain.js +79 -0
  243. package/esm/funcs/domainsDeleteDomain.js.map +1 -0
  244. package/esm/funcs/domainsGetDomain.d.ts +15 -0
  245. package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
  246. package/esm/funcs/domainsGetDomain.js +79 -0
  247. package/esm/funcs/domainsGetDomain.js.map +1 -0
  248. package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
  249. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
  250. package/esm/funcs/domainsGetDomainConfig.js +80 -0
  251. package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
  252. package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
  253. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
  254. package/esm/funcs/domainsGetDomainTransfer.js +79 -0
  255. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
  256. package/esm/funcs/domainsGetDomains.d.ts +15 -0
  257. package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
  258. package/esm/funcs/domainsGetDomains.js +76 -0
  259. package/esm/funcs/domainsGetDomains.js.map +1 -0
  260. package/esm/funcs/domainsPatchDomain.d.ts +15 -0
  261. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
  262. package/esm/funcs/domainsPatchDomain.js +80 -0
  263. package/esm/funcs/domainsPatchDomain.js.map +1 -0
  264. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
  265. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  266. package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
  267. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
  268. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
  269. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  270. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
  271. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  272. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
  273. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  274. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
  275. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
  276. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
  277. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  278. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
  279. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  280. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
  281. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  282. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
  283. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  284. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
  285. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  286. package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
  287. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
  288. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
  289. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  290. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
  291. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  292. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
  293. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  294. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
  295. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  296. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
  297. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  298. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
  299. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
  300. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
  301. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  302. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
  303. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
  304. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
  305. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  306. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
  307. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  308. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
  309. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  310. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
  311. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
  312. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
  313. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  314. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
  315. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  316. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
  317. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  318. package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
  319. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
  320. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
  321. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  322. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
  323. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  324. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
  325. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  326. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
  327. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
  328. package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
  329. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  330. package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
  331. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  332. package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
  333. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  334. package/esm/funcs/integrationsGetConfiguration.js +79 -0
  335. package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  336. package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
  337. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  338. package/esm/funcs/integrationsGetConfigurations.js +76 -0
  339. package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  340. package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
  341. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
  342. package/esm/funcs/integrationsGitNamespaces.js +74 -0
  343. package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
  344. package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
  345. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
  346. package/esm/funcs/integrationsSearchRepo.js +78 -0
  347. package/esm/funcs/integrationsSearchRepo.js.map +1 -0
  348. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
  349. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  350. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
  351. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  352. package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
  353. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
  354. package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
  355. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
  356. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
  357. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  358. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
  359. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  360. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
  361. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  362. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
  363. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  364. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
  365. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
  366. package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
  367. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
  368. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
  369. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  370. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
  371. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
  372. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
  373. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  374. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
  375. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
  376. package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
  377. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
  378. package/esm/funcs/marketplaceCreateEvent.js +73 -0
  379. package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
  380. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
  381. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
  382. package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
  383. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
  384. package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
  385. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
  386. package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
  387. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
  388. package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
  389. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
  390. package/esm/funcs/marketplaceGetInvoice.js +75 -0
  391. package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
  392. package/esm/funcs/marketplaceGetMember.d.ts +15 -0
  393. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
  394. package/esm/funcs/marketplaceGetMember.js +75 -0
  395. package/esm/funcs/marketplaceGetMember.js.map +1 -0
  396. package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
  397. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
  398. package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
  399. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
  400. package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
  401. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
  402. package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
  403. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
  404. package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
  405. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
  406. package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
  407. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
  408. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
  409. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
  410. package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
  411. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
  412. package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
  413. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
  414. package/esm/funcs/projectMembersAddProjectMember.js +80 -0
  415. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
  416. package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
  417. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
  418. package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
  419. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
  420. package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
  421. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
  422. package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
  423. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
  424. package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
  425. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
  426. package/esm/funcs/projectsAddProjectDomain.js +80 -0
  427. package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
  428. package/esm/funcs/projectsCreateProject.d.ts +15 -0
  429. package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
  430. package/esm/funcs/projectsCreateProject.js +74 -0
  431. package/esm/funcs/projectsCreateProject.js.map +1 -0
  432. package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
  433. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
  434. package/esm/funcs/projectsCreateProjectEnv.js +81 -0
  435. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
  436. package/esm/funcs/projectsDeleteProject.d.ts +15 -0
  437. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
  438. package/esm/funcs/projectsDeleteProject.js +80 -0
  439. package/esm/funcs/projectsDeleteProject.js.map +1 -0
  440. package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
  441. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
  442. package/esm/funcs/projectsEditProjectEnv.js +84 -0
  443. package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
  444. package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
  445. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
  446. package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
  447. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
  448. package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
  449. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
  450. package/esm/funcs/projectsGetProjectDomain.js +83 -0
  451. package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
  452. package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
  453. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
  454. package/esm/funcs/projectsGetProjectDomains.js +89 -0
  455. package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
  456. package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
  457. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
  458. package/esm/funcs/projectsGetProjectEnv.js +83 -0
  459. package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
  460. package/esm/funcs/projectsGetProjects.d.ts +15 -0
  461. package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
  462. package/esm/funcs/projectsGetProjects.js +84 -0
  463. package/esm/funcs/projectsGetProjects.js.map +1 -0
  464. package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
  465. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
  466. package/esm/funcs/projectsListPromoteAliases.js +83 -0
  467. package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
  468. package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
  469. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
  470. package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
  471. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
  472. package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
  473. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
  474. package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
  475. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
  476. package/esm/funcs/projectsRequestPromote.d.ts +15 -0
  477. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
  478. package/esm/funcs/projectsRequestPromote.js +84 -0
  479. package/esm/funcs/projectsRequestPromote.js.map +1 -0
  480. package/esm/funcs/projectsUpdateProject.d.ts +15 -0
  481. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
  482. package/esm/funcs/projectsUpdateProject.js +80 -0
  483. package/esm/funcs/projectsUpdateProject.js.map +1 -0
  484. package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
  485. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
  486. package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
  487. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
  488. package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
  489. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
  490. package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
  491. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
  492. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
  493. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  494. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
  495. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
  496. package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
  497. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
  498. package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
  499. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
  500. package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
  501. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
  502. package/esm/funcs/securityGetFirewallConfig.js +80 -0
  503. package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
  504. package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
  505. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  506. package/esm/funcs/securityPutFirewallConfig.js +75 -0
  507. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  508. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
  509. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  510. package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
  511. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
  512. package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
  513. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
  514. package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
  515. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
  516. package/esm/funcs/teamsCreateTeam.d.ts +15 -0
  517. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
  518. package/esm/funcs/teamsCreateTeam.js +71 -0
  519. package/esm/funcs/teamsCreateTeam.js.map +1 -0
  520. package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
  521. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
  522. package/esm/funcs/teamsDeleteTeam.js +80 -0
  523. package/esm/funcs/teamsDeleteTeam.js.map +1 -0
  524. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
  525. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  526. package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
  527. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
  528. package/esm/funcs/teamsGetTeam.d.ts +17 -0
  529. package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
  530. package/esm/funcs/teamsGetTeam.js +79 -0
  531. package/esm/funcs/teamsGetTeam.js.map +1 -0
  532. package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
  533. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
  534. package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
  535. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
  536. package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
  537. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
  538. package/esm/funcs/teamsGetTeamMembers.js +84 -0
  539. package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
  540. package/esm/funcs/teamsGetTeams.d.ts +15 -0
  541. package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
  542. package/esm/funcs/teamsGetTeams.js +74 -0
  543. package/esm/funcs/teamsGetTeams.js.map +1 -0
  544. package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
  545. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
  546. package/esm/funcs/teamsInviteUserToTeam.js +75 -0
  547. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
  548. package/esm/funcs/teamsJoinTeam.d.ts +15 -0
  549. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
  550. package/esm/funcs/teamsJoinTeam.js +75 -0
  551. package/esm/funcs/teamsJoinTeam.js.map +1 -0
  552. package/esm/funcs/teamsPatchTeam.d.ts +17 -0
  553. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
  554. package/esm/funcs/teamsPatchTeam.js +80 -0
  555. package/esm/funcs/teamsPatchTeam.js.map +1 -0
  556. package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
  557. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
  558. package/esm/funcs/teamsRemoveTeamMember.js +82 -0
  559. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
  560. package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
  561. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
  562. package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
  563. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
  564. package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
  565. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
  566. package/esm/funcs/teamsUpdateTeamMember.js +79 -0
  567. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
  568. package/esm/funcs/userGetAuthUser.d.ts +15 -0
  569. package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  570. package/esm/funcs/userGetAuthUser.js +59 -0
  571. package/esm/funcs/userGetAuthUser.js.map +1 -0
  572. package/esm/funcs/userListUserEvents.d.ts +15 -0
  573. package/esm/funcs/userListUserEvents.d.ts.map +1 -0
  574. package/esm/funcs/userListUserEvents.js +79 -0
  575. package/esm/funcs/userListUserEvents.js.map +1 -0
  576. package/esm/funcs/userRequestDelete.d.ts +15 -0
  577. package/esm/funcs/userRequestDelete.d.ts.map +1 -0
  578. package/esm/funcs/userRequestDelete.js +71 -0
  579. package/esm/funcs/userRequestDelete.js.map +1 -0
  580. package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
  581. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
  582. package/esm/funcs/webhooksCreateWebhook.js +74 -0
  583. package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
  584. package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
  585. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
  586. package/esm/funcs/webhooksDeleteWebhook.js +80 -0
  587. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
  588. package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
  589. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
  590. package/esm/funcs/webhooksGetWebhook.js +79 -0
  591. package/esm/funcs/webhooksGetWebhook.js.map +1 -0
  592. package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
  593. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
  594. package/esm/funcs/webhooksGetWebhooks.js +74 -0
  595. package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
  596. package/esm/hooks/hooks.d.ts +24 -0
  597. package/esm/hooks/hooks.d.ts.map +1 -0
  598. package/esm/hooks/hooks.js +64 -0
  599. package/esm/hooks/hooks.js.map +1 -0
  600. package/esm/hooks/registration.d.ts +3 -0
  601. package/esm/hooks/registration.d.ts.map +1 -0
  602. package/esm/hooks/registration.js +12 -0
  603. package/esm/hooks/registration.js.map +1 -0
  604. package/esm/hooks/types.d.ts +76 -0
  605. package/esm/hooks/types.d.ts.map +1 -0
  606. package/esm/hooks/types.js +5 -0
  607. package/esm/hooks/types.js.map +1 -0
  608. package/esm/index.d.ts +4 -0
  609. package/esm/index.d.ts.map +1 -0
  610. package/esm/index.js +7 -0
  611. package/esm/index.js.map +1 -0
  612. package/esm/lib/base64.d.ts +10 -0
  613. package/esm/lib/base64.d.ts.map +1 -0
  614. package/esm/lib/base64.js +29 -0
  615. package/esm/lib/base64.js.map +1 -0
  616. package/esm/lib/config.d.ts +34 -0
  617. package/esm/lib/config.d.ts.map +1 -0
  618. package/esm/lib/config.js +35 -0
  619. package/esm/lib/config.js.map +1 -0
  620. package/esm/lib/dlv.d.ts +14 -0
  621. package/esm/lib/dlv.d.ts.map +1 -0
  622. package/esm/lib/dlv.js +46 -0
  623. package/esm/lib/dlv.js.map +1 -0
  624. package/esm/lib/encodings.d.ts +51 -0
  625. package/esm/lib/encodings.d.ts.map +1 -0
  626. package/esm/lib/encodings.js +330 -0
  627. package/esm/lib/encodings.js.map +1 -0
  628. package/esm/lib/files.d.ts +8 -0
  629. package/esm/lib/files.d.ts.map +1 -0
  630. package/esm/lib/files.js +33 -0
  631. package/esm/lib/files.js.map +1 -0
  632. package/esm/lib/http.d.ts +67 -0
  633. package/esm/lib/http.d.ts.map +1 -0
  634. package/esm/lib/http.js +208 -0
  635. package/esm/lib/http.js.map +1 -0
  636. package/esm/lib/is-plain-object.d.ts +2 -0
  637. package/esm/lib/is-plain-object.d.ts.map +1 -0
  638. package/esm/lib/is-plain-object.js +38 -0
  639. package/esm/lib/is-plain-object.js.map +1 -0
  640. package/esm/lib/logger.d.ts +6 -0
  641. package/esm/lib/logger.d.ts.map +1 -0
  642. package/esm/lib/logger.js +5 -0
  643. package/esm/lib/logger.js.map +1 -0
  644. package/esm/lib/matchers.d.ts +64 -0
  645. package/esm/lib/matchers.d.ts.map +1 -0
  646. package/esm/lib/matchers.js +187 -0
  647. package/esm/lib/matchers.js.map +1 -0
  648. package/esm/lib/primitives.d.ts +20 -0
  649. package/esm/lib/primitives.d.ts.map +1 -0
  650. package/esm/lib/primitives.js +37 -0
  651. package/esm/lib/primitives.js.map +1 -0
  652. package/esm/lib/retries.d.ts +38 -0
  653. package/esm/lib/retries.d.ts.map +1 -0
  654. package/esm/lib/retries.js +149 -0
  655. package/esm/lib/retries.js.map +1 -0
  656. package/esm/lib/schemas.d.ts +19 -0
  657. package/esm/lib/schemas.d.ts.map +1 -0
  658. package/esm/lib/schemas.js +54 -0
  659. package/esm/lib/schemas.js.map +1 -0
  660. package/esm/lib/sdks.d.ts +56 -0
  661. package/esm/lib/sdks.d.ts.map +1 -0
  662. package/esm/lib/sdks.js +269 -0
  663. package/esm/lib/sdks.js.map +1 -0
  664. package/esm/lib/security.d.ts +82 -0
  665. package/esm/lib/security.d.ts.map +1 -0
  666. package/esm/lib/security.js +131 -0
  667. package/esm/lib/security.js.map +1 -0
  668. package/esm/lib/url.d.ts +5 -0
  669. package/esm/lib/url.d.ts.map +1 -0
  670. package/esm/lib/url.js +22 -0
  671. package/esm/lib/url.js.map +1 -0
  672. package/esm/models/components/aclaction.d.ts +43 -0
  673. package/esm/models/components/aclaction.d.ts.map +1 -0
  674. package/esm/models/components/aclaction.js +31 -0
  675. package/esm/models/components/aclaction.js.map +1 -0
  676. package/esm/models/components/authtoken.d.ts +304 -0
  677. package/esm/models/components/authtoken.d.ts.map +1 -0
  678. package/esm/models/components/authtoken.js +234 -0
  679. package/esm/models/components/authtoken.js.map +1 -0
  680. package/esm/models/components/authuser.d.ts +1057 -0
  681. package/esm/models/components/authuser.d.ts.map +1 -0
  682. package/esm/models/components/authuser.js +780 -0
  683. package/esm/models/components/authuser.js.map +1 -0
  684. package/esm/models/components/authuserlimited.d.ts +99 -0
  685. package/esm/models/components/authuserlimited.d.ts.map +1 -0
  686. package/esm/models/components/authuserlimited.js +66 -0
  687. package/esm/models/components/authuserlimited.js.map +1 -0
  688. package/esm/models/components/edgeconfigitem.d.ts +43 -0
  689. package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  690. package/esm/models/components/edgeconfigitem.js +42 -0
  691. package/esm/models/components/edgeconfigitem.js.map +1 -0
  692. package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
  693. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  694. package/esm/models/components/edgeconfigitemvalue.js +39 -0
  695. package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  696. package/esm/models/components/edgeconfigtoken.d.ts +43 -0
  697. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  698. package/esm/models/components/edgeconfigtoken.js +39 -0
  699. package/esm/models/components/edgeconfigtoken.js.map +1 -0
  700. package/esm/models/components/filetree.d.ts +109 -0
  701. package/esm/models/components/filetree.d.ts.map +1 -0
  702. package/esm/models/components/filetree.js +69 -0
  703. package/esm/models/components/filetree.js.map +1 -0
  704. package/esm/models/components/flagjsonvalue.d.ts +29 -0
  705. package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  706. package/esm/models/components/flagjsonvalue.js +39 -0
  707. package/esm/models/components/flagjsonvalue.js.map +1 -0
  708. package/esm/models/components/pagination.d.ts +45 -0
  709. package/esm/models/components/pagination.d.ts.map +1 -0
  710. package/esm/models/components/pagination.js +35 -0
  711. package/esm/models/components/pagination.js.map +1 -0
  712. package/esm/models/components/security.d.ts +29 -0
  713. package/esm/models/components/security.d.ts.map +1 -0
  714. package/esm/models/components/security.js +31 -0
  715. package/esm/models/components/security.js.map +1 -0
  716. package/esm/models/components/teamlimited.d.ts +440 -0
  717. package/esm/models/components/teamlimited.d.ts.map +1 -0
  718. package/esm/models/components/teamlimited.js +327 -0
  719. package/esm/models/components/teamlimited.js.map +1 -0
  720. package/esm/models/components/userevent.d.ts +28 -0
  721. package/esm/models/components/userevent.d.ts.map +1 -0
  722. package/esm/models/components/userevent.js +27 -0
  723. package/esm/models/components/userevent.js.map +1 -0
  724. package/esm/models/errors/httpclienterrors.d.ts +44 -0
  725. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  726. package/esm/models/errors/httpclienterrors.js +69 -0
  727. package/esm/models/errors/httpclienterrors.js.map +1 -0
  728. package/esm/models/errors/sdkerror.d.ts +8 -0
  729. package/esm/models/errors/sdkerror.d.ts.map +1 -0
  730. package/esm/models/errors/sdkerror.js +17 -0
  731. package/esm/models/errors/sdkerror.js.map +1 -0
  732. package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
  733. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  734. package/esm/models/errors/sdkvalidationerror.js +77 -0
  735. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  736. package/esm/models/operations/addprojectdomain.d.ts +213 -0
  737. package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  738. package/esm/models/operations/addprojectdomain.js +179 -0
  739. package/esm/models/operations/addprojectdomain.js.map +1 -0
  740. package/esm/models/operations/addprojectmember.d.ts +325 -0
  741. package/esm/models/operations/addprojectmember.d.ts.map +1 -0
  742. package/esm/models/operations/addprojectmember.js +271 -0
  743. package/esm/models/operations/addprojectmember.js.map +1 -0
  744. package/esm/models/operations/artifactexists.d.ts +42 -0
  745. package/esm/models/operations/artifactexists.d.ts.map +1 -0
  746. package/esm/models/operations/artifactexists.js +35 -0
  747. package/esm/models/operations/artifactexists.js.map +1 -0
  748. package/esm/models/operations/artifactquery.d.ts +167 -0
  749. package/esm/models/operations/artifactquery.d.ts.map +1 -0
  750. package/esm/models/operations/artifactquery.js +176 -0
  751. package/esm/models/operations/artifactquery.js.map +1 -0
  752. package/esm/models/operations/assignalias.d.ts +123 -0
  753. package/esm/models/operations/assignalias.d.ts.map +1 -0
  754. package/esm/models/operations/assignalias.js +104 -0
  755. package/esm/models/operations/assignalias.js.map +1 -0
  756. package/esm/models/operations/buydomain.d.ts +264 -0
  757. package/esm/models/operations/buydomain.d.ts.map +1 -0
  758. package/esm/models/operations/buydomain.js +236 -0
  759. package/esm/models/operations/buydomain.js.map +1 -0
  760. package/esm/models/operations/canceldeployment.d.ts +2936 -0
  761. package/esm/models/operations/canceldeployment.d.ts.map +1 -0
  762. package/esm/models/operations/canceldeployment.js +2690 -0
  763. package/esm/models/operations/canceldeployment.js.map +1 -0
  764. package/esm/models/operations/checkdomainprice.d.ts +109 -0
  765. package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  766. package/esm/models/operations/checkdomainprice.js +82 -0
  767. package/esm/models/operations/checkdomainprice.js.map +1 -0
  768. package/esm/models/operations/checkdomainstatus.d.ts +70 -0
  769. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  770. package/esm/models/operations/checkdomainstatus.js +60 -0
  771. package/esm/models/operations/checkdomainstatus.js.map +1 -0
  772. package/esm/models/operations/createaccessgroup.d.ts +194 -0
  773. package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  774. package/esm/models/operations/createaccessgroup.js +164 -0
  775. package/esm/models/operations/createaccessgroup.js.map +1 -0
  776. package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
  777. package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
  778. package/esm/models/operations/createaccessgroupproject.js +154 -0
  779. package/esm/models/operations/createaccessgroupproject.js.map +1 -0
  780. package/esm/models/operations/createauthtoken.d.ts +103 -0
  781. package/esm/models/operations/createauthtoken.d.ts.map +1 -0
  782. package/esm/models/operations/createauthtoken.js +101 -0
  783. package/esm/models/operations/createauthtoken.js.map +1 -0
  784. package/esm/models/operations/createcheck.d.ts +531 -0
  785. package/esm/models/operations/createcheck.d.ts.map +1 -0
  786. package/esm/models/operations/createcheck.js +487 -0
  787. package/esm/models/operations/createcheck.js.map +1 -0
  788. package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
  789. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  790. package/esm/models/operations/createconfigurablelogdrain.js +353 -0
  791. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  792. package/esm/models/operations/createdeployment.d.ts +3934 -0
  793. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  794. package/esm/models/operations/createdeployment.js +3463 -0
  795. package/esm/models/operations/createdeployment.js.map +1 -0
  796. package/esm/models/operations/createedgeconfig.d.ts +332 -0
  797. package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  798. package/esm/models/operations/createedgeconfig.js +407 -0
  799. package/esm/models/operations/createedgeconfig.js.map +1 -0
  800. package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
  801. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  802. package/esm/models/operations/createedgeconfigtoken.js +100 -0
  803. package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  804. package/esm/models/operations/createevent.d.ts +187 -0
  805. package/esm/models/operations/createevent.d.ts.map +1 -0
  806. package/esm/models/operations/createevent.js +195 -0
  807. package/esm/models/operations/createevent.js.map +1 -0
  808. package/esm/models/operations/createlogdrain.d.ts +440 -0
  809. package/esm/models/operations/createlogdrain.d.ts.map +1 -0
  810. package/esm/models/operations/createlogdrain.js +298 -0
  811. package/esm/models/operations/createlogdrain.js.map +1 -0
  812. package/esm/models/operations/createortransferdomain.d.ts +388 -0
  813. package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  814. package/esm/models/operations/createortransferdomain.js +310 -0
  815. package/esm/models/operations/createortransferdomain.js.map +1 -0
  816. package/esm/models/operations/createproject.d.ts +5219 -0
  817. package/esm/models/operations/createproject.d.ts.map +1 -0
  818. package/esm/models/operations/createproject.js +4624 -0
  819. package/esm/models/operations/createproject.js.map +1 -0
  820. package/esm/models/operations/createprojectenv.d.ts +2820 -0
  821. package/esm/models/operations/createprojectenv.d.ts.map +1 -0
  822. package/esm/models/operations/createprojectenv.js +2660 -0
  823. package/esm/models/operations/createprojectenv.js.map +1 -0
  824. package/esm/models/operations/createrecord.d.ts +1216 -0
  825. package/esm/models/operations/createrecord.d.ts.map +1 -0
  826. package/esm/models/operations/createrecord.js +884 -0
  827. package/esm/models/operations/createrecord.js.map +1 -0
  828. package/esm/models/operations/createteam.d.ts +190 -0
  829. package/esm/models/operations/createteam.d.ts.map +1 -0
  830. package/esm/models/operations/createteam.js +149 -0
  831. package/esm/models/operations/createteam.js.map +1 -0
  832. package/esm/models/operations/createwebhook.d.ts +422 -0
  833. package/esm/models/operations/createwebhook.d.ts.map +1 -0
  834. package/esm/models/operations/createwebhook.js +232 -0
  835. package/esm/models/operations/createwebhook.js.map +1 -0
  836. package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
  837. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  838. package/esm/models/operations/deleteaccessgroup.js +35 -0
  839. package/esm/models/operations/deleteaccessgroup.js.map +1 -0
  840. package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
  841. package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
  842. package/esm/models/operations/deleteaccessgroupproject.js +37 -0
  843. package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
  844. package/esm/models/operations/deletealias.d.ts +93 -0
  845. package/esm/models/operations/deletealias.d.ts.map +1 -0
  846. package/esm/models/operations/deletealias.js +78 -0
  847. package/esm/models/operations/deletealias.js.map +1 -0
  848. package/esm/models/operations/deleteauthtoken.d.ts +63 -0
  849. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  850. package/esm/models/operations/deleteauthtoken.js +56 -0
  851. package/esm/models/operations/deleteauthtoken.js.map +1 -0
  852. package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
  853. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  854. package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
  855. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  856. package/esm/models/operations/deleteconfiguration.d.ts +39 -0
  857. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  858. package/esm/models/operations/deleteconfiguration.js +35 -0
  859. package/esm/models/operations/deleteconfiguration.js.map +1 -0
  860. package/esm/models/operations/deletedeployment.d.ts +112 -0
  861. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  862. package/esm/models/operations/deletedeployment.js +85 -0
  863. package/esm/models/operations/deletedeployment.js.map +1 -0
  864. package/esm/models/operations/deletedomain.d.ts +73 -0
  865. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  866. package/esm/models/operations/deletedomain.js +60 -0
  867. package/esm/models/operations/deletedomain.js.map +1 -0
  868. package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
  869. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  870. package/esm/models/operations/deleteedgeconfig.js +35 -0
  871. package/esm/models/operations/deleteedgeconfig.js.map +1 -0
  872. package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
  873. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  874. package/esm/models/operations/deleteedgeconfigschema.js +35 -0
  875. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  876. package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
  877. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  878. package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
  879. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  880. package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
  881. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  882. package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
  883. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  884. package/esm/models/operations/deleteproject.d.ts +42 -0
  885. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  886. package/esm/models/operations/deleteproject.js +35 -0
  887. package/esm/models/operations/deleteproject.js.map +1 -0
  888. package/esm/models/operations/deleteteam.d.ts +144 -0
  889. package/esm/models/operations/deleteteam.d.ts.map +1 -0
  890. package/esm/models/operations/deleteteam.js +125 -0
  891. package/esm/models/operations/deleteteam.js.map +1 -0
  892. package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
  893. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  894. package/esm/models/operations/deleteteaminvitecode.js +58 -0
  895. package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  896. package/esm/models/operations/deletewebhook.d.ts +39 -0
  897. package/esm/models/operations/deletewebhook.d.ts.map +1 -0
  898. package/esm/models/operations/deletewebhook.js +35 -0
  899. package/esm/models/operations/deletewebhook.js.map +1 -0
  900. package/esm/models/operations/downloadartifact.d.ts +52 -0
  901. package/esm/models/operations/downloadartifact.d.ts.map +1 -0
  902. package/esm/models/operations/downloadartifact.js +50 -0
  903. package/esm/models/operations/downloadartifact.js.map +1 -0
  904. package/esm/models/operations/editprojectenv.d.ts +1188 -0
  905. package/esm/models/operations/editprojectenv.d.ts.map +1 -0
  906. package/esm/models/operations/editprojectenv.js +1118 -0
  907. package/esm/models/operations/editprojectenv.js.map +1 -0
  908. package/esm/models/operations/exchangessotoken.d.ts +81 -0
  909. package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
  910. package/esm/models/operations/exchangessotoken.js +93 -0
  911. package/esm/models/operations/exchangessotoken.js.map +1 -0
  912. package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
  913. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  914. package/esm/models/operations/filterprojectenvs.js +3045 -0
  915. package/esm/models/operations/filterprojectenvs.js.map +1 -0
  916. package/esm/models/operations/getaccountinfo.d.ts +85 -0
  917. package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
  918. package/esm/models/operations/getaccountinfo.js +87 -0
  919. package/esm/models/operations/getaccountinfo.js.map +1 -0
  920. package/esm/models/operations/getalias.d.ts +508 -0
  921. package/esm/models/operations/getalias.d.ts.map +1 -0
  922. package/esm/models/operations/getalias.js +406 -0
  923. package/esm/models/operations/getalias.js.map +1 -0
  924. package/esm/models/operations/getallchecks.d.ts +495 -0
  925. package/esm/models/operations/getallchecks.d.ts.map +1 -0
  926. package/esm/models/operations/getallchecks.js +462 -0
  927. package/esm/models/operations/getallchecks.js.map +1 -0
  928. package/esm/models/operations/getalllogdrains.d.ts +289 -0
  929. package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  930. package/esm/models/operations/getalllogdrains.js +228 -0
  931. package/esm/models/operations/getalllogdrains.js.map +1 -0
  932. package/esm/models/operations/getauthtoken.d.ts +64 -0
  933. package/esm/models/operations/getauthtoken.d.ts.map +1 -0
  934. package/esm/models/operations/getauthtoken.js +57 -0
  935. package/esm/models/operations/getauthtoken.js.map +1 -0
  936. package/esm/models/operations/getauthuser.d.ts +55 -0
  937. package/esm/models/operations/getauthuser.d.ts.map +1 -0
  938. package/esm/models/operations/getauthuser.js +55 -0
  939. package/esm/models/operations/getauthuser.js.map +1 -0
  940. package/esm/models/operations/getcertbyid.d.ts +75 -0
  941. package/esm/models/operations/getcertbyid.d.ts.map +1 -0
  942. package/esm/models/operations/getcertbyid.js +68 -0
  943. package/esm/models/operations/getcertbyid.js.map +1 -0
  944. package/esm/models/operations/getcheck.d.ts +481 -0
  945. package/esm/models/operations/getcheck.d.ts.map +1 -0
  946. package/esm/models/operations/getcheck.js +444 -0
  947. package/esm/models/operations/getcheck.js.map +1 -0
  948. package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
  949. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  950. package/esm/models/operations/getconfigurablelogdrain.js +227 -0
  951. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  952. package/esm/models/operations/getconfiguration.d.ts +756 -0
  953. package/esm/models/operations/getconfiguration.d.ts.map +1 -0
  954. package/esm/models/operations/getconfiguration.js +568 -0
  955. package/esm/models/operations/getconfiguration.js.map +1 -0
  956. package/esm/models/operations/getconfigurations.d.ts +995 -0
  957. package/esm/models/operations/getconfigurations.d.ts.map +1 -0
  958. package/esm/models/operations/getconfigurations.js +790 -0
  959. package/esm/models/operations/getconfigurations.js.map +1 -0
  960. package/esm/models/operations/getdeployment.d.ts +4284 -0
  961. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  962. package/esm/models/operations/getdeployment.js +3955 -0
  963. package/esm/models/operations/getdeployment.js.map +1 -0
  964. package/esm/models/operations/getdeploymentevents.d.ts +137 -0
  965. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  966. package/esm/models/operations/getdeploymentevents.js +97 -0
  967. package/esm/models/operations/getdeploymentevents.js.map +1 -0
  968. package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
  969. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  970. package/esm/models/operations/getdeploymentfilecontents.js +39 -0
  971. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  972. package/esm/models/operations/getdeployments.d.ts +1105 -0
  973. package/esm/models/operations/getdeployments.d.ts.map +1 -0
  974. package/esm/models/operations/getdeployments.js +723 -0
  975. package/esm/models/operations/getdeployments.js.map +1 -0
  976. package/esm/models/operations/getdomain.d.ts +245 -0
  977. package/esm/models/operations/getdomain.d.ts.map +1 -0
  978. package/esm/models/operations/getdomain.js +176 -0
  979. package/esm/models/operations/getdomain.js.map +1 -0
  980. package/esm/models/operations/getdomainconfig.d.ts +185 -0
  981. package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  982. package/esm/models/operations/getdomainconfig.js +135 -0
  983. package/esm/models/operations/getdomainconfig.js.map +1 -0
  984. package/esm/models/operations/getdomains.d.ts +259 -0
  985. package/esm/models/operations/getdomains.d.ts.map +1 -0
  986. package/esm/models/operations/getdomains.js +180 -0
  987. package/esm/models/operations/getdomains.js.map +1 -0
  988. package/esm/models/operations/getdomaintransfer.d.ts +169 -0
  989. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  990. package/esm/models/operations/getdomaintransfer.js +118 -0
  991. package/esm/models/operations/getdomaintransfer.js.map +1 -0
  992. package/esm/models/operations/getedgeconfig.d.ts +196 -0
  993. package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  994. package/esm/models/operations/getedgeconfig.js +175 -0
  995. package/esm/models/operations/getedgeconfig.js.map +1 -0
  996. package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
  997. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
  998. package/esm/models/operations/getedgeconfigbackup.js +386 -0
  999. package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
  1000. package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
  1001. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
  1002. package/esm/models/operations/getedgeconfigbackups.js +157 -0
  1003. package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
  1004. package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
  1005. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  1006. package/esm/models/operations/getedgeconfigitem.js +37 -0
  1007. package/esm/models/operations/getedgeconfigitem.js.map +1 -0
  1008. package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
  1009. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  1010. package/esm/models/operations/getedgeconfigitems.js +35 -0
  1011. package/esm/models/operations/getedgeconfigitems.js.map +1 -0
  1012. package/esm/models/operations/getedgeconfigs.d.ts +191 -0
  1013. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  1014. package/esm/models/operations/getedgeconfigs.js +174 -0
  1015. package/esm/models/operations/getedgeconfigs.js.map +1 -0
  1016. package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
  1017. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  1018. package/esm/models/operations/getedgeconfigschema.js +56 -0
  1019. package/esm/models/operations/getedgeconfigschema.js.map +1 -0
  1020. package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
  1021. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  1022. package/esm/models/operations/getedgeconfigtoken.js +37 -0
  1023. package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  1024. package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
  1025. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  1026. package/esm/models/operations/getedgeconfigtokens.js +35 -0
  1027. package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  1028. package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
  1029. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
  1030. package/esm/models/operations/getfirewallconfig.js +1168 -0
  1031. package/esm/models/operations/getfirewallconfig.js.map +1 -0
  1032. package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
  1033. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  1034. package/esm/models/operations/getintegrationlogdrains.js +184 -0
  1035. package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  1036. package/esm/models/operations/getinvoice.d.ts +232 -0
  1037. package/esm/models/operations/getinvoice.d.ts.map +1 -0
  1038. package/esm/models/operations/getinvoice.js +219 -0
  1039. package/esm/models/operations/getinvoice.js.map +1 -0
  1040. package/esm/models/operations/getmember.d.ts +84 -0
  1041. package/esm/models/operations/getmember.d.ts.map +1 -0
  1042. package/esm/models/operations/getmember.js +79 -0
  1043. package/esm/models/operations/getmember.js.map +1 -0
  1044. package/esm/models/operations/getprojectdomain.d.ts +132 -0
  1045. package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  1046. package/esm/models/operations/getprojectdomain.js +113 -0
  1047. package/esm/models/operations/getprojectdomain.js.map +1 -0
  1048. package/esm/models/operations/getprojectdomains.d.ts +367 -0
  1049. package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
  1050. package/esm/models/operations/getprojectdomains.js +272 -0
  1051. package/esm/models/operations/getprojectdomains.js.map +1 -0
  1052. package/esm/models/operations/getprojectenv.d.ts +3034 -0
  1053. package/esm/models/operations/getprojectenv.d.ts.map +1 -0
  1054. package/esm/models/operations/getprojectenv.js +2955 -0
  1055. package/esm/models/operations/getprojectenv.js.map +1 -0
  1056. package/esm/models/operations/getprojectmembers.d.ts +357 -0
  1057. package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  1058. package/esm/models/operations/getprojectmembers.js +262 -0
  1059. package/esm/models/operations/getprojectmembers.js.map +1 -0
  1060. package/esm/models/operations/getprojects.d.ts +4792 -0
  1061. package/esm/models/operations/getprojects.d.ts.map +1 -0
  1062. package/esm/models/operations/getprojects.js +4372 -0
  1063. package/esm/models/operations/getprojects.js.map +1 -0
  1064. package/esm/models/operations/getrecords.d.ts +330 -0
  1065. package/esm/models/operations/getrecords.d.ts.map +1 -0
  1066. package/esm/models/operations/getrecords.js +271 -0
  1067. package/esm/models/operations/getrecords.js.map +1 -0
  1068. package/esm/models/operations/getteam.d.ts +37 -0
  1069. package/esm/models/operations/getteam.d.ts.map +1 -0
  1070. package/esm/models/operations/getteam.js +33 -0
  1071. package/esm/models/operations/getteam.js.map +1 -0
  1072. package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
  1073. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  1074. package/esm/models/operations/getteamaccessrequest.js +241 -0
  1075. package/esm/models/operations/getteamaccessrequest.js.map +1 -0
  1076. package/esm/models/operations/getteammembers.d.ts +691 -0
  1077. package/esm/models/operations/getteammembers.d.ts.map +1 -0
  1078. package/esm/models/operations/getteammembers.js +514 -0
  1079. package/esm/models/operations/getteammembers.js.map +1 -0
  1080. package/esm/models/operations/getteams.d.ts +106 -0
  1081. package/esm/models/operations/getteams.d.ts.map +1 -0
  1082. package/esm/models/operations/getteams.js +86 -0
  1083. package/esm/models/operations/getteams.js.map +1 -0
  1084. package/esm/models/operations/getwebhook.d.ts +246 -0
  1085. package/esm/models/operations/getwebhook.d.ts.map +1 -0
  1086. package/esm/models/operations/getwebhook.js +133 -0
  1087. package/esm/models/operations/getwebhook.js.map +1 -0
  1088. package/esm/models/operations/getwebhooks.d.ts +660 -0
  1089. package/esm/models/operations/getwebhooks.d.ts.map +1 -0
  1090. package/esm/models/operations/getwebhooks.js +355 -0
  1091. package/esm/models/operations/getwebhooks.js.map +1 -0
  1092. package/esm/models/operations/gitnamespaces.d.ts +126 -0
  1093. package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  1094. package/esm/models/operations/gitnamespaces.js +115 -0
  1095. package/esm/models/operations/gitnamespaces.js.map +1 -0
  1096. package/esm/models/operations/inviteusertoteam.d.ts +361 -0
  1097. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  1098. package/esm/models/operations/inviteusertoteam.js +289 -0
  1099. package/esm/models/operations/inviteusertoteam.js.map +1 -0
  1100. package/esm/models/operations/issuecert.d.ts +100 -0
  1101. package/esm/models/operations/issuecert.d.ts.map +1 -0
  1102. package/esm/models/operations/issuecert.js +102 -0
  1103. package/esm/models/operations/issuecert.js.map +1 -0
  1104. package/esm/models/operations/jointeam.d.ts +105 -0
  1105. package/esm/models/operations/jointeam.d.ts.map +1 -0
  1106. package/esm/models/operations/jointeam.js +98 -0
  1107. package/esm/models/operations/jointeam.js.map +1 -0
  1108. package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
  1109. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  1110. package/esm/models/operations/listaccessgroupmembers.js +156 -0
  1111. package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  1112. package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
  1113. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  1114. package/esm/models/operations/listaccessgroupprojects.js +175 -0
  1115. package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  1116. package/esm/models/operations/listaccessgroups.d.ts +229 -0
  1117. package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  1118. package/esm/models/operations/listaccessgroups.js +192 -0
  1119. package/esm/models/operations/listaccessgroups.js.map +1 -0
  1120. package/esm/models/operations/listaliases.d.ts +573 -0
  1121. package/esm/models/operations/listaliases.d.ts.map +1 -0
  1122. package/esm/models/operations/listaliases.js +461 -0
  1123. package/esm/models/operations/listaliases.js.map +1 -0
  1124. package/esm/models/operations/listauthtokens.d.ts +41 -0
  1125. package/esm/models/operations/listauthtokens.d.ts.map +1 -0
  1126. package/esm/models/operations/listauthtokens.js +37 -0
  1127. package/esm/models/operations/listauthtokens.js.map +1 -0
  1128. package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
  1129. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  1130. package/esm/models/operations/listdeploymentaliases.js +350 -0
  1131. package/esm/models/operations/listdeploymentaliases.js.map +1 -0
  1132. package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
  1133. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  1134. package/esm/models/operations/listdeploymentfiles.js +35 -0
  1135. package/esm/models/operations/listdeploymentfiles.js.map +1 -0
  1136. package/esm/models/operations/listpromotealiases.d.ts +161 -0
  1137. package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  1138. package/esm/models/operations/listpromotealiases.js +148 -0
  1139. package/esm/models/operations/listpromotealiases.js.map +1 -0
  1140. package/esm/models/operations/listuserevents.d.ts +99 -0
  1141. package/esm/models/operations/listuserevents.d.ts.map +1 -0
  1142. package/esm/models/operations/listuserevents.js +71 -0
  1143. package/esm/models/operations/listuserevents.js.map +1 -0
  1144. package/esm/models/operations/patchdomain.d.ts +240 -0
  1145. package/esm/models/operations/patchdomain.d.ts.map +1 -0
  1146. package/esm/models/operations/patchdomain.js +247 -0
  1147. package/esm/models/operations/patchdomain.js.map +1 -0
  1148. package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
  1149. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  1150. package/esm/models/operations/patchedgeconfigschema.js +96 -0
  1151. package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  1152. package/esm/models/operations/patchteam.d.ts +278 -0
  1153. package/esm/models/operations/patchteam.d.ts.map +1 -0
  1154. package/esm/models/operations/patchteam.js +220 -0
  1155. package/esm/models/operations/patchteam.js.map +1 -0
  1156. package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
  1157. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
  1158. package/esm/models/operations/putfirewallconfig.js +2342 -0
  1159. package/esm/models/operations/putfirewallconfig.js.map +1 -0
  1160. package/esm/models/operations/readaccessgroup.d.ts +124 -0
  1161. package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  1162. package/esm/models/operations/readaccessgroup.js +94 -0
  1163. package/esm/models/operations/readaccessgroup.js.map +1 -0
  1164. package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
  1165. package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
  1166. package/esm/models/operations/readaccessgroupproject.js +92 -0
  1167. package/esm/models/operations/readaccessgroupproject.js.map +1 -0
  1168. package/esm/models/operations/recordevents.d.ts +160 -0
  1169. package/esm/models/operations/recordevents.d.ts.map +1 -0
  1170. package/esm/models/operations/recordevents.js +130 -0
  1171. package/esm/models/operations/recordevents.js.map +1 -0
  1172. package/esm/models/operations/removecert.d.ts +63 -0
  1173. package/esm/models/operations/removecert.d.ts.map +1 -0
  1174. package/esm/models/operations/removecert.js +56 -0
  1175. package/esm/models/operations/removecert.js.map +1 -0
  1176. package/esm/models/operations/removeprojectdomain.d.ts +71 -0
  1177. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  1178. package/esm/models/operations/removeprojectdomain.js +58 -0
  1179. package/esm/models/operations/removeprojectdomain.js.map +1 -0
  1180. package/esm/models/operations/removeprojectenv.d.ts +3074 -0
  1181. package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  1182. package/esm/models/operations/removeprojectenv.js +2988 -0
  1183. package/esm/models/operations/removeprojectenv.js.map +1 -0
  1184. package/esm/models/operations/removeprojectmember.d.ts +72 -0
  1185. package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  1186. package/esm/models/operations/removeprojectmember.js +62 -0
  1187. package/esm/models/operations/removeprojectmember.js.map +1 -0
  1188. package/esm/models/operations/removerecord.d.ts +65 -0
  1189. package/esm/models/operations/removerecord.d.ts.map +1 -0
  1190. package/esm/models/operations/removerecord.js +58 -0
  1191. package/esm/models/operations/removerecord.js.map +1 -0
  1192. package/esm/models/operations/removeteammember.d.ts +70 -0
  1193. package/esm/models/operations/removeteammember.d.ts.map +1 -0
  1194. package/esm/models/operations/removeteammember.js +60 -0
  1195. package/esm/models/operations/removeteammember.js.map +1 -0
  1196. package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
  1197. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  1198. package/esm/models/operations/requestaccesstoteam.js +365 -0
  1199. package/esm/models/operations/requestaccesstoteam.js.map +1 -0
  1200. package/esm/models/operations/requestdelete.d.ts +109 -0
  1201. package/esm/models/operations/requestdelete.d.ts.map +1 -0
  1202. package/esm/models/operations/requestdelete.js +88 -0
  1203. package/esm/models/operations/requestdelete.js.map +1 -0
  1204. package/esm/models/operations/requestpromote.d.ts +41 -0
  1205. package/esm/models/operations/requestpromote.d.ts.map +1 -0
  1206. package/esm/models/operations/requestpromote.js +37 -0
  1207. package/esm/models/operations/requestpromote.js.map +1 -0
  1208. package/esm/models/operations/rerequestcheck.d.ts +68 -0
  1209. package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  1210. package/esm/models/operations/rerequestcheck.js +58 -0
  1211. package/esm/models/operations/rerequestcheck.js.map +1 -0
  1212. package/esm/models/operations/searchrepo.d.ts +421 -0
  1213. package/esm/models/operations/searchrepo.d.ts.map +1 -0
  1214. package/esm/models/operations/searchrepo.js +385 -0
  1215. package/esm/models/operations/searchrepo.js.map +1 -0
  1216. package/esm/models/operations/status.d.ts +94 -0
  1217. package/esm/models/operations/status.d.ts.map +1 -0
  1218. package/esm/models/operations/status.js +79 -0
  1219. package/esm/models/operations/status.js.map +1 -0
  1220. package/esm/models/operations/submitbillingdata.d.ts +448 -0
  1221. package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
  1222. package/esm/models/operations/submitbillingdata.js +355 -0
  1223. package/esm/models/operations/submitbillingdata.js.map +1 -0
  1224. package/esm/models/operations/submitinvoice.d.ts +299 -0
  1225. package/esm/models/operations/submitinvoice.d.ts.map +1 -0
  1226. package/esm/models/operations/submitinvoice.js +269 -0
  1227. package/esm/models/operations/submitinvoice.js.map +1 -0
  1228. package/esm/models/operations/updateaccessgroup.d.ts +231 -0
  1229. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  1230. package/esm/models/operations/updateaccessgroup.js +187 -0
  1231. package/esm/models/operations/updateaccessgroup.js.map +1 -0
  1232. package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
  1233. package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
  1234. package/esm/models/operations/updateaccessgroupproject.js +154 -0
  1235. package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
  1236. package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
  1237. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
  1238. package/esm/models/operations/updateattackchallengemode.js +102 -0
  1239. package/esm/models/operations/updateattackchallengemode.js.map +1 -0
  1240. package/esm/models/operations/updatecheck.d.ts +964 -0
  1241. package/esm/models/operations/updatecheck.d.ts.map +1 -0
  1242. package/esm/models/operations/updatecheck.js +860 -0
  1243. package/esm/models/operations/updatecheck.js.map +1 -0
  1244. package/esm/models/operations/updateedgeconfig.d.ts +223 -0
  1245. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  1246. package/esm/models/operations/updateedgeconfig.js +213 -0
  1247. package/esm/models/operations/updateedgeconfig.js.map +1 -0
  1248. package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
  1249. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
  1250. package/esm/models/operations/updatefirewallconfig.js +1771 -0
  1251. package/esm/models/operations/updatefirewallconfig.js.map +1 -0
  1252. package/esm/models/operations/updateinvoice.d.ts +91 -0
  1253. package/esm/models/operations/updateinvoice.d.ts.map +1 -0
  1254. package/esm/models/operations/updateinvoice.js +92 -0
  1255. package/esm/models/operations/updateinvoice.js.map +1 -0
  1256. package/esm/models/operations/updateproject.d.ts +5421 -0
  1257. package/esm/models/operations/updateproject.d.ts.map +1 -0
  1258. package/esm/models/operations/updateproject.js +4767 -0
  1259. package/esm/models/operations/updateproject.js.map +1 -0
  1260. package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
  1261. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  1262. package/esm/models/operations/updateprojectdatacache.js +4369 -0
  1263. package/esm/models/operations/updateprojectdatacache.js.map +1 -0
  1264. package/esm/models/operations/updateprojectdomain.d.ts +213 -0
  1265. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  1266. package/esm/models/operations/updateprojectdomain.js +179 -0
  1267. package/esm/models/operations/updateprojectdomain.js.map +1 -0
  1268. package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
  1269. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  1270. package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
  1271. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  1272. package/esm/models/operations/updaterecord.d.ts +334 -0
  1273. package/esm/models/operations/updaterecord.d.ts.map +1 -0
  1274. package/esm/models/operations/updaterecord.js +268 -0
  1275. package/esm/models/operations/updaterecord.js.map +1 -0
  1276. package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
  1277. package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
  1278. package/esm/models/operations/updateresourcesecrets.js +100 -0
  1279. package/esm/models/operations/updateresourcesecrets.js.map +1 -0
  1280. package/esm/models/operations/updateteammember.d.ts +197 -0
  1281. package/esm/models/operations/updateteammember.d.ts.map +1 -0
  1282. package/esm/models/operations/updateteammember.js +180 -0
  1283. package/esm/models/operations/updateteammember.js.map +1 -0
  1284. package/esm/models/operations/uploadartifact.d.ts +100 -0
  1285. package/esm/models/operations/uploadartifact.d.ts.map +1 -0
  1286. package/esm/models/operations/uploadartifact.js +101 -0
  1287. package/esm/models/operations/uploadartifact.js.map +1 -0
  1288. package/esm/models/operations/uploadcert.d.ts +115 -0
  1289. package/esm/models/operations/uploadcert.d.ts.map +1 -0
  1290. package/esm/models/operations/uploadcert.js +108 -0
  1291. package/esm/models/operations/uploadcert.js.map +1 -0
  1292. package/esm/models/operations/uploadfile.d.ts +133 -0
  1293. package/esm/models/operations/uploadfile.d.ts.map +1 -0
  1294. package/esm/models/operations/uploadfile.js +129 -0
  1295. package/esm/models/operations/uploadfile.js.map +1 -0
  1296. package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
  1297. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  1298. package/esm/models/operations/verifyprojectdomain.js +113 -0
  1299. package/esm/models/operations/verifyprojectdomain.js.map +1 -0
  1300. package/esm/sdk/accessgroups.d.ts +92 -0
  1301. package/esm/sdk/accessgroups.d.ts.map +1 -0
  1302. package/esm/sdk/accessgroups.js +118 -0
  1303. package/esm/sdk/accessgroups.js.map +1 -0
  1304. package/esm/sdk/aliases.d.ts +44 -0
  1305. package/esm/sdk/aliases.d.ts.map +1 -0
  1306. package/esm/sdk/aliases.js +58 -0
  1307. package/esm/sdk/aliases.js.map +1 -0
  1308. package/esm/sdk/artifacts.d.ts +54 -0
  1309. package/esm/sdk/artifacts.d.ts.map +1 -0
  1310. package/esm/sdk/artifacts.js +68 -0
  1311. package/esm/sdk/artifacts.js.map +1 -0
  1312. package/esm/sdk/authentication.d.ts +44 -0
  1313. package/esm/sdk/authentication.d.ts.map +1 -0
  1314. package/esm/sdk/authentication.js +58 -0
  1315. package/esm/sdk/authentication.js.map +1 -0
  1316. package/esm/sdk/certs.d.ts +36 -0
  1317. package/esm/sdk/certs.d.ts.map +1 -0
  1318. package/esm/sdk/certs.js +48 -0
  1319. package/esm/sdk/certs.js.map +1 -0
  1320. package/esm/sdk/checks.d.ts +44 -0
  1321. package/esm/sdk/checks.d.ts.map +1 -0
  1322. package/esm/sdk/checks.js +58 -0
  1323. package/esm/sdk/checks.js.map +1 -0
  1324. package/esm/sdk/deployments.d.ts +77 -0
  1325. package/esm/sdk/deployments.d.ts.map +1 -0
  1326. package/esm/sdk/deployments.js +98 -0
  1327. package/esm/sdk/deployments.js.map +1 -0
  1328. package/esm/sdk/dns.d.ts +36 -0
  1329. package/esm/sdk/dns.d.ts.map +1 -0
  1330. package/esm/sdk/dns.js +48 -0
  1331. package/esm/sdk/dns.js.map +1 -0
  1332. package/esm/sdk/domains.d.ts +84 -0
  1333. package/esm/sdk/domains.d.ts.map +1 -0
  1334. package/esm/sdk/domains.js +108 -0
  1335. package/esm/sdk/domains.js.map +1 -0
  1336. package/esm/sdk/edgeconfig.d.ts +134 -0
  1337. package/esm/sdk/edgeconfig.d.ts.map +1 -0
  1338. package/esm/sdk/edgeconfig.js +168 -0
  1339. package/esm/sdk/edgeconfig.js.map +1 -0
  1340. package/esm/sdk/integrations.d.ts +44 -0
  1341. package/esm/sdk/integrations.d.ts.map +1 -0
  1342. package/esm/sdk/integrations.js +58 -0
  1343. package/esm/sdk/integrations.js.map +1 -0
  1344. package/esm/sdk/logdrains.d.ts +60 -0
  1345. package/esm/sdk/logdrains.d.ts.map +1 -0
  1346. package/esm/sdk/logdrains.js +78 -0
  1347. package/esm/sdk/logdrains.js.map +1 -0
  1348. package/esm/sdk/marketplace.d.ts +76 -0
  1349. package/esm/sdk/marketplace.d.ts.map +1 -0
  1350. package/esm/sdk/marketplace.js +98 -0
  1351. package/esm/sdk/marketplace.js.map +1 -0
  1352. package/esm/sdk/projectmembers.d.ts +28 -0
  1353. package/esm/sdk/projectmembers.d.ts.map +1 -0
  1354. package/esm/sdk/projectmembers.js +38 -0
  1355. package/esm/sdk/projectmembers.js.map +1 -0
  1356. package/esm/sdk/projects.d.ts +156 -0
  1357. package/esm/sdk/projects.d.ts.map +1 -0
  1358. package/esm/sdk/projects.js +198 -0
  1359. package/esm/sdk/projects.js.map +1 -0
  1360. package/esm/sdk/sdk.d.ts +61 -0
  1361. package/esm/sdk/sdk.d.ts.map +1 -0
  1362. package/esm/sdk/sdk.js +102 -0
  1363. package/esm/sdk/sdk.js.map +1 -0
  1364. package/esm/sdk/security.d.ts +36 -0
  1365. package/esm/sdk/security.d.ts.map +1 -0
  1366. package/esm/sdk/security.js +48 -0
  1367. package/esm/sdk/security.js.map +1 -0
  1368. package/esm/sdk/teams.d.ts +112 -0
  1369. package/esm/sdk/teams.d.ts.map +1 -0
  1370. package/esm/sdk/teams.js +138 -0
  1371. package/esm/sdk/teams.js.map +1 -0
  1372. package/esm/sdk/user.d.ts +28 -0
  1373. package/esm/sdk/user.d.ts.map +1 -0
  1374. package/esm/sdk/user.js +38 -0
  1375. package/esm/sdk/user.js.map +1 -0
  1376. package/esm/sdk/webhooks.d.ts +36 -0
  1377. package/esm/sdk/webhooks.d.ts.map +1 -0
  1378. package/esm/sdk/webhooks.js +48 -0
  1379. package/esm/sdk/webhooks.js.map +1 -0
  1380. package/esm/types/blobs.d.ts +4 -0
  1381. package/esm/types/blobs.d.ts.map +1 -0
  1382. package/esm/types/blobs.js +25 -0
  1383. package/esm/types/blobs.js.map +1 -0
  1384. package/esm/types/constdatetime.d.ts +3 -0
  1385. package/esm/types/constdatetime.d.ts.map +1 -0
  1386. package/esm/types/constdatetime.js +10 -0
  1387. package/esm/types/constdatetime.js.map +1 -0
  1388. package/esm/types/enums.d.ts +12 -0
  1389. package/esm/types/enums.d.ts.map +1 -0
  1390. package/esm/types/enums.js +7 -0
  1391. package/esm/types/enums.js.map +1 -0
  1392. package/esm/types/fp.d.ts +31 -0
  1393. package/esm/types/fp.d.ts.map +1 -0
  1394. package/esm/types/fp.js +31 -0
  1395. package/esm/types/fp.js.map +1 -0
  1396. package/esm/types/operations.d.ts +25 -0
  1397. package/esm/types/operations.d.ts.map +1 -0
  1398. package/esm/types/operations.js +75 -0
  1399. package/esm/types/operations.js.map +1 -0
  1400. package/esm/types/rfcdate.d.ts +21 -0
  1401. package/esm/types/rfcdate.d.ts.map +1 -0
  1402. package/esm/types/rfcdate.js +42 -0
  1403. package/esm/types/rfcdate.js.map +1 -0
  1404. package/esm/types/streams.d.ts +2 -0
  1405. package/esm/types/streams.d.ts.map +1 -0
  1406. package/esm/types/streams.js +15 -0
  1407. package/esm/types/streams.js.map +1 -0
  1408. package/package.json +50 -0
  1409. package/src/core.ts +13 -0
  1410. package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
  1411. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
  1412. package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
  1413. package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
  1414. package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
  1415. package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
  1416. package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
  1417. package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
  1418. package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
  1419. package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
  1420. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
  1421. package/src/funcs/aliasesAssignAlias.ts +141 -0
  1422. package/src/funcs/aliasesDeleteAlias.ts +140 -0
  1423. package/src/funcs/aliasesGetAlias.ts +144 -0
  1424. package/src/funcs/aliasesListAliases.ts +140 -0
  1425. package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
  1426. package/src/funcs/artifactsArtifactExists.ts +139 -0
  1427. package/src/funcs/artifactsArtifactQuery.ts +135 -0
  1428. package/src/funcs/artifactsDownloadArtifact.ts +151 -0
  1429. package/src/funcs/artifactsRecordEvents.ts +143 -0
  1430. package/src/funcs/artifactsStatus.ts +133 -0
  1431. package/src/funcs/artifactsUploadArtifact.ts +166 -0
  1432. package/src/funcs/authenticationCreateAuthToken.ts +134 -0
  1433. package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
  1434. package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
  1435. package/src/funcs/authenticationGetAuthToken.ts +134 -0
  1436. package/src/funcs/authenticationListAuthTokens.ts +110 -0
  1437. package/src/funcs/certsGetCertById.ts +140 -0
  1438. package/src/funcs/certsIssueCert.ts +134 -0
  1439. package/src/funcs/certsRemoveCert.ts +140 -0
  1440. package/src/funcs/certsUploadCert.ts +134 -0
  1441. package/src/funcs/checksCreateCheck.ts +141 -0
  1442. package/src/funcs/checksGetAllChecks.ts +140 -0
  1443. package/src/funcs/checksGetCheck.ts +146 -0
  1444. package/src/funcs/checksRerequestCheck.ts +146 -0
  1445. package/src/funcs/checksUpdateCheck.ts +147 -0
  1446. package/src/funcs/deploymentsCancelDeployment.ts +140 -0
  1447. package/src/funcs/deploymentsCreateDeployment.ts +136 -0
  1448. package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
  1449. package/src/funcs/deploymentsGetDeployment.ts +141 -0
  1450. package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
  1451. package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
  1452. package/src/funcs/deploymentsGetDeployments.ts +144 -0
  1453. package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
  1454. package/src/funcs/deploymentsUploadFile.ts +151 -0
  1455. package/src/funcs/dnsCreateRecord.ts +141 -0
  1456. package/src/funcs/dnsGetRecords.ts +143 -0
  1457. package/src/funcs/dnsRemoveRecord.ts +146 -0
  1458. package/src/funcs/dnsUpdateRecord.ts +141 -0
  1459. package/src/funcs/domainsBuyDomain.ts +135 -0
  1460. package/src/funcs/domainsCheckDomainPrice.ts +135 -0
  1461. package/src/funcs/domainsCheckDomainStatus.ts +134 -0
  1462. package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
  1463. package/src/funcs/domainsDeleteDomain.ts +140 -0
  1464. package/src/funcs/domainsGetDomain.ts +140 -0
  1465. package/src/funcs/domainsGetDomainConfig.ts +141 -0
  1466. package/src/funcs/domainsGetDomainTransfer.ts +140 -0
  1467. package/src/funcs/domainsGetDomains.ts +136 -0
  1468. package/src/funcs/domainsPatchDomain.ts +141 -0
  1469. package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
  1470. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
  1471. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
  1472. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
  1473. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
  1474. package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
  1475. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
  1476. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
  1477. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
  1478. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
  1479. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
  1480. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
  1481. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
  1482. package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
  1483. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
  1484. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
  1485. package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
  1486. package/src/funcs/integrationsGetConfiguration.ts +140 -0
  1487. package/src/funcs/integrationsGetConfigurations.ts +136 -0
  1488. package/src/funcs/integrationsGitNamespaces.ts +134 -0
  1489. package/src/funcs/integrationsSearchRepo.ts +138 -0
  1490. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
  1491. package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
  1492. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
  1493. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
  1494. package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
  1495. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
  1496. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
  1497. package/src/funcs/marketplaceCreateEvent.ts +137 -0
  1498. package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
  1499. package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
  1500. package/src/funcs/marketplaceGetInvoice.ts +141 -0
  1501. package/src/funcs/marketplaceGetMember.ts +141 -0
  1502. package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
  1503. package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
  1504. package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
  1505. package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
  1506. package/src/funcs/projectMembersAddProjectMember.ts +141 -0
  1507. package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
  1508. package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
  1509. package/src/funcs/projectsAddProjectDomain.ts +141 -0
  1510. package/src/funcs/projectsCreateProject.ts +134 -0
  1511. package/src/funcs/projectsCreateProjectEnv.ts +142 -0
  1512. package/src/funcs/projectsDeleteProject.ts +139 -0
  1513. package/src/funcs/projectsEditProjectEnv.ts +145 -0
  1514. package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
  1515. package/src/funcs/projectsGetProjectDomain.ts +146 -0
  1516. package/src/funcs/projectsGetProjectDomains.ts +150 -0
  1517. package/src/funcs/projectsGetProjectEnv.ts +144 -0
  1518. package/src/funcs/projectsGetProjects.ts +144 -0
  1519. package/src/funcs/projectsListPromoteAliases.ts +146 -0
  1520. package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
  1521. package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
  1522. package/src/funcs/projectsRequestPromote.ts +145 -0
  1523. package/src/funcs/projectsUpdateProject.ts +141 -0
  1524. package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
  1525. package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
  1526. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
  1527. package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
  1528. package/src/funcs/securityGetFirewallConfig.ts +143 -0
  1529. package/src/funcs/securityPutFirewallConfig.ts +135 -0
  1530. package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
  1531. package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
  1532. package/src/funcs/teamsCreateTeam.ts +130 -0
  1533. package/src/funcs/teamsDeleteTeam.ts +141 -0
  1534. package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
  1535. package/src/funcs/teamsGetTeam.ts +138 -0
  1536. package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
  1537. package/src/funcs/teamsGetTeamMembers.ts +145 -0
  1538. package/src/funcs/teamsGetTeams.ts +134 -0
  1539. package/src/funcs/teamsInviteUserToTeam.ts +135 -0
  1540. package/src/funcs/teamsJoinTeam.ts +135 -0
  1541. package/src/funcs/teamsPatchTeam.ts +139 -0
  1542. package/src/funcs/teamsRemoveTeamMember.ts +143 -0
  1543. package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
  1544. package/src/funcs/teamsUpdateTeamMember.ts +139 -0
  1545. package/src/funcs/userGetAuthUser.ts +111 -0
  1546. package/src/funcs/userListUserEvents.ts +139 -0
  1547. package/src/funcs/userRequestDelete.ts +130 -0
  1548. package/src/funcs/webhooksCreateWebhook.ts +134 -0
  1549. package/src/funcs/webhooksDeleteWebhook.ts +139 -0
  1550. package/src/funcs/webhooksGetWebhook.ts +140 -0
  1551. package/src/funcs/webhooksGetWebhooks.ts +134 -0
  1552. package/src/hooks/hooks.ts +112 -0
  1553. package/src/hooks/registration.ts +14 -0
  1554. package/src/hooks/types.ts +102 -0
  1555. package/src/index.ts +7 -0
  1556. package/src/lib/base64.ts +37 -0
  1557. package/src/lib/config.ts +64 -0
  1558. package/src/lib/dlv.ts +53 -0
  1559. package/src/lib/encodings.ts +449 -0
  1560. package/src/lib/files.ts +40 -0
  1561. package/src/lib/http.ts +323 -0
  1562. package/src/lib/is-plain-object.ts +43 -0
  1563. package/src/lib/logger.ts +9 -0
  1564. package/src/lib/matchers.ts +322 -0
  1565. package/src/lib/primitives.ts +60 -0
  1566. package/src/lib/retries.ts +219 -0
  1567. package/src/lib/schemas.ts +86 -0
  1568. package/src/lib/sdks.ts +388 -0
  1569. package/src/lib/security.ts +253 -0
  1570. package/src/lib/url.ts +33 -0
  1571. package/src/models/components/aclaction.ts +40 -0
  1572. package/src/models/components/authtoken.ts +431 -0
  1573. package/src/models/components/authuser.ts +1688 -0
  1574. package/src/models/components/authuserlimited.ts +152 -0
  1575. package/src/models/components/edgeconfigitem.ts +91 -0
  1576. package/src/models/components/edgeconfigitemvalue.ts +74 -0
  1577. package/src/models/components/edgeconfigtoken.ts +86 -0
  1578. package/src/models/components/filetree.ts +147 -0
  1579. package/src/models/components/flagjsonvalue.ts +73 -0
  1580. package/src/models/components/pagination.ts +82 -0
  1581. package/src/models/components/security.ts +62 -0
  1582. package/src/models/components/teamlimited.ts +713 -0
  1583. package/src/models/components/userevent.ts +57 -0
  1584. package/src/models/errors/httpclienterrors.ts +62 -0
  1585. package/src/models/errors/sdkerror.ts +27 -0
  1586. package/src/models/errors/sdkvalidationerror.ts +97 -0
  1587. package/src/models/operations/addprojectdomain.ts +413 -0
  1588. package/src/models/operations/addprojectmember.ts +602 -0
  1589. package/src/models/operations/artifactexists.ts +83 -0
  1590. package/src/models/operations/artifactquery.ts +371 -0
  1591. package/src/models/operations/assignalias.ts +249 -0
  1592. package/src/models/operations/buydomain.ts +558 -0
  1593. package/src/models/operations/canceldeployment.ts +5657 -0
  1594. package/src/models/operations/checkdomainprice.ts +181 -0
  1595. package/src/models/operations/checkdomainstatus.ts +146 -0
  1596. package/src/models/operations/createaccessgroup.ts +369 -0
  1597. package/src/models/operations/createaccessgroupproject.ts +322 -0
  1598. package/src/models/operations/createauthtoken.ts +232 -0
  1599. package/src/models/operations/createcheck.ts +980 -0
  1600. package/src/models/operations/createconfigurablelogdrain.ts +675 -0
  1601. package/src/models/operations/createdeployment.ts +6780 -0
  1602. package/src/models/operations/createedgeconfig.ts +805 -0
  1603. package/src/models/operations/createedgeconfigtoken.ts +222 -0
  1604. package/src/models/operations/createevent.ts +373 -0
  1605. package/src/models/operations/createlogdrain.ts +589 -0
  1606. package/src/models/operations/createortransferdomain.ts +779 -0
  1607. package/src/models/operations/createproject.ts +9648 -0
  1608. package/src/models/operations/createprojectenv.ts +5728 -0
  1609. package/src/models/operations/createrecord.ts +1802 -0
  1610. package/src/models/operations/createteam.ts +361 -0
  1611. package/src/models/operations/createwebhook.ts +410 -0
  1612. package/src/models/operations/deleteaccessgroup.ts +80 -0
  1613. package/src/models/operations/deleteaccessgroupproject.ts +86 -0
  1614. package/src/models/operations/deletealias.ts +171 -0
  1615. package/src/models/operations/deleteauthtoken.ts +135 -0
  1616. package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
  1617. package/src/models/operations/deleteconfiguration.ts +80 -0
  1618. package/src/models/operations/deletedeployment.ts +196 -0
  1619. package/src/models/operations/deletedomain.ts +147 -0
  1620. package/src/models/operations/deleteedgeconfig.ts +80 -0
  1621. package/src/models/operations/deleteedgeconfigschema.ts +82 -0
  1622. package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
  1623. package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
  1624. package/src/models/operations/deleteproject.ts +83 -0
  1625. package/src/models/operations/deleteteam.ts +292 -0
  1626. package/src/models/operations/deleteteaminvitecode.ts +144 -0
  1627. package/src/models/operations/deletewebhook.ts +80 -0
  1628. package/src/models/operations/downloadartifact.ts +108 -0
  1629. package/src/models/operations/editprojectenv.ts +2461 -0
  1630. package/src/models/operations/exchangessotoken.ts +192 -0
  1631. package/src/models/operations/filterprojectenvs.ts +7149 -0
  1632. package/src/models/operations/getaccountinfo.ts +187 -0
  1633. package/src/models/operations/getalias.ts +930 -0
  1634. package/src/models/operations/getallchecks.ts +921 -0
  1635. package/src/models/operations/getalllogdrains.ts +411 -0
  1636. package/src/models/operations/getauthtoken.ts +139 -0
  1637. package/src/models/operations/getauthuser.ts +121 -0
  1638. package/src/models/operations/getcertbyid.ts +157 -0
  1639. package/src/models/operations/getcheck.ts +865 -0
  1640. package/src/models/operations/getconfigurablelogdrain.ts +423 -0
  1641. package/src/models/operations/getconfiguration.ts +1266 -0
  1642. package/src/models/operations/getconfigurations.ts +1648 -0
  1643. package/src/models/operations/getdeployment.ts +8478 -0
  1644. package/src/models/operations/getdeploymentevents.ts +221 -0
  1645. package/src/models/operations/getdeploymentfilecontents.ts +99 -0
  1646. package/src/models/operations/getdeployments.ts +1537 -0
  1647. package/src/models/operations/getdomain.ts +423 -0
  1648. package/src/models/operations/getdomainconfig.ts +265 -0
  1649. package/src/models/operations/getdomains.ts +443 -0
  1650. package/src/models/operations/getdomaintransfer.ts +241 -0
  1651. package/src/models/operations/getedgeconfig.ts +395 -0
  1652. package/src/models/operations/getedgeconfigbackup.ts +886 -0
  1653. package/src/models/operations/getedgeconfigbackups.ts +355 -0
  1654. package/src/models/operations/getedgeconfigitem.ts +84 -0
  1655. package/src/models/operations/getedgeconfigitems.ts +80 -0
  1656. package/src/models/operations/getedgeconfigs.ts +370 -0
  1657. package/src/models/operations/getedgeconfigschema.ts +135 -0
  1658. package/src/models/operations/getedgeconfigtoken.ts +84 -0
  1659. package/src/models/operations/getedgeconfigtokens.ts +80 -0
  1660. package/src/models/operations/getfirewallconfig.ts +2486 -0
  1661. package/src/models/operations/getintegrationlogdrains.ts +395 -0
  1662. package/src/models/operations/getinvoice.ts +454 -0
  1663. package/src/models/operations/getmember.ts +160 -0
  1664. package/src/models/operations/getprojectdomain.ts +265 -0
  1665. package/src/models/operations/getprojectdomains.ts +571 -0
  1666. package/src/models/operations/getprojectenv.ts +6818 -0
  1667. package/src/models/operations/getprojectmembers.ts +615 -0
  1668. package/src/models/operations/getprojects.ts +9087 -0
  1669. package/src/models/operations/getrecords.ts +568 -0
  1670. package/src/models/operations/getteam.ts +72 -0
  1671. package/src/models/operations/getteamaccessrequest.ts +570 -0
  1672. package/src/models/operations/getteammembers.ts +1116 -0
  1673. package/src/models/operations/getteams.ts +204 -0
  1674. package/src/models/operations/getwebhook.ts +260 -0
  1675. package/src/models/operations/getwebhooks.ts +653 -0
  1676. package/src/models/operations/gitnamespaces.ts +235 -0
  1677. package/src/models/operations/inviteusertoteam.ts +596 -0
  1678. package/src/models/operations/issuecert.ts +224 -0
  1679. package/src/models/operations/jointeam.ts +223 -0
  1680. package/src/models/operations/listaccessgroupmembers.ts +335 -0
  1681. package/src/models/operations/listaccessgroupprojects.ts +410 -0
  1682. package/src/models/operations/listaccessgroups.ts +473 -0
  1683. package/src/models/operations/listaliases.ts +1077 -0
  1684. package/src/models/operations/listauthtokens.ts +92 -0
  1685. package/src/models/operations/listdeploymentaliases.ts +820 -0
  1686. package/src/models/operations/listdeploymentfiles.ts +83 -0
  1687. package/src/models/operations/listpromotealiases.ts +361 -0
  1688. package/src/models/operations/listuserevents.ts +188 -0
  1689. package/src/models/operations/patchdomain.ts +562 -0
  1690. package/src/models/operations/patchedgeconfigschema.ts +217 -0
  1691. package/src/models/operations/patchteam.ts +481 -0
  1692. package/src/models/operations/putfirewallconfig.ts +4730 -0
  1693. package/src/models/operations/readaccessgroup.ts +218 -0
  1694. package/src/models/operations/readaccessgroupproject.ts +199 -0
  1695. package/src/models/operations/recordevents.ts +256 -0
  1696. package/src/models/operations/removecert.ts +133 -0
  1697. package/src/models/operations/removeprojectdomain.ts +145 -0
  1698. package/src/models/operations/removeprojectenv.ts +6986 -0
  1699. package/src/models/operations/removeprojectmember.ts +150 -0
  1700. package/src/models/operations/removerecord.ts +137 -0
  1701. package/src/models/operations/removeteammember.ts +146 -0
  1702. package/src/models/operations/requestaccesstoteam.ts +758 -0
  1703. package/src/models/operations/requestdelete.ts +219 -0
  1704. package/src/models/operations/requestpromote.ts +84 -0
  1705. package/src/models/operations/rerequestcheck.ts +140 -0
  1706. package/src/models/operations/searchrepo.ts +784 -0
  1707. package/src/models/operations/status.ts +158 -0
  1708. package/src/models/operations/submitbillingdata.ts +813 -0
  1709. package/src/models/operations/submitinvoice.ts +593 -0
  1710. package/src/models/operations/updateaccessgroup.ts +412 -0
  1711. package/src/models/operations/updateaccessgroupproject.ts +319 -0
  1712. package/src/models/operations/updateattackchallengemode.ts +231 -0
  1713. package/src/models/operations/updatecheck.ts +1687 -0
  1714. package/src/models/operations/updateedgeconfig.ts +472 -0
  1715. package/src/models/operations/updatefirewallconfig.ts +3875 -0
  1716. package/src/models/operations/updateinvoice.ts +180 -0
  1717. package/src/models/operations/updateproject.ts +9998 -0
  1718. package/src/models/operations/updateprojectdatacache.ts +8901 -0
  1719. package/src/models/operations/updateprojectdomain.ts +406 -0
  1720. package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
  1721. package/src/models/operations/updaterecord.ts +515 -0
  1722. package/src/models/operations/updateresourcesecrets.ts +206 -0
  1723. package/src/models/operations/updateteammember.ts +396 -0
  1724. package/src/models/operations/uploadartifact.ts +225 -0
  1725. package/src/models/operations/uploadcert.ts +245 -0
  1726. package/src/models/operations/uploadfile.ts +296 -0
  1727. package/src/models/operations/verifyprojectdomain.ts +281 -0
  1728. package/src/sdk/accessgroups.ts +244 -0
  1729. package/src/sdk/aliases.ts +118 -0
  1730. package/src/sdk/artifacts.ts +131 -0
  1731. package/src/sdk/authentication.ts +113 -0
  1732. package/src/sdk/certs.ts +96 -0
  1733. package/src/sdk/checks.ts +118 -0
  1734. package/src/sdk/deployments.ts +198 -0
  1735. package/src/sdk/dns.ts +96 -0
  1736. package/src/sdk/domains.ts +228 -0
  1737. package/src/sdk/edgeconfig.ts +341 -0
  1738. package/src/sdk/integrations.ts +115 -0
  1739. package/src/sdk/logdrains.ts +156 -0
  1740. package/src/sdk/marketplace.ts +194 -0
  1741. package/src/sdk/projectmembers.ts +74 -0
  1742. package/src/sdk/projects.ts +420 -0
  1743. package/src/sdk/sdk.ts +121 -0
  1744. package/src/sdk/security.ts +96 -0
  1745. package/src/sdk/teams.ts +288 -0
  1746. package/src/sdk/user.ts +69 -0
  1747. package/src/sdk/webhooks.ts +93 -0
  1748. package/src/types/blobs.ts +31 -0
  1749. package/src/types/constdatetime.ts +15 -0
  1750. package/src/types/enums.ts +16 -0
  1751. package/src/types/fp.ts +50 -0
  1752. package/src/types/operations.ts +99 -0
  1753. package/src/types/rfcdate.ts +54 -0
  1754. package/src/types/streams.ts +21 -0
@@ -0,0 +1,1266 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ClosedEnum } from "../../types/enums.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
+
11
+ export type GetConfigurationRequest = {
12
+ /**
13
+ * ID of the configuration to check
14
+ */
15
+ id: string;
16
+ /**
17
+ * The Team identifier to perform the request on behalf of.
18
+ */
19
+ teamId?: string | undefined;
20
+ /**
21
+ * The Team slug to perform the request on behalf of.
22
+ */
23
+ slug?: string | undefined;
24
+ };
25
+
26
+ /**
27
+ * A string representing the permission for projects. Possible values are `all` or `selected`.
28
+ */
29
+ export const ProjectSelection = {
30
+ Selected: "selected",
31
+ All: "all",
32
+ } as const;
33
+ /**
34
+ * A string representing the permission for projects. Possible values are `all` or `selected`.
35
+ */
36
+ export type ProjectSelection = ClosedEnum<typeof ProjectSelection>;
37
+
38
+ /**
39
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
40
+ */
41
+ export const GetConfigurationResponseBodyIntegrationsSource = {
42
+ Marketplace: "marketplace",
43
+ DeployButton: "deploy-button",
44
+ External: "external",
45
+ } as const;
46
+ /**
47
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
48
+ */
49
+ export type GetConfigurationResponseBodyIntegrationsSource = ClosedEnum<
50
+ typeof GetConfigurationResponseBodyIntegrationsSource
51
+ >;
52
+
53
+ export const GetConfigurationResponseBodyIntegrationsType = {
54
+ IntegrationConfiguration: "integration-configuration",
55
+ } as const;
56
+ export type GetConfigurationResponseBodyIntegrationsType = ClosedEnum<
57
+ typeof GetConfigurationResponseBodyIntegrationsType
58
+ >;
59
+
60
+ export const GetConfigurationResponseBodyIntegrationsDisabledReason = {
61
+ DisabledByOwner: "disabled-by-owner",
62
+ FeatureNotAvailable: "feature-not-available",
63
+ DisabledByAdmin: "disabled-by-admin",
64
+ OriginalOwnerLeftTheTeam: "original-owner-left-the-team",
65
+ AccountPlanDowngrade: "account-plan-downgrade",
66
+ OriginalOwnerRoleDowngraded: "original-owner-role-downgraded",
67
+ } as const;
68
+ export type GetConfigurationResponseBodyIntegrationsDisabledReason = ClosedEnum<
69
+ typeof GetConfigurationResponseBodyIntegrationsDisabledReason
70
+ >;
71
+
72
+ /**
73
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
74
+ */
75
+ export const GetConfigurationResponseBodyIntegrationsInstallationType = {
76
+ Marketplace: "marketplace",
77
+ External: "external",
78
+ } as const;
79
+ /**
80
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
81
+ */
82
+ export type GetConfigurationResponseBodyIntegrationsInstallationType =
83
+ ClosedEnum<typeof GetConfigurationResponseBodyIntegrationsInstallationType>;
84
+
85
+ export type GetConfigurationResponseBody2 = {
86
+ /**
87
+ * A string representing the permission for projects. Possible values are `all` or `selected`.
88
+ */
89
+ projectSelection: ProjectSelection;
90
+ /**
91
+ * When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.
92
+ */
93
+ projects?: Array<string> | undefined;
94
+ /**
95
+ * A timestamp that tells you when the configuration was installed successfully
96
+ */
97
+ completedAt?: number | undefined;
98
+ /**
99
+ * A timestamp that tells you when the configuration was created
100
+ */
101
+ createdAt: number;
102
+ /**
103
+ * The unique identifier of the configuration
104
+ */
105
+ id: string;
106
+ /**
107
+ * The unique identifier of the app the configuration was created for
108
+ */
109
+ integrationId: string;
110
+ /**
111
+ * The user or team ID that owns the configuration
112
+ */
113
+ ownerId: string;
114
+ /**
115
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
116
+ */
117
+ source?: GetConfigurationResponseBodyIntegrationsSource | undefined;
118
+ /**
119
+ * The slug of the integration the configuration is created for.
120
+ */
121
+ slug: string;
122
+ /**
123
+ * When the configuration was created for a team, this will show the ID of the team.
124
+ */
125
+ teamId?: string | null | undefined;
126
+ type: GetConfigurationResponseBodyIntegrationsType;
127
+ /**
128
+ * A timestamp that tells you when the configuration was updated.
129
+ */
130
+ updatedAt: number;
131
+ /**
132
+ * The ID of the user that created the configuration.
133
+ */
134
+ userId: string;
135
+ /**
136
+ * The resources that are allowed to be accessed by the configuration.
137
+ */
138
+ scopes: Array<string>;
139
+ /**
140
+ * A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team.
141
+ */
142
+ disabledAt?: number | undefined;
143
+ /**
144
+ * A timestamp that tells you when the configuration was deleted.
145
+ */
146
+ deletedAt?: number | null | undefined;
147
+ /**
148
+ * A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.
149
+ */
150
+ deleteRequestedAt?: number | null | undefined;
151
+ disabledReason?:
152
+ | GetConfigurationResponseBodyIntegrationsDisabledReason
153
+ | undefined;
154
+ /**
155
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
156
+ */
157
+ installationType?:
158
+ | GetConfigurationResponseBodyIntegrationsInstallationType
159
+ | undefined;
160
+ canConfigureOpenTelemetry?: boolean | undefined;
161
+ };
162
+
163
+ export const GetConfigurationResponseBodyIntegrationsResponseType = {
164
+ Prepayment: "prepayment",
165
+ Subscription: "subscription",
166
+ } as const;
167
+ export type GetConfigurationResponseBodyIntegrationsResponseType = ClosedEnum<
168
+ typeof GetConfigurationResponseBodyIntegrationsResponseType
169
+ >;
170
+
171
+ export const GetConfigurationResponseBodyScope = {
172
+ Installation: "installation",
173
+ Resource: "resource",
174
+ } as const;
175
+ export type GetConfigurationResponseBodyScope = ClosedEnum<
176
+ typeof GetConfigurationResponseBodyScope
177
+ >;
178
+
179
+ export type GetConfigurationResponseBodyDetails = {
180
+ label: string;
181
+ value?: string | undefined;
182
+ };
183
+
184
+ export type GetConfigurationResponseBodyHeightlightedDetails = {
185
+ label: string;
186
+ value?: string | undefined;
187
+ };
188
+
189
+ export type GetConfigurationResponseBodyQuote = {
190
+ line: string;
191
+ amount: string;
192
+ };
193
+
194
+ export type GetConfigurationResponseBodyBillingPlan = {
195
+ id: string;
196
+ type: GetConfigurationResponseBodyIntegrationsResponseType;
197
+ name: string;
198
+ scope?: GetConfigurationResponseBodyScope | undefined;
199
+ description: string;
200
+ paymentMethodRequired?: boolean | undefined;
201
+ preauthorizationAmount?: number | undefined;
202
+ cost?: string | undefined;
203
+ details?: Array<GetConfigurationResponseBodyDetails> | undefined;
204
+ heightlightedDetails?:
205
+ | Array<GetConfigurationResponseBodyHeightlightedDetails>
206
+ | undefined;
207
+ quote?: Array<GetConfigurationResponseBodyQuote> | undefined;
208
+ effectiveDate?: string | undefined;
209
+ };
210
+
211
+ /**
212
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
213
+ */
214
+ export const GetConfigurationResponseBodySource = {
215
+ Marketplace: "marketplace",
216
+ DeployButton: "deploy-button",
217
+ External: "external",
218
+ } as const;
219
+ /**
220
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
221
+ */
222
+ export type GetConfigurationResponseBodySource = ClosedEnum<
223
+ typeof GetConfigurationResponseBodySource
224
+ >;
225
+
226
+ export const GetConfigurationResponseBodyType = {
227
+ IntegrationConfiguration: "integration-configuration",
228
+ } as const;
229
+ export type GetConfigurationResponseBodyType = ClosedEnum<
230
+ typeof GetConfigurationResponseBodyType
231
+ >;
232
+
233
+ export const GetConfigurationResponseBodyDisabledReason = {
234
+ DisabledByOwner: "disabled-by-owner",
235
+ FeatureNotAvailable: "feature-not-available",
236
+ DisabledByAdmin: "disabled-by-admin",
237
+ OriginalOwnerLeftTheTeam: "original-owner-left-the-team",
238
+ AccountPlanDowngrade: "account-plan-downgrade",
239
+ OriginalOwnerRoleDowngraded: "original-owner-role-downgraded",
240
+ } as const;
241
+ export type GetConfigurationResponseBodyDisabledReason = ClosedEnum<
242
+ typeof GetConfigurationResponseBodyDisabledReason
243
+ >;
244
+
245
+ /**
246
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
247
+ */
248
+ export const GetConfigurationResponseBodyInstallationType = {
249
+ Marketplace: "marketplace",
250
+ External: "external",
251
+ } as const;
252
+ /**
253
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
254
+ */
255
+ export type GetConfigurationResponseBodyInstallationType = ClosedEnum<
256
+ typeof GetConfigurationResponseBodyInstallationType
257
+ >;
258
+
259
+ /**
260
+ * The configuration with the provided id
261
+ */
262
+ export type GetConfigurationResponseBody1 = {
263
+ billingPlan?: GetConfigurationResponseBodyBillingPlan | undefined;
264
+ billingTotal?: string | undefined;
265
+ periodStart?: string | undefined;
266
+ periodEnd?: string | undefined;
267
+ /**
268
+ * A timestamp that tells you when the configuration was installed successfully
269
+ */
270
+ completedAt?: number | undefined;
271
+ /**
272
+ * A timestamp that tells you when the configuration was created
273
+ */
274
+ createdAt: number;
275
+ /**
276
+ * The unique identifier of the configuration
277
+ */
278
+ id: string;
279
+ /**
280
+ * The unique identifier of the app the configuration was created for
281
+ */
282
+ integrationId: string;
283
+ /**
284
+ * The user or team ID that owns the configuration
285
+ */
286
+ ownerId: string;
287
+ /**
288
+ * When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.
289
+ */
290
+ projects?: Array<string> | undefined;
291
+ /**
292
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
293
+ */
294
+ source?: GetConfigurationResponseBodySource | undefined;
295
+ /**
296
+ * The slug of the integration the configuration is created for.
297
+ */
298
+ slug: string;
299
+ /**
300
+ * When the configuration was created for a team, this will show the ID of the team.
301
+ */
302
+ teamId?: string | null | undefined;
303
+ type: GetConfigurationResponseBodyType;
304
+ /**
305
+ * A timestamp that tells you when the configuration was updated.
306
+ */
307
+ updatedAt: number;
308
+ /**
309
+ * The ID of the user that created the configuration.
310
+ */
311
+ userId: string;
312
+ /**
313
+ * The resources that are allowed to be accessed by the configuration.
314
+ */
315
+ scopes: Array<string>;
316
+ /**
317
+ * A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team.
318
+ */
319
+ disabledAt?: number | undefined;
320
+ /**
321
+ * A timestamp that tells you when the configuration was deleted.
322
+ */
323
+ deletedAt?: number | null | undefined;
324
+ /**
325
+ * A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.
326
+ */
327
+ deleteRequestedAt?: number | null | undefined;
328
+ disabledReason?: GetConfigurationResponseBodyDisabledReason | undefined;
329
+ /**
330
+ * Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
331
+ */
332
+ installationType?: GetConfigurationResponseBodyInstallationType | undefined;
333
+ };
334
+
335
+ /**
336
+ * The configuration with the provided id
337
+ */
338
+ export type GetConfigurationResponseBody =
339
+ | GetConfigurationResponseBody2
340
+ | GetConfigurationResponseBody1;
341
+
342
+ /** @internal */
343
+ export const GetConfigurationRequest$inboundSchema: z.ZodType<
344
+ GetConfigurationRequest,
345
+ z.ZodTypeDef,
346
+ unknown
347
+ > = z.object({
348
+ id: z.string(),
349
+ teamId: z.string().optional(),
350
+ slug: z.string().optional(),
351
+ });
352
+
353
+ /** @internal */
354
+ export type GetConfigurationRequest$Outbound = {
355
+ id: string;
356
+ teamId?: string | undefined;
357
+ slug?: string | undefined;
358
+ };
359
+
360
+ /** @internal */
361
+ export const GetConfigurationRequest$outboundSchema: z.ZodType<
362
+ GetConfigurationRequest$Outbound,
363
+ z.ZodTypeDef,
364
+ GetConfigurationRequest
365
+ > = z.object({
366
+ id: z.string(),
367
+ teamId: z.string().optional(),
368
+ slug: z.string().optional(),
369
+ });
370
+
371
+ /**
372
+ * @internal
373
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
374
+ */
375
+ export namespace GetConfigurationRequest$ {
376
+ /** @deprecated use `GetConfigurationRequest$inboundSchema` instead. */
377
+ export const inboundSchema = GetConfigurationRequest$inboundSchema;
378
+ /** @deprecated use `GetConfigurationRequest$outboundSchema` instead. */
379
+ export const outboundSchema = GetConfigurationRequest$outboundSchema;
380
+ /** @deprecated use `GetConfigurationRequest$Outbound` instead. */
381
+ export type Outbound = GetConfigurationRequest$Outbound;
382
+ }
383
+
384
+ export function getConfigurationRequestToJSON(
385
+ getConfigurationRequest: GetConfigurationRequest,
386
+ ): string {
387
+ return JSON.stringify(
388
+ GetConfigurationRequest$outboundSchema.parse(getConfigurationRequest),
389
+ );
390
+ }
391
+
392
+ export function getConfigurationRequestFromJSON(
393
+ jsonString: string,
394
+ ): SafeParseResult<GetConfigurationRequest, SDKValidationError> {
395
+ return safeParse(
396
+ jsonString,
397
+ (x) => GetConfigurationRequest$inboundSchema.parse(JSON.parse(x)),
398
+ `Failed to parse 'GetConfigurationRequest' from JSON`,
399
+ );
400
+ }
401
+
402
+ /** @internal */
403
+ export const ProjectSelection$inboundSchema: z.ZodNativeEnum<
404
+ typeof ProjectSelection
405
+ > = z.nativeEnum(ProjectSelection);
406
+
407
+ /** @internal */
408
+ export const ProjectSelection$outboundSchema: z.ZodNativeEnum<
409
+ typeof ProjectSelection
410
+ > = ProjectSelection$inboundSchema;
411
+
412
+ /**
413
+ * @internal
414
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
415
+ */
416
+ export namespace ProjectSelection$ {
417
+ /** @deprecated use `ProjectSelection$inboundSchema` instead. */
418
+ export const inboundSchema = ProjectSelection$inboundSchema;
419
+ /** @deprecated use `ProjectSelection$outboundSchema` instead. */
420
+ export const outboundSchema = ProjectSelection$outboundSchema;
421
+ }
422
+
423
+ /** @internal */
424
+ export const GetConfigurationResponseBodyIntegrationsSource$inboundSchema:
425
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsSource> = z
426
+ .nativeEnum(GetConfigurationResponseBodyIntegrationsSource);
427
+
428
+ /** @internal */
429
+ export const GetConfigurationResponseBodyIntegrationsSource$outboundSchema:
430
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsSource> =
431
+ GetConfigurationResponseBodyIntegrationsSource$inboundSchema;
432
+
433
+ /**
434
+ * @internal
435
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
436
+ */
437
+ export namespace GetConfigurationResponseBodyIntegrationsSource$ {
438
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsSource$inboundSchema` instead. */
439
+ export const inboundSchema =
440
+ GetConfigurationResponseBodyIntegrationsSource$inboundSchema;
441
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsSource$outboundSchema` instead. */
442
+ export const outboundSchema =
443
+ GetConfigurationResponseBodyIntegrationsSource$outboundSchema;
444
+ }
445
+
446
+ /** @internal */
447
+ export const GetConfigurationResponseBodyIntegrationsType$inboundSchema:
448
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsType> = z
449
+ .nativeEnum(GetConfigurationResponseBodyIntegrationsType);
450
+
451
+ /** @internal */
452
+ export const GetConfigurationResponseBodyIntegrationsType$outboundSchema:
453
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsType> =
454
+ GetConfigurationResponseBodyIntegrationsType$inboundSchema;
455
+
456
+ /**
457
+ * @internal
458
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
459
+ */
460
+ export namespace GetConfigurationResponseBodyIntegrationsType$ {
461
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsType$inboundSchema` instead. */
462
+ export const inboundSchema =
463
+ GetConfigurationResponseBodyIntegrationsType$inboundSchema;
464
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsType$outboundSchema` instead. */
465
+ export const outboundSchema =
466
+ GetConfigurationResponseBodyIntegrationsType$outboundSchema;
467
+ }
468
+
469
+ /** @internal */
470
+ export const GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema:
471
+ z.ZodNativeEnum<
472
+ typeof GetConfigurationResponseBodyIntegrationsDisabledReason
473
+ > = z.nativeEnum(GetConfigurationResponseBodyIntegrationsDisabledReason);
474
+
475
+ /** @internal */
476
+ export const GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema:
477
+ z.ZodNativeEnum<
478
+ typeof GetConfigurationResponseBodyIntegrationsDisabledReason
479
+ > = GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema;
480
+
481
+ /**
482
+ * @internal
483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
484
+ */
485
+ export namespace GetConfigurationResponseBodyIntegrationsDisabledReason$ {
486
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema` instead. */
487
+ export const inboundSchema =
488
+ GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema;
489
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema` instead. */
490
+ export const outboundSchema =
491
+ GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema;
492
+ }
493
+
494
+ /** @internal */
495
+ export const GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema:
496
+ z.ZodNativeEnum<
497
+ typeof GetConfigurationResponseBodyIntegrationsInstallationType
498
+ > = z.nativeEnum(GetConfigurationResponseBodyIntegrationsInstallationType);
499
+
500
+ /** @internal */
501
+ export const GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema:
502
+ z.ZodNativeEnum<
503
+ typeof GetConfigurationResponseBodyIntegrationsInstallationType
504
+ > = GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema;
505
+
506
+ /**
507
+ * @internal
508
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
509
+ */
510
+ export namespace GetConfigurationResponseBodyIntegrationsInstallationType$ {
511
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema` instead. */
512
+ export const inboundSchema =
513
+ GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema;
514
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema` instead. */
515
+ export const outboundSchema =
516
+ GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema;
517
+ }
518
+
519
+ /** @internal */
520
+ export const GetConfigurationResponseBody2$inboundSchema: z.ZodType<
521
+ GetConfigurationResponseBody2,
522
+ z.ZodTypeDef,
523
+ unknown
524
+ > = z.object({
525
+ projectSelection: ProjectSelection$inboundSchema,
526
+ projects: z.array(z.string()).optional(),
527
+ completedAt: z.number().optional(),
528
+ createdAt: z.number(),
529
+ id: z.string(),
530
+ integrationId: z.string(),
531
+ ownerId: z.string(),
532
+ source: GetConfigurationResponseBodyIntegrationsSource$inboundSchema
533
+ .optional(),
534
+ slug: z.string(),
535
+ teamId: z.nullable(z.string()).optional(),
536
+ type: GetConfigurationResponseBodyIntegrationsType$inboundSchema,
537
+ updatedAt: z.number(),
538
+ userId: z.string(),
539
+ scopes: z.array(z.string()),
540
+ disabledAt: z.number().optional(),
541
+ deletedAt: z.nullable(z.number()).optional(),
542
+ deleteRequestedAt: z.nullable(z.number()).optional(),
543
+ disabledReason:
544
+ GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema
545
+ .optional(),
546
+ installationType:
547
+ GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema
548
+ .optional(),
549
+ canConfigureOpenTelemetry: z.boolean().optional(),
550
+ });
551
+
552
+ /** @internal */
553
+ export type GetConfigurationResponseBody2$Outbound = {
554
+ projectSelection: string;
555
+ projects?: Array<string> | undefined;
556
+ completedAt?: number | undefined;
557
+ createdAt: number;
558
+ id: string;
559
+ integrationId: string;
560
+ ownerId: string;
561
+ source?: string | undefined;
562
+ slug: string;
563
+ teamId?: string | null | undefined;
564
+ type: string;
565
+ updatedAt: number;
566
+ userId: string;
567
+ scopes: Array<string>;
568
+ disabledAt?: number | undefined;
569
+ deletedAt?: number | null | undefined;
570
+ deleteRequestedAt?: number | null | undefined;
571
+ disabledReason?: string | undefined;
572
+ installationType?: string | undefined;
573
+ canConfigureOpenTelemetry?: boolean | undefined;
574
+ };
575
+
576
+ /** @internal */
577
+ export const GetConfigurationResponseBody2$outboundSchema: z.ZodType<
578
+ GetConfigurationResponseBody2$Outbound,
579
+ z.ZodTypeDef,
580
+ GetConfigurationResponseBody2
581
+ > = z.object({
582
+ projectSelection: ProjectSelection$outboundSchema,
583
+ projects: z.array(z.string()).optional(),
584
+ completedAt: z.number().optional(),
585
+ createdAt: z.number(),
586
+ id: z.string(),
587
+ integrationId: z.string(),
588
+ ownerId: z.string(),
589
+ source: GetConfigurationResponseBodyIntegrationsSource$outboundSchema
590
+ .optional(),
591
+ slug: z.string(),
592
+ teamId: z.nullable(z.string()).optional(),
593
+ type: GetConfigurationResponseBodyIntegrationsType$outboundSchema,
594
+ updatedAt: z.number(),
595
+ userId: z.string(),
596
+ scopes: z.array(z.string()),
597
+ disabledAt: z.number().optional(),
598
+ deletedAt: z.nullable(z.number()).optional(),
599
+ deleteRequestedAt: z.nullable(z.number()).optional(),
600
+ disabledReason:
601
+ GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema
602
+ .optional(),
603
+ installationType:
604
+ GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema
605
+ .optional(),
606
+ canConfigureOpenTelemetry: z.boolean().optional(),
607
+ });
608
+
609
+ /**
610
+ * @internal
611
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
612
+ */
613
+ export namespace GetConfigurationResponseBody2$ {
614
+ /** @deprecated use `GetConfigurationResponseBody2$inboundSchema` instead. */
615
+ export const inboundSchema = GetConfigurationResponseBody2$inboundSchema;
616
+ /** @deprecated use `GetConfigurationResponseBody2$outboundSchema` instead. */
617
+ export const outboundSchema = GetConfigurationResponseBody2$outboundSchema;
618
+ /** @deprecated use `GetConfigurationResponseBody2$Outbound` instead. */
619
+ export type Outbound = GetConfigurationResponseBody2$Outbound;
620
+ }
621
+
622
+ export function getConfigurationResponseBody2ToJSON(
623
+ getConfigurationResponseBody2: GetConfigurationResponseBody2,
624
+ ): string {
625
+ return JSON.stringify(
626
+ GetConfigurationResponseBody2$outboundSchema.parse(
627
+ getConfigurationResponseBody2,
628
+ ),
629
+ );
630
+ }
631
+
632
+ export function getConfigurationResponseBody2FromJSON(
633
+ jsonString: string,
634
+ ): SafeParseResult<GetConfigurationResponseBody2, SDKValidationError> {
635
+ return safeParse(
636
+ jsonString,
637
+ (x) => GetConfigurationResponseBody2$inboundSchema.parse(JSON.parse(x)),
638
+ `Failed to parse 'GetConfigurationResponseBody2' from JSON`,
639
+ );
640
+ }
641
+
642
+ /** @internal */
643
+ export const GetConfigurationResponseBodyIntegrationsResponseType$inboundSchema:
644
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsResponseType> =
645
+ z.nativeEnum(GetConfigurationResponseBodyIntegrationsResponseType);
646
+
647
+ /** @internal */
648
+ export const GetConfigurationResponseBodyIntegrationsResponseType$outboundSchema:
649
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsResponseType> =
650
+ GetConfigurationResponseBodyIntegrationsResponseType$inboundSchema;
651
+
652
+ /**
653
+ * @internal
654
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
655
+ */
656
+ export namespace GetConfigurationResponseBodyIntegrationsResponseType$ {
657
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsResponseType$inboundSchema` instead. */
658
+ export const inboundSchema =
659
+ GetConfigurationResponseBodyIntegrationsResponseType$inboundSchema;
660
+ /** @deprecated use `GetConfigurationResponseBodyIntegrationsResponseType$outboundSchema` instead. */
661
+ export const outboundSchema =
662
+ GetConfigurationResponseBodyIntegrationsResponseType$outboundSchema;
663
+ }
664
+
665
+ /** @internal */
666
+ export const GetConfigurationResponseBodyScope$inboundSchema: z.ZodNativeEnum<
667
+ typeof GetConfigurationResponseBodyScope
668
+ > = z.nativeEnum(GetConfigurationResponseBodyScope);
669
+
670
+ /** @internal */
671
+ export const GetConfigurationResponseBodyScope$outboundSchema: z.ZodNativeEnum<
672
+ typeof GetConfigurationResponseBodyScope
673
+ > = GetConfigurationResponseBodyScope$inboundSchema;
674
+
675
+ /**
676
+ * @internal
677
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
678
+ */
679
+ export namespace GetConfigurationResponseBodyScope$ {
680
+ /** @deprecated use `GetConfigurationResponseBodyScope$inboundSchema` instead. */
681
+ export const inboundSchema = GetConfigurationResponseBodyScope$inboundSchema;
682
+ /** @deprecated use `GetConfigurationResponseBodyScope$outboundSchema` instead. */
683
+ export const outboundSchema =
684
+ GetConfigurationResponseBodyScope$outboundSchema;
685
+ }
686
+
687
+ /** @internal */
688
+ export const GetConfigurationResponseBodyDetails$inboundSchema: z.ZodType<
689
+ GetConfigurationResponseBodyDetails,
690
+ z.ZodTypeDef,
691
+ unknown
692
+ > = z.object({
693
+ label: z.string(),
694
+ value: z.string().optional(),
695
+ });
696
+
697
+ /** @internal */
698
+ export type GetConfigurationResponseBodyDetails$Outbound = {
699
+ label: string;
700
+ value?: string | undefined;
701
+ };
702
+
703
+ /** @internal */
704
+ export const GetConfigurationResponseBodyDetails$outboundSchema: z.ZodType<
705
+ GetConfigurationResponseBodyDetails$Outbound,
706
+ z.ZodTypeDef,
707
+ GetConfigurationResponseBodyDetails
708
+ > = z.object({
709
+ label: z.string(),
710
+ value: z.string().optional(),
711
+ });
712
+
713
+ /**
714
+ * @internal
715
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
716
+ */
717
+ export namespace GetConfigurationResponseBodyDetails$ {
718
+ /** @deprecated use `GetConfigurationResponseBodyDetails$inboundSchema` instead. */
719
+ export const inboundSchema =
720
+ GetConfigurationResponseBodyDetails$inboundSchema;
721
+ /** @deprecated use `GetConfigurationResponseBodyDetails$outboundSchema` instead. */
722
+ export const outboundSchema =
723
+ GetConfigurationResponseBodyDetails$outboundSchema;
724
+ /** @deprecated use `GetConfigurationResponseBodyDetails$Outbound` instead. */
725
+ export type Outbound = GetConfigurationResponseBodyDetails$Outbound;
726
+ }
727
+
728
+ export function getConfigurationResponseBodyDetailsToJSON(
729
+ getConfigurationResponseBodyDetails: GetConfigurationResponseBodyDetails,
730
+ ): string {
731
+ return JSON.stringify(
732
+ GetConfigurationResponseBodyDetails$outboundSchema.parse(
733
+ getConfigurationResponseBodyDetails,
734
+ ),
735
+ );
736
+ }
737
+
738
+ export function getConfigurationResponseBodyDetailsFromJSON(
739
+ jsonString: string,
740
+ ): SafeParseResult<GetConfigurationResponseBodyDetails, SDKValidationError> {
741
+ return safeParse(
742
+ jsonString,
743
+ (x) =>
744
+ GetConfigurationResponseBodyDetails$inboundSchema.parse(JSON.parse(x)),
745
+ `Failed to parse 'GetConfigurationResponseBodyDetails' from JSON`,
746
+ );
747
+ }
748
+
749
+ /** @internal */
750
+ export const GetConfigurationResponseBodyHeightlightedDetails$inboundSchema:
751
+ z.ZodType<
752
+ GetConfigurationResponseBodyHeightlightedDetails,
753
+ z.ZodTypeDef,
754
+ unknown
755
+ > = z.object({
756
+ label: z.string(),
757
+ value: z.string().optional(),
758
+ });
759
+
760
+ /** @internal */
761
+ export type GetConfigurationResponseBodyHeightlightedDetails$Outbound = {
762
+ label: string;
763
+ value?: string | undefined;
764
+ };
765
+
766
+ /** @internal */
767
+ export const GetConfigurationResponseBodyHeightlightedDetails$outboundSchema:
768
+ z.ZodType<
769
+ GetConfigurationResponseBodyHeightlightedDetails$Outbound,
770
+ z.ZodTypeDef,
771
+ GetConfigurationResponseBodyHeightlightedDetails
772
+ > = z.object({
773
+ label: z.string(),
774
+ value: z.string().optional(),
775
+ });
776
+
777
+ /**
778
+ * @internal
779
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
780
+ */
781
+ export namespace GetConfigurationResponseBodyHeightlightedDetails$ {
782
+ /** @deprecated use `GetConfigurationResponseBodyHeightlightedDetails$inboundSchema` instead. */
783
+ export const inboundSchema =
784
+ GetConfigurationResponseBodyHeightlightedDetails$inboundSchema;
785
+ /** @deprecated use `GetConfigurationResponseBodyHeightlightedDetails$outboundSchema` instead. */
786
+ export const outboundSchema =
787
+ GetConfigurationResponseBodyHeightlightedDetails$outboundSchema;
788
+ /** @deprecated use `GetConfigurationResponseBodyHeightlightedDetails$Outbound` instead. */
789
+ export type Outbound =
790
+ GetConfigurationResponseBodyHeightlightedDetails$Outbound;
791
+ }
792
+
793
+ export function getConfigurationResponseBodyHeightlightedDetailsToJSON(
794
+ getConfigurationResponseBodyHeightlightedDetails:
795
+ GetConfigurationResponseBodyHeightlightedDetails,
796
+ ): string {
797
+ return JSON.stringify(
798
+ GetConfigurationResponseBodyHeightlightedDetails$outboundSchema.parse(
799
+ getConfigurationResponseBodyHeightlightedDetails,
800
+ ),
801
+ );
802
+ }
803
+
804
+ export function getConfigurationResponseBodyHeightlightedDetailsFromJSON(
805
+ jsonString: string,
806
+ ): SafeParseResult<
807
+ GetConfigurationResponseBodyHeightlightedDetails,
808
+ SDKValidationError
809
+ > {
810
+ return safeParse(
811
+ jsonString,
812
+ (x) =>
813
+ GetConfigurationResponseBodyHeightlightedDetails$inboundSchema.parse(
814
+ JSON.parse(x),
815
+ ),
816
+ `Failed to parse 'GetConfigurationResponseBodyHeightlightedDetails' from JSON`,
817
+ );
818
+ }
819
+
820
+ /** @internal */
821
+ export const GetConfigurationResponseBodyQuote$inboundSchema: z.ZodType<
822
+ GetConfigurationResponseBodyQuote,
823
+ z.ZodTypeDef,
824
+ unknown
825
+ > = z.object({
826
+ line: z.string(),
827
+ amount: z.string(),
828
+ });
829
+
830
+ /** @internal */
831
+ export type GetConfigurationResponseBodyQuote$Outbound = {
832
+ line: string;
833
+ amount: string;
834
+ };
835
+
836
+ /** @internal */
837
+ export const GetConfigurationResponseBodyQuote$outboundSchema: z.ZodType<
838
+ GetConfigurationResponseBodyQuote$Outbound,
839
+ z.ZodTypeDef,
840
+ GetConfigurationResponseBodyQuote
841
+ > = z.object({
842
+ line: z.string(),
843
+ amount: z.string(),
844
+ });
845
+
846
+ /**
847
+ * @internal
848
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
849
+ */
850
+ export namespace GetConfigurationResponseBodyQuote$ {
851
+ /** @deprecated use `GetConfigurationResponseBodyQuote$inboundSchema` instead. */
852
+ export const inboundSchema = GetConfigurationResponseBodyQuote$inboundSchema;
853
+ /** @deprecated use `GetConfigurationResponseBodyQuote$outboundSchema` instead. */
854
+ export const outboundSchema =
855
+ GetConfigurationResponseBodyQuote$outboundSchema;
856
+ /** @deprecated use `GetConfigurationResponseBodyQuote$Outbound` instead. */
857
+ export type Outbound = GetConfigurationResponseBodyQuote$Outbound;
858
+ }
859
+
860
+ export function getConfigurationResponseBodyQuoteToJSON(
861
+ getConfigurationResponseBodyQuote: GetConfigurationResponseBodyQuote,
862
+ ): string {
863
+ return JSON.stringify(
864
+ GetConfigurationResponseBodyQuote$outboundSchema.parse(
865
+ getConfigurationResponseBodyQuote,
866
+ ),
867
+ );
868
+ }
869
+
870
+ export function getConfigurationResponseBodyQuoteFromJSON(
871
+ jsonString: string,
872
+ ): SafeParseResult<GetConfigurationResponseBodyQuote, SDKValidationError> {
873
+ return safeParse(
874
+ jsonString,
875
+ (x) => GetConfigurationResponseBodyQuote$inboundSchema.parse(JSON.parse(x)),
876
+ `Failed to parse 'GetConfigurationResponseBodyQuote' from JSON`,
877
+ );
878
+ }
879
+
880
+ /** @internal */
881
+ export const GetConfigurationResponseBodyBillingPlan$inboundSchema: z.ZodType<
882
+ GetConfigurationResponseBodyBillingPlan,
883
+ z.ZodTypeDef,
884
+ unknown
885
+ > = z.object({
886
+ id: z.string(),
887
+ type: GetConfigurationResponseBodyIntegrationsResponseType$inboundSchema,
888
+ name: z.string(),
889
+ scope: GetConfigurationResponseBodyScope$inboundSchema.optional(),
890
+ description: z.string(),
891
+ paymentMethodRequired: z.boolean().optional(),
892
+ preauthorizationAmount: z.number().optional(),
893
+ cost: z.string().optional(),
894
+ details: z.array(
895
+ z.lazy(() => GetConfigurationResponseBodyDetails$inboundSchema),
896
+ ).optional(),
897
+ heightlightedDetails: z.array(
898
+ z.lazy(() =>
899
+ GetConfigurationResponseBodyHeightlightedDetails$inboundSchema
900
+ ),
901
+ ).optional(),
902
+ quote: z.array(z.lazy(() => GetConfigurationResponseBodyQuote$inboundSchema))
903
+ .optional(),
904
+ effectiveDate: z.string().optional(),
905
+ });
906
+
907
+ /** @internal */
908
+ export type GetConfigurationResponseBodyBillingPlan$Outbound = {
909
+ id: string;
910
+ type: string;
911
+ name: string;
912
+ scope?: string | undefined;
913
+ description: string;
914
+ paymentMethodRequired?: boolean | undefined;
915
+ preauthorizationAmount?: number | undefined;
916
+ cost?: string | undefined;
917
+ details?: Array<GetConfigurationResponseBodyDetails$Outbound> | undefined;
918
+ heightlightedDetails?:
919
+ | Array<GetConfigurationResponseBodyHeightlightedDetails$Outbound>
920
+ | undefined;
921
+ quote?: Array<GetConfigurationResponseBodyQuote$Outbound> | undefined;
922
+ effectiveDate?: string | undefined;
923
+ };
924
+
925
+ /** @internal */
926
+ export const GetConfigurationResponseBodyBillingPlan$outboundSchema: z.ZodType<
927
+ GetConfigurationResponseBodyBillingPlan$Outbound,
928
+ z.ZodTypeDef,
929
+ GetConfigurationResponseBodyBillingPlan
930
+ > = z.object({
931
+ id: z.string(),
932
+ type: GetConfigurationResponseBodyIntegrationsResponseType$outboundSchema,
933
+ name: z.string(),
934
+ scope: GetConfigurationResponseBodyScope$outboundSchema.optional(),
935
+ description: z.string(),
936
+ paymentMethodRequired: z.boolean().optional(),
937
+ preauthorizationAmount: z.number().optional(),
938
+ cost: z.string().optional(),
939
+ details: z.array(
940
+ z.lazy(() => GetConfigurationResponseBodyDetails$outboundSchema),
941
+ ).optional(),
942
+ heightlightedDetails: z.array(
943
+ z.lazy(() =>
944
+ GetConfigurationResponseBodyHeightlightedDetails$outboundSchema
945
+ ),
946
+ ).optional(),
947
+ quote: z.array(z.lazy(() => GetConfigurationResponseBodyQuote$outboundSchema))
948
+ .optional(),
949
+ effectiveDate: z.string().optional(),
950
+ });
951
+
952
+ /**
953
+ * @internal
954
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
955
+ */
956
+ export namespace GetConfigurationResponseBodyBillingPlan$ {
957
+ /** @deprecated use `GetConfigurationResponseBodyBillingPlan$inboundSchema` instead. */
958
+ export const inboundSchema =
959
+ GetConfigurationResponseBodyBillingPlan$inboundSchema;
960
+ /** @deprecated use `GetConfigurationResponseBodyBillingPlan$outboundSchema` instead. */
961
+ export const outboundSchema =
962
+ GetConfigurationResponseBodyBillingPlan$outboundSchema;
963
+ /** @deprecated use `GetConfigurationResponseBodyBillingPlan$Outbound` instead. */
964
+ export type Outbound = GetConfigurationResponseBodyBillingPlan$Outbound;
965
+ }
966
+
967
+ export function getConfigurationResponseBodyBillingPlanToJSON(
968
+ getConfigurationResponseBodyBillingPlan:
969
+ GetConfigurationResponseBodyBillingPlan,
970
+ ): string {
971
+ return JSON.stringify(
972
+ GetConfigurationResponseBodyBillingPlan$outboundSchema.parse(
973
+ getConfigurationResponseBodyBillingPlan,
974
+ ),
975
+ );
976
+ }
977
+
978
+ export function getConfigurationResponseBodyBillingPlanFromJSON(
979
+ jsonString: string,
980
+ ): SafeParseResult<
981
+ GetConfigurationResponseBodyBillingPlan,
982
+ SDKValidationError
983
+ > {
984
+ return safeParse(
985
+ jsonString,
986
+ (x) =>
987
+ GetConfigurationResponseBodyBillingPlan$inboundSchema.parse(
988
+ JSON.parse(x),
989
+ ),
990
+ `Failed to parse 'GetConfigurationResponseBodyBillingPlan' from JSON`,
991
+ );
992
+ }
993
+
994
+ /** @internal */
995
+ export const GetConfigurationResponseBodySource$inboundSchema: z.ZodNativeEnum<
996
+ typeof GetConfigurationResponseBodySource
997
+ > = z.nativeEnum(GetConfigurationResponseBodySource);
998
+
999
+ /** @internal */
1000
+ export const GetConfigurationResponseBodySource$outboundSchema: z.ZodNativeEnum<
1001
+ typeof GetConfigurationResponseBodySource
1002
+ > = GetConfigurationResponseBodySource$inboundSchema;
1003
+
1004
+ /**
1005
+ * @internal
1006
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1007
+ */
1008
+ export namespace GetConfigurationResponseBodySource$ {
1009
+ /** @deprecated use `GetConfigurationResponseBodySource$inboundSchema` instead. */
1010
+ export const inboundSchema = GetConfigurationResponseBodySource$inboundSchema;
1011
+ /** @deprecated use `GetConfigurationResponseBodySource$outboundSchema` instead. */
1012
+ export const outboundSchema =
1013
+ GetConfigurationResponseBodySource$outboundSchema;
1014
+ }
1015
+
1016
+ /** @internal */
1017
+ export const GetConfigurationResponseBodyType$inboundSchema: z.ZodNativeEnum<
1018
+ typeof GetConfigurationResponseBodyType
1019
+ > = z.nativeEnum(GetConfigurationResponseBodyType);
1020
+
1021
+ /** @internal */
1022
+ export const GetConfigurationResponseBodyType$outboundSchema: z.ZodNativeEnum<
1023
+ typeof GetConfigurationResponseBodyType
1024
+ > = GetConfigurationResponseBodyType$inboundSchema;
1025
+
1026
+ /**
1027
+ * @internal
1028
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1029
+ */
1030
+ export namespace GetConfigurationResponseBodyType$ {
1031
+ /** @deprecated use `GetConfigurationResponseBodyType$inboundSchema` instead. */
1032
+ export const inboundSchema = GetConfigurationResponseBodyType$inboundSchema;
1033
+ /** @deprecated use `GetConfigurationResponseBodyType$outboundSchema` instead. */
1034
+ export const outboundSchema = GetConfigurationResponseBodyType$outboundSchema;
1035
+ }
1036
+
1037
+ /** @internal */
1038
+ export const GetConfigurationResponseBodyDisabledReason$inboundSchema:
1039
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyDisabledReason> = z
1040
+ .nativeEnum(GetConfigurationResponseBodyDisabledReason);
1041
+
1042
+ /** @internal */
1043
+ export const GetConfigurationResponseBodyDisabledReason$outboundSchema:
1044
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyDisabledReason> =
1045
+ GetConfigurationResponseBodyDisabledReason$inboundSchema;
1046
+
1047
+ /**
1048
+ * @internal
1049
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1050
+ */
1051
+ export namespace GetConfigurationResponseBodyDisabledReason$ {
1052
+ /** @deprecated use `GetConfigurationResponseBodyDisabledReason$inboundSchema` instead. */
1053
+ export const inboundSchema =
1054
+ GetConfigurationResponseBodyDisabledReason$inboundSchema;
1055
+ /** @deprecated use `GetConfigurationResponseBodyDisabledReason$outboundSchema` instead. */
1056
+ export const outboundSchema =
1057
+ GetConfigurationResponseBodyDisabledReason$outboundSchema;
1058
+ }
1059
+
1060
+ /** @internal */
1061
+ export const GetConfigurationResponseBodyInstallationType$inboundSchema:
1062
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyInstallationType> = z
1063
+ .nativeEnum(GetConfigurationResponseBodyInstallationType);
1064
+
1065
+ /** @internal */
1066
+ export const GetConfigurationResponseBodyInstallationType$outboundSchema:
1067
+ z.ZodNativeEnum<typeof GetConfigurationResponseBodyInstallationType> =
1068
+ GetConfigurationResponseBodyInstallationType$inboundSchema;
1069
+
1070
+ /**
1071
+ * @internal
1072
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1073
+ */
1074
+ export namespace GetConfigurationResponseBodyInstallationType$ {
1075
+ /** @deprecated use `GetConfigurationResponseBodyInstallationType$inboundSchema` instead. */
1076
+ export const inboundSchema =
1077
+ GetConfigurationResponseBodyInstallationType$inboundSchema;
1078
+ /** @deprecated use `GetConfigurationResponseBodyInstallationType$outboundSchema` instead. */
1079
+ export const outboundSchema =
1080
+ GetConfigurationResponseBodyInstallationType$outboundSchema;
1081
+ }
1082
+
1083
+ /** @internal */
1084
+ export const GetConfigurationResponseBody1$inboundSchema: z.ZodType<
1085
+ GetConfigurationResponseBody1,
1086
+ z.ZodTypeDef,
1087
+ unknown
1088
+ > = z.object({
1089
+ billingPlan: z.lazy(() =>
1090
+ GetConfigurationResponseBodyBillingPlan$inboundSchema
1091
+ ).optional(),
1092
+ billingTotal: z.string().optional(),
1093
+ periodStart: z.string().optional(),
1094
+ periodEnd: z.string().optional(),
1095
+ completedAt: z.number().optional(),
1096
+ createdAt: z.number(),
1097
+ id: z.string(),
1098
+ integrationId: z.string(),
1099
+ ownerId: z.string(),
1100
+ projects: z.array(z.string()).optional(),
1101
+ source: GetConfigurationResponseBodySource$inboundSchema.optional(),
1102
+ slug: z.string(),
1103
+ teamId: z.nullable(z.string()).optional(),
1104
+ type: GetConfigurationResponseBodyType$inboundSchema,
1105
+ updatedAt: z.number(),
1106
+ userId: z.string(),
1107
+ scopes: z.array(z.string()),
1108
+ disabledAt: z.number().optional(),
1109
+ deletedAt: z.nullable(z.number()).optional(),
1110
+ deleteRequestedAt: z.nullable(z.number()).optional(),
1111
+ disabledReason: GetConfigurationResponseBodyDisabledReason$inboundSchema
1112
+ .optional(),
1113
+ installationType: GetConfigurationResponseBodyInstallationType$inboundSchema
1114
+ .optional(),
1115
+ });
1116
+
1117
+ /** @internal */
1118
+ export type GetConfigurationResponseBody1$Outbound = {
1119
+ billingPlan?: GetConfigurationResponseBodyBillingPlan$Outbound | undefined;
1120
+ billingTotal?: string | undefined;
1121
+ periodStart?: string | undefined;
1122
+ periodEnd?: string | undefined;
1123
+ completedAt?: number | undefined;
1124
+ createdAt: number;
1125
+ id: string;
1126
+ integrationId: string;
1127
+ ownerId: string;
1128
+ projects?: Array<string> | undefined;
1129
+ source?: string | undefined;
1130
+ slug: string;
1131
+ teamId?: string | null | undefined;
1132
+ type: string;
1133
+ updatedAt: number;
1134
+ userId: string;
1135
+ scopes: Array<string>;
1136
+ disabledAt?: number | undefined;
1137
+ deletedAt?: number | null | undefined;
1138
+ deleteRequestedAt?: number | null | undefined;
1139
+ disabledReason?: string | undefined;
1140
+ installationType?: string | undefined;
1141
+ };
1142
+
1143
+ /** @internal */
1144
+ export const GetConfigurationResponseBody1$outboundSchema: z.ZodType<
1145
+ GetConfigurationResponseBody1$Outbound,
1146
+ z.ZodTypeDef,
1147
+ GetConfigurationResponseBody1
1148
+ > = z.object({
1149
+ billingPlan: z.lazy(() =>
1150
+ GetConfigurationResponseBodyBillingPlan$outboundSchema
1151
+ ).optional(),
1152
+ billingTotal: z.string().optional(),
1153
+ periodStart: z.string().optional(),
1154
+ periodEnd: z.string().optional(),
1155
+ completedAt: z.number().optional(),
1156
+ createdAt: z.number(),
1157
+ id: z.string(),
1158
+ integrationId: z.string(),
1159
+ ownerId: z.string(),
1160
+ projects: z.array(z.string()).optional(),
1161
+ source: GetConfigurationResponseBodySource$outboundSchema.optional(),
1162
+ slug: z.string(),
1163
+ teamId: z.nullable(z.string()).optional(),
1164
+ type: GetConfigurationResponseBodyType$outboundSchema,
1165
+ updatedAt: z.number(),
1166
+ userId: z.string(),
1167
+ scopes: z.array(z.string()),
1168
+ disabledAt: z.number().optional(),
1169
+ deletedAt: z.nullable(z.number()).optional(),
1170
+ deleteRequestedAt: z.nullable(z.number()).optional(),
1171
+ disabledReason: GetConfigurationResponseBodyDisabledReason$outboundSchema
1172
+ .optional(),
1173
+ installationType: GetConfigurationResponseBodyInstallationType$outboundSchema
1174
+ .optional(),
1175
+ });
1176
+
1177
+ /**
1178
+ * @internal
1179
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1180
+ */
1181
+ export namespace GetConfigurationResponseBody1$ {
1182
+ /** @deprecated use `GetConfigurationResponseBody1$inboundSchema` instead. */
1183
+ export const inboundSchema = GetConfigurationResponseBody1$inboundSchema;
1184
+ /** @deprecated use `GetConfigurationResponseBody1$outboundSchema` instead. */
1185
+ export const outboundSchema = GetConfigurationResponseBody1$outboundSchema;
1186
+ /** @deprecated use `GetConfigurationResponseBody1$Outbound` instead. */
1187
+ export type Outbound = GetConfigurationResponseBody1$Outbound;
1188
+ }
1189
+
1190
+ export function getConfigurationResponseBody1ToJSON(
1191
+ getConfigurationResponseBody1: GetConfigurationResponseBody1,
1192
+ ): string {
1193
+ return JSON.stringify(
1194
+ GetConfigurationResponseBody1$outboundSchema.parse(
1195
+ getConfigurationResponseBody1,
1196
+ ),
1197
+ );
1198
+ }
1199
+
1200
+ export function getConfigurationResponseBody1FromJSON(
1201
+ jsonString: string,
1202
+ ): SafeParseResult<GetConfigurationResponseBody1, SDKValidationError> {
1203
+ return safeParse(
1204
+ jsonString,
1205
+ (x) => GetConfigurationResponseBody1$inboundSchema.parse(JSON.parse(x)),
1206
+ `Failed to parse 'GetConfigurationResponseBody1' from JSON`,
1207
+ );
1208
+ }
1209
+
1210
+ /** @internal */
1211
+ export const GetConfigurationResponseBody$inboundSchema: z.ZodType<
1212
+ GetConfigurationResponseBody,
1213
+ z.ZodTypeDef,
1214
+ unknown
1215
+ > = z.union([
1216
+ z.lazy(() => GetConfigurationResponseBody2$inboundSchema),
1217
+ z.lazy(() => GetConfigurationResponseBody1$inboundSchema),
1218
+ ]);
1219
+
1220
+ /** @internal */
1221
+ export type GetConfigurationResponseBody$Outbound =
1222
+ | GetConfigurationResponseBody2$Outbound
1223
+ | GetConfigurationResponseBody1$Outbound;
1224
+
1225
+ /** @internal */
1226
+ export const GetConfigurationResponseBody$outboundSchema: z.ZodType<
1227
+ GetConfigurationResponseBody$Outbound,
1228
+ z.ZodTypeDef,
1229
+ GetConfigurationResponseBody
1230
+ > = z.union([
1231
+ z.lazy(() => GetConfigurationResponseBody2$outboundSchema),
1232
+ z.lazy(() => GetConfigurationResponseBody1$outboundSchema),
1233
+ ]);
1234
+
1235
+ /**
1236
+ * @internal
1237
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1238
+ */
1239
+ export namespace GetConfigurationResponseBody$ {
1240
+ /** @deprecated use `GetConfigurationResponseBody$inboundSchema` instead. */
1241
+ export const inboundSchema = GetConfigurationResponseBody$inboundSchema;
1242
+ /** @deprecated use `GetConfigurationResponseBody$outboundSchema` instead. */
1243
+ export const outboundSchema = GetConfigurationResponseBody$outboundSchema;
1244
+ /** @deprecated use `GetConfigurationResponseBody$Outbound` instead. */
1245
+ export type Outbound = GetConfigurationResponseBody$Outbound;
1246
+ }
1247
+
1248
+ export function getConfigurationResponseBodyToJSON(
1249
+ getConfigurationResponseBody: GetConfigurationResponseBody,
1250
+ ): string {
1251
+ return JSON.stringify(
1252
+ GetConfigurationResponseBody$outboundSchema.parse(
1253
+ getConfigurationResponseBody,
1254
+ ),
1255
+ );
1256
+ }
1257
+
1258
+ export function getConfigurationResponseBodyFromJSON(
1259
+ jsonString: string,
1260
+ ): SafeParseResult<GetConfigurationResponseBody, SDKValidationError> {
1261
+ return safeParse(
1262
+ jsonString,
1263
+ (x) => GetConfigurationResponseBody$inboundSchema.parse(JSON.parse(x)),
1264
+ `Failed to parse 'GetConfigurationResponseBody' from JSON`,
1265
+ );
1266
+ }