@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,1648 @@
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 const View = {
12
+ Account: "account",
13
+ Project: "project",
14
+ } as const;
15
+ export type View = ClosedEnum<typeof View>;
16
+
17
+ export const InstallationType = {
18
+ Marketplace: "marketplace",
19
+ External: "external",
20
+ } as const;
21
+ export type InstallationType = ClosedEnum<typeof InstallationType>;
22
+
23
+ export type GetConfigurationsRequest = {
24
+ view: View;
25
+ installationType?: InstallationType | undefined;
26
+ /**
27
+ * ID of the integration
28
+ */
29
+ integrationIdOrSlug?: string | undefined;
30
+ /**
31
+ * The Team identifier to perform the request on behalf of.
32
+ */
33
+ teamId?: string | undefined;
34
+ /**
35
+ * The Team slug to perform the request on behalf of.
36
+ */
37
+ slug?: string | undefined;
38
+ };
39
+
40
+ export type Integration = {
41
+ name: string;
42
+ icon: string;
43
+ category: string;
44
+ isLegacy: boolean;
45
+ flags?: Array<string> | undefined;
46
+ assignedBetaLabelAt?: number | undefined;
47
+ };
48
+
49
+ /**
50
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
51
+ */
52
+ export const GetConfigurationsResponseBodyIntegrationsSource = {
53
+ Marketplace: "marketplace",
54
+ DeployButton: "deploy-button",
55
+ External: "external",
56
+ } as const;
57
+ /**
58
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
59
+ */
60
+ export type GetConfigurationsResponseBodyIntegrationsSource = ClosedEnum<
61
+ typeof GetConfigurationsResponseBodyIntegrationsSource
62
+ >;
63
+
64
+ export const GetConfigurationsResponseBodyIntegrationsType = {
65
+ IntegrationConfiguration: "integration-configuration",
66
+ } as const;
67
+ export type GetConfigurationsResponseBodyIntegrationsType = ClosedEnum<
68
+ typeof GetConfigurationsResponseBodyIntegrationsType
69
+ >;
70
+
71
+ export const ResponseBodyDisabledReason = {
72
+ DisabledByOwner: "disabled-by-owner",
73
+ FeatureNotAvailable: "feature-not-available",
74
+ DisabledByAdmin: "disabled-by-admin",
75
+ OriginalOwnerLeftTheTeam: "original-owner-left-the-team",
76
+ AccountPlanDowngrade: "account-plan-downgrade",
77
+ OriginalOwnerRoleDowngraded: "original-owner-role-downgraded",
78
+ } as const;
79
+ export type ResponseBodyDisabledReason = ClosedEnum<
80
+ typeof ResponseBodyDisabledReason
81
+ >;
82
+
83
+ /**
84
+ * 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'
85
+ */
86
+ export const GetConfigurationsResponseBodyInstallationType = {
87
+ Marketplace: "marketplace",
88
+ External: "external",
89
+ } as const;
90
+ /**
91
+ * 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'
92
+ */
93
+ export type GetConfigurationsResponseBodyInstallationType = ClosedEnum<
94
+ typeof GetConfigurationsResponseBodyInstallationType
95
+ >;
96
+
97
+ export const GetConfigurationsResponseBodyIntegrationsResponse200Type = {
98
+ Prepayment: "prepayment",
99
+ Subscription: "subscription",
100
+ } as const;
101
+ export type GetConfigurationsResponseBodyIntegrationsResponse200Type =
102
+ ClosedEnum<typeof GetConfigurationsResponseBodyIntegrationsResponse200Type>;
103
+
104
+ export const GetConfigurationsResponseBodyScope = {
105
+ Installation: "installation",
106
+ Resource: "resource",
107
+ } as const;
108
+ export type GetConfigurationsResponseBodyScope = ClosedEnum<
109
+ typeof GetConfigurationsResponseBodyScope
110
+ >;
111
+
112
+ export type ResponseBodyDetails = {
113
+ label: string;
114
+ value?: string | undefined;
115
+ };
116
+
117
+ export type ResponseBodyHeightlightedDetails = {
118
+ label: string;
119
+ value?: string | undefined;
120
+ };
121
+
122
+ export type ResponseBodyQuote = {
123
+ line: string;
124
+ amount: string;
125
+ };
126
+
127
+ export type ResponseBodyBillingPlan = {
128
+ id: string;
129
+ type: GetConfigurationsResponseBodyIntegrationsResponse200Type;
130
+ name: string;
131
+ scope?: GetConfigurationsResponseBodyScope | undefined;
132
+ description: string;
133
+ paymentMethodRequired?: boolean | undefined;
134
+ preauthorizationAmount?: number | undefined;
135
+ cost?: string | undefined;
136
+ details?: Array<ResponseBodyDetails> | undefined;
137
+ heightlightedDetails?: Array<ResponseBodyHeightlightedDetails> | undefined;
138
+ quote?: Array<ResponseBodyQuote> | undefined;
139
+ effectiveDate?: string | undefined;
140
+ };
141
+
142
+ export type GetConfigurationsResponseBody2 = {
143
+ integration: Integration;
144
+ /**
145
+ * A timestamp that tells you when the configuration was installed successfully
146
+ */
147
+ completedAt?: number | undefined;
148
+ /**
149
+ * A timestamp that tells you when the configuration was created
150
+ */
151
+ createdAt: number;
152
+ /**
153
+ * The unique identifier of the configuration
154
+ */
155
+ id: string;
156
+ /**
157
+ * The unique identifier of the app the configuration was created for
158
+ */
159
+ integrationId: string;
160
+ /**
161
+ * The user or team ID that owns the configuration
162
+ */
163
+ ownerId: string;
164
+ /**
165
+ * 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.
166
+ */
167
+ projects?: Array<string> | undefined;
168
+ /**
169
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
170
+ */
171
+ source?: GetConfigurationsResponseBodyIntegrationsSource | undefined;
172
+ /**
173
+ * The slug of the integration the configuration is created for.
174
+ */
175
+ slug: string;
176
+ /**
177
+ * When the configuration was created for a team, this will show the ID of the team.
178
+ */
179
+ teamId?: string | null | undefined;
180
+ type: GetConfigurationsResponseBodyIntegrationsType;
181
+ /**
182
+ * A timestamp that tells you when the configuration was updated.
183
+ */
184
+ updatedAt: number;
185
+ /**
186
+ * The ID of the user that created the configuration.
187
+ */
188
+ userId: string;
189
+ /**
190
+ * The resources that are allowed to be accessed by the configuration.
191
+ */
192
+ scopes: Array<string>;
193
+ /**
194
+ * 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.
195
+ */
196
+ disabledAt?: number | undefined;
197
+ /**
198
+ * A timestamp that tells you when the configuration was deleted.
199
+ */
200
+ deletedAt?: number | null | undefined;
201
+ /**
202
+ * 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.
203
+ */
204
+ deleteRequestedAt?: number | null | undefined;
205
+ disabledReason?: ResponseBodyDisabledReason | undefined;
206
+ /**
207
+ * 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'
208
+ */
209
+ installationType?: GetConfigurationsResponseBodyInstallationType | undefined;
210
+ billingPlan?: ResponseBodyBillingPlan | undefined;
211
+ billingTotal?: string | undefined;
212
+ periodStart?: string | undefined;
213
+ periodEnd?: string | undefined;
214
+ };
215
+
216
+ /**
217
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
218
+ */
219
+ export const GetConfigurationsResponseBodySource = {
220
+ Marketplace: "marketplace",
221
+ DeployButton: "deploy-button",
222
+ External: "external",
223
+ } as const;
224
+ /**
225
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
226
+ */
227
+ export type GetConfigurationsResponseBodySource = ClosedEnum<
228
+ typeof GetConfigurationsResponseBodySource
229
+ >;
230
+
231
+ export const GetConfigurationsResponseBodyType = {
232
+ IntegrationConfiguration: "integration-configuration",
233
+ } as const;
234
+ export type GetConfigurationsResponseBodyType = ClosedEnum<
235
+ typeof GetConfigurationsResponseBodyType
236
+ >;
237
+
238
+ export const GetConfigurationsResponseBodyDisabledReason = {
239
+ DisabledByOwner: "disabled-by-owner",
240
+ FeatureNotAvailable: "feature-not-available",
241
+ DisabledByAdmin: "disabled-by-admin",
242
+ OriginalOwnerLeftTheTeam: "original-owner-left-the-team",
243
+ AccountPlanDowngrade: "account-plan-downgrade",
244
+ OriginalOwnerRoleDowngraded: "original-owner-role-downgraded",
245
+ } as const;
246
+ export type GetConfigurationsResponseBodyDisabledReason = ClosedEnum<
247
+ typeof GetConfigurationsResponseBodyDisabledReason
248
+ >;
249
+
250
+ /**
251
+ * 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'
252
+ */
253
+ export const ResponseBodyInstallationType = {
254
+ Marketplace: "marketplace",
255
+ External: "external",
256
+ } as const;
257
+ /**
258
+ * 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'
259
+ */
260
+ export type ResponseBodyInstallationType = ClosedEnum<
261
+ typeof ResponseBodyInstallationType
262
+ >;
263
+
264
+ export const GetConfigurationsResponseBodyIntegrationsResponseType = {
265
+ Prepayment: "prepayment",
266
+ Subscription: "subscription",
267
+ } as const;
268
+ export type GetConfigurationsResponseBodyIntegrationsResponseType = ClosedEnum<
269
+ typeof GetConfigurationsResponseBodyIntegrationsResponseType
270
+ >;
271
+
272
+ export const ResponseBodyScope = {
273
+ Installation: "installation",
274
+ Resource: "resource",
275
+ } as const;
276
+ export type ResponseBodyScope = ClosedEnum<typeof ResponseBodyScope>;
277
+
278
+ export type Details = {
279
+ label: string;
280
+ value?: string | undefined;
281
+ };
282
+
283
+ export type HeightlightedDetails = {
284
+ label: string;
285
+ value?: string | undefined;
286
+ };
287
+
288
+ export type Quote = {
289
+ line: string;
290
+ amount: string;
291
+ };
292
+
293
+ export type BillingPlan = {
294
+ id: string;
295
+ type: GetConfigurationsResponseBodyIntegrationsResponseType;
296
+ name: string;
297
+ scope?: ResponseBodyScope | undefined;
298
+ description: string;
299
+ paymentMethodRequired?: boolean | undefined;
300
+ preauthorizationAmount?: number | undefined;
301
+ cost?: string | undefined;
302
+ details?: Array<Details> | undefined;
303
+ heightlightedDetails?: Array<HeightlightedDetails> | undefined;
304
+ quote?: Array<Quote> | undefined;
305
+ effectiveDate?: string | undefined;
306
+ };
307
+
308
+ /**
309
+ * The list of configurations for the authenticated user
310
+ */
311
+ export type GetConfigurationsResponseBody1 = {
312
+ /**
313
+ * A timestamp that tells you when the configuration was installed successfully
314
+ */
315
+ completedAt?: number | undefined;
316
+ /**
317
+ * A timestamp that tells you when the configuration was created
318
+ */
319
+ createdAt?: number | undefined;
320
+ /**
321
+ * The unique identifier of the configuration
322
+ */
323
+ id?: string | undefined;
324
+ /**
325
+ * The unique identifier of the app the configuration was created for
326
+ */
327
+ integrationId?: string | undefined;
328
+ /**
329
+ * The user or team ID that owns the configuration
330
+ */
331
+ ownerId?: string | undefined;
332
+ /**
333
+ * 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.
334
+ */
335
+ projects?: Array<string> | undefined;
336
+ /**
337
+ * Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
338
+ */
339
+ source?: GetConfigurationsResponseBodySource | undefined;
340
+ /**
341
+ * The slug of the integration the configuration is created for.
342
+ */
343
+ slug?: string | undefined;
344
+ /**
345
+ * When the configuration was created for a team, this will show the ID of the team.
346
+ */
347
+ teamId?: string | null | undefined;
348
+ type?: GetConfigurationsResponseBodyType | undefined;
349
+ /**
350
+ * A timestamp that tells you when the configuration was updated.
351
+ */
352
+ updatedAt?: number | undefined;
353
+ /**
354
+ * The ID of the user that created the configuration.
355
+ */
356
+ userId?: string | undefined;
357
+ /**
358
+ * The resources that are allowed to be accessed by the configuration.
359
+ */
360
+ scopes?: Array<string> | undefined;
361
+ /**
362
+ * 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.
363
+ */
364
+ disabledAt?: number | undefined;
365
+ /**
366
+ * A timestamp that tells you when the configuration was deleted.
367
+ */
368
+ deletedAt?: number | null | undefined;
369
+ /**
370
+ * 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.
371
+ */
372
+ deleteRequestedAt?: number | null | undefined;
373
+ disabledReason?: GetConfigurationsResponseBodyDisabledReason | undefined;
374
+ /**
375
+ * 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'
376
+ */
377
+ installationType?: ResponseBodyInstallationType | undefined;
378
+ billingPlan?: BillingPlan | undefined;
379
+ billingTotal?: string | undefined;
380
+ periodStart?: string | undefined;
381
+ periodEnd?: string | undefined;
382
+ };
383
+
384
+ /**
385
+ * The list of configurations for the authenticated user
386
+ */
387
+ export type GetConfigurationsResponseBody =
388
+ | Array<GetConfigurationsResponseBody1>
389
+ | Array<GetConfigurationsResponseBody2>;
390
+
391
+ /** @internal */
392
+ export const View$inboundSchema: z.ZodNativeEnum<typeof View> = z.nativeEnum(
393
+ View,
394
+ );
395
+
396
+ /** @internal */
397
+ export const View$outboundSchema: z.ZodNativeEnum<typeof View> =
398
+ View$inboundSchema;
399
+
400
+ /**
401
+ * @internal
402
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
403
+ */
404
+ export namespace View$ {
405
+ /** @deprecated use `View$inboundSchema` instead. */
406
+ export const inboundSchema = View$inboundSchema;
407
+ /** @deprecated use `View$outboundSchema` instead. */
408
+ export const outboundSchema = View$outboundSchema;
409
+ }
410
+
411
+ /** @internal */
412
+ export const InstallationType$inboundSchema: z.ZodNativeEnum<
413
+ typeof InstallationType
414
+ > = z.nativeEnum(InstallationType);
415
+
416
+ /** @internal */
417
+ export const InstallationType$outboundSchema: z.ZodNativeEnum<
418
+ typeof InstallationType
419
+ > = InstallationType$inboundSchema;
420
+
421
+ /**
422
+ * @internal
423
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
424
+ */
425
+ export namespace InstallationType$ {
426
+ /** @deprecated use `InstallationType$inboundSchema` instead. */
427
+ export const inboundSchema = InstallationType$inboundSchema;
428
+ /** @deprecated use `InstallationType$outboundSchema` instead. */
429
+ export const outboundSchema = InstallationType$outboundSchema;
430
+ }
431
+
432
+ /** @internal */
433
+ export const GetConfigurationsRequest$inboundSchema: z.ZodType<
434
+ GetConfigurationsRequest,
435
+ z.ZodTypeDef,
436
+ unknown
437
+ > = z.object({
438
+ view: View$inboundSchema,
439
+ installationType: InstallationType$inboundSchema.optional(),
440
+ integrationIdOrSlug: z.string().optional(),
441
+ teamId: z.string().optional(),
442
+ slug: z.string().optional(),
443
+ });
444
+
445
+ /** @internal */
446
+ export type GetConfigurationsRequest$Outbound = {
447
+ view: string;
448
+ installationType?: string | undefined;
449
+ integrationIdOrSlug?: string | undefined;
450
+ teamId?: string | undefined;
451
+ slug?: string | undefined;
452
+ };
453
+
454
+ /** @internal */
455
+ export const GetConfigurationsRequest$outboundSchema: z.ZodType<
456
+ GetConfigurationsRequest$Outbound,
457
+ z.ZodTypeDef,
458
+ GetConfigurationsRequest
459
+ > = z.object({
460
+ view: View$outboundSchema,
461
+ installationType: InstallationType$outboundSchema.optional(),
462
+ integrationIdOrSlug: z.string().optional(),
463
+ teamId: z.string().optional(),
464
+ slug: z.string().optional(),
465
+ });
466
+
467
+ /**
468
+ * @internal
469
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
470
+ */
471
+ export namespace GetConfigurationsRequest$ {
472
+ /** @deprecated use `GetConfigurationsRequest$inboundSchema` instead. */
473
+ export const inboundSchema = GetConfigurationsRequest$inboundSchema;
474
+ /** @deprecated use `GetConfigurationsRequest$outboundSchema` instead. */
475
+ export const outboundSchema = GetConfigurationsRequest$outboundSchema;
476
+ /** @deprecated use `GetConfigurationsRequest$Outbound` instead. */
477
+ export type Outbound = GetConfigurationsRequest$Outbound;
478
+ }
479
+
480
+ export function getConfigurationsRequestToJSON(
481
+ getConfigurationsRequest: GetConfigurationsRequest,
482
+ ): string {
483
+ return JSON.stringify(
484
+ GetConfigurationsRequest$outboundSchema.parse(getConfigurationsRequest),
485
+ );
486
+ }
487
+
488
+ export function getConfigurationsRequestFromJSON(
489
+ jsonString: string,
490
+ ): SafeParseResult<GetConfigurationsRequest, SDKValidationError> {
491
+ return safeParse(
492
+ jsonString,
493
+ (x) => GetConfigurationsRequest$inboundSchema.parse(JSON.parse(x)),
494
+ `Failed to parse 'GetConfigurationsRequest' from JSON`,
495
+ );
496
+ }
497
+
498
+ /** @internal */
499
+ export const Integration$inboundSchema: z.ZodType<
500
+ Integration,
501
+ z.ZodTypeDef,
502
+ unknown
503
+ > = z.object({
504
+ name: z.string(),
505
+ icon: z.string(),
506
+ category: z.string(),
507
+ isLegacy: z.boolean(),
508
+ flags: z.array(z.string()).optional(),
509
+ assignedBetaLabelAt: z.number().optional(),
510
+ });
511
+
512
+ /** @internal */
513
+ export type Integration$Outbound = {
514
+ name: string;
515
+ icon: string;
516
+ category: string;
517
+ isLegacy: boolean;
518
+ flags?: Array<string> | undefined;
519
+ assignedBetaLabelAt?: number | undefined;
520
+ };
521
+
522
+ /** @internal */
523
+ export const Integration$outboundSchema: z.ZodType<
524
+ Integration$Outbound,
525
+ z.ZodTypeDef,
526
+ Integration
527
+ > = z.object({
528
+ name: z.string(),
529
+ icon: z.string(),
530
+ category: z.string(),
531
+ isLegacy: z.boolean(),
532
+ flags: z.array(z.string()).optional(),
533
+ assignedBetaLabelAt: z.number().optional(),
534
+ });
535
+
536
+ /**
537
+ * @internal
538
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
539
+ */
540
+ export namespace Integration$ {
541
+ /** @deprecated use `Integration$inboundSchema` instead. */
542
+ export const inboundSchema = Integration$inboundSchema;
543
+ /** @deprecated use `Integration$outboundSchema` instead. */
544
+ export const outboundSchema = Integration$outboundSchema;
545
+ /** @deprecated use `Integration$Outbound` instead. */
546
+ export type Outbound = Integration$Outbound;
547
+ }
548
+
549
+ export function integrationToJSON(integration: Integration): string {
550
+ return JSON.stringify(Integration$outboundSchema.parse(integration));
551
+ }
552
+
553
+ export function integrationFromJSON(
554
+ jsonString: string,
555
+ ): SafeParseResult<Integration, SDKValidationError> {
556
+ return safeParse(
557
+ jsonString,
558
+ (x) => Integration$inboundSchema.parse(JSON.parse(x)),
559
+ `Failed to parse 'Integration' from JSON`,
560
+ );
561
+ }
562
+
563
+ /** @internal */
564
+ export const GetConfigurationsResponseBodyIntegrationsSource$inboundSchema:
565
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyIntegrationsSource> = z
566
+ .nativeEnum(GetConfigurationsResponseBodyIntegrationsSource);
567
+
568
+ /** @internal */
569
+ export const GetConfigurationsResponseBodyIntegrationsSource$outboundSchema:
570
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyIntegrationsSource> =
571
+ GetConfigurationsResponseBodyIntegrationsSource$inboundSchema;
572
+
573
+ /**
574
+ * @internal
575
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
576
+ */
577
+ export namespace GetConfigurationsResponseBodyIntegrationsSource$ {
578
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsSource$inboundSchema` instead. */
579
+ export const inboundSchema =
580
+ GetConfigurationsResponseBodyIntegrationsSource$inboundSchema;
581
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsSource$outboundSchema` instead. */
582
+ export const outboundSchema =
583
+ GetConfigurationsResponseBodyIntegrationsSource$outboundSchema;
584
+ }
585
+
586
+ /** @internal */
587
+ export const GetConfigurationsResponseBodyIntegrationsType$inboundSchema:
588
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyIntegrationsType> = z
589
+ .nativeEnum(GetConfigurationsResponseBodyIntegrationsType);
590
+
591
+ /** @internal */
592
+ export const GetConfigurationsResponseBodyIntegrationsType$outboundSchema:
593
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyIntegrationsType> =
594
+ GetConfigurationsResponseBodyIntegrationsType$inboundSchema;
595
+
596
+ /**
597
+ * @internal
598
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
599
+ */
600
+ export namespace GetConfigurationsResponseBodyIntegrationsType$ {
601
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsType$inboundSchema` instead. */
602
+ export const inboundSchema =
603
+ GetConfigurationsResponseBodyIntegrationsType$inboundSchema;
604
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsType$outboundSchema` instead. */
605
+ export const outboundSchema =
606
+ GetConfigurationsResponseBodyIntegrationsType$outboundSchema;
607
+ }
608
+
609
+ /** @internal */
610
+ export const ResponseBodyDisabledReason$inboundSchema: z.ZodNativeEnum<
611
+ typeof ResponseBodyDisabledReason
612
+ > = z.nativeEnum(ResponseBodyDisabledReason);
613
+
614
+ /** @internal */
615
+ export const ResponseBodyDisabledReason$outboundSchema: z.ZodNativeEnum<
616
+ typeof ResponseBodyDisabledReason
617
+ > = ResponseBodyDisabledReason$inboundSchema;
618
+
619
+ /**
620
+ * @internal
621
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
622
+ */
623
+ export namespace ResponseBodyDisabledReason$ {
624
+ /** @deprecated use `ResponseBodyDisabledReason$inboundSchema` instead. */
625
+ export const inboundSchema = ResponseBodyDisabledReason$inboundSchema;
626
+ /** @deprecated use `ResponseBodyDisabledReason$outboundSchema` instead. */
627
+ export const outboundSchema = ResponseBodyDisabledReason$outboundSchema;
628
+ }
629
+
630
+ /** @internal */
631
+ export const GetConfigurationsResponseBodyInstallationType$inboundSchema:
632
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyInstallationType> = z
633
+ .nativeEnum(GetConfigurationsResponseBodyInstallationType);
634
+
635
+ /** @internal */
636
+ export const GetConfigurationsResponseBodyInstallationType$outboundSchema:
637
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyInstallationType> =
638
+ GetConfigurationsResponseBodyInstallationType$inboundSchema;
639
+
640
+ /**
641
+ * @internal
642
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
643
+ */
644
+ export namespace GetConfigurationsResponseBodyInstallationType$ {
645
+ /** @deprecated use `GetConfigurationsResponseBodyInstallationType$inboundSchema` instead. */
646
+ export const inboundSchema =
647
+ GetConfigurationsResponseBodyInstallationType$inboundSchema;
648
+ /** @deprecated use `GetConfigurationsResponseBodyInstallationType$outboundSchema` instead. */
649
+ export const outboundSchema =
650
+ GetConfigurationsResponseBodyInstallationType$outboundSchema;
651
+ }
652
+
653
+ /** @internal */
654
+ export const GetConfigurationsResponseBodyIntegrationsResponse200Type$inboundSchema:
655
+ z.ZodNativeEnum<
656
+ typeof GetConfigurationsResponseBodyIntegrationsResponse200Type
657
+ > = z.nativeEnum(GetConfigurationsResponseBodyIntegrationsResponse200Type);
658
+
659
+ /** @internal */
660
+ export const GetConfigurationsResponseBodyIntegrationsResponse200Type$outboundSchema:
661
+ z.ZodNativeEnum<
662
+ typeof GetConfigurationsResponseBodyIntegrationsResponse200Type
663
+ > = GetConfigurationsResponseBodyIntegrationsResponse200Type$inboundSchema;
664
+
665
+ /**
666
+ * @internal
667
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
668
+ */
669
+ export namespace GetConfigurationsResponseBodyIntegrationsResponse200Type$ {
670
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsResponse200Type$inboundSchema` instead. */
671
+ export const inboundSchema =
672
+ GetConfigurationsResponseBodyIntegrationsResponse200Type$inboundSchema;
673
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsResponse200Type$outboundSchema` instead. */
674
+ export const outboundSchema =
675
+ GetConfigurationsResponseBodyIntegrationsResponse200Type$outboundSchema;
676
+ }
677
+
678
+ /** @internal */
679
+ export const GetConfigurationsResponseBodyScope$inboundSchema: z.ZodNativeEnum<
680
+ typeof GetConfigurationsResponseBodyScope
681
+ > = z.nativeEnum(GetConfigurationsResponseBodyScope);
682
+
683
+ /** @internal */
684
+ export const GetConfigurationsResponseBodyScope$outboundSchema: z.ZodNativeEnum<
685
+ typeof GetConfigurationsResponseBodyScope
686
+ > = GetConfigurationsResponseBodyScope$inboundSchema;
687
+
688
+ /**
689
+ * @internal
690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
691
+ */
692
+ export namespace GetConfigurationsResponseBodyScope$ {
693
+ /** @deprecated use `GetConfigurationsResponseBodyScope$inboundSchema` instead. */
694
+ export const inboundSchema = GetConfigurationsResponseBodyScope$inboundSchema;
695
+ /** @deprecated use `GetConfigurationsResponseBodyScope$outboundSchema` instead. */
696
+ export const outboundSchema =
697
+ GetConfigurationsResponseBodyScope$outboundSchema;
698
+ }
699
+
700
+ /** @internal */
701
+ export const ResponseBodyDetails$inboundSchema: z.ZodType<
702
+ ResponseBodyDetails,
703
+ z.ZodTypeDef,
704
+ unknown
705
+ > = z.object({
706
+ label: z.string(),
707
+ value: z.string().optional(),
708
+ });
709
+
710
+ /** @internal */
711
+ export type ResponseBodyDetails$Outbound = {
712
+ label: string;
713
+ value?: string | undefined;
714
+ };
715
+
716
+ /** @internal */
717
+ export const ResponseBodyDetails$outboundSchema: z.ZodType<
718
+ ResponseBodyDetails$Outbound,
719
+ z.ZodTypeDef,
720
+ ResponseBodyDetails
721
+ > = z.object({
722
+ label: z.string(),
723
+ value: z.string().optional(),
724
+ });
725
+
726
+ /**
727
+ * @internal
728
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
729
+ */
730
+ export namespace ResponseBodyDetails$ {
731
+ /** @deprecated use `ResponseBodyDetails$inboundSchema` instead. */
732
+ export const inboundSchema = ResponseBodyDetails$inboundSchema;
733
+ /** @deprecated use `ResponseBodyDetails$outboundSchema` instead. */
734
+ export const outboundSchema = ResponseBodyDetails$outboundSchema;
735
+ /** @deprecated use `ResponseBodyDetails$Outbound` instead. */
736
+ export type Outbound = ResponseBodyDetails$Outbound;
737
+ }
738
+
739
+ export function responseBodyDetailsToJSON(
740
+ responseBodyDetails: ResponseBodyDetails,
741
+ ): string {
742
+ return JSON.stringify(
743
+ ResponseBodyDetails$outboundSchema.parse(responseBodyDetails),
744
+ );
745
+ }
746
+
747
+ export function responseBodyDetailsFromJSON(
748
+ jsonString: string,
749
+ ): SafeParseResult<ResponseBodyDetails, SDKValidationError> {
750
+ return safeParse(
751
+ jsonString,
752
+ (x) => ResponseBodyDetails$inboundSchema.parse(JSON.parse(x)),
753
+ `Failed to parse 'ResponseBodyDetails' from JSON`,
754
+ );
755
+ }
756
+
757
+ /** @internal */
758
+ export const ResponseBodyHeightlightedDetails$inboundSchema: z.ZodType<
759
+ ResponseBodyHeightlightedDetails,
760
+ z.ZodTypeDef,
761
+ unknown
762
+ > = z.object({
763
+ label: z.string(),
764
+ value: z.string().optional(),
765
+ });
766
+
767
+ /** @internal */
768
+ export type ResponseBodyHeightlightedDetails$Outbound = {
769
+ label: string;
770
+ value?: string | undefined;
771
+ };
772
+
773
+ /** @internal */
774
+ export const ResponseBodyHeightlightedDetails$outboundSchema: z.ZodType<
775
+ ResponseBodyHeightlightedDetails$Outbound,
776
+ z.ZodTypeDef,
777
+ ResponseBodyHeightlightedDetails
778
+ > = z.object({
779
+ label: z.string(),
780
+ value: z.string().optional(),
781
+ });
782
+
783
+ /**
784
+ * @internal
785
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
786
+ */
787
+ export namespace ResponseBodyHeightlightedDetails$ {
788
+ /** @deprecated use `ResponseBodyHeightlightedDetails$inboundSchema` instead. */
789
+ export const inboundSchema = ResponseBodyHeightlightedDetails$inboundSchema;
790
+ /** @deprecated use `ResponseBodyHeightlightedDetails$outboundSchema` instead. */
791
+ export const outboundSchema = ResponseBodyHeightlightedDetails$outboundSchema;
792
+ /** @deprecated use `ResponseBodyHeightlightedDetails$Outbound` instead. */
793
+ export type Outbound = ResponseBodyHeightlightedDetails$Outbound;
794
+ }
795
+
796
+ export function responseBodyHeightlightedDetailsToJSON(
797
+ responseBodyHeightlightedDetails: ResponseBodyHeightlightedDetails,
798
+ ): string {
799
+ return JSON.stringify(
800
+ ResponseBodyHeightlightedDetails$outboundSchema.parse(
801
+ responseBodyHeightlightedDetails,
802
+ ),
803
+ );
804
+ }
805
+
806
+ export function responseBodyHeightlightedDetailsFromJSON(
807
+ jsonString: string,
808
+ ): SafeParseResult<ResponseBodyHeightlightedDetails, SDKValidationError> {
809
+ return safeParse(
810
+ jsonString,
811
+ (x) => ResponseBodyHeightlightedDetails$inboundSchema.parse(JSON.parse(x)),
812
+ `Failed to parse 'ResponseBodyHeightlightedDetails' from JSON`,
813
+ );
814
+ }
815
+
816
+ /** @internal */
817
+ export const ResponseBodyQuote$inboundSchema: z.ZodType<
818
+ ResponseBodyQuote,
819
+ z.ZodTypeDef,
820
+ unknown
821
+ > = z.object({
822
+ line: z.string(),
823
+ amount: z.string(),
824
+ });
825
+
826
+ /** @internal */
827
+ export type ResponseBodyQuote$Outbound = {
828
+ line: string;
829
+ amount: string;
830
+ };
831
+
832
+ /** @internal */
833
+ export const ResponseBodyQuote$outboundSchema: z.ZodType<
834
+ ResponseBodyQuote$Outbound,
835
+ z.ZodTypeDef,
836
+ ResponseBodyQuote
837
+ > = z.object({
838
+ line: z.string(),
839
+ amount: z.string(),
840
+ });
841
+
842
+ /**
843
+ * @internal
844
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
845
+ */
846
+ export namespace ResponseBodyQuote$ {
847
+ /** @deprecated use `ResponseBodyQuote$inboundSchema` instead. */
848
+ export const inboundSchema = ResponseBodyQuote$inboundSchema;
849
+ /** @deprecated use `ResponseBodyQuote$outboundSchema` instead. */
850
+ export const outboundSchema = ResponseBodyQuote$outboundSchema;
851
+ /** @deprecated use `ResponseBodyQuote$Outbound` instead. */
852
+ export type Outbound = ResponseBodyQuote$Outbound;
853
+ }
854
+
855
+ export function responseBodyQuoteToJSON(
856
+ responseBodyQuote: ResponseBodyQuote,
857
+ ): string {
858
+ return JSON.stringify(
859
+ ResponseBodyQuote$outboundSchema.parse(responseBodyQuote),
860
+ );
861
+ }
862
+
863
+ export function responseBodyQuoteFromJSON(
864
+ jsonString: string,
865
+ ): SafeParseResult<ResponseBodyQuote, SDKValidationError> {
866
+ return safeParse(
867
+ jsonString,
868
+ (x) => ResponseBodyQuote$inboundSchema.parse(JSON.parse(x)),
869
+ `Failed to parse 'ResponseBodyQuote' from JSON`,
870
+ );
871
+ }
872
+
873
+ /** @internal */
874
+ export const ResponseBodyBillingPlan$inboundSchema: z.ZodType<
875
+ ResponseBodyBillingPlan,
876
+ z.ZodTypeDef,
877
+ unknown
878
+ > = z.object({
879
+ id: z.string(),
880
+ type: GetConfigurationsResponseBodyIntegrationsResponse200Type$inboundSchema,
881
+ name: z.string(),
882
+ scope: GetConfigurationsResponseBodyScope$inboundSchema.optional(),
883
+ description: z.string(),
884
+ paymentMethodRequired: z.boolean().optional(),
885
+ preauthorizationAmount: z.number().optional(),
886
+ cost: z.string().optional(),
887
+ details: z.array(z.lazy(() => ResponseBodyDetails$inboundSchema)).optional(),
888
+ heightlightedDetails: z.array(
889
+ z.lazy(() => ResponseBodyHeightlightedDetails$inboundSchema),
890
+ ).optional(),
891
+ quote: z.array(z.lazy(() => ResponseBodyQuote$inboundSchema)).optional(),
892
+ effectiveDate: z.string().optional(),
893
+ });
894
+
895
+ /** @internal */
896
+ export type ResponseBodyBillingPlan$Outbound = {
897
+ id: string;
898
+ type: string;
899
+ name: string;
900
+ scope?: string | undefined;
901
+ description: string;
902
+ paymentMethodRequired?: boolean | undefined;
903
+ preauthorizationAmount?: number | undefined;
904
+ cost?: string | undefined;
905
+ details?: Array<ResponseBodyDetails$Outbound> | undefined;
906
+ heightlightedDetails?:
907
+ | Array<ResponseBodyHeightlightedDetails$Outbound>
908
+ | undefined;
909
+ quote?: Array<ResponseBodyQuote$Outbound> | undefined;
910
+ effectiveDate?: string | undefined;
911
+ };
912
+
913
+ /** @internal */
914
+ export const ResponseBodyBillingPlan$outboundSchema: z.ZodType<
915
+ ResponseBodyBillingPlan$Outbound,
916
+ z.ZodTypeDef,
917
+ ResponseBodyBillingPlan
918
+ > = z.object({
919
+ id: z.string(),
920
+ type: GetConfigurationsResponseBodyIntegrationsResponse200Type$outboundSchema,
921
+ name: z.string(),
922
+ scope: GetConfigurationsResponseBodyScope$outboundSchema.optional(),
923
+ description: z.string(),
924
+ paymentMethodRequired: z.boolean().optional(),
925
+ preauthorizationAmount: z.number().optional(),
926
+ cost: z.string().optional(),
927
+ details: z.array(z.lazy(() => ResponseBodyDetails$outboundSchema)).optional(),
928
+ heightlightedDetails: z.array(
929
+ z.lazy(() => ResponseBodyHeightlightedDetails$outboundSchema),
930
+ ).optional(),
931
+ quote: z.array(z.lazy(() => ResponseBodyQuote$outboundSchema)).optional(),
932
+ effectiveDate: z.string().optional(),
933
+ });
934
+
935
+ /**
936
+ * @internal
937
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
938
+ */
939
+ export namespace ResponseBodyBillingPlan$ {
940
+ /** @deprecated use `ResponseBodyBillingPlan$inboundSchema` instead. */
941
+ export const inboundSchema = ResponseBodyBillingPlan$inboundSchema;
942
+ /** @deprecated use `ResponseBodyBillingPlan$outboundSchema` instead. */
943
+ export const outboundSchema = ResponseBodyBillingPlan$outboundSchema;
944
+ /** @deprecated use `ResponseBodyBillingPlan$Outbound` instead. */
945
+ export type Outbound = ResponseBodyBillingPlan$Outbound;
946
+ }
947
+
948
+ export function responseBodyBillingPlanToJSON(
949
+ responseBodyBillingPlan: ResponseBodyBillingPlan,
950
+ ): string {
951
+ return JSON.stringify(
952
+ ResponseBodyBillingPlan$outboundSchema.parse(responseBodyBillingPlan),
953
+ );
954
+ }
955
+
956
+ export function responseBodyBillingPlanFromJSON(
957
+ jsonString: string,
958
+ ): SafeParseResult<ResponseBodyBillingPlan, SDKValidationError> {
959
+ return safeParse(
960
+ jsonString,
961
+ (x) => ResponseBodyBillingPlan$inboundSchema.parse(JSON.parse(x)),
962
+ `Failed to parse 'ResponseBodyBillingPlan' from JSON`,
963
+ );
964
+ }
965
+
966
+ /** @internal */
967
+ export const GetConfigurationsResponseBody2$inboundSchema: z.ZodType<
968
+ GetConfigurationsResponseBody2,
969
+ z.ZodTypeDef,
970
+ unknown
971
+ > = z.object({
972
+ integration: z.lazy(() => Integration$inboundSchema),
973
+ completedAt: z.number().optional(),
974
+ createdAt: z.number(),
975
+ id: z.string(),
976
+ integrationId: z.string(),
977
+ ownerId: z.string(),
978
+ projects: z.array(z.string()).optional(),
979
+ source: GetConfigurationsResponseBodyIntegrationsSource$inboundSchema
980
+ .optional(),
981
+ slug: z.string(),
982
+ teamId: z.nullable(z.string()).optional(),
983
+ type: GetConfigurationsResponseBodyIntegrationsType$inboundSchema,
984
+ updatedAt: z.number(),
985
+ userId: z.string(),
986
+ scopes: z.array(z.string()),
987
+ disabledAt: z.number().optional(),
988
+ deletedAt: z.nullable(z.number()).optional(),
989
+ deleteRequestedAt: z.nullable(z.number()).optional(),
990
+ disabledReason: ResponseBodyDisabledReason$inboundSchema.optional(),
991
+ installationType: GetConfigurationsResponseBodyInstallationType$inboundSchema
992
+ .optional(),
993
+ billingPlan: z.lazy(() => ResponseBodyBillingPlan$inboundSchema).optional(),
994
+ billingTotal: z.string().optional(),
995
+ periodStart: z.string().optional(),
996
+ periodEnd: z.string().optional(),
997
+ });
998
+
999
+ /** @internal */
1000
+ export type GetConfigurationsResponseBody2$Outbound = {
1001
+ integration: Integration$Outbound;
1002
+ completedAt?: number | undefined;
1003
+ createdAt: number;
1004
+ id: string;
1005
+ integrationId: string;
1006
+ ownerId: string;
1007
+ projects?: Array<string> | undefined;
1008
+ source?: string | undefined;
1009
+ slug: string;
1010
+ teamId?: string | null | undefined;
1011
+ type: string;
1012
+ updatedAt: number;
1013
+ userId: string;
1014
+ scopes: Array<string>;
1015
+ disabledAt?: number | undefined;
1016
+ deletedAt?: number | null | undefined;
1017
+ deleteRequestedAt?: number | null | undefined;
1018
+ disabledReason?: string | undefined;
1019
+ installationType?: string | undefined;
1020
+ billingPlan?: ResponseBodyBillingPlan$Outbound | undefined;
1021
+ billingTotal?: string | undefined;
1022
+ periodStart?: string | undefined;
1023
+ periodEnd?: string | undefined;
1024
+ };
1025
+
1026
+ /** @internal */
1027
+ export const GetConfigurationsResponseBody2$outboundSchema: z.ZodType<
1028
+ GetConfigurationsResponseBody2$Outbound,
1029
+ z.ZodTypeDef,
1030
+ GetConfigurationsResponseBody2
1031
+ > = z.object({
1032
+ integration: z.lazy(() => Integration$outboundSchema),
1033
+ completedAt: z.number().optional(),
1034
+ createdAt: z.number(),
1035
+ id: z.string(),
1036
+ integrationId: z.string(),
1037
+ ownerId: z.string(),
1038
+ projects: z.array(z.string()).optional(),
1039
+ source: GetConfigurationsResponseBodyIntegrationsSource$outboundSchema
1040
+ .optional(),
1041
+ slug: z.string(),
1042
+ teamId: z.nullable(z.string()).optional(),
1043
+ type: GetConfigurationsResponseBodyIntegrationsType$outboundSchema,
1044
+ updatedAt: z.number(),
1045
+ userId: z.string(),
1046
+ scopes: z.array(z.string()),
1047
+ disabledAt: z.number().optional(),
1048
+ deletedAt: z.nullable(z.number()).optional(),
1049
+ deleteRequestedAt: z.nullable(z.number()).optional(),
1050
+ disabledReason: ResponseBodyDisabledReason$outboundSchema.optional(),
1051
+ installationType: GetConfigurationsResponseBodyInstallationType$outboundSchema
1052
+ .optional(),
1053
+ billingPlan: z.lazy(() => ResponseBodyBillingPlan$outboundSchema).optional(),
1054
+ billingTotal: z.string().optional(),
1055
+ periodStart: z.string().optional(),
1056
+ periodEnd: z.string().optional(),
1057
+ });
1058
+
1059
+ /**
1060
+ * @internal
1061
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1062
+ */
1063
+ export namespace GetConfigurationsResponseBody2$ {
1064
+ /** @deprecated use `GetConfigurationsResponseBody2$inboundSchema` instead. */
1065
+ export const inboundSchema = GetConfigurationsResponseBody2$inboundSchema;
1066
+ /** @deprecated use `GetConfigurationsResponseBody2$outboundSchema` instead. */
1067
+ export const outboundSchema = GetConfigurationsResponseBody2$outboundSchema;
1068
+ /** @deprecated use `GetConfigurationsResponseBody2$Outbound` instead. */
1069
+ export type Outbound = GetConfigurationsResponseBody2$Outbound;
1070
+ }
1071
+
1072
+ export function getConfigurationsResponseBody2ToJSON(
1073
+ getConfigurationsResponseBody2: GetConfigurationsResponseBody2,
1074
+ ): string {
1075
+ return JSON.stringify(
1076
+ GetConfigurationsResponseBody2$outboundSchema.parse(
1077
+ getConfigurationsResponseBody2,
1078
+ ),
1079
+ );
1080
+ }
1081
+
1082
+ export function getConfigurationsResponseBody2FromJSON(
1083
+ jsonString: string,
1084
+ ): SafeParseResult<GetConfigurationsResponseBody2, SDKValidationError> {
1085
+ return safeParse(
1086
+ jsonString,
1087
+ (x) => GetConfigurationsResponseBody2$inboundSchema.parse(JSON.parse(x)),
1088
+ `Failed to parse 'GetConfigurationsResponseBody2' from JSON`,
1089
+ );
1090
+ }
1091
+
1092
+ /** @internal */
1093
+ export const GetConfigurationsResponseBodySource$inboundSchema: z.ZodNativeEnum<
1094
+ typeof GetConfigurationsResponseBodySource
1095
+ > = z.nativeEnum(GetConfigurationsResponseBodySource);
1096
+
1097
+ /** @internal */
1098
+ export const GetConfigurationsResponseBodySource$outboundSchema:
1099
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodySource> =
1100
+ GetConfigurationsResponseBodySource$inboundSchema;
1101
+
1102
+ /**
1103
+ * @internal
1104
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1105
+ */
1106
+ export namespace GetConfigurationsResponseBodySource$ {
1107
+ /** @deprecated use `GetConfigurationsResponseBodySource$inboundSchema` instead. */
1108
+ export const inboundSchema =
1109
+ GetConfigurationsResponseBodySource$inboundSchema;
1110
+ /** @deprecated use `GetConfigurationsResponseBodySource$outboundSchema` instead. */
1111
+ export const outboundSchema =
1112
+ GetConfigurationsResponseBodySource$outboundSchema;
1113
+ }
1114
+
1115
+ /** @internal */
1116
+ export const GetConfigurationsResponseBodyType$inboundSchema: z.ZodNativeEnum<
1117
+ typeof GetConfigurationsResponseBodyType
1118
+ > = z.nativeEnum(GetConfigurationsResponseBodyType);
1119
+
1120
+ /** @internal */
1121
+ export const GetConfigurationsResponseBodyType$outboundSchema: z.ZodNativeEnum<
1122
+ typeof GetConfigurationsResponseBodyType
1123
+ > = GetConfigurationsResponseBodyType$inboundSchema;
1124
+
1125
+ /**
1126
+ * @internal
1127
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1128
+ */
1129
+ export namespace GetConfigurationsResponseBodyType$ {
1130
+ /** @deprecated use `GetConfigurationsResponseBodyType$inboundSchema` instead. */
1131
+ export const inboundSchema = GetConfigurationsResponseBodyType$inboundSchema;
1132
+ /** @deprecated use `GetConfigurationsResponseBodyType$outboundSchema` instead. */
1133
+ export const outboundSchema =
1134
+ GetConfigurationsResponseBodyType$outboundSchema;
1135
+ }
1136
+
1137
+ /** @internal */
1138
+ export const GetConfigurationsResponseBodyDisabledReason$inboundSchema:
1139
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyDisabledReason> = z
1140
+ .nativeEnum(GetConfigurationsResponseBodyDisabledReason);
1141
+
1142
+ /** @internal */
1143
+ export const GetConfigurationsResponseBodyDisabledReason$outboundSchema:
1144
+ z.ZodNativeEnum<typeof GetConfigurationsResponseBodyDisabledReason> =
1145
+ GetConfigurationsResponseBodyDisabledReason$inboundSchema;
1146
+
1147
+ /**
1148
+ * @internal
1149
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1150
+ */
1151
+ export namespace GetConfigurationsResponseBodyDisabledReason$ {
1152
+ /** @deprecated use `GetConfigurationsResponseBodyDisabledReason$inboundSchema` instead. */
1153
+ export const inboundSchema =
1154
+ GetConfigurationsResponseBodyDisabledReason$inboundSchema;
1155
+ /** @deprecated use `GetConfigurationsResponseBodyDisabledReason$outboundSchema` instead. */
1156
+ export const outboundSchema =
1157
+ GetConfigurationsResponseBodyDisabledReason$outboundSchema;
1158
+ }
1159
+
1160
+ /** @internal */
1161
+ export const ResponseBodyInstallationType$inboundSchema: z.ZodNativeEnum<
1162
+ typeof ResponseBodyInstallationType
1163
+ > = z.nativeEnum(ResponseBodyInstallationType);
1164
+
1165
+ /** @internal */
1166
+ export const ResponseBodyInstallationType$outboundSchema: z.ZodNativeEnum<
1167
+ typeof ResponseBodyInstallationType
1168
+ > = ResponseBodyInstallationType$inboundSchema;
1169
+
1170
+ /**
1171
+ * @internal
1172
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1173
+ */
1174
+ export namespace ResponseBodyInstallationType$ {
1175
+ /** @deprecated use `ResponseBodyInstallationType$inboundSchema` instead. */
1176
+ export const inboundSchema = ResponseBodyInstallationType$inboundSchema;
1177
+ /** @deprecated use `ResponseBodyInstallationType$outboundSchema` instead. */
1178
+ export const outboundSchema = ResponseBodyInstallationType$outboundSchema;
1179
+ }
1180
+
1181
+ /** @internal */
1182
+ export const GetConfigurationsResponseBodyIntegrationsResponseType$inboundSchema:
1183
+ z.ZodNativeEnum<
1184
+ typeof GetConfigurationsResponseBodyIntegrationsResponseType
1185
+ > = z.nativeEnum(GetConfigurationsResponseBodyIntegrationsResponseType);
1186
+
1187
+ /** @internal */
1188
+ export const GetConfigurationsResponseBodyIntegrationsResponseType$outboundSchema:
1189
+ z.ZodNativeEnum<
1190
+ typeof GetConfigurationsResponseBodyIntegrationsResponseType
1191
+ > = GetConfigurationsResponseBodyIntegrationsResponseType$inboundSchema;
1192
+
1193
+ /**
1194
+ * @internal
1195
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1196
+ */
1197
+ export namespace GetConfigurationsResponseBodyIntegrationsResponseType$ {
1198
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsResponseType$inboundSchema` instead. */
1199
+ export const inboundSchema =
1200
+ GetConfigurationsResponseBodyIntegrationsResponseType$inboundSchema;
1201
+ /** @deprecated use `GetConfigurationsResponseBodyIntegrationsResponseType$outboundSchema` instead. */
1202
+ export const outboundSchema =
1203
+ GetConfigurationsResponseBodyIntegrationsResponseType$outboundSchema;
1204
+ }
1205
+
1206
+ /** @internal */
1207
+ export const ResponseBodyScope$inboundSchema: z.ZodNativeEnum<
1208
+ typeof ResponseBodyScope
1209
+ > = z.nativeEnum(ResponseBodyScope);
1210
+
1211
+ /** @internal */
1212
+ export const ResponseBodyScope$outboundSchema: z.ZodNativeEnum<
1213
+ typeof ResponseBodyScope
1214
+ > = ResponseBodyScope$inboundSchema;
1215
+
1216
+ /**
1217
+ * @internal
1218
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1219
+ */
1220
+ export namespace ResponseBodyScope$ {
1221
+ /** @deprecated use `ResponseBodyScope$inboundSchema` instead. */
1222
+ export const inboundSchema = ResponseBodyScope$inboundSchema;
1223
+ /** @deprecated use `ResponseBodyScope$outboundSchema` instead. */
1224
+ export const outboundSchema = ResponseBodyScope$outboundSchema;
1225
+ }
1226
+
1227
+ /** @internal */
1228
+ export const Details$inboundSchema: z.ZodType<Details, z.ZodTypeDef, unknown> =
1229
+ z.object({
1230
+ label: z.string(),
1231
+ value: z.string().optional(),
1232
+ });
1233
+
1234
+ /** @internal */
1235
+ export type Details$Outbound = {
1236
+ label: string;
1237
+ value?: string | undefined;
1238
+ };
1239
+
1240
+ /** @internal */
1241
+ export const Details$outboundSchema: z.ZodType<
1242
+ Details$Outbound,
1243
+ z.ZodTypeDef,
1244
+ Details
1245
+ > = z.object({
1246
+ label: z.string(),
1247
+ value: z.string().optional(),
1248
+ });
1249
+
1250
+ /**
1251
+ * @internal
1252
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1253
+ */
1254
+ export namespace Details$ {
1255
+ /** @deprecated use `Details$inboundSchema` instead. */
1256
+ export const inboundSchema = Details$inboundSchema;
1257
+ /** @deprecated use `Details$outboundSchema` instead. */
1258
+ export const outboundSchema = Details$outboundSchema;
1259
+ /** @deprecated use `Details$Outbound` instead. */
1260
+ export type Outbound = Details$Outbound;
1261
+ }
1262
+
1263
+ export function detailsToJSON(details: Details): string {
1264
+ return JSON.stringify(Details$outboundSchema.parse(details));
1265
+ }
1266
+
1267
+ export function detailsFromJSON(
1268
+ jsonString: string,
1269
+ ): SafeParseResult<Details, SDKValidationError> {
1270
+ return safeParse(
1271
+ jsonString,
1272
+ (x) => Details$inboundSchema.parse(JSON.parse(x)),
1273
+ `Failed to parse 'Details' from JSON`,
1274
+ );
1275
+ }
1276
+
1277
+ /** @internal */
1278
+ export const HeightlightedDetails$inboundSchema: z.ZodType<
1279
+ HeightlightedDetails,
1280
+ z.ZodTypeDef,
1281
+ unknown
1282
+ > = z.object({
1283
+ label: z.string(),
1284
+ value: z.string().optional(),
1285
+ });
1286
+
1287
+ /** @internal */
1288
+ export type HeightlightedDetails$Outbound = {
1289
+ label: string;
1290
+ value?: string | undefined;
1291
+ };
1292
+
1293
+ /** @internal */
1294
+ export const HeightlightedDetails$outboundSchema: z.ZodType<
1295
+ HeightlightedDetails$Outbound,
1296
+ z.ZodTypeDef,
1297
+ HeightlightedDetails
1298
+ > = z.object({
1299
+ label: z.string(),
1300
+ value: z.string().optional(),
1301
+ });
1302
+
1303
+ /**
1304
+ * @internal
1305
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1306
+ */
1307
+ export namespace HeightlightedDetails$ {
1308
+ /** @deprecated use `HeightlightedDetails$inboundSchema` instead. */
1309
+ export const inboundSchema = HeightlightedDetails$inboundSchema;
1310
+ /** @deprecated use `HeightlightedDetails$outboundSchema` instead. */
1311
+ export const outboundSchema = HeightlightedDetails$outboundSchema;
1312
+ /** @deprecated use `HeightlightedDetails$Outbound` instead. */
1313
+ export type Outbound = HeightlightedDetails$Outbound;
1314
+ }
1315
+
1316
+ export function heightlightedDetailsToJSON(
1317
+ heightlightedDetails: HeightlightedDetails,
1318
+ ): string {
1319
+ return JSON.stringify(
1320
+ HeightlightedDetails$outboundSchema.parse(heightlightedDetails),
1321
+ );
1322
+ }
1323
+
1324
+ export function heightlightedDetailsFromJSON(
1325
+ jsonString: string,
1326
+ ): SafeParseResult<HeightlightedDetails, SDKValidationError> {
1327
+ return safeParse(
1328
+ jsonString,
1329
+ (x) => HeightlightedDetails$inboundSchema.parse(JSON.parse(x)),
1330
+ `Failed to parse 'HeightlightedDetails' from JSON`,
1331
+ );
1332
+ }
1333
+
1334
+ /** @internal */
1335
+ export const Quote$inboundSchema: z.ZodType<Quote, z.ZodTypeDef, unknown> = z
1336
+ .object({
1337
+ line: z.string(),
1338
+ amount: z.string(),
1339
+ });
1340
+
1341
+ /** @internal */
1342
+ export type Quote$Outbound = {
1343
+ line: string;
1344
+ amount: string;
1345
+ };
1346
+
1347
+ /** @internal */
1348
+ export const Quote$outboundSchema: z.ZodType<
1349
+ Quote$Outbound,
1350
+ z.ZodTypeDef,
1351
+ Quote
1352
+ > = z.object({
1353
+ line: z.string(),
1354
+ amount: z.string(),
1355
+ });
1356
+
1357
+ /**
1358
+ * @internal
1359
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1360
+ */
1361
+ export namespace Quote$ {
1362
+ /** @deprecated use `Quote$inboundSchema` instead. */
1363
+ export const inboundSchema = Quote$inboundSchema;
1364
+ /** @deprecated use `Quote$outboundSchema` instead. */
1365
+ export const outboundSchema = Quote$outboundSchema;
1366
+ /** @deprecated use `Quote$Outbound` instead. */
1367
+ export type Outbound = Quote$Outbound;
1368
+ }
1369
+
1370
+ export function quoteToJSON(quote: Quote): string {
1371
+ return JSON.stringify(Quote$outboundSchema.parse(quote));
1372
+ }
1373
+
1374
+ export function quoteFromJSON(
1375
+ jsonString: string,
1376
+ ): SafeParseResult<Quote, SDKValidationError> {
1377
+ return safeParse(
1378
+ jsonString,
1379
+ (x) => Quote$inboundSchema.parse(JSON.parse(x)),
1380
+ `Failed to parse 'Quote' from JSON`,
1381
+ );
1382
+ }
1383
+
1384
+ /** @internal */
1385
+ export const BillingPlan$inboundSchema: z.ZodType<
1386
+ BillingPlan,
1387
+ z.ZodTypeDef,
1388
+ unknown
1389
+ > = z.object({
1390
+ id: z.string(),
1391
+ type: GetConfigurationsResponseBodyIntegrationsResponseType$inboundSchema,
1392
+ name: z.string(),
1393
+ scope: ResponseBodyScope$inboundSchema.optional(),
1394
+ description: z.string(),
1395
+ paymentMethodRequired: z.boolean().optional(),
1396
+ preauthorizationAmount: z.number().optional(),
1397
+ cost: z.string().optional(),
1398
+ details: z.array(z.lazy(() => Details$inboundSchema)).optional(),
1399
+ heightlightedDetails: z.array(
1400
+ z.lazy(() => HeightlightedDetails$inboundSchema),
1401
+ ).optional(),
1402
+ quote: z.array(z.lazy(() => Quote$inboundSchema)).optional(),
1403
+ effectiveDate: z.string().optional(),
1404
+ });
1405
+
1406
+ /** @internal */
1407
+ export type BillingPlan$Outbound = {
1408
+ id: string;
1409
+ type: string;
1410
+ name: string;
1411
+ scope?: string | undefined;
1412
+ description: string;
1413
+ paymentMethodRequired?: boolean | undefined;
1414
+ preauthorizationAmount?: number | undefined;
1415
+ cost?: string | undefined;
1416
+ details?: Array<Details$Outbound> | undefined;
1417
+ heightlightedDetails?: Array<HeightlightedDetails$Outbound> | undefined;
1418
+ quote?: Array<Quote$Outbound> | undefined;
1419
+ effectiveDate?: string | undefined;
1420
+ };
1421
+
1422
+ /** @internal */
1423
+ export const BillingPlan$outboundSchema: z.ZodType<
1424
+ BillingPlan$Outbound,
1425
+ z.ZodTypeDef,
1426
+ BillingPlan
1427
+ > = z.object({
1428
+ id: z.string(),
1429
+ type: GetConfigurationsResponseBodyIntegrationsResponseType$outboundSchema,
1430
+ name: z.string(),
1431
+ scope: ResponseBodyScope$outboundSchema.optional(),
1432
+ description: z.string(),
1433
+ paymentMethodRequired: z.boolean().optional(),
1434
+ preauthorizationAmount: z.number().optional(),
1435
+ cost: z.string().optional(),
1436
+ details: z.array(z.lazy(() => Details$outboundSchema)).optional(),
1437
+ heightlightedDetails: z.array(
1438
+ z.lazy(() => HeightlightedDetails$outboundSchema),
1439
+ ).optional(),
1440
+ quote: z.array(z.lazy(() => Quote$outboundSchema)).optional(),
1441
+ effectiveDate: z.string().optional(),
1442
+ });
1443
+
1444
+ /**
1445
+ * @internal
1446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1447
+ */
1448
+ export namespace BillingPlan$ {
1449
+ /** @deprecated use `BillingPlan$inboundSchema` instead. */
1450
+ export const inboundSchema = BillingPlan$inboundSchema;
1451
+ /** @deprecated use `BillingPlan$outboundSchema` instead. */
1452
+ export const outboundSchema = BillingPlan$outboundSchema;
1453
+ /** @deprecated use `BillingPlan$Outbound` instead. */
1454
+ export type Outbound = BillingPlan$Outbound;
1455
+ }
1456
+
1457
+ export function billingPlanToJSON(billingPlan: BillingPlan): string {
1458
+ return JSON.stringify(BillingPlan$outboundSchema.parse(billingPlan));
1459
+ }
1460
+
1461
+ export function billingPlanFromJSON(
1462
+ jsonString: string,
1463
+ ): SafeParseResult<BillingPlan, SDKValidationError> {
1464
+ return safeParse(
1465
+ jsonString,
1466
+ (x) => BillingPlan$inboundSchema.parse(JSON.parse(x)),
1467
+ `Failed to parse 'BillingPlan' from JSON`,
1468
+ );
1469
+ }
1470
+
1471
+ /** @internal */
1472
+ export const GetConfigurationsResponseBody1$inboundSchema: z.ZodType<
1473
+ GetConfigurationsResponseBody1,
1474
+ z.ZodTypeDef,
1475
+ unknown
1476
+ > = z.object({
1477
+ completedAt: z.number().optional(),
1478
+ createdAt: z.number().optional(),
1479
+ id: z.string().optional(),
1480
+ integrationId: z.string().optional(),
1481
+ ownerId: z.string().optional(),
1482
+ projects: z.array(z.string()).optional(),
1483
+ source: GetConfigurationsResponseBodySource$inboundSchema.optional(),
1484
+ slug: z.string().optional(),
1485
+ teamId: z.nullable(z.string()).optional(),
1486
+ type: GetConfigurationsResponseBodyType$inboundSchema.optional(),
1487
+ updatedAt: z.number().optional(),
1488
+ userId: z.string().optional(),
1489
+ scopes: z.array(z.string()).optional(),
1490
+ disabledAt: z.number().optional(),
1491
+ deletedAt: z.nullable(z.number()).optional(),
1492
+ deleteRequestedAt: z.nullable(z.number()).optional(),
1493
+ disabledReason: GetConfigurationsResponseBodyDisabledReason$inboundSchema
1494
+ .optional(),
1495
+ installationType: ResponseBodyInstallationType$inboundSchema.optional(),
1496
+ billingPlan: z.lazy(() => BillingPlan$inboundSchema).optional(),
1497
+ billingTotal: z.string().optional(),
1498
+ periodStart: z.string().optional(),
1499
+ periodEnd: z.string().optional(),
1500
+ });
1501
+
1502
+ /** @internal */
1503
+ export type GetConfigurationsResponseBody1$Outbound = {
1504
+ completedAt?: number | undefined;
1505
+ createdAt?: number | undefined;
1506
+ id?: string | undefined;
1507
+ integrationId?: string | undefined;
1508
+ ownerId?: string | undefined;
1509
+ projects?: Array<string> | undefined;
1510
+ source?: string | undefined;
1511
+ slug?: string | undefined;
1512
+ teamId?: string | null | undefined;
1513
+ type?: string | undefined;
1514
+ updatedAt?: number | undefined;
1515
+ userId?: string | undefined;
1516
+ scopes?: Array<string> | undefined;
1517
+ disabledAt?: number | undefined;
1518
+ deletedAt?: number | null | undefined;
1519
+ deleteRequestedAt?: number | null | undefined;
1520
+ disabledReason?: string | undefined;
1521
+ installationType?: string | undefined;
1522
+ billingPlan?: BillingPlan$Outbound | undefined;
1523
+ billingTotal?: string | undefined;
1524
+ periodStart?: string | undefined;
1525
+ periodEnd?: string | undefined;
1526
+ };
1527
+
1528
+ /** @internal */
1529
+ export const GetConfigurationsResponseBody1$outboundSchema: z.ZodType<
1530
+ GetConfigurationsResponseBody1$Outbound,
1531
+ z.ZodTypeDef,
1532
+ GetConfigurationsResponseBody1
1533
+ > = z.object({
1534
+ completedAt: z.number().optional(),
1535
+ createdAt: z.number().optional(),
1536
+ id: z.string().optional(),
1537
+ integrationId: z.string().optional(),
1538
+ ownerId: z.string().optional(),
1539
+ projects: z.array(z.string()).optional(),
1540
+ source: GetConfigurationsResponseBodySource$outboundSchema.optional(),
1541
+ slug: z.string().optional(),
1542
+ teamId: z.nullable(z.string()).optional(),
1543
+ type: GetConfigurationsResponseBodyType$outboundSchema.optional(),
1544
+ updatedAt: z.number().optional(),
1545
+ userId: z.string().optional(),
1546
+ scopes: z.array(z.string()).optional(),
1547
+ disabledAt: z.number().optional(),
1548
+ deletedAt: z.nullable(z.number()).optional(),
1549
+ deleteRequestedAt: z.nullable(z.number()).optional(),
1550
+ disabledReason: GetConfigurationsResponseBodyDisabledReason$outboundSchema
1551
+ .optional(),
1552
+ installationType: ResponseBodyInstallationType$outboundSchema.optional(),
1553
+ billingPlan: z.lazy(() => BillingPlan$outboundSchema).optional(),
1554
+ billingTotal: z.string().optional(),
1555
+ periodStart: z.string().optional(),
1556
+ periodEnd: z.string().optional(),
1557
+ });
1558
+
1559
+ /**
1560
+ * @internal
1561
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1562
+ */
1563
+ export namespace GetConfigurationsResponseBody1$ {
1564
+ /** @deprecated use `GetConfigurationsResponseBody1$inboundSchema` instead. */
1565
+ export const inboundSchema = GetConfigurationsResponseBody1$inboundSchema;
1566
+ /** @deprecated use `GetConfigurationsResponseBody1$outboundSchema` instead. */
1567
+ export const outboundSchema = GetConfigurationsResponseBody1$outboundSchema;
1568
+ /** @deprecated use `GetConfigurationsResponseBody1$Outbound` instead. */
1569
+ export type Outbound = GetConfigurationsResponseBody1$Outbound;
1570
+ }
1571
+
1572
+ export function getConfigurationsResponseBody1ToJSON(
1573
+ getConfigurationsResponseBody1: GetConfigurationsResponseBody1,
1574
+ ): string {
1575
+ return JSON.stringify(
1576
+ GetConfigurationsResponseBody1$outboundSchema.parse(
1577
+ getConfigurationsResponseBody1,
1578
+ ),
1579
+ );
1580
+ }
1581
+
1582
+ export function getConfigurationsResponseBody1FromJSON(
1583
+ jsonString: string,
1584
+ ): SafeParseResult<GetConfigurationsResponseBody1, SDKValidationError> {
1585
+ return safeParse(
1586
+ jsonString,
1587
+ (x) => GetConfigurationsResponseBody1$inboundSchema.parse(JSON.parse(x)),
1588
+ `Failed to parse 'GetConfigurationsResponseBody1' from JSON`,
1589
+ );
1590
+ }
1591
+
1592
+ /** @internal */
1593
+ export const GetConfigurationsResponseBody$inboundSchema: z.ZodType<
1594
+ GetConfigurationsResponseBody,
1595
+ z.ZodTypeDef,
1596
+ unknown
1597
+ > = z.union([
1598
+ z.array(z.lazy(() => GetConfigurationsResponseBody1$inboundSchema)),
1599
+ z.array(z.lazy(() => GetConfigurationsResponseBody2$inboundSchema)),
1600
+ ]);
1601
+
1602
+ /** @internal */
1603
+ export type GetConfigurationsResponseBody$Outbound =
1604
+ | Array<GetConfigurationsResponseBody1$Outbound>
1605
+ | Array<GetConfigurationsResponseBody2$Outbound>;
1606
+
1607
+ /** @internal */
1608
+ export const GetConfigurationsResponseBody$outboundSchema: z.ZodType<
1609
+ GetConfigurationsResponseBody$Outbound,
1610
+ z.ZodTypeDef,
1611
+ GetConfigurationsResponseBody
1612
+ > = z.union([
1613
+ z.array(z.lazy(() => GetConfigurationsResponseBody1$outboundSchema)),
1614
+ z.array(z.lazy(() => GetConfigurationsResponseBody2$outboundSchema)),
1615
+ ]);
1616
+
1617
+ /**
1618
+ * @internal
1619
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1620
+ */
1621
+ export namespace GetConfigurationsResponseBody$ {
1622
+ /** @deprecated use `GetConfigurationsResponseBody$inboundSchema` instead. */
1623
+ export const inboundSchema = GetConfigurationsResponseBody$inboundSchema;
1624
+ /** @deprecated use `GetConfigurationsResponseBody$outboundSchema` instead. */
1625
+ export const outboundSchema = GetConfigurationsResponseBody$outboundSchema;
1626
+ /** @deprecated use `GetConfigurationsResponseBody$Outbound` instead. */
1627
+ export type Outbound = GetConfigurationsResponseBody$Outbound;
1628
+ }
1629
+
1630
+ export function getConfigurationsResponseBodyToJSON(
1631
+ getConfigurationsResponseBody: GetConfigurationsResponseBody,
1632
+ ): string {
1633
+ return JSON.stringify(
1634
+ GetConfigurationsResponseBody$outboundSchema.parse(
1635
+ getConfigurationsResponseBody,
1636
+ ),
1637
+ );
1638
+ }
1639
+
1640
+ export function getConfigurationsResponseBodyFromJSON(
1641
+ jsonString: string,
1642
+ ): SafeParseResult<GetConfigurationsResponseBody, SDKValidationError> {
1643
+ return safeParse(
1644
+ jsonString,
1645
+ (x) => GetConfigurationsResponseBody$inboundSchema.parse(JSON.parse(x)),
1646
+ `Failed to parse 'GetConfigurationsResponseBody' from JSON`,
1647
+ );
1648
+ }