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