@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,3538 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { ACLAction$inboundSchema, ACLAction$outboundSchema, } from "../components/aclaction.js";
7
+ export const UpdateProjectDataCacheTarget2 = {
8
+ Production: "production",
9
+ Preview: "preview",
10
+ Development: "development",
11
+ };
12
+ export const UpdateProjectDataCacheTarget1 = {
13
+ Production: "production",
14
+ Preview: "preview",
15
+ Development: "development",
16
+ };
17
+ export const UpdateProjectDataCacheType = {
18
+ Secret: "secret",
19
+ System: "system",
20
+ Encrypted: "encrypted",
21
+ Plain: "plain",
22
+ Sensitive: "sensitive",
23
+ };
24
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = {
25
+ IntegrationStoreSecret: "integration-store-secret",
26
+ };
27
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = {
28
+ PostgresUrlNoSsl: "postgres-url-no-ssl",
29
+ };
30
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = {
31
+ PostgresDatabase: "postgres-database",
32
+ };
33
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = {
34
+ PostgresPassword: "postgres-password",
35
+ };
36
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = {
37
+ PostgresHost: "postgres-host",
38
+ };
39
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = {
40
+ PostgresUser: "postgres-user",
41
+ };
42
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = {
43
+ PostgresPrismaUrl: "postgres-prisma-url",
44
+ };
45
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
46
+ PostgresUrlNonPooling: "postgres-url-non-pooling",
47
+ };
48
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType = {
49
+ PostgresUrl: "postgres-url",
50
+ };
51
+ export const UpdateProjectDataCacheContentHintProjectsResponse200Type = {
52
+ BlobReadWriteToken: "blob-read-write-token",
53
+ };
54
+ export const UpdateProjectDataCacheContentHintProjectsResponseType = {
55
+ RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
56
+ };
57
+ export const UpdateProjectDataCacheContentHintProjectsType = {
58
+ RedisRestApiToken: "redis-rest-api-token",
59
+ };
60
+ export const UpdateProjectDataCacheContentHintType = {
61
+ RedisRestApiUrl: "redis-rest-api-url",
62
+ };
63
+ export const ContentHintType = {
64
+ RedisUrl: "redis-url",
65
+ };
66
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = {
67
+ FlagsSecret: "flags-secret",
68
+ };
69
+ export const UpdateProjectDataCacheFramework = {
70
+ Blitzjs: "blitzjs",
71
+ Nextjs: "nextjs",
72
+ Gatsby: "gatsby",
73
+ Remix: "remix",
74
+ Astro: "astro",
75
+ Hexo: "hexo",
76
+ Eleventy: "eleventy",
77
+ Docusaurus2: "docusaurus-2",
78
+ Docusaurus: "docusaurus",
79
+ Preact: "preact",
80
+ Solidstart1: "solidstart-1",
81
+ Solidstart: "solidstart",
82
+ Dojo: "dojo",
83
+ Ember: "ember",
84
+ Vue: "vue",
85
+ Scully: "scully",
86
+ IonicAngular: "ionic-angular",
87
+ Angular: "angular",
88
+ Polymer: "polymer",
89
+ Svelte: "svelte",
90
+ Sveltekit: "sveltekit",
91
+ Sveltekit1: "sveltekit-1",
92
+ IonicReact: "ionic-react",
93
+ CreateReactApp: "create-react-app",
94
+ Gridsome: "gridsome",
95
+ Umijs: "umijs",
96
+ Sapper: "sapper",
97
+ Saber: "saber",
98
+ Stencil: "stencil",
99
+ Nuxtjs: "nuxtjs",
100
+ Redwoodjs: "redwoodjs",
101
+ Hugo: "hugo",
102
+ Jekyll: "jekyll",
103
+ Brunch: "brunch",
104
+ Middleman: "middleman",
105
+ Zola: "zola",
106
+ Hydrogen: "hydrogen",
107
+ Vite: "vite",
108
+ Vitepress: "vitepress",
109
+ Vuepress: "vuepress",
110
+ Parcel: "parcel",
111
+ Fasthtml: "fasthtml",
112
+ Sanity: "sanity",
113
+ Storybook: "storybook",
114
+ };
115
+ export const UpdateProjectDataCacheProjectsPlan = {
116
+ Pro: "pro",
117
+ Enterprise: "enterprise",
118
+ Hobby: "hobby",
119
+ };
120
+ export const UpdateProjectDataCacheReadyState = {
121
+ Building: "BUILDING",
122
+ Error: "ERROR",
123
+ Initializing: "INITIALIZING",
124
+ Queued: "QUEUED",
125
+ Ready: "READY",
126
+ Canceled: "CANCELED",
127
+ };
128
+ export const UpdateProjectDataCacheProjectsReadySubstate = {
129
+ Staged: "STAGED",
130
+ Promoted: "PROMOTED",
131
+ };
132
+ export const UpdateProjectDataCacheProjectsType = {
133
+ Lambdas: "LAMBDAS",
134
+ };
135
+ export const UpdateProjectDataCacheProjectsChecksConclusion = {
136
+ Succeeded: "succeeded",
137
+ Failed: "failed",
138
+ Skipped: "skipped",
139
+ Canceled: "canceled",
140
+ };
141
+ export const UpdateProjectDataCacheProjectsChecksState = {
142
+ Registered: "registered",
143
+ Running: "running",
144
+ Completed: "completed",
145
+ };
146
+ export const UpdateProjectDataCacheLinkProjectsType = {
147
+ Bitbucket: "bitbucket",
148
+ };
149
+ export const UpdateProjectDataCacheLinkType = {
150
+ Gitlab: "gitlab",
151
+ };
152
+ export const LinkType = {
153
+ Github: "github",
154
+ };
155
+ export const UpdateProjectDataCacheNodeVersion = {
156
+ TwentyX: "20.x",
157
+ EighteenX: "18.x",
158
+ SixteenX: "16.x",
159
+ FourteenX: "14.x",
160
+ TwelveX: "12.x",
161
+ TenX: "10.x",
162
+ Eight10X: "8.10.x",
163
+ };
164
+ export const UpdateProjectDataCacheDeploymentType = {
165
+ All: "all",
166
+ Preview: "preview",
167
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
168
+ };
169
+ export const UpdateProjectDataCachePlan = {
170
+ Pro: "pro",
171
+ Enterprise: "enterprise",
172
+ Hobby: "hobby",
173
+ };
174
+ export const UpdateProjectDataCacheProjectsReadyState = {
175
+ Building: "BUILDING",
176
+ Error: "ERROR",
177
+ Initializing: "INITIALIZING",
178
+ Queued: "QUEUED",
179
+ Ready: "READY",
180
+ Canceled: "CANCELED",
181
+ };
182
+ export const UpdateProjectDataCacheReadySubstate = {
183
+ Staged: "STAGED",
184
+ Promoted: "PROMOTED",
185
+ };
186
+ export const UpdateProjectDataCacheProjectsResponseType = {
187
+ Lambdas: "LAMBDAS",
188
+ };
189
+ export const UpdateProjectDataCacheChecksConclusion = {
190
+ Succeeded: "succeeded",
191
+ Failed: "failed",
192
+ Skipped: "skipped",
193
+ Canceled: "canceled",
194
+ };
195
+ export const UpdateProjectDataCacheChecksState = {
196
+ Registered: "registered",
197
+ Running: "running",
198
+ Completed: "completed",
199
+ };
200
+ export const JobStatus = {
201
+ Succeeded: "succeeded",
202
+ Failed: "failed",
203
+ Skipped: "skipped",
204
+ Pending: "pending",
205
+ InProgress: "in-progress",
206
+ };
207
+ export const UpdateProjectDataCacheProjectsResponse200Type = {
208
+ Promote: "promote",
209
+ Rollback: "rollback",
210
+ };
211
+ export const Scope = {
212
+ AutomationBypass: "automation-bypass",
213
+ };
214
+ export const UpdateProjectDataCacheTrustedIpsDeploymentType = {
215
+ All: "all",
216
+ Preview: "preview",
217
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
218
+ Production: "production",
219
+ };
220
+ export const TrustedIpsDeploymentType = {
221
+ All: "all",
222
+ Preview: "preview",
223
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
224
+ Production: "production",
225
+ };
226
+ export const UpdateProjectDataCacheTrustedIpsProtectionMode = {
227
+ Additional: "additional",
228
+ Exclusive: "exclusive",
229
+ };
230
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = {
231
+ Host: "host",
232
+ Method: "method",
233
+ Path: "path",
234
+ Header: "header",
235
+ Cookie: "cookie",
236
+ Query: "query",
237
+ IpAddress: "ip_address",
238
+ Protocol: "protocol",
239
+ Scheme: "scheme",
240
+ Environment: "environment",
241
+ Region: "region",
242
+ };
243
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = {
244
+ Host: "host",
245
+ Method: "method",
246
+ Path: "path",
247
+ Header: "header",
248
+ Cookie: "cookie",
249
+ Query: "query",
250
+ IpAddress: "ip_address",
251
+ Protocol: "protocol",
252
+ Scheme: "scheme",
253
+ Environment: "environment",
254
+ Region: "region",
255
+ };
256
+ export const Handle = {
257
+ Init: "init",
258
+ Finalize: "finalize",
259
+ };
260
+ export const Action = {
261
+ Deny: "deny",
262
+ Challenge: "challenge",
263
+ Log: "log",
264
+ Bypass: "bypass",
265
+ RateLimit: "rate_limit",
266
+ Redirect: "redirect",
267
+ };
268
+ export const Algo = {
269
+ FixedWindow: "fixed_window",
270
+ TokenBucket: "token_bucket",
271
+ };
272
+ export const Tier = {
273
+ Standard: "standard",
274
+ Advanced: "advanced",
275
+ Critical: "critical",
276
+ };
277
+ /** @internal */
278
+ export const UpdateProjectDataCacheRequestBody$inboundSchema = z.object({
279
+ disabled: z.boolean().optional(),
280
+ });
281
+ /** @internal */
282
+ export const UpdateProjectDataCacheRequestBody$outboundSchema = z.object({
283
+ disabled: z.boolean().optional(),
284
+ });
285
+ /**
286
+ * @internal
287
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
288
+ */
289
+ export var UpdateProjectDataCacheRequestBody$;
290
+ (function (UpdateProjectDataCacheRequestBody$) {
291
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$inboundSchema` instead. */
292
+ UpdateProjectDataCacheRequestBody$.inboundSchema = UpdateProjectDataCacheRequestBody$inboundSchema;
293
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$outboundSchema` instead. */
294
+ UpdateProjectDataCacheRequestBody$.outboundSchema = UpdateProjectDataCacheRequestBody$outboundSchema;
295
+ })(UpdateProjectDataCacheRequestBody$ || (UpdateProjectDataCacheRequestBody$ = {}));
296
+ /** @internal */
297
+ export const UpdateProjectDataCacheRequest$inboundSchema = z.object({
298
+ projectId: z.string(),
299
+ teamId: z.string().optional(),
300
+ slug: z.string().optional(),
301
+ RequestBody: z.lazy(() => UpdateProjectDataCacheRequestBody$inboundSchema)
302
+ .optional(),
303
+ }).transform((v) => {
304
+ return remap$(v, {
305
+ "RequestBody": "requestBody",
306
+ });
307
+ });
308
+ /** @internal */
309
+ export const UpdateProjectDataCacheRequest$outboundSchema = z.object({
310
+ projectId: z.string(),
311
+ teamId: z.string().optional(),
312
+ slug: z.string().optional(),
313
+ requestBody: z.lazy(() => UpdateProjectDataCacheRequestBody$outboundSchema)
314
+ .optional(),
315
+ }).transform((v) => {
316
+ return remap$(v, {
317
+ requestBody: "RequestBody",
318
+ });
319
+ });
320
+ /**
321
+ * @internal
322
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
323
+ */
324
+ export var UpdateProjectDataCacheRequest$;
325
+ (function (UpdateProjectDataCacheRequest$) {
326
+ /** @deprecated use `UpdateProjectDataCacheRequest$inboundSchema` instead. */
327
+ UpdateProjectDataCacheRequest$.inboundSchema = UpdateProjectDataCacheRequest$inboundSchema;
328
+ /** @deprecated use `UpdateProjectDataCacheRequest$outboundSchema` instead. */
329
+ UpdateProjectDataCacheRequest$.outboundSchema = UpdateProjectDataCacheRequest$outboundSchema;
330
+ })(UpdateProjectDataCacheRequest$ || (UpdateProjectDataCacheRequest$ = {}));
331
+ /** @internal */
332
+ export const Analytics$inboundSchema = z.object({
333
+ id: z.string(),
334
+ canceledAt: z.nullable(z.number()).optional(),
335
+ disabledAt: z.number(),
336
+ enabledAt: z.number(),
337
+ paidAt: z.number().optional(),
338
+ sampleRatePercent: z.nullable(z.number()).optional(),
339
+ spendLimitInDollars: z.nullable(z.number()).optional(),
340
+ });
341
+ /** @internal */
342
+ export const Analytics$outboundSchema = z.object({
343
+ id: z.string(),
344
+ canceledAt: z.nullable(z.number()).optional(),
345
+ disabledAt: z.number(),
346
+ enabledAt: z.number(),
347
+ paidAt: z.number().optional(),
348
+ sampleRatePercent: z.nullable(z.number()).optional(),
349
+ spendLimitInDollars: z.nullable(z.number()).optional(),
350
+ });
351
+ /**
352
+ * @internal
353
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
354
+ */
355
+ export var Analytics$;
356
+ (function (Analytics$) {
357
+ /** @deprecated use `Analytics$inboundSchema` instead. */
358
+ Analytics$.inboundSchema = Analytics$inboundSchema;
359
+ /** @deprecated use `Analytics$outboundSchema` instead. */
360
+ Analytics$.outboundSchema = Analytics$outboundSchema;
361
+ })(Analytics$ || (Analytics$ = {}));
362
+ /** @internal */
363
+ export const SpeedInsights$inboundSchema = z.object({
364
+ id: z.string(),
365
+ enabledAt: z.number().optional(),
366
+ disabledAt: z.number().optional(),
367
+ canceledAt: z.number().optional(),
368
+ hasData: z.boolean().optional(),
369
+ paidAt: z.number().optional(),
370
+ });
371
+ /** @internal */
372
+ export const SpeedInsights$outboundSchema = z.object({
373
+ id: z.string(),
374
+ enabledAt: z.number().optional(),
375
+ disabledAt: z.number().optional(),
376
+ canceledAt: z.number().optional(),
377
+ hasData: z.boolean().optional(),
378
+ paidAt: z.number().optional(),
379
+ });
380
+ /**
381
+ * @internal
382
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
383
+ */
384
+ export var SpeedInsights$;
385
+ (function (SpeedInsights$) {
386
+ /** @deprecated use `SpeedInsights$inboundSchema` instead. */
387
+ SpeedInsights$.inboundSchema = SpeedInsights$inboundSchema;
388
+ /** @deprecated use `SpeedInsights$outboundSchema` instead. */
389
+ SpeedInsights$.outboundSchema = SpeedInsights$outboundSchema;
390
+ })(SpeedInsights$ || (SpeedInsights$ = {}));
391
+ /** @internal */
392
+ export const Definitions$inboundSchema = z.object({
393
+ host: z.string(),
394
+ path: z.string(),
395
+ schedule: z.string(),
396
+ });
397
+ /** @internal */
398
+ export const Definitions$outboundSchema = z.object({
399
+ host: z.string(),
400
+ path: z.string(),
401
+ schedule: z.string(),
402
+ });
403
+ /**
404
+ * @internal
405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
406
+ */
407
+ export var Definitions$;
408
+ (function (Definitions$) {
409
+ /** @deprecated use `Definitions$inboundSchema` instead. */
410
+ Definitions$.inboundSchema = Definitions$inboundSchema;
411
+ /** @deprecated use `Definitions$outboundSchema` instead. */
412
+ Definitions$.outboundSchema = Definitions$outboundSchema;
413
+ })(Definitions$ || (Definitions$ = {}));
414
+ /** @internal */
415
+ export const Crons$inboundSchema = z
416
+ .object({
417
+ enabledAt: z.number(),
418
+ disabledAt: z.nullable(z.number()),
419
+ updatedAt: z.number(),
420
+ deploymentId: z.nullable(z.string()),
421
+ definitions: z.array(z.lazy(() => Definitions$inboundSchema)),
422
+ });
423
+ /** @internal */
424
+ export const Crons$outboundSchema = z.object({
425
+ enabledAt: z.number(),
426
+ disabledAt: z.nullable(z.number()),
427
+ updatedAt: z.number(),
428
+ deploymentId: z.nullable(z.string()),
429
+ definitions: z.array(z.lazy(() => Definitions$outboundSchema)),
430
+ });
431
+ /**
432
+ * @internal
433
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
434
+ */
435
+ export var Crons$;
436
+ (function (Crons$) {
437
+ /** @deprecated use `Crons$inboundSchema` instead. */
438
+ Crons$.inboundSchema = Crons$inboundSchema;
439
+ /** @deprecated use `Crons$outboundSchema` instead. */
440
+ Crons$.outboundSchema = Crons$outboundSchema;
441
+ })(Crons$ || (Crons$ = {}));
442
+ /** @internal */
443
+ export const DataCache$inboundSchema = z.object({
444
+ userDisabled: z.boolean(),
445
+ storageSizeBytes: z.nullable(z.number()).optional(),
446
+ unlimited: z.boolean().optional(),
447
+ });
448
+ /** @internal */
449
+ export const DataCache$outboundSchema = z.object({
450
+ userDisabled: z.boolean(),
451
+ storageSizeBytes: z.nullable(z.number()).optional(),
452
+ unlimited: z.boolean().optional(),
453
+ });
454
+ /**
455
+ * @internal
456
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
457
+ */
458
+ export var DataCache$;
459
+ (function (DataCache$) {
460
+ /** @deprecated use `DataCache$inboundSchema` instead. */
461
+ DataCache$.inboundSchema = DataCache$inboundSchema;
462
+ /** @deprecated use `DataCache$outboundSchema` instead. */
463
+ DataCache$.outboundSchema = DataCache$outboundSchema;
464
+ })(DataCache$ || (DataCache$ = {}));
465
+ /** @internal */
466
+ export const DeploymentExpiration$inboundSchema = z.object({
467
+ expirationDays: z.number().optional(),
468
+ expirationDaysProduction: z.number().optional(),
469
+ expirationDaysCanceled: z.number().optional(),
470
+ expirationDaysErrored: z.number().optional(),
471
+ deploymentsToKeep: z.number().optional(),
472
+ });
473
+ /** @internal */
474
+ export const DeploymentExpiration$outboundSchema = z.object({
475
+ expirationDays: z.number().optional(),
476
+ expirationDaysProduction: z.number().optional(),
477
+ expirationDaysCanceled: z.number().optional(),
478
+ expirationDaysErrored: z.number().optional(),
479
+ deploymentsToKeep: z.number().optional(),
480
+ });
481
+ /**
482
+ * @internal
483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
484
+ */
485
+ export var DeploymentExpiration$;
486
+ (function (DeploymentExpiration$) {
487
+ /** @deprecated use `DeploymentExpiration$inboundSchema` instead. */
488
+ DeploymentExpiration$.inboundSchema = DeploymentExpiration$inboundSchema;
489
+ /** @deprecated use `DeploymentExpiration$outboundSchema` instead. */
490
+ DeploymentExpiration$.outboundSchema = DeploymentExpiration$outboundSchema;
491
+ })(DeploymentExpiration$ || (DeploymentExpiration$ = {}));
492
+ /** @internal */
493
+ export const UpdateProjectDataCacheTarget2$inboundSchema = z.nativeEnum(UpdateProjectDataCacheTarget2);
494
+ /** @internal */
495
+ export const UpdateProjectDataCacheTarget2$outboundSchema = UpdateProjectDataCacheTarget2$inboundSchema;
496
+ /**
497
+ * @internal
498
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
499
+ */
500
+ export var UpdateProjectDataCacheTarget2$;
501
+ (function (UpdateProjectDataCacheTarget2$) {
502
+ /** @deprecated use `UpdateProjectDataCacheTarget2$inboundSchema` instead. */
503
+ UpdateProjectDataCacheTarget2$.inboundSchema = UpdateProjectDataCacheTarget2$inboundSchema;
504
+ /** @deprecated use `UpdateProjectDataCacheTarget2$outboundSchema` instead. */
505
+ UpdateProjectDataCacheTarget2$.outboundSchema = UpdateProjectDataCacheTarget2$outboundSchema;
506
+ })(UpdateProjectDataCacheTarget2$ || (UpdateProjectDataCacheTarget2$ = {}));
507
+ /** @internal */
508
+ export const UpdateProjectDataCacheTarget1$inboundSchema = z.nativeEnum(UpdateProjectDataCacheTarget1);
509
+ /** @internal */
510
+ export const UpdateProjectDataCacheTarget1$outboundSchema = UpdateProjectDataCacheTarget1$inboundSchema;
511
+ /**
512
+ * @internal
513
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
514
+ */
515
+ export var UpdateProjectDataCacheTarget1$;
516
+ (function (UpdateProjectDataCacheTarget1$) {
517
+ /** @deprecated use `UpdateProjectDataCacheTarget1$inboundSchema` instead. */
518
+ UpdateProjectDataCacheTarget1$.inboundSchema = UpdateProjectDataCacheTarget1$inboundSchema;
519
+ /** @deprecated use `UpdateProjectDataCacheTarget1$outboundSchema` instead. */
520
+ UpdateProjectDataCacheTarget1$.outboundSchema = UpdateProjectDataCacheTarget1$outboundSchema;
521
+ })(UpdateProjectDataCacheTarget1$ || (UpdateProjectDataCacheTarget1$ = {}));
522
+ /** @internal */
523
+ export const UpdateProjectDataCacheTarget$inboundSchema = z.union([
524
+ z.array(UpdateProjectDataCacheTarget1$inboundSchema),
525
+ UpdateProjectDataCacheTarget2$inboundSchema,
526
+ ]);
527
+ /** @internal */
528
+ export const UpdateProjectDataCacheTarget$outboundSchema = z.union([
529
+ z.array(UpdateProjectDataCacheTarget1$outboundSchema),
530
+ UpdateProjectDataCacheTarget2$outboundSchema,
531
+ ]);
532
+ /**
533
+ * @internal
534
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
535
+ */
536
+ export var UpdateProjectDataCacheTarget$;
537
+ (function (UpdateProjectDataCacheTarget$) {
538
+ /** @deprecated use `UpdateProjectDataCacheTarget$inboundSchema` instead. */
539
+ UpdateProjectDataCacheTarget$.inboundSchema = UpdateProjectDataCacheTarget$inboundSchema;
540
+ /** @deprecated use `UpdateProjectDataCacheTarget$outboundSchema` instead. */
541
+ UpdateProjectDataCacheTarget$.outboundSchema = UpdateProjectDataCacheTarget$outboundSchema;
542
+ })(UpdateProjectDataCacheTarget$ || (UpdateProjectDataCacheTarget$ = {}));
543
+ /** @internal */
544
+ export const UpdateProjectDataCacheType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheType);
545
+ /** @internal */
546
+ export const UpdateProjectDataCacheType$outboundSchema = UpdateProjectDataCacheType$inboundSchema;
547
+ /**
548
+ * @internal
549
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
550
+ */
551
+ export var UpdateProjectDataCacheType$;
552
+ (function (UpdateProjectDataCacheType$) {
553
+ /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
554
+ UpdateProjectDataCacheType$.inboundSchema = UpdateProjectDataCacheType$inboundSchema;
555
+ /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
556
+ UpdateProjectDataCacheType$.outboundSchema = UpdateProjectDataCacheType$outboundSchema;
557
+ })(UpdateProjectDataCacheType$ || (UpdateProjectDataCacheType$ = {}));
558
+ /** @internal */
559
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type);
560
+ /** @internal */
561
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
562
+ /**
563
+ * @internal
564
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
565
+ */
566
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$;
567
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$) {
568
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
569
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
570
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
571
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema;
572
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ = {}));
573
+ /** @internal */
574
+ export const Fourteen$inboundSchema = z.object({
575
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
576
+ storeId: z.string(),
577
+ integrationId: z.string(),
578
+ integrationProductId: z.string(),
579
+ integrationConfigurationId: z.string(),
580
+ });
581
+ /** @internal */
582
+ export const Fourteen$outboundSchema = z.object({
583
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
584
+ storeId: z.string(),
585
+ integrationId: z.string(),
586
+ integrationProductId: z.string(),
587
+ integrationConfigurationId: z.string(),
588
+ });
589
+ /**
590
+ * @internal
591
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
592
+ */
593
+ export var Fourteen$;
594
+ (function (Fourteen$) {
595
+ /** @deprecated use `Fourteen$inboundSchema` instead. */
596
+ Fourteen$.inboundSchema = Fourteen$inboundSchema;
597
+ /** @deprecated use `Fourteen$outboundSchema` instead. */
598
+ Fourteen$.outboundSchema = Fourteen$outboundSchema;
599
+ })(Fourteen$ || (Fourteen$ = {}));
600
+ /** @internal */
601
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type);
602
+ /** @internal */
603
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
604
+ /**
605
+ * @internal
606
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
607
+ */
608
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$;
609
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$) {
610
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
611
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
612
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
613
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema;
614
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ = {}));
615
+ /** @internal */
616
+ export const Thirteen$inboundSchema = z.object({
617
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
618
+ storeId: z.string(),
619
+ });
620
+ /** @internal */
621
+ export const Thirteen$outboundSchema = z.object({
622
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
623
+ storeId: z.string(),
624
+ });
625
+ /**
626
+ * @internal
627
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
628
+ */
629
+ export var Thirteen$;
630
+ (function (Thirteen$) {
631
+ /** @deprecated use `Thirteen$inboundSchema` instead. */
632
+ Thirteen$.inboundSchema = Thirteen$inboundSchema;
633
+ /** @deprecated use `Thirteen$outboundSchema` instead. */
634
+ Thirteen$.outboundSchema = Thirteen$outboundSchema;
635
+ })(Thirteen$ || (Thirteen$ = {}));
636
+ /** @internal */
637
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type);
638
+ /** @internal */
639
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
640
+ /**
641
+ * @internal
642
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
643
+ */
644
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$;
645
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$) {
646
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
647
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
648
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
649
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema;
650
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ = {}));
651
+ /** @internal */
652
+ export const Twelve$inboundSchema = z
653
+ .object({
654
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
655
+ storeId: z.string(),
656
+ });
657
+ /** @internal */
658
+ export const Twelve$outboundSchema = z.object({
659
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
660
+ storeId: z.string(),
661
+ });
662
+ /**
663
+ * @internal
664
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
665
+ */
666
+ export var Twelve$;
667
+ (function (Twelve$) {
668
+ /** @deprecated use `Twelve$inboundSchema` instead. */
669
+ Twelve$.inboundSchema = Twelve$inboundSchema;
670
+ /** @deprecated use `Twelve$outboundSchema` instead. */
671
+ Twelve$.outboundSchema = Twelve$outboundSchema;
672
+ })(Twelve$ || (Twelve$ = {}));
673
+ /** @internal */
674
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type);
675
+ /** @internal */
676
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
677
+ /**
678
+ * @internal
679
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
680
+ */
681
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$;
682
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$) {
683
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
684
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
685
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
686
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema;
687
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ = {}));
688
+ /** @internal */
689
+ export const Eleven$inboundSchema = z
690
+ .object({
691
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
692
+ storeId: z.string(),
693
+ });
694
+ /** @internal */
695
+ export const Eleven$outboundSchema = z.object({
696
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
697
+ storeId: z.string(),
698
+ });
699
+ /**
700
+ * @internal
701
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
702
+ */
703
+ export var Eleven$;
704
+ (function (Eleven$) {
705
+ /** @deprecated use `Eleven$inboundSchema` instead. */
706
+ Eleven$.inboundSchema = Eleven$inboundSchema;
707
+ /** @deprecated use `Eleven$outboundSchema` instead. */
708
+ Eleven$.outboundSchema = Eleven$outboundSchema;
709
+ })(Eleven$ || (Eleven$ = {}));
710
+ /** @internal */
711
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type);
712
+ /** @internal */
713
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
714
+ /**
715
+ * @internal
716
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
717
+ */
718
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$;
719
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$) {
720
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
721
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
722
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
723
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema;
724
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ = {}));
725
+ /** @internal */
726
+ export const ContentHint10$inboundSchema = z.object({
727
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
728
+ storeId: z.string(),
729
+ });
730
+ /** @internal */
731
+ export const ContentHint10$outboundSchema = z.object({
732
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
733
+ storeId: z.string(),
734
+ });
735
+ /**
736
+ * @internal
737
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
738
+ */
739
+ export var ContentHint10$;
740
+ (function (ContentHint10$) {
741
+ /** @deprecated use `ContentHint10$inboundSchema` instead. */
742
+ ContentHint10$.inboundSchema = ContentHint10$inboundSchema;
743
+ /** @deprecated use `ContentHint10$outboundSchema` instead. */
744
+ ContentHint10$.outboundSchema = ContentHint10$outboundSchema;
745
+ })(ContentHint10$ || (ContentHint10$ = {}));
746
+ /** @internal */
747
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type);
748
+ /** @internal */
749
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
750
+ /**
751
+ * @internal
752
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
753
+ */
754
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$;
755
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$) {
756
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
757
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
758
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
759
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema;
760
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ = {}));
761
+ /** @internal */
762
+ export const ContentHint9$inboundSchema = z.object({
763
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
764
+ storeId: z.string(),
765
+ });
766
+ /** @internal */
767
+ export const ContentHint9$outboundSchema = z.object({
768
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
769
+ storeId: z.string(),
770
+ });
771
+ /**
772
+ * @internal
773
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
774
+ */
775
+ export var ContentHint9$;
776
+ (function (ContentHint9$) {
777
+ /** @deprecated use `ContentHint9$inboundSchema` instead. */
778
+ ContentHint9$.inboundSchema = ContentHint9$inboundSchema;
779
+ /** @deprecated use `ContentHint9$outboundSchema` instead. */
780
+ ContentHint9$.outboundSchema = ContentHint9$outboundSchema;
781
+ })(ContentHint9$ || (ContentHint9$ = {}));
782
+ /** @internal */
783
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType);
784
+ /** @internal */
785
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
786
+ /**
787
+ * @internal
788
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
789
+ */
790
+ export var UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$;
791
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$) {
792
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
793
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
794
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
795
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema;
796
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ = {}));
797
+ /** @internal */
798
+ export const ContentHint8$inboundSchema = z.object({
799
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
800
+ storeId: z.string(),
801
+ });
802
+ /** @internal */
803
+ export const ContentHint8$outboundSchema = z.object({
804
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
805
+ storeId: z.string(),
806
+ });
807
+ /**
808
+ * @internal
809
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
810
+ */
811
+ export var ContentHint8$;
812
+ (function (ContentHint8$) {
813
+ /** @deprecated use `ContentHint8$inboundSchema` instead. */
814
+ ContentHint8$.inboundSchema = ContentHint8$inboundSchema;
815
+ /** @deprecated use `ContentHint8$outboundSchema` instead. */
816
+ ContentHint8$.outboundSchema = ContentHint8$outboundSchema;
817
+ })(ContentHint8$ || (ContentHint8$ = {}));
818
+ /** @internal */
819
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType);
820
+ /** @internal */
821
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
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 UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$;
827
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$) {
828
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
829
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
830
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
831
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
832
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
833
+ /** @internal */
834
+ export const ContentHint7$inboundSchema = z.object({
835
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
836
+ storeId: z.string(),
837
+ });
838
+ /** @internal */
839
+ export const ContentHint7$outboundSchema = z.object({
840
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
841
+ storeId: z.string(),
842
+ });
843
+ /**
844
+ * @internal
845
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
846
+ */
847
+ export var ContentHint7$;
848
+ (function (ContentHint7$) {
849
+ /** @deprecated use `ContentHint7$inboundSchema` instead. */
850
+ ContentHint7$.inboundSchema = ContentHint7$inboundSchema;
851
+ /** @deprecated use `ContentHint7$outboundSchema` instead. */
852
+ ContentHint7$.outboundSchema = ContentHint7$outboundSchema;
853
+ })(ContentHint7$ || (ContentHint7$ = {}));
854
+ /** @internal */
855
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType);
856
+ /** @internal */
857
+ export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
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 UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$;
863
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$) {
864
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
865
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
866
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
867
+ UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema;
868
+ })(UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ || (UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ = {}));
869
+ /** @internal */
870
+ export const ContentHint6$inboundSchema = z.object({
871
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
872
+ storeId: z.string(),
873
+ });
874
+ /** @internal */
875
+ export const ContentHint6$outboundSchema = z.object({
876
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
877
+ storeId: z.string(),
878
+ });
879
+ /**
880
+ * @internal
881
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
882
+ */
883
+ export var ContentHint6$;
884
+ (function (ContentHint6$) {
885
+ /** @deprecated use `ContentHint6$inboundSchema` instead. */
886
+ ContentHint6$.inboundSchema = ContentHint6$inboundSchema;
887
+ /** @deprecated use `ContentHint6$outboundSchema` instead. */
888
+ ContentHint6$.outboundSchema = ContentHint6$outboundSchema;
889
+ })(ContentHint6$ || (ContentHint6$ = {}));
890
+ /** @internal */
891
+ export const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200Type);
892
+ /** @internal */
893
+ export const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema;
894
+ /**
895
+ * @internal
896
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
897
+ */
898
+ export var UpdateProjectDataCacheContentHintProjectsResponse200Type$;
899
+ (function (UpdateProjectDataCacheContentHintProjectsResponse200Type$) {
900
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema` instead. */
901
+ UpdateProjectDataCacheContentHintProjectsResponse200Type$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema;
902
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema` instead. */
903
+ UpdateProjectDataCacheContentHintProjectsResponse200Type$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema;
904
+ })(UpdateProjectDataCacheContentHintProjectsResponse200Type$ || (UpdateProjectDataCacheContentHintProjectsResponse200Type$ = {}));
905
+ /** @internal */
906
+ export const ContentHint5$inboundSchema = z.object({
907
+ type: UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema,
908
+ storeId: z.string(),
909
+ });
910
+ /** @internal */
911
+ export const ContentHint5$outboundSchema = z.object({
912
+ type: UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema,
913
+ storeId: z.string(),
914
+ });
915
+ /**
916
+ * @internal
917
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
918
+ */
919
+ export var ContentHint5$;
920
+ (function (ContentHint5$) {
921
+ /** @deprecated use `ContentHint5$inboundSchema` instead. */
922
+ ContentHint5$.inboundSchema = ContentHint5$inboundSchema;
923
+ /** @deprecated use `ContentHint5$outboundSchema` instead. */
924
+ ContentHint5$.outboundSchema = ContentHint5$outboundSchema;
925
+ })(ContentHint5$ || (ContentHint5$ = {}));
926
+ /** @internal */
927
+ export const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponseType);
928
+ /** @internal */
929
+ export const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema = UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema;
930
+ /**
931
+ * @internal
932
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
933
+ */
934
+ export var UpdateProjectDataCacheContentHintProjectsResponseType$;
935
+ (function (UpdateProjectDataCacheContentHintProjectsResponseType$) {
936
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema` instead. */
937
+ UpdateProjectDataCacheContentHintProjectsResponseType$.inboundSchema = UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema;
938
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema` instead. */
939
+ UpdateProjectDataCacheContentHintProjectsResponseType$.outboundSchema = UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema;
940
+ })(UpdateProjectDataCacheContentHintProjectsResponseType$ || (UpdateProjectDataCacheContentHintProjectsResponseType$ = {}));
941
+ /** @internal */
942
+ export const ContentHint4$inboundSchema = z.object({
943
+ type: UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema,
944
+ storeId: z.string(),
945
+ });
946
+ /** @internal */
947
+ export const ContentHint4$outboundSchema = z.object({
948
+ type: UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema,
949
+ storeId: z.string(),
950
+ });
951
+ /**
952
+ * @internal
953
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
954
+ */
955
+ export var ContentHint4$;
956
+ (function (ContentHint4$) {
957
+ /** @deprecated use `ContentHint4$inboundSchema` instead. */
958
+ ContentHint4$.inboundSchema = ContentHint4$inboundSchema;
959
+ /** @deprecated use `ContentHint4$outboundSchema` instead. */
960
+ ContentHint4$.outboundSchema = ContentHint4$outboundSchema;
961
+ })(ContentHint4$ || (ContentHint4$ = {}));
962
+ /** @internal */
963
+ export const UpdateProjectDataCacheContentHintProjectsType$inboundSchema = z
964
+ .nativeEnum(UpdateProjectDataCacheContentHintProjectsType);
965
+ /** @internal */
966
+ export const UpdateProjectDataCacheContentHintProjectsType$outboundSchema = UpdateProjectDataCacheContentHintProjectsType$inboundSchema;
967
+ /**
968
+ * @internal
969
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
970
+ */
971
+ export var UpdateProjectDataCacheContentHintProjectsType$;
972
+ (function (UpdateProjectDataCacheContentHintProjectsType$) {
973
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$inboundSchema` instead. */
974
+ UpdateProjectDataCacheContentHintProjectsType$.inboundSchema = UpdateProjectDataCacheContentHintProjectsType$inboundSchema;
975
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$outboundSchema` instead. */
976
+ UpdateProjectDataCacheContentHintProjectsType$.outboundSchema = UpdateProjectDataCacheContentHintProjectsType$outboundSchema;
977
+ })(UpdateProjectDataCacheContentHintProjectsType$ || (UpdateProjectDataCacheContentHintProjectsType$ = {}));
978
+ /** @internal */
979
+ export const ContentHint3$inboundSchema = z.object({
980
+ type: UpdateProjectDataCacheContentHintProjectsType$inboundSchema,
981
+ storeId: z.string(),
982
+ });
983
+ /** @internal */
984
+ export const ContentHint3$outboundSchema = z.object({
985
+ type: UpdateProjectDataCacheContentHintProjectsType$outboundSchema,
986
+ storeId: z.string(),
987
+ });
988
+ /**
989
+ * @internal
990
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
991
+ */
992
+ export var ContentHint3$;
993
+ (function (ContentHint3$) {
994
+ /** @deprecated use `ContentHint3$inboundSchema` instead. */
995
+ ContentHint3$.inboundSchema = ContentHint3$inboundSchema;
996
+ /** @deprecated use `ContentHint3$outboundSchema` instead. */
997
+ ContentHint3$.outboundSchema = ContentHint3$outboundSchema;
998
+ })(ContentHint3$ || (ContentHint3$ = {}));
999
+ /** @internal */
1000
+ export const UpdateProjectDataCacheContentHintType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheContentHintType);
1001
+ /** @internal */
1002
+ export const UpdateProjectDataCacheContentHintType$outboundSchema = UpdateProjectDataCacheContentHintType$inboundSchema;
1003
+ /**
1004
+ * @internal
1005
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1006
+ */
1007
+ export var UpdateProjectDataCacheContentHintType$;
1008
+ (function (UpdateProjectDataCacheContentHintType$) {
1009
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$inboundSchema` instead. */
1010
+ UpdateProjectDataCacheContentHintType$.inboundSchema = UpdateProjectDataCacheContentHintType$inboundSchema;
1011
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$outboundSchema` instead. */
1012
+ UpdateProjectDataCacheContentHintType$.outboundSchema = UpdateProjectDataCacheContentHintType$outboundSchema;
1013
+ })(UpdateProjectDataCacheContentHintType$ || (UpdateProjectDataCacheContentHintType$ = {}));
1014
+ /** @internal */
1015
+ export const ContentHint2$inboundSchema = z.object({
1016
+ type: UpdateProjectDataCacheContentHintType$inboundSchema,
1017
+ storeId: z.string(),
1018
+ });
1019
+ /** @internal */
1020
+ export const ContentHint2$outboundSchema = z.object({
1021
+ type: UpdateProjectDataCacheContentHintType$outboundSchema,
1022
+ storeId: z.string(),
1023
+ });
1024
+ /**
1025
+ * @internal
1026
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1027
+ */
1028
+ export var ContentHint2$;
1029
+ (function (ContentHint2$) {
1030
+ /** @deprecated use `ContentHint2$inboundSchema` instead. */
1031
+ ContentHint2$.inboundSchema = ContentHint2$inboundSchema;
1032
+ /** @deprecated use `ContentHint2$outboundSchema` instead. */
1033
+ ContentHint2$.outboundSchema = ContentHint2$outboundSchema;
1034
+ })(ContentHint2$ || (ContentHint2$ = {}));
1035
+ /** @internal */
1036
+ export const ContentHintType$inboundSchema = z.nativeEnum(ContentHintType);
1037
+ /** @internal */
1038
+ export const ContentHintType$outboundSchema = ContentHintType$inboundSchema;
1039
+ /**
1040
+ * @internal
1041
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1042
+ */
1043
+ export var ContentHintType$;
1044
+ (function (ContentHintType$) {
1045
+ /** @deprecated use `ContentHintType$inboundSchema` instead. */
1046
+ ContentHintType$.inboundSchema = ContentHintType$inboundSchema;
1047
+ /** @deprecated use `ContentHintType$outboundSchema` instead. */
1048
+ ContentHintType$.outboundSchema = ContentHintType$outboundSchema;
1049
+ })(ContentHintType$ || (ContentHintType$ = {}));
1050
+ /** @internal */
1051
+ export const ContentHint1$inboundSchema = z.object({
1052
+ type: ContentHintType$inboundSchema,
1053
+ storeId: z.string(),
1054
+ });
1055
+ /** @internal */
1056
+ export const ContentHint1$outboundSchema = z.object({
1057
+ type: ContentHintType$outboundSchema,
1058
+ storeId: z.string(),
1059
+ });
1060
+ /**
1061
+ * @internal
1062
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1063
+ */
1064
+ export var ContentHint1$;
1065
+ (function (ContentHint1$) {
1066
+ /** @deprecated use `ContentHint1$inboundSchema` instead. */
1067
+ ContentHint1$.inboundSchema = ContentHint1$inboundSchema;
1068
+ /** @deprecated use `ContentHint1$outboundSchema` instead. */
1069
+ ContentHint1$.outboundSchema = ContentHint1$outboundSchema;
1070
+ })(ContentHint1$ || (ContentHint1$ = {}));
1071
+ /** @internal */
1072
+ export const ContentHint$inboundSchema = z.union([
1073
+ z.lazy(() => ContentHint1$inboundSchema),
1074
+ z.lazy(() => ContentHint2$inboundSchema),
1075
+ z.lazy(() => ContentHint3$inboundSchema),
1076
+ z.lazy(() => ContentHint4$inboundSchema),
1077
+ z.lazy(() => ContentHint5$inboundSchema),
1078
+ z.lazy(() => ContentHint6$inboundSchema),
1079
+ z.lazy(() => ContentHint7$inboundSchema),
1080
+ z.lazy(() => ContentHint8$inboundSchema),
1081
+ z.lazy(() => ContentHint9$inboundSchema),
1082
+ z.lazy(() => ContentHint10$inboundSchema),
1083
+ z.lazy(() => Eleven$inboundSchema),
1084
+ z.lazy(() => Twelve$inboundSchema),
1085
+ z.lazy(() => Thirteen$inboundSchema),
1086
+ z.lazy(() => Fourteen$inboundSchema),
1087
+ ]);
1088
+ /** @internal */
1089
+ export const ContentHint$outboundSchema = z.union([
1090
+ z.lazy(() => ContentHint1$outboundSchema),
1091
+ z.lazy(() => ContentHint2$outboundSchema),
1092
+ z.lazy(() => ContentHint3$outboundSchema),
1093
+ z.lazy(() => ContentHint4$outboundSchema),
1094
+ z.lazy(() => ContentHint5$outboundSchema),
1095
+ z.lazy(() => ContentHint6$outboundSchema),
1096
+ z.lazy(() => ContentHint7$outboundSchema),
1097
+ z.lazy(() => ContentHint8$outboundSchema),
1098
+ z.lazy(() => ContentHint9$outboundSchema),
1099
+ z.lazy(() => ContentHint10$outboundSchema),
1100
+ z.lazy(() => Eleven$outboundSchema),
1101
+ z.lazy(() => Twelve$outboundSchema),
1102
+ z.lazy(() => Thirteen$outboundSchema),
1103
+ z.lazy(() => Fourteen$outboundSchema),
1104
+ ]);
1105
+ /**
1106
+ * @internal
1107
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1108
+ */
1109
+ export var ContentHint$;
1110
+ (function (ContentHint$) {
1111
+ /** @deprecated use `ContentHint$inboundSchema` instead. */
1112
+ ContentHint$.inboundSchema = ContentHint$inboundSchema;
1113
+ /** @deprecated use `ContentHint$outboundSchema` instead. */
1114
+ ContentHint$.outboundSchema = ContentHint$outboundSchema;
1115
+ })(ContentHint$ || (ContentHint$ = {}));
1116
+ /** @internal */
1117
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheProjectsResponse200ApplicationJSONType);
1118
+ /** @internal */
1119
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema;
1120
+ /**
1121
+ * @internal
1122
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1123
+ */
1124
+ export var UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$;
1125
+ (function (UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$) {
1126
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
1127
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$.inboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema;
1128
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
1129
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$.outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema;
1130
+ })(UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ || (UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ = {}));
1131
+ /** @internal */
1132
+ export const InternalContentHint$inboundSchema = z.object({
1133
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema,
1134
+ encryptedValue: z.string(),
1135
+ });
1136
+ /** @internal */
1137
+ export const InternalContentHint$outboundSchema = z.object({
1138
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema,
1139
+ encryptedValue: z.string(),
1140
+ });
1141
+ /**
1142
+ * @internal
1143
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1144
+ */
1145
+ export var InternalContentHint$;
1146
+ (function (InternalContentHint$) {
1147
+ /** @deprecated use `InternalContentHint$inboundSchema` instead. */
1148
+ InternalContentHint$.inboundSchema = InternalContentHint$inboundSchema;
1149
+ /** @deprecated use `InternalContentHint$outboundSchema` instead. */
1150
+ InternalContentHint$.outboundSchema = InternalContentHint$outboundSchema;
1151
+ })(InternalContentHint$ || (InternalContentHint$ = {}));
1152
+ /** @internal */
1153
+ export const Env$inboundSchema = z
1154
+ .object({
1155
+ target: z.union([
1156
+ z.array(UpdateProjectDataCacheTarget1$inboundSchema),
1157
+ UpdateProjectDataCacheTarget2$inboundSchema,
1158
+ ]).optional(),
1159
+ type: UpdateProjectDataCacheType$inboundSchema,
1160
+ sunsetSecretId: z.string().optional(),
1161
+ id: z.string().optional(),
1162
+ key: z.string(),
1163
+ value: z.string(),
1164
+ configurationId: z.nullable(z.string()).optional(),
1165
+ createdAt: z.number().optional(),
1166
+ updatedAt: z.number().optional(),
1167
+ createdBy: z.nullable(z.string()).optional(),
1168
+ updatedBy: z.nullable(z.string()).optional(),
1169
+ gitBranch: z.string().optional(),
1170
+ edgeConfigId: z.nullable(z.string()).optional(),
1171
+ edgeConfigTokenId: z.nullable(z.string()).optional(),
1172
+ contentHint: z.nullable(z.union([
1173
+ z.lazy(() => ContentHint1$inboundSchema),
1174
+ z.lazy(() => ContentHint2$inboundSchema),
1175
+ z.lazy(() => ContentHint3$inboundSchema),
1176
+ z.lazy(() => ContentHint4$inboundSchema),
1177
+ z.lazy(() => ContentHint5$inboundSchema),
1178
+ z.lazy(() => ContentHint6$inboundSchema),
1179
+ z.lazy(() => ContentHint7$inboundSchema),
1180
+ z.lazy(() => ContentHint8$inboundSchema),
1181
+ z.lazy(() => ContentHint9$inboundSchema),
1182
+ z.lazy(() => ContentHint10$inboundSchema),
1183
+ z.lazy(() => Eleven$inboundSchema),
1184
+ z.lazy(() => Twelve$inboundSchema),
1185
+ z.lazy(() => Thirteen$inboundSchema),
1186
+ z.lazy(() => Fourteen$inboundSchema),
1187
+ ])).optional(),
1188
+ internalContentHint: z.nullable(z.lazy(() => InternalContentHint$inboundSchema)).optional(),
1189
+ decrypted: z.boolean().optional(),
1190
+ comment: z.string().optional(),
1191
+ customEnvironmentIds: z.array(z.string()).optional(),
1192
+ vsmValue: z.string().optional(),
1193
+ });
1194
+ /** @internal */
1195
+ export const Env$outboundSchema = z
1196
+ .object({
1197
+ target: z.union([
1198
+ z.array(UpdateProjectDataCacheTarget1$outboundSchema),
1199
+ UpdateProjectDataCacheTarget2$outboundSchema,
1200
+ ]).optional(),
1201
+ type: UpdateProjectDataCacheType$outboundSchema,
1202
+ sunsetSecretId: z.string().optional(),
1203
+ id: z.string().optional(),
1204
+ key: z.string(),
1205
+ value: z.string(),
1206
+ configurationId: z.nullable(z.string()).optional(),
1207
+ createdAt: z.number().optional(),
1208
+ updatedAt: z.number().optional(),
1209
+ createdBy: z.nullable(z.string()).optional(),
1210
+ updatedBy: z.nullable(z.string()).optional(),
1211
+ gitBranch: z.string().optional(),
1212
+ edgeConfigId: z.nullable(z.string()).optional(),
1213
+ edgeConfigTokenId: z.nullable(z.string()).optional(),
1214
+ contentHint: z.nullable(z.union([
1215
+ z.lazy(() => ContentHint1$outboundSchema),
1216
+ z.lazy(() => ContentHint2$outboundSchema),
1217
+ z.lazy(() => ContentHint3$outboundSchema),
1218
+ z.lazy(() => ContentHint4$outboundSchema),
1219
+ z.lazy(() => ContentHint5$outboundSchema),
1220
+ z.lazy(() => ContentHint6$outboundSchema),
1221
+ z.lazy(() => ContentHint7$outboundSchema),
1222
+ z.lazy(() => ContentHint8$outboundSchema),
1223
+ z.lazy(() => ContentHint9$outboundSchema),
1224
+ z.lazy(() => ContentHint10$outboundSchema),
1225
+ z.lazy(() => Eleven$outboundSchema),
1226
+ z.lazy(() => Twelve$outboundSchema),
1227
+ z.lazy(() => Thirteen$outboundSchema),
1228
+ z.lazy(() => Fourteen$outboundSchema),
1229
+ ])).optional(),
1230
+ internalContentHint: z.nullable(z.lazy(() => InternalContentHint$outboundSchema)).optional(),
1231
+ decrypted: z.boolean().optional(),
1232
+ comment: z.string().optional(),
1233
+ customEnvironmentIds: z.array(z.string()).optional(),
1234
+ vsmValue: z.string().optional(),
1235
+ });
1236
+ /**
1237
+ * @internal
1238
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1239
+ */
1240
+ export var Env$;
1241
+ (function (Env$) {
1242
+ /** @deprecated use `Env$inboundSchema` instead. */
1243
+ Env$.inboundSchema = Env$inboundSchema;
1244
+ /** @deprecated use `Env$outboundSchema` instead. */
1245
+ Env$.outboundSchema = Env$outboundSchema;
1246
+ })(Env$ || (Env$ = {}));
1247
+ /** @internal */
1248
+ export const UpdateProjectDataCacheFramework$inboundSchema = z.nativeEnum(UpdateProjectDataCacheFramework);
1249
+ /** @internal */
1250
+ export const UpdateProjectDataCacheFramework$outboundSchema = UpdateProjectDataCacheFramework$inboundSchema;
1251
+ /**
1252
+ * @internal
1253
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1254
+ */
1255
+ export var UpdateProjectDataCacheFramework$;
1256
+ (function (UpdateProjectDataCacheFramework$) {
1257
+ /** @deprecated use `UpdateProjectDataCacheFramework$inboundSchema` instead. */
1258
+ UpdateProjectDataCacheFramework$.inboundSchema = UpdateProjectDataCacheFramework$inboundSchema;
1259
+ /** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
1260
+ UpdateProjectDataCacheFramework$.outboundSchema = UpdateProjectDataCacheFramework$outboundSchema;
1261
+ })(UpdateProjectDataCacheFramework$ || (UpdateProjectDataCacheFramework$ = {}));
1262
+ /** @internal */
1263
+ export const AliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
1264
+ /** @internal */
1265
+ export const AliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
1266
+ /**
1267
+ * @internal
1268
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1269
+ */
1270
+ export var AliasAssigned$;
1271
+ (function (AliasAssigned$) {
1272
+ /** @deprecated use `AliasAssigned$inboundSchema` instead. */
1273
+ AliasAssigned$.inboundSchema = AliasAssigned$inboundSchema;
1274
+ /** @deprecated use `AliasAssigned$outboundSchema` instead. */
1275
+ AliasAssigned$.outboundSchema = AliasAssigned$outboundSchema;
1276
+ })(AliasAssigned$ || (AliasAssigned$ = {}));
1277
+ /** @internal */
1278
+ export const UpdateProjectDataCacheProjectsAliasError$inboundSchema = z.object({
1279
+ code: z.string(),
1280
+ message: z.string(),
1281
+ });
1282
+ /** @internal */
1283
+ export const UpdateProjectDataCacheProjectsAliasError$outboundSchema = z.object({
1284
+ code: z.string(),
1285
+ message: z.string(),
1286
+ });
1287
+ /**
1288
+ * @internal
1289
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1290
+ */
1291
+ export var UpdateProjectDataCacheProjectsAliasError$;
1292
+ (function (UpdateProjectDataCacheProjectsAliasError$) {
1293
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$inboundSchema` instead. */
1294
+ UpdateProjectDataCacheProjectsAliasError$.inboundSchema = UpdateProjectDataCacheProjectsAliasError$inboundSchema;
1295
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$outboundSchema` instead. */
1296
+ UpdateProjectDataCacheProjectsAliasError$.outboundSchema = UpdateProjectDataCacheProjectsAliasError$outboundSchema;
1297
+ })(UpdateProjectDataCacheProjectsAliasError$ || (UpdateProjectDataCacheProjectsAliasError$ = {}));
1298
+ /** @internal */
1299
+ export const UpdateProjectDataCacheBuilds$inboundSchema = z.object({
1300
+ use: z.string(),
1301
+ src: z.string().optional(),
1302
+ dest: z.string().optional(),
1303
+ });
1304
+ /** @internal */
1305
+ export const UpdateProjectDataCacheBuilds$outboundSchema = z.object({
1306
+ use: z.string(),
1307
+ src: z.string().optional(),
1308
+ dest: z.string().optional(),
1309
+ });
1310
+ /**
1311
+ * @internal
1312
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1313
+ */
1314
+ export var UpdateProjectDataCacheBuilds$;
1315
+ (function (UpdateProjectDataCacheBuilds$) {
1316
+ /** @deprecated use `UpdateProjectDataCacheBuilds$inboundSchema` instead. */
1317
+ UpdateProjectDataCacheBuilds$.inboundSchema = UpdateProjectDataCacheBuilds$inboundSchema;
1318
+ /** @deprecated use `UpdateProjectDataCacheBuilds$outboundSchema` instead. */
1319
+ UpdateProjectDataCacheBuilds$.outboundSchema = UpdateProjectDataCacheBuilds$outboundSchema;
1320
+ })(UpdateProjectDataCacheBuilds$ || (UpdateProjectDataCacheBuilds$ = {}));
1321
+ /** @internal */
1322
+ export const UpdateProjectDataCacheProjectsCreator$inboundSchema = z.object({
1323
+ email: z.string(),
1324
+ githubLogin: z.string().optional(),
1325
+ gitlabLogin: z.string().optional(),
1326
+ uid: z.string(),
1327
+ username: z.string(),
1328
+ });
1329
+ /** @internal */
1330
+ export const UpdateProjectDataCacheProjectsCreator$outboundSchema = z.object({
1331
+ email: z.string(),
1332
+ githubLogin: z.string().optional(),
1333
+ gitlabLogin: z.string().optional(),
1334
+ uid: z.string(),
1335
+ username: z.string(),
1336
+ });
1337
+ /**
1338
+ * @internal
1339
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1340
+ */
1341
+ export var UpdateProjectDataCacheProjectsCreator$;
1342
+ (function (UpdateProjectDataCacheProjectsCreator$) {
1343
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$inboundSchema` instead. */
1344
+ UpdateProjectDataCacheProjectsCreator$.inboundSchema = UpdateProjectDataCacheProjectsCreator$inboundSchema;
1345
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$outboundSchema` instead. */
1346
+ UpdateProjectDataCacheProjectsCreator$.outboundSchema = UpdateProjectDataCacheProjectsCreator$outboundSchema;
1347
+ })(UpdateProjectDataCacheProjectsCreator$ || (UpdateProjectDataCacheProjectsCreator$ = {}));
1348
+ /** @internal */
1349
+ export const UpdateProjectDataCacheProjectsPlan$inboundSchema = z.nativeEnum(UpdateProjectDataCacheProjectsPlan);
1350
+ /** @internal */
1351
+ export const UpdateProjectDataCacheProjectsPlan$outboundSchema = UpdateProjectDataCacheProjectsPlan$inboundSchema;
1352
+ /**
1353
+ * @internal
1354
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1355
+ */
1356
+ export var UpdateProjectDataCacheProjectsPlan$;
1357
+ (function (UpdateProjectDataCacheProjectsPlan$) {
1358
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$inboundSchema` instead. */
1359
+ UpdateProjectDataCacheProjectsPlan$.inboundSchema = UpdateProjectDataCacheProjectsPlan$inboundSchema;
1360
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$outboundSchema` instead. */
1361
+ UpdateProjectDataCacheProjectsPlan$.outboundSchema = UpdateProjectDataCacheProjectsPlan$outboundSchema;
1362
+ })(UpdateProjectDataCacheProjectsPlan$ || (UpdateProjectDataCacheProjectsPlan$ = {}));
1363
+ /** @internal */
1364
+ export const UpdateProjectDataCacheReadyState$inboundSchema = z.nativeEnum(UpdateProjectDataCacheReadyState);
1365
+ /** @internal */
1366
+ export const UpdateProjectDataCacheReadyState$outboundSchema = UpdateProjectDataCacheReadyState$inboundSchema;
1367
+ /**
1368
+ * @internal
1369
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1370
+ */
1371
+ export var UpdateProjectDataCacheReadyState$;
1372
+ (function (UpdateProjectDataCacheReadyState$) {
1373
+ /** @deprecated use `UpdateProjectDataCacheReadyState$inboundSchema` instead. */
1374
+ UpdateProjectDataCacheReadyState$.inboundSchema = UpdateProjectDataCacheReadyState$inboundSchema;
1375
+ /** @deprecated use `UpdateProjectDataCacheReadyState$outboundSchema` instead. */
1376
+ UpdateProjectDataCacheReadyState$.outboundSchema = UpdateProjectDataCacheReadyState$outboundSchema;
1377
+ })(UpdateProjectDataCacheReadyState$ || (UpdateProjectDataCacheReadyState$ = {}));
1378
+ /** @internal */
1379
+ export const UpdateProjectDataCacheProjectsReadySubstate$inboundSchema = z
1380
+ .nativeEnum(UpdateProjectDataCacheProjectsReadySubstate);
1381
+ /** @internal */
1382
+ export const UpdateProjectDataCacheProjectsReadySubstate$outboundSchema = UpdateProjectDataCacheProjectsReadySubstate$inboundSchema;
1383
+ /**
1384
+ * @internal
1385
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1386
+ */
1387
+ export var UpdateProjectDataCacheProjectsReadySubstate$;
1388
+ (function (UpdateProjectDataCacheProjectsReadySubstate$) {
1389
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$inboundSchema` instead. */
1390
+ UpdateProjectDataCacheProjectsReadySubstate$.inboundSchema = UpdateProjectDataCacheProjectsReadySubstate$inboundSchema;
1391
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$outboundSchema` instead. */
1392
+ UpdateProjectDataCacheProjectsReadySubstate$.outboundSchema = UpdateProjectDataCacheProjectsReadySubstate$outboundSchema;
1393
+ })(UpdateProjectDataCacheProjectsReadySubstate$ || (UpdateProjectDataCacheProjectsReadySubstate$ = {}));
1394
+ /** @internal */
1395
+ export const UpdateProjectDataCacheProjectsType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheProjectsType);
1396
+ /** @internal */
1397
+ export const UpdateProjectDataCacheProjectsType$outboundSchema = UpdateProjectDataCacheProjectsType$inboundSchema;
1398
+ /**
1399
+ * @internal
1400
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1401
+ */
1402
+ export var UpdateProjectDataCacheProjectsType$;
1403
+ (function (UpdateProjectDataCacheProjectsType$) {
1404
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
1405
+ UpdateProjectDataCacheProjectsType$.inboundSchema = UpdateProjectDataCacheProjectsType$inboundSchema;
1406
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
1407
+ UpdateProjectDataCacheProjectsType$.outboundSchema = UpdateProjectDataCacheProjectsType$outboundSchema;
1408
+ })(UpdateProjectDataCacheProjectsType$ || (UpdateProjectDataCacheProjectsType$ = {}));
1409
+ /** @internal */
1410
+ export const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema = z
1411
+ .nativeEnum(UpdateProjectDataCacheProjectsChecksConclusion);
1412
+ /** @internal */
1413
+ export const UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema = UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema;
1414
+ /**
1415
+ * @internal
1416
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1417
+ */
1418
+ export var UpdateProjectDataCacheProjectsChecksConclusion$;
1419
+ (function (UpdateProjectDataCacheProjectsChecksConclusion$) {
1420
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema` instead. */
1421
+ UpdateProjectDataCacheProjectsChecksConclusion$.inboundSchema = UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema;
1422
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema` instead. */
1423
+ UpdateProjectDataCacheProjectsChecksConclusion$.outboundSchema = UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema;
1424
+ })(UpdateProjectDataCacheProjectsChecksConclusion$ || (UpdateProjectDataCacheProjectsChecksConclusion$ = {}));
1425
+ /** @internal */
1426
+ export const UpdateProjectDataCacheProjectsChecksState$inboundSchema = z
1427
+ .nativeEnum(UpdateProjectDataCacheProjectsChecksState);
1428
+ /** @internal */
1429
+ export const UpdateProjectDataCacheProjectsChecksState$outboundSchema = UpdateProjectDataCacheProjectsChecksState$inboundSchema;
1430
+ /**
1431
+ * @internal
1432
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1433
+ */
1434
+ export var UpdateProjectDataCacheProjectsChecksState$;
1435
+ (function (UpdateProjectDataCacheProjectsChecksState$) {
1436
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$inboundSchema` instead. */
1437
+ UpdateProjectDataCacheProjectsChecksState$.inboundSchema = UpdateProjectDataCacheProjectsChecksState$inboundSchema;
1438
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$outboundSchema` instead. */
1439
+ UpdateProjectDataCacheProjectsChecksState$.outboundSchema = UpdateProjectDataCacheProjectsChecksState$outboundSchema;
1440
+ })(UpdateProjectDataCacheProjectsChecksState$ || (UpdateProjectDataCacheProjectsChecksState$ = {}));
1441
+ /** @internal */
1442
+ export const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema = z.union([z.string(), z.array(z.string())]);
1443
+ /** @internal */
1444
+ export const UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema = z.union([z.string(), z.array(z.string())]);
1445
+ /**
1446
+ * @internal
1447
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1448
+ */
1449
+ export var UpdateProjectDataCacheProjectsOidcTokenClaims$;
1450
+ (function (UpdateProjectDataCacheProjectsOidcTokenClaims$) {
1451
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema` instead. */
1452
+ UpdateProjectDataCacheProjectsOidcTokenClaims$.inboundSchema = UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema;
1453
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema` instead. */
1454
+ UpdateProjectDataCacheProjectsOidcTokenClaims$.outboundSchema = UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema;
1455
+ })(UpdateProjectDataCacheProjectsOidcTokenClaims$ || (UpdateProjectDataCacheProjectsOidcTokenClaims$ = {}));
1456
+ /** @internal */
1457
+ export const LatestDeployments$inboundSchema = z.object({
1458
+ alias: z.array(z.string()).optional(),
1459
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
1460
+ aliasError: z.nullable(z.lazy(() => UpdateProjectDataCacheProjectsAliasError$inboundSchema)).optional(),
1461
+ aliasFinal: z.nullable(z.string()).optional(),
1462
+ automaticAliases: z.array(z.string()).optional(),
1463
+ builds: z.array(z.lazy(() => UpdateProjectDataCacheBuilds$inboundSchema))
1464
+ .optional(),
1465
+ connectBuildsEnabled: z.boolean().optional(),
1466
+ connectConfigurationId: z.string().optional(),
1467
+ createdAt: z.number(),
1468
+ createdIn: z.string(),
1469
+ creator: z.nullable(z.lazy(() => UpdateProjectDataCacheProjectsCreator$inboundSchema)),
1470
+ deletedAt: z.number().optional(),
1471
+ deploymentHostname: z.string(),
1472
+ name: z.string(),
1473
+ forced: z.boolean().optional(),
1474
+ id: z.string(),
1475
+ meta: z.record(z.string()).optional(),
1476
+ monorepoManager: z.nullable(z.string()).optional(),
1477
+ plan: UpdateProjectDataCacheProjectsPlan$inboundSchema,
1478
+ private: z.boolean(),
1479
+ readyState: UpdateProjectDataCacheReadyState$inboundSchema,
1480
+ readySubstate: UpdateProjectDataCacheProjectsReadySubstate$inboundSchema
1481
+ .optional(),
1482
+ requestedAt: z.number().optional(),
1483
+ target: z.nullable(z.string()).optional(),
1484
+ teamId: z.nullable(z.string()).optional(),
1485
+ type: UpdateProjectDataCacheProjectsType$inboundSchema,
1486
+ url: z.string(),
1487
+ userId: z.string(),
1488
+ withCache: z.boolean().optional(),
1489
+ checksConclusion: UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema
1490
+ .optional(),
1491
+ checksState: UpdateProjectDataCacheProjectsChecksState$inboundSchema
1492
+ .optional(),
1493
+ readyAt: z.number().optional(),
1494
+ buildingAt: z.number().optional(),
1495
+ previewCommentsEnabled: z.boolean().optional(),
1496
+ oidcTokenClaims: z.record(z.union([z.string(), z.array(z.string())]))
1497
+ .optional(),
1498
+ });
1499
+ /** @internal */
1500
+ export const LatestDeployments$outboundSchema = z.object({
1501
+ alias: z.array(z.string()).optional(),
1502
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
1503
+ aliasError: z.nullable(z.lazy(() => UpdateProjectDataCacheProjectsAliasError$outboundSchema)).optional(),
1504
+ aliasFinal: z.nullable(z.string()).optional(),
1505
+ automaticAliases: z.array(z.string()).optional(),
1506
+ builds: z.array(z.lazy(() => UpdateProjectDataCacheBuilds$outboundSchema))
1507
+ .optional(),
1508
+ connectBuildsEnabled: z.boolean().optional(),
1509
+ connectConfigurationId: z.string().optional(),
1510
+ createdAt: z.number(),
1511
+ createdIn: z.string(),
1512
+ creator: z.nullable(z.lazy(() => UpdateProjectDataCacheProjectsCreator$outboundSchema)),
1513
+ deletedAt: z.number().optional(),
1514
+ deploymentHostname: z.string(),
1515
+ name: z.string(),
1516
+ forced: z.boolean().optional(),
1517
+ id: z.string(),
1518
+ meta: z.record(z.string()).optional(),
1519
+ monorepoManager: z.nullable(z.string()).optional(),
1520
+ plan: UpdateProjectDataCacheProjectsPlan$outboundSchema,
1521
+ private: z.boolean(),
1522
+ readyState: UpdateProjectDataCacheReadyState$outboundSchema,
1523
+ readySubstate: UpdateProjectDataCacheProjectsReadySubstate$outboundSchema
1524
+ .optional(),
1525
+ requestedAt: z.number().optional(),
1526
+ target: z.nullable(z.string()).optional(),
1527
+ teamId: z.nullable(z.string()).optional(),
1528
+ type: UpdateProjectDataCacheProjectsType$outboundSchema,
1529
+ url: z.string(),
1530
+ userId: z.string(),
1531
+ withCache: z.boolean().optional(),
1532
+ checksConclusion: UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema.optional(),
1533
+ checksState: UpdateProjectDataCacheProjectsChecksState$outboundSchema
1534
+ .optional(),
1535
+ readyAt: z.number().optional(),
1536
+ buildingAt: z.number().optional(),
1537
+ previewCommentsEnabled: z.boolean().optional(),
1538
+ oidcTokenClaims: z.record(z.union([z.string(), z.array(z.string())]))
1539
+ .optional(),
1540
+ });
1541
+ /**
1542
+ * @internal
1543
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1544
+ */
1545
+ export var LatestDeployments$;
1546
+ (function (LatestDeployments$) {
1547
+ /** @deprecated use `LatestDeployments$inboundSchema` instead. */
1548
+ LatestDeployments$.inboundSchema = LatestDeployments$inboundSchema;
1549
+ /** @deprecated use `LatestDeployments$outboundSchema` instead. */
1550
+ LatestDeployments$.outboundSchema = LatestDeployments$outboundSchema;
1551
+ })(LatestDeployments$ || (LatestDeployments$ = {}));
1552
+ /** @internal */
1553
+ export const UpdateProjectDataCacheLinkProjectsType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheLinkProjectsType);
1554
+ /** @internal */
1555
+ export const UpdateProjectDataCacheLinkProjectsType$outboundSchema = UpdateProjectDataCacheLinkProjectsType$inboundSchema;
1556
+ /**
1557
+ * @internal
1558
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1559
+ */
1560
+ export var UpdateProjectDataCacheLinkProjectsType$;
1561
+ (function (UpdateProjectDataCacheLinkProjectsType$) {
1562
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
1563
+ UpdateProjectDataCacheLinkProjectsType$.inboundSchema = UpdateProjectDataCacheLinkProjectsType$inboundSchema;
1564
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
1565
+ UpdateProjectDataCacheLinkProjectsType$.outboundSchema = UpdateProjectDataCacheLinkProjectsType$outboundSchema;
1566
+ })(UpdateProjectDataCacheLinkProjectsType$ || (UpdateProjectDataCacheLinkProjectsType$ = {}));
1567
+ /** @internal */
1568
+ export const UpdateProjectDataCacheLinkDeployHooks$inboundSchema = z.object({
1569
+ createdAt: z.number().optional(),
1570
+ id: z.string(),
1571
+ name: z.string(),
1572
+ ref: z.string(),
1573
+ url: z.string(),
1574
+ });
1575
+ /** @internal */
1576
+ export const UpdateProjectDataCacheLinkDeployHooks$outboundSchema = z.object({
1577
+ createdAt: z.number().optional(),
1578
+ id: z.string(),
1579
+ name: z.string(),
1580
+ ref: z.string(),
1581
+ url: z.string(),
1582
+ });
1583
+ /**
1584
+ * @internal
1585
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1586
+ */
1587
+ export var UpdateProjectDataCacheLinkDeployHooks$;
1588
+ (function (UpdateProjectDataCacheLinkDeployHooks$) {
1589
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$inboundSchema` instead. */
1590
+ UpdateProjectDataCacheLinkDeployHooks$.inboundSchema = UpdateProjectDataCacheLinkDeployHooks$inboundSchema;
1591
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$outboundSchema` instead. */
1592
+ UpdateProjectDataCacheLinkDeployHooks$.outboundSchema = UpdateProjectDataCacheLinkDeployHooks$outboundSchema;
1593
+ })(UpdateProjectDataCacheLinkDeployHooks$ || (UpdateProjectDataCacheLinkDeployHooks$ = {}));
1594
+ /** @internal */
1595
+ export const Link3$inboundSchema = z
1596
+ .object({
1597
+ name: z.string().optional(),
1598
+ slug: z.string().optional(),
1599
+ owner: z.string().optional(),
1600
+ type: UpdateProjectDataCacheLinkProjectsType$inboundSchema.optional(),
1601
+ uuid: z.string().optional(),
1602
+ workspaceUuid: z.string().optional(),
1603
+ createdAt: z.number().optional(),
1604
+ deployHooks: z.array(z.lazy(() => UpdateProjectDataCacheLinkDeployHooks$inboundSchema)),
1605
+ gitCredentialId: z.string().optional(),
1606
+ updatedAt: z.number().optional(),
1607
+ sourceless: z.boolean().optional(),
1608
+ productionBranch: z.string().optional(),
1609
+ });
1610
+ /** @internal */
1611
+ export const Link3$outboundSchema = z.object({
1612
+ name: z.string().optional(),
1613
+ slug: z.string().optional(),
1614
+ owner: z.string().optional(),
1615
+ type: UpdateProjectDataCacheLinkProjectsType$outboundSchema.optional(),
1616
+ uuid: z.string().optional(),
1617
+ workspaceUuid: z.string().optional(),
1618
+ createdAt: z.number().optional(),
1619
+ deployHooks: z.array(z.lazy(() => UpdateProjectDataCacheLinkDeployHooks$outboundSchema)),
1620
+ gitCredentialId: z.string().optional(),
1621
+ updatedAt: z.number().optional(),
1622
+ sourceless: z.boolean().optional(),
1623
+ productionBranch: z.string().optional(),
1624
+ });
1625
+ /**
1626
+ * @internal
1627
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1628
+ */
1629
+ export var Link3$;
1630
+ (function (Link3$) {
1631
+ /** @deprecated use `Link3$inboundSchema` instead. */
1632
+ Link3$.inboundSchema = Link3$inboundSchema;
1633
+ /** @deprecated use `Link3$outboundSchema` instead. */
1634
+ Link3$.outboundSchema = Link3$outboundSchema;
1635
+ })(Link3$ || (Link3$ = {}));
1636
+ /** @internal */
1637
+ export const UpdateProjectDataCacheLinkType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheLinkType);
1638
+ /** @internal */
1639
+ export const UpdateProjectDataCacheLinkType$outboundSchema = UpdateProjectDataCacheLinkType$inboundSchema;
1640
+ /**
1641
+ * @internal
1642
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1643
+ */
1644
+ export var UpdateProjectDataCacheLinkType$;
1645
+ (function (UpdateProjectDataCacheLinkType$) {
1646
+ /** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
1647
+ UpdateProjectDataCacheLinkType$.inboundSchema = UpdateProjectDataCacheLinkType$inboundSchema;
1648
+ /** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
1649
+ UpdateProjectDataCacheLinkType$.outboundSchema = UpdateProjectDataCacheLinkType$outboundSchema;
1650
+ })(UpdateProjectDataCacheLinkType$ || (UpdateProjectDataCacheLinkType$ = {}));
1651
+ /** @internal */
1652
+ export const LinkDeployHooks$inboundSchema = z.object({
1653
+ createdAt: z.number().optional(),
1654
+ id: z.string(),
1655
+ name: z.string(),
1656
+ ref: z.string(),
1657
+ url: z.string(),
1658
+ });
1659
+ /** @internal */
1660
+ export const LinkDeployHooks$outboundSchema = z.object({
1661
+ createdAt: z.number().optional(),
1662
+ id: z.string(),
1663
+ name: z.string(),
1664
+ ref: z.string(),
1665
+ url: z.string(),
1666
+ });
1667
+ /**
1668
+ * @internal
1669
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1670
+ */
1671
+ export var LinkDeployHooks$;
1672
+ (function (LinkDeployHooks$) {
1673
+ /** @deprecated use `LinkDeployHooks$inboundSchema` instead. */
1674
+ LinkDeployHooks$.inboundSchema = LinkDeployHooks$inboundSchema;
1675
+ /** @deprecated use `LinkDeployHooks$outboundSchema` instead. */
1676
+ LinkDeployHooks$.outboundSchema = LinkDeployHooks$outboundSchema;
1677
+ })(LinkDeployHooks$ || (LinkDeployHooks$ = {}));
1678
+ /** @internal */
1679
+ export const Link2$inboundSchema = z
1680
+ .object({
1681
+ projectId: z.string().optional(),
1682
+ projectName: z.string().optional(),
1683
+ projectNameWithNamespace: z.string().optional(),
1684
+ projectNamespace: z.string().optional(),
1685
+ projectUrl: z.string().optional(),
1686
+ type: UpdateProjectDataCacheLinkType$inboundSchema.optional(),
1687
+ createdAt: z.number().optional(),
1688
+ deployHooks: z.array(z.lazy(() => LinkDeployHooks$inboundSchema)),
1689
+ gitCredentialId: z.string().optional(),
1690
+ updatedAt: z.number().optional(),
1691
+ sourceless: z.boolean().optional(),
1692
+ productionBranch: z.string().optional(),
1693
+ });
1694
+ /** @internal */
1695
+ export const Link2$outboundSchema = z.object({
1696
+ projectId: z.string().optional(),
1697
+ projectName: z.string().optional(),
1698
+ projectNameWithNamespace: z.string().optional(),
1699
+ projectNamespace: z.string().optional(),
1700
+ projectUrl: z.string().optional(),
1701
+ type: UpdateProjectDataCacheLinkType$outboundSchema.optional(),
1702
+ createdAt: z.number().optional(),
1703
+ deployHooks: z.array(z.lazy(() => LinkDeployHooks$outboundSchema)),
1704
+ gitCredentialId: z.string().optional(),
1705
+ updatedAt: z.number().optional(),
1706
+ sourceless: z.boolean().optional(),
1707
+ productionBranch: z.string().optional(),
1708
+ });
1709
+ /**
1710
+ * @internal
1711
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1712
+ */
1713
+ export var Link2$;
1714
+ (function (Link2$) {
1715
+ /** @deprecated use `Link2$inboundSchema` instead. */
1716
+ Link2$.inboundSchema = Link2$inboundSchema;
1717
+ /** @deprecated use `Link2$outboundSchema` instead. */
1718
+ Link2$.outboundSchema = Link2$outboundSchema;
1719
+ })(Link2$ || (Link2$ = {}));
1720
+ /** @internal */
1721
+ export const LinkType$inboundSchema = z
1722
+ .nativeEnum(LinkType);
1723
+ /** @internal */
1724
+ export const LinkType$outboundSchema = LinkType$inboundSchema;
1725
+ /**
1726
+ * @internal
1727
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1728
+ */
1729
+ export var LinkType$;
1730
+ (function (LinkType$) {
1731
+ /** @deprecated use `LinkType$inboundSchema` instead. */
1732
+ LinkType$.inboundSchema = LinkType$inboundSchema;
1733
+ /** @deprecated use `LinkType$outboundSchema` instead. */
1734
+ LinkType$.outboundSchema = LinkType$outboundSchema;
1735
+ })(LinkType$ || (LinkType$ = {}));
1736
+ /** @internal */
1737
+ export const DeployHooks$inboundSchema = z.object({
1738
+ createdAt: z.number().optional(),
1739
+ id: z.string(),
1740
+ name: z.string(),
1741
+ ref: z.string(),
1742
+ url: z.string(),
1743
+ });
1744
+ /** @internal */
1745
+ export const DeployHooks$outboundSchema = z.object({
1746
+ createdAt: z.number().optional(),
1747
+ id: z.string(),
1748
+ name: z.string(),
1749
+ ref: z.string(),
1750
+ url: z.string(),
1751
+ });
1752
+ /**
1753
+ * @internal
1754
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1755
+ */
1756
+ export var DeployHooks$;
1757
+ (function (DeployHooks$) {
1758
+ /** @deprecated use `DeployHooks$inboundSchema` instead. */
1759
+ DeployHooks$.inboundSchema = DeployHooks$inboundSchema;
1760
+ /** @deprecated use `DeployHooks$outboundSchema` instead. */
1761
+ DeployHooks$.outboundSchema = DeployHooks$outboundSchema;
1762
+ })(DeployHooks$ || (DeployHooks$ = {}));
1763
+ /** @internal */
1764
+ export const Link1$inboundSchema = z
1765
+ .object({
1766
+ org: z.string().optional(),
1767
+ repo: z.string().optional(),
1768
+ repoId: z.number().optional(),
1769
+ type: LinkType$inboundSchema.optional(),
1770
+ createdAt: z.number().optional(),
1771
+ deployHooks: z.array(z.lazy(() => DeployHooks$inboundSchema)),
1772
+ gitCredentialId: z.string().optional(),
1773
+ updatedAt: z.number().optional(),
1774
+ sourceless: z.boolean().optional(),
1775
+ productionBranch: z.string().optional(),
1776
+ });
1777
+ /** @internal */
1778
+ export const Link1$outboundSchema = z.object({
1779
+ org: z.string().optional(),
1780
+ repo: z.string().optional(),
1781
+ repoId: z.number().optional(),
1782
+ type: LinkType$outboundSchema.optional(),
1783
+ createdAt: z.number().optional(),
1784
+ deployHooks: z.array(z.lazy(() => DeployHooks$outboundSchema)),
1785
+ gitCredentialId: z.string().optional(),
1786
+ updatedAt: z.number().optional(),
1787
+ sourceless: z.boolean().optional(),
1788
+ productionBranch: z.string().optional(),
1789
+ });
1790
+ /**
1791
+ * @internal
1792
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1793
+ */
1794
+ export var Link1$;
1795
+ (function (Link1$) {
1796
+ /** @deprecated use `Link1$inboundSchema` instead. */
1797
+ Link1$.inboundSchema = Link1$inboundSchema;
1798
+ /** @deprecated use `Link1$outboundSchema` instead. */
1799
+ Link1$.outboundSchema = Link1$outboundSchema;
1800
+ })(Link1$ || (Link1$ = {}));
1801
+ /** @internal */
1802
+ export const Link$inboundSchema = z
1803
+ .union([
1804
+ z.lazy(() => Link1$inboundSchema),
1805
+ z.lazy(() => Link2$inboundSchema),
1806
+ z.lazy(() => Link3$inboundSchema),
1807
+ ]);
1808
+ /** @internal */
1809
+ export const Link$outboundSchema = z.union([
1810
+ z.lazy(() => Link1$outboundSchema),
1811
+ z.lazy(() => Link2$outboundSchema),
1812
+ z.lazy(() => Link3$outboundSchema),
1813
+ ]);
1814
+ /**
1815
+ * @internal
1816
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1817
+ */
1818
+ export var Link$;
1819
+ (function (Link$) {
1820
+ /** @deprecated use `Link$inboundSchema` instead. */
1821
+ Link$.inboundSchema = Link$inboundSchema;
1822
+ /** @deprecated use `Link$outboundSchema` instead. */
1823
+ Link$.outboundSchema = Link$outboundSchema;
1824
+ })(Link$ || (Link$ = {}));
1825
+ /** @internal */
1826
+ export const UpdateProjectDataCacheNodeVersion$inboundSchema = z.nativeEnum(UpdateProjectDataCacheNodeVersion);
1827
+ /** @internal */
1828
+ export const UpdateProjectDataCacheNodeVersion$outboundSchema = UpdateProjectDataCacheNodeVersion$inboundSchema;
1829
+ /**
1830
+ * @internal
1831
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1832
+ */
1833
+ export var UpdateProjectDataCacheNodeVersion$;
1834
+ (function (UpdateProjectDataCacheNodeVersion$) {
1835
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$inboundSchema` instead. */
1836
+ UpdateProjectDataCacheNodeVersion$.inboundSchema = UpdateProjectDataCacheNodeVersion$inboundSchema;
1837
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$outboundSchema` instead. */
1838
+ UpdateProjectDataCacheNodeVersion$.outboundSchema = UpdateProjectDataCacheNodeVersion$outboundSchema;
1839
+ })(UpdateProjectDataCacheNodeVersion$ || (UpdateProjectDataCacheNodeVersion$ = {}));
1840
+ /** @internal */
1841
+ export const UpdateProjectDataCachePaths$inboundSchema = z.object({
1842
+ value: z.string(),
1843
+ });
1844
+ /** @internal */
1845
+ export const UpdateProjectDataCachePaths$outboundSchema = z.object({
1846
+ value: z.string(),
1847
+ });
1848
+ /**
1849
+ * @internal
1850
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1851
+ */
1852
+ export var UpdateProjectDataCachePaths$;
1853
+ (function (UpdateProjectDataCachePaths$) {
1854
+ /** @deprecated use `UpdateProjectDataCachePaths$inboundSchema` instead. */
1855
+ UpdateProjectDataCachePaths$.inboundSchema = UpdateProjectDataCachePaths$inboundSchema;
1856
+ /** @deprecated use `UpdateProjectDataCachePaths$outboundSchema` instead. */
1857
+ UpdateProjectDataCachePaths$.outboundSchema = UpdateProjectDataCachePaths$outboundSchema;
1858
+ })(UpdateProjectDataCachePaths$ || (UpdateProjectDataCachePaths$ = {}));
1859
+ /** @internal */
1860
+ export const UpdateProjectDataCacheOptionsAllowlist$inboundSchema = z.object({
1861
+ paths: z.array(z.lazy(() => UpdateProjectDataCachePaths$inboundSchema)),
1862
+ });
1863
+ /** @internal */
1864
+ export const UpdateProjectDataCacheOptionsAllowlist$outboundSchema = z.object({
1865
+ paths: z.array(z.lazy(() => UpdateProjectDataCachePaths$outboundSchema)),
1866
+ });
1867
+ /**
1868
+ * @internal
1869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1870
+ */
1871
+ export var UpdateProjectDataCacheOptionsAllowlist$;
1872
+ (function (UpdateProjectDataCacheOptionsAllowlist$) {
1873
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$inboundSchema` instead. */
1874
+ UpdateProjectDataCacheOptionsAllowlist$.inboundSchema = UpdateProjectDataCacheOptionsAllowlist$inboundSchema;
1875
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$outboundSchema` instead. */
1876
+ UpdateProjectDataCacheOptionsAllowlist$.outboundSchema = UpdateProjectDataCacheOptionsAllowlist$outboundSchema;
1877
+ })(UpdateProjectDataCacheOptionsAllowlist$ || (UpdateProjectDataCacheOptionsAllowlist$ = {}));
1878
+ /** @internal */
1879
+ export const UpdateProjectDataCachePasswordProtection$inboundSchema = z.object({});
1880
+ /** @internal */
1881
+ export const UpdateProjectDataCachePasswordProtection$outboundSchema = z.object({});
1882
+ /**
1883
+ * @internal
1884
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1885
+ */
1886
+ export var UpdateProjectDataCachePasswordProtection$;
1887
+ (function (UpdateProjectDataCachePasswordProtection$) {
1888
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$inboundSchema` instead. */
1889
+ UpdateProjectDataCachePasswordProtection$.inboundSchema = UpdateProjectDataCachePasswordProtection$inboundSchema;
1890
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$outboundSchema` instead. */
1891
+ UpdateProjectDataCachePasswordProtection$.outboundSchema = UpdateProjectDataCachePasswordProtection$outboundSchema;
1892
+ })(UpdateProjectDataCachePasswordProtection$ || (UpdateProjectDataCachePasswordProtection$ = {}));
1893
+ /** @internal */
1894
+ export const UpdateProjectDataCacheDeploymentType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheDeploymentType);
1895
+ /** @internal */
1896
+ export const UpdateProjectDataCacheDeploymentType$outboundSchema = UpdateProjectDataCacheDeploymentType$inboundSchema;
1897
+ /**
1898
+ * @internal
1899
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1900
+ */
1901
+ export var UpdateProjectDataCacheDeploymentType$;
1902
+ (function (UpdateProjectDataCacheDeploymentType$) {
1903
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
1904
+ UpdateProjectDataCacheDeploymentType$.inboundSchema = UpdateProjectDataCacheDeploymentType$inboundSchema;
1905
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
1906
+ UpdateProjectDataCacheDeploymentType$.outboundSchema = UpdateProjectDataCacheDeploymentType$outboundSchema;
1907
+ })(UpdateProjectDataCacheDeploymentType$ || (UpdateProjectDataCacheDeploymentType$ = {}));
1908
+ /** @internal */
1909
+ export const UpdateProjectDataCacheSsoProtection$inboundSchema = z.object({
1910
+ deploymentType: UpdateProjectDataCacheDeploymentType$inboundSchema,
1911
+ });
1912
+ /** @internal */
1913
+ export const UpdateProjectDataCacheSsoProtection$outboundSchema = z.object({
1914
+ deploymentType: UpdateProjectDataCacheDeploymentType$outboundSchema,
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 UpdateProjectDataCacheSsoProtection$;
1921
+ (function (UpdateProjectDataCacheSsoProtection$) {
1922
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$inboundSchema` instead. */
1923
+ UpdateProjectDataCacheSsoProtection$.inboundSchema = UpdateProjectDataCacheSsoProtection$inboundSchema;
1924
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$outboundSchema` instead. */
1925
+ UpdateProjectDataCacheSsoProtection$.outboundSchema = UpdateProjectDataCacheSsoProtection$outboundSchema;
1926
+ })(UpdateProjectDataCacheSsoProtection$ || (UpdateProjectDataCacheSsoProtection$ = {}));
1927
+ /** @internal */
1928
+ export const UpdateProjectDataCacheAliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
1929
+ /** @internal */
1930
+ export const UpdateProjectDataCacheAliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
1931
+ /**
1932
+ * @internal
1933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1934
+ */
1935
+ export var UpdateProjectDataCacheAliasAssigned$;
1936
+ (function (UpdateProjectDataCacheAliasAssigned$) {
1937
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$inboundSchema` instead. */
1938
+ UpdateProjectDataCacheAliasAssigned$.inboundSchema = UpdateProjectDataCacheAliasAssigned$inboundSchema;
1939
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$outboundSchema` instead. */
1940
+ UpdateProjectDataCacheAliasAssigned$.outboundSchema = UpdateProjectDataCacheAliasAssigned$outboundSchema;
1941
+ })(UpdateProjectDataCacheAliasAssigned$ || (UpdateProjectDataCacheAliasAssigned$ = {}));
1942
+ /** @internal */
1943
+ export const UpdateProjectDataCacheAliasError$inboundSchema = z.object({
1944
+ code: z.string(),
1945
+ message: z.string(),
1946
+ });
1947
+ /** @internal */
1948
+ export const UpdateProjectDataCacheAliasError$outboundSchema = z.object({
1949
+ code: z.string(),
1950
+ message: z.string(),
1951
+ });
1952
+ /**
1953
+ * @internal
1954
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1955
+ */
1956
+ export var UpdateProjectDataCacheAliasError$;
1957
+ (function (UpdateProjectDataCacheAliasError$) {
1958
+ /** @deprecated use `UpdateProjectDataCacheAliasError$inboundSchema` instead. */
1959
+ UpdateProjectDataCacheAliasError$.inboundSchema = UpdateProjectDataCacheAliasError$inboundSchema;
1960
+ /** @deprecated use `UpdateProjectDataCacheAliasError$outboundSchema` instead. */
1961
+ UpdateProjectDataCacheAliasError$.outboundSchema = UpdateProjectDataCacheAliasError$outboundSchema;
1962
+ })(UpdateProjectDataCacheAliasError$ || (UpdateProjectDataCacheAliasError$ = {}));
1963
+ /** @internal */
1964
+ export const UpdateProjectDataCacheProjectsBuilds$inboundSchema = z.object({
1965
+ use: z.string(),
1966
+ src: z.string().optional(),
1967
+ dest: z.string().optional(),
1968
+ });
1969
+ /** @internal */
1970
+ export const UpdateProjectDataCacheProjectsBuilds$outboundSchema = z.object({
1971
+ use: z.string(),
1972
+ src: z.string().optional(),
1973
+ dest: z.string().optional(),
1974
+ });
1975
+ /**
1976
+ * @internal
1977
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1978
+ */
1979
+ export var UpdateProjectDataCacheProjectsBuilds$;
1980
+ (function (UpdateProjectDataCacheProjectsBuilds$) {
1981
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$inboundSchema` instead. */
1982
+ UpdateProjectDataCacheProjectsBuilds$.inboundSchema = UpdateProjectDataCacheProjectsBuilds$inboundSchema;
1983
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$outboundSchema` instead. */
1984
+ UpdateProjectDataCacheProjectsBuilds$.outboundSchema = UpdateProjectDataCacheProjectsBuilds$outboundSchema;
1985
+ })(UpdateProjectDataCacheProjectsBuilds$ || (UpdateProjectDataCacheProjectsBuilds$ = {}));
1986
+ /** @internal */
1987
+ export const UpdateProjectDataCacheCreator$inboundSchema = z.object({
1988
+ email: z.string(),
1989
+ githubLogin: z.string().optional(),
1990
+ gitlabLogin: z.string().optional(),
1991
+ uid: z.string(),
1992
+ username: z.string(),
1993
+ });
1994
+ /** @internal */
1995
+ export const UpdateProjectDataCacheCreator$outboundSchema = z.object({
1996
+ email: z.string(),
1997
+ githubLogin: z.string().optional(),
1998
+ gitlabLogin: z.string().optional(),
1999
+ uid: z.string(),
2000
+ username: z.string(),
2001
+ });
2002
+ /**
2003
+ * @internal
2004
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2005
+ */
2006
+ export var UpdateProjectDataCacheCreator$;
2007
+ (function (UpdateProjectDataCacheCreator$) {
2008
+ /** @deprecated use `UpdateProjectDataCacheCreator$inboundSchema` instead. */
2009
+ UpdateProjectDataCacheCreator$.inboundSchema = UpdateProjectDataCacheCreator$inboundSchema;
2010
+ /** @deprecated use `UpdateProjectDataCacheCreator$outboundSchema` instead. */
2011
+ UpdateProjectDataCacheCreator$.outboundSchema = UpdateProjectDataCacheCreator$outboundSchema;
2012
+ })(UpdateProjectDataCacheCreator$ || (UpdateProjectDataCacheCreator$ = {}));
2013
+ /** @internal */
2014
+ export const UpdateProjectDataCachePlan$inboundSchema = z.nativeEnum(UpdateProjectDataCachePlan);
2015
+ /** @internal */
2016
+ export const UpdateProjectDataCachePlan$outboundSchema = UpdateProjectDataCachePlan$inboundSchema;
2017
+ /**
2018
+ * @internal
2019
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2020
+ */
2021
+ export var UpdateProjectDataCachePlan$;
2022
+ (function (UpdateProjectDataCachePlan$) {
2023
+ /** @deprecated use `UpdateProjectDataCachePlan$inboundSchema` instead. */
2024
+ UpdateProjectDataCachePlan$.inboundSchema = UpdateProjectDataCachePlan$inboundSchema;
2025
+ /** @deprecated use `UpdateProjectDataCachePlan$outboundSchema` instead. */
2026
+ UpdateProjectDataCachePlan$.outboundSchema = UpdateProjectDataCachePlan$outboundSchema;
2027
+ })(UpdateProjectDataCachePlan$ || (UpdateProjectDataCachePlan$ = {}));
2028
+ /** @internal */
2029
+ export const UpdateProjectDataCacheProjectsReadyState$inboundSchema = z
2030
+ .nativeEnum(UpdateProjectDataCacheProjectsReadyState);
2031
+ /** @internal */
2032
+ export const UpdateProjectDataCacheProjectsReadyState$outboundSchema = UpdateProjectDataCacheProjectsReadyState$inboundSchema;
2033
+ /**
2034
+ * @internal
2035
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2036
+ */
2037
+ export var UpdateProjectDataCacheProjectsReadyState$;
2038
+ (function (UpdateProjectDataCacheProjectsReadyState$) {
2039
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$inboundSchema` instead. */
2040
+ UpdateProjectDataCacheProjectsReadyState$.inboundSchema = UpdateProjectDataCacheProjectsReadyState$inboundSchema;
2041
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$outboundSchema` instead. */
2042
+ UpdateProjectDataCacheProjectsReadyState$.outboundSchema = UpdateProjectDataCacheProjectsReadyState$outboundSchema;
2043
+ })(UpdateProjectDataCacheProjectsReadyState$ || (UpdateProjectDataCacheProjectsReadyState$ = {}));
2044
+ /** @internal */
2045
+ export const UpdateProjectDataCacheReadySubstate$inboundSchema = z.nativeEnum(UpdateProjectDataCacheReadySubstate);
2046
+ /** @internal */
2047
+ export const UpdateProjectDataCacheReadySubstate$outboundSchema = UpdateProjectDataCacheReadySubstate$inboundSchema;
2048
+ /**
2049
+ * @internal
2050
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
+ */
2052
+ export var UpdateProjectDataCacheReadySubstate$;
2053
+ (function (UpdateProjectDataCacheReadySubstate$) {
2054
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$inboundSchema` instead. */
2055
+ UpdateProjectDataCacheReadySubstate$.inboundSchema = UpdateProjectDataCacheReadySubstate$inboundSchema;
2056
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$outboundSchema` instead. */
2057
+ UpdateProjectDataCacheReadySubstate$.outboundSchema = UpdateProjectDataCacheReadySubstate$outboundSchema;
2058
+ })(UpdateProjectDataCacheReadySubstate$ || (UpdateProjectDataCacheReadySubstate$ = {}));
2059
+ /** @internal */
2060
+ export const UpdateProjectDataCacheProjectsResponseType$inboundSchema = z
2061
+ .nativeEnum(UpdateProjectDataCacheProjectsResponseType);
2062
+ /** @internal */
2063
+ export const UpdateProjectDataCacheProjectsResponseType$outboundSchema = UpdateProjectDataCacheProjectsResponseType$inboundSchema;
2064
+ /**
2065
+ * @internal
2066
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2067
+ */
2068
+ export var UpdateProjectDataCacheProjectsResponseType$;
2069
+ (function (UpdateProjectDataCacheProjectsResponseType$) {
2070
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
2071
+ UpdateProjectDataCacheProjectsResponseType$.inboundSchema = UpdateProjectDataCacheProjectsResponseType$inboundSchema;
2072
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
2073
+ UpdateProjectDataCacheProjectsResponseType$.outboundSchema = UpdateProjectDataCacheProjectsResponseType$outboundSchema;
2074
+ })(UpdateProjectDataCacheProjectsResponseType$ || (UpdateProjectDataCacheProjectsResponseType$ = {}));
2075
+ /** @internal */
2076
+ export const UpdateProjectDataCacheChecksConclusion$inboundSchema = z.nativeEnum(UpdateProjectDataCacheChecksConclusion);
2077
+ /** @internal */
2078
+ export const UpdateProjectDataCacheChecksConclusion$outboundSchema = UpdateProjectDataCacheChecksConclusion$inboundSchema;
2079
+ /**
2080
+ * @internal
2081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2082
+ */
2083
+ export var UpdateProjectDataCacheChecksConclusion$;
2084
+ (function (UpdateProjectDataCacheChecksConclusion$) {
2085
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$inboundSchema` instead. */
2086
+ UpdateProjectDataCacheChecksConclusion$.inboundSchema = UpdateProjectDataCacheChecksConclusion$inboundSchema;
2087
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$outboundSchema` instead. */
2088
+ UpdateProjectDataCacheChecksConclusion$.outboundSchema = UpdateProjectDataCacheChecksConclusion$outboundSchema;
2089
+ })(UpdateProjectDataCacheChecksConclusion$ || (UpdateProjectDataCacheChecksConclusion$ = {}));
2090
+ /** @internal */
2091
+ export const UpdateProjectDataCacheChecksState$inboundSchema = z.nativeEnum(UpdateProjectDataCacheChecksState);
2092
+ /** @internal */
2093
+ export const UpdateProjectDataCacheChecksState$outboundSchema = UpdateProjectDataCacheChecksState$inboundSchema;
2094
+ /**
2095
+ * @internal
2096
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2097
+ */
2098
+ export var UpdateProjectDataCacheChecksState$;
2099
+ (function (UpdateProjectDataCacheChecksState$) {
2100
+ /** @deprecated use `UpdateProjectDataCacheChecksState$inboundSchema` instead. */
2101
+ UpdateProjectDataCacheChecksState$.inboundSchema = UpdateProjectDataCacheChecksState$inboundSchema;
2102
+ /** @deprecated use `UpdateProjectDataCacheChecksState$outboundSchema` instead. */
2103
+ UpdateProjectDataCacheChecksState$.outboundSchema = UpdateProjectDataCacheChecksState$outboundSchema;
2104
+ })(UpdateProjectDataCacheChecksState$ || (UpdateProjectDataCacheChecksState$ = {}));
2105
+ /** @internal */
2106
+ export const UpdateProjectDataCacheOidcTokenClaims$inboundSchema = z.union([z.string(), z.array(z.string())]);
2107
+ /** @internal */
2108
+ export const UpdateProjectDataCacheOidcTokenClaims$outboundSchema = z.union([z.string(), z.array(z.string())]);
2109
+ /**
2110
+ * @internal
2111
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2112
+ */
2113
+ export var UpdateProjectDataCacheOidcTokenClaims$;
2114
+ (function (UpdateProjectDataCacheOidcTokenClaims$) {
2115
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$inboundSchema` instead. */
2116
+ UpdateProjectDataCacheOidcTokenClaims$.inboundSchema = UpdateProjectDataCacheOidcTokenClaims$inboundSchema;
2117
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$outboundSchema` instead. */
2118
+ UpdateProjectDataCacheOidcTokenClaims$.outboundSchema = UpdateProjectDataCacheOidcTokenClaims$outboundSchema;
2119
+ })(UpdateProjectDataCacheOidcTokenClaims$ || (UpdateProjectDataCacheOidcTokenClaims$ = {}));
2120
+ /** @internal */
2121
+ export const Targets$inboundSchema = z.object({
2122
+ alias: z.array(z.string()).optional(),
2123
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
2124
+ aliasError: z.nullable(z.lazy(() => UpdateProjectDataCacheAliasError$inboundSchema)).optional(),
2125
+ aliasFinal: z.nullable(z.string()).optional(),
2126
+ automaticAliases: z.array(z.string()).optional(),
2127
+ builds: z.array(z.lazy(() => UpdateProjectDataCacheProjectsBuilds$inboundSchema)).optional(),
2128
+ connectBuildsEnabled: z.boolean().optional(),
2129
+ connectConfigurationId: z.string().optional(),
2130
+ createdAt: z.number(),
2131
+ createdIn: z.string(),
2132
+ creator: z.nullable(z.lazy(() => UpdateProjectDataCacheCreator$inboundSchema)),
2133
+ deletedAt: z.number().optional(),
2134
+ deploymentHostname: z.string(),
2135
+ name: z.string(),
2136
+ forced: z.boolean().optional(),
2137
+ id: z.string(),
2138
+ meta: z.record(z.string()).optional(),
2139
+ monorepoManager: z.nullable(z.string()).optional(),
2140
+ plan: UpdateProjectDataCachePlan$inboundSchema,
2141
+ private: z.boolean(),
2142
+ readyState: UpdateProjectDataCacheProjectsReadyState$inboundSchema,
2143
+ readySubstate: UpdateProjectDataCacheReadySubstate$inboundSchema.optional(),
2144
+ requestedAt: z.number().optional(),
2145
+ target: z.nullable(z.string()).optional(),
2146
+ teamId: z.nullable(z.string()).optional(),
2147
+ type: UpdateProjectDataCacheProjectsResponseType$inboundSchema,
2148
+ url: z.string(),
2149
+ userId: z.string(),
2150
+ withCache: z.boolean().optional(),
2151
+ checksConclusion: UpdateProjectDataCacheChecksConclusion$inboundSchema
2152
+ .optional(),
2153
+ checksState: UpdateProjectDataCacheChecksState$inboundSchema.optional(),
2154
+ readyAt: z.number().optional(),
2155
+ buildingAt: z.number().optional(),
2156
+ previewCommentsEnabled: z.boolean().optional(),
2157
+ oidcTokenClaims: z.record(z.union([z.string(), z.array(z.string())]))
2158
+ .optional(),
2159
+ });
2160
+ /** @internal */
2161
+ export const Targets$outboundSchema = z.object({
2162
+ alias: z.array(z.string()).optional(),
2163
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
2164
+ aliasError: z.nullable(z.lazy(() => UpdateProjectDataCacheAliasError$outboundSchema)).optional(),
2165
+ aliasFinal: z.nullable(z.string()).optional(),
2166
+ automaticAliases: z.array(z.string()).optional(),
2167
+ builds: z.array(z.lazy(() => UpdateProjectDataCacheProjectsBuilds$outboundSchema)).optional(),
2168
+ connectBuildsEnabled: z.boolean().optional(),
2169
+ connectConfigurationId: z.string().optional(),
2170
+ createdAt: z.number(),
2171
+ createdIn: z.string(),
2172
+ creator: z.nullable(z.lazy(() => UpdateProjectDataCacheCreator$outboundSchema)),
2173
+ deletedAt: z.number().optional(),
2174
+ deploymentHostname: z.string(),
2175
+ name: z.string(),
2176
+ forced: z.boolean().optional(),
2177
+ id: z.string(),
2178
+ meta: z.record(z.string()).optional(),
2179
+ monorepoManager: z.nullable(z.string()).optional(),
2180
+ plan: UpdateProjectDataCachePlan$outboundSchema,
2181
+ private: z.boolean(),
2182
+ readyState: UpdateProjectDataCacheProjectsReadyState$outboundSchema,
2183
+ readySubstate: UpdateProjectDataCacheReadySubstate$outboundSchema.optional(),
2184
+ requestedAt: z.number().optional(),
2185
+ target: z.nullable(z.string()).optional(),
2186
+ teamId: z.nullable(z.string()).optional(),
2187
+ type: UpdateProjectDataCacheProjectsResponseType$outboundSchema,
2188
+ url: z.string(),
2189
+ userId: z.string(),
2190
+ withCache: z.boolean().optional(),
2191
+ checksConclusion: UpdateProjectDataCacheChecksConclusion$outboundSchema
2192
+ .optional(),
2193
+ checksState: UpdateProjectDataCacheChecksState$outboundSchema.optional(),
2194
+ readyAt: z.number().optional(),
2195
+ buildingAt: z.number().optional(),
2196
+ previewCommentsEnabled: z.boolean().optional(),
2197
+ oidcTokenClaims: z.record(z.union([z.string(), z.array(z.string())]))
2198
+ .optional(),
2199
+ });
2200
+ /**
2201
+ * @internal
2202
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2203
+ */
2204
+ export var Targets$;
2205
+ (function (Targets$) {
2206
+ /** @deprecated use `Targets$inboundSchema` instead. */
2207
+ Targets$.inboundSchema = Targets$inboundSchema;
2208
+ /** @deprecated use `Targets$outboundSchema` instead. */
2209
+ Targets$.outboundSchema = Targets$outboundSchema;
2210
+ })(Targets$ || (Targets$ = {}));
2211
+ /** @internal */
2212
+ export const Permissions$inboundSchema = z.object({
2213
+ accessGroup: z.array(ACLAction$inboundSchema).optional(),
2214
+ aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
2215
+ analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
2216
+ analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
2217
+ auditLog: z.array(ACLAction$inboundSchema).optional(),
2218
+ billingAddress: z.array(ACLAction$inboundSchema).optional(),
2219
+ billingInformation: z.array(ACLAction$inboundSchema).optional(),
2220
+ billingInvoice: z.array(ACLAction$inboundSchema).optional(),
2221
+ billingInvoiceEmailRecipient: z.array(ACLAction$inboundSchema).optional(),
2222
+ billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
2223
+ billingPlan: z.array(ACLAction$inboundSchema).optional(),
2224
+ billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
2225
+ billingTaxId: z.array(ACLAction$inboundSchema).optional(),
2226
+ blob: z.array(ACLAction$inboundSchema).optional(),
2227
+ budget: z.array(ACLAction$inboundSchema).optional(),
2228
+ cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
2229
+ cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
2230
+ codeChecks: z.array(ACLAction$inboundSchema).optional(),
2231
+ concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
2232
+ connect: z.array(ACLAction$inboundSchema).optional(),
2233
+ connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
2234
+ domain: z.array(ACLAction$inboundSchema).optional(),
2235
+ domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
2236
+ domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
2237
+ domainCertificate: z.array(ACLAction$inboundSchema).optional(),
2238
+ domainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
2239
+ domainMove: z.array(ACLAction$inboundSchema).optional(),
2240
+ domainPurchase: z.array(ACLAction$inboundSchema).optional(),
2241
+ domainRecord: z.array(ACLAction$inboundSchema).optional(),
2242
+ domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
2243
+ event: z.array(ACLAction$inboundSchema).optional(),
2244
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
2245
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
2246
+ .optional(),
2247
+ fileUpload: z.array(ACLAction$inboundSchema).optional(),
2248
+ gitRepository: z.array(ACLAction$inboundSchema).optional(),
2249
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
2250
+ integration: z.array(ACLAction$inboundSchema).optional(),
2251
+ integrationAccount: z.array(ACLAction$inboundSchema).optional(),
2252
+ integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
2253
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
2254
+ integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
2255
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
2256
+ .optional(),
2257
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
2258
+ integrationEvent: z.array(ACLAction$inboundSchema).optional(),
2259
+ integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
2260
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
2261
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
2262
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
2263
+ jobGlobal: z.array(ACLAction$inboundSchema).optional(),
2264
+ logDrain: z.array(ACLAction$inboundSchema).optional(),
2265
+ Monitoring: z.array(ACLAction$inboundSchema).optional(),
2266
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
2267
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
2268
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
2269
+ monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
2270
+ notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
2271
+ notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
2272
+ notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
2273
+ notificationDomainMoved: z.array(ACLAction$inboundSchema).optional(),
2274
+ notificationDomainPurchase: z.array(ACLAction$inboundSchema).optional(),
2275
+ notificationDomainRenewal: z.array(ACLAction$inboundSchema).optional(),
2276
+ notificationDomainTransfer: z.array(ACLAction$inboundSchema).optional(),
2277
+ notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
2278
+ NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
2279
+ notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
2280
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
2281
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
2282
+ notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
2283
+ oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
2284
+ openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
2285
+ paymentMethod: z.array(ACLAction$inboundSchema).optional(),
2286
+ permissions: z.array(ACLAction$inboundSchema).optional(),
2287
+ postgres: z.array(ACLAction$inboundSchema).optional(),
2288
+ previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
2289
+ proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
2290
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
2291
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
2292
+ space: z.array(ACLAction$inboundSchema).optional(),
2293
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
2294
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
2295
+ rateLimit: z.array(ACLAction$inboundSchema).optional(),
2296
+ redis: z.array(ACLAction$inboundSchema).optional(),
2297
+ repository: z.array(ACLAction$inboundSchema).optional(),
2298
+ remoteCaching: z.array(ACLAction$inboundSchema).optional(),
2299
+ samlConfig: z.array(ACLAction$inboundSchema).optional(),
2300
+ secret: z.array(ACLAction$inboundSchema).optional(),
2301
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
2302
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
2303
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
2304
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
2305
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
2306
+ storeTransfer: z.array(ACLAction$inboundSchema).optional(),
2307
+ supportCase: z.array(ACLAction$inboundSchema).optional(),
2308
+ supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
2309
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
2310
+ team: z.array(ACLAction$inboundSchema).optional(),
2311
+ teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
2312
+ teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
2313
+ teamGitExclusivity: z.array(ACLAction$inboundSchema).optional(),
2314
+ teamInvite: z.array(ACLAction$inboundSchema).optional(),
2315
+ teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
2316
+ teamJoin: z.array(ACLAction$inboundSchema).optional(),
2317
+ teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
2318
+ teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
2319
+ token: z.array(ACLAction$inboundSchema).optional(),
2320
+ usage: z.array(ACLAction$inboundSchema).optional(),
2321
+ usageCycle: z.array(ACLAction$inboundSchema).optional(),
2322
+ user: z.array(ACLAction$inboundSchema).optional(),
2323
+ userConnection: z.array(ACLAction$inboundSchema).optional(),
2324
+ vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
2325
+ webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
2326
+ webAuthn: z.array(ACLAction$inboundSchema).optional(),
2327
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
2328
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
2329
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
2330
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
2331
+ webhook: z.array(ACLAction$inboundSchema).optional(),
2332
+ "webhook-event": z.array(ACLAction$inboundSchema).optional(),
2333
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
2334
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
2335
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
2336
+ aliasProject: z.array(ACLAction$inboundSchema).optional(),
2337
+ aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
2338
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
2339
+ connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
2340
+ dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
2341
+ deployment: z.array(ACLAction$inboundSchema).optional(),
2342
+ deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
2343
+ deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
2344
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
2345
+ .optional(),
2346
+ deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
2347
+ deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
2348
+ deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
2349
+ deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
2350
+ deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
2351
+ environments: z.array(ACLAction$inboundSchema).optional(),
2352
+ logs: z.array(ACLAction$inboundSchema).optional(),
2353
+ logsPreset: z.array(ACLAction$inboundSchema).optional(),
2354
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
2355
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
2356
+ job: z.array(ACLAction$inboundSchema).optional(),
2357
+ project: z.array(ACLAction$inboundSchema).optional(),
2358
+ projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
2359
+ projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
2360
+ projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
2361
+ projectDomain: z.array(ACLAction$inboundSchema).optional(),
2362
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
2363
+ projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
2364
+ projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
2365
+ projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
2366
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
2367
+ .optional(),
2368
+ projectFlags: z.array(ACLAction$inboundSchema).optional(),
2369
+ projectId: z.array(ACLAction$inboundSchema).optional(),
2370
+ projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
2371
+ projectLink: z.array(ACLAction$inboundSchema).optional(),
2372
+ projectMember: z.array(ACLAction$inboundSchema).optional(),
2373
+ projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
2374
+ projectPermissions: z.array(ACLAction$inboundSchema).optional(),
2375
+ projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
2376
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
2377
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
2378
+ projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
2379
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
2380
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
2381
+ projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
2382
+ projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
2383
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
2384
+ projectTier: z.array(ACLAction$inboundSchema).optional(),
2385
+ seawallConfig: z.array(ACLAction$inboundSchema).optional(),
2386
+ skewProtection: z.array(ACLAction$inboundSchema).optional(),
2387
+ analytics: z.array(ACLAction$inboundSchema).optional(),
2388
+ trustedIps: z.array(ACLAction$inboundSchema).optional(),
2389
+ webAnalytics: z.array(ACLAction$inboundSchema).optional(),
2390
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
2391
+ sonar: z.array(ACLAction$inboundSchema).optional(),
2392
+ }).transform((v) => {
2393
+ return remap$(v, {
2394
+ "Monitoring": "monitoring",
2395
+ "NotificationMonitoringAlert": "notificationMonitoringAlert",
2396
+ "webhook-event": "webhookEvent",
2397
+ });
2398
+ });
2399
+ /** @internal */
2400
+ export const Permissions$outboundSchema = z.object({
2401
+ accessGroup: z.array(ACLAction$outboundSchema).optional(),
2402
+ aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
2403
+ analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
2404
+ analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
2405
+ auditLog: z.array(ACLAction$outboundSchema).optional(),
2406
+ billingAddress: z.array(ACLAction$outboundSchema).optional(),
2407
+ billingInformation: z.array(ACLAction$outboundSchema).optional(),
2408
+ billingInvoice: z.array(ACLAction$outboundSchema).optional(),
2409
+ billingInvoiceEmailRecipient: z.array(ACLAction$outboundSchema).optional(),
2410
+ billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
2411
+ billingPlan: z.array(ACLAction$outboundSchema).optional(),
2412
+ billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
2413
+ billingTaxId: z.array(ACLAction$outboundSchema).optional(),
2414
+ blob: z.array(ACLAction$outboundSchema).optional(),
2415
+ budget: z.array(ACLAction$outboundSchema).optional(),
2416
+ cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
2417
+ cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
2418
+ codeChecks: z.array(ACLAction$outboundSchema).optional(),
2419
+ concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
2420
+ connect: z.array(ACLAction$outboundSchema).optional(),
2421
+ connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
2422
+ domain: z.array(ACLAction$outboundSchema).optional(),
2423
+ domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
2424
+ domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
2425
+ domainCertificate: z.array(ACLAction$outboundSchema).optional(),
2426
+ domainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
2427
+ domainMove: z.array(ACLAction$outboundSchema).optional(),
2428
+ domainPurchase: z.array(ACLAction$outboundSchema).optional(),
2429
+ domainRecord: z.array(ACLAction$outboundSchema).optional(),
2430
+ domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
2431
+ event: z.array(ACLAction$outboundSchema).optional(),
2432
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
2433
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
2434
+ .optional(),
2435
+ fileUpload: z.array(ACLAction$outboundSchema).optional(),
2436
+ gitRepository: z.array(ACLAction$outboundSchema).optional(),
2437
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
2438
+ integration: z.array(ACLAction$outboundSchema).optional(),
2439
+ integrationAccount: z.array(ACLAction$outboundSchema).optional(),
2440
+ integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
2441
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
2442
+ .optional(),
2443
+ integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
2444
+ .optional(),
2445
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
2446
+ .optional(),
2447
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
2448
+ integrationEvent: z.array(ACLAction$outboundSchema).optional(),
2449
+ integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
2450
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
2451
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
2452
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
2453
+ jobGlobal: z.array(ACLAction$outboundSchema).optional(),
2454
+ logDrain: z.array(ACLAction$outboundSchema).optional(),
2455
+ monitoring: z.array(ACLAction$outboundSchema).optional(),
2456
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
2457
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
2458
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
2459
+ monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
2460
+ notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
2461
+ notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
2462
+ notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
2463
+ notificationDomainMoved: z.array(ACLAction$outboundSchema).optional(),
2464
+ notificationDomainPurchase: z.array(ACLAction$outboundSchema).optional(),
2465
+ notificationDomainRenewal: z.array(ACLAction$outboundSchema).optional(),
2466
+ notificationDomainTransfer: z.array(ACLAction$outboundSchema).optional(),
2467
+ notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
2468
+ notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
2469
+ notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
2470
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
2471
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
2472
+ notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
2473
+ oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
2474
+ openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
2475
+ paymentMethod: z.array(ACLAction$outboundSchema).optional(),
2476
+ permissions: z.array(ACLAction$outboundSchema).optional(),
2477
+ postgres: z.array(ACLAction$outboundSchema).optional(),
2478
+ previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
2479
+ proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
2480
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
2481
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
2482
+ space: z.array(ACLAction$outboundSchema).optional(),
2483
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
2484
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
2485
+ rateLimit: z.array(ACLAction$outboundSchema).optional(),
2486
+ redis: z.array(ACLAction$outboundSchema).optional(),
2487
+ repository: z.array(ACLAction$outboundSchema).optional(),
2488
+ remoteCaching: z.array(ACLAction$outboundSchema).optional(),
2489
+ samlConfig: z.array(ACLAction$outboundSchema).optional(),
2490
+ secret: z.array(ACLAction$outboundSchema).optional(),
2491
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
2492
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
2493
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
2494
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
2495
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
2496
+ storeTransfer: z.array(ACLAction$outboundSchema).optional(),
2497
+ supportCase: z.array(ACLAction$outboundSchema).optional(),
2498
+ supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
2499
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
2500
+ team: z.array(ACLAction$outboundSchema).optional(),
2501
+ teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
2502
+ teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
2503
+ teamGitExclusivity: z.array(ACLAction$outboundSchema).optional(),
2504
+ teamInvite: z.array(ACLAction$outboundSchema).optional(),
2505
+ teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
2506
+ teamJoin: z.array(ACLAction$outboundSchema).optional(),
2507
+ teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
2508
+ teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
2509
+ token: z.array(ACLAction$outboundSchema).optional(),
2510
+ usage: z.array(ACLAction$outboundSchema).optional(),
2511
+ usageCycle: z.array(ACLAction$outboundSchema).optional(),
2512
+ user: z.array(ACLAction$outboundSchema).optional(),
2513
+ userConnection: z.array(ACLAction$outboundSchema).optional(),
2514
+ vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
2515
+ webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
2516
+ webAuthn: z.array(ACLAction$outboundSchema).optional(),
2517
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
2518
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
2519
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
2520
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
2521
+ webhook: z.array(ACLAction$outboundSchema).optional(),
2522
+ webhookEvent: z.array(ACLAction$outboundSchema).optional(),
2523
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
2524
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
2525
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
2526
+ aliasProject: z.array(ACLAction$outboundSchema).optional(),
2527
+ aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
2528
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
2529
+ connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
2530
+ dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
2531
+ deployment: z.array(ACLAction$outboundSchema).optional(),
2532
+ deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
2533
+ deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
2534
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
2535
+ .optional(),
2536
+ deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
2537
+ deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
2538
+ deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
2539
+ deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
2540
+ deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
2541
+ environments: z.array(ACLAction$outboundSchema).optional(),
2542
+ logs: z.array(ACLAction$outboundSchema).optional(),
2543
+ logsPreset: z.array(ACLAction$outboundSchema).optional(),
2544
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
2545
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
2546
+ job: z.array(ACLAction$outboundSchema).optional(),
2547
+ project: z.array(ACLAction$outboundSchema).optional(),
2548
+ projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
2549
+ projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
2550
+ projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
2551
+ projectDomain: z.array(ACLAction$outboundSchema).optional(),
2552
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
2553
+ projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
2554
+ projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
2555
+ projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
2556
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
2557
+ .optional(),
2558
+ projectFlags: z.array(ACLAction$outboundSchema).optional(),
2559
+ projectId: z.array(ACLAction$outboundSchema).optional(),
2560
+ projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
2561
+ projectLink: z.array(ACLAction$outboundSchema).optional(),
2562
+ projectMember: z.array(ACLAction$outboundSchema).optional(),
2563
+ projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
2564
+ projectPermissions: z.array(ACLAction$outboundSchema).optional(),
2565
+ projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
2566
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
2567
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
2568
+ projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
2569
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
2570
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
2571
+ projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
2572
+ projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
2573
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
2574
+ projectTier: z.array(ACLAction$outboundSchema).optional(),
2575
+ seawallConfig: z.array(ACLAction$outboundSchema).optional(),
2576
+ skewProtection: z.array(ACLAction$outboundSchema).optional(),
2577
+ analytics: z.array(ACLAction$outboundSchema).optional(),
2578
+ trustedIps: z.array(ACLAction$outboundSchema).optional(),
2579
+ webAnalytics: z.array(ACLAction$outboundSchema).optional(),
2580
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
2581
+ sonar: z.array(ACLAction$outboundSchema).optional(),
2582
+ }).transform((v) => {
2583
+ return remap$(v, {
2584
+ monitoring: "Monitoring",
2585
+ notificationMonitoringAlert: "NotificationMonitoringAlert",
2586
+ webhookEvent: "webhook-event",
2587
+ });
2588
+ });
2589
+ /**
2590
+ * @internal
2591
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2592
+ */
2593
+ export var Permissions$;
2594
+ (function (Permissions$) {
2595
+ /** @deprecated use `Permissions$inboundSchema` instead. */
2596
+ Permissions$.inboundSchema = Permissions$inboundSchema;
2597
+ /** @deprecated use `Permissions$outboundSchema` instead. */
2598
+ Permissions$.outboundSchema = Permissions$outboundSchema;
2599
+ })(Permissions$ || (Permissions$ = {}));
2600
+ /** @internal */
2601
+ export const LastRollbackTarget$inboundSchema = z.object({});
2602
+ /** @internal */
2603
+ export const LastRollbackTarget$outboundSchema = z.object({});
2604
+ /**
2605
+ * @internal
2606
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2607
+ */
2608
+ export var LastRollbackTarget$;
2609
+ (function (LastRollbackTarget$) {
2610
+ /** @deprecated use `LastRollbackTarget$inboundSchema` instead. */
2611
+ LastRollbackTarget$.inboundSchema = LastRollbackTarget$inboundSchema;
2612
+ /** @deprecated use `LastRollbackTarget$outboundSchema` instead. */
2613
+ LastRollbackTarget$.outboundSchema = LastRollbackTarget$outboundSchema;
2614
+ })(LastRollbackTarget$ || (LastRollbackTarget$ = {}));
2615
+ /** @internal */
2616
+ export const JobStatus$inboundSchema = z
2617
+ .nativeEnum(JobStatus);
2618
+ /** @internal */
2619
+ export const JobStatus$outboundSchema = JobStatus$inboundSchema;
2620
+ /**
2621
+ * @internal
2622
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2623
+ */
2624
+ export var JobStatus$;
2625
+ (function (JobStatus$) {
2626
+ /** @deprecated use `JobStatus$inboundSchema` instead. */
2627
+ JobStatus$.inboundSchema = JobStatus$inboundSchema;
2628
+ /** @deprecated use `JobStatus$outboundSchema` instead. */
2629
+ JobStatus$.outboundSchema = JobStatus$outboundSchema;
2630
+ })(JobStatus$ || (JobStatus$ = {}));
2631
+ /** @internal */
2632
+ export const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema = z
2633
+ .nativeEnum(UpdateProjectDataCacheProjectsResponse200Type);
2634
+ /** @internal */
2635
+ export const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema = UpdateProjectDataCacheProjectsResponse200Type$inboundSchema;
2636
+ /**
2637
+ * @internal
2638
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2639
+ */
2640
+ export var UpdateProjectDataCacheProjectsResponse200Type$;
2641
+ (function (UpdateProjectDataCacheProjectsResponse200Type$) {
2642
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
2643
+ UpdateProjectDataCacheProjectsResponse200Type$.inboundSchema = UpdateProjectDataCacheProjectsResponse200Type$inboundSchema;
2644
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
2645
+ UpdateProjectDataCacheProjectsResponse200Type$.outboundSchema = UpdateProjectDataCacheProjectsResponse200Type$outboundSchema;
2646
+ })(UpdateProjectDataCacheProjectsResponse200Type$ || (UpdateProjectDataCacheProjectsResponse200Type$ = {}));
2647
+ /** @internal */
2648
+ export const LastAliasRequest$inboundSchema = z.object({
2649
+ fromDeploymentId: z.string(),
2650
+ toDeploymentId: z.string(),
2651
+ jobStatus: JobStatus$inboundSchema,
2652
+ requestedAt: z.number(),
2653
+ type: UpdateProjectDataCacheProjectsResponse200Type$inboundSchema,
2654
+ });
2655
+ /** @internal */
2656
+ export const LastAliasRequest$outboundSchema = z.object({
2657
+ fromDeploymentId: z.string(),
2658
+ toDeploymentId: z.string(),
2659
+ jobStatus: JobStatus$outboundSchema,
2660
+ requestedAt: z.number(),
2661
+ type: UpdateProjectDataCacheProjectsResponse200Type$outboundSchema,
2662
+ });
2663
+ /**
2664
+ * @internal
2665
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2666
+ */
2667
+ export var LastAliasRequest$;
2668
+ (function (LastAliasRequest$) {
2669
+ /** @deprecated use `LastAliasRequest$inboundSchema` instead. */
2670
+ LastAliasRequest$.inboundSchema = LastAliasRequest$inboundSchema;
2671
+ /** @deprecated use `LastAliasRequest$outboundSchema` instead. */
2672
+ LastAliasRequest$.outboundSchema = LastAliasRequest$outboundSchema;
2673
+ })(LastAliasRequest$ || (LastAliasRequest$ = {}));
2674
+ /** @internal */
2675
+ export const Scope$inboundSchema = z.nativeEnum(Scope);
2676
+ /** @internal */
2677
+ export const Scope$outboundSchema = Scope$inboundSchema;
2678
+ /**
2679
+ * @internal
2680
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2681
+ */
2682
+ export var Scope$;
2683
+ (function (Scope$) {
2684
+ /** @deprecated use `Scope$inboundSchema` instead. */
2685
+ Scope$.inboundSchema = Scope$inboundSchema;
2686
+ /** @deprecated use `Scope$outboundSchema` instead. */
2687
+ Scope$.outboundSchema = Scope$outboundSchema;
2688
+ })(Scope$ || (Scope$ = {}));
2689
+ /** @internal */
2690
+ export const ProtectionBypass$inboundSchema = z.object({
2691
+ createdAt: z.number(),
2692
+ createdBy: z.string(),
2693
+ scope: Scope$inboundSchema,
2694
+ });
2695
+ /** @internal */
2696
+ export const ProtectionBypass$outboundSchema = z.object({
2697
+ createdAt: z.number(),
2698
+ createdBy: z.string(),
2699
+ scope: Scope$outboundSchema,
2700
+ });
2701
+ /**
2702
+ * @internal
2703
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2704
+ */
2705
+ export var ProtectionBypass$;
2706
+ (function (ProtectionBypass$) {
2707
+ /** @deprecated use `ProtectionBypass$inboundSchema` instead. */
2708
+ ProtectionBypass$.inboundSchema = ProtectionBypass$inboundSchema;
2709
+ /** @deprecated use `ProtectionBypass$outboundSchema` instead. */
2710
+ ProtectionBypass$.outboundSchema = ProtectionBypass$outboundSchema;
2711
+ })(ProtectionBypass$ || (ProtectionBypass$ = {}));
2712
+ /** @internal */
2713
+ export const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema = z
2714
+ .nativeEnum(UpdateProjectDataCacheTrustedIpsDeploymentType);
2715
+ /** @internal */
2716
+ export const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema = UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema;
2717
+ /**
2718
+ * @internal
2719
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2720
+ */
2721
+ export var UpdateProjectDataCacheTrustedIpsDeploymentType$;
2722
+ (function (UpdateProjectDataCacheTrustedIpsDeploymentType$) {
2723
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
2724
+ UpdateProjectDataCacheTrustedIpsDeploymentType$.inboundSchema = UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema;
2725
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
2726
+ UpdateProjectDataCacheTrustedIpsDeploymentType$.outboundSchema = UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema;
2727
+ })(UpdateProjectDataCacheTrustedIpsDeploymentType$ || (UpdateProjectDataCacheTrustedIpsDeploymentType$ = {}));
2728
+ /** @internal */
2729
+ export const TrustedIps2$inboundSchema = z.object({
2730
+ deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema,
2731
+ });
2732
+ /** @internal */
2733
+ export const TrustedIps2$outboundSchema = z.object({
2734
+ deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema,
2735
+ });
2736
+ /**
2737
+ * @internal
2738
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2739
+ */
2740
+ export var TrustedIps2$;
2741
+ (function (TrustedIps2$) {
2742
+ /** @deprecated use `TrustedIps2$inboundSchema` instead. */
2743
+ TrustedIps2$.inboundSchema = TrustedIps2$inboundSchema;
2744
+ /** @deprecated use `TrustedIps2$outboundSchema` instead. */
2745
+ TrustedIps2$.outboundSchema = TrustedIps2$outboundSchema;
2746
+ })(TrustedIps2$ || (TrustedIps2$ = {}));
2747
+ /** @internal */
2748
+ export const TrustedIpsDeploymentType$inboundSchema = z.nativeEnum(TrustedIpsDeploymentType);
2749
+ /** @internal */
2750
+ export const TrustedIpsDeploymentType$outboundSchema = TrustedIpsDeploymentType$inboundSchema;
2751
+ /**
2752
+ * @internal
2753
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2754
+ */
2755
+ export var TrustedIpsDeploymentType$;
2756
+ (function (TrustedIpsDeploymentType$) {
2757
+ /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
2758
+ TrustedIpsDeploymentType$.inboundSchema = TrustedIpsDeploymentType$inboundSchema;
2759
+ /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
2760
+ TrustedIpsDeploymentType$.outboundSchema = TrustedIpsDeploymentType$outboundSchema;
2761
+ })(TrustedIpsDeploymentType$ || (TrustedIpsDeploymentType$ = {}));
2762
+ /** @internal */
2763
+ export const UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema = z.object({
2764
+ value: z.string(),
2765
+ note: z.string().optional(),
2766
+ });
2767
+ /** @internal */
2768
+ export const UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema = z.object({
2769
+ value: z.string(),
2770
+ note: z.string().optional(),
2771
+ });
2772
+ /**
2773
+ * @internal
2774
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2775
+ */
2776
+ export var UpdateProjectDataCacheTrustedIpsAddresses$;
2777
+ (function (UpdateProjectDataCacheTrustedIpsAddresses$) {
2778
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema` instead. */
2779
+ UpdateProjectDataCacheTrustedIpsAddresses$.inboundSchema = UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema;
2780
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema` instead. */
2781
+ UpdateProjectDataCacheTrustedIpsAddresses$.outboundSchema = UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema;
2782
+ })(UpdateProjectDataCacheTrustedIpsAddresses$ || (UpdateProjectDataCacheTrustedIpsAddresses$ = {}));
2783
+ /** @internal */
2784
+ export const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema = z
2785
+ .nativeEnum(UpdateProjectDataCacheTrustedIpsProtectionMode);
2786
+ /** @internal */
2787
+ export const UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema = UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema;
2788
+ /**
2789
+ * @internal
2790
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2791
+ */
2792
+ export var UpdateProjectDataCacheTrustedIpsProtectionMode$;
2793
+ (function (UpdateProjectDataCacheTrustedIpsProtectionMode$) {
2794
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema` instead. */
2795
+ UpdateProjectDataCacheTrustedIpsProtectionMode$.inboundSchema = UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema;
2796
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema` instead. */
2797
+ UpdateProjectDataCacheTrustedIpsProtectionMode$.outboundSchema = UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema;
2798
+ })(UpdateProjectDataCacheTrustedIpsProtectionMode$ || (UpdateProjectDataCacheTrustedIpsProtectionMode$ = {}));
2799
+ /** @internal */
2800
+ export const TrustedIps1$inboundSchema = z.object({
2801
+ deploymentType: TrustedIpsDeploymentType$inboundSchema,
2802
+ addresses: z.array(z.lazy(() => UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema)),
2803
+ protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema,
2804
+ });
2805
+ /** @internal */
2806
+ export const TrustedIps1$outboundSchema = z.object({
2807
+ deploymentType: TrustedIpsDeploymentType$outboundSchema,
2808
+ addresses: z.array(z.lazy(() => UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema)),
2809
+ protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema,
2810
+ });
2811
+ /**
2812
+ * @internal
2813
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2814
+ */
2815
+ export var TrustedIps1$;
2816
+ (function (TrustedIps1$) {
2817
+ /** @deprecated use `TrustedIps1$inboundSchema` instead. */
2818
+ TrustedIps1$.inboundSchema = TrustedIps1$inboundSchema;
2819
+ /** @deprecated use `TrustedIps1$outboundSchema` instead. */
2820
+ TrustedIps1$.outboundSchema = TrustedIps1$outboundSchema;
2821
+ })(TrustedIps1$ || (TrustedIps1$ = {}));
2822
+ /** @internal */
2823
+ export const UpdateProjectDataCacheTrustedIps$inboundSchema = z.union([
2824
+ z.lazy(() => TrustedIps2$inboundSchema),
2825
+ z.lazy(() => TrustedIps1$inboundSchema),
2826
+ ]);
2827
+ /** @internal */
2828
+ export const UpdateProjectDataCacheTrustedIps$outboundSchema = z.union([
2829
+ z.lazy(() => TrustedIps2$outboundSchema),
2830
+ z.lazy(() => TrustedIps1$outboundSchema),
2831
+ ]);
2832
+ /**
2833
+ * @internal
2834
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2835
+ */
2836
+ export var UpdateProjectDataCacheTrustedIps$;
2837
+ (function (UpdateProjectDataCacheTrustedIps$) {
2838
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$inboundSchema` instead. */
2839
+ UpdateProjectDataCacheTrustedIps$.inboundSchema = UpdateProjectDataCacheTrustedIps$inboundSchema;
2840
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$outboundSchema` instead. */
2841
+ UpdateProjectDataCacheTrustedIps$.outboundSchema = UpdateProjectDataCacheTrustedIps$outboundSchema;
2842
+ })(UpdateProjectDataCacheTrustedIps$ || (UpdateProjectDataCacheTrustedIps$ = {}));
2843
+ /** @internal */
2844
+ export const GitComments$inboundSchema = z.object({
2845
+ onPullRequest: z.boolean(),
2846
+ onCommit: z.boolean(),
2847
+ });
2848
+ /** @internal */
2849
+ export const GitComments$outboundSchema = z.object({
2850
+ onPullRequest: z.boolean(),
2851
+ onCommit: z.boolean(),
2852
+ });
2853
+ /**
2854
+ * @internal
2855
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2856
+ */
2857
+ export var GitComments$;
2858
+ (function (GitComments$) {
2859
+ /** @deprecated use `GitComments$inboundSchema` instead. */
2860
+ GitComments$.inboundSchema = GitComments$inboundSchema;
2861
+ /** @deprecated use `GitComments$outboundSchema` instead. */
2862
+ GitComments$.outboundSchema = GitComments$outboundSchema;
2863
+ })(GitComments$ || (GitComments$ = {}));
2864
+ /** @internal */
2865
+ export const WebAnalytics$inboundSchema = z.object({
2866
+ id: z.string(),
2867
+ disabledAt: z.number().optional(),
2868
+ canceledAt: z.number().optional(),
2869
+ enabledAt: z.number().optional(),
2870
+ hasData: z.boolean().optional(),
2871
+ });
2872
+ /** @internal */
2873
+ export const WebAnalytics$outboundSchema = z.object({
2874
+ id: z.string(),
2875
+ disabledAt: z.number().optional(),
2876
+ canceledAt: z.number().optional(),
2877
+ enabledAt: z.number().optional(),
2878
+ hasData: z.boolean().optional(),
2879
+ });
2880
+ /**
2881
+ * @internal
2882
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2883
+ */
2884
+ export var WebAnalytics$;
2885
+ (function (WebAnalytics$) {
2886
+ /** @deprecated use `WebAnalytics$inboundSchema` instead. */
2887
+ WebAnalytics$.inboundSchema = WebAnalytics$inboundSchema;
2888
+ /** @deprecated use `WebAnalytics$outboundSchema` instead. */
2889
+ WebAnalytics$.outboundSchema = WebAnalytics$outboundSchema;
2890
+ })(WebAnalytics$ || (WebAnalytics$ = {}));
2891
+ /** @internal */
2892
+ export const Src2$inboundSchema = z
2893
+ .object({
2894
+ re: z.string().optional(),
2895
+ eq: z.string().optional(),
2896
+ neq: z.string().optional(),
2897
+ inc: z.array(z.string()).optional(),
2898
+ ninc: z.array(z.string()).optional(),
2899
+ pre: z.string().optional(),
2900
+ suf: z.string().optional(),
2901
+ gt: z.number().optional(),
2902
+ gte: z.number().optional(),
2903
+ lt: z.number().optional(),
2904
+ lte: z.number().optional(),
2905
+ });
2906
+ /** @internal */
2907
+ export const Src2$outboundSchema = z.object({
2908
+ re: z.string().optional(),
2909
+ eq: z.string().optional(),
2910
+ neq: z.string().optional(),
2911
+ inc: z.array(z.string()).optional(),
2912
+ ninc: z.array(z.string()).optional(),
2913
+ pre: z.string().optional(),
2914
+ suf: z.string().optional(),
2915
+ gt: z.number().optional(),
2916
+ gte: z.number().optional(),
2917
+ lt: z.number().optional(),
2918
+ lte: z.number().optional(),
2919
+ });
2920
+ /**
2921
+ * @internal
2922
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2923
+ */
2924
+ export var Src2$;
2925
+ (function (Src2$) {
2926
+ /** @deprecated use `Src2$inboundSchema` instead. */
2927
+ Src2$.inboundSchema = Src2$inboundSchema;
2928
+ /** @deprecated use `Src2$outboundSchema` instead. */
2929
+ Src2$.outboundSchema = Src2$outboundSchema;
2930
+ })(Src2$ || (Src2$ = {}));
2931
+ /** @internal */
2932
+ export const Src$inboundSchema = z.union([z.lazy(() => Src2$inboundSchema), z.string()]);
2933
+ /** @internal */
2934
+ export const Src$outboundSchema = z
2935
+ .union([z.lazy(() => Src2$outboundSchema), z.string()]);
2936
+ /**
2937
+ * @internal
2938
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2939
+ */
2940
+ export var Src$;
2941
+ (function (Src$) {
2942
+ /** @deprecated use `Src$inboundSchema` instead. */
2943
+ Src$.inboundSchema = Src$inboundSchema;
2944
+ /** @deprecated use `Src$outboundSchema` instead. */
2945
+ Src$.outboundSchema = Src$outboundSchema;
2946
+ })(Src$ || (Src$ = {}));
2947
+ /** @internal */
2948
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType);
2949
+ /** @internal */
2950
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
2951
+ /**
2952
+ * @internal
2953
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2954
+ */
2955
+ export var UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$;
2956
+ (function (UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$) {
2957
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
2958
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
2959
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
2960
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
2961
+ })(UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ || (UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
2962
+ /** @internal */
2963
+ export const UpdateProjectDataCacheValueProjects2$inboundSchema = z.object({
2964
+ re: z.string().optional(),
2965
+ eq: z.string().optional(),
2966
+ neq: z.string().optional(),
2967
+ inc: z.array(z.string()).optional(),
2968
+ ninc: z.array(z.string()).optional(),
2969
+ pre: z.string().optional(),
2970
+ suf: z.string().optional(),
2971
+ gt: z.number().optional(),
2972
+ gte: z.number().optional(),
2973
+ lt: z.number().optional(),
2974
+ lte: z.number().optional(),
2975
+ });
2976
+ /** @internal */
2977
+ export const UpdateProjectDataCacheValueProjects2$outboundSchema = z.object({
2978
+ re: z.string().optional(),
2979
+ eq: z.string().optional(),
2980
+ neq: z.string().optional(),
2981
+ inc: z.array(z.string()).optional(),
2982
+ ninc: z.array(z.string()).optional(),
2983
+ pre: z.string().optional(),
2984
+ suf: z.string().optional(),
2985
+ gt: z.number().optional(),
2986
+ gte: z.number().optional(),
2987
+ lt: z.number().optional(),
2988
+ lte: z.number().optional(),
2989
+ });
2990
+ /**
2991
+ * @internal
2992
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2993
+ */
2994
+ export var UpdateProjectDataCacheValueProjects2$;
2995
+ (function (UpdateProjectDataCacheValueProjects2$) {
2996
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
2997
+ UpdateProjectDataCacheValueProjects2$.inboundSchema = UpdateProjectDataCacheValueProjects2$inboundSchema;
2998
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
2999
+ UpdateProjectDataCacheValueProjects2$.outboundSchema = UpdateProjectDataCacheValueProjects2$outboundSchema;
3000
+ })(UpdateProjectDataCacheValueProjects2$ || (UpdateProjectDataCacheValueProjects2$ = {}));
3001
+ /** @internal */
3002
+ export const UpdateProjectDataCacheProjectsValue$inboundSchema = z.union([
3003
+ z.lazy(() => UpdateProjectDataCacheValueProjects2$inboundSchema),
3004
+ z.string(),
3005
+ ]);
3006
+ /** @internal */
3007
+ export const UpdateProjectDataCacheProjectsValue$outboundSchema = z.union([
3008
+ z.lazy(() => UpdateProjectDataCacheValueProjects2$outboundSchema),
3009
+ z.string(),
3010
+ ]);
3011
+ /**
3012
+ * @internal
3013
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3014
+ */
3015
+ export var UpdateProjectDataCacheProjectsValue$;
3016
+ (function (UpdateProjectDataCacheProjectsValue$) {
3017
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
3018
+ UpdateProjectDataCacheProjectsValue$.inboundSchema = UpdateProjectDataCacheProjectsValue$inboundSchema;
3019
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
3020
+ UpdateProjectDataCacheProjectsValue$.outboundSchema = UpdateProjectDataCacheProjectsValue$outboundSchema;
3021
+ })(UpdateProjectDataCacheProjectsValue$ || (UpdateProjectDataCacheProjectsValue$ = {}));
3022
+ /** @internal */
3023
+ export const Has$inboundSchema = z
3024
+ .object({
3025
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
3026
+ key: z.string().optional(),
3027
+ value: z.union([
3028
+ z.lazy(() => UpdateProjectDataCacheValueProjects2$inboundSchema),
3029
+ z.string(),
3030
+ ]).optional(),
3031
+ });
3032
+ /** @internal */
3033
+ export const Has$outboundSchema = z
3034
+ .object({
3035
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
3036
+ key: z.string().optional(),
3037
+ value: z.union([
3038
+ z.lazy(() => UpdateProjectDataCacheValueProjects2$outboundSchema),
3039
+ z.string(),
3040
+ ]).optional(),
3041
+ });
3042
+ /**
3043
+ * @internal
3044
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3045
+ */
3046
+ export var Has$;
3047
+ (function (Has$) {
3048
+ /** @deprecated use `Has$inboundSchema` instead. */
3049
+ Has$.inboundSchema = Has$inboundSchema;
3050
+ /** @deprecated use `Has$outboundSchema` instead. */
3051
+ Has$.outboundSchema = Has$outboundSchema;
3052
+ })(Has$ || (Has$ = {}));
3053
+ /** @internal */
3054
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema = z.nativeEnum(UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType);
3055
+ /** @internal */
3056
+ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
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 UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$;
3062
+ (function (UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$) {
3063
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
3064
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$.inboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
3065
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
3066
+ UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$.outboundSchema = UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema;
3067
+ })(UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ || (UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ = {}));
3068
+ /** @internal */
3069
+ export const UpdateProjectDataCacheValue2$inboundSchema = z.object({
3070
+ re: z.string().optional(),
3071
+ eq: z.string().optional(),
3072
+ neq: z.string().optional(),
3073
+ inc: z.array(z.string()).optional(),
3074
+ ninc: z.array(z.string()).optional(),
3075
+ pre: z.string().optional(),
3076
+ suf: z.string().optional(),
3077
+ gt: z.number().optional(),
3078
+ gte: z.number().optional(),
3079
+ lt: z.number().optional(),
3080
+ lte: z.number().optional(),
3081
+ });
3082
+ /** @internal */
3083
+ export const UpdateProjectDataCacheValue2$outboundSchema = z.object({
3084
+ re: z.string().optional(),
3085
+ eq: z.string().optional(),
3086
+ neq: z.string().optional(),
3087
+ inc: z.array(z.string()).optional(),
3088
+ ninc: z.array(z.string()).optional(),
3089
+ pre: z.string().optional(),
3090
+ suf: z.string().optional(),
3091
+ gt: z.number().optional(),
3092
+ gte: z.number().optional(),
3093
+ lt: z.number().optional(),
3094
+ lte: z.number().optional(),
3095
+ });
3096
+ /**
3097
+ * @internal
3098
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3099
+ */
3100
+ export var UpdateProjectDataCacheValue2$;
3101
+ (function (UpdateProjectDataCacheValue2$) {
3102
+ /** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
3103
+ UpdateProjectDataCacheValue2$.inboundSchema = UpdateProjectDataCacheValue2$inboundSchema;
3104
+ /** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
3105
+ UpdateProjectDataCacheValue2$.outboundSchema = UpdateProjectDataCacheValue2$outboundSchema;
3106
+ })(UpdateProjectDataCacheValue2$ || (UpdateProjectDataCacheValue2$ = {}));
3107
+ /** @internal */
3108
+ export const UpdateProjectDataCacheValue$inboundSchema = z.union([
3109
+ z.lazy(() => UpdateProjectDataCacheValue2$inboundSchema),
3110
+ z.string(),
3111
+ ]);
3112
+ /** @internal */
3113
+ export const UpdateProjectDataCacheValue$outboundSchema = z.union([
3114
+ z.lazy(() => UpdateProjectDataCacheValue2$outboundSchema),
3115
+ z.string(),
3116
+ ]);
3117
+ /**
3118
+ * @internal
3119
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3120
+ */
3121
+ export var UpdateProjectDataCacheValue$;
3122
+ (function (UpdateProjectDataCacheValue$) {
3123
+ /** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
3124
+ UpdateProjectDataCacheValue$.inboundSchema = UpdateProjectDataCacheValue$inboundSchema;
3125
+ /** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
3126
+ UpdateProjectDataCacheValue$.outboundSchema = UpdateProjectDataCacheValue$outboundSchema;
3127
+ })(UpdateProjectDataCacheValue$ || (UpdateProjectDataCacheValue$ = {}));
3128
+ /** @internal */
3129
+ export const Missing$inboundSchema = z.object({
3130
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema,
3131
+ key: z.string().optional(),
3132
+ value: z.union([
3133
+ z.lazy(() => UpdateProjectDataCacheValue2$inboundSchema),
3134
+ z.string(),
3135
+ ]).optional(),
3136
+ });
3137
+ /** @internal */
3138
+ export const Missing$outboundSchema = z.object({
3139
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema,
3140
+ key: z.string().optional(),
3141
+ value: z.union([
3142
+ z.lazy(() => UpdateProjectDataCacheValue2$outboundSchema),
3143
+ z.string(),
3144
+ ]).optional(),
3145
+ });
3146
+ /**
3147
+ * @internal
3148
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3149
+ */
3150
+ export var Missing$;
3151
+ (function (Missing$) {
3152
+ /** @deprecated use `Missing$inboundSchema` instead. */
3153
+ Missing$.inboundSchema = Missing$inboundSchema;
3154
+ /** @deprecated use `Missing$outboundSchema` instead. */
3155
+ Missing$.outboundSchema = Missing$outboundSchema;
3156
+ })(Missing$ || (Missing$ = {}));
3157
+ /** @internal */
3158
+ export const Handle$inboundSchema = z
3159
+ .nativeEnum(Handle);
3160
+ /** @internal */
3161
+ export const Handle$outboundSchema = Handle$inboundSchema;
3162
+ /**
3163
+ * @internal
3164
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3165
+ */
3166
+ export var Handle$;
3167
+ (function (Handle$) {
3168
+ /** @deprecated use `Handle$inboundSchema` instead. */
3169
+ Handle$.inboundSchema = Handle$inboundSchema;
3170
+ /** @deprecated use `Handle$outboundSchema` instead. */
3171
+ Handle$.outboundSchema = Handle$outboundSchema;
3172
+ })(Handle$ || (Handle$ = {}));
3173
+ /** @internal */
3174
+ export const Action$inboundSchema = z
3175
+ .nativeEnum(Action);
3176
+ /** @internal */
3177
+ export const Action$outboundSchema = Action$inboundSchema;
3178
+ /**
3179
+ * @internal
3180
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3181
+ */
3182
+ export var Action$;
3183
+ (function (Action$) {
3184
+ /** @deprecated use `Action$inboundSchema` instead. */
3185
+ Action$.inboundSchema = Action$inboundSchema;
3186
+ /** @deprecated use `Action$outboundSchema` instead. */
3187
+ Action$.outboundSchema = Action$outboundSchema;
3188
+ })(Action$ || (Action$ = {}));
3189
+ /** @internal */
3190
+ export const Algo$inboundSchema = z.nativeEnum(Algo);
3191
+ /** @internal */
3192
+ export const Algo$outboundSchema = Algo$inboundSchema;
3193
+ /**
3194
+ * @internal
3195
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3196
+ */
3197
+ export var Algo$;
3198
+ (function (Algo$) {
3199
+ /** @deprecated use `Algo$inboundSchema` instead. */
3200
+ Algo$.inboundSchema = Algo$inboundSchema;
3201
+ /** @deprecated use `Algo$outboundSchema` instead. */
3202
+ Algo$.outboundSchema = Algo$outboundSchema;
3203
+ })(Algo$ || (Algo$ = {}));
3204
+ /** @internal */
3205
+ export const Erl$inboundSchema = z
3206
+ .object({
3207
+ algo: Algo$inboundSchema,
3208
+ window: z.number(),
3209
+ limit: z.number(),
3210
+ keys: z.array(z.string()),
3211
+ });
3212
+ /** @internal */
3213
+ export const Erl$outboundSchema = z
3214
+ .object({
3215
+ algo: Algo$outboundSchema,
3216
+ window: z.number(),
3217
+ limit: z.number(),
3218
+ keys: z.array(z.string()),
3219
+ });
3220
+ /**
3221
+ * @internal
3222
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3223
+ */
3224
+ export var Erl$;
3225
+ (function (Erl$) {
3226
+ /** @deprecated use `Erl$inboundSchema` instead. */
3227
+ Erl$.inboundSchema = Erl$inboundSchema;
3228
+ /** @deprecated use `Erl$outboundSchema` instead. */
3229
+ Erl$.outboundSchema = Erl$outboundSchema;
3230
+ })(Erl$ || (Erl$ = {}));
3231
+ /** @internal */
3232
+ export const Mitigate$inboundSchema = z.object({
3233
+ action: Action$inboundSchema,
3234
+ rule_id: z.string(),
3235
+ ttl: z.number().optional(),
3236
+ erl: z.lazy(() => Erl$inboundSchema).optional(),
3237
+ }).transform((v) => {
3238
+ return remap$(v, {
3239
+ "rule_id": "ruleId",
3240
+ });
3241
+ });
3242
+ /** @internal */
3243
+ export const Mitigate$outboundSchema = z.object({
3244
+ action: Action$outboundSchema,
3245
+ ruleId: z.string(),
3246
+ ttl: z.number().optional(),
3247
+ erl: z.lazy(() => Erl$outboundSchema).optional(),
3248
+ }).transform((v) => {
3249
+ return remap$(v, {
3250
+ ruleId: "rule_id",
3251
+ });
3252
+ });
3253
+ /**
3254
+ * @internal
3255
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3256
+ */
3257
+ export var Mitigate$;
3258
+ (function (Mitigate$) {
3259
+ /** @deprecated use `Mitigate$inboundSchema` instead. */
3260
+ Mitigate$.inboundSchema = Mitigate$inboundSchema;
3261
+ /** @deprecated use `Mitigate$outboundSchema` instead. */
3262
+ Mitigate$.outboundSchema = Mitigate$outboundSchema;
3263
+ })(Mitigate$ || (Mitigate$ = {}));
3264
+ /** @internal */
3265
+ export const FirewallRoutes$inboundSchema = z.object({
3266
+ src: z.union([z.lazy(() => Src2$inboundSchema), z.string()]).optional(),
3267
+ has: z.array(z.lazy(() => Has$inboundSchema)).optional(),
3268
+ missing: z.array(z.lazy(() => Missing$inboundSchema)).optional(),
3269
+ dest: z.string().optional(),
3270
+ status: z.number().optional(),
3271
+ handle: Handle$inboundSchema.optional(),
3272
+ mitigate: z.lazy(() => Mitigate$inboundSchema).optional(),
3273
+ });
3274
+ /** @internal */
3275
+ export const FirewallRoutes$outboundSchema = z.object({
3276
+ src: z.union([z.lazy(() => Src2$outboundSchema), z.string()]).optional(),
3277
+ has: z.array(z.lazy(() => Has$outboundSchema)).optional(),
3278
+ missing: z.array(z.lazy(() => Missing$outboundSchema)).optional(),
3279
+ dest: z.string().optional(),
3280
+ status: z.number().optional(),
3281
+ handle: Handle$outboundSchema.optional(),
3282
+ mitigate: z.lazy(() => Mitigate$outboundSchema).optional(),
3283
+ });
3284
+ /**
3285
+ * @internal
3286
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3287
+ */
3288
+ export var FirewallRoutes$;
3289
+ (function (FirewallRoutes$) {
3290
+ /** @deprecated use `FirewallRoutes$inboundSchema` instead. */
3291
+ FirewallRoutes$.inboundSchema = FirewallRoutes$inboundSchema;
3292
+ /** @deprecated use `FirewallRoutes$outboundSchema` instead. */
3293
+ FirewallRoutes$.outboundSchema = FirewallRoutes$outboundSchema;
3294
+ })(FirewallRoutes$ || (FirewallRoutes$ = {}));
3295
+ /** @internal */
3296
+ export const Security$inboundSchema = z.object({
3297
+ attackModeEnabled: z.boolean().optional(),
3298
+ attackModeUpdatedAt: z.number().optional(),
3299
+ firewallEnabled: z.boolean().optional(),
3300
+ firewallUpdatedAt: z.number().optional(),
3301
+ attackModeActiveUntil: z.nullable(z.number()).optional(),
3302
+ firewallConfigVersion: z.number().optional(),
3303
+ firewallRoutes: z.array(z.lazy(() => FirewallRoutes$inboundSchema))
3304
+ .optional(),
3305
+ firewallSeawallEnabled: z.boolean().optional(),
3306
+ ja3Enabled: z.boolean().optional(),
3307
+ ja4Enabled: z.boolean().optional(),
3308
+ });
3309
+ /** @internal */
3310
+ export const Security$outboundSchema = z.object({
3311
+ attackModeEnabled: z.boolean().optional(),
3312
+ attackModeUpdatedAt: z.number().optional(),
3313
+ firewallEnabled: z.boolean().optional(),
3314
+ firewallUpdatedAt: z.number().optional(),
3315
+ attackModeActiveUntil: z.nullable(z.number()).optional(),
3316
+ firewallConfigVersion: z.number().optional(),
3317
+ firewallRoutes: z.array(z.lazy(() => FirewallRoutes$outboundSchema))
3318
+ .optional(),
3319
+ firewallSeawallEnabled: z.boolean().optional(),
3320
+ ja3Enabled: z.boolean().optional(),
3321
+ ja4Enabled: z.boolean().optional(),
3322
+ });
3323
+ /**
3324
+ * @internal
3325
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3326
+ */
3327
+ export var Security$;
3328
+ (function (Security$) {
3329
+ /** @deprecated use `Security$inboundSchema` instead. */
3330
+ Security$.inboundSchema = Security$inboundSchema;
3331
+ /** @deprecated use `Security$outboundSchema` instead. */
3332
+ Security$.outboundSchema = Security$outboundSchema;
3333
+ })(Security$ || (Security$ = {}));
3334
+ /** @internal */
3335
+ export const UpdateProjectDataCacheOidcTokenConfig$inboundSchema = z.object({
3336
+ enabled: z.boolean(),
3337
+ });
3338
+ /** @internal */
3339
+ export const UpdateProjectDataCacheOidcTokenConfig$outboundSchema = z.object({
3340
+ enabled: z.boolean(),
3341
+ });
3342
+ /**
3343
+ * @internal
3344
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3345
+ */
3346
+ export var UpdateProjectDataCacheOidcTokenConfig$;
3347
+ (function (UpdateProjectDataCacheOidcTokenConfig$) {
3348
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$inboundSchema` instead. */
3349
+ UpdateProjectDataCacheOidcTokenConfig$.inboundSchema = UpdateProjectDataCacheOidcTokenConfig$inboundSchema;
3350
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$outboundSchema` instead. */
3351
+ UpdateProjectDataCacheOidcTokenConfig$.outboundSchema = UpdateProjectDataCacheOidcTokenConfig$outboundSchema;
3352
+ })(UpdateProjectDataCacheOidcTokenConfig$ || (UpdateProjectDataCacheOidcTokenConfig$ = {}));
3353
+ /** @internal */
3354
+ export const Tier$inboundSchema = z.nativeEnum(Tier);
3355
+ /** @internal */
3356
+ export const Tier$outboundSchema = Tier$inboundSchema;
3357
+ /**
3358
+ * @internal
3359
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3360
+ */
3361
+ export var Tier$;
3362
+ (function (Tier$) {
3363
+ /** @deprecated use `Tier$inboundSchema` instead. */
3364
+ Tier$.inboundSchema = Tier$inboundSchema;
3365
+ /** @deprecated use `Tier$outboundSchema` instead. */
3366
+ Tier$.outboundSchema = Tier$outboundSchema;
3367
+ })(Tier$ || (Tier$ = {}));
3368
+ /** @internal */
3369
+ export const UpdateProjectDataCacheResponseBody$inboundSchema = z.object({
3370
+ accountId: z.string(),
3371
+ analytics: z.lazy(() => Analytics$inboundSchema).optional(),
3372
+ speedInsights: z.lazy(() => SpeedInsights$inboundSchema).optional(),
3373
+ autoExposeSystemEnvs: z.boolean().optional(),
3374
+ autoAssignCustomDomains: z.boolean().optional(),
3375
+ autoAssignCustomDomainsUpdatedBy: z.string().optional(),
3376
+ buildCommand: z.nullable(z.string()).optional(),
3377
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
3378
+ connectConfigurationId: z.nullable(z.string()).optional(),
3379
+ connectBuildsEnabled: z.boolean().optional(),
3380
+ createdAt: z.number().optional(),
3381
+ customerSupportCodeVisibility: z.boolean().optional(),
3382
+ crons: z.lazy(() => Crons$inboundSchema).optional(),
3383
+ dataCache: z.lazy(() => DataCache$inboundSchema).optional(),
3384
+ deploymentExpiration: z.nullable(z.lazy(() => DeploymentExpiration$inboundSchema)).optional(),
3385
+ devCommand: z.nullable(z.string()).optional(),
3386
+ directoryListing: z.boolean(),
3387
+ installCommand: z.nullable(z.string()).optional(),
3388
+ env: z.array(z.lazy(() => Env$inboundSchema)).optional(),
3389
+ framework: z.nullable(UpdateProjectDataCacheFramework$inboundSchema)
3390
+ .optional(),
3391
+ gitForkProtection: z.boolean().optional(),
3392
+ gitLFS: z.boolean().optional(),
3393
+ id: z.string(),
3394
+ latestDeployments: z.array(z.lazy(() => LatestDeployments$inboundSchema))
3395
+ .optional(),
3396
+ link: z.union([
3397
+ z.lazy(() => Link1$inboundSchema),
3398
+ z.lazy(() => Link2$inboundSchema),
3399
+ z.lazy(() => Link3$inboundSchema),
3400
+ ]).optional(),
3401
+ name: z.string(),
3402
+ nodeVersion: UpdateProjectDataCacheNodeVersion$inboundSchema,
3403
+ optionsAllowlist: z.nullable(z.lazy(() => UpdateProjectDataCacheOptionsAllowlist$inboundSchema)).optional(),
3404
+ outputDirectory: z.nullable(z.string()).optional(),
3405
+ passiveConnectConfigurationId: z.nullable(z.string()).optional(),
3406
+ passwordProtection: z.nullable(z.lazy(() => UpdateProjectDataCachePasswordProtection$inboundSchema)).optional(),
3407
+ productionDeploymentsFastLane: z.boolean().optional(),
3408
+ publicSource: z.nullable(z.boolean()).optional(),
3409
+ rootDirectory: z.nullable(z.string()).optional(),
3410
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
3411
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
3412
+ skewProtectionBoundaryAt: z.number().optional(),
3413
+ skewProtectionMaxAge: z.number().optional(),
3414
+ skipGitConnectDuringLink: z.boolean().optional(),
3415
+ sourceFilesOutsideRootDirectory: z.boolean().optional(),
3416
+ enableAffectedProjectsDeployments: z.boolean().optional(),
3417
+ ssoProtection: z.nullable(z.lazy(() => UpdateProjectDataCacheSsoProtection$inboundSchema)).optional(),
3418
+ targets: z.record(z.lazy(() => Targets$inboundSchema)).optional(),
3419
+ transferCompletedAt: z.number().optional(),
3420
+ transferStartedAt: z.number().optional(),
3421
+ transferToAccountId: z.string().optional(),
3422
+ transferredFromAccountId: z.string().optional(),
3423
+ updatedAt: z.number().optional(),
3424
+ live: z.boolean().optional(),
3425
+ enablePreviewFeedback: z.nullable(z.boolean()).optional(),
3426
+ enableProductionFeedback: z.nullable(z.boolean()).optional(),
3427
+ permissions: z.lazy(() => Permissions$inboundSchema).optional(),
3428
+ lastRollbackTarget: z.nullable(z.lazy(() => LastRollbackTarget$inboundSchema))
3429
+ .optional(),
3430
+ lastAliasRequest: z.nullable(z.lazy(() => LastAliasRequest$inboundSchema))
3431
+ .optional(),
3432
+ hasFloatingAliases: z.boolean().optional(),
3433
+ protectionBypass: z.record(z.lazy(() => ProtectionBypass$inboundSchema))
3434
+ .optional(),
3435
+ hasActiveBranches: z.boolean().optional(),
3436
+ trustedIps: z.nullable(z.union([
3437
+ z.lazy(() => TrustedIps2$inboundSchema),
3438
+ z.lazy(() => TrustedIps1$inboundSchema),
3439
+ ])).optional(),
3440
+ gitComments: z.lazy(() => GitComments$inboundSchema).optional(),
3441
+ paused: z.boolean().optional(),
3442
+ concurrencyBucketName: z.string().optional(),
3443
+ webAnalytics: z.lazy(() => WebAnalytics$inboundSchema).optional(),
3444
+ security: z.lazy(() => Security$inboundSchema).optional(),
3445
+ oidcTokenConfig: z.lazy(() => UpdateProjectDataCacheOidcTokenConfig$inboundSchema).optional(),
3446
+ tier: Tier$inboundSchema.optional(),
3447
+ });
3448
+ /** @internal */
3449
+ export const UpdateProjectDataCacheResponseBody$outboundSchema = z.object({
3450
+ accountId: z.string(),
3451
+ analytics: z.lazy(() => Analytics$outboundSchema).optional(),
3452
+ speedInsights: z.lazy(() => SpeedInsights$outboundSchema).optional(),
3453
+ autoExposeSystemEnvs: z.boolean().optional(),
3454
+ autoAssignCustomDomains: z.boolean().optional(),
3455
+ autoAssignCustomDomainsUpdatedBy: z.string().optional(),
3456
+ buildCommand: z.nullable(z.string()).optional(),
3457
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
3458
+ connectConfigurationId: z.nullable(z.string()).optional(),
3459
+ connectBuildsEnabled: z.boolean().optional(),
3460
+ createdAt: z.number().optional(),
3461
+ customerSupportCodeVisibility: z.boolean().optional(),
3462
+ crons: z.lazy(() => Crons$outboundSchema).optional(),
3463
+ dataCache: z.lazy(() => DataCache$outboundSchema).optional(),
3464
+ deploymentExpiration: z.nullable(z.lazy(() => DeploymentExpiration$outboundSchema)).optional(),
3465
+ devCommand: z.nullable(z.string()).optional(),
3466
+ directoryListing: z.boolean(),
3467
+ installCommand: z.nullable(z.string()).optional(),
3468
+ env: z.array(z.lazy(() => Env$outboundSchema)).optional(),
3469
+ framework: z.nullable(UpdateProjectDataCacheFramework$outboundSchema)
3470
+ .optional(),
3471
+ gitForkProtection: z.boolean().optional(),
3472
+ gitLFS: z.boolean().optional(),
3473
+ id: z.string(),
3474
+ latestDeployments: z.array(z.lazy(() => LatestDeployments$outboundSchema))
3475
+ .optional(),
3476
+ link: z.union([
3477
+ z.lazy(() => Link1$outboundSchema),
3478
+ z.lazy(() => Link2$outboundSchema),
3479
+ z.lazy(() => Link3$outboundSchema),
3480
+ ]).optional(),
3481
+ name: z.string(),
3482
+ nodeVersion: UpdateProjectDataCacheNodeVersion$outboundSchema,
3483
+ optionsAllowlist: z.nullable(z.lazy(() => UpdateProjectDataCacheOptionsAllowlist$outboundSchema)).optional(),
3484
+ outputDirectory: z.nullable(z.string()).optional(),
3485
+ passiveConnectConfigurationId: z.nullable(z.string()).optional(),
3486
+ passwordProtection: z.nullable(z.lazy(() => UpdateProjectDataCachePasswordProtection$outboundSchema)).optional(),
3487
+ productionDeploymentsFastLane: z.boolean().optional(),
3488
+ publicSource: z.nullable(z.boolean()).optional(),
3489
+ rootDirectory: z.nullable(z.string()).optional(),
3490
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
3491
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
3492
+ skewProtectionBoundaryAt: z.number().optional(),
3493
+ skewProtectionMaxAge: z.number().optional(),
3494
+ skipGitConnectDuringLink: z.boolean().optional(),
3495
+ sourceFilesOutsideRootDirectory: z.boolean().optional(),
3496
+ enableAffectedProjectsDeployments: z.boolean().optional(),
3497
+ ssoProtection: z.nullable(z.lazy(() => UpdateProjectDataCacheSsoProtection$outboundSchema)).optional(),
3498
+ targets: z.record(z.lazy(() => Targets$outboundSchema)).optional(),
3499
+ transferCompletedAt: z.number().optional(),
3500
+ transferStartedAt: z.number().optional(),
3501
+ transferToAccountId: z.string().optional(),
3502
+ transferredFromAccountId: z.string().optional(),
3503
+ updatedAt: z.number().optional(),
3504
+ live: z.boolean().optional(),
3505
+ enablePreviewFeedback: z.nullable(z.boolean()).optional(),
3506
+ enableProductionFeedback: z.nullable(z.boolean()).optional(),
3507
+ permissions: z.lazy(() => Permissions$outboundSchema).optional(),
3508
+ lastRollbackTarget: z.nullable(z.lazy(() => LastRollbackTarget$outboundSchema)).optional(),
3509
+ lastAliasRequest: z.nullable(z.lazy(() => LastAliasRequest$outboundSchema))
3510
+ .optional(),
3511
+ hasFloatingAliases: z.boolean().optional(),
3512
+ protectionBypass: z.record(z.lazy(() => ProtectionBypass$outboundSchema))
3513
+ .optional(),
3514
+ hasActiveBranches: z.boolean().optional(),
3515
+ trustedIps: z.nullable(z.union([
3516
+ z.lazy(() => TrustedIps2$outboundSchema),
3517
+ z.lazy(() => TrustedIps1$outboundSchema),
3518
+ ])).optional(),
3519
+ gitComments: z.lazy(() => GitComments$outboundSchema).optional(),
3520
+ paused: z.boolean().optional(),
3521
+ concurrencyBucketName: z.string().optional(),
3522
+ webAnalytics: z.lazy(() => WebAnalytics$outboundSchema).optional(),
3523
+ security: z.lazy(() => Security$outboundSchema).optional(),
3524
+ oidcTokenConfig: z.lazy(() => UpdateProjectDataCacheOidcTokenConfig$outboundSchema).optional(),
3525
+ tier: Tier$outboundSchema.optional(),
3526
+ });
3527
+ /**
3528
+ * @internal
3529
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3530
+ */
3531
+ export var UpdateProjectDataCacheResponseBody$;
3532
+ (function (UpdateProjectDataCacheResponseBody$) {
3533
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$inboundSchema` instead. */
3534
+ UpdateProjectDataCacheResponseBody$.inboundSchema = UpdateProjectDataCacheResponseBody$inboundSchema;
3535
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$outboundSchema` instead. */
3536
+ UpdateProjectDataCacheResponseBody$.outboundSchema = UpdateProjectDataCacheResponseBody$outboundSchema;
3537
+ })(UpdateProjectDataCacheResponseBody$ || (UpdateProjectDataCacheResponseBody$ = {}));
3538
+ //# sourceMappingURL=updateprojectdatacache.js.map