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