@vercel/sdk 14.0.0-canary.0

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 (3070) hide show
  1. package/.devcontainer/README.md +35 -0
  2. package/README.md +844 -0
  3. package/dist/commonjs/core.d.ts +10 -0
  4. package/dist/commonjs/core.d.ts.map +1 -0
  5. package/dist/commonjs/core.js +17 -0
  6. package/dist/commonjs/core.js.map +1 -0
  7. package/dist/commonjs/funcs/accessGroupsCreate.d.ts +15 -0
  8. package/dist/commonjs/funcs/accessGroupsCreate.d.ts.map +1 -0
  9. package/dist/commonjs/funcs/accessGroupsCreate.js +97 -0
  10. package/dist/commonjs/funcs/accessGroupsCreate.js.map +1 -0
  11. package/dist/commonjs/funcs/accessGroupsDelete.d.ts +15 -0
  12. package/dist/commonjs/funcs/accessGroupsDelete.d.ts.map +1 -0
  13. package/dist/commonjs/funcs/accessGroupsDelete.js +103 -0
  14. package/dist/commonjs/funcs/accessGroupsDelete.js.map +1 -0
  15. package/dist/commonjs/funcs/accessGroupsList.d.ts +15 -0
  16. package/dist/commonjs/funcs/accessGroupsList.d.ts.map +1 -0
  17. package/dist/commonjs/funcs/accessGroupsList.js +102 -0
  18. package/dist/commonjs/funcs/accessGroupsList.js.map +1 -0
  19. package/dist/commonjs/funcs/accessGroupsListMembers.d.ts +15 -0
  20. package/dist/commonjs/funcs/accessGroupsListMembers.d.ts.map +1 -0
  21. package/dist/commonjs/funcs/accessGroupsListMembers.js +105 -0
  22. package/dist/commonjs/funcs/accessGroupsListMembers.js.map +1 -0
  23. package/dist/commonjs/funcs/accessGroupsListProjects.d.ts +15 -0
  24. package/dist/commonjs/funcs/accessGroupsListProjects.d.ts.map +1 -0
  25. package/dist/commonjs/funcs/accessGroupsListProjects.js +104 -0
  26. package/dist/commonjs/funcs/accessGroupsListProjects.js.map +1 -0
  27. package/dist/commonjs/funcs/accessGroupsRead.d.ts +15 -0
  28. package/dist/commonjs/funcs/accessGroupsRead.d.ts.map +1 -0
  29. package/dist/commonjs/funcs/accessGroupsRead.js +102 -0
  30. package/dist/commonjs/funcs/accessGroupsRead.js.map +1 -0
  31. package/dist/commonjs/funcs/accessGroupsUpdate.d.ts +16 -0
  32. package/dist/commonjs/funcs/accessGroupsUpdate.d.ts.map +1 -0
  33. package/dist/commonjs/funcs/accessGroupsUpdate.js +104 -0
  34. package/dist/commonjs/funcs/accessGroupsUpdate.js.map +1 -0
  35. package/dist/commonjs/funcs/aliasesAssign.d.ts +15 -0
  36. package/dist/commonjs/funcs/aliasesAssign.d.ts.map +1 -0
  37. package/dist/commonjs/funcs/aliasesAssign.js +103 -0
  38. package/dist/commonjs/funcs/aliasesAssign.js.map +1 -0
  39. package/dist/commonjs/funcs/aliasesDelete.d.ts +15 -0
  40. package/dist/commonjs/funcs/aliasesDelete.d.ts.map +1 -0
  41. package/dist/commonjs/funcs/aliasesDelete.js +102 -0
  42. package/dist/commonjs/funcs/aliasesDelete.js.map +1 -0
  43. package/dist/commonjs/funcs/aliasesGet.d.ts +15 -0
  44. package/dist/commonjs/funcs/aliasesGet.d.ts.map +1 -0
  45. package/dist/commonjs/funcs/aliasesGet.js +107 -0
  46. package/dist/commonjs/funcs/aliasesGet.js.map +1 -0
  47. package/dist/commonjs/funcs/aliasesList.d.ts +16 -0
  48. package/dist/commonjs/funcs/aliasesList.d.ts.map +1 -0
  49. package/dist/commonjs/funcs/aliasesList.js +119 -0
  50. package/dist/commonjs/funcs/aliasesList.js.map +1 -0
  51. package/dist/commonjs/funcs/artifactsDownload.d.ts +15 -0
  52. package/dist/commonjs/funcs/artifactsDownload.d.ts.map +1 -0
  53. package/dist/commonjs/funcs/artifactsDownload.js +107 -0
  54. package/dist/commonjs/funcs/artifactsDownload.js.map +1 -0
  55. package/dist/commonjs/funcs/artifactsExists.d.ts +15 -0
  56. package/dist/commonjs/funcs/artifactsExists.d.ts.map +1 -0
  57. package/dist/commonjs/funcs/artifactsExists.js +103 -0
  58. package/dist/commonjs/funcs/artifactsExists.js.map +1 -0
  59. package/dist/commonjs/funcs/artifactsQuery.d.ts +17 -0
  60. package/dist/commonjs/funcs/artifactsQuery.d.ts.map +1 -0
  61. package/dist/commonjs/funcs/artifactsQuery.js +98 -0
  62. package/dist/commonjs/funcs/artifactsQuery.js.map +1 -0
  63. package/dist/commonjs/funcs/artifactsRecordEvents.d.ts +15 -0
  64. package/dist/commonjs/funcs/artifactsRecordEvents.d.ts.map +1 -0
  65. package/dist/commonjs/funcs/artifactsRecordEvents.js +100 -0
  66. package/dist/commonjs/funcs/artifactsRecordEvents.js.map +1 -0
  67. package/dist/commonjs/funcs/artifactsStatus.d.ts +15 -0
  68. package/dist/commonjs/funcs/artifactsStatus.d.ts.map +1 -0
  69. package/dist/commonjs/funcs/artifactsStatus.js +96 -0
  70. package/dist/commonjs/funcs/artifactsStatus.js.map +1 -0
  71. package/dist/commonjs/funcs/artifactsUpload.d.ts +15 -0
  72. package/dist/commonjs/funcs/artifactsUpload.d.ts.map +1 -0
  73. package/dist/commonjs/funcs/artifactsUpload.js +108 -0
  74. package/dist/commonjs/funcs/artifactsUpload.js.map +1 -0
  75. package/dist/commonjs/funcs/authenticationLogin.d.ts +15 -0
  76. package/dist/commonjs/funcs/authenticationLogin.d.ts.map +1 -0
  77. package/dist/commonjs/funcs/authenticationLogin.js +89 -0
  78. package/dist/commonjs/funcs/authenticationLogin.js.map +1 -0
  79. package/dist/commonjs/funcs/authenticationVerify.d.ts +15 -0
  80. package/dist/commonjs/funcs/authenticationVerify.d.ts.map +1 -0
  81. package/dist/commonjs/funcs/authenticationVerify.js +104 -0
  82. package/dist/commonjs/funcs/authenticationVerify.js.map +1 -0
  83. package/dist/commonjs/funcs/certsGetById.d.ts +15 -0
  84. package/dist/commonjs/funcs/certsGetById.d.ts.map +1 -0
  85. package/dist/commonjs/funcs/certsGetById.js +102 -0
  86. package/dist/commonjs/funcs/certsGetById.js.map +1 -0
  87. package/dist/commonjs/funcs/certsIssue.d.ts +15 -0
  88. package/dist/commonjs/funcs/certsIssue.d.ts.map +1 -0
  89. package/dist/commonjs/funcs/certsIssue.js +97 -0
  90. package/dist/commonjs/funcs/certsIssue.js.map +1 -0
  91. package/dist/commonjs/funcs/certsRemove.d.ts +15 -0
  92. package/dist/commonjs/funcs/certsRemove.d.ts.map +1 -0
  93. package/dist/commonjs/funcs/certsRemove.js +102 -0
  94. package/dist/commonjs/funcs/certsRemove.js.map +1 -0
  95. package/dist/commonjs/funcs/certsUpload.d.ts +15 -0
  96. package/dist/commonjs/funcs/certsUpload.d.ts.map +1 -0
  97. package/dist/commonjs/funcs/certsUpload.js +97 -0
  98. package/dist/commonjs/funcs/certsUpload.js.map +1 -0
  99. package/dist/commonjs/funcs/checksCreate.d.ts +15 -0
  100. package/dist/commonjs/funcs/checksCreate.d.ts.map +1 -0
  101. package/dist/commonjs/funcs/checksCreate.js +103 -0
  102. package/dist/commonjs/funcs/checksCreate.js.map +1 -0
  103. package/dist/commonjs/funcs/checksGet.d.ts +15 -0
  104. package/dist/commonjs/funcs/checksGet.d.ts.map +1 -0
  105. package/dist/commonjs/funcs/checksGet.js +106 -0
  106. package/dist/commonjs/funcs/checksGet.js.map +1 -0
  107. package/dist/commonjs/funcs/checksList.d.ts +15 -0
  108. package/dist/commonjs/funcs/checksList.d.ts.map +1 -0
  109. package/dist/commonjs/funcs/checksList.js +102 -0
  110. package/dist/commonjs/funcs/checksList.js.map +1 -0
  111. package/dist/commonjs/funcs/checksRerequest.d.ts +15 -0
  112. package/dist/commonjs/funcs/checksRerequest.d.ts.map +1 -0
  113. package/dist/commonjs/funcs/checksRerequest.js +106 -0
  114. package/dist/commonjs/funcs/checksRerequest.js.map +1 -0
  115. package/dist/commonjs/funcs/checksUpdate.d.ts +15 -0
  116. package/dist/commonjs/funcs/checksUpdate.d.ts.map +1 -0
  117. package/dist/commonjs/funcs/checksUpdate.js +107 -0
  118. package/dist/commonjs/funcs/checksUpdate.js.map +1 -0
  119. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts +9 -0
  120. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts.map +1 -0
  121. package/dist/commonjs/funcs/dataCacheBillingSettings.js +83 -0
  122. package/dist/commonjs/funcs/dataCacheBillingSettings.js.map +1 -0
  123. package/dist/commonjs/funcs/datacachePurgeall.d.ts +9 -0
  124. package/dist/commonjs/funcs/datacachePurgeall.d.ts.map +1 -0
  125. package/dist/commonjs/funcs/datacachePurgeall.js +85 -0
  126. package/dist/commonjs/funcs/datacachePurgeall.js.map +1 -0
  127. package/dist/commonjs/funcs/deploymentsCancel.d.ts +15 -0
  128. package/dist/commonjs/funcs/deploymentsCancel.d.ts.map +1 -0
  129. package/dist/commonjs/funcs/deploymentsCancel.js +102 -0
  130. package/dist/commonjs/funcs/deploymentsCancel.js.map +1 -0
  131. package/dist/commonjs/funcs/deploymentsCreate.d.ts +15 -0
  132. package/dist/commonjs/funcs/deploymentsCreate.d.ts.map +1 -0
  133. package/dist/commonjs/funcs/deploymentsCreate.js +99 -0
  134. package/dist/commonjs/funcs/deploymentsCreate.js.map +1 -0
  135. package/dist/commonjs/funcs/deploymentsDelete.d.ts +15 -0
  136. package/dist/commonjs/funcs/deploymentsDelete.d.ts.map +1 -0
  137. package/dist/commonjs/funcs/deploymentsDelete.js +103 -0
  138. package/dist/commonjs/funcs/deploymentsDelete.js.map +1 -0
  139. package/dist/commonjs/funcs/deploymentsGet.d.ts +15 -0
  140. package/dist/commonjs/funcs/deploymentsGet.d.ts.map +1 -0
  141. package/dist/commonjs/funcs/deploymentsGet.js +103 -0
  142. package/dist/commonjs/funcs/deploymentsGet.js.map +1 -0
  143. package/dist/commonjs/funcs/deploymentsGetEvents.d.ts +21 -0
  144. package/dist/commonjs/funcs/deploymentsGetEvents.d.ts.map +1 -0
  145. package/dist/commonjs/funcs/deploymentsGetEvents.js +120 -0
  146. package/dist/commonjs/funcs/deploymentsGetEvents.js.map +1 -0
  147. package/dist/commonjs/funcs/deploymentsGetFileContents.d.ts +15 -0
  148. package/dist/commonjs/funcs/deploymentsGetFileContents.d.ts.map +1 -0
  149. package/dist/commonjs/funcs/deploymentsGetFileContents.js +108 -0
  150. package/dist/commonjs/funcs/deploymentsGetFileContents.js.map +1 -0
  151. package/dist/commonjs/funcs/deploymentsList.d.ts +16 -0
  152. package/dist/commonjs/funcs/deploymentsList.d.ts.map +1 -0
  153. package/dist/commonjs/funcs/deploymentsList.js +123 -0
  154. package/dist/commonjs/funcs/deploymentsList.js.map +1 -0
  155. package/dist/commonjs/funcs/deploymentsListAliases.d.ts +15 -0
  156. package/dist/commonjs/funcs/deploymentsListAliases.d.ts.map +1 -0
  157. package/dist/commonjs/funcs/deploymentsListAliases.js +102 -0
  158. package/dist/commonjs/funcs/deploymentsListAliases.js.map +1 -0
  159. package/dist/commonjs/funcs/deploymentsListFiles.d.ts +16 -0
  160. package/dist/commonjs/funcs/deploymentsListFiles.d.ts.map +1 -0
  161. package/dist/commonjs/funcs/deploymentsListFiles.js +104 -0
  162. package/dist/commonjs/funcs/deploymentsListFiles.js.map +1 -0
  163. package/dist/commonjs/funcs/deploymentsUploadFile.d.ts +15 -0
  164. package/dist/commonjs/funcs/deploymentsUploadFile.d.ts.map +1 -0
  165. package/dist/commonjs/funcs/deploymentsUploadFile.js +106 -0
  166. package/dist/commonjs/funcs/deploymentsUploadFile.js.map +1 -0
  167. package/dist/commonjs/funcs/dnsCreateRecord.d.ts +15 -0
  168. package/dist/commonjs/funcs/dnsCreateRecord.d.ts.map +1 -0
  169. package/dist/commonjs/funcs/dnsCreateRecord.js +103 -0
  170. package/dist/commonjs/funcs/dnsCreateRecord.js.map +1 -0
  171. package/dist/commonjs/funcs/dnsListRecords.d.ts +16 -0
  172. package/dist/commonjs/funcs/dnsListRecords.d.ts.map +1 -0
  173. package/dist/commonjs/funcs/dnsListRecords.js +121 -0
  174. package/dist/commonjs/funcs/dnsListRecords.js.map +1 -0
  175. package/dist/commonjs/funcs/dnsRemoveRecord.d.ts +15 -0
  176. package/dist/commonjs/funcs/dnsRemoveRecord.d.ts.map +1 -0
  177. package/dist/commonjs/funcs/dnsRemoveRecord.js +106 -0
  178. package/dist/commonjs/funcs/dnsRemoveRecord.js.map +1 -0
  179. package/dist/commonjs/funcs/dnsUpdateRecord.d.ts +15 -0
  180. package/dist/commonjs/funcs/dnsUpdateRecord.d.ts.map +1 -0
  181. package/dist/commonjs/funcs/dnsUpdateRecord.js +103 -0
  182. package/dist/commonjs/funcs/dnsUpdateRecord.js.map +1 -0
  183. package/dist/commonjs/funcs/domainsBuy.d.ts +15 -0
  184. package/dist/commonjs/funcs/domainsBuy.d.ts.map +1 -0
  185. package/dist/commonjs/funcs/domainsBuy.js +97 -0
  186. package/dist/commonjs/funcs/domainsBuy.js.map +1 -0
  187. package/dist/commonjs/funcs/domainsCheckPrice.d.ts +15 -0
  188. package/dist/commonjs/funcs/domainsCheckPrice.d.ts.map +1 -0
  189. package/dist/commonjs/funcs/domainsCheckPrice.js +98 -0
  190. package/dist/commonjs/funcs/domainsCheckPrice.js.map +1 -0
  191. package/dist/commonjs/funcs/domainsCheckStatus.d.ts +15 -0
  192. package/dist/commonjs/funcs/domainsCheckStatus.d.ts.map +1 -0
  193. package/dist/commonjs/funcs/domainsCheckStatus.js +97 -0
  194. package/dist/commonjs/funcs/domainsCheckStatus.js.map +1 -0
  195. package/dist/commonjs/funcs/domainsCreate.d.ts +15 -0
  196. package/dist/commonjs/funcs/domainsCreate.d.ts.map +1 -0
  197. package/dist/commonjs/funcs/domainsCreate.js +103 -0
  198. package/dist/commonjs/funcs/domainsCreate.js.map +1 -0
  199. package/dist/commonjs/funcs/domainsCreateOrTransfer.d.ts +15 -0
  200. package/dist/commonjs/funcs/domainsCreateOrTransfer.d.ts.map +1 -0
  201. package/dist/commonjs/funcs/domainsCreateOrTransfer.js +97 -0
  202. package/dist/commonjs/funcs/domainsCreateOrTransfer.js.map +1 -0
  203. package/dist/commonjs/funcs/domainsDelete.d.ts +15 -0
  204. package/dist/commonjs/funcs/domainsDelete.d.ts.map +1 -0
  205. package/dist/commonjs/funcs/domainsDelete.js +102 -0
  206. package/dist/commonjs/funcs/domainsDelete.js.map +1 -0
  207. package/dist/commonjs/funcs/domainsGet.d.ts +15 -0
  208. package/dist/commonjs/funcs/domainsGet.d.ts.map +1 -0
  209. package/dist/commonjs/funcs/domainsGet.js +102 -0
  210. package/dist/commonjs/funcs/domainsGet.js.map +1 -0
  211. package/dist/commonjs/funcs/domainsGetConfig.d.ts +15 -0
  212. package/dist/commonjs/funcs/domainsGetConfig.d.ts.map +1 -0
  213. package/dist/commonjs/funcs/domainsGetConfig.js +103 -0
  214. package/dist/commonjs/funcs/domainsGetConfig.js.map +1 -0
  215. package/dist/commonjs/funcs/domainsGetTransfer.d.ts +15 -0
  216. package/dist/commonjs/funcs/domainsGetTransfer.d.ts.map +1 -0
  217. package/dist/commonjs/funcs/domainsGetTransfer.js +102 -0
  218. package/dist/commonjs/funcs/domainsGetTransfer.js.map +1 -0
  219. package/dist/commonjs/funcs/domainsList.d.ts +16 -0
  220. package/dist/commonjs/funcs/domainsList.d.ts.map +1 -0
  221. package/dist/commonjs/funcs/domainsList.js +115 -0
  222. package/dist/commonjs/funcs/domainsList.js.map +1 -0
  223. package/dist/commonjs/funcs/domainsListByProject.d.ts +16 -0
  224. package/dist/commonjs/funcs/domainsListByProject.d.ts.map +1 -0
  225. package/dist/commonjs/funcs/domainsListByProject.js +127 -0
  226. package/dist/commonjs/funcs/domainsListByProject.js.map +1 -0
  227. package/dist/commonjs/funcs/domainsUpdate.d.ts +15 -0
  228. package/dist/commonjs/funcs/domainsUpdate.d.ts.map +1 -0
  229. package/dist/commonjs/funcs/domainsUpdate.js +103 -0
  230. package/dist/commonjs/funcs/domainsUpdate.js.map +1 -0
  231. package/dist/commonjs/funcs/domainsVerify.d.ts +15 -0
  232. package/dist/commonjs/funcs/domainsVerify.d.ts.map +1 -0
  233. package/dist/commonjs/funcs/domainsVerify.js +106 -0
  234. package/dist/commonjs/funcs/domainsVerify.js.map +1 -0
  235. package/dist/commonjs/funcs/edgeConfigsCreate.d.ts +15 -0
  236. package/dist/commonjs/funcs/edgeConfigsCreate.d.ts.map +1 -0
  237. package/dist/commonjs/funcs/edgeConfigsCreate.js +97 -0
  238. package/dist/commonjs/funcs/edgeConfigsCreate.js.map +1 -0
  239. package/dist/commonjs/funcs/edgeConfigsCreateToken.d.ts +15 -0
  240. package/dist/commonjs/funcs/edgeConfigsCreateToken.d.ts.map +1 -0
  241. package/dist/commonjs/funcs/edgeConfigsCreateToken.js +103 -0
  242. package/dist/commonjs/funcs/edgeConfigsCreateToken.js.map +1 -0
  243. package/dist/commonjs/funcs/edgeConfigsDelete.d.ts +15 -0
  244. package/dist/commonjs/funcs/edgeConfigsDelete.d.ts.map +1 -0
  245. package/dist/commonjs/funcs/edgeConfigsDelete.js +103 -0
  246. package/dist/commonjs/funcs/edgeConfigsDelete.js.map +1 -0
  247. package/dist/commonjs/funcs/edgeConfigsDeleteSchema.d.ts +15 -0
  248. package/dist/commonjs/funcs/edgeConfigsDeleteSchema.d.ts.map +1 -0
  249. package/dist/commonjs/funcs/edgeConfigsDeleteSchema.js +103 -0
  250. package/dist/commonjs/funcs/edgeConfigsDeleteSchema.js.map +1 -0
  251. package/dist/commonjs/funcs/edgeConfigsDeleteTokens.d.ts +15 -0
  252. package/dist/commonjs/funcs/edgeConfigsDeleteTokens.d.ts.map +1 -0
  253. package/dist/commonjs/funcs/edgeConfigsDeleteTokens.js +104 -0
  254. package/dist/commonjs/funcs/edgeConfigsDeleteTokens.js.map +1 -0
  255. package/dist/commonjs/funcs/edgeConfigsGet.d.ts +15 -0
  256. package/dist/commonjs/funcs/edgeConfigsGet.d.ts.map +1 -0
  257. package/dist/commonjs/funcs/edgeConfigsGet.js +102 -0
  258. package/dist/commonjs/funcs/edgeConfigsGet.js.map +1 -0
  259. package/dist/commonjs/funcs/edgeConfigsGetItem.d.ts +16 -0
  260. package/dist/commonjs/funcs/edgeConfigsGetItem.d.ts.map +1 -0
  261. package/dist/commonjs/funcs/edgeConfigsGetItem.js +104 -0
  262. package/dist/commonjs/funcs/edgeConfigsGetItem.js.map +1 -0
  263. package/dist/commonjs/funcs/edgeConfigsGetItems.d.ts +16 -0
  264. package/dist/commonjs/funcs/edgeConfigsGetItems.d.ts.map +1 -0
  265. package/dist/commonjs/funcs/edgeConfigsGetItems.js +103 -0
  266. package/dist/commonjs/funcs/edgeConfigsGetItems.js.map +1 -0
  267. package/dist/commonjs/funcs/edgeConfigsGetSchema.d.ts +15 -0
  268. package/dist/commonjs/funcs/edgeConfigsGetSchema.d.ts.map +1 -0
  269. package/dist/commonjs/funcs/edgeConfigsGetSchema.js +102 -0
  270. package/dist/commonjs/funcs/edgeConfigsGetSchema.js.map +1 -0
  271. package/dist/commonjs/funcs/edgeConfigsGetToken.d.ts +16 -0
  272. package/dist/commonjs/funcs/edgeConfigsGetToken.d.ts.map +1 -0
  273. package/dist/commonjs/funcs/edgeConfigsGetToken.js +107 -0
  274. package/dist/commonjs/funcs/edgeConfigsGetToken.js.map +1 -0
  275. package/dist/commonjs/funcs/edgeConfigsGetTokens.d.ts +16 -0
  276. package/dist/commonjs/funcs/edgeConfigsGetTokens.d.ts.map +1 -0
  277. package/dist/commonjs/funcs/edgeConfigsGetTokens.js +103 -0
  278. package/dist/commonjs/funcs/edgeConfigsGetTokens.js.map +1 -0
  279. package/dist/commonjs/funcs/edgeConfigsList.d.ts +15 -0
  280. package/dist/commonjs/funcs/edgeConfigsList.d.ts.map +1 -0
  281. package/dist/commonjs/funcs/edgeConfigsList.js +96 -0
  282. package/dist/commonjs/funcs/edgeConfigsList.js.map +1 -0
  283. package/dist/commonjs/funcs/edgeConfigsUpdate.d.ts +15 -0
  284. package/dist/commonjs/funcs/edgeConfigsUpdate.d.ts.map +1 -0
  285. package/dist/commonjs/funcs/edgeConfigsUpdate.js +103 -0
  286. package/dist/commonjs/funcs/edgeConfigsUpdate.js.map +1 -0
  287. package/dist/commonjs/funcs/edgeConfigsUpdateSchema.d.ts +15 -0
  288. package/dist/commonjs/funcs/edgeConfigsUpdateSchema.d.ts.map +1 -0
  289. package/dist/commonjs/funcs/edgeConfigsUpdateSchema.js +104 -0
  290. package/dist/commonjs/funcs/edgeConfigsUpdateSchema.js.map +1 -0
  291. package/dist/commonjs/funcs/envsCreate.d.ts +15 -0
  292. package/dist/commonjs/funcs/envsCreate.d.ts.map +1 -0
  293. package/dist/commonjs/funcs/envsCreate.js +104 -0
  294. package/dist/commonjs/funcs/envsCreate.js.map +1 -0
  295. package/dist/commonjs/funcs/envsDelete.d.ts +15 -0
  296. package/dist/commonjs/funcs/envsDelete.d.ts.map +1 -0
  297. package/dist/commonjs/funcs/envsDelete.js +106 -0
  298. package/dist/commonjs/funcs/envsDelete.js.map +1 -0
  299. package/dist/commonjs/funcs/envsGet.d.ts +15 -0
  300. package/dist/commonjs/funcs/envsGet.d.ts.map +1 -0
  301. package/dist/commonjs/funcs/envsGet.js +106 -0
  302. package/dist/commonjs/funcs/envsGet.js.map +1 -0
  303. package/dist/commonjs/funcs/envsListByProject.d.ts +15 -0
  304. package/dist/commonjs/funcs/envsListByProject.d.ts.map +1 -0
  305. package/dist/commonjs/funcs/envsListByProject.js +105 -0
  306. package/dist/commonjs/funcs/envsListByProject.js.map +1 -0
  307. package/dist/commonjs/funcs/envsUpdate.d.ts +15 -0
  308. package/dist/commonjs/funcs/envsUpdate.d.ts.map +1 -0
  309. package/dist/commonjs/funcs/envsUpdate.js +107 -0
  310. package/dist/commonjs/funcs/envsUpdate.js.map +1 -0
  311. package/dist/commonjs/funcs/eventsList.d.ts +15 -0
  312. package/dist/commonjs/funcs/eventsList.d.ts.map +1 -0
  313. package/dist/commonjs/funcs/eventsList.js +102 -0
  314. package/dist/commonjs/funcs/eventsList.js.map +1 -0
  315. package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts +15 -0
  316. package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  317. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js +103 -0
  318. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js.map +1 -0
  319. package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts +15 -0
  320. package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  321. package/dist/commonjs/funcs/integrationsGetConfiguration.js +102 -0
  322. package/dist/commonjs/funcs/integrationsGetConfiguration.js.map +1 -0
  323. package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts +15 -0
  324. package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  325. package/dist/commonjs/funcs/integrationsGetConfigurations.js +97 -0
  326. package/dist/commonjs/funcs/integrationsGetConfigurations.js.map +1 -0
  327. package/dist/commonjs/funcs/integrationsGetGitNamespaces.d.ts +15 -0
  328. package/dist/commonjs/funcs/integrationsGetGitNamespaces.d.ts.map +1 -0
  329. package/dist/commonjs/funcs/integrationsGetGitNamespaces.js +99 -0
  330. package/dist/commonjs/funcs/integrationsGetGitNamespaces.js.map +1 -0
  331. package/dist/commonjs/funcs/integrationsSearchRepos.d.ts +15 -0
  332. package/dist/commonjs/funcs/integrationsSearchRepos.d.ts.map +1 -0
  333. package/dist/commonjs/funcs/integrationsSearchRepos.js +101 -0
  334. package/dist/commonjs/funcs/integrationsSearchRepos.js.map +1 -0
  335. package/dist/commonjs/funcs/listDeploymentBuilds.d.ts +12 -0
  336. package/dist/commonjs/funcs/listDeploymentBuilds.d.ts.map +1 -0
  337. package/dist/commonjs/funcs/listDeploymentBuilds.js +89 -0
  338. package/dist/commonjs/funcs/listDeploymentBuilds.js.map +1 -0
  339. package/dist/commonjs/funcs/logDrainsCreate.d.ts +15 -0
  340. package/dist/commonjs/funcs/logDrainsCreate.d.ts.map +1 -0
  341. package/dist/commonjs/funcs/logDrainsCreate.js +97 -0
  342. package/dist/commonjs/funcs/logDrainsCreate.js.map +1 -0
  343. package/dist/commonjs/funcs/logDrainsCreateConfigurable.d.ts +15 -0
  344. package/dist/commonjs/funcs/logDrainsCreateConfigurable.d.ts.map +1 -0
  345. package/dist/commonjs/funcs/logDrainsCreateConfigurable.js +97 -0
  346. package/dist/commonjs/funcs/logDrainsCreateConfigurable.js.map +1 -0
  347. package/dist/commonjs/funcs/logDrainsDeleteConfigurable.d.ts +15 -0
  348. package/dist/commonjs/funcs/logDrainsDeleteConfigurable.d.ts.map +1 -0
  349. package/dist/commonjs/funcs/logDrainsDeleteConfigurable.js +103 -0
  350. package/dist/commonjs/funcs/logDrainsDeleteConfigurable.js.map +1 -0
  351. package/dist/commonjs/funcs/logDrainsDeleteIntegration.d.ts +15 -0
  352. package/dist/commonjs/funcs/logDrainsDeleteIntegration.d.ts.map +1 -0
  353. package/dist/commonjs/funcs/logDrainsDeleteIntegration.js +103 -0
  354. package/dist/commonjs/funcs/logDrainsDeleteIntegration.js.map +1 -0
  355. package/dist/commonjs/funcs/logDrainsGetAll.d.ts +15 -0
  356. package/dist/commonjs/funcs/logDrainsGetAll.d.ts.map +1 -0
  357. package/dist/commonjs/funcs/logDrainsGetAll.js +98 -0
  358. package/dist/commonjs/funcs/logDrainsGetAll.js.map +1 -0
  359. package/dist/commonjs/funcs/logDrainsGetConfigurable.d.ts +15 -0
  360. package/dist/commonjs/funcs/logDrainsGetConfigurable.d.ts.map +1 -0
  361. package/dist/commonjs/funcs/logDrainsGetConfigurable.js +102 -0
  362. package/dist/commonjs/funcs/logDrainsGetConfigurable.js.map +1 -0
  363. package/dist/commonjs/funcs/logDrainsList.d.ts +15 -0
  364. package/dist/commonjs/funcs/logDrainsList.d.ts.map +1 -0
  365. package/dist/commonjs/funcs/logDrainsList.js +97 -0
  366. package/dist/commonjs/funcs/logDrainsList.js.map +1 -0
  367. package/dist/commonjs/funcs/projectDomainsDelete.d.ts +15 -0
  368. package/dist/commonjs/funcs/projectDomainsDelete.d.ts.map +1 -0
  369. package/dist/commonjs/funcs/projectDomainsDelete.js +106 -0
  370. package/dist/commonjs/funcs/projectDomainsDelete.js.map +1 -0
  371. package/dist/commonjs/funcs/projectDomainsGet.d.ts +15 -0
  372. package/dist/commonjs/funcs/projectDomainsGet.d.ts.map +1 -0
  373. package/dist/commonjs/funcs/projectDomainsGet.js +106 -0
  374. package/dist/commonjs/funcs/projectDomainsGet.js.map +1 -0
  375. package/dist/commonjs/funcs/projectDomainsUpdate.d.ts +15 -0
  376. package/dist/commonjs/funcs/projectDomainsUpdate.d.ts.map +1 -0
  377. package/dist/commonjs/funcs/projectDomainsUpdate.js +107 -0
  378. package/dist/commonjs/funcs/projectDomainsUpdate.js.map +1 -0
  379. package/dist/commonjs/funcs/projectMembersAdd.d.ts +15 -0
  380. package/dist/commonjs/funcs/projectMembersAdd.d.ts.map +1 -0
  381. package/dist/commonjs/funcs/projectMembersAdd.js +103 -0
  382. package/dist/commonjs/funcs/projectMembersAdd.js.map +1 -0
  383. package/dist/commonjs/funcs/projectMembersGet.d.ts +15 -0
  384. package/dist/commonjs/funcs/projectMembersGet.d.ts.map +1 -0
  385. package/dist/commonjs/funcs/projectMembersGet.js +106 -0
  386. package/dist/commonjs/funcs/projectMembersGet.js.map +1 -0
  387. package/dist/commonjs/funcs/projectMembersRemove.d.ts +15 -0
  388. package/dist/commonjs/funcs/projectMembersRemove.d.ts.map +1 -0
  389. package/dist/commonjs/funcs/projectMembersRemove.js +106 -0
  390. package/dist/commonjs/funcs/projectMembersRemove.js.map +1 -0
  391. package/dist/commonjs/funcs/projectsCreate.d.ts +15 -0
  392. package/dist/commonjs/funcs/projectsCreate.d.ts.map +1 -0
  393. package/dist/commonjs/funcs/projectsCreate.js +97 -0
  394. package/dist/commonjs/funcs/projectsCreate.js.map +1 -0
  395. package/dist/commonjs/funcs/projectsDelete.d.ts +15 -0
  396. package/dist/commonjs/funcs/projectsDelete.d.ts.map +1 -0
  397. package/dist/commonjs/funcs/projectsDelete.js +103 -0
  398. package/dist/commonjs/funcs/projectsDelete.js.map +1 -0
  399. package/dist/commonjs/funcs/projectsGetAll.d.ts +16 -0
  400. package/dist/commonjs/funcs/projectsGetAll.d.ts.map +1 -0
  401. package/dist/commonjs/funcs/projectsGetAll.js +123 -0
  402. package/dist/commonjs/funcs/projectsGetAll.js.map +1 -0
  403. package/dist/commonjs/funcs/projectsPause.d.ts +15 -0
  404. package/dist/commonjs/funcs/projectsPause.d.ts.map +1 -0
  405. package/dist/commonjs/funcs/projectsPause.js +103 -0
  406. package/dist/commonjs/funcs/projectsPause.js.map +1 -0
  407. package/dist/commonjs/funcs/projectsUnpause.d.ts +15 -0
  408. package/dist/commonjs/funcs/projectsUnpause.d.ts.map +1 -0
  409. package/dist/commonjs/funcs/projectsUnpause.js +103 -0
  410. package/dist/commonjs/funcs/projectsUnpause.js.map +1 -0
  411. package/dist/commonjs/funcs/projectsUpdate.d.ts +15 -0
  412. package/dist/commonjs/funcs/projectsUpdate.d.ts.map +1 -0
  413. package/dist/commonjs/funcs/projectsUpdate.js +103 -0
  414. package/dist/commonjs/funcs/projectsUpdate.js.map +1 -0
  415. package/dist/commonjs/funcs/projectsUpdateDataCache.d.ts +15 -0
  416. package/dist/commonjs/funcs/projectsUpdateDataCache.d.ts.map +1 -0
  417. package/dist/commonjs/funcs/projectsUpdateDataCache.js +103 -0
  418. package/dist/commonjs/funcs/projectsUpdateDataCache.js.map +1 -0
  419. package/dist/commonjs/funcs/promotionsCreate.d.ts +15 -0
  420. package/dist/commonjs/funcs/promotionsCreate.d.ts.map +1 -0
  421. package/dist/commonjs/funcs/promotionsCreate.js +107 -0
  422. package/dist/commonjs/funcs/promotionsCreate.js.map +1 -0
  423. package/dist/commonjs/funcs/promotionsListAliases.d.ts +16 -0
  424. package/dist/commonjs/funcs/promotionsListAliases.d.ts.map +1 -0
  425. package/dist/commonjs/funcs/promotionsListAliases.js +122 -0
  426. package/dist/commonjs/funcs/promotionsListAliases.js.map +1 -0
  427. package/dist/commonjs/funcs/protectionBypassUpdate.d.ts +15 -0
  428. package/dist/commonjs/funcs/protectionBypassUpdate.d.ts.map +1 -0
  429. package/dist/commonjs/funcs/protectionBypassUpdate.js +103 -0
  430. package/dist/commonjs/funcs/protectionBypassUpdate.js.map +1 -0
  431. package/dist/commonjs/funcs/secretsCreate.d.ts +15 -0
  432. package/dist/commonjs/funcs/secretsCreate.d.ts.map +1 -0
  433. package/dist/commonjs/funcs/secretsCreate.js +98 -0
  434. package/dist/commonjs/funcs/secretsCreate.js.map +1 -0
  435. package/dist/commonjs/funcs/secretsDelete.d.ts +15 -0
  436. package/dist/commonjs/funcs/secretsDelete.d.ts.map +1 -0
  437. package/dist/commonjs/funcs/secretsDelete.js +102 -0
  438. package/dist/commonjs/funcs/secretsDelete.js.map +1 -0
  439. package/dist/commonjs/funcs/secretsGet.d.ts +15 -0
  440. package/dist/commonjs/funcs/secretsGet.d.ts.map +1 -0
  441. package/dist/commonjs/funcs/secretsGet.js +103 -0
  442. package/dist/commonjs/funcs/secretsGet.js.map +1 -0
  443. package/dist/commonjs/funcs/secretsList.d.ts +15 -0
  444. package/dist/commonjs/funcs/secretsList.d.ts.map +1 -0
  445. package/dist/commonjs/funcs/secretsList.js +98 -0
  446. package/dist/commonjs/funcs/secretsList.js.map +1 -0
  447. package/dist/commonjs/funcs/secretsRename.d.ts +15 -0
  448. package/dist/commonjs/funcs/secretsRename.d.ts.map +1 -0
  449. package/dist/commonjs/funcs/secretsRename.js +103 -0
  450. package/dist/commonjs/funcs/secretsRename.js.map +1 -0
  451. package/dist/commonjs/funcs/teamsCreate.d.ts +15 -0
  452. package/dist/commonjs/funcs/teamsCreate.d.ts.map +1 -0
  453. package/dist/commonjs/funcs/teamsCreate.js +94 -0
  454. package/dist/commonjs/funcs/teamsCreate.js.map +1 -0
  455. package/dist/commonjs/funcs/teamsDelete.d.ts +15 -0
  456. package/dist/commonjs/funcs/teamsDelete.d.ts.map +1 -0
  457. package/dist/commonjs/funcs/teamsDelete.js +103 -0
  458. package/dist/commonjs/funcs/teamsDelete.js.map +1 -0
  459. package/dist/commonjs/funcs/teamsDeleteInviteCode.d.ts +15 -0
  460. package/dist/commonjs/funcs/teamsDeleteInviteCode.d.ts.map +1 -0
  461. package/dist/commonjs/funcs/teamsDeleteInviteCode.js +101 -0
  462. package/dist/commonjs/funcs/teamsDeleteInviteCode.js.map +1 -0
  463. package/dist/commonjs/funcs/teamsGet.d.ts +16 -0
  464. package/dist/commonjs/funcs/teamsGet.d.ts.map +1 -0
  465. package/dist/commonjs/funcs/teamsGet.js +98 -0
  466. package/dist/commonjs/funcs/teamsGet.js.map +1 -0
  467. package/dist/commonjs/funcs/teamsGetAccessRequest.d.ts +15 -0
  468. package/dist/commonjs/funcs/teamsGetAccessRequest.d.ts.map +1 -0
  469. package/dist/commonjs/funcs/teamsGetAccessRequest.js +101 -0
  470. package/dist/commonjs/funcs/teamsGetAccessRequest.js.map +1 -0
  471. package/dist/commonjs/funcs/teamsGetMembers.d.ts +15 -0
  472. package/dist/commonjs/funcs/teamsGetMembers.d.ts.map +1 -0
  473. package/dist/commonjs/funcs/teamsGetMembers.js +107 -0
  474. package/dist/commonjs/funcs/teamsGetMembers.js.map +1 -0
  475. package/dist/commonjs/funcs/teamsInviteUser.d.ts +15 -0
  476. package/dist/commonjs/funcs/teamsInviteUser.d.ts.map +1 -0
  477. package/dist/commonjs/funcs/teamsInviteUser.js +98 -0
  478. package/dist/commonjs/funcs/teamsInviteUser.js.map +1 -0
  479. package/dist/commonjs/funcs/teamsJoin.d.ts +15 -0
  480. package/dist/commonjs/funcs/teamsJoin.d.ts.map +1 -0
  481. package/dist/commonjs/funcs/teamsJoin.js +98 -0
  482. package/dist/commonjs/funcs/teamsJoin.js.map +1 -0
  483. package/dist/commonjs/funcs/teamsList.d.ts +15 -0
  484. package/dist/commonjs/funcs/teamsList.d.ts.map +1 -0
  485. package/dist/commonjs/funcs/teamsList.js +97 -0
  486. package/dist/commonjs/funcs/teamsList.js.map +1 -0
  487. package/dist/commonjs/funcs/teamsRemoveMember.d.ts +15 -0
  488. package/dist/commonjs/funcs/teamsRemoveMember.d.ts.map +1 -0
  489. package/dist/commonjs/funcs/teamsRemoveMember.js +101 -0
  490. package/dist/commonjs/funcs/teamsRemoveMember.js.map +1 -0
  491. package/dist/commonjs/funcs/teamsRequestAccess.d.ts +15 -0
  492. package/dist/commonjs/funcs/teamsRequestAccess.d.ts.map +1 -0
  493. package/dist/commonjs/funcs/teamsRequestAccess.js +98 -0
  494. package/dist/commonjs/funcs/teamsRequestAccess.js.map +1 -0
  495. package/dist/commonjs/funcs/teamsUpdate.d.ts +16 -0
  496. package/dist/commonjs/funcs/teamsUpdate.d.ts.map +1 -0
  497. package/dist/commonjs/funcs/teamsUpdate.js +103 -0
  498. package/dist/commonjs/funcs/teamsUpdate.js.map +1 -0
  499. package/dist/commonjs/funcs/teamsUpdateMember.d.ts +15 -0
  500. package/dist/commonjs/funcs/teamsUpdateMember.d.ts.map +1 -0
  501. package/dist/commonjs/funcs/teamsUpdateMember.js +102 -0
  502. package/dist/commonjs/funcs/teamsUpdateMember.js.map +1 -0
  503. package/dist/commonjs/funcs/tokensCreate.d.ts +15 -0
  504. package/dist/commonjs/funcs/tokensCreate.d.ts.map +1 -0
  505. package/dist/commonjs/funcs/tokensCreate.js +97 -0
  506. package/dist/commonjs/funcs/tokensCreate.js.map +1 -0
  507. package/dist/commonjs/funcs/tokensDelete.d.ts +15 -0
  508. package/dist/commonjs/funcs/tokensDelete.d.ts.map +1 -0
  509. package/dist/commonjs/funcs/tokensDelete.js +97 -0
  510. package/dist/commonjs/funcs/tokensDelete.js.map +1 -0
  511. package/dist/commonjs/funcs/tokensGet.d.ts +15 -0
  512. package/dist/commonjs/funcs/tokensGet.d.ts.map +1 -0
  513. package/dist/commonjs/funcs/tokensGet.js +97 -0
  514. package/dist/commonjs/funcs/tokensGet.js.map +1 -0
  515. package/dist/commonjs/funcs/tokensList.d.ts +15 -0
  516. package/dist/commonjs/funcs/tokensList.d.ts.map +1 -0
  517. package/dist/commonjs/funcs/tokensList.js +81 -0
  518. package/dist/commonjs/funcs/tokensList.js.map +1 -0
  519. package/dist/commonjs/funcs/userGetAuthUser.d.ts +15 -0
  520. package/dist/commonjs/funcs/userGetAuthUser.d.ts.map +1 -0
  521. package/dist/commonjs/funcs/userGetAuthUser.js +81 -0
  522. package/dist/commonjs/funcs/userGetAuthUser.js.map +1 -0
  523. package/dist/commonjs/funcs/userRequestDelete.d.ts +15 -0
  524. package/dist/commonjs/funcs/userRequestDelete.d.ts.map +1 -0
  525. package/dist/commonjs/funcs/userRequestDelete.js +94 -0
  526. package/dist/commonjs/funcs/userRequestDelete.js.map +1 -0
  527. package/dist/commonjs/funcs/webhooksCreate.d.ts +15 -0
  528. package/dist/commonjs/funcs/webhooksCreate.d.ts.map +1 -0
  529. package/dist/commonjs/funcs/webhooksCreate.js +97 -0
  530. package/dist/commonjs/funcs/webhooksCreate.js.map +1 -0
  531. package/dist/commonjs/funcs/webhooksDelete.d.ts +15 -0
  532. package/dist/commonjs/funcs/webhooksDelete.d.ts.map +1 -0
  533. package/dist/commonjs/funcs/webhooksDelete.js +103 -0
  534. package/dist/commonjs/funcs/webhooksDelete.js.map +1 -0
  535. package/dist/commonjs/funcs/webhooksGet.d.ts +15 -0
  536. package/dist/commonjs/funcs/webhooksGet.d.ts.map +1 -0
  537. package/dist/commonjs/funcs/webhooksGet.js +102 -0
  538. package/dist/commonjs/funcs/webhooksGet.js.map +1 -0
  539. package/dist/commonjs/funcs/webhooksList.d.ts +15 -0
  540. package/dist/commonjs/funcs/webhooksList.d.ts.map +1 -0
  541. package/dist/commonjs/funcs/webhooksList.js +97 -0
  542. package/dist/commonjs/funcs/webhooksList.js.map +1 -0
  543. package/dist/commonjs/hooks/hooks.d.ts +24 -0
  544. package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
  545. package/dist/commonjs/hooks/hooks.js +68 -0
  546. package/dist/commonjs/hooks/hooks.js.map +1 -0
  547. package/dist/commonjs/hooks/registration.d.ts +3 -0
  548. package/dist/commonjs/hooks/registration.d.ts.map +1 -0
  549. package/dist/commonjs/hooks/registration.js +15 -0
  550. package/dist/commonjs/hooks/registration.js.map +1 -0
  551. package/dist/commonjs/hooks/types.d.ts +72 -0
  552. package/dist/commonjs/hooks/types.d.ts.map +1 -0
  553. package/dist/commonjs/hooks/types.js +6 -0
  554. package/dist/commonjs/hooks/types.js.map +1 -0
  555. package/dist/commonjs/index.d.ts +4 -0
  556. package/dist/commonjs/index.d.ts.map +1 -0
  557. package/dist/commonjs/index.js +36 -0
  558. package/dist/commonjs/index.js.map +1 -0
  559. package/dist/commonjs/lib/base64.d.ts +10 -0
  560. package/dist/commonjs/lib/base64.d.ts.map +1 -0
  561. package/dist/commonjs/lib/base64.js +61 -0
  562. package/dist/commonjs/lib/base64.js.map +1 -0
  563. package/dist/commonjs/lib/config.d.ts +34 -0
  564. package/dist/commonjs/lib/config.d.ts.map +1 -0
  565. package/dist/commonjs/lib/config.js +39 -0
  566. package/dist/commonjs/lib/config.js.map +1 -0
  567. package/dist/commonjs/lib/dlv.d.ts +14 -0
  568. package/dist/commonjs/lib/dlv.d.ts.map +1 -0
  569. package/dist/commonjs/lib/dlv.js +49 -0
  570. package/dist/commonjs/lib/dlv.js.map +1 -0
  571. package/dist/commonjs/lib/encodings.d.ts +51 -0
  572. package/dist/commonjs/lib/encodings.d.ts.map +1 -0
  573. package/dist/commonjs/lib/encodings.js +343 -0
  574. package/dist/commonjs/lib/encodings.js.map +1 -0
  575. package/dist/commonjs/lib/files.d.ts +8 -0
  576. package/dist/commonjs/lib/files.d.ts.map +1 -0
  577. package/dist/commonjs/lib/files.js +36 -0
  578. package/dist/commonjs/lib/files.js.map +1 -0
  579. package/dist/commonjs/lib/http.d.ts +67 -0
  580. package/dist/commonjs/lib/http.d.ts.map +1 -0
  581. package/dist/commonjs/lib/http.js +218 -0
  582. package/dist/commonjs/lib/http.js.map +1 -0
  583. package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
  584. package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
  585. package/dist/commonjs/lib/is-plain-object.js +41 -0
  586. package/dist/commonjs/lib/is-plain-object.js.map +1 -0
  587. package/dist/commonjs/lib/logger.d.ts +6 -0
  588. package/dist/commonjs/lib/logger.d.ts.map +1 -0
  589. package/dist/commonjs/lib/logger.js +6 -0
  590. package/dist/commonjs/lib/logger.js.map +1 -0
  591. package/dist/commonjs/lib/matchers.d.ts +64 -0
  592. package/dist/commonjs/lib/matchers.d.ts.map +1 -0
  593. package/dist/commonjs/lib/matchers.js +205 -0
  594. package/dist/commonjs/lib/matchers.js.map +1 -0
  595. package/dist/commonjs/lib/primitives.d.ts +16 -0
  596. package/dist/commonjs/lib/primitives.d.ts.map +1 -0
  597. package/dist/commonjs/lib/primitives.js +29 -0
  598. package/dist/commonjs/lib/primitives.js.map +1 -0
  599. package/dist/commonjs/lib/retries.d.ts +18 -0
  600. package/dist/commonjs/lib/retries.d.ts.map +1 -0
  601. package/dist/commonjs/lib/retries.js +130 -0
  602. package/dist/commonjs/lib/retries.js.map +1 -0
  603. package/dist/commonjs/lib/schemas.d.ts +19 -0
  604. package/dist/commonjs/lib/schemas.d.ts.map +1 -0
  605. package/dist/commonjs/lib/schemas.js +59 -0
  606. package/dist/commonjs/lib/schemas.js.map +1 -0
  607. package/dist/commonjs/lib/sdks.d.ts +59 -0
  608. package/dist/commonjs/lib/sdks.d.ts.map +1 -0
  609. package/dist/commonjs/lib/sdks.js +255 -0
  610. package/dist/commonjs/lib/sdks.js.map +1 -0
  611. package/dist/commonjs/lib/security.d.ts +63 -0
  612. package/dist/commonjs/lib/security.d.ts.map +1 -0
  613. package/dist/commonjs/lib/security.js +128 -0
  614. package/dist/commonjs/lib/security.js.map +1 -0
  615. package/dist/commonjs/lib/url.d.ts +5 -0
  616. package/dist/commonjs/lib/url.d.ts.map +1 -0
  617. package/dist/commonjs/lib/url.js +25 -0
  618. package/dist/commonjs/lib/url.js.map +1 -0
  619. package/dist/commonjs/models/components/accessgroup.d.ts +61 -0
  620. package/dist/commonjs/models/components/accessgroup.d.ts.map +1 -0
  621. package/dist/commonjs/models/components/accessgroup.js +62 -0
  622. package/dist/commonjs/models/components/accessgroup.js.map +1 -0
  623. package/dist/commonjs/models/components/aclaction.d.ts +43 -0
  624. package/dist/commonjs/models/components/aclaction.d.ts.map +1 -0
  625. package/dist/commonjs/models/components/aclaction.js +57 -0
  626. package/dist/commonjs/models/components/aclaction.js.map +1 -0
  627. package/dist/commonjs/models/components/authtoken.d.ts +276 -0
  628. package/dist/commonjs/models/components/authtoken.d.ts.map +1 -0
  629. package/dist/commonjs/models/components/authtoken.js +229 -0
  630. package/dist/commonjs/models/components/authtoken.js.map +1 -0
  631. package/dist/commonjs/models/components/authuser.d.ts +5747 -0
  632. package/dist/commonjs/models/components/authuser.d.ts.map +1 -0
  633. package/dist/commonjs/models/components/authuser.js +4618 -0
  634. package/dist/commonjs/models/components/authuser.js.map +1 -0
  635. package/dist/commonjs/models/components/authuserlimited.d.ts +95 -0
  636. package/dist/commonjs/models/components/authuserlimited.d.ts.map +1 -0
  637. package/dist/commonjs/models/components/authuserlimited.js +85 -0
  638. package/dist/commonjs/models/components/authuserlimited.js.map +1 -0
  639. package/dist/commonjs/models/components/edgeconfigitem.d.ts +39 -0
  640. package/dist/commonjs/models/components/edgeconfigitem.d.ts.map +1 -0
  641. package/dist/commonjs/models/components/edgeconfigitem.js +61 -0
  642. package/dist/commonjs/models/components/edgeconfigitem.js.map +1 -0
  643. package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts +25 -0
  644. package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  645. package/dist/commonjs/models/components/edgeconfigitemvalue.js +58 -0
  646. package/dist/commonjs/models/components/edgeconfigitemvalue.js.map +1 -0
  647. package/dist/commonjs/models/components/edgeconfigtoken.d.ts +39 -0
  648. package/dist/commonjs/models/components/edgeconfigtoken.d.ts.map +1 -0
  649. package/dist/commonjs/models/components/edgeconfigtoken.js +58 -0
  650. package/dist/commonjs/models/components/edgeconfigtoken.js.map +1 -0
  651. package/dist/commonjs/models/components/filetree.d.ts +105 -0
  652. package/dist/commonjs/models/components/filetree.d.ts.map +1 -0
  653. package/dist/commonjs/models/components/filetree.js +88 -0
  654. package/dist/commonjs/models/components/filetree.js.map +1 -0
  655. package/dist/commonjs/models/components/flagjsonvalue.d.ts +25 -0
  656. package/dist/commonjs/models/components/flagjsonvalue.d.ts.map +1 -0
  657. package/dist/commonjs/models/components/flagjsonvalue.js +58 -0
  658. package/dist/commonjs/models/components/flagjsonvalue.js.map +1 -0
  659. package/dist/commonjs/models/components/pagination.d.ts +41 -0
  660. package/dist/commonjs/models/components/pagination.d.ts.map +1 -0
  661. package/dist/commonjs/models/components/pagination.js +54 -0
  662. package/dist/commonjs/models/components/pagination.js.map +1 -0
  663. package/dist/commonjs/models/components/security.d.ts +25 -0
  664. package/dist/commonjs/models/components/security.d.ts.map +1 -0
  665. package/dist/commonjs/models/components/security.js +50 -0
  666. package/dist/commonjs/models/components/security.js.map +1 -0
  667. package/dist/commonjs/models/components/team.d.ts +24 -0
  668. package/dist/commonjs/models/components/team.d.ts.map +1 -0
  669. package/dist/commonjs/models/components/team.js +47 -0
  670. package/dist/commonjs/models/components/team.js.map +1 -0
  671. package/dist/commonjs/models/components/teamlimited.d.ts +397 -0
  672. package/dist/commonjs/models/components/teamlimited.d.ts.map +1 -0
  673. package/dist/commonjs/models/components/teamlimited.js +283 -0
  674. package/dist/commonjs/models/components/teamlimited.js.map +1 -0
  675. package/dist/commonjs/models/components/userevent.d.ts +209 -0
  676. package/dist/commonjs/models/components/userevent.d.ts.map +1 -0
  677. package/dist/commonjs/models/components/userevent.js +149 -0
  678. package/dist/commonjs/models/components/userevent.js.map +1 -0
  679. package/dist/commonjs/models/errors/httpclienterrors.d.ts +44 -0
  680. package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +1 -0
  681. package/dist/commonjs/models/errors/httpclienterrors.js +78 -0
  682. package/dist/commonjs/models/errors/httpclienterrors.js.map +1 -0
  683. package/dist/commonjs/models/errors/sdkerror.d.ts +8 -0
  684. package/dist/commonjs/models/errors/sdkerror.d.ts.map +1 -0
  685. package/dist/commonjs/models/errors/sdkerror.js +21 -0
  686. package/dist/commonjs/models/errors/sdkerror.js.map +1 -0
  687. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts +20 -0
  688. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +1 -0
  689. package/dist/commonjs/models/errors/sdkvalidationerror.js +105 -0
  690. package/dist/commonjs/models/errors/sdkvalidationerror.js.map +1 -0
  691. package/dist/commonjs/models/operations/addprojectdomain.d.ts +203 -0
  692. package/dist/commonjs/models/operations/addprojectdomain.d.ts.map +1 -0
  693. package/dist/commonjs/models/operations/addprojectdomain.js +180 -0
  694. package/dist/commonjs/models/operations/addprojectdomain.js.map +1 -0
  695. package/dist/commonjs/models/operations/addprojectmember.d.ts +311 -0
  696. package/dist/commonjs/models/operations/addprojectmember.d.ts.map +1 -0
  697. package/dist/commonjs/models/operations/addprojectmember.js +260 -0
  698. package/dist/commonjs/models/operations/addprojectmember.js.map +1 -0
  699. package/dist/commonjs/models/operations/artifactexists.d.ts +38 -0
  700. package/dist/commonjs/models/operations/artifactexists.d.ts.map +1 -0
  701. package/dist/commonjs/models/operations/artifactexists.js +54 -0
  702. package/dist/commonjs/models/operations/artifactexists.js.map +1 -0
  703. package/dist/commonjs/models/operations/artifactquery.d.ts +153 -0
  704. package/dist/commonjs/models/operations/artifactquery.d.ts.map +1 -0
  705. package/dist/commonjs/models/operations/artifactquery.js +165 -0
  706. package/dist/commonjs/models/operations/artifactquery.js.map +1 -0
  707. package/dist/commonjs/models/operations/assignalias.d.ts +115 -0
  708. package/dist/commonjs/models/operations/assignalias.d.ts.map +1 -0
  709. package/dist/commonjs/models/operations/assignalias.js +111 -0
  710. package/dist/commonjs/models/operations/assignalias.js.map +1 -0
  711. package/dist/commonjs/models/operations/buydomain.d.ts +254 -0
  712. package/dist/commonjs/models/operations/buydomain.d.ts.map +1 -0
  713. package/dist/commonjs/models/operations/buydomain.js +219 -0
  714. package/dist/commonjs/models/operations/buydomain.js.map +1 -0
  715. package/dist/commonjs/models/operations/canceldeployment.d.ts +2766 -0
  716. package/dist/commonjs/models/operations/canceldeployment.d.ts.map +1 -0
  717. package/dist/commonjs/models/operations/canceldeployment.js +2331 -0
  718. package/dist/commonjs/models/operations/canceldeployment.js.map +1 -0
  719. package/dist/commonjs/models/operations/checkdomainprice.d.ts +109 -0
  720. package/dist/commonjs/models/operations/checkdomainprice.d.ts.map +1 -0
  721. package/dist/commonjs/models/operations/checkdomainprice.js +99 -0
  722. package/dist/commonjs/models/operations/checkdomainprice.js.map +1 -0
  723. package/dist/commonjs/models/operations/checkdomainstatus.d.ts +64 -0
  724. package/dist/commonjs/models/operations/checkdomainstatus.d.ts.map +1 -0
  725. package/dist/commonjs/models/operations/checkdomainstatus.js +73 -0
  726. package/dist/commonjs/models/operations/checkdomainstatus.js.map +1 -0
  727. package/dist/commonjs/models/operations/createaccessgroup.d.ts +184 -0
  728. package/dist/commonjs/models/operations/createaccessgroup.d.ts.map +1 -0
  729. package/dist/commonjs/models/operations/createaccessgroup.js +165 -0
  730. package/dist/commonjs/models/operations/createaccessgroup.js.map +1 -0
  731. package/dist/commonjs/models/operations/createauthtoken.d.ts +168 -0
  732. package/dist/commonjs/models/operations/createauthtoken.d.ts.map +1 -0
  733. package/dist/commonjs/models/operations/createauthtoken.js +178 -0
  734. package/dist/commonjs/models/operations/createauthtoken.js.map +1 -0
  735. package/dist/commonjs/models/operations/createcheck.d.ts +509 -0
  736. package/dist/commonjs/models/operations/createcheck.d.ts.map +1 -0
  737. package/dist/commonjs/models/operations/createcheck.js +453 -0
  738. package/dist/commonjs/models/operations/createcheck.js.map +1 -0
  739. package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts +465 -0
  740. package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  741. package/dist/commonjs/models/operations/createconfigurablelogdrain.js +380 -0
  742. package/dist/commonjs/models/operations/createconfigurablelogdrain.js.map +1 -0
  743. package/dist/commonjs/models/operations/createdeployment.d.ts +3718 -0
  744. package/dist/commonjs/models/operations/createdeployment.d.ts.map +1 -0
  745. package/dist/commonjs/models/operations/createdeployment.js +3017 -0
  746. package/dist/commonjs/models/operations/createdeployment.js.map +1 -0
  747. package/dist/commonjs/models/operations/createedgeconfig.d.ts +258 -0
  748. package/dist/commonjs/models/operations/createedgeconfig.d.ts.map +1 -0
  749. package/dist/commonjs/models/operations/createedgeconfig.js +313 -0
  750. package/dist/commonjs/models/operations/createedgeconfig.js.map +1 -0
  751. package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts +85 -0
  752. package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  753. package/dist/commonjs/models/operations/createedgeconfigtoken.js +107 -0
  754. package/dist/commonjs/models/operations/createedgeconfigtoken.js.map +1 -0
  755. package/dist/commonjs/models/operations/createlogdrain.d.ts +432 -0
  756. package/dist/commonjs/models/operations/createlogdrain.d.ts.map +1 -0
  757. package/dist/commonjs/models/operations/createlogdrain.js +305 -0
  758. package/dist/commonjs/models/operations/createlogdrain.js.map +1 -0
  759. package/dist/commonjs/models/operations/createortransferdomain.d.ts +370 -0
  760. package/dist/commonjs/models/operations/createortransferdomain.d.ts.map +1 -0
  761. package/dist/commonjs/models/operations/createortransferdomain.js +287 -0
  762. package/dist/commonjs/models/operations/createortransferdomain.js.map +1 -0
  763. package/dist/commonjs/models/operations/createproject.d.ts +4626 -0
  764. package/dist/commonjs/models/operations/createproject.d.ts.map +1 -0
  765. package/dist/commonjs/models/operations/createproject.js +3798 -0
  766. package/dist/commonjs/models/operations/createproject.js.map +1 -0
  767. package/dist/commonjs/models/operations/createprojectenv.d.ts +2648 -0
  768. package/dist/commonjs/models/operations/createprojectenv.d.ts.map +1 -0
  769. package/dist/commonjs/models/operations/createprojectenv.js +2311 -0
  770. package/dist/commonjs/models/operations/createprojectenv.js.map +1 -0
  771. package/dist/commonjs/models/operations/createrecord.d.ts +1195 -0
  772. package/dist/commonjs/models/operations/createrecord.d.ts.map +1 -0
  773. package/dist/commonjs/models/operations/createrecord.js +814 -0
  774. package/dist/commonjs/models/operations/createrecord.js.map +1 -0
  775. package/dist/commonjs/models/operations/createsecret.d.ts +187 -0
  776. package/dist/commonjs/models/operations/createsecret.d.ts.map +1 -0
  777. package/dist/commonjs/models/operations/createsecret.js +160 -0
  778. package/dist/commonjs/models/operations/createsecret.js.map +1 -0
  779. package/dist/commonjs/models/operations/createteam.d.ts +4925 -0
  780. package/dist/commonjs/models/operations/createteam.d.ts.map +1 -0
  781. package/dist/commonjs/models/operations/createteam.js +4074 -0
  782. package/dist/commonjs/models/operations/createteam.js.map +1 -0
  783. package/dist/commonjs/models/operations/createwebhook.d.ts +321 -0
  784. package/dist/commonjs/models/operations/createwebhook.d.ts.map +1 -0
  785. package/dist/commonjs/models/operations/createwebhook.js +208 -0
  786. package/dist/commonjs/models/operations/createwebhook.js.map +1 -0
  787. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts +48 -0
  788. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts.map +1 -0
  789. package/dist/commonjs/models/operations/datacachebillingsettings.js +69 -0
  790. package/dist/commonjs/models/operations/datacachebillingsettings.js.map +1 -0
  791. package/dist/commonjs/models/operations/datacachepurgeall.d.ts +25 -0
  792. package/dist/commonjs/models/operations/datacachepurgeall.d.ts.map +1 -0
  793. package/dist/commonjs/models/operations/datacachepurgeall.js +50 -0
  794. package/dist/commonjs/models/operations/datacachepurgeall.js.map +1 -0
  795. package/dist/commonjs/models/operations/deleteaccessgroup.d.ts +35 -0
  796. package/dist/commonjs/models/operations/deleteaccessgroup.d.ts.map +1 -0
  797. package/dist/commonjs/models/operations/deleteaccessgroup.js +54 -0
  798. package/dist/commonjs/models/operations/deleteaccessgroup.js.map +1 -0
  799. package/dist/commonjs/models/operations/deletealias.d.ts +87 -0
  800. package/dist/commonjs/models/operations/deletealias.d.ts.map +1 -0
  801. package/dist/commonjs/models/operations/deletealias.js +91 -0
  802. package/dist/commonjs/models/operations/deletealias.js.map +1 -0
  803. package/dist/commonjs/models/operations/deleteauthtoken.d.ts +57 -0
  804. package/dist/commonjs/models/operations/deleteauthtoken.d.ts.map +1 -0
  805. package/dist/commonjs/models/operations/deleteauthtoken.js +69 -0
  806. package/dist/commonjs/models/operations/deleteauthtoken.js.map +1 -0
  807. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts +35 -0
  808. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  809. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js +54 -0
  810. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  811. package/dist/commonjs/models/operations/deleteconfiguration.d.ts +35 -0
  812. package/dist/commonjs/models/operations/deleteconfiguration.d.ts.map +1 -0
  813. package/dist/commonjs/models/operations/deleteconfiguration.js +54 -0
  814. package/dist/commonjs/models/operations/deleteconfiguration.js.map +1 -0
  815. package/dist/commonjs/models/operations/deletedeployment.d.ts +106 -0
  816. package/dist/commonjs/models/operations/deletedeployment.d.ts.map +1 -0
  817. package/dist/commonjs/models/operations/deletedeployment.js +98 -0
  818. package/dist/commonjs/models/operations/deletedeployment.js.map +1 -0
  819. package/dist/commonjs/models/operations/deletedomain.d.ts +67 -0
  820. package/dist/commonjs/models/operations/deletedomain.d.ts.map +1 -0
  821. package/dist/commonjs/models/operations/deletedomain.js +73 -0
  822. package/dist/commonjs/models/operations/deletedomain.js.map +1 -0
  823. package/dist/commonjs/models/operations/deleteedgeconfig.d.ts +35 -0
  824. package/dist/commonjs/models/operations/deleteedgeconfig.d.ts.map +1 -0
  825. package/dist/commonjs/models/operations/deleteedgeconfig.js +54 -0
  826. package/dist/commonjs/models/operations/deleteedgeconfig.js.map +1 -0
  827. package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts +35 -0
  828. package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  829. package/dist/commonjs/models/operations/deleteedgeconfigschema.js +54 -0
  830. package/dist/commonjs/models/operations/deleteedgeconfigschema.js.map +1 -0
  831. package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts +60 -0
  832. package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  833. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js +86 -0
  834. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js.map +1 -0
  835. package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts +38 -0
  836. package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  837. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js +54 -0
  838. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js.map +1 -0
  839. package/dist/commonjs/models/operations/deleteproject.d.ts +38 -0
  840. package/dist/commonjs/models/operations/deleteproject.d.ts.map +1 -0
  841. package/dist/commonjs/models/operations/deleteproject.js +54 -0
  842. package/dist/commonjs/models/operations/deleteproject.js.map +1 -0
  843. package/dist/commonjs/models/operations/deletesecret.d.ts +74 -0
  844. package/dist/commonjs/models/operations/deletesecret.d.ts.map +1 -0
  845. package/dist/commonjs/models/operations/deletesecret.js +77 -0
  846. package/dist/commonjs/models/operations/deletesecret.js.map +1 -0
  847. package/dist/commonjs/models/operations/deleteteam.d.ts +134 -0
  848. package/dist/commonjs/models/operations/deleteteam.d.ts.map +1 -0
  849. package/dist/commonjs/models/operations/deleteteam.js +126 -0
  850. package/dist/commonjs/models/operations/deleteteam.js.map +1 -0
  851. package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts +62 -0
  852. package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  853. package/dist/commonjs/models/operations/deleteteaminvitecode.js +71 -0
  854. package/dist/commonjs/models/operations/deleteteaminvitecode.js.map +1 -0
  855. package/dist/commonjs/models/operations/deletewebhook.d.ts +35 -0
  856. package/dist/commonjs/models/operations/deletewebhook.d.ts.map +1 -0
  857. package/dist/commonjs/models/operations/deletewebhook.js +54 -0
  858. package/dist/commonjs/models/operations/deletewebhook.js.map +1 -0
  859. package/dist/commonjs/models/operations/downloadartifact.d.ts +48 -0
  860. package/dist/commonjs/models/operations/downloadartifact.d.ts.map +1 -0
  861. package/dist/commonjs/models/operations/downloadartifact.js +69 -0
  862. package/dist/commonjs/models/operations/downloadartifact.js.map +1 -0
  863. package/dist/commonjs/models/operations/editprojectenv.d.ts +1121 -0
  864. package/dist/commonjs/models/operations/editprojectenv.d.ts.map +1 -0
  865. package/dist/commonjs/models/operations/editprojectenv.js +994 -0
  866. package/dist/commonjs/models/operations/editprojectenv.js.map +1 -0
  867. package/dist/commonjs/models/operations/emaillogin.d.ts +61 -0
  868. package/dist/commonjs/models/operations/emaillogin.d.ts.map +1 -0
  869. package/dist/commonjs/models/operations/emaillogin.js +73 -0
  870. package/dist/commonjs/models/operations/emaillogin.js.map +1 -0
  871. package/dist/commonjs/models/operations/filterprojectenvs.d.ts +2917 -0
  872. package/dist/commonjs/models/operations/filterprojectenvs.d.ts.map +1 -0
  873. package/dist/commonjs/models/operations/filterprojectenvs.js +2607 -0
  874. package/dist/commonjs/models/operations/filterprojectenvs.js.map +1 -0
  875. package/dist/commonjs/models/operations/getalias.d.ts +485 -0
  876. package/dist/commonjs/models/operations/getalias.d.ts.map +1 -0
  877. package/dist/commonjs/models/operations/getalias.js +377 -0
  878. package/dist/commonjs/models/operations/getalias.js.map +1 -0
  879. package/dist/commonjs/models/operations/getallchecks.d.ts +473 -0
  880. package/dist/commonjs/models/operations/getallchecks.d.ts.map +1 -0
  881. package/dist/commonjs/models/operations/getallchecks.js +428 -0
  882. package/dist/commonjs/models/operations/getallchecks.js.map +1 -0
  883. package/dist/commonjs/models/operations/getalllogdrains.d.ts +308 -0
  884. package/dist/commonjs/models/operations/getalllogdrains.d.ts.map +1 -0
  885. package/dist/commonjs/models/operations/getalllogdrains.js +260 -0
  886. package/dist/commonjs/models/operations/getalllogdrains.js.map +1 -0
  887. package/dist/commonjs/models/operations/getauthtoken.d.ts +58 -0
  888. package/dist/commonjs/models/operations/getauthtoken.d.ts.map +1 -0
  889. package/dist/commonjs/models/operations/getauthtoken.js +70 -0
  890. package/dist/commonjs/models/operations/getauthtoken.js.map +1 -0
  891. package/dist/commonjs/models/operations/getauthuser.d.ts +49 -0
  892. package/dist/commonjs/models/operations/getauthuser.d.ts.map +1 -0
  893. package/dist/commonjs/models/operations/getauthuser.js +68 -0
  894. package/dist/commonjs/models/operations/getauthuser.js.map +1 -0
  895. package/dist/commonjs/models/operations/getcertbyid.d.ts +69 -0
  896. package/dist/commonjs/models/operations/getcertbyid.d.ts.map +1 -0
  897. package/dist/commonjs/models/operations/getcertbyid.js +81 -0
  898. package/dist/commonjs/models/operations/getcertbyid.js.map +1 -0
  899. package/dist/commonjs/models/operations/getcheck.d.ts +461 -0
  900. package/dist/commonjs/models/operations/getcheck.d.ts.map +1 -0
  901. package/dist/commonjs/models/operations/getcheck.js +416 -0
  902. package/dist/commonjs/models/operations/getcheck.js.map +1 -0
  903. package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts +308 -0
  904. package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  905. package/dist/commonjs/models/operations/getconfigurablelogdrain.js +261 -0
  906. package/dist/commonjs/models/operations/getconfigurablelogdrain.js.map +1 -0
  907. package/dist/commonjs/models/operations/getconfiguration.d.ts +1425 -0
  908. package/dist/commonjs/models/operations/getconfiguration.d.ts.map +1 -0
  909. package/dist/commonjs/models/operations/getconfiguration.js +928 -0
  910. package/dist/commonjs/models/operations/getconfiguration.js.map +1 -0
  911. package/dist/commonjs/models/operations/getconfigurations.d.ts +1011 -0
  912. package/dist/commonjs/models/operations/getconfigurations.d.ts.map +1 -0
  913. package/dist/commonjs/models/operations/getconfigurations.js +679 -0
  914. package/dist/commonjs/models/operations/getconfigurations.js.map +1 -0
  915. package/dist/commonjs/models/operations/getdeployment.d.ts +4219 -0
  916. package/dist/commonjs/models/operations/getdeployment.d.ts.map +1 -0
  917. package/dist/commonjs/models/operations/getdeployment.js +3562 -0
  918. package/dist/commonjs/models/operations/getdeployment.js.map +1 -0
  919. package/dist/commonjs/models/operations/getdeploymentevents.d.ts +1256 -0
  920. package/dist/commonjs/models/operations/getdeploymentevents.d.ts.map +1 -0
  921. package/dist/commonjs/models/operations/getdeploymentevents.js +1018 -0
  922. package/dist/commonjs/models/operations/getdeploymentevents.js.map +1 -0
  923. package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts +48 -0
  924. package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  925. package/dist/commonjs/models/operations/getdeploymentfilecontents.js +58 -0
  926. package/dist/commonjs/models/operations/getdeploymentfilecontents.js.map +1 -0
  927. package/dist/commonjs/models/operations/getdeployments.d.ts +1095 -0
  928. package/dist/commonjs/models/operations/getdeployments.d.ts.map +1 -0
  929. package/dist/commonjs/models/operations/getdeployments.js +708 -0
  930. package/dist/commonjs/models/operations/getdeployments.js.map +1 -0
  931. package/dist/commonjs/models/operations/getdomain.d.ts +235 -0
  932. package/dist/commonjs/models/operations/getdomain.d.ts.map +1 -0
  933. package/dist/commonjs/models/operations/getdomain.js +177 -0
  934. package/dist/commonjs/models/operations/getdomain.js.map +1 -0
  935. package/dist/commonjs/models/operations/getdomainconfig.d.ts +179 -0
  936. package/dist/commonjs/models/operations/getdomainconfig.d.ts.map +1 -0
  937. package/dist/commonjs/models/operations/getdomainconfig.js +148 -0
  938. package/dist/commonjs/models/operations/getdomainconfig.js.map +1 -0
  939. package/dist/commonjs/models/operations/getdomains.d.ts +272 -0
  940. package/dist/commonjs/models/operations/getdomains.d.ts.map +1 -0
  941. package/dist/commonjs/models/operations/getdomains.js +209 -0
  942. package/dist/commonjs/models/operations/getdomains.js.map +1 -0
  943. package/dist/commonjs/models/operations/getdomaintransfer.d.ts +163 -0
  944. package/dist/commonjs/models/operations/getdomaintransfer.d.ts.map +1 -0
  945. package/dist/commonjs/models/operations/getdomaintransfer.js +131 -0
  946. package/dist/commonjs/models/operations/getdomaintransfer.js.map +1 -0
  947. package/dist/commonjs/models/operations/getedgeconfig.d.ts +134 -0
  948. package/dist/commonjs/models/operations/getedgeconfig.d.ts.map +1 -0
  949. package/dist/commonjs/models/operations/getedgeconfig.js +129 -0
  950. package/dist/commonjs/models/operations/getedgeconfig.js.map +1 -0
  951. package/dist/commonjs/models/operations/getedgeconfigitem.d.ts +37 -0
  952. package/dist/commonjs/models/operations/getedgeconfigitem.d.ts.map +1 -0
  953. package/dist/commonjs/models/operations/getedgeconfigitem.js +56 -0
  954. package/dist/commonjs/models/operations/getedgeconfigitem.js.map +1 -0
  955. package/dist/commonjs/models/operations/getedgeconfigitems.d.ts +35 -0
  956. package/dist/commonjs/models/operations/getedgeconfigitems.d.ts.map +1 -0
  957. package/dist/commonjs/models/operations/getedgeconfigitems.js +54 -0
  958. package/dist/commonjs/models/operations/getedgeconfigitems.js.map +1 -0
  959. package/dist/commonjs/models/operations/getedgeconfigs.d.ts +132 -0
  960. package/dist/commonjs/models/operations/getedgeconfigs.d.ts.map +1 -0
  961. package/dist/commonjs/models/operations/getedgeconfigs.js +128 -0
  962. package/dist/commonjs/models/operations/getedgeconfigs.js.map +1 -0
  963. package/dist/commonjs/models/operations/getedgeconfigschema.d.ts +57 -0
  964. package/dist/commonjs/models/operations/getedgeconfigschema.d.ts.map +1 -0
  965. package/dist/commonjs/models/operations/getedgeconfigschema.js +69 -0
  966. package/dist/commonjs/models/operations/getedgeconfigschema.js.map +1 -0
  967. package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts +37 -0
  968. package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  969. package/dist/commonjs/models/operations/getedgeconfigtoken.js +56 -0
  970. package/dist/commonjs/models/operations/getedgeconfigtoken.js.map +1 -0
  971. package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts +35 -0
  972. package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  973. package/dist/commonjs/models/operations/getedgeconfigtokens.js +54 -0
  974. package/dist/commonjs/models/operations/getedgeconfigtokens.js.map +1 -0
  975. package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts +275 -0
  976. package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  977. package/dist/commonjs/models/operations/getintegrationlogdrains.js +197 -0
  978. package/dist/commonjs/models/operations/getintegrationlogdrains.js.map +1 -0
  979. package/dist/commonjs/models/operations/getprojectdomain.d.ts +124 -0
  980. package/dist/commonjs/models/operations/getprojectdomain.d.ts.map +1 -0
  981. package/dist/commonjs/models/operations/getprojectdomain.js +120 -0
  982. package/dist/commonjs/models/operations/getprojectdomain.js.map +1 -0
  983. package/dist/commonjs/models/operations/getprojectdomains.d.ts +344 -0
  984. package/dist/commonjs/models/operations/getprojectdomains.d.ts.map +1 -0
  985. package/dist/commonjs/models/operations/getprojectdomains.js +277 -0
  986. package/dist/commonjs/models/operations/getprojectdomains.js.map +1 -0
  987. package/dist/commonjs/models/operations/getprojectenv.d.ts +2801 -0
  988. package/dist/commonjs/models/operations/getprojectenv.d.ts.map +1 -0
  989. package/dist/commonjs/models/operations/getprojectenv.js +2522 -0
  990. package/dist/commonjs/models/operations/getprojectenv.js.map +1 -0
  991. package/dist/commonjs/models/operations/getprojectmembers.d.ts +343 -0
  992. package/dist/commonjs/models/operations/getprojectmembers.d.ts.map +1 -0
  993. package/dist/commonjs/models/operations/getprojectmembers.js +251 -0
  994. package/dist/commonjs/models/operations/getprojectmembers.js.map +1 -0
  995. package/dist/commonjs/models/operations/getprojects.d.ts +4241 -0
  996. package/dist/commonjs/models/operations/getprojects.d.ts.map +1 -0
  997. package/dist/commonjs/models/operations/getprojects.js +3591 -0
  998. package/dist/commonjs/models/operations/getprojects.js.map +1 -0
  999. package/dist/commonjs/models/operations/getrecords.d.ts +339 -0
  1000. package/dist/commonjs/models/operations/getrecords.d.ts.map +1 -0
  1001. package/dist/commonjs/models/operations/getrecords.js +296 -0
  1002. package/dist/commonjs/models/operations/getrecords.js.map +1 -0
  1003. package/dist/commonjs/models/operations/getsecret.d.ts +144 -0
  1004. package/dist/commonjs/models/operations/getsecret.d.ts.map +1 -0
  1005. package/dist/commonjs/models/operations/getsecret.js +113 -0
  1006. package/dist/commonjs/models/operations/getsecret.js.map +1 -0
  1007. package/dist/commonjs/models/operations/getsecrets.d.ts +144 -0
  1008. package/dist/commonjs/models/operations/getsecrets.d.ts.map +1 -0
  1009. package/dist/commonjs/models/operations/getsecrets.js +113 -0
  1010. package/dist/commonjs/models/operations/getsecrets.js.map +1 -0
  1011. package/dist/commonjs/models/operations/getteam.d.ts +25 -0
  1012. package/dist/commonjs/models/operations/getteam.d.ts.map +1 -0
  1013. package/dist/commonjs/models/operations/getteam.js +50 -0
  1014. package/dist/commonjs/models/operations/getteam.js.map +1 -0
  1015. package/dist/commonjs/models/operations/getteamaccessrequest.d.ts +287 -0
  1016. package/dist/commonjs/models/operations/getteamaccessrequest.d.ts.map +1 -0
  1017. package/dist/commonjs/models/operations/getteamaccessrequest.js +224 -0
  1018. package/dist/commonjs/models/operations/getteamaccessrequest.js.map +1 -0
  1019. package/dist/commonjs/models/operations/getteammembers.d.ts +665 -0
  1020. package/dist/commonjs/models/operations/getteammembers.d.ts.map +1 -0
  1021. package/dist/commonjs/models/operations/getteammembers.js +472 -0
  1022. package/dist/commonjs/models/operations/getteammembers.js.map +1 -0
  1023. package/dist/commonjs/models/operations/getteams.d.ts +91 -0
  1024. package/dist/commonjs/models/operations/getteams.d.ts.map +1 -0
  1025. package/dist/commonjs/models/operations/getteams.js +94 -0
  1026. package/dist/commonjs/models/operations/getteams.js.map +1 -0
  1027. package/dist/commonjs/models/operations/getwebhook.d.ts +195 -0
  1028. package/dist/commonjs/models/operations/getwebhook.d.ts.map +1 -0
  1029. package/dist/commonjs/models/operations/getwebhook.js +131 -0
  1030. package/dist/commonjs/models/operations/getwebhook.js.map +1 -0
  1031. package/dist/commonjs/models/operations/getwebhooks.d.ts +552 -0
  1032. package/dist/commonjs/models/operations/getwebhooks.d.ts.map +1 -0
  1033. package/dist/commonjs/models/operations/getwebhooks.js +318 -0
  1034. package/dist/commonjs/models/operations/getwebhooks.js.map +1 -0
  1035. package/dist/commonjs/models/operations/gitnamespaces.d.ts +128 -0
  1036. package/dist/commonjs/models/operations/gitnamespaces.d.ts.map +1 -0
  1037. package/dist/commonjs/models/operations/gitnamespaces.js +130 -0
  1038. package/dist/commonjs/models/operations/gitnamespaces.js.map +1 -0
  1039. package/dist/commonjs/models/operations/inviteusertoteam.d.ts +347 -0
  1040. package/dist/commonjs/models/operations/inviteusertoteam.d.ts.map +1 -0
  1041. package/dist/commonjs/models/operations/inviteusertoteam.js +278 -0
  1042. package/dist/commonjs/models/operations/inviteusertoteam.js.map +1 -0
  1043. package/dist/commonjs/models/operations/issuecert.d.ts +92 -0
  1044. package/dist/commonjs/models/operations/issuecert.d.ts.map +1 -0
  1045. package/dist/commonjs/models/operations/issuecert.js +109 -0
  1046. package/dist/commonjs/models/operations/issuecert.js.map +1 -0
  1047. package/dist/commonjs/models/operations/jointeam.d.ts +97 -0
  1048. package/dist/commonjs/models/operations/jointeam.d.ts.map +1 -0
  1049. package/dist/commonjs/models/operations/jointeam.js +105 -0
  1050. package/dist/commonjs/models/operations/jointeam.js.map +1 -0
  1051. package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts +176 -0
  1052. package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  1053. package/dist/commonjs/models/operations/listaccessgroupmembers.js +157 -0
  1054. package/dist/commonjs/models/operations/listaccessgroupmembers.js.map +1 -0
  1055. package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts +185 -0
  1056. package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  1057. package/dist/commonjs/models/operations/listaccessgroupprojects.js +170 -0
  1058. package/dist/commonjs/models/operations/listaccessgroupprojects.js.map +1 -0
  1059. package/dist/commonjs/models/operations/listaccessgroups.d.ts +213 -0
  1060. package/dist/commonjs/models/operations/listaccessgroups.d.ts.map +1 -0
  1061. package/dist/commonjs/models/operations/listaccessgroups.js +179 -0
  1062. package/dist/commonjs/models/operations/listaccessgroups.js.map +1 -0
  1063. package/dist/commonjs/models/operations/listaliases.d.ts +572 -0
  1064. package/dist/commonjs/models/operations/listaliases.d.ts.map +1 -0
  1065. package/dist/commonjs/models/operations/listaliases.js +449 -0
  1066. package/dist/commonjs/models/operations/listaliases.js.map +1 -0
  1067. package/dist/commonjs/models/operations/listauthtokens.d.ts +37 -0
  1068. package/dist/commonjs/models/operations/listauthtokens.d.ts.map +1 -0
  1069. package/dist/commonjs/models/operations/listauthtokens.js +56 -0
  1070. package/dist/commonjs/models/operations/listauthtokens.js.map +1 -0
  1071. package/dist/commonjs/models/operations/listdeploymentaliases.d.ts +379 -0
  1072. package/dist/commonjs/models/operations/listdeploymentaliases.d.ts.map +1 -0
  1073. package/dist/commonjs/models/operations/listdeploymentaliases.js +326 -0
  1074. package/dist/commonjs/models/operations/listdeploymentaliases.js.map +1 -0
  1075. package/dist/commonjs/models/operations/listdeploymentbuilds.d.ts +383 -0
  1076. package/dist/commonjs/models/operations/listdeploymentbuilds.d.ts.map +1 -0
  1077. package/dist/commonjs/models/operations/listdeploymentbuilds.js +273 -0
  1078. package/dist/commonjs/models/operations/listdeploymentbuilds.js.map +1 -0
  1079. package/dist/commonjs/models/operations/listdeploymentfiles.d.ts +38 -0
  1080. package/dist/commonjs/models/operations/listdeploymentfiles.d.ts.map +1 -0
  1081. package/dist/commonjs/models/operations/listdeploymentfiles.js +54 -0
  1082. package/dist/commonjs/models/operations/listdeploymentfiles.js.map +1 -0
  1083. package/dist/commonjs/models/operations/listpromotealiases.d.ts +172 -0
  1084. package/dist/commonjs/models/operations/listpromotealiases.d.ts.map +1 -0
  1085. package/dist/commonjs/models/operations/listpromotealiases.js +177 -0
  1086. package/dist/commonjs/models/operations/listpromotealiases.js.map +1 -0
  1087. package/dist/commonjs/models/operations/listuserevents.d.ts +93 -0
  1088. package/dist/commonjs/models/operations/listuserevents.d.ts.map +1 -0
  1089. package/dist/commonjs/models/operations/listuserevents.js +84 -0
  1090. package/dist/commonjs/models/operations/listuserevents.js.map +1 -0
  1091. package/dist/commonjs/models/operations/patchdomain.d.ts +222 -0
  1092. package/dist/commonjs/models/operations/patchdomain.d.ts.map +1 -0
  1093. package/dist/commonjs/models/operations/patchdomain.js +224 -0
  1094. package/dist/commonjs/models/operations/patchdomain.js.map +1 -0
  1095. package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts +84 -0
  1096. package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  1097. package/dist/commonjs/models/operations/patchedgeconfigschema.js +103 -0
  1098. package/dist/commonjs/models/operations/patchedgeconfigschema.js.map +1 -0
  1099. package/dist/commonjs/models/operations/patchteam.d.ts +259 -0
  1100. package/dist/commonjs/models/operations/patchteam.d.ts.map +1 -0
  1101. package/dist/commonjs/models/operations/patchteam.js +207 -0
  1102. package/dist/commonjs/models/operations/patchteam.js.map +1 -0
  1103. package/dist/commonjs/models/operations/pauseproject.d.ts +38 -0
  1104. package/dist/commonjs/models/operations/pauseproject.d.ts.map +1 -0
  1105. package/dist/commonjs/models/operations/pauseproject.js +54 -0
  1106. package/dist/commonjs/models/operations/pauseproject.js.map +1 -0
  1107. package/dist/commonjs/models/operations/readaccessgroup.d.ts +93 -0
  1108. package/dist/commonjs/models/operations/readaccessgroup.d.ts.map +1 -0
  1109. package/dist/commonjs/models/operations/readaccessgroup.js +87 -0
  1110. package/dist/commonjs/models/operations/readaccessgroup.js.map +1 -0
  1111. package/dist/commonjs/models/operations/recordevents.d.ts +154 -0
  1112. package/dist/commonjs/models/operations/recordevents.d.ts.map +1 -0
  1113. package/dist/commonjs/models/operations/recordevents.js +143 -0
  1114. package/dist/commonjs/models/operations/recordevents.js.map +1 -0
  1115. package/dist/commonjs/models/operations/removecert.d.ts +57 -0
  1116. package/dist/commonjs/models/operations/removecert.d.ts.map +1 -0
  1117. package/dist/commonjs/models/operations/removecert.js +69 -0
  1118. package/dist/commonjs/models/operations/removecert.js.map +1 -0
  1119. package/dist/commonjs/models/operations/removeprojectdomain.d.ts +65 -0
  1120. package/dist/commonjs/models/operations/removeprojectdomain.d.ts.map +1 -0
  1121. package/dist/commonjs/models/operations/removeprojectdomain.js +71 -0
  1122. package/dist/commonjs/models/operations/removeprojectdomain.js.map +1 -0
  1123. package/dist/commonjs/models/operations/removeprojectenv.d.ts +2813 -0
  1124. package/dist/commonjs/models/operations/removeprojectenv.d.ts.map +1 -0
  1125. package/dist/commonjs/models/operations/removeprojectenv.js +2528 -0
  1126. package/dist/commonjs/models/operations/removeprojectenv.js.map +1 -0
  1127. package/dist/commonjs/models/operations/removeprojectmember.d.ts +66 -0
  1128. package/dist/commonjs/models/operations/removeprojectmember.d.ts.map +1 -0
  1129. package/dist/commonjs/models/operations/removeprojectmember.js +75 -0
  1130. package/dist/commonjs/models/operations/removeprojectmember.js.map +1 -0
  1131. package/dist/commonjs/models/operations/removerecord.d.ts +59 -0
  1132. package/dist/commonjs/models/operations/removerecord.d.ts.map +1 -0
  1133. package/dist/commonjs/models/operations/removerecord.js +71 -0
  1134. package/dist/commonjs/models/operations/removerecord.js.map +1 -0
  1135. package/dist/commonjs/models/operations/removeteammember.d.ts +56 -0
  1136. package/dist/commonjs/models/operations/removeteammember.d.ts.map +1 -0
  1137. package/dist/commonjs/models/operations/removeteammember.js +71 -0
  1138. package/dist/commonjs/models/operations/removeteammember.js.map +1 -0
  1139. package/dist/commonjs/models/operations/renamesecret.d.ts +95 -0
  1140. package/dist/commonjs/models/operations/renamesecret.d.ts.map +1 -0
  1141. package/dist/commonjs/models/operations/renamesecret.js +109 -0
  1142. package/dist/commonjs/models/operations/renamesecret.js.map +1 -0
  1143. package/dist/commonjs/models/operations/requestaccesstoteam.d.ts +393 -0
  1144. package/dist/commonjs/models/operations/requestaccesstoteam.d.ts.map +1 -0
  1145. package/dist/commonjs/models/operations/requestaccesstoteam.js +330 -0
  1146. package/dist/commonjs/models/operations/requestaccesstoteam.js.map +1 -0
  1147. package/dist/commonjs/models/operations/requestdelete.d.ts +101 -0
  1148. package/dist/commonjs/models/operations/requestdelete.d.ts.map +1 -0
  1149. package/dist/commonjs/models/operations/requestdelete.js +95 -0
  1150. package/dist/commonjs/models/operations/requestdelete.js.map +1 -0
  1151. package/dist/commonjs/models/operations/requestpromote.d.ts +37 -0
  1152. package/dist/commonjs/models/operations/requestpromote.d.ts.map +1 -0
  1153. package/dist/commonjs/models/operations/requestpromote.js +56 -0
  1154. package/dist/commonjs/models/operations/requestpromote.js.map +1 -0
  1155. package/dist/commonjs/models/operations/rerequestcheck.d.ts +62 -0
  1156. package/dist/commonjs/models/operations/rerequestcheck.d.ts.map +1 -0
  1157. package/dist/commonjs/models/operations/rerequestcheck.js +71 -0
  1158. package/dist/commonjs/models/operations/rerequestcheck.js.map +1 -0
  1159. package/dist/commonjs/models/operations/searchrepo.d.ts +340 -0
  1160. package/dist/commonjs/models/operations/searchrepo.d.ts.map +1 -0
  1161. package/dist/commonjs/models/operations/searchrepo.js +294 -0
  1162. package/dist/commonjs/models/operations/searchrepo.js.map +1 -0
  1163. package/dist/commonjs/models/operations/status.d.ts +88 -0
  1164. package/dist/commonjs/models/operations/status.d.ts.map +1 -0
  1165. package/dist/commonjs/models/operations/status.js +92 -0
  1166. package/dist/commonjs/models/operations/status.js.map +1 -0
  1167. package/dist/commonjs/models/operations/unpauseproject.d.ts +38 -0
  1168. package/dist/commonjs/models/operations/unpauseproject.d.ts.map +1 -0
  1169. package/dist/commonjs/models/operations/unpauseproject.js +54 -0
  1170. package/dist/commonjs/models/operations/unpauseproject.js.map +1 -0
  1171. package/dist/commonjs/models/operations/updateaccessgroup.d.ts +141 -0
  1172. package/dist/commonjs/models/operations/updateaccessgroup.d.ts.map +1 -0
  1173. package/dist/commonjs/models/operations/updateaccessgroup.js +136 -0
  1174. package/dist/commonjs/models/operations/updateaccessgroup.js.map +1 -0
  1175. package/dist/commonjs/models/operations/updatecheck.d.ts +928 -0
  1176. package/dist/commonjs/models/operations/updatecheck.d.ts.map +1 -0
  1177. package/dist/commonjs/models/operations/updatecheck.js +785 -0
  1178. package/dist/commonjs/models/operations/updatecheck.js.map +1 -0
  1179. package/dist/commonjs/models/operations/updateedgeconfig.d.ts +159 -0
  1180. package/dist/commonjs/models/operations/updateedgeconfig.d.ts.map +1 -0
  1181. package/dist/commonjs/models/operations/updateedgeconfig.js +161 -0
  1182. package/dist/commonjs/models/operations/updateedgeconfig.js.map +1 -0
  1183. package/dist/commonjs/models/operations/updateproject.d.ts +4814 -0
  1184. package/dist/commonjs/models/operations/updateproject.d.ts.map +1 -0
  1185. package/dist/commonjs/models/operations/updateproject.js +3922 -0
  1186. package/dist/commonjs/models/operations/updateproject.js.map +1 -0
  1187. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts +4136 -0
  1188. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts.map +1 -0
  1189. package/dist/commonjs/models/operations/updateprojectdatacache.js +3572 -0
  1190. package/dist/commonjs/models/operations/updateprojectdatacache.js.map +1 -0
  1191. package/dist/commonjs/models/operations/updateprojectdomain.d.ts +203 -0
  1192. package/dist/commonjs/models/operations/updateprojectdomain.d.ts.map +1 -0
  1193. package/dist/commonjs/models/operations/updateprojectdomain.js +180 -0
  1194. package/dist/commonjs/models/operations/updateprojectdomain.js.map +1 -0
  1195. package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts +177 -0
  1196. package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  1197. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js +166 -0
  1198. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js.map +1 -0
  1199. package/dist/commonjs/models/operations/updaterecord.d.ts +322 -0
  1200. package/dist/commonjs/models/operations/updaterecord.d.ts.map +1 -0
  1201. package/dist/commonjs/models/operations/updaterecord.js +263 -0
  1202. package/dist/commonjs/models/operations/updaterecord.js.map +1 -0
  1203. package/dist/commonjs/models/operations/updateteammember.d.ts +182 -0
  1204. package/dist/commonjs/models/operations/updateteammember.d.ts.map +1 -0
  1205. package/dist/commonjs/models/operations/updateteammember.js +175 -0
  1206. package/dist/commonjs/models/operations/updateteammember.js.map +1 -0
  1207. package/dist/commonjs/models/operations/uploadartifact.d.ts +94 -0
  1208. package/dist/commonjs/models/operations/uploadartifact.d.ts.map +1 -0
  1209. package/dist/commonjs/models/operations/uploadartifact.js +114 -0
  1210. package/dist/commonjs/models/operations/uploadartifact.js.map +1 -0
  1211. package/dist/commonjs/models/operations/uploadcert.d.ts +107 -0
  1212. package/dist/commonjs/models/operations/uploadcert.d.ts.map +1 -0
  1213. package/dist/commonjs/models/operations/uploadcert.js +115 -0
  1214. package/dist/commonjs/models/operations/uploadcert.js.map +1 -0
  1215. package/dist/commonjs/models/operations/uploadfile.d.ts +123 -0
  1216. package/dist/commonjs/models/operations/uploadfile.d.ts.map +1 -0
  1217. package/dist/commonjs/models/operations/uploadfile.js +130 -0
  1218. package/dist/commonjs/models/operations/uploadfile.js.map +1 -0
  1219. package/dist/commonjs/models/operations/verifyprojectdomain.d.ts +130 -0
  1220. package/dist/commonjs/models/operations/verifyprojectdomain.d.ts.map +1 -0
  1221. package/dist/commonjs/models/operations/verifyprojectdomain.js +120 -0
  1222. package/dist/commonjs/models/operations/verifyprojectdomain.js.map +1 -0
  1223. package/dist/commonjs/models/operations/verifytoken.d.ts +154 -0
  1224. package/dist/commonjs/models/operations/verifytoken.d.ts.map +1 -0
  1225. package/dist/commonjs/models/operations/verifytoken.js +124 -0
  1226. package/dist/commonjs/models/operations/verifytoken.js.map +1 -0
  1227. package/dist/commonjs/sdk/accessgroups.d.ts +61 -0
  1228. package/dist/commonjs/sdk/accessgroups.d.ts.map +1 -0
  1229. package/dist/commonjs/sdk/accessgroups.js +82 -0
  1230. package/dist/commonjs/sdk/accessgroups.js.map +1 -0
  1231. package/dist/commonjs/sdk/aliases.d.ts +37 -0
  1232. package/dist/commonjs/sdk/aliases.d.ts.map +1 -0
  1233. package/dist/commonjs/sdk/aliases.js +53 -0
  1234. package/dist/commonjs/sdk/aliases.js.map +1 -0
  1235. package/dist/commonjs/sdk/artifacts.d.ts +54 -0
  1236. package/dist/commonjs/sdk/artifacts.d.ts.map +1 -0
  1237. package/dist/commonjs/sdk/artifacts.js +72 -0
  1238. package/dist/commonjs/sdk/artifacts.js.map +1 -0
  1239. package/dist/commonjs/sdk/authentication.d.ts +20 -0
  1240. package/dist/commonjs/sdk/authentication.d.ts.map +1 -0
  1241. package/dist/commonjs/sdk/authentication.js +32 -0
  1242. package/dist/commonjs/sdk/authentication.js.map +1 -0
  1243. package/dist/commonjs/sdk/certs.d.ts +36 -0
  1244. package/dist/commonjs/sdk/certs.d.ts.map +1 -0
  1245. package/dist/commonjs/sdk/certs.js +52 -0
  1246. package/dist/commonjs/sdk/certs.js.map +1 -0
  1247. package/dist/commonjs/sdk/checks.d.ts +44 -0
  1248. package/dist/commonjs/sdk/checks.d.ts.map +1 -0
  1249. package/dist/commonjs/sdk/checks.js +62 -0
  1250. package/dist/commonjs/sdk/checks.js.map +1 -0
  1251. package/dist/commonjs/sdk/deployments.d.ts +90 -0
  1252. package/dist/commonjs/sdk/deployments.d.ts.map +1 -0
  1253. package/dist/commonjs/sdk/deployments.js +115 -0
  1254. package/dist/commonjs/sdk/deployments.js.map +1 -0
  1255. package/dist/commonjs/sdk/dns.d.ts +37 -0
  1256. package/dist/commonjs/sdk/dns.d.ts.map +1 -0
  1257. package/dist/commonjs/sdk/dns.js +53 -0
  1258. package/dist/commonjs/sdk/dns.js.map +1 -0
  1259. package/dist/commonjs/sdk/domains.d.ts +109 -0
  1260. package/dist/commonjs/sdk/domains.d.ts.map +1 -0
  1261. package/dist/commonjs/sdk/domains.js +143 -0
  1262. package/dist/commonjs/sdk/domains.js.map +1 -0
  1263. package/dist/commonjs/sdk/edgeconfigs.d.ts +118 -0
  1264. package/dist/commonjs/sdk/edgeconfigs.d.ts.map +1 -0
  1265. package/dist/commonjs/sdk/edgeconfigs.js +152 -0
  1266. package/dist/commonjs/sdk/edgeconfigs.js.map +1 -0
  1267. package/dist/commonjs/sdk/envs.d.ts +44 -0
  1268. package/dist/commonjs/sdk/envs.d.ts.map +1 -0
  1269. package/dist/commonjs/sdk/envs.js +62 -0
  1270. package/dist/commonjs/sdk/envs.js.map +1 -0
  1271. package/dist/commonjs/sdk/events.d.ts +12 -0
  1272. package/dist/commonjs/sdk/events.d.ts.map +1 -0
  1273. package/dist/commonjs/sdk/events.js +22 -0
  1274. package/dist/commonjs/sdk/events.js.map +1 -0
  1275. package/dist/commonjs/sdk/integrations.d.ts +44 -0
  1276. package/dist/commonjs/sdk/integrations.d.ts.map +1 -0
  1277. package/dist/commonjs/sdk/integrations.js +62 -0
  1278. package/dist/commonjs/sdk/integrations.js.map +1 -0
  1279. package/dist/commonjs/sdk/logdrains.d.ts +60 -0
  1280. package/dist/commonjs/sdk/logdrains.d.ts.map +1 -0
  1281. package/dist/commonjs/sdk/logdrains.js +82 -0
  1282. package/dist/commonjs/sdk/logdrains.js.map +1 -0
  1283. package/dist/commonjs/sdk/projectdomains.d.ts +28 -0
  1284. package/dist/commonjs/sdk/projectdomains.d.ts.map +1 -0
  1285. package/dist/commonjs/sdk/projectdomains.js +42 -0
  1286. package/dist/commonjs/sdk/projectdomains.js.map +1 -0
  1287. package/dist/commonjs/sdk/projectmembers.d.ts +28 -0
  1288. package/dist/commonjs/sdk/projectmembers.d.ts.map +1 -0
  1289. package/dist/commonjs/sdk/projectmembers.js +42 -0
  1290. package/dist/commonjs/sdk/projectmembers.js.map +1 -0
  1291. package/dist/commonjs/sdk/projects.d.ts +61 -0
  1292. package/dist/commonjs/sdk/projects.d.ts.map +1 -0
  1293. package/dist/commonjs/sdk/projects.js +83 -0
  1294. package/dist/commonjs/sdk/projects.js.map +1 -0
  1295. package/dist/commonjs/sdk/promotions.d.ts +21 -0
  1296. package/dist/commonjs/sdk/promotions.d.ts.map +1 -0
  1297. package/dist/commonjs/sdk/promotions.js +33 -0
  1298. package/dist/commonjs/sdk/promotions.js.map +1 -0
  1299. package/dist/commonjs/sdk/protectionbypass.d.ts +12 -0
  1300. package/dist/commonjs/sdk/protectionbypass.d.ts.map +1 -0
  1301. package/dist/commonjs/sdk/protectionbypass.js +22 -0
  1302. package/dist/commonjs/sdk/protectionbypass.js.map +1 -0
  1303. package/dist/commonjs/sdk/sdk.d.ts +85 -0
  1304. package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
  1305. package/dist/commonjs/sdk/sdk.js +147 -0
  1306. package/dist/commonjs/sdk/sdk.js.map +1 -0
  1307. package/dist/commonjs/sdk/secrets.d.ts +44 -0
  1308. package/dist/commonjs/sdk/secrets.d.ts.map +1 -0
  1309. package/dist/commonjs/sdk/secrets.js +62 -0
  1310. package/dist/commonjs/sdk/secrets.js.map +1 -0
  1311. package/dist/commonjs/sdk/teams.d.ts +109 -0
  1312. package/dist/commonjs/sdk/teams.d.ts.map +1 -0
  1313. package/dist/commonjs/sdk/teams.js +142 -0
  1314. package/dist/commonjs/sdk/teams.js.map +1 -0
  1315. package/dist/commonjs/sdk/tokens.d.ts +36 -0
  1316. package/dist/commonjs/sdk/tokens.d.ts.map +1 -0
  1317. package/dist/commonjs/sdk/tokens.js +52 -0
  1318. package/dist/commonjs/sdk/tokens.js.map +1 -0
  1319. package/dist/commonjs/sdk/user.d.ts +20 -0
  1320. package/dist/commonjs/sdk/user.d.ts.map +1 -0
  1321. package/dist/commonjs/sdk/user.js +32 -0
  1322. package/dist/commonjs/sdk/user.js.map +1 -0
  1323. package/dist/commonjs/sdk/webhooks.d.ts +36 -0
  1324. package/dist/commonjs/sdk/webhooks.d.ts.map +1 -0
  1325. package/dist/commonjs/sdk/webhooks.js +52 -0
  1326. package/dist/commonjs/sdk/webhooks.js.map +1 -0
  1327. package/dist/commonjs/types/blobs.d.ts +4 -0
  1328. package/dist/commonjs/types/blobs.d.ts.map +1 -0
  1329. package/dist/commonjs/types/blobs.js +52 -0
  1330. package/dist/commonjs/types/blobs.js.map +1 -0
  1331. package/dist/commonjs/types/constdatetime.d.ts +3 -0
  1332. package/dist/commonjs/types/constdatetime.d.ts.map +1 -0
  1333. package/dist/commonjs/types/constdatetime.js +36 -0
  1334. package/dist/commonjs/types/constdatetime.js.map +1 -0
  1335. package/dist/commonjs/types/enums.d.ts +12 -0
  1336. package/dist/commonjs/types/enums.d.ts.map +1 -0
  1337. package/dist/commonjs/types/enums.js +10 -0
  1338. package/dist/commonjs/types/enums.js.map +1 -0
  1339. package/dist/commonjs/types/fp.d.ts +31 -0
  1340. package/dist/commonjs/types/fp.d.ts.map +1 -0
  1341. package/dist/commonjs/types/fp.js +37 -0
  1342. package/dist/commonjs/types/fp.js.map +1 -0
  1343. package/dist/commonjs/types/operations.d.ts +25 -0
  1344. package/dist/commonjs/types/operations.d.ts.map +1 -0
  1345. package/dist/commonjs/types/operations.js +80 -0
  1346. package/dist/commonjs/types/operations.js.map +1 -0
  1347. package/dist/commonjs/types/rfcdate.d.ts +21 -0
  1348. package/dist/commonjs/types/rfcdate.d.ts.map +1 -0
  1349. package/dist/commonjs/types/rfcdate.js +46 -0
  1350. package/dist/commonjs/types/rfcdate.js.map +1 -0
  1351. package/dist/commonjs/types/streams.d.ts +2 -0
  1352. package/dist/commonjs/types/streams.d.ts.map +1 -0
  1353. package/dist/commonjs/types/streams.js +18 -0
  1354. package/dist/commonjs/types/streams.js.map +1 -0
  1355. package/dist/esm/core.d.ts +10 -0
  1356. package/dist/esm/core.d.ts.map +1 -0
  1357. package/dist/esm/core.js +13 -0
  1358. package/dist/esm/core.js.map +1 -0
  1359. package/dist/esm/funcs/accessGroupsCreate.d.ts +15 -0
  1360. package/dist/esm/funcs/accessGroupsCreate.d.ts.map +1 -0
  1361. package/dist/esm/funcs/accessGroupsCreate.js +71 -0
  1362. package/dist/esm/funcs/accessGroupsCreate.js.map +1 -0
  1363. package/dist/esm/funcs/accessGroupsDelete.d.ts +15 -0
  1364. package/dist/esm/funcs/accessGroupsDelete.d.ts.map +1 -0
  1365. package/dist/esm/funcs/accessGroupsDelete.js +77 -0
  1366. package/dist/esm/funcs/accessGroupsDelete.js.map +1 -0
  1367. package/dist/esm/funcs/accessGroupsList.d.ts +15 -0
  1368. package/dist/esm/funcs/accessGroupsList.d.ts.map +1 -0
  1369. package/dist/esm/funcs/accessGroupsList.js +76 -0
  1370. package/dist/esm/funcs/accessGroupsList.js.map +1 -0
  1371. package/dist/esm/funcs/accessGroupsListMembers.d.ts +15 -0
  1372. package/dist/esm/funcs/accessGroupsListMembers.d.ts.map +1 -0
  1373. package/dist/esm/funcs/accessGroupsListMembers.js +79 -0
  1374. package/dist/esm/funcs/accessGroupsListMembers.js.map +1 -0
  1375. package/dist/esm/funcs/accessGroupsListProjects.d.ts +15 -0
  1376. package/dist/esm/funcs/accessGroupsListProjects.d.ts.map +1 -0
  1377. package/dist/esm/funcs/accessGroupsListProjects.js +78 -0
  1378. package/dist/esm/funcs/accessGroupsListProjects.js.map +1 -0
  1379. package/dist/esm/funcs/accessGroupsRead.d.ts +15 -0
  1380. package/dist/esm/funcs/accessGroupsRead.d.ts.map +1 -0
  1381. package/dist/esm/funcs/accessGroupsRead.js +76 -0
  1382. package/dist/esm/funcs/accessGroupsRead.js.map +1 -0
  1383. package/dist/esm/funcs/accessGroupsUpdate.d.ts +16 -0
  1384. package/dist/esm/funcs/accessGroupsUpdate.d.ts.map +1 -0
  1385. package/dist/esm/funcs/accessGroupsUpdate.js +78 -0
  1386. package/dist/esm/funcs/accessGroupsUpdate.js.map +1 -0
  1387. package/dist/esm/funcs/aliasesAssign.d.ts +15 -0
  1388. package/dist/esm/funcs/aliasesAssign.d.ts.map +1 -0
  1389. package/dist/esm/funcs/aliasesAssign.js +77 -0
  1390. package/dist/esm/funcs/aliasesAssign.js.map +1 -0
  1391. package/dist/esm/funcs/aliasesDelete.d.ts +15 -0
  1392. package/dist/esm/funcs/aliasesDelete.d.ts.map +1 -0
  1393. package/dist/esm/funcs/aliasesDelete.js +76 -0
  1394. package/dist/esm/funcs/aliasesDelete.js.map +1 -0
  1395. package/dist/esm/funcs/aliasesGet.d.ts +15 -0
  1396. package/dist/esm/funcs/aliasesGet.d.ts.map +1 -0
  1397. package/dist/esm/funcs/aliasesGet.js +81 -0
  1398. package/dist/esm/funcs/aliasesGet.js.map +1 -0
  1399. package/dist/esm/funcs/aliasesList.d.ts +16 -0
  1400. package/dist/esm/funcs/aliasesList.d.ts.map +1 -0
  1401. package/dist/esm/funcs/aliasesList.js +93 -0
  1402. package/dist/esm/funcs/aliasesList.js.map +1 -0
  1403. package/dist/esm/funcs/artifactsDownload.d.ts +15 -0
  1404. package/dist/esm/funcs/artifactsDownload.d.ts.map +1 -0
  1405. package/dist/esm/funcs/artifactsDownload.js +81 -0
  1406. package/dist/esm/funcs/artifactsDownload.js.map +1 -0
  1407. package/dist/esm/funcs/artifactsExists.d.ts +15 -0
  1408. package/dist/esm/funcs/artifactsExists.d.ts.map +1 -0
  1409. package/dist/esm/funcs/artifactsExists.js +77 -0
  1410. package/dist/esm/funcs/artifactsExists.js.map +1 -0
  1411. package/dist/esm/funcs/artifactsQuery.d.ts +17 -0
  1412. package/dist/esm/funcs/artifactsQuery.d.ts.map +1 -0
  1413. package/dist/esm/funcs/artifactsQuery.js +72 -0
  1414. package/dist/esm/funcs/artifactsQuery.js.map +1 -0
  1415. package/dist/esm/funcs/artifactsRecordEvents.d.ts +15 -0
  1416. package/dist/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  1417. package/dist/esm/funcs/artifactsRecordEvents.js +74 -0
  1418. package/dist/esm/funcs/artifactsRecordEvents.js.map +1 -0
  1419. package/dist/esm/funcs/artifactsStatus.d.ts +15 -0
  1420. package/dist/esm/funcs/artifactsStatus.d.ts.map +1 -0
  1421. package/dist/esm/funcs/artifactsStatus.js +70 -0
  1422. package/dist/esm/funcs/artifactsStatus.js.map +1 -0
  1423. package/dist/esm/funcs/artifactsUpload.d.ts +15 -0
  1424. package/dist/esm/funcs/artifactsUpload.d.ts.map +1 -0
  1425. package/dist/esm/funcs/artifactsUpload.js +82 -0
  1426. package/dist/esm/funcs/artifactsUpload.js.map +1 -0
  1427. package/dist/esm/funcs/authenticationLogin.d.ts +15 -0
  1428. package/dist/esm/funcs/authenticationLogin.d.ts.map +1 -0
  1429. package/dist/esm/funcs/authenticationLogin.js +63 -0
  1430. package/dist/esm/funcs/authenticationLogin.js.map +1 -0
  1431. package/dist/esm/funcs/authenticationVerify.d.ts +15 -0
  1432. package/dist/esm/funcs/authenticationVerify.d.ts.map +1 -0
  1433. package/dist/esm/funcs/authenticationVerify.js +78 -0
  1434. package/dist/esm/funcs/authenticationVerify.js.map +1 -0
  1435. package/dist/esm/funcs/certsGetById.d.ts +15 -0
  1436. package/dist/esm/funcs/certsGetById.d.ts.map +1 -0
  1437. package/dist/esm/funcs/certsGetById.js +76 -0
  1438. package/dist/esm/funcs/certsGetById.js.map +1 -0
  1439. package/dist/esm/funcs/certsIssue.d.ts +15 -0
  1440. package/dist/esm/funcs/certsIssue.d.ts.map +1 -0
  1441. package/dist/esm/funcs/certsIssue.js +71 -0
  1442. package/dist/esm/funcs/certsIssue.js.map +1 -0
  1443. package/dist/esm/funcs/certsRemove.d.ts +15 -0
  1444. package/dist/esm/funcs/certsRemove.d.ts.map +1 -0
  1445. package/dist/esm/funcs/certsRemove.js +76 -0
  1446. package/dist/esm/funcs/certsRemove.js.map +1 -0
  1447. package/dist/esm/funcs/certsUpload.d.ts +15 -0
  1448. package/dist/esm/funcs/certsUpload.d.ts.map +1 -0
  1449. package/dist/esm/funcs/certsUpload.js +71 -0
  1450. package/dist/esm/funcs/certsUpload.js.map +1 -0
  1451. package/dist/esm/funcs/checksCreate.d.ts +15 -0
  1452. package/dist/esm/funcs/checksCreate.d.ts.map +1 -0
  1453. package/dist/esm/funcs/checksCreate.js +77 -0
  1454. package/dist/esm/funcs/checksCreate.js.map +1 -0
  1455. package/dist/esm/funcs/checksGet.d.ts +15 -0
  1456. package/dist/esm/funcs/checksGet.d.ts.map +1 -0
  1457. package/dist/esm/funcs/checksGet.js +80 -0
  1458. package/dist/esm/funcs/checksGet.js.map +1 -0
  1459. package/dist/esm/funcs/checksList.d.ts +15 -0
  1460. package/dist/esm/funcs/checksList.d.ts.map +1 -0
  1461. package/dist/esm/funcs/checksList.js +76 -0
  1462. package/dist/esm/funcs/checksList.js.map +1 -0
  1463. package/dist/esm/funcs/checksRerequest.d.ts +15 -0
  1464. package/dist/esm/funcs/checksRerequest.d.ts.map +1 -0
  1465. package/dist/esm/funcs/checksRerequest.js +80 -0
  1466. package/dist/esm/funcs/checksRerequest.js.map +1 -0
  1467. package/dist/esm/funcs/checksUpdate.d.ts +15 -0
  1468. package/dist/esm/funcs/checksUpdate.d.ts.map +1 -0
  1469. package/dist/esm/funcs/checksUpdate.js +81 -0
  1470. package/dist/esm/funcs/checksUpdate.js.map +1 -0
  1471. package/dist/esm/funcs/dataCacheBillingSettings.d.ts +9 -0
  1472. package/dist/esm/funcs/dataCacheBillingSettings.d.ts.map +1 -0
  1473. package/dist/esm/funcs/dataCacheBillingSettings.js +57 -0
  1474. package/dist/esm/funcs/dataCacheBillingSettings.js.map +1 -0
  1475. package/dist/esm/funcs/datacachePurgeall.d.ts +9 -0
  1476. package/dist/esm/funcs/datacachePurgeall.d.ts.map +1 -0
  1477. package/dist/esm/funcs/datacachePurgeall.js +59 -0
  1478. package/dist/esm/funcs/datacachePurgeall.js.map +1 -0
  1479. package/dist/esm/funcs/deploymentsCancel.d.ts +15 -0
  1480. package/dist/esm/funcs/deploymentsCancel.d.ts.map +1 -0
  1481. package/dist/esm/funcs/deploymentsCancel.js +76 -0
  1482. package/dist/esm/funcs/deploymentsCancel.js.map +1 -0
  1483. package/dist/esm/funcs/deploymentsCreate.d.ts +15 -0
  1484. package/dist/esm/funcs/deploymentsCreate.d.ts.map +1 -0
  1485. package/dist/esm/funcs/deploymentsCreate.js +73 -0
  1486. package/dist/esm/funcs/deploymentsCreate.js.map +1 -0
  1487. package/dist/esm/funcs/deploymentsDelete.d.ts +15 -0
  1488. package/dist/esm/funcs/deploymentsDelete.d.ts.map +1 -0
  1489. package/dist/esm/funcs/deploymentsDelete.js +77 -0
  1490. package/dist/esm/funcs/deploymentsDelete.js.map +1 -0
  1491. package/dist/esm/funcs/deploymentsGet.d.ts +15 -0
  1492. package/dist/esm/funcs/deploymentsGet.d.ts.map +1 -0
  1493. package/dist/esm/funcs/deploymentsGet.js +77 -0
  1494. package/dist/esm/funcs/deploymentsGet.js.map +1 -0
  1495. package/dist/esm/funcs/deploymentsGetEvents.d.ts +21 -0
  1496. package/dist/esm/funcs/deploymentsGetEvents.d.ts.map +1 -0
  1497. package/dist/esm/funcs/deploymentsGetEvents.js +93 -0
  1498. package/dist/esm/funcs/deploymentsGetEvents.js.map +1 -0
  1499. package/dist/esm/funcs/deploymentsGetFileContents.d.ts +15 -0
  1500. package/dist/esm/funcs/deploymentsGetFileContents.d.ts.map +1 -0
  1501. package/dist/esm/funcs/deploymentsGetFileContents.js +82 -0
  1502. package/dist/esm/funcs/deploymentsGetFileContents.js.map +1 -0
  1503. package/dist/esm/funcs/deploymentsList.d.ts +16 -0
  1504. package/dist/esm/funcs/deploymentsList.d.ts.map +1 -0
  1505. package/dist/esm/funcs/deploymentsList.js +97 -0
  1506. package/dist/esm/funcs/deploymentsList.js.map +1 -0
  1507. package/dist/esm/funcs/deploymentsListAliases.d.ts +15 -0
  1508. package/dist/esm/funcs/deploymentsListAliases.d.ts.map +1 -0
  1509. package/dist/esm/funcs/deploymentsListAliases.js +76 -0
  1510. package/dist/esm/funcs/deploymentsListAliases.js.map +1 -0
  1511. package/dist/esm/funcs/deploymentsListFiles.d.ts +16 -0
  1512. package/dist/esm/funcs/deploymentsListFiles.d.ts.map +1 -0
  1513. package/dist/esm/funcs/deploymentsListFiles.js +78 -0
  1514. package/dist/esm/funcs/deploymentsListFiles.js.map +1 -0
  1515. package/dist/esm/funcs/deploymentsUploadFile.d.ts +15 -0
  1516. package/dist/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  1517. package/dist/esm/funcs/deploymentsUploadFile.js +80 -0
  1518. package/dist/esm/funcs/deploymentsUploadFile.js.map +1 -0
  1519. package/dist/esm/funcs/dnsCreateRecord.d.ts +15 -0
  1520. package/dist/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  1521. package/dist/esm/funcs/dnsCreateRecord.js +77 -0
  1522. package/dist/esm/funcs/dnsCreateRecord.js.map +1 -0
  1523. package/dist/esm/funcs/dnsListRecords.d.ts +16 -0
  1524. package/dist/esm/funcs/dnsListRecords.d.ts.map +1 -0
  1525. package/dist/esm/funcs/dnsListRecords.js +95 -0
  1526. package/dist/esm/funcs/dnsListRecords.js.map +1 -0
  1527. package/dist/esm/funcs/dnsRemoveRecord.d.ts +15 -0
  1528. package/dist/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  1529. package/dist/esm/funcs/dnsRemoveRecord.js +80 -0
  1530. package/dist/esm/funcs/dnsRemoveRecord.js.map +1 -0
  1531. package/dist/esm/funcs/dnsUpdateRecord.d.ts +15 -0
  1532. package/dist/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  1533. package/dist/esm/funcs/dnsUpdateRecord.js +77 -0
  1534. package/dist/esm/funcs/dnsUpdateRecord.js.map +1 -0
  1535. package/dist/esm/funcs/domainsBuy.d.ts +15 -0
  1536. package/dist/esm/funcs/domainsBuy.d.ts.map +1 -0
  1537. package/dist/esm/funcs/domainsBuy.js +71 -0
  1538. package/dist/esm/funcs/domainsBuy.js.map +1 -0
  1539. package/dist/esm/funcs/domainsCheckPrice.d.ts +15 -0
  1540. package/dist/esm/funcs/domainsCheckPrice.d.ts.map +1 -0
  1541. package/dist/esm/funcs/domainsCheckPrice.js +72 -0
  1542. package/dist/esm/funcs/domainsCheckPrice.js.map +1 -0
  1543. package/dist/esm/funcs/domainsCheckStatus.d.ts +15 -0
  1544. package/dist/esm/funcs/domainsCheckStatus.d.ts.map +1 -0
  1545. package/dist/esm/funcs/domainsCheckStatus.js +71 -0
  1546. package/dist/esm/funcs/domainsCheckStatus.js.map +1 -0
  1547. package/dist/esm/funcs/domainsCreate.d.ts +15 -0
  1548. package/dist/esm/funcs/domainsCreate.d.ts.map +1 -0
  1549. package/dist/esm/funcs/domainsCreate.js +77 -0
  1550. package/dist/esm/funcs/domainsCreate.js.map +1 -0
  1551. package/dist/esm/funcs/domainsCreateOrTransfer.d.ts +15 -0
  1552. package/dist/esm/funcs/domainsCreateOrTransfer.d.ts.map +1 -0
  1553. package/dist/esm/funcs/domainsCreateOrTransfer.js +71 -0
  1554. package/dist/esm/funcs/domainsCreateOrTransfer.js.map +1 -0
  1555. package/dist/esm/funcs/domainsDelete.d.ts +15 -0
  1556. package/dist/esm/funcs/domainsDelete.d.ts.map +1 -0
  1557. package/dist/esm/funcs/domainsDelete.js +76 -0
  1558. package/dist/esm/funcs/domainsDelete.js.map +1 -0
  1559. package/dist/esm/funcs/domainsGet.d.ts +15 -0
  1560. package/dist/esm/funcs/domainsGet.d.ts.map +1 -0
  1561. package/dist/esm/funcs/domainsGet.js +76 -0
  1562. package/dist/esm/funcs/domainsGet.js.map +1 -0
  1563. package/dist/esm/funcs/domainsGetConfig.d.ts +15 -0
  1564. package/dist/esm/funcs/domainsGetConfig.d.ts.map +1 -0
  1565. package/dist/esm/funcs/domainsGetConfig.js +77 -0
  1566. package/dist/esm/funcs/domainsGetConfig.js.map +1 -0
  1567. package/dist/esm/funcs/domainsGetTransfer.d.ts +15 -0
  1568. package/dist/esm/funcs/domainsGetTransfer.d.ts.map +1 -0
  1569. package/dist/esm/funcs/domainsGetTransfer.js +76 -0
  1570. package/dist/esm/funcs/domainsGetTransfer.js.map +1 -0
  1571. package/dist/esm/funcs/domainsList.d.ts +16 -0
  1572. package/dist/esm/funcs/domainsList.d.ts.map +1 -0
  1573. package/dist/esm/funcs/domainsList.js +89 -0
  1574. package/dist/esm/funcs/domainsList.js.map +1 -0
  1575. package/dist/esm/funcs/domainsListByProject.d.ts +16 -0
  1576. package/dist/esm/funcs/domainsListByProject.d.ts.map +1 -0
  1577. package/dist/esm/funcs/domainsListByProject.js +101 -0
  1578. package/dist/esm/funcs/domainsListByProject.js.map +1 -0
  1579. package/dist/esm/funcs/domainsUpdate.d.ts +15 -0
  1580. package/dist/esm/funcs/domainsUpdate.d.ts.map +1 -0
  1581. package/dist/esm/funcs/domainsUpdate.js +77 -0
  1582. package/dist/esm/funcs/domainsUpdate.js.map +1 -0
  1583. package/dist/esm/funcs/domainsVerify.d.ts +15 -0
  1584. package/dist/esm/funcs/domainsVerify.d.ts.map +1 -0
  1585. package/dist/esm/funcs/domainsVerify.js +80 -0
  1586. package/dist/esm/funcs/domainsVerify.js.map +1 -0
  1587. package/dist/esm/funcs/edgeConfigsCreate.d.ts +15 -0
  1588. package/dist/esm/funcs/edgeConfigsCreate.d.ts.map +1 -0
  1589. package/dist/esm/funcs/edgeConfigsCreate.js +71 -0
  1590. package/dist/esm/funcs/edgeConfigsCreate.js.map +1 -0
  1591. package/dist/esm/funcs/edgeConfigsCreateToken.d.ts +15 -0
  1592. package/dist/esm/funcs/edgeConfigsCreateToken.d.ts.map +1 -0
  1593. package/dist/esm/funcs/edgeConfigsCreateToken.js +77 -0
  1594. package/dist/esm/funcs/edgeConfigsCreateToken.js.map +1 -0
  1595. package/dist/esm/funcs/edgeConfigsDelete.d.ts +15 -0
  1596. package/dist/esm/funcs/edgeConfigsDelete.d.ts.map +1 -0
  1597. package/dist/esm/funcs/edgeConfigsDelete.js +77 -0
  1598. package/dist/esm/funcs/edgeConfigsDelete.js.map +1 -0
  1599. package/dist/esm/funcs/edgeConfigsDeleteSchema.d.ts +15 -0
  1600. package/dist/esm/funcs/edgeConfigsDeleteSchema.d.ts.map +1 -0
  1601. package/dist/esm/funcs/edgeConfigsDeleteSchema.js +77 -0
  1602. package/dist/esm/funcs/edgeConfigsDeleteSchema.js.map +1 -0
  1603. package/dist/esm/funcs/edgeConfigsDeleteTokens.d.ts +15 -0
  1604. package/dist/esm/funcs/edgeConfigsDeleteTokens.d.ts.map +1 -0
  1605. package/dist/esm/funcs/edgeConfigsDeleteTokens.js +78 -0
  1606. package/dist/esm/funcs/edgeConfigsDeleteTokens.js.map +1 -0
  1607. package/dist/esm/funcs/edgeConfigsGet.d.ts +15 -0
  1608. package/dist/esm/funcs/edgeConfigsGet.d.ts.map +1 -0
  1609. package/dist/esm/funcs/edgeConfigsGet.js +76 -0
  1610. package/dist/esm/funcs/edgeConfigsGet.js.map +1 -0
  1611. package/dist/esm/funcs/edgeConfigsGetItem.d.ts +16 -0
  1612. package/dist/esm/funcs/edgeConfigsGetItem.d.ts.map +1 -0
  1613. package/dist/esm/funcs/edgeConfigsGetItem.js +78 -0
  1614. package/dist/esm/funcs/edgeConfigsGetItem.js.map +1 -0
  1615. package/dist/esm/funcs/edgeConfigsGetItems.d.ts +16 -0
  1616. package/dist/esm/funcs/edgeConfigsGetItems.d.ts.map +1 -0
  1617. package/dist/esm/funcs/edgeConfigsGetItems.js +77 -0
  1618. package/dist/esm/funcs/edgeConfigsGetItems.js.map +1 -0
  1619. package/dist/esm/funcs/edgeConfigsGetSchema.d.ts +15 -0
  1620. package/dist/esm/funcs/edgeConfigsGetSchema.d.ts.map +1 -0
  1621. package/dist/esm/funcs/edgeConfigsGetSchema.js +76 -0
  1622. package/dist/esm/funcs/edgeConfigsGetSchema.js.map +1 -0
  1623. package/dist/esm/funcs/edgeConfigsGetToken.d.ts +16 -0
  1624. package/dist/esm/funcs/edgeConfigsGetToken.d.ts.map +1 -0
  1625. package/dist/esm/funcs/edgeConfigsGetToken.js +81 -0
  1626. package/dist/esm/funcs/edgeConfigsGetToken.js.map +1 -0
  1627. package/dist/esm/funcs/edgeConfigsGetTokens.d.ts +16 -0
  1628. package/dist/esm/funcs/edgeConfigsGetTokens.d.ts.map +1 -0
  1629. package/dist/esm/funcs/edgeConfigsGetTokens.js +77 -0
  1630. package/dist/esm/funcs/edgeConfigsGetTokens.js.map +1 -0
  1631. package/dist/esm/funcs/edgeConfigsList.d.ts +15 -0
  1632. package/dist/esm/funcs/edgeConfigsList.d.ts.map +1 -0
  1633. package/dist/esm/funcs/edgeConfigsList.js +70 -0
  1634. package/dist/esm/funcs/edgeConfigsList.js.map +1 -0
  1635. package/dist/esm/funcs/edgeConfigsUpdate.d.ts +15 -0
  1636. package/dist/esm/funcs/edgeConfigsUpdate.d.ts.map +1 -0
  1637. package/dist/esm/funcs/edgeConfigsUpdate.js +77 -0
  1638. package/dist/esm/funcs/edgeConfigsUpdate.js.map +1 -0
  1639. package/dist/esm/funcs/edgeConfigsUpdateSchema.d.ts +15 -0
  1640. package/dist/esm/funcs/edgeConfigsUpdateSchema.d.ts.map +1 -0
  1641. package/dist/esm/funcs/edgeConfigsUpdateSchema.js +78 -0
  1642. package/dist/esm/funcs/edgeConfigsUpdateSchema.js.map +1 -0
  1643. package/dist/esm/funcs/envsCreate.d.ts +15 -0
  1644. package/dist/esm/funcs/envsCreate.d.ts.map +1 -0
  1645. package/dist/esm/funcs/envsCreate.js +78 -0
  1646. package/dist/esm/funcs/envsCreate.js.map +1 -0
  1647. package/dist/esm/funcs/envsDelete.d.ts +15 -0
  1648. package/dist/esm/funcs/envsDelete.d.ts.map +1 -0
  1649. package/dist/esm/funcs/envsDelete.js +80 -0
  1650. package/dist/esm/funcs/envsDelete.js.map +1 -0
  1651. package/dist/esm/funcs/envsGet.d.ts +15 -0
  1652. package/dist/esm/funcs/envsGet.d.ts.map +1 -0
  1653. package/dist/esm/funcs/envsGet.js +80 -0
  1654. package/dist/esm/funcs/envsGet.js.map +1 -0
  1655. package/dist/esm/funcs/envsListByProject.d.ts +15 -0
  1656. package/dist/esm/funcs/envsListByProject.d.ts.map +1 -0
  1657. package/dist/esm/funcs/envsListByProject.js +79 -0
  1658. package/dist/esm/funcs/envsListByProject.js.map +1 -0
  1659. package/dist/esm/funcs/envsUpdate.d.ts +15 -0
  1660. package/dist/esm/funcs/envsUpdate.d.ts.map +1 -0
  1661. package/dist/esm/funcs/envsUpdate.js +81 -0
  1662. package/dist/esm/funcs/envsUpdate.js.map +1 -0
  1663. package/dist/esm/funcs/eventsList.d.ts +15 -0
  1664. package/dist/esm/funcs/eventsList.d.ts.map +1 -0
  1665. package/dist/esm/funcs/eventsList.js +76 -0
  1666. package/dist/esm/funcs/eventsList.js.map +1 -0
  1667. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
  1668. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  1669. package/dist/esm/funcs/integrationsDeleteConfiguration.js +77 -0
  1670. package/dist/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  1671. package/dist/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
  1672. package/dist/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  1673. package/dist/esm/funcs/integrationsGetConfiguration.js +76 -0
  1674. package/dist/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  1675. package/dist/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
  1676. package/dist/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  1677. package/dist/esm/funcs/integrationsGetConfigurations.js +71 -0
  1678. package/dist/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  1679. package/dist/esm/funcs/integrationsGetGitNamespaces.d.ts +15 -0
  1680. package/dist/esm/funcs/integrationsGetGitNamespaces.d.ts.map +1 -0
  1681. package/dist/esm/funcs/integrationsGetGitNamespaces.js +73 -0
  1682. package/dist/esm/funcs/integrationsGetGitNamespaces.js.map +1 -0
  1683. package/dist/esm/funcs/integrationsSearchRepos.d.ts +15 -0
  1684. package/dist/esm/funcs/integrationsSearchRepos.d.ts.map +1 -0
  1685. package/dist/esm/funcs/integrationsSearchRepos.js +75 -0
  1686. package/dist/esm/funcs/integrationsSearchRepos.js.map +1 -0
  1687. package/dist/esm/funcs/listDeploymentBuilds.d.ts +12 -0
  1688. package/dist/esm/funcs/listDeploymentBuilds.d.ts.map +1 -0
  1689. package/dist/esm/funcs/listDeploymentBuilds.js +63 -0
  1690. package/dist/esm/funcs/listDeploymentBuilds.js.map +1 -0
  1691. package/dist/esm/funcs/logDrainsCreate.d.ts +15 -0
  1692. package/dist/esm/funcs/logDrainsCreate.d.ts.map +1 -0
  1693. package/dist/esm/funcs/logDrainsCreate.js +71 -0
  1694. package/dist/esm/funcs/logDrainsCreate.js.map +1 -0
  1695. package/dist/esm/funcs/logDrainsCreateConfigurable.d.ts +15 -0
  1696. package/dist/esm/funcs/logDrainsCreateConfigurable.d.ts.map +1 -0
  1697. package/dist/esm/funcs/logDrainsCreateConfigurable.js +71 -0
  1698. package/dist/esm/funcs/logDrainsCreateConfigurable.js.map +1 -0
  1699. package/dist/esm/funcs/logDrainsDeleteConfigurable.d.ts +15 -0
  1700. package/dist/esm/funcs/logDrainsDeleteConfigurable.d.ts.map +1 -0
  1701. package/dist/esm/funcs/logDrainsDeleteConfigurable.js +77 -0
  1702. package/dist/esm/funcs/logDrainsDeleteConfigurable.js.map +1 -0
  1703. package/dist/esm/funcs/logDrainsDeleteIntegration.d.ts +15 -0
  1704. package/dist/esm/funcs/logDrainsDeleteIntegration.d.ts.map +1 -0
  1705. package/dist/esm/funcs/logDrainsDeleteIntegration.js +77 -0
  1706. package/dist/esm/funcs/logDrainsDeleteIntegration.js.map +1 -0
  1707. package/dist/esm/funcs/logDrainsGetAll.d.ts +15 -0
  1708. package/dist/esm/funcs/logDrainsGetAll.d.ts.map +1 -0
  1709. package/dist/esm/funcs/logDrainsGetAll.js +72 -0
  1710. package/dist/esm/funcs/logDrainsGetAll.js.map +1 -0
  1711. package/dist/esm/funcs/logDrainsGetConfigurable.d.ts +15 -0
  1712. package/dist/esm/funcs/logDrainsGetConfigurable.d.ts.map +1 -0
  1713. package/dist/esm/funcs/logDrainsGetConfigurable.js +76 -0
  1714. package/dist/esm/funcs/logDrainsGetConfigurable.js.map +1 -0
  1715. package/dist/esm/funcs/logDrainsList.d.ts +15 -0
  1716. package/dist/esm/funcs/logDrainsList.d.ts.map +1 -0
  1717. package/dist/esm/funcs/logDrainsList.js +71 -0
  1718. package/dist/esm/funcs/logDrainsList.js.map +1 -0
  1719. package/dist/esm/funcs/projectDomainsDelete.d.ts +15 -0
  1720. package/dist/esm/funcs/projectDomainsDelete.d.ts.map +1 -0
  1721. package/dist/esm/funcs/projectDomainsDelete.js +80 -0
  1722. package/dist/esm/funcs/projectDomainsDelete.js.map +1 -0
  1723. package/dist/esm/funcs/projectDomainsGet.d.ts +15 -0
  1724. package/dist/esm/funcs/projectDomainsGet.d.ts.map +1 -0
  1725. package/dist/esm/funcs/projectDomainsGet.js +80 -0
  1726. package/dist/esm/funcs/projectDomainsGet.js.map +1 -0
  1727. package/dist/esm/funcs/projectDomainsUpdate.d.ts +15 -0
  1728. package/dist/esm/funcs/projectDomainsUpdate.d.ts.map +1 -0
  1729. package/dist/esm/funcs/projectDomainsUpdate.js +81 -0
  1730. package/dist/esm/funcs/projectDomainsUpdate.js.map +1 -0
  1731. package/dist/esm/funcs/projectMembersAdd.d.ts +15 -0
  1732. package/dist/esm/funcs/projectMembersAdd.d.ts.map +1 -0
  1733. package/dist/esm/funcs/projectMembersAdd.js +77 -0
  1734. package/dist/esm/funcs/projectMembersAdd.js.map +1 -0
  1735. package/dist/esm/funcs/projectMembersGet.d.ts +15 -0
  1736. package/dist/esm/funcs/projectMembersGet.d.ts.map +1 -0
  1737. package/dist/esm/funcs/projectMembersGet.js +80 -0
  1738. package/dist/esm/funcs/projectMembersGet.js.map +1 -0
  1739. package/dist/esm/funcs/projectMembersRemove.d.ts +15 -0
  1740. package/dist/esm/funcs/projectMembersRemove.d.ts.map +1 -0
  1741. package/dist/esm/funcs/projectMembersRemove.js +80 -0
  1742. package/dist/esm/funcs/projectMembersRemove.js.map +1 -0
  1743. package/dist/esm/funcs/projectsCreate.d.ts +15 -0
  1744. package/dist/esm/funcs/projectsCreate.d.ts.map +1 -0
  1745. package/dist/esm/funcs/projectsCreate.js +71 -0
  1746. package/dist/esm/funcs/projectsCreate.js.map +1 -0
  1747. package/dist/esm/funcs/projectsDelete.d.ts +15 -0
  1748. package/dist/esm/funcs/projectsDelete.d.ts.map +1 -0
  1749. package/dist/esm/funcs/projectsDelete.js +77 -0
  1750. package/dist/esm/funcs/projectsDelete.js.map +1 -0
  1751. package/dist/esm/funcs/projectsGetAll.d.ts +16 -0
  1752. package/dist/esm/funcs/projectsGetAll.d.ts.map +1 -0
  1753. package/dist/esm/funcs/projectsGetAll.js +97 -0
  1754. package/dist/esm/funcs/projectsGetAll.js.map +1 -0
  1755. package/dist/esm/funcs/projectsPause.d.ts +15 -0
  1756. package/dist/esm/funcs/projectsPause.d.ts.map +1 -0
  1757. package/dist/esm/funcs/projectsPause.js +77 -0
  1758. package/dist/esm/funcs/projectsPause.js.map +1 -0
  1759. package/dist/esm/funcs/projectsUnpause.d.ts +15 -0
  1760. package/dist/esm/funcs/projectsUnpause.d.ts.map +1 -0
  1761. package/dist/esm/funcs/projectsUnpause.js +77 -0
  1762. package/dist/esm/funcs/projectsUnpause.js.map +1 -0
  1763. package/dist/esm/funcs/projectsUpdate.d.ts +15 -0
  1764. package/dist/esm/funcs/projectsUpdate.d.ts.map +1 -0
  1765. package/dist/esm/funcs/projectsUpdate.js +77 -0
  1766. package/dist/esm/funcs/projectsUpdate.js.map +1 -0
  1767. package/dist/esm/funcs/projectsUpdateDataCache.d.ts +15 -0
  1768. package/dist/esm/funcs/projectsUpdateDataCache.d.ts.map +1 -0
  1769. package/dist/esm/funcs/projectsUpdateDataCache.js +77 -0
  1770. package/dist/esm/funcs/projectsUpdateDataCache.js.map +1 -0
  1771. package/dist/esm/funcs/promotionsCreate.d.ts +15 -0
  1772. package/dist/esm/funcs/promotionsCreate.d.ts.map +1 -0
  1773. package/dist/esm/funcs/promotionsCreate.js +81 -0
  1774. package/dist/esm/funcs/promotionsCreate.js.map +1 -0
  1775. package/dist/esm/funcs/promotionsListAliases.d.ts +16 -0
  1776. package/dist/esm/funcs/promotionsListAliases.d.ts.map +1 -0
  1777. package/dist/esm/funcs/promotionsListAliases.js +96 -0
  1778. package/dist/esm/funcs/promotionsListAliases.js.map +1 -0
  1779. package/dist/esm/funcs/protectionBypassUpdate.d.ts +15 -0
  1780. package/dist/esm/funcs/protectionBypassUpdate.d.ts.map +1 -0
  1781. package/dist/esm/funcs/protectionBypassUpdate.js +77 -0
  1782. package/dist/esm/funcs/protectionBypassUpdate.js.map +1 -0
  1783. package/dist/esm/funcs/secretsCreate.d.ts +15 -0
  1784. package/dist/esm/funcs/secretsCreate.d.ts.map +1 -0
  1785. package/dist/esm/funcs/secretsCreate.js +72 -0
  1786. package/dist/esm/funcs/secretsCreate.js.map +1 -0
  1787. package/dist/esm/funcs/secretsDelete.d.ts +15 -0
  1788. package/dist/esm/funcs/secretsDelete.d.ts.map +1 -0
  1789. package/dist/esm/funcs/secretsDelete.js +76 -0
  1790. package/dist/esm/funcs/secretsDelete.js.map +1 -0
  1791. package/dist/esm/funcs/secretsGet.d.ts +15 -0
  1792. package/dist/esm/funcs/secretsGet.d.ts.map +1 -0
  1793. package/dist/esm/funcs/secretsGet.js +77 -0
  1794. package/dist/esm/funcs/secretsGet.js.map +1 -0
  1795. package/dist/esm/funcs/secretsList.d.ts +15 -0
  1796. package/dist/esm/funcs/secretsList.d.ts.map +1 -0
  1797. package/dist/esm/funcs/secretsList.js +72 -0
  1798. package/dist/esm/funcs/secretsList.js.map +1 -0
  1799. package/dist/esm/funcs/secretsRename.d.ts +15 -0
  1800. package/dist/esm/funcs/secretsRename.d.ts.map +1 -0
  1801. package/dist/esm/funcs/secretsRename.js +77 -0
  1802. package/dist/esm/funcs/secretsRename.js.map +1 -0
  1803. package/dist/esm/funcs/teamsCreate.d.ts +15 -0
  1804. package/dist/esm/funcs/teamsCreate.d.ts.map +1 -0
  1805. package/dist/esm/funcs/teamsCreate.js +68 -0
  1806. package/dist/esm/funcs/teamsCreate.js.map +1 -0
  1807. package/dist/esm/funcs/teamsDelete.d.ts +15 -0
  1808. package/dist/esm/funcs/teamsDelete.d.ts.map +1 -0
  1809. package/dist/esm/funcs/teamsDelete.js +77 -0
  1810. package/dist/esm/funcs/teamsDelete.js.map +1 -0
  1811. package/dist/esm/funcs/teamsDeleteInviteCode.d.ts +15 -0
  1812. package/dist/esm/funcs/teamsDeleteInviteCode.d.ts.map +1 -0
  1813. package/dist/esm/funcs/teamsDeleteInviteCode.js +75 -0
  1814. package/dist/esm/funcs/teamsDeleteInviteCode.js.map +1 -0
  1815. package/dist/esm/funcs/teamsGet.d.ts +16 -0
  1816. package/dist/esm/funcs/teamsGet.d.ts.map +1 -0
  1817. package/dist/esm/funcs/teamsGet.js +72 -0
  1818. package/dist/esm/funcs/teamsGet.js.map +1 -0
  1819. package/dist/esm/funcs/teamsGetAccessRequest.d.ts +15 -0
  1820. package/dist/esm/funcs/teamsGetAccessRequest.d.ts.map +1 -0
  1821. package/dist/esm/funcs/teamsGetAccessRequest.js +75 -0
  1822. package/dist/esm/funcs/teamsGetAccessRequest.js.map +1 -0
  1823. package/dist/esm/funcs/teamsGetMembers.d.ts +15 -0
  1824. package/dist/esm/funcs/teamsGetMembers.d.ts.map +1 -0
  1825. package/dist/esm/funcs/teamsGetMembers.js +81 -0
  1826. package/dist/esm/funcs/teamsGetMembers.js.map +1 -0
  1827. package/dist/esm/funcs/teamsInviteUser.d.ts +15 -0
  1828. package/dist/esm/funcs/teamsInviteUser.d.ts.map +1 -0
  1829. package/dist/esm/funcs/teamsInviteUser.js +72 -0
  1830. package/dist/esm/funcs/teamsInviteUser.js.map +1 -0
  1831. package/dist/esm/funcs/teamsJoin.d.ts +15 -0
  1832. package/dist/esm/funcs/teamsJoin.d.ts.map +1 -0
  1833. package/dist/esm/funcs/teamsJoin.js +72 -0
  1834. package/dist/esm/funcs/teamsJoin.js.map +1 -0
  1835. package/dist/esm/funcs/teamsList.d.ts +15 -0
  1836. package/dist/esm/funcs/teamsList.d.ts.map +1 -0
  1837. package/dist/esm/funcs/teamsList.js +71 -0
  1838. package/dist/esm/funcs/teamsList.js.map +1 -0
  1839. package/dist/esm/funcs/teamsRemoveMember.d.ts +15 -0
  1840. package/dist/esm/funcs/teamsRemoveMember.d.ts.map +1 -0
  1841. package/dist/esm/funcs/teamsRemoveMember.js +75 -0
  1842. package/dist/esm/funcs/teamsRemoveMember.js.map +1 -0
  1843. package/dist/esm/funcs/teamsRequestAccess.d.ts +15 -0
  1844. package/dist/esm/funcs/teamsRequestAccess.d.ts.map +1 -0
  1845. package/dist/esm/funcs/teamsRequestAccess.js +72 -0
  1846. package/dist/esm/funcs/teamsRequestAccess.js.map +1 -0
  1847. package/dist/esm/funcs/teamsUpdate.d.ts +16 -0
  1848. package/dist/esm/funcs/teamsUpdate.d.ts.map +1 -0
  1849. package/dist/esm/funcs/teamsUpdate.js +77 -0
  1850. package/dist/esm/funcs/teamsUpdate.js.map +1 -0
  1851. package/dist/esm/funcs/teamsUpdateMember.d.ts +15 -0
  1852. package/dist/esm/funcs/teamsUpdateMember.d.ts.map +1 -0
  1853. package/dist/esm/funcs/teamsUpdateMember.js +76 -0
  1854. package/dist/esm/funcs/teamsUpdateMember.js.map +1 -0
  1855. package/dist/esm/funcs/tokensCreate.d.ts +15 -0
  1856. package/dist/esm/funcs/tokensCreate.d.ts.map +1 -0
  1857. package/dist/esm/funcs/tokensCreate.js +71 -0
  1858. package/dist/esm/funcs/tokensCreate.js.map +1 -0
  1859. package/dist/esm/funcs/tokensDelete.d.ts +15 -0
  1860. package/dist/esm/funcs/tokensDelete.d.ts.map +1 -0
  1861. package/dist/esm/funcs/tokensDelete.js +71 -0
  1862. package/dist/esm/funcs/tokensDelete.js.map +1 -0
  1863. package/dist/esm/funcs/tokensGet.d.ts +15 -0
  1864. package/dist/esm/funcs/tokensGet.d.ts.map +1 -0
  1865. package/dist/esm/funcs/tokensGet.js +71 -0
  1866. package/dist/esm/funcs/tokensGet.js.map +1 -0
  1867. package/dist/esm/funcs/tokensList.d.ts +15 -0
  1868. package/dist/esm/funcs/tokensList.d.ts.map +1 -0
  1869. package/dist/esm/funcs/tokensList.js +55 -0
  1870. package/dist/esm/funcs/tokensList.js.map +1 -0
  1871. package/dist/esm/funcs/userGetAuthUser.d.ts +15 -0
  1872. package/dist/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  1873. package/dist/esm/funcs/userGetAuthUser.js +55 -0
  1874. package/dist/esm/funcs/userGetAuthUser.js.map +1 -0
  1875. package/dist/esm/funcs/userRequestDelete.d.ts +15 -0
  1876. package/dist/esm/funcs/userRequestDelete.d.ts.map +1 -0
  1877. package/dist/esm/funcs/userRequestDelete.js +68 -0
  1878. package/dist/esm/funcs/userRequestDelete.js.map +1 -0
  1879. package/dist/esm/funcs/webhooksCreate.d.ts +15 -0
  1880. package/dist/esm/funcs/webhooksCreate.d.ts.map +1 -0
  1881. package/dist/esm/funcs/webhooksCreate.js +71 -0
  1882. package/dist/esm/funcs/webhooksCreate.js.map +1 -0
  1883. package/dist/esm/funcs/webhooksDelete.d.ts +15 -0
  1884. package/dist/esm/funcs/webhooksDelete.d.ts.map +1 -0
  1885. package/dist/esm/funcs/webhooksDelete.js +77 -0
  1886. package/dist/esm/funcs/webhooksDelete.js.map +1 -0
  1887. package/dist/esm/funcs/webhooksGet.d.ts +15 -0
  1888. package/dist/esm/funcs/webhooksGet.d.ts.map +1 -0
  1889. package/dist/esm/funcs/webhooksGet.js +76 -0
  1890. package/dist/esm/funcs/webhooksGet.js.map +1 -0
  1891. package/dist/esm/funcs/webhooksList.d.ts +15 -0
  1892. package/dist/esm/funcs/webhooksList.d.ts.map +1 -0
  1893. package/dist/esm/funcs/webhooksList.js +71 -0
  1894. package/dist/esm/funcs/webhooksList.js.map +1 -0
  1895. package/dist/esm/hooks/hooks.d.ts +24 -0
  1896. package/dist/esm/hooks/hooks.d.ts.map +1 -0
  1897. package/dist/esm/hooks/hooks.js +64 -0
  1898. package/dist/esm/hooks/hooks.js.map +1 -0
  1899. package/dist/esm/hooks/registration.d.ts +3 -0
  1900. package/dist/esm/hooks/registration.d.ts.map +1 -0
  1901. package/dist/esm/hooks/registration.js +12 -0
  1902. package/dist/esm/hooks/registration.js.map +1 -0
  1903. package/dist/esm/hooks/types.d.ts +72 -0
  1904. package/dist/esm/hooks/types.d.ts.map +1 -0
  1905. package/dist/esm/hooks/types.js +5 -0
  1906. package/dist/esm/hooks/types.js.map +1 -0
  1907. package/dist/esm/index.d.ts +4 -0
  1908. package/dist/esm/index.d.ts.map +1 -0
  1909. package/dist/esm/index.js +7 -0
  1910. package/dist/esm/index.js.map +1 -0
  1911. package/dist/esm/lib/base64.d.ts +10 -0
  1912. package/dist/esm/lib/base64.d.ts.map +1 -0
  1913. package/dist/esm/lib/base64.js +29 -0
  1914. package/dist/esm/lib/base64.js.map +1 -0
  1915. package/dist/esm/lib/config.d.ts +34 -0
  1916. package/dist/esm/lib/config.d.ts.map +1 -0
  1917. package/dist/esm/lib/config.js +35 -0
  1918. package/dist/esm/lib/config.js.map +1 -0
  1919. package/dist/esm/lib/dlv.d.ts +14 -0
  1920. package/dist/esm/lib/dlv.d.ts.map +1 -0
  1921. package/dist/esm/lib/dlv.js +46 -0
  1922. package/dist/esm/lib/dlv.js.map +1 -0
  1923. package/dist/esm/lib/encodings.d.ts +51 -0
  1924. package/dist/esm/lib/encodings.d.ts.map +1 -0
  1925. package/dist/esm/lib/encodings.js +330 -0
  1926. package/dist/esm/lib/encodings.js.map +1 -0
  1927. package/dist/esm/lib/files.d.ts +8 -0
  1928. package/dist/esm/lib/files.d.ts.map +1 -0
  1929. package/dist/esm/lib/files.js +33 -0
  1930. package/dist/esm/lib/files.js.map +1 -0
  1931. package/dist/esm/lib/http.d.ts +67 -0
  1932. package/dist/esm/lib/http.d.ts.map +1 -0
  1933. package/dist/esm/lib/http.js +208 -0
  1934. package/dist/esm/lib/http.js.map +1 -0
  1935. package/dist/esm/lib/is-plain-object.d.ts +2 -0
  1936. package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
  1937. package/dist/esm/lib/is-plain-object.js +38 -0
  1938. package/dist/esm/lib/is-plain-object.js.map +1 -0
  1939. package/dist/esm/lib/logger.d.ts +6 -0
  1940. package/dist/esm/lib/logger.d.ts.map +1 -0
  1941. package/dist/esm/lib/logger.js +5 -0
  1942. package/dist/esm/lib/logger.js.map +1 -0
  1943. package/dist/esm/lib/matchers.d.ts +64 -0
  1944. package/dist/esm/lib/matchers.d.ts.map +1 -0
  1945. package/dist/esm/lib/matchers.js +187 -0
  1946. package/dist/esm/lib/matchers.js.map +1 -0
  1947. package/dist/esm/lib/primitives.d.ts +16 -0
  1948. package/dist/esm/lib/primitives.d.ts.map +1 -0
  1949. package/dist/esm/lib/primitives.js +26 -0
  1950. package/dist/esm/lib/primitives.js.map +1 -0
  1951. package/dist/esm/lib/retries.d.ts +18 -0
  1952. package/dist/esm/lib/retries.d.ts.map +1 -0
  1953. package/dist/esm/lib/retries.js +127 -0
  1954. package/dist/esm/lib/retries.js.map +1 -0
  1955. package/dist/esm/lib/schemas.d.ts +19 -0
  1956. package/dist/esm/lib/schemas.d.ts.map +1 -0
  1957. package/dist/esm/lib/schemas.js +54 -0
  1958. package/dist/esm/lib/schemas.js.map +1 -0
  1959. package/dist/esm/lib/sdks.d.ts +59 -0
  1960. package/dist/esm/lib/sdks.d.ts.map +1 -0
  1961. package/dist/esm/lib/sdks.js +251 -0
  1962. package/dist/esm/lib/sdks.js.map +1 -0
  1963. package/dist/esm/lib/security.d.ts +63 -0
  1964. package/dist/esm/lib/security.d.ts.map +1 -0
  1965. package/dist/esm/lib/security.js +121 -0
  1966. package/dist/esm/lib/security.js.map +1 -0
  1967. package/dist/esm/lib/url.d.ts +5 -0
  1968. package/dist/esm/lib/url.d.ts.map +1 -0
  1969. package/dist/esm/lib/url.js +22 -0
  1970. package/dist/esm/lib/url.js.map +1 -0
  1971. package/dist/esm/models/components/accessgroup.d.ts +61 -0
  1972. package/dist/esm/models/components/accessgroup.d.ts.map +1 -0
  1973. package/dist/esm/models/components/accessgroup.js +36 -0
  1974. package/dist/esm/models/components/accessgroup.js.map +1 -0
  1975. package/dist/esm/models/components/aclaction.d.ts +43 -0
  1976. package/dist/esm/models/components/aclaction.d.ts.map +1 -0
  1977. package/dist/esm/models/components/aclaction.js +31 -0
  1978. package/dist/esm/models/components/aclaction.js.map +1 -0
  1979. package/dist/esm/models/components/authtoken.d.ts +276 -0
  1980. package/dist/esm/models/components/authtoken.d.ts.map +1 -0
  1981. package/dist/esm/models/components/authtoken.js +203 -0
  1982. package/dist/esm/models/components/authtoken.js.map +1 -0
  1983. package/dist/esm/models/components/authuser.d.ts +5747 -0
  1984. package/dist/esm/models/components/authuser.d.ts.map +1 -0
  1985. package/dist/esm/models/components/authuser.js +4582 -0
  1986. package/dist/esm/models/components/authuser.js.map +1 -0
  1987. package/dist/esm/models/components/authuserlimited.d.ts +95 -0
  1988. package/dist/esm/models/components/authuserlimited.d.ts.map +1 -0
  1989. package/dist/esm/models/components/authuserlimited.js +59 -0
  1990. package/dist/esm/models/components/authuserlimited.js.map +1 -0
  1991. package/dist/esm/models/components/edgeconfigitem.d.ts +39 -0
  1992. package/dist/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  1993. package/dist/esm/models/components/edgeconfigitem.js +35 -0
  1994. package/dist/esm/models/components/edgeconfigitem.js.map +1 -0
  1995. package/dist/esm/models/components/edgeconfigitemvalue.d.ts +25 -0
  1996. package/dist/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  1997. package/dist/esm/models/components/edgeconfigitemvalue.js +32 -0
  1998. package/dist/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  1999. package/dist/esm/models/components/edgeconfigtoken.d.ts +39 -0
  2000. package/dist/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  2001. package/dist/esm/models/components/edgeconfigtoken.js +32 -0
  2002. package/dist/esm/models/components/edgeconfigtoken.js.map +1 -0
  2003. package/dist/esm/models/components/filetree.d.ts +105 -0
  2004. package/dist/esm/models/components/filetree.d.ts.map +1 -0
  2005. package/dist/esm/models/components/filetree.js +62 -0
  2006. package/dist/esm/models/components/filetree.js.map +1 -0
  2007. package/dist/esm/models/components/flagjsonvalue.d.ts +25 -0
  2008. package/dist/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  2009. package/dist/esm/models/components/flagjsonvalue.js +32 -0
  2010. package/dist/esm/models/components/flagjsonvalue.js.map +1 -0
  2011. package/dist/esm/models/components/pagination.d.ts +41 -0
  2012. package/dist/esm/models/components/pagination.d.ts.map +1 -0
  2013. package/dist/esm/models/components/pagination.js +28 -0
  2014. package/dist/esm/models/components/pagination.js.map +1 -0
  2015. package/dist/esm/models/components/security.d.ts +25 -0
  2016. package/dist/esm/models/components/security.d.ts.map +1 -0
  2017. package/dist/esm/models/components/security.js +24 -0
  2018. package/dist/esm/models/components/security.js.map +1 -0
  2019. package/dist/esm/models/components/team.d.ts +24 -0
  2020. package/dist/esm/models/components/team.d.ts.map +1 -0
  2021. package/dist/esm/models/components/team.js +21 -0
  2022. package/dist/esm/models/components/team.js.map +1 -0
  2023. package/dist/esm/models/components/teamlimited.d.ts +397 -0
  2024. package/dist/esm/models/components/teamlimited.d.ts.map +1 -0
  2025. package/dist/esm/models/components/teamlimited.js +257 -0
  2026. package/dist/esm/models/components/teamlimited.js.map +1 -0
  2027. package/dist/esm/models/components/userevent.d.ts +209 -0
  2028. package/dist/esm/models/components/userevent.d.ts.map +1 -0
  2029. package/dist/esm/models/components/userevent.js +123 -0
  2030. package/dist/esm/models/components/userevent.js.map +1 -0
  2031. package/dist/esm/models/errors/httpclienterrors.d.ts +44 -0
  2032. package/dist/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  2033. package/dist/esm/models/errors/httpclienterrors.js +69 -0
  2034. package/dist/esm/models/errors/httpclienterrors.js.map +1 -0
  2035. package/dist/esm/models/errors/sdkerror.d.ts +8 -0
  2036. package/dist/esm/models/errors/sdkerror.d.ts.map +1 -0
  2037. package/dist/esm/models/errors/sdkerror.js +17 -0
  2038. package/dist/esm/models/errors/sdkerror.js.map +1 -0
  2039. package/dist/esm/models/errors/sdkvalidationerror.d.ts +20 -0
  2040. package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  2041. package/dist/esm/models/errors/sdkvalidationerror.js +77 -0
  2042. package/dist/esm/models/errors/sdkvalidationerror.js.map +1 -0
  2043. package/dist/esm/models/operations/addprojectdomain.d.ts +203 -0
  2044. package/dist/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  2045. package/dist/esm/models/operations/addprojectdomain.js +154 -0
  2046. package/dist/esm/models/operations/addprojectdomain.js.map +1 -0
  2047. package/dist/esm/models/operations/addprojectmember.d.ts +311 -0
  2048. package/dist/esm/models/operations/addprojectmember.d.ts.map +1 -0
  2049. package/dist/esm/models/operations/addprojectmember.js +234 -0
  2050. package/dist/esm/models/operations/addprojectmember.js.map +1 -0
  2051. package/dist/esm/models/operations/artifactexists.d.ts +38 -0
  2052. package/dist/esm/models/operations/artifactexists.d.ts.map +1 -0
  2053. package/dist/esm/models/operations/artifactexists.js +28 -0
  2054. package/dist/esm/models/operations/artifactexists.js.map +1 -0
  2055. package/dist/esm/models/operations/artifactquery.d.ts +153 -0
  2056. package/dist/esm/models/operations/artifactquery.d.ts.map +1 -0
  2057. package/dist/esm/models/operations/artifactquery.js +139 -0
  2058. package/dist/esm/models/operations/artifactquery.js.map +1 -0
  2059. package/dist/esm/models/operations/assignalias.d.ts +115 -0
  2060. package/dist/esm/models/operations/assignalias.d.ts.map +1 -0
  2061. package/dist/esm/models/operations/assignalias.js +85 -0
  2062. package/dist/esm/models/operations/assignalias.js.map +1 -0
  2063. package/dist/esm/models/operations/buydomain.d.ts +254 -0
  2064. package/dist/esm/models/operations/buydomain.d.ts.map +1 -0
  2065. package/dist/esm/models/operations/buydomain.js +193 -0
  2066. package/dist/esm/models/operations/buydomain.js.map +1 -0
  2067. package/dist/esm/models/operations/canceldeployment.d.ts +2766 -0
  2068. package/dist/esm/models/operations/canceldeployment.d.ts.map +1 -0
  2069. package/dist/esm/models/operations/canceldeployment.js +2300 -0
  2070. package/dist/esm/models/operations/canceldeployment.js.map +1 -0
  2071. package/dist/esm/models/operations/checkdomainprice.d.ts +109 -0
  2072. package/dist/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  2073. package/dist/esm/models/operations/checkdomainprice.js +73 -0
  2074. package/dist/esm/models/operations/checkdomainprice.js.map +1 -0
  2075. package/dist/esm/models/operations/checkdomainstatus.d.ts +64 -0
  2076. package/dist/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  2077. package/dist/esm/models/operations/checkdomainstatus.js +47 -0
  2078. package/dist/esm/models/operations/checkdomainstatus.js.map +1 -0
  2079. package/dist/esm/models/operations/createaccessgroup.d.ts +184 -0
  2080. package/dist/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  2081. package/dist/esm/models/operations/createaccessgroup.js +139 -0
  2082. package/dist/esm/models/operations/createaccessgroup.js.map +1 -0
  2083. package/dist/esm/models/operations/createauthtoken.d.ts +168 -0
  2084. package/dist/esm/models/operations/createauthtoken.d.ts.map +1 -0
  2085. package/dist/esm/models/operations/createauthtoken.js +152 -0
  2086. package/dist/esm/models/operations/createauthtoken.js.map +1 -0
  2087. package/dist/esm/models/operations/createcheck.d.ts +509 -0
  2088. package/dist/esm/models/operations/createcheck.d.ts.map +1 -0
  2089. package/dist/esm/models/operations/createcheck.js +426 -0
  2090. package/dist/esm/models/operations/createcheck.js.map +1 -0
  2091. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts +465 -0
  2092. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  2093. package/dist/esm/models/operations/createconfigurablelogdrain.js +354 -0
  2094. package/dist/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  2095. package/dist/esm/models/operations/createdeployment.d.ts +3718 -0
  2096. package/dist/esm/models/operations/createdeployment.d.ts.map +1 -0
  2097. package/dist/esm/models/operations/createdeployment.js +2984 -0
  2098. package/dist/esm/models/operations/createdeployment.js.map +1 -0
  2099. package/dist/esm/models/operations/createedgeconfig.d.ts +258 -0
  2100. package/dist/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  2101. package/dist/esm/models/operations/createedgeconfig.js +287 -0
  2102. package/dist/esm/models/operations/createedgeconfig.js.map +1 -0
  2103. package/dist/esm/models/operations/createedgeconfigtoken.d.ts +85 -0
  2104. package/dist/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  2105. package/dist/esm/models/operations/createedgeconfigtoken.js +81 -0
  2106. package/dist/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  2107. package/dist/esm/models/operations/createlogdrain.d.ts +432 -0
  2108. package/dist/esm/models/operations/createlogdrain.d.ts.map +1 -0
  2109. package/dist/esm/models/operations/createlogdrain.js +279 -0
  2110. package/dist/esm/models/operations/createlogdrain.js.map +1 -0
  2111. package/dist/esm/models/operations/createortransferdomain.d.ts +370 -0
  2112. package/dist/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  2113. package/dist/esm/models/operations/createortransferdomain.js +261 -0
  2114. package/dist/esm/models/operations/createortransferdomain.js.map +1 -0
  2115. package/dist/esm/models/operations/createproject.d.ts +4626 -0
  2116. package/dist/esm/models/operations/createproject.d.ts.map +1 -0
  2117. package/dist/esm/models/operations/createproject.js +3764 -0
  2118. package/dist/esm/models/operations/createproject.js.map +1 -0
  2119. package/dist/esm/models/operations/createprojectenv.d.ts +2648 -0
  2120. package/dist/esm/models/operations/createprojectenv.d.ts.map +1 -0
  2121. package/dist/esm/models/operations/createprojectenv.js +2279 -0
  2122. package/dist/esm/models/operations/createprojectenv.js.map +1 -0
  2123. package/dist/esm/models/operations/createrecord.d.ts +1195 -0
  2124. package/dist/esm/models/operations/createrecord.d.ts.map +1 -0
  2125. package/dist/esm/models/operations/createrecord.js +787 -0
  2126. package/dist/esm/models/operations/createrecord.js.map +1 -0
  2127. package/dist/esm/models/operations/createsecret.d.ts +187 -0
  2128. package/dist/esm/models/operations/createsecret.d.ts.map +1 -0
  2129. package/dist/esm/models/operations/createsecret.js +134 -0
  2130. package/dist/esm/models/operations/createsecret.js.map +1 -0
  2131. package/dist/esm/models/operations/createteam.d.ts +4925 -0
  2132. package/dist/esm/models/operations/createteam.d.ts.map +1 -0
  2133. package/dist/esm/models/operations/createteam.js +4039 -0
  2134. package/dist/esm/models/operations/createteam.js.map +1 -0
  2135. package/dist/esm/models/operations/createwebhook.d.ts +321 -0
  2136. package/dist/esm/models/operations/createwebhook.d.ts.map +1 -0
  2137. package/dist/esm/models/operations/createwebhook.js +182 -0
  2138. package/dist/esm/models/operations/createwebhook.js.map +1 -0
  2139. package/dist/esm/models/operations/datacachebillingsettings.d.ts +48 -0
  2140. package/dist/esm/models/operations/datacachebillingsettings.d.ts.map +1 -0
  2141. package/dist/esm/models/operations/datacachebillingsettings.js +43 -0
  2142. package/dist/esm/models/operations/datacachebillingsettings.js.map +1 -0
  2143. package/dist/esm/models/operations/datacachepurgeall.d.ts +25 -0
  2144. package/dist/esm/models/operations/datacachepurgeall.d.ts.map +1 -0
  2145. package/dist/esm/models/operations/datacachepurgeall.js +24 -0
  2146. package/dist/esm/models/operations/datacachepurgeall.js.map +1 -0
  2147. package/dist/esm/models/operations/deleteaccessgroup.d.ts +35 -0
  2148. package/dist/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  2149. package/dist/esm/models/operations/deleteaccessgroup.js +28 -0
  2150. package/dist/esm/models/operations/deleteaccessgroup.js.map +1 -0
  2151. package/dist/esm/models/operations/deletealias.d.ts +87 -0
  2152. package/dist/esm/models/operations/deletealias.d.ts.map +1 -0
  2153. package/dist/esm/models/operations/deletealias.js +65 -0
  2154. package/dist/esm/models/operations/deletealias.js.map +1 -0
  2155. package/dist/esm/models/operations/deleteauthtoken.d.ts +57 -0
  2156. package/dist/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  2157. package/dist/esm/models/operations/deleteauthtoken.js +43 -0
  2158. package/dist/esm/models/operations/deleteauthtoken.js.map +1 -0
  2159. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts +35 -0
  2160. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  2161. package/dist/esm/models/operations/deleteconfigurablelogdrain.js +28 -0
  2162. package/dist/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  2163. package/dist/esm/models/operations/deleteconfiguration.d.ts +35 -0
  2164. package/dist/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  2165. package/dist/esm/models/operations/deleteconfiguration.js +28 -0
  2166. package/dist/esm/models/operations/deleteconfiguration.js.map +1 -0
  2167. package/dist/esm/models/operations/deletedeployment.d.ts +106 -0
  2168. package/dist/esm/models/operations/deletedeployment.d.ts.map +1 -0
  2169. package/dist/esm/models/operations/deletedeployment.js +72 -0
  2170. package/dist/esm/models/operations/deletedeployment.js.map +1 -0
  2171. package/dist/esm/models/operations/deletedomain.d.ts +67 -0
  2172. package/dist/esm/models/operations/deletedomain.d.ts.map +1 -0
  2173. package/dist/esm/models/operations/deletedomain.js +47 -0
  2174. package/dist/esm/models/operations/deletedomain.js.map +1 -0
  2175. package/dist/esm/models/operations/deleteedgeconfig.d.ts +35 -0
  2176. package/dist/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  2177. package/dist/esm/models/operations/deleteedgeconfig.js +28 -0
  2178. package/dist/esm/models/operations/deleteedgeconfig.js.map +1 -0
  2179. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts +35 -0
  2180. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  2181. package/dist/esm/models/operations/deleteedgeconfigschema.js +28 -0
  2182. package/dist/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  2183. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts +60 -0
  2184. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  2185. package/dist/esm/models/operations/deleteedgeconfigtokens.js +60 -0
  2186. package/dist/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  2187. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts +38 -0
  2188. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  2189. package/dist/esm/models/operations/deleteintegrationlogdrain.js +28 -0
  2190. package/dist/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  2191. package/dist/esm/models/operations/deleteproject.d.ts +38 -0
  2192. package/dist/esm/models/operations/deleteproject.d.ts.map +1 -0
  2193. package/dist/esm/models/operations/deleteproject.js +28 -0
  2194. package/dist/esm/models/operations/deleteproject.js.map +1 -0
  2195. package/dist/esm/models/operations/deletesecret.d.ts +74 -0
  2196. package/dist/esm/models/operations/deletesecret.d.ts.map +1 -0
  2197. package/dist/esm/models/operations/deletesecret.js +51 -0
  2198. package/dist/esm/models/operations/deletesecret.js.map +1 -0
  2199. package/dist/esm/models/operations/deleteteam.d.ts +134 -0
  2200. package/dist/esm/models/operations/deleteteam.d.ts.map +1 -0
  2201. package/dist/esm/models/operations/deleteteam.js +100 -0
  2202. package/dist/esm/models/operations/deleteteam.js.map +1 -0
  2203. package/dist/esm/models/operations/deleteteaminvitecode.d.ts +62 -0
  2204. package/dist/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  2205. package/dist/esm/models/operations/deleteteaminvitecode.js +45 -0
  2206. package/dist/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  2207. package/dist/esm/models/operations/deletewebhook.d.ts +35 -0
  2208. package/dist/esm/models/operations/deletewebhook.d.ts.map +1 -0
  2209. package/dist/esm/models/operations/deletewebhook.js +28 -0
  2210. package/dist/esm/models/operations/deletewebhook.js.map +1 -0
  2211. package/dist/esm/models/operations/downloadartifact.d.ts +48 -0
  2212. package/dist/esm/models/operations/downloadartifact.d.ts.map +1 -0
  2213. package/dist/esm/models/operations/downloadartifact.js +43 -0
  2214. package/dist/esm/models/operations/downloadartifact.js.map +1 -0
  2215. package/dist/esm/models/operations/editprojectenv.d.ts +1121 -0
  2216. package/dist/esm/models/operations/editprojectenv.d.ts.map +1 -0
  2217. package/dist/esm/models/operations/editprojectenv.js +966 -0
  2218. package/dist/esm/models/operations/editprojectenv.js.map +1 -0
  2219. package/dist/esm/models/operations/emaillogin.d.ts +61 -0
  2220. package/dist/esm/models/operations/emaillogin.d.ts.map +1 -0
  2221. package/dist/esm/models/operations/emaillogin.js +47 -0
  2222. package/dist/esm/models/operations/emaillogin.js.map +1 -0
  2223. package/dist/esm/models/operations/filterprojectenvs.d.ts +2917 -0
  2224. package/dist/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  2225. package/dist/esm/models/operations/filterprojectenvs.js +2574 -0
  2226. package/dist/esm/models/operations/filterprojectenvs.js.map +1 -0
  2227. package/dist/esm/models/operations/getalias.d.ts +485 -0
  2228. package/dist/esm/models/operations/getalias.d.ts.map +1 -0
  2229. package/dist/esm/models/operations/getalias.js +351 -0
  2230. package/dist/esm/models/operations/getalias.js.map +1 -0
  2231. package/dist/esm/models/operations/getallchecks.d.ts +473 -0
  2232. package/dist/esm/models/operations/getallchecks.d.ts.map +1 -0
  2233. package/dist/esm/models/operations/getallchecks.js +401 -0
  2234. package/dist/esm/models/operations/getallchecks.js.map +1 -0
  2235. package/dist/esm/models/operations/getalllogdrains.d.ts +308 -0
  2236. package/dist/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  2237. package/dist/esm/models/operations/getalllogdrains.js +234 -0
  2238. package/dist/esm/models/operations/getalllogdrains.js.map +1 -0
  2239. package/dist/esm/models/operations/getauthtoken.d.ts +58 -0
  2240. package/dist/esm/models/operations/getauthtoken.d.ts.map +1 -0
  2241. package/dist/esm/models/operations/getauthtoken.js +44 -0
  2242. package/dist/esm/models/operations/getauthtoken.js.map +1 -0
  2243. package/dist/esm/models/operations/getauthuser.d.ts +49 -0
  2244. package/dist/esm/models/operations/getauthuser.d.ts.map +1 -0
  2245. package/dist/esm/models/operations/getauthuser.js +42 -0
  2246. package/dist/esm/models/operations/getauthuser.js.map +1 -0
  2247. package/dist/esm/models/operations/getcertbyid.d.ts +69 -0
  2248. package/dist/esm/models/operations/getcertbyid.d.ts.map +1 -0
  2249. package/dist/esm/models/operations/getcertbyid.js +55 -0
  2250. package/dist/esm/models/operations/getcertbyid.js.map +1 -0
  2251. package/dist/esm/models/operations/getcheck.d.ts +461 -0
  2252. package/dist/esm/models/operations/getcheck.d.ts.map +1 -0
  2253. package/dist/esm/models/operations/getcheck.js +389 -0
  2254. package/dist/esm/models/operations/getcheck.js.map +1 -0
  2255. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts +308 -0
  2256. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  2257. package/dist/esm/models/operations/getconfigurablelogdrain.js +235 -0
  2258. package/dist/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  2259. package/dist/esm/models/operations/getconfiguration.d.ts +1425 -0
  2260. package/dist/esm/models/operations/getconfiguration.d.ts.map +1 -0
  2261. package/dist/esm/models/operations/getconfiguration.js +900 -0
  2262. package/dist/esm/models/operations/getconfiguration.js.map +1 -0
  2263. package/dist/esm/models/operations/getconfigurations.d.ts +1011 -0
  2264. package/dist/esm/models/operations/getconfigurations.d.ts.map +1 -0
  2265. package/dist/esm/models/operations/getconfigurations.js +652 -0
  2266. package/dist/esm/models/operations/getconfigurations.js.map +1 -0
  2267. package/dist/esm/models/operations/getdeployment.d.ts +4219 -0
  2268. package/dist/esm/models/operations/getdeployment.d.ts.map +1 -0
  2269. package/dist/esm/models/operations/getdeployment.js +3527 -0
  2270. package/dist/esm/models/operations/getdeployment.js.map +1 -0
  2271. package/dist/esm/models/operations/getdeploymentevents.d.ts +1256 -0
  2272. package/dist/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  2273. package/dist/esm/models/operations/getdeploymentevents.js +990 -0
  2274. package/dist/esm/models/operations/getdeploymentevents.js.map +1 -0
  2275. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts +48 -0
  2276. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  2277. package/dist/esm/models/operations/getdeploymentfilecontents.js +32 -0
  2278. package/dist/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  2279. package/dist/esm/models/operations/getdeployments.d.ts +1095 -0
  2280. package/dist/esm/models/operations/getdeployments.d.ts.map +1 -0
  2281. package/dist/esm/models/operations/getdeployments.js +681 -0
  2282. package/dist/esm/models/operations/getdeployments.js.map +1 -0
  2283. package/dist/esm/models/operations/getdomain.d.ts +235 -0
  2284. package/dist/esm/models/operations/getdomain.d.ts.map +1 -0
  2285. package/dist/esm/models/operations/getdomain.js +151 -0
  2286. package/dist/esm/models/operations/getdomain.js.map +1 -0
  2287. package/dist/esm/models/operations/getdomainconfig.d.ts +179 -0
  2288. package/dist/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  2289. package/dist/esm/models/operations/getdomainconfig.js +122 -0
  2290. package/dist/esm/models/operations/getdomainconfig.js.map +1 -0
  2291. package/dist/esm/models/operations/getdomains.d.ts +272 -0
  2292. package/dist/esm/models/operations/getdomains.d.ts.map +1 -0
  2293. package/dist/esm/models/operations/getdomains.js +183 -0
  2294. package/dist/esm/models/operations/getdomains.js.map +1 -0
  2295. package/dist/esm/models/operations/getdomaintransfer.d.ts +163 -0
  2296. package/dist/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  2297. package/dist/esm/models/operations/getdomaintransfer.js +105 -0
  2298. package/dist/esm/models/operations/getdomaintransfer.js.map +1 -0
  2299. package/dist/esm/models/operations/getedgeconfig.d.ts +134 -0
  2300. package/dist/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  2301. package/dist/esm/models/operations/getedgeconfig.js +103 -0
  2302. package/dist/esm/models/operations/getedgeconfig.js.map +1 -0
  2303. package/dist/esm/models/operations/getedgeconfigitem.d.ts +37 -0
  2304. package/dist/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  2305. package/dist/esm/models/operations/getedgeconfigitem.js +30 -0
  2306. package/dist/esm/models/operations/getedgeconfigitem.js.map +1 -0
  2307. package/dist/esm/models/operations/getedgeconfigitems.d.ts +35 -0
  2308. package/dist/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  2309. package/dist/esm/models/operations/getedgeconfigitems.js +28 -0
  2310. package/dist/esm/models/operations/getedgeconfigitems.js.map +1 -0
  2311. package/dist/esm/models/operations/getedgeconfigs.d.ts +132 -0
  2312. package/dist/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  2313. package/dist/esm/models/operations/getedgeconfigs.js +102 -0
  2314. package/dist/esm/models/operations/getedgeconfigs.js.map +1 -0
  2315. package/dist/esm/models/operations/getedgeconfigschema.d.ts +57 -0
  2316. package/dist/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  2317. package/dist/esm/models/operations/getedgeconfigschema.js +43 -0
  2318. package/dist/esm/models/operations/getedgeconfigschema.js.map +1 -0
  2319. package/dist/esm/models/operations/getedgeconfigtoken.d.ts +37 -0
  2320. package/dist/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  2321. package/dist/esm/models/operations/getedgeconfigtoken.js +30 -0
  2322. package/dist/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  2323. package/dist/esm/models/operations/getedgeconfigtokens.d.ts +35 -0
  2324. package/dist/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  2325. package/dist/esm/models/operations/getedgeconfigtokens.js +28 -0
  2326. package/dist/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  2327. package/dist/esm/models/operations/getintegrationlogdrains.d.ts +275 -0
  2328. package/dist/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  2329. package/dist/esm/models/operations/getintegrationlogdrains.js +171 -0
  2330. package/dist/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  2331. package/dist/esm/models/operations/getprojectdomain.d.ts +124 -0
  2332. package/dist/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  2333. package/dist/esm/models/operations/getprojectdomain.js +94 -0
  2334. package/dist/esm/models/operations/getprojectdomain.js.map +1 -0
  2335. package/dist/esm/models/operations/getprojectdomains.d.ts +344 -0
  2336. package/dist/esm/models/operations/getprojectdomains.d.ts.map +1 -0
  2337. package/dist/esm/models/operations/getprojectdomains.js +251 -0
  2338. package/dist/esm/models/operations/getprojectdomains.js.map +1 -0
  2339. package/dist/esm/models/operations/getprojectenv.d.ts +2801 -0
  2340. package/dist/esm/models/operations/getprojectenv.d.ts.map +1 -0
  2341. package/dist/esm/models/operations/getprojectenv.js +2489 -0
  2342. package/dist/esm/models/operations/getprojectenv.js.map +1 -0
  2343. package/dist/esm/models/operations/getprojectmembers.d.ts +343 -0
  2344. package/dist/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  2345. package/dist/esm/models/operations/getprojectmembers.js +225 -0
  2346. package/dist/esm/models/operations/getprojectmembers.js.map +1 -0
  2347. package/dist/esm/models/operations/getprojects.d.ts +4241 -0
  2348. package/dist/esm/models/operations/getprojects.d.ts.map +1 -0
  2349. package/dist/esm/models/operations/getprojects.js +3557 -0
  2350. package/dist/esm/models/operations/getprojects.js.map +1 -0
  2351. package/dist/esm/models/operations/getrecords.d.ts +339 -0
  2352. package/dist/esm/models/operations/getrecords.d.ts.map +1 -0
  2353. package/dist/esm/models/operations/getrecords.js +270 -0
  2354. package/dist/esm/models/operations/getrecords.js.map +1 -0
  2355. package/dist/esm/models/operations/getsecret.d.ts +144 -0
  2356. package/dist/esm/models/operations/getsecret.d.ts.map +1 -0
  2357. package/dist/esm/models/operations/getsecret.js +87 -0
  2358. package/dist/esm/models/operations/getsecret.js.map +1 -0
  2359. package/dist/esm/models/operations/getsecrets.d.ts +144 -0
  2360. package/dist/esm/models/operations/getsecrets.d.ts.map +1 -0
  2361. package/dist/esm/models/operations/getsecrets.js +87 -0
  2362. package/dist/esm/models/operations/getsecrets.js.map +1 -0
  2363. package/dist/esm/models/operations/getteam.d.ts +25 -0
  2364. package/dist/esm/models/operations/getteam.d.ts.map +1 -0
  2365. package/dist/esm/models/operations/getteam.js +24 -0
  2366. package/dist/esm/models/operations/getteam.js.map +1 -0
  2367. package/dist/esm/models/operations/getteamaccessrequest.d.ts +287 -0
  2368. package/dist/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  2369. package/dist/esm/models/operations/getteamaccessrequest.js +198 -0
  2370. package/dist/esm/models/operations/getteamaccessrequest.js.map +1 -0
  2371. package/dist/esm/models/operations/getteammembers.d.ts +665 -0
  2372. package/dist/esm/models/operations/getteammembers.d.ts.map +1 -0
  2373. package/dist/esm/models/operations/getteammembers.js +445 -0
  2374. package/dist/esm/models/operations/getteammembers.js.map +1 -0
  2375. package/dist/esm/models/operations/getteams.d.ts +91 -0
  2376. package/dist/esm/models/operations/getteams.d.ts.map +1 -0
  2377. package/dist/esm/models/operations/getteams.js +68 -0
  2378. package/dist/esm/models/operations/getteams.js.map +1 -0
  2379. package/dist/esm/models/operations/getwebhook.d.ts +195 -0
  2380. package/dist/esm/models/operations/getwebhook.d.ts.map +1 -0
  2381. package/dist/esm/models/operations/getwebhook.js +105 -0
  2382. package/dist/esm/models/operations/getwebhook.js.map +1 -0
  2383. package/dist/esm/models/operations/getwebhooks.d.ts +552 -0
  2384. package/dist/esm/models/operations/getwebhooks.d.ts.map +1 -0
  2385. package/dist/esm/models/operations/getwebhooks.js +292 -0
  2386. package/dist/esm/models/operations/getwebhooks.js.map +1 -0
  2387. package/dist/esm/models/operations/gitnamespaces.d.ts +128 -0
  2388. package/dist/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  2389. package/dist/esm/models/operations/gitnamespaces.js +104 -0
  2390. package/dist/esm/models/operations/gitnamespaces.js.map +1 -0
  2391. package/dist/esm/models/operations/inviteusertoteam.d.ts +347 -0
  2392. package/dist/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  2393. package/dist/esm/models/operations/inviteusertoteam.js +252 -0
  2394. package/dist/esm/models/operations/inviteusertoteam.js.map +1 -0
  2395. package/dist/esm/models/operations/issuecert.d.ts +92 -0
  2396. package/dist/esm/models/operations/issuecert.d.ts.map +1 -0
  2397. package/dist/esm/models/operations/issuecert.js +83 -0
  2398. package/dist/esm/models/operations/issuecert.js.map +1 -0
  2399. package/dist/esm/models/operations/jointeam.d.ts +97 -0
  2400. package/dist/esm/models/operations/jointeam.d.ts.map +1 -0
  2401. package/dist/esm/models/operations/jointeam.js +79 -0
  2402. package/dist/esm/models/operations/jointeam.js.map +1 -0
  2403. package/dist/esm/models/operations/listaccessgroupmembers.d.ts +176 -0
  2404. package/dist/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  2405. package/dist/esm/models/operations/listaccessgroupmembers.js +131 -0
  2406. package/dist/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  2407. package/dist/esm/models/operations/listaccessgroupprojects.d.ts +185 -0
  2408. package/dist/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  2409. package/dist/esm/models/operations/listaccessgroupprojects.js +144 -0
  2410. package/dist/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  2411. package/dist/esm/models/operations/listaccessgroups.d.ts +213 -0
  2412. package/dist/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  2413. package/dist/esm/models/operations/listaccessgroups.js +153 -0
  2414. package/dist/esm/models/operations/listaccessgroups.js.map +1 -0
  2415. package/dist/esm/models/operations/listaliases.d.ts +572 -0
  2416. package/dist/esm/models/operations/listaliases.d.ts.map +1 -0
  2417. package/dist/esm/models/operations/listaliases.js +422 -0
  2418. package/dist/esm/models/operations/listaliases.js.map +1 -0
  2419. package/dist/esm/models/operations/listauthtokens.d.ts +37 -0
  2420. package/dist/esm/models/operations/listauthtokens.d.ts.map +1 -0
  2421. package/dist/esm/models/operations/listauthtokens.js +30 -0
  2422. package/dist/esm/models/operations/listauthtokens.js.map +1 -0
  2423. package/dist/esm/models/operations/listdeploymentaliases.d.ts +379 -0
  2424. package/dist/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  2425. package/dist/esm/models/operations/listdeploymentaliases.js +300 -0
  2426. package/dist/esm/models/operations/listdeploymentaliases.js.map +1 -0
  2427. package/dist/esm/models/operations/listdeploymentbuilds.d.ts +383 -0
  2428. package/dist/esm/models/operations/listdeploymentbuilds.d.ts.map +1 -0
  2429. package/dist/esm/models/operations/listdeploymentbuilds.js +247 -0
  2430. package/dist/esm/models/operations/listdeploymentbuilds.js.map +1 -0
  2431. package/dist/esm/models/operations/listdeploymentfiles.d.ts +38 -0
  2432. package/dist/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  2433. package/dist/esm/models/operations/listdeploymentfiles.js +28 -0
  2434. package/dist/esm/models/operations/listdeploymentfiles.js.map +1 -0
  2435. package/dist/esm/models/operations/listpromotealiases.d.ts +172 -0
  2436. package/dist/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  2437. package/dist/esm/models/operations/listpromotealiases.js +151 -0
  2438. package/dist/esm/models/operations/listpromotealiases.js.map +1 -0
  2439. package/dist/esm/models/operations/listuserevents.d.ts +93 -0
  2440. package/dist/esm/models/operations/listuserevents.d.ts.map +1 -0
  2441. package/dist/esm/models/operations/listuserevents.js +58 -0
  2442. package/dist/esm/models/operations/listuserevents.js.map +1 -0
  2443. package/dist/esm/models/operations/patchdomain.d.ts +222 -0
  2444. package/dist/esm/models/operations/patchdomain.d.ts.map +1 -0
  2445. package/dist/esm/models/operations/patchdomain.js +198 -0
  2446. package/dist/esm/models/operations/patchdomain.js.map +1 -0
  2447. package/dist/esm/models/operations/patchedgeconfigschema.d.ts +84 -0
  2448. package/dist/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  2449. package/dist/esm/models/operations/patchedgeconfigschema.js +77 -0
  2450. package/dist/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  2451. package/dist/esm/models/operations/patchteam.d.ts +259 -0
  2452. package/dist/esm/models/operations/patchteam.d.ts.map +1 -0
  2453. package/dist/esm/models/operations/patchteam.js +181 -0
  2454. package/dist/esm/models/operations/patchteam.js.map +1 -0
  2455. package/dist/esm/models/operations/pauseproject.d.ts +38 -0
  2456. package/dist/esm/models/operations/pauseproject.d.ts.map +1 -0
  2457. package/dist/esm/models/operations/pauseproject.js +28 -0
  2458. package/dist/esm/models/operations/pauseproject.js.map +1 -0
  2459. package/dist/esm/models/operations/readaccessgroup.d.ts +93 -0
  2460. package/dist/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  2461. package/dist/esm/models/operations/readaccessgroup.js +61 -0
  2462. package/dist/esm/models/operations/readaccessgroup.js.map +1 -0
  2463. package/dist/esm/models/operations/recordevents.d.ts +154 -0
  2464. package/dist/esm/models/operations/recordevents.d.ts.map +1 -0
  2465. package/dist/esm/models/operations/recordevents.js +117 -0
  2466. package/dist/esm/models/operations/recordevents.js.map +1 -0
  2467. package/dist/esm/models/operations/removecert.d.ts +57 -0
  2468. package/dist/esm/models/operations/removecert.d.ts.map +1 -0
  2469. package/dist/esm/models/operations/removecert.js +43 -0
  2470. package/dist/esm/models/operations/removecert.js.map +1 -0
  2471. package/dist/esm/models/operations/removeprojectdomain.d.ts +65 -0
  2472. package/dist/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  2473. package/dist/esm/models/operations/removeprojectdomain.js +45 -0
  2474. package/dist/esm/models/operations/removeprojectdomain.js.map +1 -0
  2475. package/dist/esm/models/operations/removeprojectenv.d.ts +2813 -0
  2476. package/dist/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  2477. package/dist/esm/models/operations/removeprojectenv.js +2495 -0
  2478. package/dist/esm/models/operations/removeprojectenv.js.map +1 -0
  2479. package/dist/esm/models/operations/removeprojectmember.d.ts +66 -0
  2480. package/dist/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  2481. package/dist/esm/models/operations/removeprojectmember.js +49 -0
  2482. package/dist/esm/models/operations/removeprojectmember.js.map +1 -0
  2483. package/dist/esm/models/operations/removerecord.d.ts +59 -0
  2484. package/dist/esm/models/operations/removerecord.d.ts.map +1 -0
  2485. package/dist/esm/models/operations/removerecord.js +45 -0
  2486. package/dist/esm/models/operations/removerecord.js.map +1 -0
  2487. package/dist/esm/models/operations/removeteammember.d.ts +56 -0
  2488. package/dist/esm/models/operations/removeteammember.d.ts.map +1 -0
  2489. package/dist/esm/models/operations/removeteammember.js +45 -0
  2490. package/dist/esm/models/operations/removeteammember.js.map +1 -0
  2491. package/dist/esm/models/operations/renamesecret.d.ts +95 -0
  2492. package/dist/esm/models/operations/renamesecret.d.ts.map +1 -0
  2493. package/dist/esm/models/operations/renamesecret.js +83 -0
  2494. package/dist/esm/models/operations/renamesecret.js.map +1 -0
  2495. package/dist/esm/models/operations/requestaccesstoteam.d.ts +393 -0
  2496. package/dist/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  2497. package/dist/esm/models/operations/requestaccesstoteam.js +304 -0
  2498. package/dist/esm/models/operations/requestaccesstoteam.js.map +1 -0
  2499. package/dist/esm/models/operations/requestdelete.d.ts +101 -0
  2500. package/dist/esm/models/operations/requestdelete.d.ts.map +1 -0
  2501. package/dist/esm/models/operations/requestdelete.js +69 -0
  2502. package/dist/esm/models/operations/requestdelete.js.map +1 -0
  2503. package/dist/esm/models/operations/requestpromote.d.ts +37 -0
  2504. package/dist/esm/models/operations/requestpromote.d.ts.map +1 -0
  2505. package/dist/esm/models/operations/requestpromote.js +30 -0
  2506. package/dist/esm/models/operations/requestpromote.js.map +1 -0
  2507. package/dist/esm/models/operations/rerequestcheck.d.ts +62 -0
  2508. package/dist/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  2509. package/dist/esm/models/operations/rerequestcheck.js +45 -0
  2510. package/dist/esm/models/operations/rerequestcheck.js.map +1 -0
  2511. package/dist/esm/models/operations/searchrepo.d.ts +340 -0
  2512. package/dist/esm/models/operations/searchrepo.d.ts.map +1 -0
  2513. package/dist/esm/models/operations/searchrepo.js +268 -0
  2514. package/dist/esm/models/operations/searchrepo.js.map +1 -0
  2515. package/dist/esm/models/operations/status.d.ts +88 -0
  2516. package/dist/esm/models/operations/status.d.ts.map +1 -0
  2517. package/dist/esm/models/operations/status.js +66 -0
  2518. package/dist/esm/models/operations/status.js.map +1 -0
  2519. package/dist/esm/models/operations/unpauseproject.d.ts +38 -0
  2520. package/dist/esm/models/operations/unpauseproject.d.ts.map +1 -0
  2521. package/dist/esm/models/operations/unpauseproject.js +28 -0
  2522. package/dist/esm/models/operations/unpauseproject.js.map +1 -0
  2523. package/dist/esm/models/operations/updateaccessgroup.d.ts +141 -0
  2524. package/dist/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  2525. package/dist/esm/models/operations/updateaccessgroup.js +110 -0
  2526. package/dist/esm/models/operations/updateaccessgroup.js.map +1 -0
  2527. package/dist/esm/models/operations/updatecheck.d.ts +928 -0
  2528. package/dist/esm/models/operations/updatecheck.d.ts.map +1 -0
  2529. package/dist/esm/models/operations/updatecheck.js +757 -0
  2530. package/dist/esm/models/operations/updatecheck.js.map +1 -0
  2531. package/dist/esm/models/operations/updateedgeconfig.d.ts +159 -0
  2532. package/dist/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  2533. package/dist/esm/models/operations/updateedgeconfig.js +135 -0
  2534. package/dist/esm/models/operations/updateedgeconfig.js.map +1 -0
  2535. package/dist/esm/models/operations/updateproject.d.ts +4814 -0
  2536. package/dist/esm/models/operations/updateproject.d.ts.map +1 -0
  2537. package/dist/esm/models/operations/updateproject.js +3887 -0
  2538. package/dist/esm/models/operations/updateproject.js.map +1 -0
  2539. package/dist/esm/models/operations/updateprojectdatacache.d.ts +4136 -0
  2540. package/dist/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  2541. package/dist/esm/models/operations/updateprojectdatacache.js +3538 -0
  2542. package/dist/esm/models/operations/updateprojectdatacache.js.map +1 -0
  2543. package/dist/esm/models/operations/updateprojectdomain.d.ts +203 -0
  2544. package/dist/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  2545. package/dist/esm/models/operations/updateprojectdomain.js +154 -0
  2546. package/dist/esm/models/operations/updateprojectdomain.js.map +1 -0
  2547. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts +177 -0
  2548. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  2549. package/dist/esm/models/operations/updateprojectprotectionbypass.js +140 -0
  2550. package/dist/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  2551. package/dist/esm/models/operations/updaterecord.d.ts +322 -0
  2552. package/dist/esm/models/operations/updaterecord.d.ts.map +1 -0
  2553. package/dist/esm/models/operations/updaterecord.js +237 -0
  2554. package/dist/esm/models/operations/updaterecord.js.map +1 -0
  2555. package/dist/esm/models/operations/updateteammember.d.ts +182 -0
  2556. package/dist/esm/models/operations/updateteammember.d.ts.map +1 -0
  2557. package/dist/esm/models/operations/updateteammember.js +149 -0
  2558. package/dist/esm/models/operations/updateteammember.js.map +1 -0
  2559. package/dist/esm/models/operations/uploadartifact.d.ts +94 -0
  2560. package/dist/esm/models/operations/uploadartifact.d.ts.map +1 -0
  2561. package/dist/esm/models/operations/uploadartifact.js +88 -0
  2562. package/dist/esm/models/operations/uploadartifact.js.map +1 -0
  2563. package/dist/esm/models/operations/uploadcert.d.ts +107 -0
  2564. package/dist/esm/models/operations/uploadcert.d.ts.map +1 -0
  2565. package/dist/esm/models/operations/uploadcert.js +89 -0
  2566. package/dist/esm/models/operations/uploadcert.js.map +1 -0
  2567. package/dist/esm/models/operations/uploadfile.d.ts +123 -0
  2568. package/dist/esm/models/operations/uploadfile.d.ts.map +1 -0
  2569. package/dist/esm/models/operations/uploadfile.js +104 -0
  2570. package/dist/esm/models/operations/uploadfile.js.map +1 -0
  2571. package/dist/esm/models/operations/verifyprojectdomain.d.ts +130 -0
  2572. package/dist/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  2573. package/dist/esm/models/operations/verifyprojectdomain.js +94 -0
  2574. package/dist/esm/models/operations/verifyprojectdomain.js.map +1 -0
  2575. package/dist/esm/models/operations/verifytoken.d.ts +154 -0
  2576. package/dist/esm/models/operations/verifytoken.d.ts.map +1 -0
  2577. package/dist/esm/models/operations/verifytoken.js +98 -0
  2578. package/dist/esm/models/operations/verifytoken.js.map +1 -0
  2579. package/dist/esm/sdk/accessgroups.d.ts +61 -0
  2580. package/dist/esm/sdk/accessgroups.d.ts.map +1 -0
  2581. package/dist/esm/sdk/accessgroups.js +78 -0
  2582. package/dist/esm/sdk/accessgroups.js.map +1 -0
  2583. package/dist/esm/sdk/aliases.d.ts +37 -0
  2584. package/dist/esm/sdk/aliases.d.ts.map +1 -0
  2585. package/dist/esm/sdk/aliases.js +49 -0
  2586. package/dist/esm/sdk/aliases.js.map +1 -0
  2587. package/dist/esm/sdk/artifacts.d.ts +54 -0
  2588. package/dist/esm/sdk/artifacts.d.ts.map +1 -0
  2589. package/dist/esm/sdk/artifacts.js +68 -0
  2590. package/dist/esm/sdk/artifacts.js.map +1 -0
  2591. package/dist/esm/sdk/authentication.d.ts +20 -0
  2592. package/dist/esm/sdk/authentication.d.ts.map +1 -0
  2593. package/dist/esm/sdk/authentication.js +28 -0
  2594. package/dist/esm/sdk/authentication.js.map +1 -0
  2595. package/dist/esm/sdk/certs.d.ts +36 -0
  2596. package/dist/esm/sdk/certs.d.ts.map +1 -0
  2597. package/dist/esm/sdk/certs.js +48 -0
  2598. package/dist/esm/sdk/certs.js.map +1 -0
  2599. package/dist/esm/sdk/checks.d.ts +44 -0
  2600. package/dist/esm/sdk/checks.d.ts.map +1 -0
  2601. package/dist/esm/sdk/checks.js +58 -0
  2602. package/dist/esm/sdk/checks.js.map +1 -0
  2603. package/dist/esm/sdk/deployments.d.ts +90 -0
  2604. package/dist/esm/sdk/deployments.d.ts.map +1 -0
  2605. package/dist/esm/sdk/deployments.js +110 -0
  2606. package/dist/esm/sdk/deployments.js.map +1 -0
  2607. package/dist/esm/sdk/dns.d.ts +37 -0
  2608. package/dist/esm/sdk/dns.d.ts.map +1 -0
  2609. package/dist/esm/sdk/dns.js +49 -0
  2610. package/dist/esm/sdk/dns.js.map +1 -0
  2611. package/dist/esm/sdk/domains.d.ts +109 -0
  2612. package/dist/esm/sdk/domains.d.ts.map +1 -0
  2613. package/dist/esm/sdk/domains.js +139 -0
  2614. package/dist/esm/sdk/domains.js.map +1 -0
  2615. package/dist/esm/sdk/edgeconfigs.d.ts +118 -0
  2616. package/dist/esm/sdk/edgeconfigs.d.ts.map +1 -0
  2617. package/dist/esm/sdk/edgeconfigs.js +148 -0
  2618. package/dist/esm/sdk/edgeconfigs.js.map +1 -0
  2619. package/dist/esm/sdk/envs.d.ts +44 -0
  2620. package/dist/esm/sdk/envs.d.ts.map +1 -0
  2621. package/dist/esm/sdk/envs.js +58 -0
  2622. package/dist/esm/sdk/envs.js.map +1 -0
  2623. package/dist/esm/sdk/events.d.ts +12 -0
  2624. package/dist/esm/sdk/events.d.ts.map +1 -0
  2625. package/dist/esm/sdk/events.js +18 -0
  2626. package/dist/esm/sdk/events.js.map +1 -0
  2627. package/dist/esm/sdk/integrations.d.ts +44 -0
  2628. package/dist/esm/sdk/integrations.d.ts.map +1 -0
  2629. package/dist/esm/sdk/integrations.js +58 -0
  2630. package/dist/esm/sdk/integrations.js.map +1 -0
  2631. package/dist/esm/sdk/logdrains.d.ts +60 -0
  2632. package/dist/esm/sdk/logdrains.d.ts.map +1 -0
  2633. package/dist/esm/sdk/logdrains.js +78 -0
  2634. package/dist/esm/sdk/logdrains.js.map +1 -0
  2635. package/dist/esm/sdk/projectdomains.d.ts +28 -0
  2636. package/dist/esm/sdk/projectdomains.d.ts.map +1 -0
  2637. package/dist/esm/sdk/projectdomains.js +38 -0
  2638. package/dist/esm/sdk/projectdomains.js.map +1 -0
  2639. package/dist/esm/sdk/projectmembers.d.ts +28 -0
  2640. package/dist/esm/sdk/projectmembers.d.ts.map +1 -0
  2641. package/dist/esm/sdk/projectmembers.js +38 -0
  2642. package/dist/esm/sdk/projectmembers.js.map +1 -0
  2643. package/dist/esm/sdk/projects.d.ts +61 -0
  2644. package/dist/esm/sdk/projects.d.ts.map +1 -0
  2645. package/dist/esm/sdk/projects.js +79 -0
  2646. package/dist/esm/sdk/projects.js.map +1 -0
  2647. package/dist/esm/sdk/promotions.d.ts +21 -0
  2648. package/dist/esm/sdk/promotions.d.ts.map +1 -0
  2649. package/dist/esm/sdk/promotions.js +29 -0
  2650. package/dist/esm/sdk/promotions.js.map +1 -0
  2651. package/dist/esm/sdk/protectionbypass.d.ts +12 -0
  2652. package/dist/esm/sdk/protectionbypass.d.ts.map +1 -0
  2653. package/dist/esm/sdk/protectionbypass.js +18 -0
  2654. package/dist/esm/sdk/protectionbypass.js.map +1 -0
  2655. package/dist/esm/sdk/sdk.d.ts +85 -0
  2656. package/dist/esm/sdk/sdk.d.ts.map +1 -0
  2657. package/dist/esm/sdk/sdk.js +143 -0
  2658. package/dist/esm/sdk/sdk.js.map +1 -0
  2659. package/dist/esm/sdk/secrets.d.ts +44 -0
  2660. package/dist/esm/sdk/secrets.d.ts.map +1 -0
  2661. package/dist/esm/sdk/secrets.js +58 -0
  2662. package/dist/esm/sdk/secrets.js.map +1 -0
  2663. package/dist/esm/sdk/teams.d.ts +109 -0
  2664. package/dist/esm/sdk/teams.d.ts.map +1 -0
  2665. package/dist/esm/sdk/teams.js +138 -0
  2666. package/dist/esm/sdk/teams.js.map +1 -0
  2667. package/dist/esm/sdk/tokens.d.ts +36 -0
  2668. package/dist/esm/sdk/tokens.d.ts.map +1 -0
  2669. package/dist/esm/sdk/tokens.js +48 -0
  2670. package/dist/esm/sdk/tokens.js.map +1 -0
  2671. package/dist/esm/sdk/user.d.ts +20 -0
  2672. package/dist/esm/sdk/user.d.ts.map +1 -0
  2673. package/dist/esm/sdk/user.js +28 -0
  2674. package/dist/esm/sdk/user.js.map +1 -0
  2675. package/dist/esm/sdk/webhooks.d.ts +36 -0
  2676. package/dist/esm/sdk/webhooks.d.ts.map +1 -0
  2677. package/dist/esm/sdk/webhooks.js +48 -0
  2678. package/dist/esm/sdk/webhooks.js.map +1 -0
  2679. package/dist/esm/types/blobs.d.ts +4 -0
  2680. package/dist/esm/types/blobs.d.ts.map +1 -0
  2681. package/dist/esm/types/blobs.js +25 -0
  2682. package/dist/esm/types/blobs.js.map +1 -0
  2683. package/dist/esm/types/constdatetime.d.ts +3 -0
  2684. package/dist/esm/types/constdatetime.d.ts.map +1 -0
  2685. package/dist/esm/types/constdatetime.js +10 -0
  2686. package/dist/esm/types/constdatetime.js.map +1 -0
  2687. package/dist/esm/types/enums.d.ts +12 -0
  2688. package/dist/esm/types/enums.d.ts.map +1 -0
  2689. package/dist/esm/types/enums.js +7 -0
  2690. package/dist/esm/types/enums.js.map +1 -0
  2691. package/dist/esm/types/fp.d.ts +31 -0
  2692. package/dist/esm/types/fp.d.ts.map +1 -0
  2693. package/dist/esm/types/fp.js +31 -0
  2694. package/dist/esm/types/fp.js.map +1 -0
  2695. package/dist/esm/types/operations.d.ts +25 -0
  2696. package/dist/esm/types/operations.d.ts.map +1 -0
  2697. package/dist/esm/types/operations.js +75 -0
  2698. package/dist/esm/types/operations.js.map +1 -0
  2699. package/dist/esm/types/rfcdate.d.ts +21 -0
  2700. package/dist/esm/types/rfcdate.d.ts.map +1 -0
  2701. package/dist/esm/types/rfcdate.js +42 -0
  2702. package/dist/esm/types/rfcdate.js.map +1 -0
  2703. package/dist/esm/types/streams.d.ts +2 -0
  2704. package/dist/esm/types/streams.d.ts.map +1 -0
  2705. package/dist/esm/types/streams.js +15 -0
  2706. package/dist/esm/types/streams.js.map +1 -0
  2707. package/docs/sdks/accessgroups/README.md +594 -0
  2708. package/docs/sdks/aliases/README.md +350 -0
  2709. package/docs/sdks/artifacts/README.md +494 -0
  2710. package/docs/sdks/authentication/README.md +158 -0
  2711. package/docs/sdks/certs/README.md +310 -0
  2712. package/docs/sdks/checks/README.md +488 -0
  2713. package/docs/sdks/deployments/README.md +865 -0
  2714. package/docs/sdks/dns/README.md +386 -0
  2715. package/docs/sdks/domains/README.md +1102 -0
  2716. package/docs/sdks/edgeconfigs/README.md +1082 -0
  2717. package/docs/sdks/envs/README.md +454 -0
  2718. package/docs/sdks/events/README.md +96 -0
  2719. package/docs/sdks/integrations/README.md +394 -0
  2720. package/docs/sdks/logdrains/README.md +558 -0
  2721. package/docs/sdks/projectdomains/README.md +256 -0
  2722. package/docs/sdks/projectmembers/README.md +260 -0
  2723. package/docs/sdks/projects/README.md +564 -0
  2724. package/docs/sdks/promotions/README.md +170 -0
  2725. package/docs/sdks/protectionbypass/README.md +84 -0
  2726. package/docs/sdks/secrets/README.md +418 -0
  2727. package/docs/sdks/teams/README.md +1150 -0
  2728. package/docs/sdks/tokens/README.md +309 -0
  2729. package/docs/sdks/user/README.md +155 -0
  2730. package/docs/sdks/vercel/README.md +217 -0
  2731. package/docs/sdks/webhooks/README.md +308 -0
  2732. package/package.json +82 -0
  2733. package/src/core.ts +13 -0
  2734. package/src/funcs/accessGroupsCreate.ts +132 -0
  2735. package/src/funcs/accessGroupsDelete.ts +137 -0
  2736. package/src/funcs/accessGroupsList.ts +134 -0
  2737. package/src/funcs/accessGroupsListMembers.ts +141 -0
  2738. package/src/funcs/accessGroupsListProjects.ts +142 -0
  2739. package/src/funcs/accessGroupsRead.ts +138 -0
  2740. package/src/funcs/accessGroupsUpdate.ts +142 -0
  2741. package/src/funcs/aliasesAssign.ts +140 -0
  2742. package/src/funcs/aliasesDelete.ts +138 -0
  2743. package/src/funcs/aliasesGet.ts +143 -0
  2744. package/src/funcs/aliasesList.ts +180 -0
  2745. package/src/funcs/artifactsDownload.ts +149 -0
  2746. package/src/funcs/artifactsExists.ts +137 -0
  2747. package/src/funcs/artifactsQuery.ts +133 -0
  2748. package/src/funcs/artifactsRecordEvents.ts +142 -0
  2749. package/src/funcs/artifactsStatus.ts +128 -0
  2750. package/src/funcs/artifactsUpload.ts +164 -0
  2751. package/src/funcs/authenticationLogin.ts +120 -0
  2752. package/src/funcs/authenticationVerify.ts +136 -0
  2753. package/src/funcs/certsGetById.ts +138 -0
  2754. package/src/funcs/certsIssue.ts +132 -0
  2755. package/src/funcs/certsRemove.ts +138 -0
  2756. package/src/funcs/certsUpload.ts +132 -0
  2757. package/src/funcs/checksCreate.ts +142 -0
  2758. package/src/funcs/checksGet.ts +144 -0
  2759. package/src/funcs/checksList.ts +140 -0
  2760. package/src/funcs/checksRerequest.ts +144 -0
  2761. package/src/funcs/checksUpdate.ts +146 -0
  2762. package/src/funcs/dataCacheBillingSettings.ts +117 -0
  2763. package/src/funcs/datacachePurgeall.ts +115 -0
  2764. package/src/funcs/deploymentsCancel.ts +138 -0
  2765. package/src/funcs/deploymentsCreate.ts +134 -0
  2766. package/src/funcs/deploymentsDelete.ts +139 -0
  2767. package/src/funcs/deploymentsGet.ts +139 -0
  2768. package/src/funcs/deploymentsGetEvents.ts +156 -0
  2769. package/src/funcs/deploymentsGetFileContents.ts +142 -0
  2770. package/src/funcs/deploymentsList.ts +184 -0
  2771. package/src/funcs/deploymentsListAliases.ts +138 -0
  2772. package/src/funcs/deploymentsListFiles.ts +141 -0
  2773. package/src/funcs/deploymentsUploadFile.ts +149 -0
  2774. package/src/funcs/dnsCreateRecord.ts +140 -0
  2775. package/src/funcs/dnsListRecords.ts +186 -0
  2776. package/src/funcs/dnsRemoveRecord.ts +144 -0
  2777. package/src/funcs/dnsUpdateRecord.ts +140 -0
  2778. package/src/funcs/domainsBuy.ts +133 -0
  2779. package/src/funcs/domainsCheckPrice.ts +130 -0
  2780. package/src/funcs/domainsCheckStatus.ts +129 -0
  2781. package/src/funcs/domainsCreate.ts +140 -0
  2782. package/src/funcs/domainsCreateOrTransfer.ts +132 -0
  2783. package/src/funcs/domainsDelete.ts +138 -0
  2784. package/src/funcs/domainsGet.ts +138 -0
  2785. package/src/funcs/domainsGetConfig.ts +139 -0
  2786. package/src/funcs/domainsGetTransfer.ts +138 -0
  2787. package/src/funcs/domainsList.ts +176 -0
  2788. package/src/funcs/domainsListByProject.ts +192 -0
  2789. package/src/funcs/domainsUpdate.ts +140 -0
  2790. package/src/funcs/domainsVerify.ts +144 -0
  2791. package/src/funcs/edgeConfigsCreate.ts +132 -0
  2792. package/src/funcs/edgeConfigsCreateToken.ts +140 -0
  2793. package/src/funcs/edgeConfigsDelete.ts +137 -0
  2794. package/src/funcs/edgeConfigsDeleteSchema.ts +139 -0
  2795. package/src/funcs/edgeConfigsDeleteTokens.ts +141 -0
  2796. package/src/funcs/edgeConfigsGet.ts +138 -0
  2797. package/src/funcs/edgeConfigsGetItem.ts +147 -0
  2798. package/src/funcs/edgeConfigsGetItems.ts +140 -0
  2799. package/src/funcs/edgeConfigsGetSchema.ts +140 -0
  2800. package/src/funcs/edgeConfigsGetToken.ts +146 -0
  2801. package/src/funcs/edgeConfigsGetTokens.ts +142 -0
  2802. package/src/funcs/edgeConfigsList.ts +128 -0
  2803. package/src/funcs/edgeConfigsUpdate.ts +140 -0
  2804. package/src/funcs/edgeConfigsUpdateSchema.ts +143 -0
  2805. package/src/funcs/envsCreate.ts +141 -0
  2806. package/src/funcs/envsDelete.ts +142 -0
  2807. package/src/funcs/envsGet.ts +142 -0
  2808. package/src/funcs/envsListByProject.ts +141 -0
  2809. package/src/funcs/envsUpdate.ts +144 -0
  2810. package/src/funcs/eventsList.ts +134 -0
  2811. package/src/funcs/integrationsDeleteConfiguration.ts +137 -0
  2812. package/src/funcs/integrationsGetConfiguration.ts +138 -0
  2813. package/src/funcs/integrationsGetConfigurations.ts +129 -0
  2814. package/src/funcs/integrationsGetGitNamespaces.ts +131 -0
  2815. package/src/funcs/integrationsSearchRepos.ts +133 -0
  2816. package/src/funcs/listDeploymentBuilds.ts +121 -0
  2817. package/src/funcs/logDrainsCreate.ts +132 -0
  2818. package/src/funcs/logDrainsCreateConfigurable.ts +132 -0
  2819. package/src/funcs/logDrainsDeleteConfigurable.ts +137 -0
  2820. package/src/funcs/logDrainsDeleteIntegration.ts +137 -0
  2821. package/src/funcs/logDrainsGetAll.ts +130 -0
  2822. package/src/funcs/logDrainsGetConfigurable.ts +138 -0
  2823. package/src/funcs/logDrainsList.ts +129 -0
  2824. package/src/funcs/projectDomainsDelete.ts +144 -0
  2825. package/src/funcs/projectDomainsGet.ts +144 -0
  2826. package/src/funcs/projectDomainsUpdate.ts +146 -0
  2827. package/src/funcs/projectMembersAdd.ts +140 -0
  2828. package/src/funcs/projectMembersGet.ts +142 -0
  2829. package/src/funcs/projectMembersRemove.ts +144 -0
  2830. package/src/funcs/projectsCreate.ts +132 -0
  2831. package/src/funcs/projectsDelete.ts +137 -0
  2832. package/src/funcs/projectsGetAll.ts +184 -0
  2833. package/src/funcs/projectsPause.ts +137 -0
  2834. package/src/funcs/projectsUnpause.ts +137 -0
  2835. package/src/funcs/projectsUpdate.ts +140 -0
  2836. package/src/funcs/projectsUpdateDataCache.ts +140 -0
  2837. package/src/funcs/promotionsCreate.ts +143 -0
  2838. package/src/funcs/promotionsListAliases.ts +189 -0
  2839. package/src/funcs/protectionBypassUpdate.ts +143 -0
  2840. package/src/funcs/secretsCreate.ts +133 -0
  2841. package/src/funcs/secretsDelete.ts +138 -0
  2842. package/src/funcs/secretsGet.ts +139 -0
  2843. package/src/funcs/secretsList.ts +130 -0
  2844. package/src/funcs/secretsRename.ts +140 -0
  2845. package/src/funcs/teamsCreate.ts +125 -0
  2846. package/src/funcs/teamsDelete.ts +140 -0
  2847. package/src/funcs/teamsDeleteInviteCode.ts +135 -0
  2848. package/src/funcs/teamsGet.ts +128 -0
  2849. package/src/funcs/teamsGetAccessRequest.ts +133 -0
  2850. package/src/funcs/teamsGetMembers.ts +143 -0
  2851. package/src/funcs/teamsInviteUser.ts +133 -0
  2852. package/src/funcs/teamsJoin.ts +135 -0
  2853. package/src/funcs/teamsList.ts +129 -0
  2854. package/src/funcs/teamsRemoveMember.ts +133 -0
  2855. package/src/funcs/teamsRequestAccess.ts +133 -0
  2856. package/src/funcs/teamsUpdate.ts +138 -0
  2857. package/src/funcs/teamsUpdateMember.ts +137 -0
  2858. package/src/funcs/tokensCreate.ts +132 -0
  2859. package/src/funcs/tokensDelete.ts +129 -0
  2860. package/src/funcs/tokensGet.ts +129 -0
  2861. package/src/funcs/tokensList.ts +103 -0
  2862. package/src/funcs/userGetAuthUser.ts +104 -0
  2863. package/src/funcs/userRequestDelete.ts +126 -0
  2864. package/src/funcs/webhooksCreate.ts +132 -0
  2865. package/src/funcs/webhooksDelete.ts +137 -0
  2866. package/src/funcs/webhooksGet.ts +138 -0
  2867. package/src/funcs/webhooksList.ts +129 -0
  2868. package/src/hooks/hooks.ts +112 -0
  2869. package/src/hooks/registration.ts +14 -0
  2870. package/src/hooks/types.ts +98 -0
  2871. package/src/index.ts +7 -0
  2872. package/src/lib/base64.ts +37 -0
  2873. package/src/lib/config.ts +64 -0
  2874. package/src/lib/dlv.ts +53 -0
  2875. package/src/lib/encodings.ts +449 -0
  2876. package/src/lib/files.ts +40 -0
  2877. package/src/lib/http.ts +323 -0
  2878. package/src/lib/is-plain-object.ts +43 -0
  2879. package/src/lib/logger.ts +9 -0
  2880. package/src/lib/matchers.ts +322 -0
  2881. package/src/lib/primitives.ts +40 -0
  2882. package/src/lib/retries.ts +187 -0
  2883. package/src/lib/schemas.ts +86 -0
  2884. package/src/lib/sdks.ts +384 -0
  2885. package/src/lib/security.ts +217 -0
  2886. package/src/lib/url.ts +33 -0
  2887. package/src/models/components/accessgroup.ts +93 -0
  2888. package/src/models/components/aclaction.ts +40 -0
  2889. package/src/models/components/authtoken.ts +366 -0
  2890. package/src/models/components/authuser.ts +9925 -0
  2891. package/src/models/components/authuserlimited.ts +133 -0
  2892. package/src/models/components/edgeconfigitem.ts +74 -0
  2893. package/src/models/components/edgeconfigitemvalue.ts +53 -0
  2894. package/src/models/components/edgeconfigtoken.ts +67 -0
  2895. package/src/models/components/filetree.ts +130 -0
  2896. package/src/models/components/flagjsonvalue.ts +56 -0
  2897. package/src/models/components/pagination.ts +65 -0
  2898. package/src/models/components/security.ts +45 -0
  2899. package/src/models/components/team.ts +34 -0
  2900. package/src/models/components/teamlimited.ts +554 -0
  2901. package/src/models/components/userevent.ts +249 -0
  2902. package/src/models/errors/httpclienterrors.ts +62 -0
  2903. package/src/models/errors/sdkerror.ts +27 -0
  2904. package/src/models/errors/sdkvalidationerror.ts +97 -0
  2905. package/src/models/operations/addprojectdomain.ts +332 -0
  2906. package/src/models/operations/addprojectmember.ts +481 -0
  2907. package/src/models/operations/artifactexists.ts +62 -0
  2908. package/src/models/operations/artifactquery.ts +276 -0
  2909. package/src/models/operations/assignalias.ts +192 -0
  2910. package/src/models/operations/buydomain.ts +435 -0
  2911. package/src/models/operations/canceldeployment.ts +4493 -0
  2912. package/src/models/operations/checkdomainprice.ts +156 -0
  2913. package/src/models/operations/checkdomainstatus.ts +105 -0
  2914. package/src/models/operations/createaccessgroup.ts +290 -0
  2915. package/src/models/operations/createauthtoken.ts +310 -0
  2916. package/src/models/operations/createcheck.ts +811 -0
  2917. package/src/models/operations/createconfigurablelogdrain.ts +642 -0
  2918. package/src/models/operations/createdeployment.ts +5602 -0
  2919. package/src/models/operations/createedgeconfig.ts +529 -0
  2920. package/src/models/operations/createedgeconfigtoken.ts +159 -0
  2921. package/src/models/operations/createlogdrain.ts +532 -0
  2922. package/src/models/operations/createortransferdomain.ts +612 -0
  2923. package/src/models/operations/createproject.ts +7369 -0
  2924. package/src/models/operations/createprojectenv.ts +4543 -0
  2925. package/src/models/operations/createrecord.ts +1558 -0
  2926. package/src/models/operations/createsecret.ts +297 -0
  2927. package/src/models/operations/createteam.ts +8995 -0
  2928. package/src/models/operations/createwebhook.ts +319 -0
  2929. package/src/models/operations/datacachebillingsettings.ts +89 -0
  2930. package/src/models/operations/datacachepurgeall.ts +45 -0
  2931. package/src/models/operations/deleteaccessgroup.ts +59 -0
  2932. package/src/models/operations/deletealias.ts +132 -0
  2933. package/src/models/operations/deleteauthtoken.ts +94 -0
  2934. package/src/models/operations/deleteconfigurablelogdrain.ts +60 -0
  2935. package/src/models/operations/deleteconfiguration.ts +59 -0
  2936. package/src/models/operations/deletedeployment.ts +154 -0
  2937. package/src/models/operations/deletedomain.ts +108 -0
  2938. package/src/models/operations/deleteedgeconfig.ts +59 -0
  2939. package/src/models/operations/deleteedgeconfigschema.ts +59 -0
  2940. package/src/models/operations/deleteedgeconfigtokens.ts +115 -0
  2941. package/src/models/operations/deleteintegrationlogdrain.ts +62 -0
  2942. package/src/models/operations/deleteproject.ts +62 -0
  2943. package/src/models/operations/deletesecret.ts +119 -0
  2944. package/src/models/operations/deleteteam.ts +221 -0
  2945. package/src/models/operations/deleteteaminvitecode.ts +101 -0
  2946. package/src/models/operations/deletewebhook.ts +59 -0
  2947. package/src/models/operations/downloadartifact.ts +87 -0
  2948. package/src/models/operations/editprojectenv.ts +1952 -0
  2949. package/src/models/operations/emaillogin.ts +102 -0
  2950. package/src/models/operations/filterprojectenvs.ts +5442 -0
  2951. package/src/models/operations/getalias.ts +770 -0
  2952. package/src/models/operations/getallchecks.ts +747 -0
  2953. package/src/models/operations/getalllogdrains.ts +399 -0
  2954. package/src/models/operations/getauthtoken.ts +100 -0
  2955. package/src/models/operations/getauthuser.ts +86 -0
  2956. package/src/models/operations/getcertbyid.ts +118 -0
  2957. package/src/models/operations/getcheck.ts +722 -0
  2958. package/src/models/operations/getconfigurablelogdrain.ts +405 -0
  2959. package/src/models/operations/getconfiguration.ts +1817 -0
  2960. package/src/models/operations/getconfigurations.ts +1209 -0
  2961. package/src/models/operations/getdeployment.ts +7036 -0
  2962. package/src/models/operations/getdeploymentevents.ts +1867 -0
  2963. package/src/models/operations/getdeploymentfilecontents.ts +76 -0
  2964. package/src/models/operations/getdeployments.ts +1378 -0
  2965. package/src/models/operations/getdomain.ts +350 -0
  2966. package/src/models/operations/getdomainconfig.ts +224 -0
  2967. package/src/models/operations/getdomains.ts +421 -0
  2968. package/src/models/operations/getdomaintransfer.ts +200 -0
  2969. package/src/models/operations/getedgeconfig.ts +227 -0
  2970. package/src/models/operations/getedgeconfigitem.ts +63 -0
  2971. package/src/models/operations/getedgeconfigitems.ts +59 -0
  2972. package/src/models/operations/getedgeconfigs.ts +220 -0
  2973. package/src/models/operations/getedgeconfigschema.ts +94 -0
  2974. package/src/models/operations/getedgeconfigtoken.ts +63 -0
  2975. package/src/models/operations/getedgeconfigtokens.ts +59 -0
  2976. package/src/models/operations/getintegrationlogdrains.ts +351 -0
  2977. package/src/models/operations/getprojectdomain.ts +210 -0
  2978. package/src/models/operations/getprojectdomains.ts +501 -0
  2979. package/src/models/operations/getprojectenv.ts +5229 -0
  2980. package/src/models/operations/getprojectmembers.ts +489 -0
  2981. package/src/models/operations/getprojects.ts +6945 -0
  2982. package/src/models/operations/getrecords.ts +522 -0
  2983. package/src/models/operations/getsecret.ts +205 -0
  2984. package/src/models/operations/getsecrets.ts +224 -0
  2985. package/src/models/operations/getteam.ts +45 -0
  2986. package/src/models/operations/getteamaccessrequest.ts +431 -0
  2987. package/src/models/operations/getteammembers.ts +911 -0
  2988. package/src/models/operations/getteams.ts +159 -0
  2989. package/src/models/operations/getwebhook.ts +205 -0
  2990. package/src/models/operations/getwebhooks.ts +525 -0
  2991. package/src/models/operations/gitnamespaces.ts +190 -0
  2992. package/src/models/operations/inviteusertoteam.ts +477 -0
  2993. package/src/models/operations/issuecert.ts +167 -0
  2994. package/src/models/operations/jointeam.ts +168 -0
  2995. package/src/models/operations/listaccessgroupmembers.ts +263 -0
  2996. package/src/models/operations/listaccessgroupprojects.ts +306 -0
  2997. package/src/models/operations/listaccessgroups.ts +356 -0
  2998. package/src/models/operations/listaliases.ts +923 -0
  2999. package/src/models/operations/listauthtokens.ts +71 -0
  3000. package/src/models/operations/listdeploymentaliases.ts +656 -0
  3001. package/src/models/operations/listdeploymentbuilds.ts +530 -0
  3002. package/src/models/operations/listdeploymentfiles.ts +62 -0
  3003. package/src/models/operations/listpromotealiases.ts +319 -0
  3004. package/src/models/operations/listuserevents.ts +149 -0
  3005. package/src/models/operations/patchdomain.ts +415 -0
  3006. package/src/models/operations/patchedgeconfigschema.ts +154 -0
  3007. package/src/models/operations/patchteam.ts +379 -0
  3008. package/src/models/operations/pauseproject.ts +62 -0
  3009. package/src/models/operations/readaccessgroup.ts +148 -0
  3010. package/src/models/operations/recordevents.ts +221 -0
  3011. package/src/models/operations/removecert.ts +94 -0
  3012. package/src/models/operations/removeprojectdomain.ts +104 -0
  3013. package/src/models/operations/removeprojectenv.ts +5290 -0
  3014. package/src/models/operations/removeprojectmember.ts +109 -0
  3015. package/src/models/operations/removerecord.ts +98 -0
  3016. package/src/models/operations/removeteammember.ts +95 -0
  3017. package/src/models/operations/renamesecret.ts +170 -0
  3018. package/src/models/operations/requestaccesstoteam.ts +587 -0
  3019. package/src/models/operations/requestdelete.ts +162 -0
  3020. package/src/models/operations/requestpromote.ts +63 -0
  3021. package/src/models/operations/rerequestcheck.ts +101 -0
  3022. package/src/models/operations/searchrepo.ts +495 -0
  3023. package/src/models/operations/status.ts +123 -0
  3024. package/src/models/operations/unpauseproject.ts +62 -0
  3025. package/src/models/operations/updateaccessgroup.ts +219 -0
  3026. package/src/models/operations/updatecheck.ts +1416 -0
  3027. package/src/models/operations/updateedgeconfig.ts +282 -0
  3028. package/src/models/operations/updateproject.ts +7640 -0
  3029. package/src/models/operations/updateprojectdatacache.ts +6811 -0
  3030. package/src/models/operations/updateprojectdomain.ts +325 -0
  3031. package/src/models/operations/updateprojectprotectionbypass.ts +311 -0
  3032. package/src/models/operations/updaterecord.ts +430 -0
  3033. package/src/models/operations/updateteammember.ts +296 -0
  3034. package/src/models/operations/uploadartifact.ts +186 -0
  3035. package/src/models/operations/uploadcert.ts +188 -0
  3036. package/src/models/operations/uploadfile.ts +221 -0
  3037. package/src/models/operations/verifyprojectdomain.ts +220 -0
  3038. package/src/models/operations/verifytoken.ts +223 -0
  3039. package/src/sdk/accessgroups.ts +157 -0
  3040. package/src/sdk/aliases.ts +97 -0
  3041. package/src/sdk/artifacts.ts +131 -0
  3042. package/src/sdk/authentication.ts +52 -0
  3043. package/src/sdk/certs.ts +96 -0
  3044. package/src/sdk/checks.ts +118 -0
  3045. package/src/sdk/deployments.ts +229 -0
  3046. package/src/sdk/dns.ts +97 -0
  3047. package/src/sdk/domains.ts +295 -0
  3048. package/src/sdk/edgeconfigs.ts +297 -0
  3049. package/src/sdk/envs.ts +118 -0
  3050. package/src/sdk/events.ts +30 -0
  3051. package/src/sdk/integrations.ts +115 -0
  3052. package/src/sdk/logdrains.ts +156 -0
  3053. package/src/sdk/projectdomains.ts +74 -0
  3054. package/src/sdk/projectmembers.ts +74 -0
  3055. package/src/sdk/projects.ts +154 -0
  3056. package/src/sdk/promotions.ts +50 -0
  3057. package/src/sdk/protectionbypass.ts +30 -0
  3058. package/src/sdk/sdk.ts +200 -0
  3059. package/src/sdk/secrets.ts +118 -0
  3060. package/src/sdk/teams.ts +289 -0
  3061. package/src/sdk/tokens.ts +91 -0
  3062. package/src/sdk/user.ts +47 -0
  3063. package/src/sdk/webhooks.ts +93 -0
  3064. package/src/types/blobs.ts +31 -0
  3065. package/src/types/constdatetime.ts +15 -0
  3066. package/src/types/enums.ts +16 -0
  3067. package/src/types/fp.ts +50 -0
  3068. package/src/types/operations.ts +99 -0
  3069. package/src/types/rfcdate.ts +54 -0
  3070. package/src/types/streams.ts +21 -0
@@ -0,0 +1,4582 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ export const Reason = {
6
+ SubscriptionCanceled: "SUBSCRIPTION_CANCELED",
7
+ SubscriptionExpired: "SUBSCRIPTION_EXPIRED",
8
+ UnpaidInvoice: "UNPAID_INVOICE",
9
+ EnterpriseTrialEnded: "ENTERPRISE_TRIAL_ENDED",
10
+ FairUseLimitsExceeded: "FAIR_USE_LIMITS_EXCEEDED",
11
+ BlockedForPlatformAbuse: "BLOCKED_FOR_PLATFORM_ABUSE",
12
+ };
13
+ export const BlockedDueToOverageType = {
14
+ AnalyticsUsage: "analyticsUsage",
15
+ Artifacts: "artifacts",
16
+ Bandwidth: "bandwidth",
17
+ BlobStores: "blobStores",
18
+ BlobTotalAdvancedRequests: "blobTotalAdvancedRequests",
19
+ BlobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
20
+ BlobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
21
+ BlobTotalSimpleRequests: "blobTotalSimpleRequests",
22
+ BuildMinute: "buildMinute",
23
+ DataCacheRead: "dataCacheRead",
24
+ DataCacheRevalidation: "dataCacheRevalidation",
25
+ DataCacheWrite: "dataCacheWrite",
26
+ EdgeConfigRead: "edgeConfigRead",
27
+ EdgeConfigWrite: "edgeConfigWrite",
28
+ EdgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
29
+ EdgeMiddlewareInvocations: "edgeMiddlewareInvocations",
30
+ EdgeRequest: "edgeRequest",
31
+ EdgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
32
+ FastDataTransfer: "fastDataTransfer",
33
+ FastOriginTransfer: "fastOriginTransfer",
34
+ FunctionDuration: "functionDuration",
35
+ FunctionInvocation: "functionInvocation",
36
+ LogDrainsVolume: "logDrainsVolume",
37
+ MonitoringMetric: "monitoringMetric",
38
+ PostgresComputeTime: "postgresComputeTime",
39
+ PostgresDataStorage: "postgresDataStorage",
40
+ PostgresDataTransfer: "postgresDataTransfer",
41
+ PostgresDatabase: "postgresDatabase",
42
+ PostgresWrittenData: "postgresWrittenData",
43
+ ServerlessFunctionExecution: "serverlessFunctionExecution",
44
+ SourceImages: "sourceImages",
45
+ StorageRedisTotalBandwidthInBytes: "storageRedisTotalBandwidthInBytes",
46
+ StorageRedisTotalCommands: "storageRedisTotalCommands",
47
+ StorageRedisTotalDailyAvgStorageInBytes: "storageRedisTotalDailyAvgStorageInBytes",
48
+ StorageRedisTotalDatabases: "storageRedisTotalDatabases",
49
+ WafOwaspExcessBytes: "wafOwaspExcessBytes",
50
+ WafOwaspRequests: "wafOwaspRequests",
51
+ WebAnalyticsEvent: "webAnalyticsEvent",
52
+ };
53
+ export const Currency = {
54
+ Usd: "usd",
55
+ Eur: "eur",
56
+ };
57
+ export const Plan = {
58
+ Pro: "pro",
59
+ Enterprise: "enterprise",
60
+ Hobby: "hobby",
61
+ };
62
+ export const Platform = {
63
+ Stripe: "stripe",
64
+ StripeTestMode: "stripeTestMode",
65
+ };
66
+ export const ProgramType = {
67
+ Startup: "startup",
68
+ Agency: "agency",
69
+ };
70
+ export const AuthUserBillingInvoiceItemsConcurrentBuildsInterval = {
71
+ Month: "month",
72
+ };
73
+ export const AuthUserInterval = {
74
+ Month: "month",
75
+ };
76
+ export const AuthUserBillingInterval = {
77
+ Month: "month",
78
+ };
79
+ export const AuthUserBillingInvoiceItemsInterval = {
80
+ Month: "month",
81
+ };
82
+ export const AuthUserBillingInvoiceItemsAnalyticsInterval = {
83
+ Month: "month",
84
+ };
85
+ export const AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval = {
86
+ Month: "month",
87
+ };
88
+ export const AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval = {
89
+ Month: "month",
90
+ };
91
+ export const AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval = {
92
+ Month: "month",
93
+ };
94
+ export const AuthUserBillingInvoiceItemsMonitoringInterval = {
95
+ Month: "month",
96
+ };
97
+ export const AuthUserBillingInvoiceItemsPasswordProtectionInterval = {
98
+ Month: "month",
99
+ };
100
+ export const AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval = {
101
+ Month: "month",
102
+ };
103
+ export const AuthUserBillingInvoiceItemsSamlInterval = {
104
+ Month: "month",
105
+ };
106
+ export const AuthUserBillingInvoiceItemsTeamSeatsInterval = {
107
+ Month: "month",
108
+ };
109
+ export const AuthUserBillingInvoiceItemsVercelMarketplaceInterval = {
110
+ Month: "month",
111
+ };
112
+ export const Interval = {
113
+ Month: "month",
114
+ Day: "day",
115
+ Week: "week",
116
+ Year: "year",
117
+ };
118
+ export const Duration = {
119
+ Forever: "forever",
120
+ Repeating: "repeating",
121
+ Once: "once",
122
+ };
123
+ export const Status = {
124
+ Active: "active",
125
+ Trialing: "trialing",
126
+ Overdue: "overdue",
127
+ Expired: "expired",
128
+ Canceled: "canceled",
129
+ };
130
+ export const PricingExperiment = {
131
+ August2022: "august-2022",
132
+ };
133
+ export const ViewPreference = {
134
+ List: "list",
135
+ Cards: "cards",
136
+ };
137
+ export const FavoritesViewPreference = {
138
+ Open: "open",
139
+ Closed: "closed",
140
+ };
141
+ export const RecentsViewPreference = {
142
+ Open: "open",
143
+ Closed: "closed",
144
+ };
145
+ export const ImportFlowGitProvider = {
146
+ Github: "github",
147
+ Gitlab: "gitlab",
148
+ Bitbucket: "bitbucket",
149
+ };
150
+ /**
151
+ * The user's version. Will either be unset or `northstar`.
152
+ */
153
+ export const Version = {
154
+ Northstar: "northstar",
155
+ };
156
+ /** @internal */
157
+ export const Reason$inboundSchema = z
158
+ .nativeEnum(Reason);
159
+ /** @internal */
160
+ export const Reason$outboundSchema = Reason$inboundSchema;
161
+ /**
162
+ * @internal
163
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
164
+ */
165
+ export var Reason$;
166
+ (function (Reason$) {
167
+ /** @deprecated use `Reason$inboundSchema` instead. */
168
+ Reason$.inboundSchema = Reason$inboundSchema;
169
+ /** @deprecated use `Reason$outboundSchema` instead. */
170
+ Reason$.outboundSchema = Reason$outboundSchema;
171
+ })(Reason$ || (Reason$ = {}));
172
+ /** @internal */
173
+ export const BlockedDueToOverageType$inboundSchema = z.nativeEnum(BlockedDueToOverageType);
174
+ /** @internal */
175
+ export const BlockedDueToOverageType$outboundSchema = BlockedDueToOverageType$inboundSchema;
176
+ /**
177
+ * @internal
178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
+ */
180
+ export var BlockedDueToOverageType$;
181
+ (function (BlockedDueToOverageType$) {
182
+ /** @deprecated use `BlockedDueToOverageType$inboundSchema` instead. */
183
+ BlockedDueToOverageType$.inboundSchema = BlockedDueToOverageType$inboundSchema;
184
+ /** @deprecated use `BlockedDueToOverageType$outboundSchema` instead. */
185
+ BlockedDueToOverageType$.outboundSchema = BlockedDueToOverageType$outboundSchema;
186
+ })(BlockedDueToOverageType$ || (BlockedDueToOverageType$ = {}));
187
+ /** @internal */
188
+ export const SoftBlock$inboundSchema = z.object({
189
+ blockedAt: z.number(),
190
+ reason: Reason$inboundSchema,
191
+ blockedDueToOverageType: BlockedDueToOverageType$inboundSchema.optional(),
192
+ });
193
+ /** @internal */
194
+ export const SoftBlock$outboundSchema = z.object({
195
+ blockedAt: z.number(),
196
+ reason: Reason$outboundSchema,
197
+ blockedDueToOverageType: BlockedDueToOverageType$outboundSchema.optional(),
198
+ });
199
+ /**
200
+ * @internal
201
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
202
+ */
203
+ export var SoftBlock$;
204
+ (function (SoftBlock$) {
205
+ /** @deprecated use `SoftBlock$inboundSchema` instead. */
206
+ SoftBlock$.inboundSchema = SoftBlock$inboundSchema;
207
+ /** @deprecated use `SoftBlock$outboundSchema` instead. */
208
+ SoftBlock$.outboundSchema = SoftBlock$outboundSchema;
209
+ })(SoftBlock$ || (SoftBlock$ = {}));
210
+ /** @internal */
211
+ export const Currency$inboundSchema = z
212
+ .nativeEnum(Currency);
213
+ /** @internal */
214
+ export const Currency$outboundSchema = Currency$inboundSchema;
215
+ /**
216
+ * @internal
217
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
218
+ */
219
+ export var Currency$;
220
+ (function (Currency$) {
221
+ /** @deprecated use `Currency$inboundSchema` instead. */
222
+ Currency$.inboundSchema = Currency$inboundSchema;
223
+ /** @deprecated use `Currency$outboundSchema` instead. */
224
+ Currency$.outboundSchema = Currency$outboundSchema;
225
+ })(Currency$ || (Currency$ = {}));
226
+ /** @internal */
227
+ export const Period$inboundSchema = z
228
+ .object({
229
+ start: z.number(),
230
+ end: z.number(),
231
+ });
232
+ /** @internal */
233
+ export const Period$outboundSchema = z.object({
234
+ start: z.number(),
235
+ end: z.number(),
236
+ });
237
+ /**
238
+ * @internal
239
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
240
+ */
241
+ export var Period$;
242
+ (function (Period$) {
243
+ /** @deprecated use `Period$inboundSchema` instead. */
244
+ Period$.inboundSchema = Period$inboundSchema;
245
+ /** @deprecated use `Period$outboundSchema` instead. */
246
+ Period$.outboundSchema = Period$outboundSchema;
247
+ })(Period$ || (Period$ = {}));
248
+ /** @internal */
249
+ export const Contract$inboundSchema = z.object({
250
+ start: z.number(),
251
+ end: z.number(),
252
+ });
253
+ /** @internal */
254
+ export const Contract$outboundSchema = z.object({
255
+ start: z.number(),
256
+ end: z.number(),
257
+ });
258
+ /**
259
+ * @internal
260
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
261
+ */
262
+ export var Contract$;
263
+ (function (Contract$) {
264
+ /** @deprecated use `Contract$inboundSchema` instead. */
265
+ Contract$.inboundSchema = Contract$inboundSchema;
266
+ /** @deprecated use `Contract$outboundSchema` instead. */
267
+ Contract$.outboundSchema = Contract$outboundSchema;
268
+ })(Contract$ || (Contract$ = {}));
269
+ /** @internal */
270
+ export const Plan$inboundSchema = z.nativeEnum(Plan);
271
+ /** @internal */
272
+ export const Plan$outboundSchema = Plan$inboundSchema;
273
+ /**
274
+ * @internal
275
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
276
+ */
277
+ export var Plan$;
278
+ (function (Plan$) {
279
+ /** @deprecated use `Plan$inboundSchema` instead. */
280
+ Plan$.inboundSchema = Plan$inboundSchema;
281
+ /** @deprecated use `Plan$outboundSchema` instead. */
282
+ Plan$.outboundSchema = Plan$outboundSchema;
283
+ })(Plan$ || (Plan$ = {}));
284
+ /** @internal */
285
+ export const Platform$inboundSchema = z
286
+ .nativeEnum(Platform);
287
+ /** @internal */
288
+ export const Platform$outboundSchema = Platform$inboundSchema;
289
+ /**
290
+ * @internal
291
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
292
+ */
293
+ export var Platform$;
294
+ (function (Platform$) {
295
+ /** @deprecated use `Platform$inboundSchema` instead. */
296
+ Platform$.inboundSchema = Platform$inboundSchema;
297
+ /** @deprecated use `Platform$outboundSchema` instead. */
298
+ Platform$.outboundSchema = Platform$outboundSchema;
299
+ })(Platform$ || (Platform$ = {}));
300
+ /** @internal */
301
+ export const ProgramType$inboundSchema = z
302
+ .nativeEnum(ProgramType);
303
+ /** @internal */
304
+ export const ProgramType$outboundSchema = ProgramType$inboundSchema;
305
+ /**
306
+ * @internal
307
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
308
+ */
309
+ export var ProgramType$;
310
+ (function (ProgramType$) {
311
+ /** @deprecated use `ProgramType$inboundSchema` instead. */
312
+ ProgramType$.inboundSchema = ProgramType$inboundSchema;
313
+ /** @deprecated use `ProgramType$outboundSchema` instead. */
314
+ ProgramType$.outboundSchema = ProgramType$outboundSchema;
315
+ })(ProgramType$ || (ProgramType$ = {}));
316
+ /** @internal */
317
+ export const Trial$inboundSchema = z
318
+ .object({
319
+ start: z.number(),
320
+ end: z.number(),
321
+ });
322
+ /** @internal */
323
+ export const Trial$outboundSchema = z.object({
324
+ start: z.number(),
325
+ end: z.number(),
326
+ });
327
+ /**
328
+ * @internal
329
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
330
+ */
331
+ export var Trial$;
332
+ (function (Trial$) {
333
+ /** @deprecated use `Trial$inboundSchema` instead. */
334
+ Trial$.inboundSchema = Trial$inboundSchema;
335
+ /** @deprecated use `Trial$outboundSchema` instead. */
336
+ Trial$.outboundSchema = Trial$outboundSchema;
337
+ })(Trial$ || (Trial$ = {}));
338
+ /** @internal */
339
+ export const Tax$inboundSchema = z
340
+ .object({
341
+ type: z.string(),
342
+ id: z.string(),
343
+ });
344
+ /** @internal */
345
+ export const Tax$outboundSchema = z
346
+ .object({
347
+ type: z.string(),
348
+ id: z.string(),
349
+ });
350
+ /**
351
+ * @internal
352
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
353
+ */
354
+ export var Tax$;
355
+ (function (Tax$) {
356
+ /** @deprecated use `Tax$inboundSchema` instead. */
357
+ Tax$.inboundSchema = Tax$inboundSchema;
358
+ /** @deprecated use `Tax$outboundSchema` instead. */
359
+ Tax$.outboundSchema = Tax$outboundSchema;
360
+ })(Tax$ || (Tax$ = {}));
361
+ /** @internal */
362
+ export const Address$inboundSchema = z.object({
363
+ line1: z.string().optional(),
364
+ line2: z.string().optional(),
365
+ postalCode: z.string().optional(),
366
+ city: z.string().optional(),
367
+ country: z.string().optional(),
368
+ state: z.string().optional(),
369
+ });
370
+ /** @internal */
371
+ export const Address$outboundSchema = z.object({
372
+ line1: z.string().optional(),
373
+ line2: z.string().optional(),
374
+ postalCode: z.string().optional(),
375
+ city: z.string().optional(),
376
+ country: z.string().optional(),
377
+ state: z.string().optional(),
378
+ });
379
+ /**
380
+ * @internal
381
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
382
+ */
383
+ export var Address$;
384
+ (function (Address$) {
385
+ /** @deprecated use `Address$inboundSchema` instead. */
386
+ Address$.inboundSchema = Address$inboundSchema;
387
+ /** @deprecated use `Address$outboundSchema` instead. */
388
+ Address$.outboundSchema = Address$outboundSchema;
389
+ })(Address$ || (Address$ = {}));
390
+ /** @internal */
391
+ export const AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsConcurrentBuildsInterval);
392
+ /** @internal */
393
+ export const AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema = AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema;
394
+ /**
395
+ * @internal
396
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
397
+ */
398
+ export var AuthUserBillingInvoiceItemsConcurrentBuildsInterval$;
399
+ (function (AuthUserBillingInvoiceItemsConcurrentBuildsInterval$) {
400
+ /** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema` instead. */
401
+ AuthUserBillingInvoiceItemsConcurrentBuildsInterval$.inboundSchema = AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema;
402
+ /** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema` instead. */
403
+ AuthUserBillingInvoiceItemsConcurrentBuildsInterval$.outboundSchema = AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema;
404
+ })(AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ || (AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ = {}));
405
+ /** @internal */
406
+ export const AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema = z.object({
407
+ interval: AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema,
408
+ intervalCount: z.number(),
409
+ });
410
+ /** @internal */
411
+ export const AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema = z.object({
412
+ interval: AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema,
413
+ intervalCount: z.number(),
414
+ });
415
+ /**
416
+ * @internal
417
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
418
+ */
419
+ export var AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$;
420
+ (function (AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$) {
421
+ /** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema` instead. */
422
+ AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$.inboundSchema = AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema;
423
+ /** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema` instead. */
424
+ AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$.outboundSchema = AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema;
425
+ })(AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ || (AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ = {}));
426
+ /** @internal */
427
+ export const ConcurrentBuilds$inboundSchema = z.object({
428
+ tier: z.number().optional(),
429
+ price: z.number(),
430
+ quantity: z.number(),
431
+ highestQuantity: z.number().optional(),
432
+ name: z.string().optional(),
433
+ hidden: z.boolean(),
434
+ createdAt: z.number().optional(),
435
+ disabledAt: z.nullable(z.number()).optional(),
436
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema).optional(),
437
+ maxQuantity: z.number().optional(),
438
+ });
439
+ /** @internal */
440
+ export const ConcurrentBuilds$outboundSchema = z.object({
441
+ tier: z.number().optional(),
442
+ price: z.number(),
443
+ quantity: z.number(),
444
+ highestQuantity: z.number().optional(),
445
+ name: z.string().optional(),
446
+ hidden: z.boolean(),
447
+ createdAt: z.number().optional(),
448
+ disabledAt: z.nullable(z.number()).optional(),
449
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema).optional(),
450
+ maxQuantity: z.number().optional(),
451
+ });
452
+ /**
453
+ * @internal
454
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
455
+ */
456
+ export var ConcurrentBuilds$;
457
+ (function (ConcurrentBuilds$) {
458
+ /** @deprecated use `ConcurrentBuilds$inboundSchema` instead. */
459
+ ConcurrentBuilds$.inboundSchema = ConcurrentBuilds$inboundSchema;
460
+ /** @deprecated use `ConcurrentBuilds$outboundSchema` instead. */
461
+ ConcurrentBuilds$.outboundSchema = ConcurrentBuilds$outboundSchema;
462
+ })(ConcurrentBuilds$ || (ConcurrentBuilds$ = {}));
463
+ /** @internal */
464
+ export const AuthUserInterval$inboundSchema = z.nativeEnum(AuthUserInterval);
465
+ /** @internal */
466
+ export const AuthUserInterval$outboundSchema = AuthUserInterval$inboundSchema;
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 var AuthUserInterval$;
472
+ (function (AuthUserInterval$) {
473
+ /** @deprecated use `AuthUserInterval$inboundSchema` instead. */
474
+ AuthUserInterval$.inboundSchema = AuthUserInterval$inboundSchema;
475
+ /** @deprecated use `AuthUserInterval$outboundSchema` instead. */
476
+ AuthUserInterval$.outboundSchema = AuthUserInterval$outboundSchema;
477
+ })(AuthUserInterval$ || (AuthUserInterval$ = {}));
478
+ /** @internal */
479
+ export const AuthUserFrequency$inboundSchema = z.object({
480
+ interval: AuthUserInterval$inboundSchema,
481
+ intervalCount: z.number(),
482
+ });
483
+ /** @internal */
484
+ export const AuthUserFrequency$outboundSchema = z.object({
485
+ interval: AuthUserInterval$outboundSchema,
486
+ intervalCount: z.number(),
487
+ });
488
+ /**
489
+ * @internal
490
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
491
+ */
492
+ export var AuthUserFrequency$;
493
+ (function (AuthUserFrequency$) {
494
+ /** @deprecated use `AuthUserFrequency$inboundSchema` instead. */
495
+ AuthUserFrequency$.inboundSchema = AuthUserFrequency$inboundSchema;
496
+ /** @deprecated use `AuthUserFrequency$outboundSchema` instead. */
497
+ AuthUserFrequency$.outboundSchema = AuthUserFrequency$outboundSchema;
498
+ })(AuthUserFrequency$ || (AuthUserFrequency$ = {}));
499
+ /** @internal */
500
+ export const AuthUserWebAnalytics$inboundSchema = z.object({
501
+ tier: z.number().optional(),
502
+ price: z.number(),
503
+ quantity: z.number(),
504
+ highestQuantity: z.number().optional(),
505
+ name: z.string().optional(),
506
+ hidden: z.boolean(),
507
+ createdAt: z.number().optional(),
508
+ disabledAt: z.nullable(z.number()).optional(),
509
+ frequency: z.lazy(() => AuthUserFrequency$inboundSchema).optional(),
510
+ maxQuantity: z.number().optional(),
511
+ });
512
+ /** @internal */
513
+ export const AuthUserWebAnalytics$outboundSchema = z.object({
514
+ tier: z.number().optional(),
515
+ price: z.number(),
516
+ quantity: z.number(),
517
+ highestQuantity: z.number().optional(),
518
+ name: z.string().optional(),
519
+ hidden: z.boolean(),
520
+ createdAt: z.number().optional(),
521
+ disabledAt: z.nullable(z.number()).optional(),
522
+ frequency: z.lazy(() => AuthUserFrequency$outboundSchema).optional(),
523
+ maxQuantity: z.number().optional(),
524
+ });
525
+ /**
526
+ * @internal
527
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
528
+ */
529
+ export var AuthUserWebAnalytics$;
530
+ (function (AuthUserWebAnalytics$) {
531
+ /** @deprecated use `AuthUserWebAnalytics$inboundSchema` instead. */
532
+ AuthUserWebAnalytics$.inboundSchema = AuthUserWebAnalytics$inboundSchema;
533
+ /** @deprecated use `AuthUserWebAnalytics$outboundSchema` instead. */
534
+ AuthUserWebAnalytics$.outboundSchema = AuthUserWebAnalytics$outboundSchema;
535
+ })(AuthUserWebAnalytics$ || (AuthUserWebAnalytics$ = {}));
536
+ /** @internal */
537
+ export const AuthUserBillingInterval$inboundSchema = z.nativeEnum(AuthUserBillingInterval);
538
+ /** @internal */
539
+ export const AuthUserBillingInterval$outboundSchema = AuthUserBillingInterval$inboundSchema;
540
+ /**
541
+ * @internal
542
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
543
+ */
544
+ export var AuthUserBillingInterval$;
545
+ (function (AuthUserBillingInterval$) {
546
+ /** @deprecated use `AuthUserBillingInterval$inboundSchema` instead. */
547
+ AuthUserBillingInterval$.inboundSchema = AuthUserBillingInterval$inboundSchema;
548
+ /** @deprecated use `AuthUserBillingInterval$outboundSchema` instead. */
549
+ AuthUserBillingInterval$.outboundSchema = AuthUserBillingInterval$outboundSchema;
550
+ })(AuthUserBillingInterval$ || (AuthUserBillingInterval$ = {}));
551
+ /** @internal */
552
+ export const AuthUserBillingFrequency$inboundSchema = z.object({
553
+ interval: AuthUserBillingInterval$inboundSchema,
554
+ intervalCount: z.number(),
555
+ });
556
+ /** @internal */
557
+ export const AuthUserBillingFrequency$outboundSchema = z.object({
558
+ interval: AuthUserBillingInterval$outboundSchema,
559
+ intervalCount: z.number(),
560
+ });
561
+ /**
562
+ * @internal
563
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
564
+ */
565
+ export var AuthUserBillingFrequency$;
566
+ (function (AuthUserBillingFrequency$) {
567
+ /** @deprecated use `AuthUserBillingFrequency$inboundSchema` instead. */
568
+ AuthUserBillingFrequency$.inboundSchema = AuthUserBillingFrequency$inboundSchema;
569
+ /** @deprecated use `AuthUserBillingFrequency$outboundSchema` instead. */
570
+ AuthUserBillingFrequency$.outboundSchema = AuthUserBillingFrequency$outboundSchema;
571
+ })(AuthUserBillingFrequency$ || (AuthUserBillingFrequency$ = {}));
572
+ /** @internal */
573
+ export const Pro$inboundSchema = z
574
+ .object({
575
+ tier: z.number().optional(),
576
+ price: z.number(),
577
+ quantity: z.number(),
578
+ highestQuantity: z.number().optional(),
579
+ name: z.string().optional(),
580
+ hidden: z.boolean(),
581
+ createdAt: z.number().optional(),
582
+ disabledAt: z.nullable(z.number()).optional(),
583
+ frequency: z.lazy(() => AuthUserBillingFrequency$inboundSchema).optional(),
584
+ maxQuantity: z.number().optional(),
585
+ });
586
+ /** @internal */
587
+ export const Pro$outboundSchema = z
588
+ .object({
589
+ tier: z.number().optional(),
590
+ price: z.number(),
591
+ quantity: z.number(),
592
+ highestQuantity: z.number().optional(),
593
+ name: z.string().optional(),
594
+ hidden: z.boolean(),
595
+ createdAt: z.number().optional(),
596
+ disabledAt: z.nullable(z.number()).optional(),
597
+ frequency: z.lazy(() => AuthUserBillingFrequency$outboundSchema).optional(),
598
+ maxQuantity: z.number().optional(),
599
+ });
600
+ /**
601
+ * @internal
602
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
603
+ */
604
+ export var Pro$;
605
+ (function (Pro$) {
606
+ /** @deprecated use `Pro$inboundSchema` instead. */
607
+ Pro$.inboundSchema = Pro$inboundSchema;
608
+ /** @deprecated use `Pro$outboundSchema` instead. */
609
+ Pro$.outboundSchema = Pro$outboundSchema;
610
+ })(Pro$ || (Pro$ = {}));
611
+ /** @internal */
612
+ export const AuthUserBillingInvoiceItemsInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsInterval);
613
+ /** @internal */
614
+ export const AuthUserBillingInvoiceItemsInterval$outboundSchema = AuthUserBillingInvoiceItemsInterval$inboundSchema;
615
+ /**
616
+ * @internal
617
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
618
+ */
619
+ export var AuthUserBillingInvoiceItemsInterval$;
620
+ (function (AuthUserBillingInvoiceItemsInterval$) {
621
+ /** @deprecated use `AuthUserBillingInvoiceItemsInterval$inboundSchema` instead. */
622
+ AuthUserBillingInvoiceItemsInterval$.inboundSchema = AuthUserBillingInvoiceItemsInterval$inboundSchema;
623
+ /** @deprecated use `AuthUserBillingInvoiceItemsInterval$outboundSchema` instead. */
624
+ AuthUserBillingInvoiceItemsInterval$.outboundSchema = AuthUserBillingInvoiceItemsInterval$outboundSchema;
625
+ })(AuthUserBillingInvoiceItemsInterval$ || (AuthUserBillingInvoiceItemsInterval$ = {}));
626
+ /** @internal */
627
+ export const AuthUserBillingInvoiceItemsFrequency$inboundSchema = z.object({
628
+ interval: AuthUserBillingInvoiceItemsInterval$inboundSchema,
629
+ intervalCount: z.number(),
630
+ });
631
+ /** @internal */
632
+ export const AuthUserBillingInvoiceItemsFrequency$outboundSchema = z.object({
633
+ interval: AuthUserBillingInvoiceItemsInterval$outboundSchema,
634
+ intervalCount: z.number(),
635
+ });
636
+ /**
637
+ * @internal
638
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
639
+ */
640
+ export var AuthUserBillingInvoiceItemsFrequency$;
641
+ (function (AuthUserBillingInvoiceItemsFrequency$) {
642
+ /** @deprecated use `AuthUserBillingInvoiceItemsFrequency$inboundSchema` instead. */
643
+ AuthUserBillingInvoiceItemsFrequency$.inboundSchema = AuthUserBillingInvoiceItemsFrequency$inboundSchema;
644
+ /** @deprecated use `AuthUserBillingInvoiceItemsFrequency$outboundSchema` instead. */
645
+ AuthUserBillingInvoiceItemsFrequency$.outboundSchema = AuthUserBillingInvoiceItemsFrequency$outboundSchema;
646
+ })(AuthUserBillingInvoiceItemsFrequency$ || (AuthUserBillingInvoiceItemsFrequency$ = {}));
647
+ /** @internal */
648
+ export const Enterprise$inboundSchema = z.object({
649
+ tier: z.number().optional(),
650
+ price: z.number(),
651
+ quantity: z.number(),
652
+ highestQuantity: z.number().optional(),
653
+ name: z.string().optional(),
654
+ hidden: z.boolean(),
655
+ createdAt: z.number().optional(),
656
+ disabledAt: z.nullable(z.number()).optional(),
657
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsFrequency$inboundSchema)
658
+ .optional(),
659
+ maxQuantity: z.number().optional(),
660
+ });
661
+ /** @internal */
662
+ export const Enterprise$outboundSchema = z.object({
663
+ tier: z.number().optional(),
664
+ price: z.number(),
665
+ quantity: z.number(),
666
+ highestQuantity: z.number().optional(),
667
+ name: z.string().optional(),
668
+ hidden: z.boolean(),
669
+ createdAt: z.number().optional(),
670
+ disabledAt: z.nullable(z.number()).optional(),
671
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsFrequency$outboundSchema)
672
+ .optional(),
673
+ maxQuantity: z.number().optional(),
674
+ });
675
+ /**
676
+ * @internal
677
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
678
+ */
679
+ export var Enterprise$;
680
+ (function (Enterprise$) {
681
+ /** @deprecated use `Enterprise$inboundSchema` instead. */
682
+ Enterprise$.inboundSchema = Enterprise$inboundSchema;
683
+ /** @deprecated use `Enterprise$outboundSchema` instead. */
684
+ Enterprise$.outboundSchema = Enterprise$outboundSchema;
685
+ })(Enterprise$ || (Enterprise$ = {}));
686
+ /** @internal */
687
+ export const AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema = z
688
+ .nativeEnum(AuthUserBillingInvoiceItemsAnalyticsInterval);
689
+ /** @internal */
690
+ export const AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema = AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema;
691
+ /**
692
+ * @internal
693
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
694
+ */
695
+ export var AuthUserBillingInvoiceItemsAnalyticsInterval$;
696
+ (function (AuthUserBillingInvoiceItemsAnalyticsInterval$) {
697
+ /** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema` instead. */
698
+ AuthUserBillingInvoiceItemsAnalyticsInterval$.inboundSchema = AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema;
699
+ /** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema` instead. */
700
+ AuthUserBillingInvoiceItemsAnalyticsInterval$.outboundSchema = AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema;
701
+ })(AuthUserBillingInvoiceItemsAnalyticsInterval$ || (AuthUserBillingInvoiceItemsAnalyticsInterval$ = {}));
702
+ /** @internal */
703
+ export const AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema = z.object({
704
+ interval: AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema,
705
+ intervalCount: z.number(),
706
+ });
707
+ /** @internal */
708
+ export const AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema = z.object({
709
+ interval: AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema,
710
+ intervalCount: z.number(),
711
+ });
712
+ /**
713
+ * @internal
714
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
715
+ */
716
+ export var AuthUserBillingInvoiceItemsAnalyticsFrequency$;
717
+ (function (AuthUserBillingInvoiceItemsAnalyticsFrequency$) {
718
+ /** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema` instead. */
719
+ AuthUserBillingInvoiceItemsAnalyticsFrequency$.inboundSchema = AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema;
720
+ /** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema` instead. */
721
+ AuthUserBillingInvoiceItemsAnalyticsFrequency$.outboundSchema = AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema;
722
+ })(AuthUserBillingInvoiceItemsAnalyticsFrequency$ || (AuthUserBillingInvoiceItemsAnalyticsFrequency$ = {}));
723
+ /** @internal */
724
+ export const Analytics$inboundSchema = z.object({
725
+ tier: z.number().optional(),
726
+ price: z.number(),
727
+ quantity: z.number(),
728
+ highestQuantity: z.number().optional(),
729
+ name: z.string().optional(),
730
+ hidden: z.boolean(),
731
+ createdAt: z.number().optional(),
732
+ disabledAt: z.nullable(z.number()).optional(),
733
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema).optional(),
734
+ maxQuantity: z.number().optional(),
735
+ });
736
+ /** @internal */
737
+ export const Analytics$outboundSchema = z.object({
738
+ tier: z.number().optional(),
739
+ price: z.number(),
740
+ quantity: z.number(),
741
+ highestQuantity: z.number().optional(),
742
+ name: z.string().optional(),
743
+ hidden: z.boolean(),
744
+ createdAt: z.number().optional(),
745
+ disabledAt: z.nullable(z.number()).optional(),
746
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema).optional(),
747
+ maxQuantity: z.number().optional(),
748
+ });
749
+ /**
750
+ * @internal
751
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
752
+ */
753
+ export var Analytics$;
754
+ (function (Analytics$) {
755
+ /** @deprecated use `Analytics$inboundSchema` instead. */
756
+ Analytics$.inboundSchema = Analytics$inboundSchema;
757
+ /** @deprecated use `Analytics$outboundSchema` instead. */
758
+ Analytics$.outboundSchema = Analytics$outboundSchema;
759
+ })(Analytics$ || (Analytics$ = {}));
760
+ /** @internal */
761
+ export const AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval);
762
+ /** @internal */
763
+ export const AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema;
764
+ /**
765
+ * @internal
766
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
767
+ */
768
+ export var AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$;
769
+ (function (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$) {
770
+ /** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema` instead. */
771
+ AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$.inboundSchema = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema;
772
+ /** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema` instead. */
773
+ AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$.outboundSchema = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema;
774
+ })(AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ || (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ = {}));
775
+ /** @internal */
776
+ export const AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema = z.object({
777
+ interval: AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema,
778
+ intervalCount: z.number(),
779
+ });
780
+ /** @internal */
781
+ export const AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema = z.object({
782
+ interval: AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema,
783
+ intervalCount: z.number(),
784
+ });
785
+ /**
786
+ * @internal
787
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
788
+ */
789
+ export var AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$;
790
+ (function (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$) {
791
+ /** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema` instead. */
792
+ AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$.inboundSchema = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema;
793
+ /** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema` instead. */
794
+ AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$.outboundSchema = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema;
795
+ })(AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ || (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ = {}));
796
+ /** @internal */
797
+ export const DeveloperExperiencePlatform$inboundSchema = z.object({
798
+ tier: z.number().optional(),
799
+ price: z.number(),
800
+ quantity: z.number(),
801
+ highestQuantity: z.number().optional(),
802
+ name: z.string().optional(),
803
+ hidden: z.boolean(),
804
+ createdAt: z.number().optional(),
805
+ disabledAt: z.nullable(z.number()).optional(),
806
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema).optional(),
807
+ maxQuantity: z.number().optional(),
808
+ });
809
+ /** @internal */
810
+ export const DeveloperExperiencePlatform$outboundSchema = z.object({
811
+ tier: z.number().optional(),
812
+ price: z.number(),
813
+ quantity: z.number(),
814
+ highestQuantity: z.number().optional(),
815
+ name: z.string().optional(),
816
+ hidden: z.boolean(),
817
+ createdAt: z.number().optional(),
818
+ disabledAt: z.nullable(z.number()).optional(),
819
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema).optional(),
820
+ maxQuantity: z.number().optional(),
821
+ });
822
+ /**
823
+ * @internal
824
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
825
+ */
826
+ export var DeveloperExperiencePlatform$;
827
+ (function (DeveloperExperiencePlatform$) {
828
+ /** @deprecated use `DeveloperExperiencePlatform$inboundSchema` instead. */
829
+ DeveloperExperiencePlatform$.inboundSchema = DeveloperExperiencePlatform$inboundSchema;
830
+ /** @deprecated use `DeveloperExperiencePlatform$outboundSchema` instead. */
831
+ DeveloperExperiencePlatform$.outboundSchema = DeveloperExperiencePlatform$outboundSchema;
832
+ })(DeveloperExperiencePlatform$ || (DeveloperExperiencePlatform$ = {}));
833
+ /** @internal */
834
+ export const AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval);
835
+ /** @internal */
836
+ export const AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema = AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema;
837
+ /**
838
+ * @internal
839
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
840
+ */
841
+ export var AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$;
842
+ (function (AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$) {
843
+ /** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema` instead. */
844
+ AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$.inboundSchema = AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema;
845
+ /** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema` instead. */
846
+ AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$.outboundSchema = AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema;
847
+ })(AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ || (AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ = {}));
848
+ /** @internal */
849
+ export const AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema = z.object({
850
+ interval: AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema,
851
+ intervalCount: z.number(),
852
+ });
853
+ /** @internal */
854
+ export const AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema = z.object({
855
+ interval: AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema,
856
+ intervalCount: z.number(),
857
+ });
858
+ /**
859
+ * @internal
860
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
861
+ */
862
+ export var AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$;
863
+ (function (AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$) {
864
+ /** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema` instead. */
865
+ AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$.inboundSchema = AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema;
866
+ /** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema` instead. */
867
+ AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$.outboundSchema = AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema;
868
+ })(AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ || (AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ = {}));
869
+ /** @internal */
870
+ export const IncludedAllocationMiu$inboundSchema = z.object({
871
+ tier: z.number().optional(),
872
+ price: z.number(),
873
+ quantity: z.number(),
874
+ highestQuantity: z.number().optional(),
875
+ name: z.string().optional(),
876
+ hidden: z.boolean(),
877
+ createdAt: z.number().optional(),
878
+ disabledAt: z.nullable(z.number()).optional(),
879
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema).optional(),
880
+ maxQuantity: z.number().optional(),
881
+ });
882
+ /** @internal */
883
+ export const IncludedAllocationMiu$outboundSchema = z.object({
884
+ tier: z.number().optional(),
885
+ price: z.number(),
886
+ quantity: z.number(),
887
+ highestQuantity: z.number().optional(),
888
+ name: z.string().optional(),
889
+ hidden: z.boolean(),
890
+ createdAt: z.number().optional(),
891
+ disabledAt: z.nullable(z.number()).optional(),
892
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema).optional(),
893
+ maxQuantity: z.number().optional(),
894
+ });
895
+ /**
896
+ * @internal
897
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
898
+ */
899
+ export var IncludedAllocationMiu$;
900
+ (function (IncludedAllocationMiu$) {
901
+ /** @deprecated use `IncludedAllocationMiu$inboundSchema` instead. */
902
+ IncludedAllocationMiu$.inboundSchema = IncludedAllocationMiu$inboundSchema;
903
+ /** @deprecated use `IncludedAllocationMiu$outboundSchema` instead. */
904
+ IncludedAllocationMiu$.outboundSchema = IncludedAllocationMiu$outboundSchema;
905
+ })(IncludedAllocationMiu$ || (IncludedAllocationMiu$ = {}));
906
+ /** @internal */
907
+ export const AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval);
908
+ /** @internal */
909
+ export const AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema;
910
+ /**
911
+ * @internal
912
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
913
+ */
914
+ export var AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$;
915
+ (function (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$) {
916
+ /** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema` instead. */
917
+ AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$.inboundSchema = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema;
918
+ /** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema` instead. */
919
+ AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$.outboundSchema = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema;
920
+ })(AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ || (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ = {}));
921
+ /** @internal */
922
+ export const AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema = z.object({
923
+ interval: AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema,
924
+ intervalCount: z.number(),
925
+ });
926
+ /** @internal */
927
+ export const AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema = z.object({
928
+ interval: AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema,
929
+ intervalCount: z.number(),
930
+ });
931
+ /**
932
+ * @internal
933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
934
+ */
935
+ export var AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$;
936
+ (function (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$) {
937
+ /** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema` instead. */
938
+ AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$.inboundSchema = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema;
939
+ /** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema` instead. */
940
+ AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$.outboundSchema = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema;
941
+ })(AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ || (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ = {}));
942
+ /** @internal */
943
+ export const ManagedInfrastructureCommitment$inboundSchema = z.object({
944
+ tier: z.number().optional(),
945
+ price: z.number(),
946
+ quantity: z.number(),
947
+ highestQuantity: z.number().optional(),
948
+ name: z.string().optional(),
949
+ hidden: z.boolean(),
950
+ createdAt: z.number().optional(),
951
+ disabledAt: z.nullable(z.number()).optional(),
952
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema).optional(),
953
+ maxQuantity: z.number().optional(),
954
+ });
955
+ /** @internal */
956
+ export const ManagedInfrastructureCommitment$outboundSchema = z.object({
957
+ tier: z.number().optional(),
958
+ price: z.number(),
959
+ quantity: z.number(),
960
+ highestQuantity: z.number().optional(),
961
+ name: z.string().optional(),
962
+ hidden: z.boolean(),
963
+ createdAt: z.number().optional(),
964
+ disabledAt: z.nullable(z.number()).optional(),
965
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema).optional(),
966
+ maxQuantity: z.number().optional(),
967
+ });
968
+ /**
969
+ * @internal
970
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
971
+ */
972
+ export var ManagedInfrastructureCommitment$;
973
+ (function (ManagedInfrastructureCommitment$) {
974
+ /** @deprecated use `ManagedInfrastructureCommitment$inboundSchema` instead. */
975
+ ManagedInfrastructureCommitment$.inboundSchema = ManagedInfrastructureCommitment$inboundSchema;
976
+ /** @deprecated use `ManagedInfrastructureCommitment$outboundSchema` instead. */
977
+ ManagedInfrastructureCommitment$.outboundSchema = ManagedInfrastructureCommitment$outboundSchema;
978
+ })(ManagedInfrastructureCommitment$ || (ManagedInfrastructureCommitment$ = {}));
979
+ /** @internal */
980
+ export const AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema = z
981
+ .nativeEnum(AuthUserBillingInvoiceItemsMonitoringInterval);
982
+ /** @internal */
983
+ export const AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema = AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema;
984
+ /**
985
+ * @internal
986
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
987
+ */
988
+ export var AuthUserBillingInvoiceItemsMonitoringInterval$;
989
+ (function (AuthUserBillingInvoiceItemsMonitoringInterval$) {
990
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema` instead. */
991
+ AuthUserBillingInvoiceItemsMonitoringInterval$.inboundSchema = AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema;
992
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema` instead. */
993
+ AuthUserBillingInvoiceItemsMonitoringInterval$.outboundSchema = AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema;
994
+ })(AuthUserBillingInvoiceItemsMonitoringInterval$ || (AuthUserBillingInvoiceItemsMonitoringInterval$ = {}));
995
+ /** @internal */
996
+ export const AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema = z.object({
997
+ interval: AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema,
998
+ intervalCount: z.number(),
999
+ });
1000
+ /** @internal */
1001
+ export const AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema = z.object({
1002
+ interval: AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema,
1003
+ intervalCount: z.number(),
1004
+ });
1005
+ /**
1006
+ * @internal
1007
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1008
+ */
1009
+ export var AuthUserBillingInvoiceItemsMonitoringFrequency$;
1010
+ (function (AuthUserBillingInvoiceItemsMonitoringFrequency$) {
1011
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema` instead. */
1012
+ AuthUserBillingInvoiceItemsMonitoringFrequency$.inboundSchema = AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema;
1013
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema` instead. */
1014
+ AuthUserBillingInvoiceItemsMonitoringFrequency$.outboundSchema = AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema;
1015
+ })(AuthUserBillingInvoiceItemsMonitoringFrequency$ || (AuthUserBillingInvoiceItemsMonitoringFrequency$ = {}));
1016
+ /** @internal */
1017
+ export const Monitoring$inboundSchema = z.object({
1018
+ tier: z.number().optional(),
1019
+ price: z.number(),
1020
+ quantity: z.number(),
1021
+ highestQuantity: z.number().optional(),
1022
+ name: z.string().optional(),
1023
+ hidden: z.boolean(),
1024
+ createdAt: z.number().optional(),
1025
+ disabledAt: z.nullable(z.number()).optional(),
1026
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema).optional(),
1027
+ maxQuantity: z.number().optional(),
1028
+ });
1029
+ /** @internal */
1030
+ export const Monitoring$outboundSchema = z.object({
1031
+ tier: z.number().optional(),
1032
+ price: z.number(),
1033
+ quantity: z.number(),
1034
+ highestQuantity: z.number().optional(),
1035
+ name: z.string().optional(),
1036
+ hidden: z.boolean(),
1037
+ createdAt: z.number().optional(),
1038
+ disabledAt: z.nullable(z.number()).optional(),
1039
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema).optional(),
1040
+ maxQuantity: z.number().optional(),
1041
+ });
1042
+ /**
1043
+ * @internal
1044
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1045
+ */
1046
+ export var Monitoring$;
1047
+ (function (Monitoring$) {
1048
+ /** @deprecated use `Monitoring$inboundSchema` instead. */
1049
+ Monitoring$.inboundSchema = Monitoring$inboundSchema;
1050
+ /** @deprecated use `Monitoring$outboundSchema` instead. */
1051
+ Monitoring$.outboundSchema = Monitoring$outboundSchema;
1052
+ })(Monitoring$ || (Monitoring$ = {}));
1053
+ /** @internal */
1054
+ export const AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsPasswordProtectionInterval);
1055
+ /** @internal */
1056
+ export const AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema = AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema;
1057
+ /**
1058
+ * @internal
1059
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1060
+ */
1061
+ export var AuthUserBillingInvoiceItemsPasswordProtectionInterval$;
1062
+ (function (AuthUserBillingInvoiceItemsPasswordProtectionInterval$) {
1063
+ /** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema` instead. */
1064
+ AuthUserBillingInvoiceItemsPasswordProtectionInterval$.inboundSchema = AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema;
1065
+ /** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema` instead. */
1066
+ AuthUserBillingInvoiceItemsPasswordProtectionInterval$.outboundSchema = AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema;
1067
+ })(AuthUserBillingInvoiceItemsPasswordProtectionInterval$ || (AuthUserBillingInvoiceItemsPasswordProtectionInterval$ = {}));
1068
+ /** @internal */
1069
+ export const AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema = z.object({
1070
+ interval: AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema,
1071
+ intervalCount: z.number(),
1072
+ });
1073
+ /** @internal */
1074
+ export const AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema = z.object({
1075
+ interval: AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema,
1076
+ intervalCount: z.number(),
1077
+ });
1078
+ /**
1079
+ * @internal
1080
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1081
+ */
1082
+ export var AuthUserBillingInvoiceItemsPasswordProtectionFrequency$;
1083
+ (function (AuthUserBillingInvoiceItemsPasswordProtectionFrequency$) {
1084
+ /** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema` instead. */
1085
+ AuthUserBillingInvoiceItemsPasswordProtectionFrequency$.inboundSchema = AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema;
1086
+ /** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema` instead. */
1087
+ AuthUserBillingInvoiceItemsPasswordProtectionFrequency$.outboundSchema = AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema;
1088
+ })(AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ || (AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ = {}));
1089
+ /** @internal */
1090
+ export const PasswordProtection$inboundSchema = z.object({
1091
+ tier: z.number().optional(),
1092
+ price: z.number(),
1093
+ quantity: z.number(),
1094
+ highestQuantity: z.number().optional(),
1095
+ name: z.string().optional(),
1096
+ hidden: z.boolean(),
1097
+ createdAt: z.number().optional(),
1098
+ disabledAt: z.nullable(z.number()).optional(),
1099
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema).optional(),
1100
+ maxQuantity: z.number().optional(),
1101
+ });
1102
+ /** @internal */
1103
+ export const PasswordProtection$outboundSchema = z.object({
1104
+ tier: z.number().optional(),
1105
+ price: z.number(),
1106
+ quantity: z.number(),
1107
+ highestQuantity: z.number().optional(),
1108
+ name: z.string().optional(),
1109
+ hidden: z.boolean(),
1110
+ createdAt: z.number().optional(),
1111
+ disabledAt: z.nullable(z.number()).optional(),
1112
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema).optional(),
1113
+ maxQuantity: z.number().optional(),
1114
+ });
1115
+ /**
1116
+ * @internal
1117
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1118
+ */
1119
+ export var PasswordProtection$;
1120
+ (function (PasswordProtection$) {
1121
+ /** @deprecated use `PasswordProtection$inboundSchema` instead. */
1122
+ PasswordProtection$.inboundSchema = PasswordProtection$inboundSchema;
1123
+ /** @deprecated use `PasswordProtection$outboundSchema` instead. */
1124
+ PasswordProtection$.outboundSchema = PasswordProtection$outboundSchema;
1125
+ })(PasswordProtection$ || (PasswordProtection$ = {}));
1126
+ /** @internal */
1127
+ export const AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval);
1128
+ /** @internal */
1129
+ export const AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema;
1130
+ /**
1131
+ * @internal
1132
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1133
+ */
1134
+ export var AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$;
1135
+ (function (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$) {
1136
+ /** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema` instead. */
1137
+ AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$.inboundSchema = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema;
1138
+ /** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema` instead. */
1139
+ AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$.outboundSchema = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema;
1140
+ })(AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ || (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ = {}));
1141
+ /** @internal */
1142
+ export const AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema = z.object({
1143
+ interval: AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema,
1144
+ intervalCount: z.number(),
1145
+ });
1146
+ /** @internal */
1147
+ export const AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema = z.object({
1148
+ interval: AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema,
1149
+ intervalCount: z.number(),
1150
+ });
1151
+ /**
1152
+ * @internal
1153
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1154
+ */
1155
+ export var AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$;
1156
+ (function (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$) {
1157
+ /** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema` instead. */
1158
+ AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$.inboundSchema = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema;
1159
+ /** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema` instead. */
1160
+ AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$.outboundSchema = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema;
1161
+ })(AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ || (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ = {}));
1162
+ /** @internal */
1163
+ export const PreviewDeploymentSuffix$inboundSchema = z.object({
1164
+ tier: z.number().optional(),
1165
+ price: z.number(),
1166
+ quantity: z.number(),
1167
+ highestQuantity: z.number().optional(),
1168
+ name: z.string().optional(),
1169
+ hidden: z.boolean(),
1170
+ createdAt: z.number().optional(),
1171
+ disabledAt: z.nullable(z.number()).optional(),
1172
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema).optional(),
1173
+ maxQuantity: z.number().optional(),
1174
+ });
1175
+ /** @internal */
1176
+ export const PreviewDeploymentSuffix$outboundSchema = z.object({
1177
+ tier: z.number().optional(),
1178
+ price: z.number(),
1179
+ quantity: z.number(),
1180
+ highestQuantity: z.number().optional(),
1181
+ name: z.string().optional(),
1182
+ hidden: z.boolean(),
1183
+ createdAt: z.number().optional(),
1184
+ disabledAt: z.nullable(z.number()).optional(),
1185
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema).optional(),
1186
+ maxQuantity: z.number().optional(),
1187
+ });
1188
+ /**
1189
+ * @internal
1190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1191
+ */
1192
+ export var PreviewDeploymentSuffix$;
1193
+ (function (PreviewDeploymentSuffix$) {
1194
+ /** @deprecated use `PreviewDeploymentSuffix$inboundSchema` instead. */
1195
+ PreviewDeploymentSuffix$.inboundSchema = PreviewDeploymentSuffix$inboundSchema;
1196
+ /** @deprecated use `PreviewDeploymentSuffix$outboundSchema` instead. */
1197
+ PreviewDeploymentSuffix$.outboundSchema = PreviewDeploymentSuffix$outboundSchema;
1198
+ })(PreviewDeploymentSuffix$ || (PreviewDeploymentSuffix$ = {}));
1199
+ /** @internal */
1200
+ export const AuthUserBillingInvoiceItemsSamlInterval$inboundSchema = z
1201
+ .nativeEnum(AuthUserBillingInvoiceItemsSamlInterval);
1202
+ /** @internal */
1203
+ export const AuthUserBillingInvoiceItemsSamlInterval$outboundSchema = AuthUserBillingInvoiceItemsSamlInterval$inboundSchema;
1204
+ /**
1205
+ * @internal
1206
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1207
+ */
1208
+ export var AuthUserBillingInvoiceItemsSamlInterval$;
1209
+ (function (AuthUserBillingInvoiceItemsSamlInterval$) {
1210
+ /** @deprecated use `AuthUserBillingInvoiceItemsSamlInterval$inboundSchema` instead. */
1211
+ AuthUserBillingInvoiceItemsSamlInterval$.inboundSchema = AuthUserBillingInvoiceItemsSamlInterval$inboundSchema;
1212
+ /** @deprecated use `AuthUserBillingInvoiceItemsSamlInterval$outboundSchema` instead. */
1213
+ AuthUserBillingInvoiceItemsSamlInterval$.outboundSchema = AuthUserBillingInvoiceItemsSamlInterval$outboundSchema;
1214
+ })(AuthUserBillingInvoiceItemsSamlInterval$ || (AuthUserBillingInvoiceItemsSamlInterval$ = {}));
1215
+ /** @internal */
1216
+ export const AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema = z.object({
1217
+ interval: AuthUserBillingInvoiceItemsSamlInterval$inboundSchema,
1218
+ intervalCount: z.number(),
1219
+ });
1220
+ /** @internal */
1221
+ export const AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema = z.object({
1222
+ interval: AuthUserBillingInvoiceItemsSamlInterval$outboundSchema,
1223
+ intervalCount: z.number(),
1224
+ });
1225
+ /**
1226
+ * @internal
1227
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1228
+ */
1229
+ export var AuthUserBillingInvoiceItemsSamlFrequency$;
1230
+ (function (AuthUserBillingInvoiceItemsSamlFrequency$) {
1231
+ /** @deprecated use `AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema` instead. */
1232
+ AuthUserBillingInvoiceItemsSamlFrequency$.inboundSchema = AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema;
1233
+ /** @deprecated use `AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema` instead. */
1234
+ AuthUserBillingInvoiceItemsSamlFrequency$.outboundSchema = AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema;
1235
+ })(AuthUserBillingInvoiceItemsSamlFrequency$ || (AuthUserBillingInvoiceItemsSamlFrequency$ = {}));
1236
+ /** @internal */
1237
+ export const AuthUserSaml$inboundSchema = z.object({
1238
+ tier: z.number().optional(),
1239
+ price: z.number(),
1240
+ quantity: z.number(),
1241
+ highestQuantity: z.number().optional(),
1242
+ name: z.string().optional(),
1243
+ hidden: z.boolean(),
1244
+ createdAt: z.number().optional(),
1245
+ disabledAt: z.nullable(z.number()).optional(),
1246
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema).optional(),
1247
+ maxQuantity: z.number().optional(),
1248
+ });
1249
+ /** @internal */
1250
+ export const AuthUserSaml$outboundSchema = z.object({
1251
+ tier: z.number().optional(),
1252
+ price: z.number(),
1253
+ quantity: z.number(),
1254
+ highestQuantity: z.number().optional(),
1255
+ name: z.string().optional(),
1256
+ hidden: z.boolean(),
1257
+ createdAt: z.number().optional(),
1258
+ disabledAt: z.nullable(z.number()).optional(),
1259
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema).optional(),
1260
+ maxQuantity: z.number().optional(),
1261
+ });
1262
+ /**
1263
+ * @internal
1264
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1265
+ */
1266
+ export var AuthUserSaml$;
1267
+ (function (AuthUserSaml$) {
1268
+ /** @deprecated use `AuthUserSaml$inboundSchema` instead. */
1269
+ AuthUserSaml$.inboundSchema = AuthUserSaml$inboundSchema;
1270
+ /** @deprecated use `AuthUserSaml$outboundSchema` instead. */
1271
+ AuthUserSaml$.outboundSchema = AuthUserSaml$outboundSchema;
1272
+ })(AuthUserSaml$ || (AuthUserSaml$ = {}));
1273
+ /** @internal */
1274
+ export const AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema = z
1275
+ .nativeEnum(AuthUserBillingInvoiceItemsTeamSeatsInterval);
1276
+ /** @internal */
1277
+ export const AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema = AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema;
1278
+ /**
1279
+ * @internal
1280
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1281
+ */
1282
+ export var AuthUserBillingInvoiceItemsTeamSeatsInterval$;
1283
+ (function (AuthUserBillingInvoiceItemsTeamSeatsInterval$) {
1284
+ /** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema` instead. */
1285
+ AuthUserBillingInvoiceItemsTeamSeatsInterval$.inboundSchema = AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema;
1286
+ /** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema` instead. */
1287
+ AuthUserBillingInvoiceItemsTeamSeatsInterval$.outboundSchema = AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema;
1288
+ })(AuthUserBillingInvoiceItemsTeamSeatsInterval$ || (AuthUserBillingInvoiceItemsTeamSeatsInterval$ = {}));
1289
+ /** @internal */
1290
+ export const AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema = z.object({
1291
+ interval: AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema,
1292
+ intervalCount: z.number(),
1293
+ });
1294
+ /** @internal */
1295
+ export const AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema = z.object({
1296
+ interval: AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema,
1297
+ intervalCount: z.number(),
1298
+ });
1299
+ /**
1300
+ * @internal
1301
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1302
+ */
1303
+ export var AuthUserBillingInvoiceItemsTeamSeatsFrequency$;
1304
+ (function (AuthUserBillingInvoiceItemsTeamSeatsFrequency$) {
1305
+ /** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema` instead. */
1306
+ AuthUserBillingInvoiceItemsTeamSeatsFrequency$.inboundSchema = AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema;
1307
+ /** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema` instead. */
1308
+ AuthUserBillingInvoiceItemsTeamSeatsFrequency$.outboundSchema = AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema;
1309
+ })(AuthUserBillingInvoiceItemsTeamSeatsFrequency$ || (AuthUserBillingInvoiceItemsTeamSeatsFrequency$ = {}));
1310
+ /** @internal */
1311
+ export const TeamSeats$inboundSchema = z.object({
1312
+ tier: z.number().optional(),
1313
+ price: z.number(),
1314
+ quantity: z.number(),
1315
+ highestQuantity: z.number().optional(),
1316
+ name: z.string().optional(),
1317
+ hidden: z.boolean(),
1318
+ createdAt: z.number().optional(),
1319
+ disabledAt: z.nullable(z.number()).optional(),
1320
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema).optional(),
1321
+ maxQuantity: z.number().optional(),
1322
+ });
1323
+ /** @internal */
1324
+ export const TeamSeats$outboundSchema = z.object({
1325
+ tier: z.number().optional(),
1326
+ price: z.number(),
1327
+ quantity: z.number(),
1328
+ highestQuantity: z.number().optional(),
1329
+ name: z.string().optional(),
1330
+ hidden: z.boolean(),
1331
+ createdAt: z.number().optional(),
1332
+ disabledAt: z.nullable(z.number()).optional(),
1333
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema).optional(),
1334
+ maxQuantity: z.number().optional(),
1335
+ });
1336
+ /**
1337
+ * @internal
1338
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1339
+ */
1340
+ export var TeamSeats$;
1341
+ (function (TeamSeats$) {
1342
+ /** @deprecated use `TeamSeats$inboundSchema` instead. */
1343
+ TeamSeats$.inboundSchema = TeamSeats$inboundSchema;
1344
+ /** @deprecated use `TeamSeats$outboundSchema` instead. */
1345
+ TeamSeats$.outboundSchema = TeamSeats$outboundSchema;
1346
+ })(TeamSeats$ || (TeamSeats$ = {}));
1347
+ /** @internal */
1348
+ export const AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema = z.nativeEnum(AuthUserBillingInvoiceItemsVercelMarketplaceInterval);
1349
+ /** @internal */
1350
+ export const AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema = AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema;
1351
+ /**
1352
+ * @internal
1353
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1354
+ */
1355
+ export var AuthUserBillingInvoiceItemsVercelMarketplaceInterval$;
1356
+ (function (AuthUserBillingInvoiceItemsVercelMarketplaceInterval$) {
1357
+ /** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema` instead. */
1358
+ AuthUserBillingInvoiceItemsVercelMarketplaceInterval$.inboundSchema = AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema;
1359
+ /** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema` instead. */
1360
+ AuthUserBillingInvoiceItemsVercelMarketplaceInterval$.outboundSchema = AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema;
1361
+ })(AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ || (AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ = {}));
1362
+ /** @internal */
1363
+ export const AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema = z.object({
1364
+ interval: AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema,
1365
+ intervalCount: z.number(),
1366
+ });
1367
+ /** @internal */
1368
+ export const AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema = z.object({
1369
+ interval: AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema,
1370
+ intervalCount: z.number(),
1371
+ });
1372
+ /**
1373
+ * @internal
1374
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1375
+ */
1376
+ export var AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$;
1377
+ (function (AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$) {
1378
+ /** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema` instead. */
1379
+ AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$.inboundSchema = AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema;
1380
+ /** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema` instead. */
1381
+ AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$.outboundSchema = AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema;
1382
+ })(AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ || (AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ = {}));
1383
+ /** @internal */
1384
+ export const VercelMarketplace$inboundSchema = z.object({
1385
+ tier: z.number().optional(),
1386
+ price: z.number(),
1387
+ quantity: z.number(),
1388
+ highestQuantity: z.number().optional(),
1389
+ name: z.string().optional(),
1390
+ hidden: z.boolean(),
1391
+ createdAt: z.number().optional(),
1392
+ disabledAt: z.nullable(z.number()).optional(),
1393
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema).optional(),
1394
+ maxQuantity: z.number().optional(),
1395
+ });
1396
+ /** @internal */
1397
+ export const VercelMarketplace$outboundSchema = z.object({
1398
+ tier: z.number().optional(),
1399
+ price: z.number(),
1400
+ quantity: z.number(),
1401
+ highestQuantity: z.number().optional(),
1402
+ name: z.string().optional(),
1403
+ hidden: z.boolean(),
1404
+ createdAt: z.number().optional(),
1405
+ disabledAt: z.nullable(z.number()).optional(),
1406
+ frequency: z.lazy(() => AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema).optional(),
1407
+ maxQuantity: z.number().optional(),
1408
+ });
1409
+ /**
1410
+ * @internal
1411
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1412
+ */
1413
+ export var VercelMarketplace$;
1414
+ (function (VercelMarketplace$) {
1415
+ /** @deprecated use `VercelMarketplace$inboundSchema` instead. */
1416
+ VercelMarketplace$.inboundSchema = VercelMarketplace$inboundSchema;
1417
+ /** @deprecated use `VercelMarketplace$outboundSchema` instead. */
1418
+ VercelMarketplace$.outboundSchema = VercelMarketplace$outboundSchema;
1419
+ })(VercelMarketplace$ || (VercelMarketplace$ = {}));
1420
+ /** @internal */
1421
+ export const Matrix$inboundSchema = z
1422
+ .object({
1423
+ defaultUnitPrice: z.string(),
1424
+ dimensionPrices: z.record(z.string()),
1425
+ });
1426
+ /** @internal */
1427
+ export const Matrix$outboundSchema = z.object({
1428
+ defaultUnitPrice: z.string(),
1429
+ dimensionPrices: z.record(z.string()),
1430
+ });
1431
+ /**
1432
+ * @internal
1433
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1434
+ */
1435
+ export var Matrix$;
1436
+ (function (Matrix$) {
1437
+ /** @deprecated use `Matrix$inboundSchema` instead. */
1438
+ Matrix$.inboundSchema = Matrix$inboundSchema;
1439
+ /** @deprecated use `Matrix$outboundSchema` instead. */
1440
+ Matrix$.outboundSchema = Matrix$outboundSchema;
1441
+ })(Matrix$ || (Matrix$ = {}));
1442
+ /** @internal */
1443
+ export const AnalyticsUsage$inboundSchema = z.object({
1444
+ matrix: z.lazy(() => Matrix$inboundSchema).optional(),
1445
+ tier: z.number().optional(),
1446
+ price: z.number(),
1447
+ batch: z.number(),
1448
+ threshold: z.number(),
1449
+ name: z.string().optional(),
1450
+ hidden: z.boolean(),
1451
+ disabledAt: z.nullable(z.number()).optional(),
1452
+ enabledAt: z.nullable(z.number()).optional(),
1453
+ });
1454
+ /** @internal */
1455
+ export const AnalyticsUsage$outboundSchema = z.object({
1456
+ matrix: z.lazy(() => Matrix$outboundSchema).optional(),
1457
+ tier: z.number().optional(),
1458
+ price: z.number(),
1459
+ batch: z.number(),
1460
+ threshold: z.number(),
1461
+ name: z.string().optional(),
1462
+ hidden: z.boolean(),
1463
+ disabledAt: z.nullable(z.number()).optional(),
1464
+ enabledAt: z.nullable(z.number()).optional(),
1465
+ });
1466
+ /**
1467
+ * @internal
1468
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1469
+ */
1470
+ export var AnalyticsUsage$;
1471
+ (function (AnalyticsUsage$) {
1472
+ /** @deprecated use `AnalyticsUsage$inboundSchema` instead. */
1473
+ AnalyticsUsage$.inboundSchema = AnalyticsUsage$inboundSchema;
1474
+ /** @deprecated use `AnalyticsUsage$outboundSchema` instead. */
1475
+ AnalyticsUsage$.outboundSchema = AnalyticsUsage$outboundSchema;
1476
+ })(AnalyticsUsage$ || (AnalyticsUsage$ = {}));
1477
+ /** @internal */
1478
+ export const AuthUserMatrix$inboundSchema = z.object({
1479
+ defaultUnitPrice: z.string(),
1480
+ dimensionPrices: z.record(z.string()),
1481
+ });
1482
+ /** @internal */
1483
+ export const AuthUserMatrix$outboundSchema = z.object({
1484
+ defaultUnitPrice: z.string(),
1485
+ dimensionPrices: z.record(z.string()),
1486
+ });
1487
+ /**
1488
+ * @internal
1489
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1490
+ */
1491
+ export var AuthUserMatrix$;
1492
+ (function (AuthUserMatrix$) {
1493
+ /** @deprecated use `AuthUserMatrix$inboundSchema` instead. */
1494
+ AuthUserMatrix$.inboundSchema = AuthUserMatrix$inboundSchema;
1495
+ /** @deprecated use `AuthUserMatrix$outboundSchema` instead. */
1496
+ AuthUserMatrix$.outboundSchema = AuthUserMatrix$outboundSchema;
1497
+ })(AuthUserMatrix$ || (AuthUserMatrix$ = {}));
1498
+ /** @internal */
1499
+ export const Artifacts$inboundSchema = z.object({
1500
+ matrix: z.lazy(() => AuthUserMatrix$inboundSchema).optional(),
1501
+ tier: z.number().optional(),
1502
+ price: z.number(),
1503
+ batch: z.number(),
1504
+ threshold: z.number(),
1505
+ name: z.string().optional(),
1506
+ hidden: z.boolean(),
1507
+ disabledAt: z.nullable(z.number()).optional(),
1508
+ enabledAt: z.nullable(z.number()).optional(),
1509
+ });
1510
+ /** @internal */
1511
+ export const Artifacts$outboundSchema = z.object({
1512
+ matrix: z.lazy(() => AuthUserMatrix$outboundSchema).optional(),
1513
+ tier: z.number().optional(),
1514
+ price: z.number(),
1515
+ batch: z.number(),
1516
+ threshold: z.number(),
1517
+ name: z.string().optional(),
1518
+ hidden: z.boolean(),
1519
+ disabledAt: z.nullable(z.number()).optional(),
1520
+ enabledAt: z.nullable(z.number()).optional(),
1521
+ });
1522
+ /**
1523
+ * @internal
1524
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1525
+ */
1526
+ export var Artifacts$;
1527
+ (function (Artifacts$) {
1528
+ /** @deprecated use `Artifacts$inboundSchema` instead. */
1529
+ Artifacts$.inboundSchema = Artifacts$inboundSchema;
1530
+ /** @deprecated use `Artifacts$outboundSchema` instead. */
1531
+ Artifacts$.outboundSchema = Artifacts$outboundSchema;
1532
+ })(Artifacts$ || (Artifacts$ = {}));
1533
+ /** @internal */
1534
+ export const AuthUserBillingMatrix$inboundSchema = z.object({
1535
+ defaultUnitPrice: z.string(),
1536
+ dimensionPrices: z.record(z.string()),
1537
+ });
1538
+ /** @internal */
1539
+ export const AuthUserBillingMatrix$outboundSchema = z.object({
1540
+ defaultUnitPrice: z.string(),
1541
+ dimensionPrices: z.record(z.string()),
1542
+ });
1543
+ /**
1544
+ * @internal
1545
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1546
+ */
1547
+ export var AuthUserBillingMatrix$;
1548
+ (function (AuthUserBillingMatrix$) {
1549
+ /** @deprecated use `AuthUserBillingMatrix$inboundSchema` instead. */
1550
+ AuthUserBillingMatrix$.inboundSchema = AuthUserBillingMatrix$inboundSchema;
1551
+ /** @deprecated use `AuthUserBillingMatrix$outboundSchema` instead. */
1552
+ AuthUserBillingMatrix$.outboundSchema = AuthUserBillingMatrix$outboundSchema;
1553
+ })(AuthUserBillingMatrix$ || (AuthUserBillingMatrix$ = {}));
1554
+ /** @internal */
1555
+ export const Bandwidth$inboundSchema = z.object({
1556
+ matrix: z.lazy(() => AuthUserBillingMatrix$inboundSchema).optional(),
1557
+ tier: z.number().optional(),
1558
+ price: z.number(),
1559
+ batch: z.number(),
1560
+ threshold: z.number(),
1561
+ name: z.string().optional(),
1562
+ hidden: z.boolean(),
1563
+ disabledAt: z.nullable(z.number()).optional(),
1564
+ enabledAt: z.nullable(z.number()).optional(),
1565
+ });
1566
+ /** @internal */
1567
+ export const Bandwidth$outboundSchema = z.object({
1568
+ matrix: z.lazy(() => AuthUserBillingMatrix$outboundSchema).optional(),
1569
+ tier: z.number().optional(),
1570
+ price: z.number(),
1571
+ batch: z.number(),
1572
+ threshold: z.number(),
1573
+ name: z.string().optional(),
1574
+ hidden: z.boolean(),
1575
+ disabledAt: z.nullable(z.number()).optional(),
1576
+ enabledAt: z.nullable(z.number()).optional(),
1577
+ });
1578
+ /**
1579
+ * @internal
1580
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1581
+ */
1582
+ export var Bandwidth$;
1583
+ (function (Bandwidth$) {
1584
+ /** @deprecated use `Bandwidth$inboundSchema` instead. */
1585
+ Bandwidth$.inboundSchema = Bandwidth$inboundSchema;
1586
+ /** @deprecated use `Bandwidth$outboundSchema` instead. */
1587
+ Bandwidth$.outboundSchema = Bandwidth$outboundSchema;
1588
+ })(Bandwidth$ || (Bandwidth$ = {}));
1589
+ /** @internal */
1590
+ export const AuthUserBillingInvoiceItemsMatrix$inboundSchema = z.object({
1591
+ defaultUnitPrice: z.string(),
1592
+ dimensionPrices: z.record(z.string()),
1593
+ });
1594
+ /** @internal */
1595
+ export const AuthUserBillingInvoiceItemsMatrix$outboundSchema = z.object({
1596
+ defaultUnitPrice: z.string(),
1597
+ dimensionPrices: z.record(z.string()),
1598
+ });
1599
+ /**
1600
+ * @internal
1601
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1602
+ */
1603
+ export var AuthUserBillingInvoiceItemsMatrix$;
1604
+ (function (AuthUserBillingInvoiceItemsMatrix$) {
1605
+ /** @deprecated use `AuthUserBillingInvoiceItemsMatrix$inboundSchema` instead. */
1606
+ AuthUserBillingInvoiceItemsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsMatrix$inboundSchema;
1607
+ /** @deprecated use `AuthUserBillingInvoiceItemsMatrix$outboundSchema` instead. */
1608
+ AuthUserBillingInvoiceItemsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsMatrix$outboundSchema;
1609
+ })(AuthUserBillingInvoiceItemsMatrix$ || (AuthUserBillingInvoiceItemsMatrix$ = {}));
1610
+ /** @internal */
1611
+ export const BlobStores$inboundSchema = z.object({
1612
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsMatrix$inboundSchema)
1613
+ .optional(),
1614
+ tier: z.number().optional(),
1615
+ price: z.number(),
1616
+ batch: z.number(),
1617
+ threshold: z.number(),
1618
+ name: z.string().optional(),
1619
+ hidden: z.boolean(),
1620
+ disabledAt: z.nullable(z.number()).optional(),
1621
+ enabledAt: z.nullable(z.number()).optional(),
1622
+ });
1623
+ /** @internal */
1624
+ export const BlobStores$outboundSchema = z.object({
1625
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsMatrix$outboundSchema)
1626
+ .optional(),
1627
+ tier: z.number().optional(),
1628
+ price: z.number(),
1629
+ batch: z.number(),
1630
+ threshold: z.number(),
1631
+ name: z.string().optional(),
1632
+ hidden: z.boolean(),
1633
+ disabledAt: z.nullable(z.number()).optional(),
1634
+ enabledAt: z.nullable(z.number()).optional(),
1635
+ });
1636
+ /**
1637
+ * @internal
1638
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1639
+ */
1640
+ export var BlobStores$;
1641
+ (function (BlobStores$) {
1642
+ /** @deprecated use `BlobStores$inboundSchema` instead. */
1643
+ BlobStores$.inboundSchema = BlobStores$inboundSchema;
1644
+ /** @deprecated use `BlobStores$outboundSchema` instead. */
1645
+ BlobStores$.outboundSchema = BlobStores$outboundSchema;
1646
+ })(BlobStores$ || (BlobStores$ = {}));
1647
+ /** @internal */
1648
+ export const AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema = z.object({
1649
+ defaultUnitPrice: z.string(),
1650
+ dimensionPrices: z.record(z.string()),
1651
+ });
1652
+ /** @internal */
1653
+ export const AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema = z.object({
1654
+ defaultUnitPrice: z.string(),
1655
+ dimensionPrices: z.record(z.string()),
1656
+ });
1657
+ /**
1658
+ * @internal
1659
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1660
+ */
1661
+ export var AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$;
1662
+ (function (AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$) {
1663
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema` instead. */
1664
+ AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema;
1665
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema` instead. */
1666
+ AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema;
1667
+ })(AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ || (AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ = {}));
1668
+ /** @internal */
1669
+ export const BlobTotalAdvancedRequests$inboundSchema = z.object({
1670
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema).optional(),
1671
+ tier: z.number().optional(),
1672
+ price: z.number(),
1673
+ batch: z.number(),
1674
+ threshold: z.number(),
1675
+ name: z.string().optional(),
1676
+ hidden: z.boolean(),
1677
+ disabledAt: z.nullable(z.number()).optional(),
1678
+ enabledAt: z.nullable(z.number()).optional(),
1679
+ });
1680
+ /** @internal */
1681
+ export const BlobTotalAdvancedRequests$outboundSchema = z.object({
1682
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema).optional(),
1683
+ tier: z.number().optional(),
1684
+ price: z.number(),
1685
+ batch: z.number(),
1686
+ threshold: z.number(),
1687
+ name: z.string().optional(),
1688
+ hidden: z.boolean(),
1689
+ disabledAt: z.nullable(z.number()).optional(),
1690
+ enabledAt: z.nullable(z.number()).optional(),
1691
+ });
1692
+ /**
1693
+ * @internal
1694
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1695
+ */
1696
+ export var BlobTotalAdvancedRequests$;
1697
+ (function (BlobTotalAdvancedRequests$) {
1698
+ /** @deprecated use `BlobTotalAdvancedRequests$inboundSchema` instead. */
1699
+ BlobTotalAdvancedRequests$.inboundSchema = BlobTotalAdvancedRequests$inboundSchema;
1700
+ /** @deprecated use `BlobTotalAdvancedRequests$outboundSchema` instead. */
1701
+ BlobTotalAdvancedRequests$.outboundSchema = BlobTotalAdvancedRequests$outboundSchema;
1702
+ })(BlobTotalAdvancedRequests$ || (BlobTotalAdvancedRequests$ = {}));
1703
+ /** @internal */
1704
+ export const AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema = z.object({
1705
+ defaultUnitPrice: z.string(),
1706
+ dimensionPrices: z.record(z.string()),
1707
+ });
1708
+ /** @internal */
1709
+ export const AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema = z.object({
1710
+ defaultUnitPrice: z.string(),
1711
+ dimensionPrices: z.record(z.string()),
1712
+ });
1713
+ /**
1714
+ * @internal
1715
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1716
+ */
1717
+ export var AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$;
1718
+ (function (AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$) {
1719
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema` instead. */
1720
+ AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema;
1721
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema` instead. */
1722
+ AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema;
1723
+ })(AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ || (AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ = {}));
1724
+ /** @internal */
1725
+ export const BlobTotalAvgSizeInBytes$inboundSchema = z.object({
1726
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema).optional(),
1727
+ tier: z.number().optional(),
1728
+ price: z.number(),
1729
+ batch: z.number(),
1730
+ threshold: z.number(),
1731
+ name: z.string().optional(),
1732
+ hidden: z.boolean(),
1733
+ disabledAt: z.nullable(z.number()).optional(),
1734
+ enabledAt: z.nullable(z.number()).optional(),
1735
+ });
1736
+ /** @internal */
1737
+ export const BlobTotalAvgSizeInBytes$outboundSchema = z.object({
1738
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema).optional(),
1739
+ tier: z.number().optional(),
1740
+ price: z.number(),
1741
+ batch: z.number(),
1742
+ threshold: z.number(),
1743
+ name: z.string().optional(),
1744
+ hidden: z.boolean(),
1745
+ disabledAt: z.nullable(z.number()).optional(),
1746
+ enabledAt: z.nullable(z.number()).optional(),
1747
+ });
1748
+ /**
1749
+ * @internal
1750
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1751
+ */
1752
+ export var BlobTotalAvgSizeInBytes$;
1753
+ (function (BlobTotalAvgSizeInBytes$) {
1754
+ /** @deprecated use `BlobTotalAvgSizeInBytes$inboundSchema` instead. */
1755
+ BlobTotalAvgSizeInBytes$.inboundSchema = BlobTotalAvgSizeInBytes$inboundSchema;
1756
+ /** @deprecated use `BlobTotalAvgSizeInBytes$outboundSchema` instead. */
1757
+ BlobTotalAvgSizeInBytes$.outboundSchema = BlobTotalAvgSizeInBytes$outboundSchema;
1758
+ })(BlobTotalAvgSizeInBytes$ || (BlobTotalAvgSizeInBytes$ = {}));
1759
+ /** @internal */
1760
+ export const AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema = z.object({
1761
+ defaultUnitPrice: z.string(),
1762
+ dimensionPrices: z.record(z.string()),
1763
+ });
1764
+ /** @internal */
1765
+ export const AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema = z.object({
1766
+ defaultUnitPrice: z.string(),
1767
+ dimensionPrices: z.record(z.string()),
1768
+ });
1769
+ /**
1770
+ * @internal
1771
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1772
+ */
1773
+ export var AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$;
1774
+ (function (AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$) {
1775
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema` instead. */
1776
+ AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema;
1777
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema` instead. */
1778
+ AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema;
1779
+ })(AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ || (AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ = {}));
1780
+ /** @internal */
1781
+ export const BlobTotalGetResponseObjectSizeInBytes$inboundSchema = z.object({
1782
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema).optional(),
1783
+ tier: z.number().optional(),
1784
+ price: z.number(),
1785
+ batch: z.number(),
1786
+ threshold: z.number(),
1787
+ name: z.string().optional(),
1788
+ hidden: z.boolean(),
1789
+ disabledAt: z.nullable(z.number()).optional(),
1790
+ enabledAt: z.nullable(z.number()).optional(),
1791
+ });
1792
+ /** @internal */
1793
+ export const BlobTotalGetResponseObjectSizeInBytes$outboundSchema = z.object({
1794
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema).optional(),
1795
+ tier: z.number().optional(),
1796
+ price: z.number(),
1797
+ batch: z.number(),
1798
+ threshold: z.number(),
1799
+ name: z.string().optional(),
1800
+ hidden: z.boolean(),
1801
+ disabledAt: z.nullable(z.number()).optional(),
1802
+ enabledAt: z.nullable(z.number()).optional(),
1803
+ });
1804
+ /**
1805
+ * @internal
1806
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1807
+ */
1808
+ export var BlobTotalGetResponseObjectSizeInBytes$;
1809
+ (function (BlobTotalGetResponseObjectSizeInBytes$) {
1810
+ /** @deprecated use `BlobTotalGetResponseObjectSizeInBytes$inboundSchema` instead. */
1811
+ BlobTotalGetResponseObjectSizeInBytes$.inboundSchema = BlobTotalGetResponseObjectSizeInBytes$inboundSchema;
1812
+ /** @deprecated use `BlobTotalGetResponseObjectSizeInBytes$outboundSchema` instead. */
1813
+ BlobTotalGetResponseObjectSizeInBytes$.outboundSchema = BlobTotalGetResponseObjectSizeInBytes$outboundSchema;
1814
+ })(BlobTotalGetResponseObjectSizeInBytes$ || (BlobTotalGetResponseObjectSizeInBytes$ = {}));
1815
+ /** @internal */
1816
+ export const AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema = z.object({
1817
+ defaultUnitPrice: z.string(),
1818
+ dimensionPrices: z.record(z.string()),
1819
+ });
1820
+ /** @internal */
1821
+ export const AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema = z.object({
1822
+ defaultUnitPrice: z.string(),
1823
+ dimensionPrices: z.record(z.string()),
1824
+ });
1825
+ /**
1826
+ * @internal
1827
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1828
+ */
1829
+ export var AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$;
1830
+ (function (AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$) {
1831
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema` instead. */
1832
+ AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema;
1833
+ /** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema` instead. */
1834
+ AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema;
1835
+ })(AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ || (AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ = {}));
1836
+ /** @internal */
1837
+ export const BlobTotalSimpleRequests$inboundSchema = z.object({
1838
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema).optional(),
1839
+ tier: z.number().optional(),
1840
+ price: z.number(),
1841
+ batch: z.number(),
1842
+ threshold: z.number(),
1843
+ name: z.string().optional(),
1844
+ hidden: z.boolean(),
1845
+ disabledAt: z.nullable(z.number()).optional(),
1846
+ enabledAt: z.nullable(z.number()).optional(),
1847
+ });
1848
+ /** @internal */
1849
+ export const BlobTotalSimpleRequests$outboundSchema = z.object({
1850
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema).optional(),
1851
+ tier: z.number().optional(),
1852
+ price: z.number(),
1853
+ batch: z.number(),
1854
+ threshold: z.number(),
1855
+ name: z.string().optional(),
1856
+ hidden: z.boolean(),
1857
+ disabledAt: z.nullable(z.number()).optional(),
1858
+ enabledAt: z.nullable(z.number()).optional(),
1859
+ });
1860
+ /**
1861
+ * @internal
1862
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1863
+ */
1864
+ export var BlobTotalSimpleRequests$;
1865
+ (function (BlobTotalSimpleRequests$) {
1866
+ /** @deprecated use `BlobTotalSimpleRequests$inboundSchema` instead. */
1867
+ BlobTotalSimpleRequests$.inboundSchema = BlobTotalSimpleRequests$inboundSchema;
1868
+ /** @deprecated use `BlobTotalSimpleRequests$outboundSchema` instead. */
1869
+ BlobTotalSimpleRequests$.outboundSchema = BlobTotalSimpleRequests$outboundSchema;
1870
+ })(BlobTotalSimpleRequests$ || (BlobTotalSimpleRequests$ = {}));
1871
+ /** @internal */
1872
+ export const AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema = z.object({
1873
+ defaultUnitPrice: z.string(),
1874
+ dimensionPrices: z.record(z.string()),
1875
+ });
1876
+ /** @internal */
1877
+ export const AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema = z.object({
1878
+ defaultUnitPrice: z.string(),
1879
+ dimensionPrices: z.record(z.string()),
1880
+ });
1881
+ /**
1882
+ * @internal
1883
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1884
+ */
1885
+ export var AuthUserBillingInvoiceItemsBuildMinuteMatrix$;
1886
+ (function (AuthUserBillingInvoiceItemsBuildMinuteMatrix$) {
1887
+ /** @deprecated use `AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema` instead. */
1888
+ AuthUserBillingInvoiceItemsBuildMinuteMatrix$.inboundSchema = AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema;
1889
+ /** @deprecated use `AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema` instead. */
1890
+ AuthUserBillingInvoiceItemsBuildMinuteMatrix$.outboundSchema = AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema;
1891
+ })(AuthUserBillingInvoiceItemsBuildMinuteMatrix$ || (AuthUserBillingInvoiceItemsBuildMinuteMatrix$ = {}));
1892
+ /** @internal */
1893
+ export const BuildMinute$inboundSchema = z.object({
1894
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema).optional(),
1895
+ tier: z.number().optional(),
1896
+ price: z.number(),
1897
+ batch: z.number(),
1898
+ threshold: z.number(),
1899
+ name: z.string().optional(),
1900
+ hidden: z.boolean(),
1901
+ disabledAt: z.nullable(z.number()).optional(),
1902
+ enabledAt: z.nullable(z.number()).optional(),
1903
+ });
1904
+ /** @internal */
1905
+ export const BuildMinute$outboundSchema = z.object({
1906
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema).optional(),
1907
+ tier: z.number().optional(),
1908
+ price: z.number(),
1909
+ batch: z.number(),
1910
+ threshold: z.number(),
1911
+ name: z.string().optional(),
1912
+ hidden: z.boolean(),
1913
+ disabledAt: z.nullable(z.number()).optional(),
1914
+ enabledAt: z.nullable(z.number()).optional(),
1915
+ });
1916
+ /**
1917
+ * @internal
1918
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1919
+ */
1920
+ export var BuildMinute$;
1921
+ (function (BuildMinute$) {
1922
+ /** @deprecated use `BuildMinute$inboundSchema` instead. */
1923
+ BuildMinute$.inboundSchema = BuildMinute$inboundSchema;
1924
+ /** @deprecated use `BuildMinute$outboundSchema` instead. */
1925
+ BuildMinute$.outboundSchema = BuildMinute$outboundSchema;
1926
+ })(BuildMinute$ || (BuildMinute$ = {}));
1927
+ /** @internal */
1928
+ export const AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema = z.object({
1929
+ defaultUnitPrice: z.string(),
1930
+ dimensionPrices: z.record(z.string()),
1931
+ });
1932
+ /** @internal */
1933
+ export const AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema = z.object({
1934
+ defaultUnitPrice: z.string(),
1935
+ dimensionPrices: z.record(z.string()),
1936
+ });
1937
+ /**
1938
+ * @internal
1939
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1940
+ */
1941
+ export var AuthUserBillingInvoiceItemsDataCacheReadMatrix$;
1942
+ (function (AuthUserBillingInvoiceItemsDataCacheReadMatrix$) {
1943
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema` instead. */
1944
+ AuthUserBillingInvoiceItemsDataCacheReadMatrix$.inboundSchema = AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema;
1945
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema` instead. */
1946
+ AuthUserBillingInvoiceItemsDataCacheReadMatrix$.outboundSchema = AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema;
1947
+ })(AuthUserBillingInvoiceItemsDataCacheReadMatrix$ || (AuthUserBillingInvoiceItemsDataCacheReadMatrix$ = {}));
1948
+ /** @internal */
1949
+ export const DataCacheRead$inboundSchema = z.object({
1950
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema).optional(),
1951
+ tier: z.number().optional(),
1952
+ price: z.number(),
1953
+ batch: z.number(),
1954
+ threshold: z.number(),
1955
+ name: z.string().optional(),
1956
+ hidden: z.boolean(),
1957
+ disabledAt: z.nullable(z.number()).optional(),
1958
+ enabledAt: z.nullable(z.number()).optional(),
1959
+ });
1960
+ /** @internal */
1961
+ export const DataCacheRead$outboundSchema = z.object({
1962
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema).optional(),
1963
+ tier: z.number().optional(),
1964
+ price: z.number(),
1965
+ batch: z.number(),
1966
+ threshold: z.number(),
1967
+ name: z.string().optional(),
1968
+ hidden: z.boolean(),
1969
+ disabledAt: z.nullable(z.number()).optional(),
1970
+ enabledAt: z.nullable(z.number()).optional(),
1971
+ });
1972
+ /**
1973
+ * @internal
1974
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1975
+ */
1976
+ export var DataCacheRead$;
1977
+ (function (DataCacheRead$) {
1978
+ /** @deprecated use `DataCacheRead$inboundSchema` instead. */
1979
+ DataCacheRead$.inboundSchema = DataCacheRead$inboundSchema;
1980
+ /** @deprecated use `DataCacheRead$outboundSchema` instead. */
1981
+ DataCacheRead$.outboundSchema = DataCacheRead$outboundSchema;
1982
+ })(DataCacheRead$ || (DataCacheRead$ = {}));
1983
+ /** @internal */
1984
+ export const AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema = z.object({
1985
+ defaultUnitPrice: z.string(),
1986
+ dimensionPrices: z.record(z.string()),
1987
+ });
1988
+ /** @internal */
1989
+ export const AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema = z.object({
1990
+ defaultUnitPrice: z.string(),
1991
+ dimensionPrices: z.record(z.string()),
1992
+ });
1993
+ /**
1994
+ * @internal
1995
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1996
+ */
1997
+ export var AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$;
1998
+ (function (AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$) {
1999
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema` instead. */
2000
+ AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$.inboundSchema = AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema;
2001
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema` instead. */
2002
+ AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$.outboundSchema = AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema;
2003
+ })(AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ || (AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ = {}));
2004
+ /** @internal */
2005
+ export const DataCacheRevalidation$inboundSchema = z.object({
2006
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema).optional(),
2007
+ tier: z.number().optional(),
2008
+ price: z.number(),
2009
+ batch: z.number(),
2010
+ threshold: z.number(),
2011
+ name: z.string().optional(),
2012
+ hidden: z.boolean(),
2013
+ disabledAt: z.nullable(z.number()).optional(),
2014
+ enabledAt: z.nullable(z.number()).optional(),
2015
+ });
2016
+ /** @internal */
2017
+ export const DataCacheRevalidation$outboundSchema = z.object({
2018
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema).optional(),
2019
+ tier: z.number().optional(),
2020
+ price: z.number(),
2021
+ batch: z.number(),
2022
+ threshold: z.number(),
2023
+ name: z.string().optional(),
2024
+ hidden: z.boolean(),
2025
+ disabledAt: z.nullable(z.number()).optional(),
2026
+ enabledAt: z.nullable(z.number()).optional(),
2027
+ });
2028
+ /**
2029
+ * @internal
2030
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2031
+ */
2032
+ export var DataCacheRevalidation$;
2033
+ (function (DataCacheRevalidation$) {
2034
+ /** @deprecated use `DataCacheRevalidation$inboundSchema` instead. */
2035
+ DataCacheRevalidation$.inboundSchema = DataCacheRevalidation$inboundSchema;
2036
+ /** @deprecated use `DataCacheRevalidation$outboundSchema` instead. */
2037
+ DataCacheRevalidation$.outboundSchema = DataCacheRevalidation$outboundSchema;
2038
+ })(DataCacheRevalidation$ || (DataCacheRevalidation$ = {}));
2039
+ /** @internal */
2040
+ export const AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema = z.object({
2041
+ defaultUnitPrice: z.string(),
2042
+ dimensionPrices: z.record(z.string()),
2043
+ });
2044
+ /** @internal */
2045
+ export const AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema = z.object({
2046
+ defaultUnitPrice: z.string(),
2047
+ dimensionPrices: z.record(z.string()),
2048
+ });
2049
+ /**
2050
+ * @internal
2051
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2052
+ */
2053
+ export var AuthUserBillingInvoiceItemsDataCacheWriteMatrix$;
2054
+ (function (AuthUserBillingInvoiceItemsDataCacheWriteMatrix$) {
2055
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema` instead. */
2056
+ AuthUserBillingInvoiceItemsDataCacheWriteMatrix$.inboundSchema = AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema;
2057
+ /** @deprecated use `AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema` instead. */
2058
+ AuthUserBillingInvoiceItemsDataCacheWriteMatrix$.outboundSchema = AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema;
2059
+ })(AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ || (AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ = {}));
2060
+ /** @internal */
2061
+ export const DataCacheWrite$inboundSchema = z.object({
2062
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema).optional(),
2063
+ tier: z.number().optional(),
2064
+ price: z.number(),
2065
+ batch: z.number(),
2066
+ threshold: z.number(),
2067
+ name: z.string().optional(),
2068
+ hidden: z.boolean(),
2069
+ disabledAt: z.nullable(z.number()).optional(),
2070
+ enabledAt: z.nullable(z.number()).optional(),
2071
+ });
2072
+ /** @internal */
2073
+ export const DataCacheWrite$outboundSchema = z.object({
2074
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema).optional(),
2075
+ tier: z.number().optional(),
2076
+ price: z.number(),
2077
+ batch: z.number(),
2078
+ threshold: z.number(),
2079
+ name: z.string().optional(),
2080
+ hidden: z.boolean(),
2081
+ disabledAt: z.nullable(z.number()).optional(),
2082
+ enabledAt: z.nullable(z.number()).optional(),
2083
+ });
2084
+ /**
2085
+ * @internal
2086
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2087
+ */
2088
+ export var DataCacheWrite$;
2089
+ (function (DataCacheWrite$) {
2090
+ /** @deprecated use `DataCacheWrite$inboundSchema` instead. */
2091
+ DataCacheWrite$.inboundSchema = DataCacheWrite$inboundSchema;
2092
+ /** @deprecated use `DataCacheWrite$outboundSchema` instead. */
2093
+ DataCacheWrite$.outboundSchema = DataCacheWrite$outboundSchema;
2094
+ })(DataCacheWrite$ || (DataCacheWrite$ = {}));
2095
+ /** @internal */
2096
+ export const AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema = z.object({
2097
+ defaultUnitPrice: z.string(),
2098
+ dimensionPrices: z.record(z.string()),
2099
+ });
2100
+ /** @internal */
2101
+ export const AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema = z.object({
2102
+ defaultUnitPrice: z.string(),
2103
+ dimensionPrices: z.record(z.string()),
2104
+ });
2105
+ /**
2106
+ * @internal
2107
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2108
+ */
2109
+ export var AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$;
2110
+ (function (AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$) {
2111
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema` instead. */
2112
+ AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema;
2113
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema` instead. */
2114
+ AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema;
2115
+ })(AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ || (AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ = {}));
2116
+ /** @internal */
2117
+ export const EdgeConfigRead$inboundSchema = z.object({
2118
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema).optional(),
2119
+ tier: z.number().optional(),
2120
+ price: z.number(),
2121
+ batch: z.number(),
2122
+ threshold: z.number(),
2123
+ name: z.string().optional(),
2124
+ hidden: z.boolean(),
2125
+ disabledAt: z.nullable(z.number()).optional(),
2126
+ enabledAt: z.nullable(z.number()).optional(),
2127
+ });
2128
+ /** @internal */
2129
+ export const EdgeConfigRead$outboundSchema = z.object({
2130
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema).optional(),
2131
+ tier: z.number().optional(),
2132
+ price: z.number(),
2133
+ batch: z.number(),
2134
+ threshold: z.number(),
2135
+ name: z.string().optional(),
2136
+ hidden: z.boolean(),
2137
+ disabledAt: z.nullable(z.number()).optional(),
2138
+ enabledAt: z.nullable(z.number()).optional(),
2139
+ });
2140
+ /**
2141
+ * @internal
2142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2143
+ */
2144
+ export var EdgeConfigRead$;
2145
+ (function (EdgeConfigRead$) {
2146
+ /** @deprecated use `EdgeConfigRead$inboundSchema` instead. */
2147
+ EdgeConfigRead$.inboundSchema = EdgeConfigRead$inboundSchema;
2148
+ /** @deprecated use `EdgeConfigRead$outboundSchema` instead. */
2149
+ EdgeConfigRead$.outboundSchema = EdgeConfigRead$outboundSchema;
2150
+ })(EdgeConfigRead$ || (EdgeConfigRead$ = {}));
2151
+ /** @internal */
2152
+ export const AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema = z.object({
2153
+ defaultUnitPrice: z.string(),
2154
+ dimensionPrices: z.record(z.string()),
2155
+ });
2156
+ /** @internal */
2157
+ export const AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema = z.object({
2158
+ defaultUnitPrice: z.string(),
2159
+ dimensionPrices: z.record(z.string()),
2160
+ });
2161
+ /**
2162
+ * @internal
2163
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2164
+ */
2165
+ export var AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$;
2166
+ (function (AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$) {
2167
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema` instead. */
2168
+ AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema;
2169
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema` instead. */
2170
+ AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema;
2171
+ })(AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ || (AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ = {}));
2172
+ /** @internal */
2173
+ export const EdgeConfigWrite$inboundSchema = z.object({
2174
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema).optional(),
2175
+ tier: z.number().optional(),
2176
+ price: z.number(),
2177
+ batch: z.number(),
2178
+ threshold: z.number(),
2179
+ name: z.string().optional(),
2180
+ hidden: z.boolean(),
2181
+ disabledAt: z.nullable(z.number()).optional(),
2182
+ enabledAt: z.nullable(z.number()).optional(),
2183
+ });
2184
+ /** @internal */
2185
+ export const EdgeConfigWrite$outboundSchema = z.object({
2186
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema).optional(),
2187
+ tier: z.number().optional(),
2188
+ price: z.number(),
2189
+ batch: z.number(),
2190
+ threshold: z.number(),
2191
+ name: z.string().optional(),
2192
+ hidden: z.boolean(),
2193
+ disabledAt: z.nullable(z.number()).optional(),
2194
+ enabledAt: z.nullable(z.number()).optional(),
2195
+ });
2196
+ /**
2197
+ * @internal
2198
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2199
+ */
2200
+ export var EdgeConfigWrite$;
2201
+ (function (EdgeConfigWrite$) {
2202
+ /** @deprecated use `EdgeConfigWrite$inboundSchema` instead. */
2203
+ EdgeConfigWrite$.inboundSchema = EdgeConfigWrite$inboundSchema;
2204
+ /** @deprecated use `EdgeConfigWrite$outboundSchema` instead. */
2205
+ EdgeConfigWrite$.outboundSchema = EdgeConfigWrite$outboundSchema;
2206
+ })(EdgeConfigWrite$ || (EdgeConfigWrite$ = {}));
2207
+ /** @internal */
2208
+ export const AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema = z.object({
2209
+ defaultUnitPrice: z.string(),
2210
+ dimensionPrices: z.record(z.string()),
2211
+ });
2212
+ /** @internal */
2213
+ export const AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema = z.object({
2214
+ defaultUnitPrice: z.string(),
2215
+ dimensionPrices: z.record(z.string()),
2216
+ });
2217
+ /**
2218
+ * @internal
2219
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2220
+ */
2221
+ export var AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$;
2222
+ (function (AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$) {
2223
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema` instead. */
2224
+ AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema;
2225
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema` instead. */
2226
+ AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema;
2227
+ })(AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ || (AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ = {}));
2228
+ /** @internal */
2229
+ export const EdgeFunctionExecutionUnits$inboundSchema = z.object({
2230
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema).optional(),
2231
+ tier: z.number().optional(),
2232
+ price: z.number(),
2233
+ batch: z.number(),
2234
+ threshold: z.number(),
2235
+ name: z.string().optional(),
2236
+ hidden: z.boolean(),
2237
+ disabledAt: z.nullable(z.number()).optional(),
2238
+ enabledAt: z.nullable(z.number()).optional(),
2239
+ });
2240
+ /** @internal */
2241
+ export const EdgeFunctionExecutionUnits$outboundSchema = z.object({
2242
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema).optional(),
2243
+ tier: z.number().optional(),
2244
+ price: z.number(),
2245
+ batch: z.number(),
2246
+ threshold: z.number(),
2247
+ name: z.string().optional(),
2248
+ hidden: z.boolean(),
2249
+ disabledAt: z.nullable(z.number()).optional(),
2250
+ enabledAt: z.nullable(z.number()).optional(),
2251
+ });
2252
+ /**
2253
+ * @internal
2254
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2255
+ */
2256
+ export var EdgeFunctionExecutionUnits$;
2257
+ (function (EdgeFunctionExecutionUnits$) {
2258
+ /** @deprecated use `EdgeFunctionExecutionUnits$inboundSchema` instead. */
2259
+ EdgeFunctionExecutionUnits$.inboundSchema = EdgeFunctionExecutionUnits$inboundSchema;
2260
+ /** @deprecated use `EdgeFunctionExecutionUnits$outboundSchema` instead. */
2261
+ EdgeFunctionExecutionUnits$.outboundSchema = EdgeFunctionExecutionUnits$outboundSchema;
2262
+ })(EdgeFunctionExecutionUnits$ || (EdgeFunctionExecutionUnits$ = {}));
2263
+ /** @internal */
2264
+ export const AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema = z.object({
2265
+ defaultUnitPrice: z.string(),
2266
+ dimensionPrices: z.record(z.string()),
2267
+ });
2268
+ /** @internal */
2269
+ export const AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema = z.object({
2270
+ defaultUnitPrice: z.string(),
2271
+ dimensionPrices: z.record(z.string()),
2272
+ });
2273
+ /**
2274
+ * @internal
2275
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2276
+ */
2277
+ export var AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$;
2278
+ (function (AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$) {
2279
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema` instead. */
2280
+ AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema;
2281
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema` instead. */
2282
+ AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema;
2283
+ })(AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ || (AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ = {}));
2284
+ /** @internal */
2285
+ export const EdgeMiddlewareInvocations$inboundSchema = z.object({
2286
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema).optional(),
2287
+ tier: z.number().optional(),
2288
+ price: z.number(),
2289
+ batch: z.number(),
2290
+ threshold: z.number(),
2291
+ name: z.string().optional(),
2292
+ hidden: z.boolean(),
2293
+ disabledAt: z.nullable(z.number()).optional(),
2294
+ enabledAt: z.nullable(z.number()).optional(),
2295
+ });
2296
+ /** @internal */
2297
+ export const EdgeMiddlewareInvocations$outboundSchema = z.object({
2298
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema).optional(),
2299
+ tier: z.number().optional(),
2300
+ price: z.number(),
2301
+ batch: z.number(),
2302
+ threshold: z.number(),
2303
+ name: z.string().optional(),
2304
+ hidden: z.boolean(),
2305
+ disabledAt: z.nullable(z.number()).optional(),
2306
+ enabledAt: z.nullable(z.number()).optional(),
2307
+ });
2308
+ /**
2309
+ * @internal
2310
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2311
+ */
2312
+ export var EdgeMiddlewareInvocations$;
2313
+ (function (EdgeMiddlewareInvocations$) {
2314
+ /** @deprecated use `EdgeMiddlewareInvocations$inboundSchema` instead. */
2315
+ EdgeMiddlewareInvocations$.inboundSchema = EdgeMiddlewareInvocations$inboundSchema;
2316
+ /** @deprecated use `EdgeMiddlewareInvocations$outboundSchema` instead. */
2317
+ EdgeMiddlewareInvocations$.outboundSchema = EdgeMiddlewareInvocations$outboundSchema;
2318
+ })(EdgeMiddlewareInvocations$ || (EdgeMiddlewareInvocations$ = {}));
2319
+ /** @internal */
2320
+ export const AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema = z.object({
2321
+ defaultUnitPrice: z.string(),
2322
+ dimensionPrices: z.record(z.string()),
2323
+ });
2324
+ /** @internal */
2325
+ export const AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema = z.object({
2326
+ defaultUnitPrice: z.string(),
2327
+ dimensionPrices: z.record(z.string()),
2328
+ });
2329
+ /**
2330
+ * @internal
2331
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2332
+ */
2333
+ export var AuthUserBillingInvoiceItemsEdgeRequestMatrix$;
2334
+ (function (AuthUserBillingInvoiceItemsEdgeRequestMatrix$) {
2335
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema` instead. */
2336
+ AuthUserBillingInvoiceItemsEdgeRequestMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema;
2337
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema` instead. */
2338
+ AuthUserBillingInvoiceItemsEdgeRequestMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema;
2339
+ })(AuthUserBillingInvoiceItemsEdgeRequestMatrix$ || (AuthUserBillingInvoiceItemsEdgeRequestMatrix$ = {}));
2340
+ /** @internal */
2341
+ export const EdgeRequest$inboundSchema = z.object({
2342
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema).optional(),
2343
+ tier: z.number().optional(),
2344
+ price: z.number(),
2345
+ batch: z.number(),
2346
+ threshold: z.number(),
2347
+ name: z.string().optional(),
2348
+ hidden: z.boolean(),
2349
+ disabledAt: z.nullable(z.number()).optional(),
2350
+ enabledAt: z.nullable(z.number()).optional(),
2351
+ });
2352
+ /** @internal */
2353
+ export const EdgeRequest$outboundSchema = z.object({
2354
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema).optional(),
2355
+ tier: z.number().optional(),
2356
+ price: z.number(),
2357
+ batch: z.number(),
2358
+ threshold: z.number(),
2359
+ name: z.string().optional(),
2360
+ hidden: z.boolean(),
2361
+ disabledAt: z.nullable(z.number()).optional(),
2362
+ enabledAt: z.nullable(z.number()).optional(),
2363
+ });
2364
+ /**
2365
+ * @internal
2366
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2367
+ */
2368
+ export var EdgeRequest$;
2369
+ (function (EdgeRequest$) {
2370
+ /** @deprecated use `EdgeRequest$inboundSchema` instead. */
2371
+ EdgeRequest$.inboundSchema = EdgeRequest$inboundSchema;
2372
+ /** @deprecated use `EdgeRequest$outboundSchema` instead. */
2373
+ EdgeRequest$.outboundSchema = EdgeRequest$outboundSchema;
2374
+ })(EdgeRequest$ || (EdgeRequest$ = {}));
2375
+ /** @internal */
2376
+ export const AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema = z.object({
2377
+ defaultUnitPrice: z.string(),
2378
+ dimensionPrices: z.record(z.string()),
2379
+ });
2380
+ /** @internal */
2381
+ export const AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema = z.object({
2382
+ defaultUnitPrice: z.string(),
2383
+ dimensionPrices: z.record(z.string()),
2384
+ });
2385
+ /**
2386
+ * @internal
2387
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2388
+ */
2389
+ export var AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$;
2390
+ (function (AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$) {
2391
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema` instead. */
2392
+ AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$.inboundSchema = AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema;
2393
+ /** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema` instead. */
2394
+ AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$.outboundSchema = AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema;
2395
+ })(AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ || (AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ = {}));
2396
+ /** @internal */
2397
+ export const EdgeRequestAdditionalCpuDuration$inboundSchema = z.object({
2398
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema).optional(),
2399
+ tier: z.number().optional(),
2400
+ price: z.number(),
2401
+ batch: z.number(),
2402
+ threshold: z.number(),
2403
+ name: z.string().optional(),
2404
+ hidden: z.boolean(),
2405
+ disabledAt: z.nullable(z.number()).optional(),
2406
+ enabledAt: z.nullable(z.number()).optional(),
2407
+ });
2408
+ /** @internal */
2409
+ export const EdgeRequestAdditionalCpuDuration$outboundSchema = z.object({
2410
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema).optional(),
2411
+ tier: z.number().optional(),
2412
+ price: z.number(),
2413
+ batch: z.number(),
2414
+ threshold: z.number(),
2415
+ name: z.string().optional(),
2416
+ hidden: z.boolean(),
2417
+ disabledAt: z.nullable(z.number()).optional(),
2418
+ enabledAt: z.nullable(z.number()).optional(),
2419
+ });
2420
+ /**
2421
+ * @internal
2422
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2423
+ */
2424
+ export var EdgeRequestAdditionalCpuDuration$;
2425
+ (function (EdgeRequestAdditionalCpuDuration$) {
2426
+ /** @deprecated use `EdgeRequestAdditionalCpuDuration$inboundSchema` instead. */
2427
+ EdgeRequestAdditionalCpuDuration$.inboundSchema = EdgeRequestAdditionalCpuDuration$inboundSchema;
2428
+ /** @deprecated use `EdgeRequestAdditionalCpuDuration$outboundSchema` instead. */
2429
+ EdgeRequestAdditionalCpuDuration$.outboundSchema = EdgeRequestAdditionalCpuDuration$outboundSchema;
2430
+ })(EdgeRequestAdditionalCpuDuration$ || (EdgeRequestAdditionalCpuDuration$ = {}));
2431
+ /** @internal */
2432
+ export const AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema = z.object({
2433
+ defaultUnitPrice: z.string(),
2434
+ dimensionPrices: z.record(z.string()),
2435
+ });
2436
+ /** @internal */
2437
+ export const AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema = z.object({
2438
+ defaultUnitPrice: z.string(),
2439
+ dimensionPrices: z.record(z.string()),
2440
+ });
2441
+ /**
2442
+ * @internal
2443
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2444
+ */
2445
+ export var AuthUserBillingInvoiceItemsFastDataTransferMatrix$;
2446
+ (function (AuthUserBillingInvoiceItemsFastDataTransferMatrix$) {
2447
+ /** @deprecated use `AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema` instead. */
2448
+ AuthUserBillingInvoiceItemsFastDataTransferMatrix$.inboundSchema = AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema;
2449
+ /** @deprecated use `AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema` instead. */
2450
+ AuthUserBillingInvoiceItemsFastDataTransferMatrix$.outboundSchema = AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema;
2451
+ })(AuthUserBillingInvoiceItemsFastDataTransferMatrix$ || (AuthUserBillingInvoiceItemsFastDataTransferMatrix$ = {}));
2452
+ /** @internal */
2453
+ export const FastDataTransfer$inboundSchema = z.object({
2454
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema).optional(),
2455
+ tier: z.number().optional(),
2456
+ price: z.number(),
2457
+ batch: z.number(),
2458
+ threshold: z.number(),
2459
+ name: z.string().optional(),
2460
+ hidden: z.boolean(),
2461
+ disabledAt: z.nullable(z.number()).optional(),
2462
+ enabledAt: z.nullable(z.number()).optional(),
2463
+ });
2464
+ /** @internal */
2465
+ export const FastDataTransfer$outboundSchema = z.object({
2466
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema).optional(),
2467
+ tier: z.number().optional(),
2468
+ price: z.number(),
2469
+ batch: z.number(),
2470
+ threshold: z.number(),
2471
+ name: z.string().optional(),
2472
+ hidden: z.boolean(),
2473
+ disabledAt: z.nullable(z.number()).optional(),
2474
+ enabledAt: z.nullable(z.number()).optional(),
2475
+ });
2476
+ /**
2477
+ * @internal
2478
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2479
+ */
2480
+ export var FastDataTransfer$;
2481
+ (function (FastDataTransfer$) {
2482
+ /** @deprecated use `FastDataTransfer$inboundSchema` instead. */
2483
+ FastDataTransfer$.inboundSchema = FastDataTransfer$inboundSchema;
2484
+ /** @deprecated use `FastDataTransfer$outboundSchema` instead. */
2485
+ FastDataTransfer$.outboundSchema = FastDataTransfer$outboundSchema;
2486
+ })(FastDataTransfer$ || (FastDataTransfer$ = {}));
2487
+ /** @internal */
2488
+ export const AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema = z.object({
2489
+ defaultUnitPrice: z.string(),
2490
+ dimensionPrices: z.record(z.string()),
2491
+ });
2492
+ /** @internal */
2493
+ export const AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema = z.object({
2494
+ defaultUnitPrice: z.string(),
2495
+ dimensionPrices: z.record(z.string()),
2496
+ });
2497
+ /**
2498
+ * @internal
2499
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2500
+ */
2501
+ export var AuthUserBillingInvoiceItemsFastOriginTransferMatrix$;
2502
+ (function (AuthUserBillingInvoiceItemsFastOriginTransferMatrix$) {
2503
+ /** @deprecated use `AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema` instead. */
2504
+ AuthUserBillingInvoiceItemsFastOriginTransferMatrix$.inboundSchema = AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema;
2505
+ /** @deprecated use `AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema` instead. */
2506
+ AuthUserBillingInvoiceItemsFastOriginTransferMatrix$.outboundSchema = AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema;
2507
+ })(AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ || (AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ = {}));
2508
+ /** @internal */
2509
+ export const FastOriginTransfer$inboundSchema = z.object({
2510
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema).optional(),
2511
+ tier: z.number().optional(),
2512
+ price: z.number(),
2513
+ batch: z.number(),
2514
+ threshold: z.number(),
2515
+ name: z.string().optional(),
2516
+ hidden: z.boolean(),
2517
+ disabledAt: z.nullable(z.number()).optional(),
2518
+ enabledAt: z.nullable(z.number()).optional(),
2519
+ });
2520
+ /** @internal */
2521
+ export const FastOriginTransfer$outboundSchema = z.object({
2522
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema).optional(),
2523
+ tier: z.number().optional(),
2524
+ price: z.number(),
2525
+ batch: z.number(),
2526
+ threshold: z.number(),
2527
+ name: z.string().optional(),
2528
+ hidden: z.boolean(),
2529
+ disabledAt: z.nullable(z.number()).optional(),
2530
+ enabledAt: z.nullable(z.number()).optional(),
2531
+ });
2532
+ /**
2533
+ * @internal
2534
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2535
+ */
2536
+ export var FastOriginTransfer$;
2537
+ (function (FastOriginTransfer$) {
2538
+ /** @deprecated use `FastOriginTransfer$inboundSchema` instead. */
2539
+ FastOriginTransfer$.inboundSchema = FastOriginTransfer$inboundSchema;
2540
+ /** @deprecated use `FastOriginTransfer$outboundSchema` instead. */
2541
+ FastOriginTransfer$.outboundSchema = FastOriginTransfer$outboundSchema;
2542
+ })(FastOriginTransfer$ || (FastOriginTransfer$ = {}));
2543
+ /** @internal */
2544
+ export const AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema = z.object({
2545
+ defaultUnitPrice: z.string(),
2546
+ dimensionPrices: z.record(z.string()),
2547
+ });
2548
+ /** @internal */
2549
+ export const AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema = z.object({
2550
+ defaultUnitPrice: z.string(),
2551
+ dimensionPrices: z.record(z.string()),
2552
+ });
2553
+ /**
2554
+ * @internal
2555
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2556
+ */
2557
+ export var AuthUserBillingInvoiceItemsFunctionDurationMatrix$;
2558
+ (function (AuthUserBillingInvoiceItemsFunctionDurationMatrix$) {
2559
+ /** @deprecated use `AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema` instead. */
2560
+ AuthUserBillingInvoiceItemsFunctionDurationMatrix$.inboundSchema = AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema;
2561
+ /** @deprecated use `AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema` instead. */
2562
+ AuthUserBillingInvoiceItemsFunctionDurationMatrix$.outboundSchema = AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema;
2563
+ })(AuthUserBillingInvoiceItemsFunctionDurationMatrix$ || (AuthUserBillingInvoiceItemsFunctionDurationMatrix$ = {}));
2564
+ /** @internal */
2565
+ export const FunctionDuration$inboundSchema = z.object({
2566
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema).optional(),
2567
+ tier: z.number().optional(),
2568
+ price: z.number(),
2569
+ batch: z.number(),
2570
+ threshold: z.number(),
2571
+ name: z.string().optional(),
2572
+ hidden: z.boolean(),
2573
+ disabledAt: z.nullable(z.number()).optional(),
2574
+ enabledAt: z.nullable(z.number()).optional(),
2575
+ });
2576
+ /** @internal */
2577
+ export const FunctionDuration$outboundSchema = z.object({
2578
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema).optional(),
2579
+ tier: z.number().optional(),
2580
+ price: z.number(),
2581
+ batch: z.number(),
2582
+ threshold: z.number(),
2583
+ name: z.string().optional(),
2584
+ hidden: z.boolean(),
2585
+ disabledAt: z.nullable(z.number()).optional(),
2586
+ enabledAt: z.nullable(z.number()).optional(),
2587
+ });
2588
+ /**
2589
+ * @internal
2590
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2591
+ */
2592
+ export var FunctionDuration$;
2593
+ (function (FunctionDuration$) {
2594
+ /** @deprecated use `FunctionDuration$inboundSchema` instead. */
2595
+ FunctionDuration$.inboundSchema = FunctionDuration$inboundSchema;
2596
+ /** @deprecated use `FunctionDuration$outboundSchema` instead. */
2597
+ FunctionDuration$.outboundSchema = FunctionDuration$outboundSchema;
2598
+ })(FunctionDuration$ || (FunctionDuration$ = {}));
2599
+ /** @internal */
2600
+ export const AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema = z.object({
2601
+ defaultUnitPrice: z.string(),
2602
+ dimensionPrices: z.record(z.string()),
2603
+ });
2604
+ /** @internal */
2605
+ export const AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema = z.object({
2606
+ defaultUnitPrice: z.string(),
2607
+ dimensionPrices: z.record(z.string()),
2608
+ });
2609
+ /**
2610
+ * @internal
2611
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2612
+ */
2613
+ export var AuthUserBillingInvoiceItemsFunctionInvocationMatrix$;
2614
+ (function (AuthUserBillingInvoiceItemsFunctionInvocationMatrix$) {
2615
+ /** @deprecated use `AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema` instead. */
2616
+ AuthUserBillingInvoiceItemsFunctionInvocationMatrix$.inboundSchema = AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema;
2617
+ /** @deprecated use `AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema` instead. */
2618
+ AuthUserBillingInvoiceItemsFunctionInvocationMatrix$.outboundSchema = AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema;
2619
+ })(AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ || (AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ = {}));
2620
+ /** @internal */
2621
+ export const FunctionInvocation$inboundSchema = z.object({
2622
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema).optional(),
2623
+ tier: z.number().optional(),
2624
+ price: z.number(),
2625
+ batch: z.number(),
2626
+ threshold: z.number(),
2627
+ name: z.string().optional(),
2628
+ hidden: z.boolean(),
2629
+ disabledAt: z.nullable(z.number()).optional(),
2630
+ enabledAt: z.nullable(z.number()).optional(),
2631
+ });
2632
+ /** @internal */
2633
+ export const FunctionInvocation$outboundSchema = z.object({
2634
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema).optional(),
2635
+ tier: z.number().optional(),
2636
+ price: z.number(),
2637
+ batch: z.number(),
2638
+ threshold: z.number(),
2639
+ name: z.string().optional(),
2640
+ hidden: z.boolean(),
2641
+ disabledAt: z.nullable(z.number()).optional(),
2642
+ enabledAt: z.nullable(z.number()).optional(),
2643
+ });
2644
+ /**
2645
+ * @internal
2646
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2647
+ */
2648
+ export var FunctionInvocation$;
2649
+ (function (FunctionInvocation$) {
2650
+ /** @deprecated use `FunctionInvocation$inboundSchema` instead. */
2651
+ FunctionInvocation$.inboundSchema = FunctionInvocation$inboundSchema;
2652
+ /** @deprecated use `FunctionInvocation$outboundSchema` instead. */
2653
+ FunctionInvocation$.outboundSchema = FunctionInvocation$outboundSchema;
2654
+ })(FunctionInvocation$ || (FunctionInvocation$ = {}));
2655
+ /** @internal */
2656
+ export const AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema = z.object({
2657
+ defaultUnitPrice: z.string(),
2658
+ dimensionPrices: z.record(z.string()),
2659
+ });
2660
+ /** @internal */
2661
+ export const AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema = z.object({
2662
+ defaultUnitPrice: z.string(),
2663
+ dimensionPrices: z.record(z.string()),
2664
+ });
2665
+ /**
2666
+ * @internal
2667
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2668
+ */
2669
+ export var AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$;
2670
+ (function (AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$) {
2671
+ /** @deprecated use `AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema` instead. */
2672
+ AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$.inboundSchema = AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema;
2673
+ /** @deprecated use `AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema` instead. */
2674
+ AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$.outboundSchema = AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema;
2675
+ })(AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ || (AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ = {}));
2676
+ /** @internal */
2677
+ export const LogDrainsVolume$inboundSchema = z.object({
2678
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema).optional(),
2679
+ tier: z.number().optional(),
2680
+ price: z.number(),
2681
+ batch: z.number(),
2682
+ threshold: z.number(),
2683
+ name: z.string().optional(),
2684
+ hidden: z.boolean(),
2685
+ disabledAt: z.nullable(z.number()).optional(),
2686
+ enabledAt: z.nullable(z.number()).optional(),
2687
+ });
2688
+ /** @internal */
2689
+ export const LogDrainsVolume$outboundSchema = z.object({
2690
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema).optional(),
2691
+ tier: z.number().optional(),
2692
+ price: z.number(),
2693
+ batch: z.number(),
2694
+ threshold: z.number(),
2695
+ name: z.string().optional(),
2696
+ hidden: z.boolean(),
2697
+ disabledAt: z.nullable(z.number()).optional(),
2698
+ enabledAt: z.nullable(z.number()).optional(),
2699
+ });
2700
+ /**
2701
+ * @internal
2702
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2703
+ */
2704
+ export var LogDrainsVolume$;
2705
+ (function (LogDrainsVolume$) {
2706
+ /** @deprecated use `LogDrainsVolume$inboundSchema` instead. */
2707
+ LogDrainsVolume$.inboundSchema = LogDrainsVolume$inboundSchema;
2708
+ /** @deprecated use `LogDrainsVolume$outboundSchema` instead. */
2709
+ LogDrainsVolume$.outboundSchema = LogDrainsVolume$outboundSchema;
2710
+ })(LogDrainsVolume$ || (LogDrainsVolume$ = {}));
2711
+ /** @internal */
2712
+ export const AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema = z.object({
2713
+ defaultUnitPrice: z.string(),
2714
+ dimensionPrices: z.record(z.string()),
2715
+ });
2716
+ /** @internal */
2717
+ export const AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema = z.object({
2718
+ defaultUnitPrice: z.string(),
2719
+ dimensionPrices: z.record(z.string()),
2720
+ });
2721
+ /**
2722
+ * @internal
2723
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2724
+ */
2725
+ export var AuthUserBillingInvoiceItemsMonitoringMetricMatrix$;
2726
+ (function (AuthUserBillingInvoiceItemsMonitoringMetricMatrix$) {
2727
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema` instead. */
2728
+ AuthUserBillingInvoiceItemsMonitoringMetricMatrix$.inboundSchema = AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema;
2729
+ /** @deprecated use `AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema` instead. */
2730
+ AuthUserBillingInvoiceItemsMonitoringMetricMatrix$.outboundSchema = AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema;
2731
+ })(AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ || (AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ = {}));
2732
+ /** @internal */
2733
+ export const MonitoringMetric$inboundSchema = z.object({
2734
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema).optional(),
2735
+ tier: z.number().optional(),
2736
+ price: z.number(),
2737
+ batch: z.number(),
2738
+ threshold: z.number(),
2739
+ name: z.string().optional(),
2740
+ hidden: z.boolean(),
2741
+ disabledAt: z.nullable(z.number()).optional(),
2742
+ enabledAt: z.nullable(z.number()).optional(),
2743
+ });
2744
+ /** @internal */
2745
+ export const MonitoringMetric$outboundSchema = z.object({
2746
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema).optional(),
2747
+ tier: z.number().optional(),
2748
+ price: z.number(),
2749
+ batch: z.number(),
2750
+ threshold: z.number(),
2751
+ name: z.string().optional(),
2752
+ hidden: z.boolean(),
2753
+ disabledAt: z.nullable(z.number()).optional(),
2754
+ enabledAt: z.nullable(z.number()).optional(),
2755
+ });
2756
+ /**
2757
+ * @internal
2758
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2759
+ */
2760
+ export var MonitoringMetric$;
2761
+ (function (MonitoringMetric$) {
2762
+ /** @deprecated use `MonitoringMetric$inboundSchema` instead. */
2763
+ MonitoringMetric$.inboundSchema = MonitoringMetric$inboundSchema;
2764
+ /** @deprecated use `MonitoringMetric$outboundSchema` instead. */
2765
+ MonitoringMetric$.outboundSchema = MonitoringMetric$outboundSchema;
2766
+ })(MonitoringMetric$ || (MonitoringMetric$ = {}));
2767
+ /** @internal */
2768
+ export const AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema = z.object({
2769
+ defaultUnitPrice: z.string(),
2770
+ dimensionPrices: z.record(z.string()),
2771
+ });
2772
+ /** @internal */
2773
+ export const AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema = z.object({
2774
+ defaultUnitPrice: z.string(),
2775
+ dimensionPrices: z.record(z.string()),
2776
+ });
2777
+ /**
2778
+ * @internal
2779
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2780
+ */
2781
+ export var AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$;
2782
+ (function (AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$) {
2783
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema` instead. */
2784
+ AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$.inboundSchema = AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema;
2785
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema` instead. */
2786
+ AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$.outboundSchema = AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema;
2787
+ })(AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ || (AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ = {}));
2788
+ /** @internal */
2789
+ export const PostgresComputeTime$inboundSchema = z.object({
2790
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema).optional(),
2791
+ tier: z.number().optional(),
2792
+ price: z.number(),
2793
+ batch: z.number(),
2794
+ threshold: z.number(),
2795
+ name: z.string().optional(),
2796
+ hidden: z.boolean(),
2797
+ disabledAt: z.nullable(z.number()).optional(),
2798
+ enabledAt: z.nullable(z.number()).optional(),
2799
+ });
2800
+ /** @internal */
2801
+ export const PostgresComputeTime$outboundSchema = z.object({
2802
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema).optional(),
2803
+ tier: z.number().optional(),
2804
+ price: z.number(),
2805
+ batch: z.number(),
2806
+ threshold: z.number(),
2807
+ name: z.string().optional(),
2808
+ hidden: z.boolean(),
2809
+ disabledAt: z.nullable(z.number()).optional(),
2810
+ enabledAt: z.nullable(z.number()).optional(),
2811
+ });
2812
+ /**
2813
+ * @internal
2814
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2815
+ */
2816
+ export var PostgresComputeTime$;
2817
+ (function (PostgresComputeTime$) {
2818
+ /** @deprecated use `PostgresComputeTime$inboundSchema` instead. */
2819
+ PostgresComputeTime$.inboundSchema = PostgresComputeTime$inboundSchema;
2820
+ /** @deprecated use `PostgresComputeTime$outboundSchema` instead. */
2821
+ PostgresComputeTime$.outboundSchema = PostgresComputeTime$outboundSchema;
2822
+ })(PostgresComputeTime$ || (PostgresComputeTime$ = {}));
2823
+ /** @internal */
2824
+ export const AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema = z.object({
2825
+ defaultUnitPrice: z.string(),
2826
+ dimensionPrices: z.record(z.string()),
2827
+ });
2828
+ /** @internal */
2829
+ export const AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema = z.object({
2830
+ defaultUnitPrice: z.string(),
2831
+ dimensionPrices: z.record(z.string()),
2832
+ });
2833
+ /**
2834
+ * @internal
2835
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2836
+ */
2837
+ export var AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$;
2838
+ (function (AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$) {
2839
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema` instead. */
2840
+ AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$.inboundSchema = AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema;
2841
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema` instead. */
2842
+ AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$.outboundSchema = AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema;
2843
+ })(AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ || (AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ = {}));
2844
+ /** @internal */
2845
+ export const PostgresDataStorage$inboundSchema = z.object({
2846
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema).optional(),
2847
+ tier: z.number().optional(),
2848
+ price: z.number(),
2849
+ batch: z.number(),
2850
+ threshold: z.number(),
2851
+ name: z.string().optional(),
2852
+ hidden: z.boolean(),
2853
+ disabledAt: z.nullable(z.number()).optional(),
2854
+ enabledAt: z.nullable(z.number()).optional(),
2855
+ });
2856
+ /** @internal */
2857
+ export const PostgresDataStorage$outboundSchema = z.object({
2858
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema).optional(),
2859
+ tier: z.number().optional(),
2860
+ price: z.number(),
2861
+ batch: z.number(),
2862
+ threshold: z.number(),
2863
+ name: z.string().optional(),
2864
+ hidden: z.boolean(),
2865
+ disabledAt: z.nullable(z.number()).optional(),
2866
+ enabledAt: z.nullable(z.number()).optional(),
2867
+ });
2868
+ /**
2869
+ * @internal
2870
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2871
+ */
2872
+ export var PostgresDataStorage$;
2873
+ (function (PostgresDataStorage$) {
2874
+ /** @deprecated use `PostgresDataStorage$inboundSchema` instead. */
2875
+ PostgresDataStorage$.inboundSchema = PostgresDataStorage$inboundSchema;
2876
+ /** @deprecated use `PostgresDataStorage$outboundSchema` instead. */
2877
+ PostgresDataStorage$.outboundSchema = PostgresDataStorage$outboundSchema;
2878
+ })(PostgresDataStorage$ || (PostgresDataStorage$ = {}));
2879
+ /** @internal */
2880
+ export const AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema = z.object({
2881
+ defaultUnitPrice: z.string(),
2882
+ dimensionPrices: z.record(z.string()),
2883
+ });
2884
+ /** @internal */
2885
+ export const AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema = z.object({
2886
+ defaultUnitPrice: z.string(),
2887
+ dimensionPrices: z.record(z.string()),
2888
+ });
2889
+ /**
2890
+ * @internal
2891
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2892
+ */
2893
+ export var AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$;
2894
+ (function (AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$) {
2895
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema` instead. */
2896
+ AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$.inboundSchema = AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema;
2897
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema` instead. */
2898
+ AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$.outboundSchema = AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema;
2899
+ })(AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ || (AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ = {}));
2900
+ /** @internal */
2901
+ export const PostgresDataTransfer$inboundSchema = z.object({
2902
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema).optional(),
2903
+ tier: z.number().optional(),
2904
+ price: z.number(),
2905
+ batch: z.number(),
2906
+ threshold: z.number(),
2907
+ name: z.string().optional(),
2908
+ hidden: z.boolean(),
2909
+ disabledAt: z.nullable(z.number()).optional(),
2910
+ enabledAt: z.nullable(z.number()).optional(),
2911
+ });
2912
+ /** @internal */
2913
+ export const PostgresDataTransfer$outboundSchema = z.object({
2914
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema).optional(),
2915
+ tier: z.number().optional(),
2916
+ price: z.number(),
2917
+ batch: z.number(),
2918
+ threshold: z.number(),
2919
+ name: z.string().optional(),
2920
+ hidden: z.boolean(),
2921
+ disabledAt: z.nullable(z.number()).optional(),
2922
+ enabledAt: z.nullable(z.number()).optional(),
2923
+ });
2924
+ /**
2925
+ * @internal
2926
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2927
+ */
2928
+ export var PostgresDataTransfer$;
2929
+ (function (PostgresDataTransfer$) {
2930
+ /** @deprecated use `PostgresDataTransfer$inboundSchema` instead. */
2931
+ PostgresDataTransfer$.inboundSchema = PostgresDataTransfer$inboundSchema;
2932
+ /** @deprecated use `PostgresDataTransfer$outboundSchema` instead. */
2933
+ PostgresDataTransfer$.outboundSchema = PostgresDataTransfer$outboundSchema;
2934
+ })(PostgresDataTransfer$ || (PostgresDataTransfer$ = {}));
2935
+ /** @internal */
2936
+ export const AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema = z.object({
2937
+ defaultUnitPrice: z.string(),
2938
+ dimensionPrices: z.record(z.string()),
2939
+ });
2940
+ /** @internal */
2941
+ export const AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema = z.object({
2942
+ defaultUnitPrice: z.string(),
2943
+ dimensionPrices: z.record(z.string()),
2944
+ });
2945
+ /**
2946
+ * @internal
2947
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2948
+ */
2949
+ export var AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$;
2950
+ (function (AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$) {
2951
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema` instead. */
2952
+ AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$.inboundSchema = AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema;
2953
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema` instead. */
2954
+ AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$.outboundSchema = AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema;
2955
+ })(AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ || (AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ = {}));
2956
+ /** @internal */
2957
+ export const PostgresDatabase$inboundSchema = z.object({
2958
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema).optional(),
2959
+ tier: z.number().optional(),
2960
+ price: z.number(),
2961
+ batch: z.number(),
2962
+ threshold: z.number(),
2963
+ name: z.string().optional(),
2964
+ hidden: z.boolean(),
2965
+ disabledAt: z.nullable(z.number()).optional(),
2966
+ enabledAt: z.nullable(z.number()).optional(),
2967
+ });
2968
+ /** @internal */
2969
+ export const PostgresDatabase$outboundSchema = z.object({
2970
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema).optional(),
2971
+ tier: z.number().optional(),
2972
+ price: z.number(),
2973
+ batch: z.number(),
2974
+ threshold: z.number(),
2975
+ name: z.string().optional(),
2976
+ hidden: z.boolean(),
2977
+ disabledAt: z.nullable(z.number()).optional(),
2978
+ enabledAt: z.nullable(z.number()).optional(),
2979
+ });
2980
+ /**
2981
+ * @internal
2982
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2983
+ */
2984
+ export var PostgresDatabase$;
2985
+ (function (PostgresDatabase$) {
2986
+ /** @deprecated use `PostgresDatabase$inboundSchema` instead. */
2987
+ PostgresDatabase$.inboundSchema = PostgresDatabase$inboundSchema;
2988
+ /** @deprecated use `PostgresDatabase$outboundSchema` instead. */
2989
+ PostgresDatabase$.outboundSchema = PostgresDatabase$outboundSchema;
2990
+ })(PostgresDatabase$ || (PostgresDatabase$ = {}));
2991
+ /** @internal */
2992
+ export const AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema = z.object({
2993
+ defaultUnitPrice: z.string(),
2994
+ dimensionPrices: z.record(z.string()),
2995
+ });
2996
+ /** @internal */
2997
+ export const AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema = z.object({
2998
+ defaultUnitPrice: z.string(),
2999
+ dimensionPrices: z.record(z.string()),
3000
+ });
3001
+ /**
3002
+ * @internal
3003
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3004
+ */
3005
+ export var AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$;
3006
+ (function (AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$) {
3007
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema` instead. */
3008
+ AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$.inboundSchema = AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema;
3009
+ /** @deprecated use `AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema` instead. */
3010
+ AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$.outboundSchema = AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema;
3011
+ })(AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ || (AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ = {}));
3012
+ /** @internal */
3013
+ export const PostgresWrittenData$inboundSchema = z.object({
3014
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema).optional(),
3015
+ tier: z.number().optional(),
3016
+ price: z.number(),
3017
+ batch: z.number(),
3018
+ threshold: z.number(),
3019
+ name: z.string().optional(),
3020
+ hidden: z.boolean(),
3021
+ disabledAt: z.nullable(z.number()).optional(),
3022
+ enabledAt: z.nullable(z.number()).optional(),
3023
+ });
3024
+ /** @internal */
3025
+ export const PostgresWrittenData$outboundSchema = z.object({
3026
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema).optional(),
3027
+ tier: z.number().optional(),
3028
+ price: z.number(),
3029
+ batch: z.number(),
3030
+ threshold: z.number(),
3031
+ name: z.string().optional(),
3032
+ hidden: z.boolean(),
3033
+ disabledAt: z.nullable(z.number()).optional(),
3034
+ enabledAt: z.nullable(z.number()).optional(),
3035
+ });
3036
+ /**
3037
+ * @internal
3038
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3039
+ */
3040
+ export var PostgresWrittenData$;
3041
+ (function (PostgresWrittenData$) {
3042
+ /** @deprecated use `PostgresWrittenData$inboundSchema` instead. */
3043
+ PostgresWrittenData$.inboundSchema = PostgresWrittenData$inboundSchema;
3044
+ /** @deprecated use `PostgresWrittenData$outboundSchema` instead. */
3045
+ PostgresWrittenData$.outboundSchema = PostgresWrittenData$outboundSchema;
3046
+ })(PostgresWrittenData$ || (PostgresWrittenData$ = {}));
3047
+ /** @internal */
3048
+ export const AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema = z.object({
3049
+ defaultUnitPrice: z.string(),
3050
+ dimensionPrices: z.record(z.string()),
3051
+ });
3052
+ /** @internal */
3053
+ export const AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema = z.object({
3054
+ defaultUnitPrice: z.string(),
3055
+ dimensionPrices: z.record(z.string()),
3056
+ });
3057
+ /**
3058
+ * @internal
3059
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3060
+ */
3061
+ export var AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$;
3062
+ (function (AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$) {
3063
+ /** @deprecated use `AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema` instead. */
3064
+ AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$.inboundSchema = AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema;
3065
+ /** @deprecated use `AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema` instead. */
3066
+ AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$.outboundSchema = AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema;
3067
+ })(AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ || (AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ = {}));
3068
+ /** @internal */
3069
+ export const ServerlessFunctionExecution$inboundSchema = z.object({
3070
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema).optional(),
3071
+ tier: z.number().optional(),
3072
+ price: z.number(),
3073
+ batch: z.number(),
3074
+ threshold: z.number(),
3075
+ name: z.string().optional(),
3076
+ hidden: z.boolean(),
3077
+ disabledAt: z.nullable(z.number()).optional(),
3078
+ enabledAt: z.nullable(z.number()).optional(),
3079
+ });
3080
+ /** @internal */
3081
+ export const ServerlessFunctionExecution$outboundSchema = z.object({
3082
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema).optional(),
3083
+ tier: z.number().optional(),
3084
+ price: z.number(),
3085
+ batch: z.number(),
3086
+ threshold: z.number(),
3087
+ name: z.string().optional(),
3088
+ hidden: z.boolean(),
3089
+ disabledAt: z.nullable(z.number()).optional(),
3090
+ enabledAt: z.nullable(z.number()).optional(),
3091
+ });
3092
+ /**
3093
+ * @internal
3094
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3095
+ */
3096
+ export var ServerlessFunctionExecution$;
3097
+ (function (ServerlessFunctionExecution$) {
3098
+ /** @deprecated use `ServerlessFunctionExecution$inboundSchema` instead. */
3099
+ ServerlessFunctionExecution$.inboundSchema = ServerlessFunctionExecution$inboundSchema;
3100
+ /** @deprecated use `ServerlessFunctionExecution$outboundSchema` instead. */
3101
+ ServerlessFunctionExecution$.outboundSchema = ServerlessFunctionExecution$outboundSchema;
3102
+ })(ServerlessFunctionExecution$ || (ServerlessFunctionExecution$ = {}));
3103
+ /** @internal */
3104
+ export const AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema = z.object({
3105
+ defaultUnitPrice: z.string(),
3106
+ dimensionPrices: z.record(z.string()),
3107
+ });
3108
+ /** @internal */
3109
+ export const AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema = z.object({
3110
+ defaultUnitPrice: z.string(),
3111
+ dimensionPrices: z.record(z.string()),
3112
+ });
3113
+ /**
3114
+ * @internal
3115
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3116
+ */
3117
+ export var AuthUserBillingInvoiceItemsSourceImagesMatrix$;
3118
+ (function (AuthUserBillingInvoiceItemsSourceImagesMatrix$) {
3119
+ /** @deprecated use `AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema` instead. */
3120
+ AuthUserBillingInvoiceItemsSourceImagesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema;
3121
+ /** @deprecated use `AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema` instead. */
3122
+ AuthUserBillingInvoiceItemsSourceImagesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema;
3123
+ })(AuthUserBillingInvoiceItemsSourceImagesMatrix$ || (AuthUserBillingInvoiceItemsSourceImagesMatrix$ = {}));
3124
+ /** @internal */
3125
+ export const SourceImages$inboundSchema = z.object({
3126
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema).optional(),
3127
+ tier: z.number().optional(),
3128
+ price: z.number(),
3129
+ batch: z.number(),
3130
+ threshold: z.number(),
3131
+ name: z.string().optional(),
3132
+ hidden: z.boolean(),
3133
+ disabledAt: z.nullable(z.number()).optional(),
3134
+ enabledAt: z.nullable(z.number()).optional(),
3135
+ });
3136
+ /** @internal */
3137
+ export const SourceImages$outboundSchema = z.object({
3138
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema).optional(),
3139
+ tier: z.number().optional(),
3140
+ price: z.number(),
3141
+ batch: z.number(),
3142
+ threshold: z.number(),
3143
+ name: z.string().optional(),
3144
+ hidden: z.boolean(),
3145
+ disabledAt: z.nullable(z.number()).optional(),
3146
+ enabledAt: z.nullable(z.number()).optional(),
3147
+ });
3148
+ /**
3149
+ * @internal
3150
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3151
+ */
3152
+ export var SourceImages$;
3153
+ (function (SourceImages$) {
3154
+ /** @deprecated use `SourceImages$inboundSchema` instead. */
3155
+ SourceImages$.inboundSchema = SourceImages$inboundSchema;
3156
+ /** @deprecated use `SourceImages$outboundSchema` instead. */
3157
+ SourceImages$.outboundSchema = SourceImages$outboundSchema;
3158
+ })(SourceImages$ || (SourceImages$ = {}));
3159
+ /** @internal */
3160
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema = z.object({
3161
+ defaultUnitPrice: z.string(),
3162
+ dimensionPrices: z.record(z.string()),
3163
+ });
3164
+ /** @internal */
3165
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema = z.object({
3166
+ defaultUnitPrice: z.string(),
3167
+ dimensionPrices: z.record(z.string()),
3168
+ });
3169
+ /**
3170
+ * @internal
3171
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3172
+ */
3173
+ export var AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$;
3174
+ (function (AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$) {
3175
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema` instead. */
3176
+ AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema;
3177
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema` instead. */
3178
+ AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema;
3179
+ })(AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ || (AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ = {}));
3180
+ /** @internal */
3181
+ export const StorageRedisTotalBandwidthInBytes$inboundSchema = z.object({
3182
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema).optional(),
3183
+ tier: z.number().optional(),
3184
+ price: z.number(),
3185
+ batch: z.number(),
3186
+ threshold: z.number(),
3187
+ name: z.string().optional(),
3188
+ hidden: z.boolean(),
3189
+ disabledAt: z.nullable(z.number()).optional(),
3190
+ enabledAt: z.nullable(z.number()).optional(),
3191
+ });
3192
+ /** @internal */
3193
+ export const StorageRedisTotalBandwidthInBytes$outboundSchema = z.object({
3194
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema).optional(),
3195
+ tier: z.number().optional(),
3196
+ price: z.number(),
3197
+ batch: z.number(),
3198
+ threshold: z.number(),
3199
+ name: z.string().optional(),
3200
+ hidden: z.boolean(),
3201
+ disabledAt: z.nullable(z.number()).optional(),
3202
+ enabledAt: z.nullable(z.number()).optional(),
3203
+ });
3204
+ /**
3205
+ * @internal
3206
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3207
+ */
3208
+ export var StorageRedisTotalBandwidthInBytes$;
3209
+ (function (StorageRedisTotalBandwidthInBytes$) {
3210
+ /** @deprecated use `StorageRedisTotalBandwidthInBytes$inboundSchema` instead. */
3211
+ StorageRedisTotalBandwidthInBytes$.inboundSchema = StorageRedisTotalBandwidthInBytes$inboundSchema;
3212
+ /** @deprecated use `StorageRedisTotalBandwidthInBytes$outboundSchema` instead. */
3213
+ StorageRedisTotalBandwidthInBytes$.outboundSchema = StorageRedisTotalBandwidthInBytes$outboundSchema;
3214
+ })(StorageRedisTotalBandwidthInBytes$ || (StorageRedisTotalBandwidthInBytes$ = {}));
3215
+ /** @internal */
3216
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema = z.object({
3217
+ defaultUnitPrice: z.string(),
3218
+ dimensionPrices: z.record(z.string()),
3219
+ });
3220
+ /** @internal */
3221
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema = z.object({
3222
+ defaultUnitPrice: z.string(),
3223
+ dimensionPrices: z.record(z.string()),
3224
+ });
3225
+ /**
3226
+ * @internal
3227
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3228
+ */
3229
+ export var AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$;
3230
+ (function (AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$) {
3231
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema` instead. */
3232
+ AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema;
3233
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema` instead. */
3234
+ AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema;
3235
+ })(AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ || (AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ = {}));
3236
+ /** @internal */
3237
+ export const StorageRedisTotalCommands$inboundSchema = z.object({
3238
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema).optional(),
3239
+ tier: z.number().optional(),
3240
+ price: z.number(),
3241
+ batch: z.number(),
3242
+ threshold: z.number(),
3243
+ name: z.string().optional(),
3244
+ hidden: z.boolean(),
3245
+ disabledAt: z.nullable(z.number()).optional(),
3246
+ enabledAt: z.nullable(z.number()).optional(),
3247
+ });
3248
+ /** @internal */
3249
+ export const StorageRedisTotalCommands$outboundSchema = z.object({
3250
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema).optional(),
3251
+ tier: z.number().optional(),
3252
+ price: z.number(),
3253
+ batch: z.number(),
3254
+ threshold: z.number(),
3255
+ name: z.string().optional(),
3256
+ hidden: z.boolean(),
3257
+ disabledAt: z.nullable(z.number()).optional(),
3258
+ enabledAt: z.nullable(z.number()).optional(),
3259
+ });
3260
+ /**
3261
+ * @internal
3262
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3263
+ */
3264
+ export var StorageRedisTotalCommands$;
3265
+ (function (StorageRedisTotalCommands$) {
3266
+ /** @deprecated use `StorageRedisTotalCommands$inboundSchema` instead. */
3267
+ StorageRedisTotalCommands$.inboundSchema = StorageRedisTotalCommands$inboundSchema;
3268
+ /** @deprecated use `StorageRedisTotalCommands$outboundSchema` instead. */
3269
+ StorageRedisTotalCommands$.outboundSchema = StorageRedisTotalCommands$outboundSchema;
3270
+ })(StorageRedisTotalCommands$ || (StorageRedisTotalCommands$ = {}));
3271
+ /** @internal */
3272
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema = z.object({
3273
+ defaultUnitPrice: z.string(),
3274
+ dimensionPrices: z.record(z.string()),
3275
+ });
3276
+ /** @internal */
3277
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema = z.object({
3278
+ defaultUnitPrice: z.string(),
3279
+ dimensionPrices: z.record(z.string()),
3280
+ });
3281
+ /**
3282
+ * @internal
3283
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3284
+ */
3285
+ export var AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$;
3286
+ (function (AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$) {
3287
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema` instead. */
3288
+ AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema;
3289
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema` instead. */
3290
+ AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema;
3291
+ })(AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ || (AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ = {}));
3292
+ /** @internal */
3293
+ export const StorageRedisTotalDailyAvgStorageInBytes$inboundSchema = z.object({
3294
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema).optional(),
3295
+ tier: z.number().optional(),
3296
+ price: z.number(),
3297
+ batch: z.number(),
3298
+ threshold: z.number(),
3299
+ name: z.string().optional(),
3300
+ hidden: z.boolean(),
3301
+ disabledAt: z.nullable(z.number()).optional(),
3302
+ enabledAt: z.nullable(z.number()).optional(),
3303
+ });
3304
+ /** @internal */
3305
+ export const StorageRedisTotalDailyAvgStorageInBytes$outboundSchema = z.object({
3306
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema).optional(),
3307
+ tier: z.number().optional(),
3308
+ price: z.number(),
3309
+ batch: z.number(),
3310
+ threshold: z.number(),
3311
+ name: z.string().optional(),
3312
+ hidden: z.boolean(),
3313
+ disabledAt: z.nullable(z.number()).optional(),
3314
+ enabledAt: z.nullable(z.number()).optional(),
3315
+ });
3316
+ /**
3317
+ * @internal
3318
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3319
+ */
3320
+ export var StorageRedisTotalDailyAvgStorageInBytes$;
3321
+ (function (StorageRedisTotalDailyAvgStorageInBytes$) {
3322
+ /** @deprecated use `StorageRedisTotalDailyAvgStorageInBytes$inboundSchema` instead. */
3323
+ StorageRedisTotalDailyAvgStorageInBytes$.inboundSchema = StorageRedisTotalDailyAvgStorageInBytes$inboundSchema;
3324
+ /** @deprecated use `StorageRedisTotalDailyAvgStorageInBytes$outboundSchema` instead. */
3325
+ StorageRedisTotalDailyAvgStorageInBytes$.outboundSchema = StorageRedisTotalDailyAvgStorageInBytes$outboundSchema;
3326
+ })(StorageRedisTotalDailyAvgStorageInBytes$ || (StorageRedisTotalDailyAvgStorageInBytes$ = {}));
3327
+ /** @internal */
3328
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema = z.object({
3329
+ defaultUnitPrice: z.string(),
3330
+ dimensionPrices: z.record(z.string()),
3331
+ });
3332
+ /** @internal */
3333
+ export const AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema = z.object({
3334
+ defaultUnitPrice: z.string(),
3335
+ dimensionPrices: z.record(z.string()),
3336
+ });
3337
+ /**
3338
+ * @internal
3339
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3340
+ */
3341
+ export var AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$;
3342
+ (function (AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$) {
3343
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema` instead. */
3344
+ AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema;
3345
+ /** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema` instead. */
3346
+ AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema;
3347
+ })(AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ || (AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ = {}));
3348
+ /** @internal */
3349
+ export const StorageRedisTotalDatabases$inboundSchema = z.object({
3350
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema).optional(),
3351
+ tier: z.number().optional(),
3352
+ price: z.number(),
3353
+ batch: z.number(),
3354
+ threshold: z.number(),
3355
+ name: z.string().optional(),
3356
+ hidden: z.boolean(),
3357
+ disabledAt: z.nullable(z.number()).optional(),
3358
+ enabledAt: z.nullable(z.number()).optional(),
3359
+ });
3360
+ /** @internal */
3361
+ export const StorageRedisTotalDatabases$outboundSchema = z.object({
3362
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema).optional(),
3363
+ tier: z.number().optional(),
3364
+ price: z.number(),
3365
+ batch: z.number(),
3366
+ threshold: z.number(),
3367
+ name: z.string().optional(),
3368
+ hidden: z.boolean(),
3369
+ disabledAt: z.nullable(z.number()).optional(),
3370
+ enabledAt: z.nullable(z.number()).optional(),
3371
+ });
3372
+ /**
3373
+ * @internal
3374
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3375
+ */
3376
+ export var StorageRedisTotalDatabases$;
3377
+ (function (StorageRedisTotalDatabases$) {
3378
+ /** @deprecated use `StorageRedisTotalDatabases$inboundSchema` instead. */
3379
+ StorageRedisTotalDatabases$.inboundSchema = StorageRedisTotalDatabases$inboundSchema;
3380
+ /** @deprecated use `StorageRedisTotalDatabases$outboundSchema` instead. */
3381
+ StorageRedisTotalDatabases$.outboundSchema = StorageRedisTotalDatabases$outboundSchema;
3382
+ })(StorageRedisTotalDatabases$ || (StorageRedisTotalDatabases$ = {}));
3383
+ /** @internal */
3384
+ export const AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema = z.object({
3385
+ defaultUnitPrice: z.string(),
3386
+ dimensionPrices: z.record(z.string()),
3387
+ });
3388
+ /** @internal */
3389
+ export const AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema = z.object({
3390
+ defaultUnitPrice: z.string(),
3391
+ dimensionPrices: z.record(z.string()),
3392
+ });
3393
+ /**
3394
+ * @internal
3395
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3396
+ */
3397
+ export var AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$;
3398
+ (function (AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$) {
3399
+ /** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema` instead. */
3400
+ AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$.inboundSchema = AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema;
3401
+ /** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema` instead. */
3402
+ AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$.outboundSchema = AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema;
3403
+ })(AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ || (AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ = {}));
3404
+ /** @internal */
3405
+ export const WafOwaspExcessBytes$inboundSchema = z.object({
3406
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema).optional(),
3407
+ tier: z.number().optional(),
3408
+ price: z.number(),
3409
+ batch: z.number(),
3410
+ threshold: z.number(),
3411
+ name: z.string().optional(),
3412
+ hidden: z.boolean(),
3413
+ disabledAt: z.nullable(z.number()).optional(),
3414
+ enabledAt: z.nullable(z.number()).optional(),
3415
+ });
3416
+ /** @internal */
3417
+ export const WafOwaspExcessBytes$outboundSchema = z.object({
3418
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema).optional(),
3419
+ tier: z.number().optional(),
3420
+ price: z.number(),
3421
+ batch: z.number(),
3422
+ threshold: z.number(),
3423
+ name: z.string().optional(),
3424
+ hidden: z.boolean(),
3425
+ disabledAt: z.nullable(z.number()).optional(),
3426
+ enabledAt: z.nullable(z.number()).optional(),
3427
+ });
3428
+ /**
3429
+ * @internal
3430
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3431
+ */
3432
+ export var WafOwaspExcessBytes$;
3433
+ (function (WafOwaspExcessBytes$) {
3434
+ /** @deprecated use `WafOwaspExcessBytes$inboundSchema` instead. */
3435
+ WafOwaspExcessBytes$.inboundSchema = WafOwaspExcessBytes$inboundSchema;
3436
+ /** @deprecated use `WafOwaspExcessBytes$outboundSchema` instead. */
3437
+ WafOwaspExcessBytes$.outboundSchema = WafOwaspExcessBytes$outboundSchema;
3438
+ })(WafOwaspExcessBytes$ || (WafOwaspExcessBytes$ = {}));
3439
+ /** @internal */
3440
+ export const AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema = z.object({
3441
+ defaultUnitPrice: z.string(),
3442
+ dimensionPrices: z.record(z.string()),
3443
+ });
3444
+ /** @internal */
3445
+ export const AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema = z.object({
3446
+ defaultUnitPrice: z.string(),
3447
+ dimensionPrices: z.record(z.string()),
3448
+ });
3449
+ /**
3450
+ * @internal
3451
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3452
+ */
3453
+ export var AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$;
3454
+ (function (AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$) {
3455
+ /** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema` instead. */
3456
+ AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$.inboundSchema = AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema;
3457
+ /** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema` instead. */
3458
+ AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$.outboundSchema = AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema;
3459
+ })(AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ || (AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ = {}));
3460
+ /** @internal */
3461
+ export const WafOwaspRequests$inboundSchema = z.object({
3462
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema).optional(),
3463
+ tier: z.number().optional(),
3464
+ price: z.number(),
3465
+ batch: z.number(),
3466
+ threshold: z.number(),
3467
+ name: z.string().optional(),
3468
+ hidden: z.boolean(),
3469
+ disabledAt: z.nullable(z.number()).optional(),
3470
+ enabledAt: z.nullable(z.number()).optional(),
3471
+ });
3472
+ /** @internal */
3473
+ export const WafOwaspRequests$outboundSchema = z.object({
3474
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema).optional(),
3475
+ tier: z.number().optional(),
3476
+ price: z.number(),
3477
+ batch: z.number(),
3478
+ threshold: z.number(),
3479
+ name: z.string().optional(),
3480
+ hidden: z.boolean(),
3481
+ disabledAt: z.nullable(z.number()).optional(),
3482
+ enabledAt: z.nullable(z.number()).optional(),
3483
+ });
3484
+ /**
3485
+ * @internal
3486
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3487
+ */
3488
+ export var WafOwaspRequests$;
3489
+ (function (WafOwaspRequests$) {
3490
+ /** @deprecated use `WafOwaspRequests$inboundSchema` instead. */
3491
+ WafOwaspRequests$.inboundSchema = WafOwaspRequests$inboundSchema;
3492
+ /** @deprecated use `WafOwaspRequests$outboundSchema` instead. */
3493
+ WafOwaspRequests$.outboundSchema = WafOwaspRequests$outboundSchema;
3494
+ })(WafOwaspRequests$ || (WafOwaspRequests$ = {}));
3495
+ /** @internal */
3496
+ export const AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema = z.object({
3497
+ defaultUnitPrice: z.string(),
3498
+ dimensionPrices: z.record(z.string()),
3499
+ });
3500
+ /** @internal */
3501
+ export const AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema = z.object({
3502
+ defaultUnitPrice: z.string(),
3503
+ dimensionPrices: z.record(z.string()),
3504
+ });
3505
+ /**
3506
+ * @internal
3507
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3508
+ */
3509
+ export var AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$;
3510
+ (function (AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$) {
3511
+ /** @deprecated use `AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema` instead. */
3512
+ AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$.inboundSchema = AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema;
3513
+ /** @deprecated use `AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema` instead. */
3514
+ AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$.outboundSchema = AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema;
3515
+ })(AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ || (AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ = {}));
3516
+ /** @internal */
3517
+ export const WebAnalyticsEvent$inboundSchema = z.object({
3518
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema).optional(),
3519
+ tier: z.number().optional(),
3520
+ price: z.number(),
3521
+ batch: z.number(),
3522
+ threshold: z.number(),
3523
+ name: z.string().optional(),
3524
+ hidden: z.boolean(),
3525
+ disabledAt: z.nullable(z.number()).optional(),
3526
+ enabledAt: z.nullable(z.number()).optional(),
3527
+ });
3528
+ /** @internal */
3529
+ export const WebAnalyticsEvent$outboundSchema = z.object({
3530
+ matrix: z.lazy(() => AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema).optional(),
3531
+ tier: z.number().optional(),
3532
+ price: z.number(),
3533
+ batch: z.number(),
3534
+ threshold: z.number(),
3535
+ name: z.string().optional(),
3536
+ hidden: z.boolean(),
3537
+ disabledAt: z.nullable(z.number()).optional(),
3538
+ enabledAt: z.nullable(z.number()).optional(),
3539
+ });
3540
+ /**
3541
+ * @internal
3542
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3543
+ */
3544
+ export var WebAnalyticsEvent$;
3545
+ (function (WebAnalyticsEvent$) {
3546
+ /** @deprecated use `WebAnalyticsEvent$inboundSchema` instead. */
3547
+ WebAnalyticsEvent$.inboundSchema = WebAnalyticsEvent$inboundSchema;
3548
+ /** @deprecated use `WebAnalyticsEvent$outboundSchema` instead. */
3549
+ WebAnalyticsEvent$.outboundSchema = WebAnalyticsEvent$outboundSchema;
3550
+ })(WebAnalyticsEvent$ || (WebAnalyticsEvent$ = {}));
3551
+ /** @internal */
3552
+ export const InvoiceItems$inboundSchema = z.object({
3553
+ concurrentBuilds: z.lazy(() => ConcurrentBuilds$inboundSchema).optional(),
3554
+ webAnalytics: z.lazy(() => AuthUserWebAnalytics$inboundSchema).optional(),
3555
+ pro: z.lazy(() => Pro$inboundSchema).optional(),
3556
+ enterprise: z.lazy(() => Enterprise$inboundSchema).optional(),
3557
+ analytics: z.lazy(() => Analytics$inboundSchema).optional(),
3558
+ developerExperiencePlatform: z.lazy(() => DeveloperExperiencePlatform$inboundSchema).optional(),
3559
+ includedAllocationMiu: z.lazy(() => IncludedAllocationMiu$inboundSchema)
3560
+ .optional(),
3561
+ managedInfrastructureCommitment: z.lazy(() => ManagedInfrastructureCommitment$inboundSchema).optional(),
3562
+ monitoring: z.lazy(() => Monitoring$inboundSchema).optional(),
3563
+ passwordProtection: z.lazy(() => PasswordProtection$inboundSchema).optional(),
3564
+ previewDeploymentSuffix: z.lazy(() => PreviewDeploymentSuffix$inboundSchema)
3565
+ .optional(),
3566
+ saml: z.lazy(() => AuthUserSaml$inboundSchema).optional(),
3567
+ teamSeats: z.lazy(() => TeamSeats$inboundSchema).optional(),
3568
+ vercelMarketplace: z.lazy(() => VercelMarketplace$inboundSchema).optional(),
3569
+ analyticsUsage: z.lazy(() => AnalyticsUsage$inboundSchema).optional(),
3570
+ artifacts: z.lazy(() => Artifacts$inboundSchema).optional(),
3571
+ bandwidth: z.lazy(() => Bandwidth$inboundSchema).optional(),
3572
+ blobStores: z.lazy(() => BlobStores$inboundSchema).optional(),
3573
+ blobTotalAdvancedRequests: z.lazy(() => BlobTotalAdvancedRequests$inboundSchema).optional(),
3574
+ blobTotalAvgSizeInBytes: z.lazy(() => BlobTotalAvgSizeInBytes$inboundSchema)
3575
+ .optional(),
3576
+ blobTotalGetResponseObjectSizeInBytes: z.lazy(() => BlobTotalGetResponseObjectSizeInBytes$inboundSchema).optional(),
3577
+ blobTotalSimpleRequests: z.lazy(() => BlobTotalSimpleRequests$inboundSchema)
3578
+ .optional(),
3579
+ buildMinute: z.lazy(() => BuildMinute$inboundSchema).optional(),
3580
+ dataCacheRead: z.lazy(() => DataCacheRead$inboundSchema).optional(),
3581
+ dataCacheRevalidation: z.lazy(() => DataCacheRevalidation$inboundSchema)
3582
+ .optional(),
3583
+ dataCacheWrite: z.lazy(() => DataCacheWrite$inboundSchema).optional(),
3584
+ edgeConfigRead: z.lazy(() => EdgeConfigRead$inboundSchema).optional(),
3585
+ edgeConfigWrite: z.lazy(() => EdgeConfigWrite$inboundSchema).optional(),
3586
+ edgeFunctionExecutionUnits: z.lazy(() => EdgeFunctionExecutionUnits$inboundSchema).optional(),
3587
+ edgeMiddlewareInvocations: z.lazy(() => EdgeMiddlewareInvocations$inboundSchema).optional(),
3588
+ edgeRequest: z.lazy(() => EdgeRequest$inboundSchema).optional(),
3589
+ edgeRequestAdditionalCpuDuration: z.lazy(() => EdgeRequestAdditionalCpuDuration$inboundSchema).optional(),
3590
+ fastDataTransfer: z.lazy(() => FastDataTransfer$inboundSchema).optional(),
3591
+ fastOriginTransfer: z.lazy(() => FastOriginTransfer$inboundSchema).optional(),
3592
+ functionDuration: z.lazy(() => FunctionDuration$inboundSchema).optional(),
3593
+ functionInvocation: z.lazy(() => FunctionInvocation$inboundSchema).optional(),
3594
+ logDrainsVolume: z.lazy(() => LogDrainsVolume$inboundSchema).optional(),
3595
+ monitoringMetric: z.lazy(() => MonitoringMetric$inboundSchema).optional(),
3596
+ postgresComputeTime: z.lazy(() => PostgresComputeTime$inboundSchema)
3597
+ .optional(),
3598
+ postgresDataStorage: z.lazy(() => PostgresDataStorage$inboundSchema)
3599
+ .optional(),
3600
+ postgresDataTransfer: z.lazy(() => PostgresDataTransfer$inboundSchema)
3601
+ .optional(),
3602
+ postgresDatabase: z.lazy(() => PostgresDatabase$inboundSchema).optional(),
3603
+ postgresWrittenData: z.lazy(() => PostgresWrittenData$inboundSchema)
3604
+ .optional(),
3605
+ serverlessFunctionExecution: z.lazy(() => ServerlessFunctionExecution$inboundSchema).optional(),
3606
+ sourceImages: z.lazy(() => SourceImages$inboundSchema).optional(),
3607
+ storageRedisTotalBandwidthInBytes: z.lazy(() => StorageRedisTotalBandwidthInBytes$inboundSchema).optional(),
3608
+ storageRedisTotalCommands: z.lazy(() => StorageRedisTotalCommands$inboundSchema).optional(),
3609
+ storageRedisTotalDailyAvgStorageInBytes: z.lazy(() => StorageRedisTotalDailyAvgStorageInBytes$inboundSchema).optional(),
3610
+ storageRedisTotalDatabases: z.lazy(() => StorageRedisTotalDatabases$inboundSchema).optional(),
3611
+ wafOwaspExcessBytes: z.lazy(() => WafOwaspExcessBytes$inboundSchema)
3612
+ .optional(),
3613
+ wafOwaspRequests: z.lazy(() => WafOwaspRequests$inboundSchema).optional(),
3614
+ webAnalyticsEvent: z.lazy(() => WebAnalyticsEvent$inboundSchema).optional(),
3615
+ });
3616
+ /** @internal */
3617
+ export const InvoiceItems$outboundSchema = z.object({
3618
+ concurrentBuilds: z.lazy(() => ConcurrentBuilds$outboundSchema).optional(),
3619
+ webAnalytics: z.lazy(() => AuthUserWebAnalytics$outboundSchema).optional(),
3620
+ pro: z.lazy(() => Pro$outboundSchema).optional(),
3621
+ enterprise: z.lazy(() => Enterprise$outboundSchema).optional(),
3622
+ analytics: z.lazy(() => Analytics$outboundSchema).optional(),
3623
+ developerExperiencePlatform: z.lazy(() => DeveloperExperiencePlatform$outboundSchema).optional(),
3624
+ includedAllocationMiu: z.lazy(() => IncludedAllocationMiu$outboundSchema)
3625
+ .optional(),
3626
+ managedInfrastructureCommitment: z.lazy(() => ManagedInfrastructureCommitment$outboundSchema).optional(),
3627
+ monitoring: z.lazy(() => Monitoring$outboundSchema).optional(),
3628
+ passwordProtection: z.lazy(() => PasswordProtection$outboundSchema)
3629
+ .optional(),
3630
+ previewDeploymentSuffix: z.lazy(() => PreviewDeploymentSuffix$outboundSchema)
3631
+ .optional(),
3632
+ saml: z.lazy(() => AuthUserSaml$outboundSchema).optional(),
3633
+ teamSeats: z.lazy(() => TeamSeats$outboundSchema).optional(),
3634
+ vercelMarketplace: z.lazy(() => VercelMarketplace$outboundSchema).optional(),
3635
+ analyticsUsage: z.lazy(() => AnalyticsUsage$outboundSchema).optional(),
3636
+ artifacts: z.lazy(() => Artifacts$outboundSchema).optional(),
3637
+ bandwidth: z.lazy(() => Bandwidth$outboundSchema).optional(),
3638
+ blobStores: z.lazy(() => BlobStores$outboundSchema).optional(),
3639
+ blobTotalAdvancedRequests: z.lazy(() => BlobTotalAdvancedRequests$outboundSchema).optional(),
3640
+ blobTotalAvgSizeInBytes: z.lazy(() => BlobTotalAvgSizeInBytes$outboundSchema)
3641
+ .optional(),
3642
+ blobTotalGetResponseObjectSizeInBytes: z.lazy(() => BlobTotalGetResponseObjectSizeInBytes$outboundSchema).optional(),
3643
+ blobTotalSimpleRequests: z.lazy(() => BlobTotalSimpleRequests$outboundSchema)
3644
+ .optional(),
3645
+ buildMinute: z.lazy(() => BuildMinute$outboundSchema).optional(),
3646
+ dataCacheRead: z.lazy(() => DataCacheRead$outboundSchema).optional(),
3647
+ dataCacheRevalidation: z.lazy(() => DataCacheRevalidation$outboundSchema)
3648
+ .optional(),
3649
+ dataCacheWrite: z.lazy(() => DataCacheWrite$outboundSchema).optional(),
3650
+ edgeConfigRead: z.lazy(() => EdgeConfigRead$outboundSchema).optional(),
3651
+ edgeConfigWrite: z.lazy(() => EdgeConfigWrite$outboundSchema).optional(),
3652
+ edgeFunctionExecutionUnits: z.lazy(() => EdgeFunctionExecutionUnits$outboundSchema).optional(),
3653
+ edgeMiddlewareInvocations: z.lazy(() => EdgeMiddlewareInvocations$outboundSchema).optional(),
3654
+ edgeRequest: z.lazy(() => EdgeRequest$outboundSchema).optional(),
3655
+ edgeRequestAdditionalCpuDuration: z.lazy(() => EdgeRequestAdditionalCpuDuration$outboundSchema).optional(),
3656
+ fastDataTransfer: z.lazy(() => FastDataTransfer$outboundSchema).optional(),
3657
+ fastOriginTransfer: z.lazy(() => FastOriginTransfer$outboundSchema)
3658
+ .optional(),
3659
+ functionDuration: z.lazy(() => FunctionDuration$outboundSchema).optional(),
3660
+ functionInvocation: z.lazy(() => FunctionInvocation$outboundSchema)
3661
+ .optional(),
3662
+ logDrainsVolume: z.lazy(() => LogDrainsVolume$outboundSchema).optional(),
3663
+ monitoringMetric: z.lazy(() => MonitoringMetric$outboundSchema).optional(),
3664
+ postgresComputeTime: z.lazy(() => PostgresComputeTime$outboundSchema)
3665
+ .optional(),
3666
+ postgresDataStorage: z.lazy(() => PostgresDataStorage$outboundSchema)
3667
+ .optional(),
3668
+ postgresDataTransfer: z.lazy(() => PostgresDataTransfer$outboundSchema)
3669
+ .optional(),
3670
+ postgresDatabase: z.lazy(() => PostgresDatabase$outboundSchema).optional(),
3671
+ postgresWrittenData: z.lazy(() => PostgresWrittenData$outboundSchema)
3672
+ .optional(),
3673
+ serverlessFunctionExecution: z.lazy(() => ServerlessFunctionExecution$outboundSchema).optional(),
3674
+ sourceImages: z.lazy(() => SourceImages$outboundSchema).optional(),
3675
+ storageRedisTotalBandwidthInBytes: z.lazy(() => StorageRedisTotalBandwidthInBytes$outboundSchema).optional(),
3676
+ storageRedisTotalCommands: z.lazy(() => StorageRedisTotalCommands$outboundSchema).optional(),
3677
+ storageRedisTotalDailyAvgStorageInBytes: z.lazy(() => StorageRedisTotalDailyAvgStorageInBytes$outboundSchema).optional(),
3678
+ storageRedisTotalDatabases: z.lazy(() => StorageRedisTotalDatabases$outboundSchema).optional(),
3679
+ wafOwaspExcessBytes: z.lazy(() => WafOwaspExcessBytes$outboundSchema)
3680
+ .optional(),
3681
+ wafOwaspRequests: z.lazy(() => WafOwaspRequests$outboundSchema).optional(),
3682
+ webAnalyticsEvent: z.lazy(() => WebAnalyticsEvent$outboundSchema).optional(),
3683
+ });
3684
+ /**
3685
+ * @internal
3686
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3687
+ */
3688
+ export var InvoiceItems$;
3689
+ (function (InvoiceItems$) {
3690
+ /** @deprecated use `InvoiceItems$inboundSchema` instead. */
3691
+ InvoiceItems$.inboundSchema = InvoiceItems$inboundSchema;
3692
+ /** @deprecated use `InvoiceItems$outboundSchema` instead. */
3693
+ InvoiceItems$.outboundSchema = InvoiceItems$outboundSchema;
3694
+ })(InvoiceItems$ || (InvoiceItems$ = {}));
3695
+ /** @internal */
3696
+ export const InvoiceSettings$inboundSchema = z.object({
3697
+ footer: z.string().optional(),
3698
+ });
3699
+ /** @internal */
3700
+ export const InvoiceSettings$outboundSchema = z.object({
3701
+ footer: z.string().optional(),
3702
+ });
3703
+ /**
3704
+ * @internal
3705
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3706
+ */
3707
+ export var InvoiceSettings$;
3708
+ (function (InvoiceSettings$) {
3709
+ /** @deprecated use `InvoiceSettings$inboundSchema` instead. */
3710
+ InvoiceSettings$.inboundSchema = InvoiceSettings$inboundSchema;
3711
+ /** @deprecated use `InvoiceSettings$outboundSchema` instead. */
3712
+ InvoiceSettings$.outboundSchema = InvoiceSettings$outboundSchema;
3713
+ })(InvoiceSettings$ || (InvoiceSettings$ = {}));
3714
+ /** @internal */
3715
+ export const AuthUserTrial$inboundSchema = z.object({
3716
+ start: z.number(),
3717
+ end: z.number(),
3718
+ });
3719
+ /** @internal */
3720
+ export const AuthUserTrial$outboundSchema = z.object({
3721
+ start: z.number(),
3722
+ end: z.number(),
3723
+ });
3724
+ /**
3725
+ * @internal
3726
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3727
+ */
3728
+ export var AuthUserTrial$;
3729
+ (function (AuthUserTrial$) {
3730
+ /** @deprecated use `AuthUserTrial$inboundSchema` instead. */
3731
+ AuthUserTrial$.inboundSchema = AuthUserTrial$inboundSchema;
3732
+ /** @deprecated use `AuthUserTrial$outboundSchema` instead. */
3733
+ AuthUserTrial$.outboundSchema = AuthUserTrial$outboundSchema;
3734
+ })(AuthUserTrial$ || (AuthUserTrial$ = {}));
3735
+ /** @internal */
3736
+ export const AuthUserPeriod$inboundSchema = z.object({
3737
+ start: z.number(),
3738
+ end: z.number(),
3739
+ });
3740
+ /** @internal */
3741
+ export const AuthUserPeriod$outboundSchema = z.object({
3742
+ start: z.number(),
3743
+ end: z.number(),
3744
+ });
3745
+ /**
3746
+ * @internal
3747
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3748
+ */
3749
+ export var AuthUserPeriod$;
3750
+ (function (AuthUserPeriod$) {
3751
+ /** @deprecated use `AuthUserPeriod$inboundSchema` instead. */
3752
+ AuthUserPeriod$.inboundSchema = AuthUserPeriod$inboundSchema;
3753
+ /** @deprecated use `AuthUserPeriod$outboundSchema` instead. */
3754
+ AuthUserPeriod$.outboundSchema = AuthUserPeriod$outboundSchema;
3755
+ })(AuthUserPeriod$ || (AuthUserPeriod$ = {}));
3756
+ /** @internal */
3757
+ export const Interval$inboundSchema = z
3758
+ .nativeEnum(Interval);
3759
+ /** @internal */
3760
+ export const Interval$outboundSchema = Interval$inboundSchema;
3761
+ /**
3762
+ * @internal
3763
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3764
+ */
3765
+ export var Interval$;
3766
+ (function (Interval$) {
3767
+ /** @deprecated use `Interval$inboundSchema` instead. */
3768
+ Interval$.inboundSchema = Interval$inboundSchema;
3769
+ /** @deprecated use `Interval$outboundSchema` instead. */
3770
+ Interval$.outboundSchema = Interval$outboundSchema;
3771
+ })(Interval$ || (Interval$ = {}));
3772
+ /** @internal */
3773
+ export const Frequency$inboundSchema = z.object({
3774
+ interval: Interval$inboundSchema,
3775
+ intervalCount: z.number(),
3776
+ });
3777
+ /** @internal */
3778
+ export const Frequency$outboundSchema = z.object({
3779
+ interval: Interval$outboundSchema,
3780
+ intervalCount: z.number(),
3781
+ });
3782
+ /**
3783
+ * @internal
3784
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3785
+ */
3786
+ export var Frequency$;
3787
+ (function (Frequency$) {
3788
+ /** @deprecated use `Frequency$inboundSchema` instead. */
3789
+ Frequency$.inboundSchema = Frequency$inboundSchema;
3790
+ /** @deprecated use `Frequency$outboundSchema` instead. */
3791
+ Frequency$.outboundSchema = Frequency$outboundSchema;
3792
+ })(Frequency$ || (Frequency$ = {}));
3793
+ /** @internal */
3794
+ export const Duration$inboundSchema = z
3795
+ .nativeEnum(Duration);
3796
+ /** @internal */
3797
+ export const Duration$outboundSchema = Duration$inboundSchema;
3798
+ /**
3799
+ * @internal
3800
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3801
+ */
3802
+ export var Duration$;
3803
+ (function (Duration$) {
3804
+ /** @deprecated use `Duration$inboundSchema` instead. */
3805
+ Duration$.inboundSchema = Duration$inboundSchema;
3806
+ /** @deprecated use `Duration$outboundSchema` instead. */
3807
+ Duration$.outboundSchema = Duration$outboundSchema;
3808
+ })(Duration$ || (Duration$ = {}));
3809
+ /** @internal */
3810
+ export const Coupon$inboundSchema = z
3811
+ .object({
3812
+ id: z.string(),
3813
+ name: z.nullable(z.string()),
3814
+ amountOff: z.nullable(z.number()),
3815
+ percentageOff: z.nullable(z.number()),
3816
+ durationInMonths: z.nullable(z.number()),
3817
+ duration: Duration$inboundSchema,
3818
+ });
3819
+ /** @internal */
3820
+ export const Coupon$outboundSchema = z.object({
3821
+ id: z.string(),
3822
+ name: z.nullable(z.string()),
3823
+ amountOff: z.nullable(z.number()),
3824
+ percentageOff: z.nullable(z.number()),
3825
+ durationInMonths: z.nullable(z.number()),
3826
+ duration: Duration$outboundSchema,
3827
+ });
3828
+ /**
3829
+ * @internal
3830
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3831
+ */
3832
+ export var Coupon$;
3833
+ (function (Coupon$) {
3834
+ /** @deprecated use `Coupon$inboundSchema` instead. */
3835
+ Coupon$.inboundSchema = Coupon$inboundSchema;
3836
+ /** @deprecated use `Coupon$outboundSchema` instead. */
3837
+ Coupon$.outboundSchema = Coupon$outboundSchema;
3838
+ })(Coupon$ || (Coupon$ = {}));
3839
+ /** @internal */
3840
+ export const Discount$inboundSchema = z.object({
3841
+ id: z.string(),
3842
+ coupon: z.lazy(() => Coupon$inboundSchema),
3843
+ });
3844
+ /** @internal */
3845
+ export const Discount$outboundSchema = z.object({
3846
+ id: z.string(),
3847
+ coupon: z.lazy(() => Coupon$outboundSchema),
3848
+ });
3849
+ /**
3850
+ * @internal
3851
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3852
+ */
3853
+ export var Discount$;
3854
+ (function (Discount$) {
3855
+ /** @deprecated use `Discount$inboundSchema` instead. */
3856
+ Discount$.inboundSchema = Discount$inboundSchema;
3857
+ /** @deprecated use `Discount$outboundSchema` instead. */
3858
+ Discount$.outboundSchema = Discount$outboundSchema;
3859
+ })(Discount$ || (Discount$ = {}));
3860
+ /** @internal */
3861
+ export const Items$inboundSchema = z
3862
+ .object({
3863
+ id: z.string(),
3864
+ priceId: z.string(),
3865
+ productId: z.string(),
3866
+ amount: z.number(),
3867
+ quantity: z.number(),
3868
+ });
3869
+ /** @internal */
3870
+ export const Items$outboundSchema = z.object({
3871
+ id: z.string(),
3872
+ priceId: z.string(),
3873
+ productId: z.string(),
3874
+ amount: z.number(),
3875
+ quantity: z.number(),
3876
+ });
3877
+ /**
3878
+ * @internal
3879
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3880
+ */
3881
+ export var Items$;
3882
+ (function (Items$) {
3883
+ /** @deprecated use `Items$inboundSchema` instead. */
3884
+ Items$.inboundSchema = Items$inboundSchema;
3885
+ /** @deprecated use `Items$outboundSchema` instead. */
3886
+ Items$.outboundSchema = Items$outboundSchema;
3887
+ })(Items$ || (Items$ = {}));
3888
+ /** @internal */
3889
+ export const Subscriptions$inboundSchema = z.object({
3890
+ id: z.string(),
3891
+ trial: z.nullable(z.lazy(() => AuthUserTrial$inboundSchema)),
3892
+ period: z.lazy(() => AuthUserPeriod$inboundSchema),
3893
+ frequency: z.lazy(() => Frequency$inboundSchema),
3894
+ discount: z.nullable(z.lazy(() => Discount$inboundSchema)),
3895
+ items: z.array(z.lazy(() => Items$inboundSchema)),
3896
+ });
3897
+ /** @internal */
3898
+ export const Subscriptions$outboundSchema = z.object({
3899
+ id: z.string(),
3900
+ trial: z.nullable(z.lazy(() => AuthUserTrial$outboundSchema)),
3901
+ period: z.lazy(() => AuthUserPeriod$outboundSchema),
3902
+ frequency: z.lazy(() => Frequency$outboundSchema),
3903
+ discount: z.nullable(z.lazy(() => Discount$outboundSchema)),
3904
+ items: z.array(z.lazy(() => Items$outboundSchema)),
3905
+ });
3906
+ /**
3907
+ * @internal
3908
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3909
+ */
3910
+ export var Subscriptions$;
3911
+ (function (Subscriptions$) {
3912
+ /** @deprecated use `Subscriptions$inboundSchema` instead. */
3913
+ Subscriptions$.inboundSchema = Subscriptions$inboundSchema;
3914
+ /** @deprecated use `Subscriptions$outboundSchema` instead. */
3915
+ Subscriptions$.outboundSchema = Subscriptions$outboundSchema;
3916
+ })(Subscriptions$ || (Subscriptions$ = {}));
3917
+ /** @internal */
3918
+ export const Controls$inboundSchema = z.object({
3919
+ analyticsSampleRateInPercent: z.nullable(z.number()).optional(),
3920
+ analyticsSpendLimitInDollars: z.nullable(z.number()).optional(),
3921
+ });
3922
+ /** @internal */
3923
+ export const Controls$outboundSchema = z.object({
3924
+ analyticsSampleRateInPercent: z.nullable(z.number()).optional(),
3925
+ analyticsSpendLimitInDollars: z.nullable(z.number()).optional(),
3926
+ });
3927
+ /**
3928
+ * @internal
3929
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3930
+ */
3931
+ export var Controls$;
3932
+ (function (Controls$) {
3933
+ /** @deprecated use `Controls$inboundSchema` instead. */
3934
+ Controls$.inboundSchema = Controls$inboundSchema;
3935
+ /** @deprecated use `Controls$outboundSchema` instead. */
3936
+ Controls$.outboundSchema = Controls$outboundSchema;
3937
+ })(Controls$ || (Controls$ = {}));
3938
+ /** @internal */
3939
+ export const Status$inboundSchema = z
3940
+ .nativeEnum(Status);
3941
+ /** @internal */
3942
+ export const Status$outboundSchema = Status$inboundSchema;
3943
+ /**
3944
+ * @internal
3945
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3946
+ */
3947
+ export var Status$;
3948
+ (function (Status$) {
3949
+ /** @deprecated use `Status$inboundSchema` instead. */
3950
+ Status$.inboundSchema = Status$inboundSchema;
3951
+ /** @deprecated use `Status$outboundSchema` instead. */
3952
+ Status$.outboundSchema = Status$outboundSchema;
3953
+ })(Status$ || (Status$ = {}));
3954
+ /** @internal */
3955
+ export const PricingExperiment$inboundSchema = z.nativeEnum(PricingExperiment);
3956
+ /** @internal */
3957
+ export const PricingExperiment$outboundSchema = PricingExperiment$inboundSchema;
3958
+ /**
3959
+ * @internal
3960
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3961
+ */
3962
+ export var PricingExperiment$;
3963
+ (function (PricingExperiment$) {
3964
+ /** @deprecated use `PricingExperiment$inboundSchema` instead. */
3965
+ PricingExperiment$.inboundSchema = PricingExperiment$inboundSchema;
3966
+ /** @deprecated use `PricingExperiment$outboundSchema` instead. */
3967
+ PricingExperiment$.outboundSchema = PricingExperiment$outboundSchema;
3968
+ })(PricingExperiment$ || (PricingExperiment$ = {}));
3969
+ /** @internal */
3970
+ export const AwsMarketplace$inboundSchema = z.object({
3971
+ productCode: z.string(),
3972
+ offerId: z.string().optional(),
3973
+ customerId: z.string(),
3974
+ });
3975
+ /** @internal */
3976
+ export const AwsMarketplace$outboundSchema = z.object({
3977
+ productCode: z.string(),
3978
+ offerId: z.string().optional(),
3979
+ customerId: z.string(),
3980
+ });
3981
+ /**
3982
+ * @internal
3983
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3984
+ */
3985
+ export var AwsMarketplace$;
3986
+ (function (AwsMarketplace$) {
3987
+ /** @deprecated use `AwsMarketplace$inboundSchema` instead. */
3988
+ AwsMarketplace$.inboundSchema = AwsMarketplace$inboundSchema;
3989
+ /** @deprecated use `AwsMarketplace$outboundSchema` instead. */
3990
+ AwsMarketplace$.outboundSchema = AwsMarketplace$outboundSchema;
3991
+ })(AwsMarketplace$ || (AwsMarketplace$ = {}));
3992
+ /** @internal */
3993
+ export const Billing$inboundSchema = z.object({
3994
+ currency: Currency$inboundSchema.optional(),
3995
+ cancelation: z.nullable(z.number()).optional(),
3996
+ period: z.nullable(z.lazy(() => Period$inboundSchema)),
3997
+ contract: z.nullable(z.lazy(() => Contract$inboundSchema)).optional(),
3998
+ plan: Plan$inboundSchema,
3999
+ planIteration: z.string().optional(),
4000
+ platform: Platform$inboundSchema.optional(),
4001
+ orbCustomerId: z.string().optional(),
4002
+ syncedAt: z.number().optional(),
4003
+ programType: ProgramType$inboundSchema.optional(),
4004
+ trial: z.nullable(z.lazy(() => Trial$inboundSchema)).optional(),
4005
+ email: z.nullable(z.string()).optional(),
4006
+ tax: z.nullable(z.lazy(() => Tax$inboundSchema)).optional(),
4007
+ language: z.nullable(z.string()).optional(),
4008
+ address: z.nullable(z.lazy(() => Address$inboundSchema)).optional(),
4009
+ name: z.nullable(z.string()).optional(),
4010
+ invoiceItems: z.nullable(z.lazy(() => InvoiceItems$inboundSchema))
4011
+ .optional(),
4012
+ invoiceSettings: z.lazy(() => InvoiceSettings$inboundSchema).optional(),
4013
+ subscriptions: z.nullable(z.array(z.lazy(() => Subscriptions$inboundSchema))).optional(),
4014
+ controls: z.nullable(z.lazy(() => Controls$inboundSchema)).optional(),
4015
+ purchaseOrder: z.nullable(z.string()).optional(),
4016
+ status: Status$inboundSchema.optional(),
4017
+ pricingExperiment: PricingExperiment$inboundSchema.optional(),
4018
+ orbMigrationScheduledAt: z.nullable(z.number()).optional(),
4019
+ forceOrbMigration: z.nullable(z.boolean()).optional(),
4020
+ awsMarketplace: z.nullable(z.lazy(() => AwsMarketplace$inboundSchema))
4021
+ .optional(),
4022
+ reseller: z.string().optional(),
4023
+ });
4024
+ /** @internal */
4025
+ export const Billing$outboundSchema = z.object({
4026
+ currency: Currency$outboundSchema.optional(),
4027
+ cancelation: z.nullable(z.number()).optional(),
4028
+ period: z.nullable(z.lazy(() => Period$outboundSchema)),
4029
+ contract: z.nullable(z.lazy(() => Contract$outboundSchema)).optional(),
4030
+ plan: Plan$outboundSchema,
4031
+ planIteration: z.string().optional(),
4032
+ platform: Platform$outboundSchema.optional(),
4033
+ orbCustomerId: z.string().optional(),
4034
+ syncedAt: z.number().optional(),
4035
+ programType: ProgramType$outboundSchema.optional(),
4036
+ trial: z.nullable(z.lazy(() => Trial$outboundSchema)).optional(),
4037
+ email: z.nullable(z.string()).optional(),
4038
+ tax: z.nullable(z.lazy(() => Tax$outboundSchema)).optional(),
4039
+ language: z.nullable(z.string()).optional(),
4040
+ address: z.nullable(z.lazy(() => Address$outboundSchema)).optional(),
4041
+ name: z.nullable(z.string()).optional(),
4042
+ invoiceItems: z.nullable(z.lazy(() => InvoiceItems$outboundSchema))
4043
+ .optional(),
4044
+ invoiceSettings: z.lazy(() => InvoiceSettings$outboundSchema).optional(),
4045
+ subscriptions: z.nullable(z.array(z.lazy(() => Subscriptions$outboundSchema)))
4046
+ .optional(),
4047
+ controls: z.nullable(z.lazy(() => Controls$outboundSchema)).optional(),
4048
+ purchaseOrder: z.nullable(z.string()).optional(),
4049
+ status: Status$outboundSchema.optional(),
4050
+ pricingExperiment: PricingExperiment$outboundSchema.optional(),
4051
+ orbMigrationScheduledAt: z.nullable(z.number()).optional(),
4052
+ forceOrbMigration: z.nullable(z.boolean()).optional(),
4053
+ awsMarketplace: z.nullable(z.lazy(() => AwsMarketplace$outboundSchema))
4054
+ .optional(),
4055
+ reseller: z.string().optional(),
4056
+ });
4057
+ /**
4058
+ * @internal
4059
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4060
+ */
4061
+ export var Billing$;
4062
+ (function (Billing$) {
4063
+ /** @deprecated use `Billing$inboundSchema` instead. */
4064
+ Billing$.inboundSchema = Billing$inboundSchema;
4065
+ /** @deprecated use `Billing$outboundSchema` instead. */
4066
+ Billing$.outboundSchema = Billing$outboundSchema;
4067
+ })(Billing$ || (Billing$ = {}));
4068
+ /** @internal */
4069
+ export const ResourceConfig$inboundSchema = z.object({
4070
+ blobStores: z.number().optional(),
4071
+ nodeType: z.string().optional(),
4072
+ concurrentBuilds: z.number().optional(),
4073
+ awsAccountType: z.string().optional(),
4074
+ awsAccountIds: z.array(z.string()).optional(),
4075
+ cfZoneName: z.string().optional(),
4076
+ imageOptimizationType: z.string().optional(),
4077
+ edgeConfigs: z.number().optional(),
4078
+ edgeConfigSize: z.number().optional(),
4079
+ edgeFunctionMaxSizeBytes: z.number().optional(),
4080
+ edgeFunctionExecutionTimeoutMs: z.number().optional(),
4081
+ serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
4082
+ kvDatabases: z.number().optional(),
4083
+ postgresDatabases: z.number().optional(),
4084
+ integrationStores: z.number().optional(),
4085
+ cronJobs: z.number().optional(),
4086
+ cronJobsPerProject: z.number().optional(),
4087
+ });
4088
+ /** @internal */
4089
+ export const ResourceConfig$outboundSchema = z.object({
4090
+ blobStores: z.number().optional(),
4091
+ nodeType: z.string().optional(),
4092
+ concurrentBuilds: z.number().optional(),
4093
+ awsAccountType: z.string().optional(),
4094
+ awsAccountIds: z.array(z.string()).optional(),
4095
+ cfZoneName: z.string().optional(),
4096
+ imageOptimizationType: z.string().optional(),
4097
+ edgeConfigs: z.number().optional(),
4098
+ edgeConfigSize: z.number().optional(),
4099
+ edgeFunctionMaxSizeBytes: z.number().optional(),
4100
+ edgeFunctionExecutionTimeoutMs: z.number().optional(),
4101
+ serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
4102
+ kvDatabases: z.number().optional(),
4103
+ postgresDatabases: z.number().optional(),
4104
+ integrationStores: z.number().optional(),
4105
+ cronJobs: z.number().optional(),
4106
+ cronJobsPerProject: z.number().optional(),
4107
+ });
4108
+ /**
4109
+ * @internal
4110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4111
+ */
4112
+ export var ResourceConfig$;
4113
+ (function (ResourceConfig$) {
4114
+ /** @deprecated use `ResourceConfig$inboundSchema` instead. */
4115
+ ResourceConfig$.inboundSchema = ResourceConfig$inboundSchema;
4116
+ /** @deprecated use `ResourceConfig$outboundSchema` instead. */
4117
+ ResourceConfig$.outboundSchema = ResourceConfig$outboundSchema;
4118
+ })(ResourceConfig$ || (ResourceConfig$ = {}));
4119
+ /** @internal */
4120
+ export const ViewPreference$inboundSchema = z.nativeEnum(ViewPreference);
4121
+ /** @internal */
4122
+ export const ViewPreference$outboundSchema = ViewPreference$inboundSchema;
4123
+ /**
4124
+ * @internal
4125
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4126
+ */
4127
+ export var ViewPreference$;
4128
+ (function (ViewPreference$) {
4129
+ /** @deprecated use `ViewPreference$inboundSchema` instead. */
4130
+ ViewPreference$.inboundSchema = ViewPreference$inboundSchema;
4131
+ /** @deprecated use `ViewPreference$outboundSchema` instead. */
4132
+ ViewPreference$.outboundSchema = ViewPreference$outboundSchema;
4133
+ })(ViewPreference$ || (ViewPreference$ = {}));
4134
+ /** @internal */
4135
+ export const FavoritesViewPreference$inboundSchema = z.nativeEnum(FavoritesViewPreference);
4136
+ /** @internal */
4137
+ export const FavoritesViewPreference$outboundSchema = FavoritesViewPreference$inboundSchema;
4138
+ /**
4139
+ * @internal
4140
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4141
+ */
4142
+ export var FavoritesViewPreference$;
4143
+ (function (FavoritesViewPreference$) {
4144
+ /** @deprecated use `FavoritesViewPreference$inboundSchema` instead. */
4145
+ FavoritesViewPreference$.inboundSchema = FavoritesViewPreference$inboundSchema;
4146
+ /** @deprecated use `FavoritesViewPreference$outboundSchema` instead. */
4147
+ FavoritesViewPreference$.outboundSchema = FavoritesViewPreference$outboundSchema;
4148
+ })(FavoritesViewPreference$ || (FavoritesViewPreference$ = {}));
4149
+ /** @internal */
4150
+ export const RecentsViewPreference$inboundSchema = z.nativeEnum(RecentsViewPreference);
4151
+ /** @internal */
4152
+ export const RecentsViewPreference$outboundSchema = RecentsViewPreference$inboundSchema;
4153
+ /**
4154
+ * @internal
4155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4156
+ */
4157
+ export var RecentsViewPreference$;
4158
+ (function (RecentsViewPreference$) {
4159
+ /** @deprecated use `RecentsViewPreference$inboundSchema` instead. */
4160
+ RecentsViewPreference$.inboundSchema = RecentsViewPreference$inboundSchema;
4161
+ /** @deprecated use `RecentsViewPreference$outboundSchema` instead. */
4162
+ RecentsViewPreference$.outboundSchema = RecentsViewPreference$outboundSchema;
4163
+ })(RecentsViewPreference$ || (RecentsViewPreference$ = {}));
4164
+ /** @internal */
4165
+ export const ActiveDashboardViews$inboundSchema = z.object({
4166
+ scopeId: z.string(),
4167
+ viewPreference: ViewPreference$inboundSchema.optional(),
4168
+ favoritesViewPreference: FavoritesViewPreference$inboundSchema.optional(),
4169
+ recentsViewPreference: RecentsViewPreference$inboundSchema.optional(),
4170
+ });
4171
+ /** @internal */
4172
+ export const ActiveDashboardViews$outboundSchema = z.object({
4173
+ scopeId: z.string(),
4174
+ viewPreference: ViewPreference$outboundSchema.optional(),
4175
+ favoritesViewPreference: FavoritesViewPreference$outboundSchema.optional(),
4176
+ recentsViewPreference: RecentsViewPreference$outboundSchema.optional(),
4177
+ });
4178
+ /**
4179
+ * @internal
4180
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4181
+ */
4182
+ export var ActiveDashboardViews$;
4183
+ (function (ActiveDashboardViews$) {
4184
+ /** @deprecated use `ActiveDashboardViews$inboundSchema` instead. */
4185
+ ActiveDashboardViews$.inboundSchema = ActiveDashboardViews$inboundSchema;
4186
+ /** @deprecated use `ActiveDashboardViews$outboundSchema` instead. */
4187
+ ActiveDashboardViews$.outboundSchema = ActiveDashboardViews$outboundSchema;
4188
+ })(ActiveDashboardViews$ || (ActiveDashboardViews$ = {}));
4189
+ /** @internal */
4190
+ export const ImportFlowGitNamespace$inboundSchema = z.union([z.string(), z.number()]);
4191
+ /** @internal */
4192
+ export const ImportFlowGitNamespace$outboundSchema = z.union([z.string(), z.number()]);
4193
+ /**
4194
+ * @internal
4195
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4196
+ */
4197
+ export var ImportFlowGitNamespace$;
4198
+ (function (ImportFlowGitNamespace$) {
4199
+ /** @deprecated use `ImportFlowGitNamespace$inboundSchema` instead. */
4200
+ ImportFlowGitNamespace$.inboundSchema = ImportFlowGitNamespace$inboundSchema;
4201
+ /** @deprecated use `ImportFlowGitNamespace$outboundSchema` instead. */
4202
+ ImportFlowGitNamespace$.outboundSchema = ImportFlowGitNamespace$outboundSchema;
4203
+ })(ImportFlowGitNamespace$ || (ImportFlowGitNamespace$ = {}));
4204
+ /** @internal */
4205
+ export const ImportFlowGitNamespaceId$inboundSchema = z.union([z.string(), z.number()]);
4206
+ /** @internal */
4207
+ export const ImportFlowGitNamespaceId$outboundSchema = z.union([z.string(), z.number()]);
4208
+ /**
4209
+ * @internal
4210
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4211
+ */
4212
+ export var ImportFlowGitNamespaceId$;
4213
+ (function (ImportFlowGitNamespaceId$) {
4214
+ /** @deprecated use `ImportFlowGitNamespaceId$inboundSchema` instead. */
4215
+ ImportFlowGitNamespaceId$.inboundSchema = ImportFlowGitNamespaceId$inboundSchema;
4216
+ /** @deprecated use `ImportFlowGitNamespaceId$outboundSchema` instead. */
4217
+ ImportFlowGitNamespaceId$.outboundSchema = ImportFlowGitNamespaceId$outboundSchema;
4218
+ })(ImportFlowGitNamespaceId$ || (ImportFlowGitNamespaceId$ = {}));
4219
+ /** @internal */
4220
+ export const ImportFlowGitProvider$inboundSchema = z.nativeEnum(ImportFlowGitProvider);
4221
+ /** @internal */
4222
+ export const ImportFlowGitProvider$outboundSchema = ImportFlowGitProvider$inboundSchema;
4223
+ /**
4224
+ * @internal
4225
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4226
+ */
4227
+ export var ImportFlowGitProvider$;
4228
+ (function (ImportFlowGitProvider$) {
4229
+ /** @deprecated use `ImportFlowGitProvider$inboundSchema` instead. */
4230
+ ImportFlowGitProvider$.inboundSchema = ImportFlowGitProvider$inboundSchema;
4231
+ /** @deprecated use `ImportFlowGitProvider$outboundSchema` instead. */
4232
+ ImportFlowGitProvider$.outboundSchema = ImportFlowGitProvider$outboundSchema;
4233
+ })(ImportFlowGitProvider$ || (ImportFlowGitProvider$ = {}));
4234
+ /** @internal */
4235
+ export const GitNamespaceId$inboundSchema = z.union([z.string(), z.number()]);
4236
+ /** @internal */
4237
+ export const GitNamespaceId$outboundSchema = z.union([z.string(), z.number()]);
4238
+ /**
4239
+ * @internal
4240
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4241
+ */
4242
+ export var GitNamespaceId$;
4243
+ (function (GitNamespaceId$) {
4244
+ /** @deprecated use `GitNamespaceId$inboundSchema` instead. */
4245
+ GitNamespaceId$.inboundSchema = GitNamespaceId$inboundSchema;
4246
+ /** @deprecated use `GitNamespaceId$outboundSchema` instead. */
4247
+ GitNamespaceId$.outboundSchema = GitNamespaceId$outboundSchema;
4248
+ })(GitNamespaceId$ || (GitNamespaceId$ = {}));
4249
+ /** @internal */
4250
+ export const PreferredScopesAndGitNamespaces$inboundSchema = z.object({
4251
+ scopeId: z.string(),
4252
+ gitNamespaceId: z.nullable(z.union([z.string(), z.number()])),
4253
+ });
4254
+ /** @internal */
4255
+ export const PreferredScopesAndGitNamespaces$outboundSchema = z.object({
4256
+ scopeId: z.string(),
4257
+ gitNamespaceId: z.nullable(z.union([z.string(), z.number()])),
4258
+ });
4259
+ /**
4260
+ * @internal
4261
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4262
+ */
4263
+ export var PreferredScopesAndGitNamespaces$;
4264
+ (function (PreferredScopesAndGitNamespaces$) {
4265
+ /** @deprecated use `PreferredScopesAndGitNamespaces$inboundSchema` instead. */
4266
+ PreferredScopesAndGitNamespaces$.inboundSchema = PreferredScopesAndGitNamespaces$inboundSchema;
4267
+ /** @deprecated use `PreferredScopesAndGitNamespaces$outboundSchema` instead. */
4268
+ PreferredScopesAndGitNamespaces$.outboundSchema = PreferredScopesAndGitNamespaces$outboundSchema;
4269
+ })(PreferredScopesAndGitNamespaces$ || (PreferredScopesAndGitNamespaces$ = {}));
4270
+ /** @internal */
4271
+ export const Dismissals$inboundSchema = z.object({
4272
+ scopeId: z.string(),
4273
+ createdAt: z.number(),
4274
+ });
4275
+ /** @internal */
4276
+ export const Dismissals$outboundSchema = z.object({
4277
+ scopeId: z.string(),
4278
+ createdAt: z.number(),
4279
+ });
4280
+ /**
4281
+ * @internal
4282
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4283
+ */
4284
+ export var Dismissals$;
4285
+ (function (Dismissals$) {
4286
+ /** @deprecated use `Dismissals$inboundSchema` instead. */
4287
+ Dismissals$.inboundSchema = Dismissals$inboundSchema;
4288
+ /** @deprecated use `Dismissals$outboundSchema` instead. */
4289
+ Dismissals$.outboundSchema = Dismissals$outboundSchema;
4290
+ })(Dismissals$ || (Dismissals$ = {}));
4291
+ /** @internal */
4292
+ export const DismissedToasts$inboundSchema = z.object({
4293
+ name: z.string(),
4294
+ dismissals: z.array(z.lazy(() => Dismissals$inboundSchema)),
4295
+ });
4296
+ /** @internal */
4297
+ export const DismissedToasts$outboundSchema = z.object({
4298
+ name: z.string(),
4299
+ dismissals: z.array(z.lazy(() => Dismissals$outboundSchema)),
4300
+ });
4301
+ /**
4302
+ * @internal
4303
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4304
+ */
4305
+ export var DismissedToasts$;
4306
+ (function (DismissedToasts$) {
4307
+ /** @deprecated use `DismissedToasts$inboundSchema` instead. */
4308
+ DismissedToasts$.inboundSchema = DismissedToasts$inboundSchema;
4309
+ /** @deprecated use `DismissedToasts$outboundSchema` instead. */
4310
+ DismissedToasts$.outboundSchema = DismissedToasts$outboundSchema;
4311
+ })(DismissedToasts$ || (DismissedToasts$ = {}));
4312
+ /** @internal */
4313
+ export const Two$inboundSchema = z
4314
+ .object({
4315
+ spaceId: z.string(),
4316
+ scopeSlug: z.string(),
4317
+ scopeId: z.string(),
4318
+ });
4319
+ /** @internal */
4320
+ export const Two$outboundSchema = z
4321
+ .object({
4322
+ spaceId: z.string(),
4323
+ scopeSlug: z.string(),
4324
+ scopeId: z.string(),
4325
+ });
4326
+ /**
4327
+ * @internal
4328
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4329
+ */
4330
+ export var Two$;
4331
+ (function (Two$) {
4332
+ /** @deprecated use `Two$inboundSchema` instead. */
4333
+ Two$.inboundSchema = Two$inboundSchema;
4334
+ /** @deprecated use `Two$outboundSchema` instead. */
4335
+ Two$.outboundSchema = Two$outboundSchema;
4336
+ })(Two$ || (Two$ = {}));
4337
+ /** @internal */
4338
+ export const One$inboundSchema = z
4339
+ .object({
4340
+ projectId: z.string(),
4341
+ scopeSlug: z.string(),
4342
+ scopeId: z.string(),
4343
+ });
4344
+ /** @internal */
4345
+ export const One$outboundSchema = z
4346
+ .object({
4347
+ projectId: z.string(),
4348
+ scopeSlug: z.string(),
4349
+ scopeId: z.string(),
4350
+ });
4351
+ /**
4352
+ * @internal
4353
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4354
+ */
4355
+ export var One$;
4356
+ (function (One$) {
4357
+ /** @deprecated use `One$inboundSchema` instead. */
4358
+ One$.inboundSchema = One$inboundSchema;
4359
+ /** @deprecated use `One$outboundSchema` instead. */
4360
+ One$.outboundSchema = One$outboundSchema;
4361
+ })(One$ || (One$ = {}));
4362
+ /** @internal */
4363
+ export const FavoriteProjectsAndSpaces$inboundSchema = z.union([z.lazy(() => One$inboundSchema), z.lazy(() => Two$inboundSchema)]);
4364
+ /** @internal */
4365
+ export const FavoriteProjectsAndSpaces$outboundSchema = z.union([
4366
+ z.lazy(() => One$outboundSchema),
4367
+ z.lazy(() => Two$outboundSchema),
4368
+ ]);
4369
+ /**
4370
+ * @internal
4371
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4372
+ */
4373
+ export var FavoriteProjectsAndSpaces$;
4374
+ (function (FavoriteProjectsAndSpaces$) {
4375
+ /** @deprecated use `FavoriteProjectsAndSpaces$inboundSchema` instead. */
4376
+ FavoriteProjectsAndSpaces$.inboundSchema = FavoriteProjectsAndSpaces$inboundSchema;
4377
+ /** @deprecated use `FavoriteProjectsAndSpaces$outboundSchema` instead. */
4378
+ FavoriteProjectsAndSpaces$.outboundSchema = FavoriteProjectsAndSpaces$outboundSchema;
4379
+ })(FavoriteProjectsAndSpaces$ || (FavoriteProjectsAndSpaces$ = {}));
4380
+ /** @internal */
4381
+ export const RemoteCaching$inboundSchema = z.object({
4382
+ enabled: z.boolean().optional(),
4383
+ });
4384
+ /** @internal */
4385
+ export const RemoteCaching$outboundSchema = z.object({
4386
+ enabled: z.boolean().optional(),
4387
+ });
4388
+ /**
4389
+ * @internal
4390
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4391
+ */
4392
+ export var RemoteCaching$;
4393
+ (function (RemoteCaching$) {
4394
+ /** @deprecated use `RemoteCaching$inboundSchema` instead. */
4395
+ RemoteCaching$.inboundSchema = RemoteCaching$inboundSchema;
4396
+ /** @deprecated use `RemoteCaching$outboundSchema` instead. */
4397
+ RemoteCaching$.outboundSchema = RemoteCaching$outboundSchema;
4398
+ })(RemoteCaching$ || (RemoteCaching$ = {}));
4399
+ /** @internal */
4400
+ export const DataCache$inboundSchema = z.object({
4401
+ excessBillingEnabled: z.boolean().optional(),
4402
+ });
4403
+ /** @internal */
4404
+ export const DataCache$outboundSchema = z.object({
4405
+ excessBillingEnabled: z.boolean().optional(),
4406
+ });
4407
+ /**
4408
+ * @internal
4409
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4410
+ */
4411
+ export var DataCache$;
4412
+ (function (DataCache$) {
4413
+ /** @deprecated use `DataCache$inboundSchema` instead. */
4414
+ DataCache$.inboundSchema = DataCache$inboundSchema;
4415
+ /** @deprecated use `DataCache$outboundSchema` instead. */
4416
+ DataCache$.outboundSchema = DataCache$outboundSchema;
4417
+ })(DataCache$ || (DataCache$ = {}));
4418
+ /** @internal */
4419
+ export const WebAnalytics$inboundSchema = z.object({
4420
+ blockedFrom: z.number().optional(),
4421
+ blockedUntil: z.number().optional(),
4422
+ isCurrentlyBlocked: z.boolean(),
4423
+ });
4424
+ /** @internal */
4425
+ export const WebAnalytics$outboundSchema = z.object({
4426
+ blockedFrom: z.number().optional(),
4427
+ blockedUntil: z.number().optional(),
4428
+ isCurrentlyBlocked: z.boolean(),
4429
+ });
4430
+ /**
4431
+ * @internal
4432
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4433
+ */
4434
+ export var WebAnalytics$;
4435
+ (function (WebAnalytics$) {
4436
+ /** @deprecated use `WebAnalytics$inboundSchema` instead. */
4437
+ WebAnalytics$.inboundSchema = WebAnalytics$inboundSchema;
4438
+ /** @deprecated use `WebAnalytics$outboundSchema` instead. */
4439
+ WebAnalytics$.outboundSchema = WebAnalytics$outboundSchema;
4440
+ })(WebAnalytics$ || (WebAnalytics$ = {}));
4441
+ /** @internal */
4442
+ export const FeatureBlocks$inboundSchema = z.object({
4443
+ webAnalytics: z.lazy(() => WebAnalytics$inboundSchema).optional(),
4444
+ });
4445
+ /** @internal */
4446
+ export const FeatureBlocks$outboundSchema = z.object({
4447
+ webAnalytics: z.lazy(() => WebAnalytics$outboundSchema).optional(),
4448
+ });
4449
+ /**
4450
+ * @internal
4451
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4452
+ */
4453
+ export var FeatureBlocks$;
4454
+ (function (FeatureBlocks$) {
4455
+ /** @deprecated use `FeatureBlocks$inboundSchema` instead. */
4456
+ FeatureBlocks$.inboundSchema = FeatureBlocks$inboundSchema;
4457
+ /** @deprecated use `FeatureBlocks$outboundSchema` instead. */
4458
+ FeatureBlocks$.outboundSchema = FeatureBlocks$outboundSchema;
4459
+ })(FeatureBlocks$ || (FeatureBlocks$ = {}));
4460
+ /** @internal */
4461
+ export const NorthstarMigration$inboundSchema = z.object({
4462
+ teamId: z.string(),
4463
+ projects: z.number(),
4464
+ stores: z.number(),
4465
+ integrationConfigurations: z.number(),
4466
+ integrationClients: z.number(),
4467
+ startTime: z.number(),
4468
+ endTime: z.number(),
4469
+ });
4470
+ /** @internal */
4471
+ export const NorthstarMigration$outboundSchema = z.object({
4472
+ teamId: z.string(),
4473
+ projects: z.number(),
4474
+ stores: z.number(),
4475
+ integrationConfigurations: z.number(),
4476
+ integrationClients: z.number(),
4477
+ startTime: z.number(),
4478
+ endTime: z.number(),
4479
+ });
4480
+ /**
4481
+ * @internal
4482
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4483
+ */
4484
+ export var NorthstarMigration$;
4485
+ (function (NorthstarMigration$) {
4486
+ /** @deprecated use `NorthstarMigration$inboundSchema` instead. */
4487
+ NorthstarMigration$.inboundSchema = NorthstarMigration$inboundSchema;
4488
+ /** @deprecated use `NorthstarMigration$outboundSchema` instead. */
4489
+ NorthstarMigration$.outboundSchema = NorthstarMigration$outboundSchema;
4490
+ })(NorthstarMigration$ || (NorthstarMigration$ = {}));
4491
+ /** @internal */
4492
+ export const Version$inboundSchema = z
4493
+ .nativeEnum(Version);
4494
+ /** @internal */
4495
+ export const Version$outboundSchema = Version$inboundSchema;
4496
+ /**
4497
+ * @internal
4498
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4499
+ */
4500
+ export var Version$;
4501
+ (function (Version$) {
4502
+ /** @deprecated use `Version$inboundSchema` instead. */
4503
+ Version$.inboundSchema = Version$inboundSchema;
4504
+ /** @deprecated use `Version$outboundSchema` instead. */
4505
+ Version$.outboundSchema = Version$outboundSchema;
4506
+ })(Version$ || (Version$ = {}));
4507
+ /** @internal */
4508
+ export const AuthUser$inboundSchema = z.object({
4509
+ createdAt: z.number(),
4510
+ softBlock: z.nullable(z.lazy(() => SoftBlock$inboundSchema)),
4511
+ billing: z.nullable(z.lazy(() => Billing$inboundSchema)),
4512
+ resourceConfig: z.lazy(() => ResourceConfig$inboundSchema),
4513
+ stagingPrefix: z.string(),
4514
+ activeDashboardViews: z.array(z.lazy(() => ActiveDashboardViews$inboundSchema)).optional(),
4515
+ importFlowGitNamespace: z.nullable(z.union([z.string(), z.number()]))
4516
+ .optional(),
4517
+ importFlowGitNamespaceId: z.nullable(z.union([z.string(), z.number()]))
4518
+ .optional(),
4519
+ importFlowGitProvider: ImportFlowGitProvider$inboundSchema.optional(),
4520
+ preferredScopesAndGitNamespaces: z.array(z.lazy(() => PreferredScopesAndGitNamespaces$inboundSchema)).optional(),
4521
+ dismissedToasts: z.array(z.lazy(() => DismissedToasts$inboundSchema))
4522
+ .optional(),
4523
+ favoriteProjectsAndSpaces: z.array(z.union([z.lazy(() => One$inboundSchema), z.lazy(() => Two$inboundSchema)])).optional(),
4524
+ hasTrialAvailable: z.boolean(),
4525
+ remoteCaching: z.lazy(() => RemoteCaching$inboundSchema).optional(),
4526
+ dataCache: z.lazy(() => DataCache$inboundSchema).optional(),
4527
+ featureBlocks: z.lazy(() => FeatureBlocks$inboundSchema).optional(),
4528
+ northstarMigration: z.lazy(() => NorthstarMigration$inboundSchema).optional(),
4529
+ id: z.string(),
4530
+ email: z.string(),
4531
+ name: z.nullable(z.string()),
4532
+ username: z.string(),
4533
+ avatar: z.nullable(z.string()),
4534
+ defaultTeamId: z.nullable(z.string()),
4535
+ version: z.nullable(Version$inboundSchema),
4536
+ });
4537
+ /** @internal */
4538
+ export const AuthUser$outboundSchema = z.object({
4539
+ createdAt: z.number(),
4540
+ softBlock: z.nullable(z.lazy(() => SoftBlock$outboundSchema)),
4541
+ billing: z.nullable(z.lazy(() => Billing$outboundSchema)),
4542
+ resourceConfig: z.lazy(() => ResourceConfig$outboundSchema),
4543
+ stagingPrefix: z.string(),
4544
+ activeDashboardViews: z.array(z.lazy(() => ActiveDashboardViews$outboundSchema)).optional(),
4545
+ importFlowGitNamespace: z.nullable(z.union([z.string(), z.number()]))
4546
+ .optional(),
4547
+ importFlowGitNamespaceId: z.nullable(z.union([z.string(), z.number()]))
4548
+ .optional(),
4549
+ importFlowGitProvider: ImportFlowGitProvider$outboundSchema.optional(),
4550
+ preferredScopesAndGitNamespaces: z.array(z.lazy(() => PreferredScopesAndGitNamespaces$outboundSchema)).optional(),
4551
+ dismissedToasts: z.array(z.lazy(() => DismissedToasts$outboundSchema))
4552
+ .optional(),
4553
+ favoriteProjectsAndSpaces: z.array(z.union([
4554
+ z.lazy(() => One$outboundSchema),
4555
+ z.lazy(() => Two$outboundSchema),
4556
+ ])).optional(),
4557
+ hasTrialAvailable: z.boolean(),
4558
+ remoteCaching: z.lazy(() => RemoteCaching$outboundSchema).optional(),
4559
+ dataCache: z.lazy(() => DataCache$outboundSchema).optional(),
4560
+ featureBlocks: z.lazy(() => FeatureBlocks$outboundSchema).optional(),
4561
+ northstarMigration: z.lazy(() => NorthstarMigration$outboundSchema)
4562
+ .optional(),
4563
+ id: z.string(),
4564
+ email: z.string(),
4565
+ name: z.nullable(z.string()),
4566
+ username: z.string(),
4567
+ avatar: z.nullable(z.string()),
4568
+ defaultTeamId: z.nullable(z.string()),
4569
+ version: z.nullable(Version$outboundSchema),
4570
+ });
4571
+ /**
4572
+ * @internal
4573
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4574
+ */
4575
+ export var AuthUser$;
4576
+ (function (AuthUser$) {
4577
+ /** @deprecated use `AuthUser$inboundSchema` instead. */
4578
+ AuthUser$.inboundSchema = AuthUser$inboundSchema;
4579
+ /** @deprecated use `AuthUser$outboundSchema` instead. */
4580
+ AuthUser$.outboundSchema = AuthUser$outboundSchema;
4581
+ })(AuthUser$ || (AuthUser$ = {}));
4582
+ //# sourceMappingURL=authuser.js.map