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