@vercel/sdk 14.0.0-canary.5 → 14.0.0-canary.7

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 (822) hide show
  1. package/.devcontainer/README.md +1 -1
  2. package/LICENSE +1 -2
  3. package/README.md +8 -15
  4. package/docs/sdks/accessgroups/README.md +326 -0
  5. package/docs/sdks/projects/README.md +0 -154
  6. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
  7. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  8. package/esm/funcs/{secretsRenameSecret.js → accessGroupsCreateAccessGroupProject.js} +12 -15
  9. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
  10. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
  11. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
  12. package/esm/funcs/{secretsDeleteSecret.js → accessGroupsDeleteAccessGroupProject.js} +14 -12
  13. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
  14. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
  15. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
  16. package/esm/funcs/{projectsPauseProject.js → accessGroupsReadAccessGroupProject.js} +12 -11
  17. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
  18. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
  19. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
  20. package/esm/funcs/{projectsUnpauseProject.js → accessGroupsUpdateAccessGroupProject.js} +15 -13
  21. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
  22. package/esm/lib/base64.d.ts +2 -2
  23. package/esm/lib/base64.d.ts.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/lib/matchers.js +1 -1
  27. package/esm/lib/matchers.js.map +1 -1
  28. package/esm/models/components/authtoken.d.ts +10 -0
  29. package/esm/models/components/authtoken.d.ts.map +1 -1
  30. package/esm/models/components/authtoken.js +25 -0
  31. package/esm/models/components/authtoken.js.map +1 -1
  32. package/esm/models/components/authuser.d.ts +50 -0
  33. package/esm/models/components/authuser.d.ts.map +1 -1
  34. package/esm/models/components/authuser.js +119 -0
  35. package/esm/models/components/authuser.js.map +1 -1
  36. package/esm/models/components/authuserlimited.d.ts +4 -0
  37. package/esm/models/components/authuserlimited.d.ts.map +1 -1
  38. package/esm/models/components/authuserlimited.js +7 -0
  39. package/esm/models/components/authuserlimited.js.map +1 -1
  40. package/esm/models/components/edgeconfigitem.d.ts +4 -0
  41. package/esm/models/components/edgeconfigitem.d.ts.map +1 -1
  42. package/esm/models/components/edgeconfigitem.js +7 -0
  43. package/esm/models/components/edgeconfigitem.js.map +1 -1
  44. package/esm/models/components/edgeconfigitemvalue.d.ts +4 -0
  45. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -1
  46. package/esm/models/components/edgeconfigitemvalue.js +7 -0
  47. package/esm/models/components/edgeconfigitemvalue.js.map +1 -1
  48. package/esm/models/components/edgeconfigtoken.d.ts +4 -0
  49. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -1
  50. package/esm/models/components/edgeconfigtoken.js +7 -0
  51. package/esm/models/components/edgeconfigtoken.js.map +1 -1
  52. package/esm/models/components/filetree.d.ts +4 -0
  53. package/esm/models/components/filetree.d.ts.map +1 -1
  54. package/esm/models/components/filetree.js +7 -0
  55. package/esm/models/components/filetree.js.map +1 -1
  56. package/esm/models/components/flagjsonvalue.d.ts +4 -0
  57. package/esm/models/components/flagjsonvalue.d.ts.map +1 -1
  58. package/esm/models/components/flagjsonvalue.js +7 -0
  59. package/esm/models/components/flagjsonvalue.js.map +1 -1
  60. package/esm/models/components/pagination.d.ts +4 -0
  61. package/esm/models/components/pagination.d.ts.map +1 -1
  62. package/esm/models/components/pagination.js +7 -0
  63. package/esm/models/components/pagination.js.map +1 -1
  64. package/esm/models/components/security.d.ts +4 -0
  65. package/esm/models/components/security.d.ts.map +1 -1
  66. package/esm/models/components/security.js +7 -0
  67. package/esm/models/components/security.js.map +1 -1
  68. package/esm/models/components/teamlimited.d.ts +18 -0
  69. package/esm/models/components/teamlimited.d.ts.map +1 -1
  70. package/esm/models/components/teamlimited.js +49 -0
  71. package/esm/models/components/teamlimited.js.map +1 -1
  72. package/esm/models/components/userevent.d.ts +4 -0
  73. package/esm/models/components/userevent.d.ts.map +1 -1
  74. package/esm/models/components/userevent.js +7 -0
  75. package/esm/models/components/userevent.js.map +1 -1
  76. package/esm/models/operations/addprojectdomain.d.ts +10 -0
  77. package/esm/models/operations/addprojectdomain.d.ts.map +1 -1
  78. package/esm/models/operations/addprojectdomain.js +25 -0
  79. package/esm/models/operations/addprojectdomain.js.map +1 -1
  80. package/esm/models/operations/addprojectmember.d.ts +14 -0
  81. package/esm/models/operations/addprojectmember.d.ts.map +1 -1
  82. package/esm/models/operations/addprojectmember.js +37 -0
  83. package/esm/models/operations/addprojectmember.js.map +1 -1
  84. package/esm/models/operations/artifactexists.d.ts +4 -0
  85. package/esm/models/operations/artifactexists.d.ts.map +1 -1
  86. package/esm/models/operations/artifactexists.js +7 -0
  87. package/esm/models/operations/artifactexists.js.map +1 -1
  88. package/esm/models/operations/artifactquery.d.ts +14 -0
  89. package/esm/models/operations/artifactquery.d.ts.map +1 -1
  90. package/esm/models/operations/artifactquery.js +37 -0
  91. package/esm/models/operations/artifactquery.js.map +1 -1
  92. package/esm/models/operations/assignalias.d.ts +8 -0
  93. package/esm/models/operations/assignalias.d.ts.map +1 -1
  94. package/esm/models/operations/assignalias.js +19 -0
  95. package/esm/models/operations/assignalias.js.map +1 -1
  96. package/esm/models/operations/buydomain.d.ts +16 -0
  97. package/esm/models/operations/buydomain.d.ts.map +1 -1
  98. package/esm/models/operations/buydomain.js +43 -0
  99. package/esm/models/operations/buydomain.js.map +1 -1
  100. package/esm/models/operations/canceldeployment.d.ts +259 -0
  101. package/esm/models/operations/canceldeployment.d.ts.map +1 -1
  102. package/esm/models/operations/canceldeployment.js +451 -0
  103. package/esm/models/operations/canceldeployment.js.map +1 -1
  104. package/esm/models/operations/checkdomainprice.d.ts +6 -0
  105. package/esm/models/operations/checkdomainprice.d.ts.map +1 -1
  106. package/esm/models/operations/checkdomainprice.js +13 -0
  107. package/esm/models/operations/checkdomainprice.js.map +1 -1
  108. package/esm/models/operations/checkdomainstatus.d.ts +6 -0
  109. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -1
  110. package/esm/models/operations/checkdomainstatus.js +13 -0
  111. package/esm/models/operations/checkdomainstatus.js.map +1 -1
  112. package/esm/models/operations/createaccessgroup.d.ts +10 -0
  113. package/esm/models/operations/createaccessgroup.d.ts.map +1 -1
  114. package/esm/models/operations/createaccessgroup.js +25 -0
  115. package/esm/models/operations/createaccessgroup.js.map +1 -1
  116. package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
  117. package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
  118. package/esm/models/operations/createaccessgroupproject.js +154 -0
  119. package/esm/models/operations/createaccessgroupproject.js.map +1 -0
  120. package/esm/models/operations/createauthtoken.d.ts +8 -0
  121. package/esm/models/operations/createauthtoken.d.ts.map +1 -1
  122. package/esm/models/operations/createauthtoken.js +19 -0
  123. package/esm/models/operations/createauthtoken.js.map +1 -1
  124. package/esm/models/operations/createcheck.d.ts +22 -0
  125. package/esm/models/operations/createcheck.d.ts.map +1 -1
  126. package/esm/models/operations/createcheck.js +61 -0
  127. package/esm/models/operations/createcheck.js.map +1 -1
  128. package/esm/models/operations/createconfigurablelogdrain.d.ts +8 -0
  129. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -1
  130. package/esm/models/operations/createconfigurablelogdrain.js +19 -0
  131. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -1
  132. package/esm/models/operations/createdeployment.d.ts +287 -0
  133. package/esm/models/operations/createdeployment.d.ts.map +1 -1
  134. package/esm/models/operations/createdeployment.js +534 -0
  135. package/esm/models/operations/createdeployment.js.map +1 -1
  136. package/esm/models/operations/createedgeconfig.d.ts +24 -0
  137. package/esm/models/operations/createedgeconfig.d.ts.map +1 -1
  138. package/esm/models/operations/createedgeconfig.js +67 -0
  139. package/esm/models/operations/createedgeconfig.js.map +1 -1
  140. package/esm/models/operations/createedgeconfigtoken.d.ts +8 -0
  141. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -1
  142. package/esm/models/operations/createedgeconfigtoken.js +19 -0
  143. package/esm/models/operations/createedgeconfigtoken.js.map +1 -1
  144. package/esm/models/operations/createlogdrain.d.ts +8 -0
  145. package/esm/models/operations/createlogdrain.d.ts.map +1 -1
  146. package/esm/models/operations/createlogdrain.js +19 -0
  147. package/esm/models/operations/createlogdrain.js.map +1 -1
  148. package/esm/models/operations/createortransferdomain.d.ts +18 -0
  149. package/esm/models/operations/createortransferdomain.d.ts.map +1 -1
  150. package/esm/models/operations/createortransferdomain.js +49 -0
  151. package/esm/models/operations/createortransferdomain.js.map +1 -1
  152. package/esm/models/operations/createproject.d.ts +226 -0
  153. package/esm/models/operations/createproject.d.ts.map +1 -1
  154. package/esm/models/operations/createproject.js +544 -0
  155. package/esm/models/operations/createproject.js.map +1 -1
  156. package/esm/models/operations/createprojectenv.d.ts +106 -0
  157. package/esm/models/operations/createprojectenv.d.ts.map +1 -1
  158. package/esm/models/operations/createprojectenv.js +313 -0
  159. package/esm/models/operations/createprojectenv.js.map +1 -1
  160. package/esm/models/operations/createrecord.d.ts +36 -0
  161. package/esm/models/operations/createrecord.d.ts.map +1 -1
  162. package/esm/models/operations/createrecord.js +103 -0
  163. package/esm/models/operations/createrecord.js.map +1 -1
  164. package/esm/models/operations/createteam.d.ts +12 -0
  165. package/esm/models/operations/createteam.d.ts.map +1 -1
  166. package/esm/models/operations/createteam.js +31 -0
  167. package/esm/models/operations/createteam.js.map +1 -1
  168. package/esm/models/operations/createwebhook.d.ts +20 -6
  169. package/esm/models/operations/createwebhook.d.ts.map +1 -1
  170. package/esm/models/operations/createwebhook.js +23 -2
  171. package/esm/models/operations/createwebhook.js.map +1 -1
  172. package/esm/models/operations/deleteaccessgroup.d.ts +4 -0
  173. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -1
  174. package/esm/models/operations/deleteaccessgroup.js +7 -0
  175. package/esm/models/operations/deleteaccessgroup.js.map +1 -1
  176. package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
  177. package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
  178. package/esm/models/operations/deleteaccessgroupproject.js +37 -0
  179. package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
  180. package/esm/models/operations/deletealias.d.ts +6 -0
  181. package/esm/models/operations/deletealias.d.ts.map +1 -1
  182. package/esm/models/operations/deletealias.js +13 -0
  183. package/esm/models/operations/deletealias.js.map +1 -1
  184. package/esm/models/operations/deleteauthtoken.d.ts +6 -0
  185. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -1
  186. package/esm/models/operations/deleteauthtoken.js +13 -0
  187. package/esm/models/operations/deleteauthtoken.js.map +1 -1
  188. package/esm/models/operations/deleteconfigurablelogdrain.d.ts +4 -0
  189. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -1
  190. package/esm/models/operations/deleteconfigurablelogdrain.js +7 -0
  191. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -1
  192. package/esm/models/operations/deleteconfiguration.d.ts +4 -0
  193. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -1
  194. package/esm/models/operations/deleteconfiguration.js +7 -0
  195. package/esm/models/operations/deleteconfiguration.js.map +1 -1
  196. package/esm/models/operations/deletedeployment.d.ts +6 -0
  197. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  198. package/esm/models/operations/deletedeployment.js +13 -0
  199. package/esm/models/operations/deletedeployment.js.map +1 -1
  200. package/esm/models/operations/deletedomain.d.ts +6 -0
  201. package/esm/models/operations/deletedomain.d.ts.map +1 -1
  202. package/esm/models/operations/deletedomain.js +13 -0
  203. package/esm/models/operations/deletedomain.js.map +1 -1
  204. package/esm/models/operations/deleteedgeconfig.d.ts +4 -0
  205. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -1
  206. package/esm/models/operations/deleteedgeconfig.js +7 -0
  207. package/esm/models/operations/deleteedgeconfig.js.map +1 -1
  208. package/esm/models/operations/deleteedgeconfigschema.d.ts +4 -0
  209. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -1
  210. package/esm/models/operations/deleteedgeconfigschema.js +7 -0
  211. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -1
  212. package/esm/models/operations/deleteedgeconfigtokens.d.ts +6 -0
  213. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -1
  214. package/esm/models/operations/deleteedgeconfigtokens.js +13 -0
  215. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -1
  216. package/esm/models/operations/deleteintegrationlogdrain.d.ts +4 -0
  217. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -1
  218. package/esm/models/operations/deleteintegrationlogdrain.js +7 -0
  219. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -1
  220. package/esm/models/operations/deleteproject.d.ts +4 -0
  221. package/esm/models/operations/deleteproject.d.ts.map +1 -1
  222. package/esm/models/operations/deleteproject.js +7 -0
  223. package/esm/models/operations/deleteproject.js.map +1 -1
  224. package/esm/models/operations/deleteteam.d.ts +10 -0
  225. package/esm/models/operations/deleteteam.d.ts.map +1 -1
  226. package/esm/models/operations/deleteteam.js +25 -0
  227. package/esm/models/operations/deleteteam.js.map +1 -1
  228. package/esm/models/operations/deleteteaminvitecode.d.ts +6 -0
  229. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -1
  230. package/esm/models/operations/deleteteaminvitecode.js +13 -0
  231. package/esm/models/operations/deleteteaminvitecode.js.map +1 -1
  232. package/esm/models/operations/deletewebhook.d.ts +4 -0
  233. package/esm/models/operations/deletewebhook.d.ts.map +1 -1
  234. package/esm/models/operations/deletewebhook.js +7 -0
  235. package/esm/models/operations/deletewebhook.js.map +1 -1
  236. package/esm/models/operations/downloadartifact.d.ts +4 -0
  237. package/esm/models/operations/downloadartifact.d.ts.map +1 -1
  238. package/esm/models/operations/downloadartifact.js +7 -0
  239. package/esm/models/operations/downloadartifact.js.map +1 -1
  240. package/esm/models/operations/editprojectenv.d.ts +48 -0
  241. package/esm/models/operations/editprojectenv.d.ts.map +1 -1
  242. package/esm/models/operations/editprojectenv.js +139 -0
  243. package/esm/models/operations/editprojectenv.js.map +1 -1
  244. package/esm/models/operations/filterprojectenvs.d.ts +124 -0
  245. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -1
  246. package/esm/models/operations/filterprojectenvs.js +369 -0
  247. package/esm/models/operations/filterprojectenvs.js.map +1 -1
  248. package/esm/models/operations/getalias.d.ts +20 -0
  249. package/esm/models/operations/getalias.d.ts.map +1 -1
  250. package/esm/models/operations/getalias.js +55 -0
  251. package/esm/models/operations/getalias.js.map +1 -1
  252. package/esm/models/operations/getallchecks.d.ts +22 -0
  253. package/esm/models/operations/getallchecks.d.ts.map +1 -1
  254. package/esm/models/operations/getallchecks.js +61 -0
  255. package/esm/models/operations/getallchecks.js.map +1 -1
  256. package/esm/models/operations/getalllogdrains.d.ts +6 -0
  257. package/esm/models/operations/getalllogdrains.d.ts.map +1 -1
  258. package/esm/models/operations/getalllogdrains.js +13 -0
  259. package/esm/models/operations/getalllogdrains.js.map +1 -1
  260. package/esm/models/operations/getauthtoken.d.ts +6 -0
  261. package/esm/models/operations/getauthtoken.d.ts.map +1 -1
  262. package/esm/models/operations/getauthtoken.js +13 -0
  263. package/esm/models/operations/getauthtoken.js.map +1 -1
  264. package/esm/models/operations/getauthuser.d.ts +6 -0
  265. package/esm/models/operations/getauthuser.d.ts.map +1 -1
  266. package/esm/models/operations/getauthuser.js +13 -0
  267. package/esm/models/operations/getauthuser.js.map +1 -1
  268. package/esm/models/operations/getcertbyid.d.ts +6 -0
  269. package/esm/models/operations/getcertbyid.d.ts.map +1 -1
  270. package/esm/models/operations/getcertbyid.js +13 -0
  271. package/esm/models/operations/getcertbyid.js.map +1 -1
  272. package/esm/models/operations/getcheck.d.ts +20 -0
  273. package/esm/models/operations/getcheck.d.ts.map +1 -1
  274. package/esm/models/operations/getcheck.js +55 -0
  275. package/esm/models/operations/getcheck.js.map +1 -1
  276. package/esm/models/operations/getconfigurablelogdrain.d.ts +6 -0
  277. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -1
  278. package/esm/models/operations/getconfigurablelogdrain.js +13 -0
  279. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -1
  280. package/esm/models/operations/getconfiguration.d.ts +18 -0
  281. package/esm/models/operations/getconfiguration.d.ts.map +1 -1
  282. package/esm/models/operations/getconfiguration.js +49 -0
  283. package/esm/models/operations/getconfiguration.js.map +1 -1
  284. package/esm/models/operations/getconfigurations.d.ts +28 -0
  285. package/esm/models/operations/getconfigurations.d.ts.map +1 -1
  286. package/esm/models/operations/getconfigurations.js +79 -0
  287. package/esm/models/operations/getconfigurations.js.map +1 -1
  288. package/esm/models/operations/getdeployment.d.ts +315 -0
  289. package/esm/models/operations/getdeployment.d.ts.map +1 -1
  290. package/esm/models/operations/getdeployment.js +601 -0
  291. package/esm/models/operations/getdeployment.js.map +1 -1
  292. package/esm/models/operations/getdeploymentevents.d.ts +6 -0
  293. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -1
  294. package/esm/models/operations/getdeploymentevents.js +13 -0
  295. package/esm/models/operations/getdeploymentevents.js.map +1 -1
  296. package/esm/models/operations/getdeploymentfilecontents.d.ts +4 -0
  297. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -1
  298. package/esm/models/operations/getdeploymentfilecontents.js +7 -0
  299. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -1
  300. package/esm/models/operations/getdeployments.d.ts +27 -0
  301. package/esm/models/operations/getdeployments.d.ts.map +1 -1
  302. package/esm/models/operations/getdeployments.js +68 -0
  303. package/esm/models/operations/getdeployments.js.map +1 -1
  304. package/esm/models/operations/getdomain.d.ts +10 -0
  305. package/esm/models/operations/getdomain.d.ts.map +1 -1
  306. package/esm/models/operations/getdomain.js +25 -0
  307. package/esm/models/operations/getdomain.js.map +1 -1
  308. package/esm/models/operations/getdomainconfig.d.ts +6 -0
  309. package/esm/models/operations/getdomainconfig.d.ts.map +1 -1
  310. package/esm/models/operations/getdomainconfig.js +13 -0
  311. package/esm/models/operations/getdomainconfig.js.map +1 -1
  312. package/esm/models/operations/getdomains.d.ts +10 -0
  313. package/esm/models/operations/getdomains.d.ts.map +1 -1
  314. package/esm/models/operations/getdomains.js +25 -0
  315. package/esm/models/operations/getdomains.js.map +1 -1
  316. package/esm/models/operations/getdomaintransfer.d.ts +6 -0
  317. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -1
  318. package/esm/models/operations/getdomaintransfer.js +13 -0
  319. package/esm/models/operations/getdomaintransfer.js.map +1 -1
  320. package/esm/models/operations/getedgeconfig.d.ts +12 -0
  321. package/esm/models/operations/getedgeconfig.d.ts.map +1 -1
  322. package/esm/models/operations/getedgeconfig.js +31 -0
  323. package/esm/models/operations/getedgeconfig.js.map +1 -1
  324. package/esm/models/operations/getedgeconfigbackup.d.ts +26 -0
  325. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -1
  326. package/esm/models/operations/getedgeconfigbackup.js +73 -0
  327. package/esm/models/operations/getedgeconfigbackup.js.map +1 -1
  328. package/esm/models/operations/getedgeconfigbackups.d.ts +12 -0
  329. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -1
  330. package/esm/models/operations/getedgeconfigbackups.js +31 -0
  331. package/esm/models/operations/getedgeconfigbackups.js.map +1 -1
  332. package/esm/models/operations/getedgeconfigitem.d.ts +4 -0
  333. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -1
  334. package/esm/models/operations/getedgeconfigitem.js +7 -0
  335. package/esm/models/operations/getedgeconfigitem.js.map +1 -1
  336. package/esm/models/operations/getedgeconfigitems.d.ts +4 -0
  337. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -1
  338. package/esm/models/operations/getedgeconfigitems.js +7 -0
  339. package/esm/models/operations/getedgeconfigitems.js.map +1 -1
  340. package/esm/models/operations/getedgeconfigs.d.ts +12 -0
  341. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -1
  342. package/esm/models/operations/getedgeconfigs.js +31 -0
  343. package/esm/models/operations/getedgeconfigs.js.map +1 -1
  344. package/esm/models/operations/getedgeconfigschema.d.ts +6 -0
  345. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -1
  346. package/esm/models/operations/getedgeconfigschema.js +13 -0
  347. package/esm/models/operations/getedgeconfigschema.js.map +1 -1
  348. package/esm/models/operations/getedgeconfigtoken.d.ts +4 -0
  349. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -1
  350. package/esm/models/operations/getedgeconfigtoken.js +7 -0
  351. package/esm/models/operations/getedgeconfigtoken.js.map +1 -1
  352. package/esm/models/operations/getedgeconfigtokens.d.ts +4 -0
  353. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -1
  354. package/esm/models/operations/getedgeconfigtokens.js +7 -0
  355. package/esm/models/operations/getedgeconfigtokens.js.map +1 -1
  356. package/esm/models/operations/getfirewallconfig.d.ts +56 -0
  357. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -1
  358. package/esm/models/operations/getfirewallconfig.js +163 -0
  359. package/esm/models/operations/getfirewallconfig.js.map +1 -1
  360. package/esm/models/operations/getintegrationlogdrains.d.ts +6 -0
  361. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -1
  362. package/esm/models/operations/getintegrationlogdrains.js +13 -0
  363. package/esm/models/operations/getintegrationlogdrains.js.map +1 -1
  364. package/esm/models/operations/getprojectdomain.d.ts +8 -0
  365. package/esm/models/operations/getprojectdomain.d.ts.map +1 -1
  366. package/esm/models/operations/getprojectdomain.js +19 -0
  367. package/esm/models/operations/getprojectdomain.js.map +1 -1
  368. package/esm/models/operations/getprojectenv.d.ts +120 -0
  369. package/esm/models/operations/getprojectenv.d.ts.map +1 -1
  370. package/esm/models/operations/getprojectenv.js +357 -0
  371. package/esm/models/operations/getprojectenv.js.map +1 -1
  372. package/esm/models/operations/getprojectmembers.d.ts +14 -0
  373. package/esm/models/operations/getprojectmembers.d.ts.map +1 -1
  374. package/esm/models/operations/getprojectmembers.js +37 -0
  375. package/esm/models/operations/getprojectmembers.js.map +1 -1
  376. package/esm/models/operations/getprojects.d.ts +218 -0
  377. package/esm/models/operations/getprojects.d.ts.map +1 -1
  378. package/esm/models/operations/getprojects.js +520 -0
  379. package/esm/models/operations/getprojects.js.map +1 -1
  380. package/esm/models/operations/getrecords.d.ts +14 -0
  381. package/esm/models/operations/getrecords.d.ts.map +1 -1
  382. package/esm/models/operations/getrecords.js +37 -0
  383. package/esm/models/operations/getrecords.js.map +1 -1
  384. package/esm/models/operations/getteam.d.ts +4 -0
  385. package/esm/models/operations/getteam.d.ts.map +1 -1
  386. package/esm/models/operations/getteam.js +7 -0
  387. package/esm/models/operations/getteam.js.map +1 -1
  388. package/esm/models/operations/getteamaccessrequest.d.ts +16 -0
  389. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -1
  390. package/esm/models/operations/getteamaccessrequest.js +43 -0
  391. package/esm/models/operations/getteamaccessrequest.js.map +1 -1
  392. package/esm/models/operations/getteammembers.d.ts +24 -0
  393. package/esm/models/operations/getteammembers.d.ts.map +1 -1
  394. package/esm/models/operations/getteammembers.js +67 -0
  395. package/esm/models/operations/getteammembers.js.map +1 -1
  396. package/esm/models/operations/getteams.d.ts +8 -0
  397. package/esm/models/operations/getteams.d.ts.map +1 -1
  398. package/esm/models/operations/getteams.js +19 -0
  399. package/esm/models/operations/getteams.js.map +1 -1
  400. package/esm/models/operations/getwebhook.d.ts +12 -3
  401. package/esm/models/operations/getwebhook.d.ts.map +1 -1
  402. package/esm/models/operations/getwebhook.js +15 -1
  403. package/esm/models/operations/getwebhook.js.map +1 -1
  404. package/esm/models/operations/getwebhooks.d.ts +24 -6
  405. package/esm/models/operations/getwebhooks.d.ts.map +1 -1
  406. package/esm/models/operations/getwebhooks.js +35 -2
  407. package/esm/models/operations/getwebhooks.js.map +1 -1
  408. package/esm/models/operations/gitnamespaces.d.ts +8 -0
  409. package/esm/models/operations/gitnamespaces.d.ts.map +1 -1
  410. package/esm/models/operations/gitnamespaces.js +19 -0
  411. package/esm/models/operations/gitnamespaces.js.map +1 -1
  412. package/esm/models/operations/inviteusertoteam.d.ts +14 -0
  413. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -1
  414. package/esm/models/operations/inviteusertoteam.js +37 -0
  415. package/esm/models/operations/inviteusertoteam.js.map +1 -1
  416. package/esm/models/operations/issuecert.d.ts +8 -0
  417. package/esm/models/operations/issuecert.d.ts.map +1 -1
  418. package/esm/models/operations/issuecert.js +19 -0
  419. package/esm/models/operations/issuecert.js.map +1 -1
  420. package/esm/models/operations/jointeam.d.ts +8 -0
  421. package/esm/models/operations/jointeam.d.ts.map +1 -1
  422. package/esm/models/operations/jointeam.js +19 -0
  423. package/esm/models/operations/jointeam.js.map +1 -1
  424. package/esm/models/operations/listaccessgroupmembers.d.ts +10 -0
  425. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -1
  426. package/esm/models/operations/listaccessgroupmembers.js +25 -0
  427. package/esm/models/operations/listaccessgroupmembers.js.map +1 -1
  428. package/esm/models/operations/listaccessgroupprojects.d.ts +12 -0
  429. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -1
  430. package/esm/models/operations/listaccessgroupprojects.js +31 -0
  431. package/esm/models/operations/listaccessgroupprojects.js.map +1 -1
  432. package/esm/models/operations/listaccessgroups.d.ts +14 -0
  433. package/esm/models/operations/listaccessgroups.d.ts.map +1 -1
  434. package/esm/models/operations/listaccessgroups.js +37 -0
  435. package/esm/models/operations/listaccessgroups.js.map +1 -1
  436. package/esm/models/operations/listaliases.d.ts +24 -0
  437. package/esm/models/operations/listaliases.d.ts.map +1 -1
  438. package/esm/models/operations/listaliases.js +67 -0
  439. package/esm/models/operations/listaliases.js.map +1 -1
  440. package/esm/models/operations/listauthtokens.d.ts +4 -0
  441. package/esm/models/operations/listauthtokens.d.ts.map +1 -1
  442. package/esm/models/operations/listauthtokens.js +7 -0
  443. package/esm/models/operations/listauthtokens.js.map +1 -1
  444. package/esm/models/operations/listdeploymentaliases.d.ts +18 -0
  445. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -1
  446. package/esm/models/operations/listdeploymentaliases.js +49 -0
  447. package/esm/models/operations/listdeploymentaliases.js.map +1 -1
  448. package/esm/models/operations/listdeploymentfiles.d.ts +4 -0
  449. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -1
  450. package/esm/models/operations/listdeploymentfiles.js +7 -0
  451. package/esm/models/operations/listdeploymentfiles.js.map +1 -1
  452. package/esm/models/operations/listpromotealiases.d.ts +12 -0
  453. package/esm/models/operations/listpromotealiases.d.ts.map +1 -1
  454. package/esm/models/operations/listpromotealiases.js +31 -0
  455. package/esm/models/operations/listpromotealiases.js.map +1 -1
  456. package/esm/models/operations/listuserevents.d.ts +6 -0
  457. package/esm/models/operations/listuserevents.d.ts.map +1 -1
  458. package/esm/models/operations/listuserevents.js +13 -0
  459. package/esm/models/operations/listuserevents.js.map +1 -1
  460. package/esm/models/operations/patchdomain.d.ts +18 -0
  461. package/esm/models/operations/patchdomain.d.ts.map +1 -1
  462. package/esm/models/operations/patchdomain.js +49 -0
  463. package/esm/models/operations/patchdomain.js.map +1 -1
  464. package/esm/models/operations/patchedgeconfigschema.d.ts +8 -0
  465. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -1
  466. package/esm/models/operations/patchedgeconfigschema.js +19 -0
  467. package/esm/models/operations/patchedgeconfigschema.js.map +1 -1
  468. package/esm/models/operations/patchteam.d.ts +14 -0
  469. package/esm/models/operations/patchteam.d.ts.map +1 -1
  470. package/esm/models/operations/patchteam.js +37 -0
  471. package/esm/models/operations/patchteam.js.map +1 -1
  472. package/esm/models/operations/putfirewallconfig.d.ts +112 -0
  473. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
  474. package/esm/models/operations/putfirewallconfig.js +332 -0
  475. package/esm/models/operations/putfirewallconfig.js.map +1 -1
  476. package/esm/models/operations/readaccessgroup.d.ts +6 -0
  477. package/esm/models/operations/readaccessgroup.d.ts.map +1 -1
  478. package/esm/models/operations/readaccessgroup.js +13 -0
  479. package/esm/models/operations/readaccessgroup.js.map +1 -1
  480. package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
  481. package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
  482. package/esm/models/operations/readaccessgroupproject.js +92 -0
  483. package/esm/models/operations/readaccessgroupproject.js.map +1 -0
  484. package/esm/models/operations/recordevents.d.ts +6 -0
  485. package/esm/models/operations/recordevents.d.ts.map +1 -1
  486. package/esm/models/operations/recordevents.js +13 -0
  487. package/esm/models/operations/recordevents.js.map +1 -1
  488. package/esm/models/operations/removecert.d.ts +6 -0
  489. package/esm/models/operations/removecert.d.ts.map +1 -1
  490. package/esm/models/operations/removecert.js +13 -0
  491. package/esm/models/operations/removecert.js.map +1 -1
  492. package/esm/models/operations/removeprojectdomain.d.ts +6 -0
  493. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -1
  494. package/esm/models/operations/removeprojectdomain.js +13 -0
  495. package/esm/models/operations/removeprojectdomain.js.map +1 -1
  496. package/esm/models/operations/removeprojectenv.d.ts +120 -0
  497. package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
  498. package/esm/models/operations/removeprojectenv.js +361 -0
  499. package/esm/models/operations/removeprojectenv.js.map +1 -1
  500. package/esm/models/operations/removeprojectmember.d.ts +6 -0
  501. package/esm/models/operations/removeprojectmember.d.ts.map +1 -1
  502. package/esm/models/operations/removeprojectmember.js +13 -0
  503. package/esm/models/operations/removeprojectmember.js.map +1 -1
  504. package/esm/models/operations/removerecord.d.ts +6 -0
  505. package/esm/models/operations/removerecord.d.ts.map +1 -1
  506. package/esm/models/operations/removerecord.js +13 -0
  507. package/esm/models/operations/removerecord.js.map +1 -1
  508. package/esm/models/operations/removeteammember.d.ts +6 -0
  509. package/esm/models/operations/removeteammember.d.ts.map +1 -1
  510. package/esm/models/operations/removeteammember.js +13 -0
  511. package/esm/models/operations/removeteammember.js.map +1 -1
  512. package/esm/models/operations/requestaccesstoteam.d.ts +22 -0
  513. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -1
  514. package/esm/models/operations/requestaccesstoteam.js +61 -0
  515. package/esm/models/operations/requestaccesstoteam.js.map +1 -1
  516. package/esm/models/operations/requestdelete.d.ts +8 -0
  517. package/esm/models/operations/requestdelete.d.ts.map +1 -1
  518. package/esm/models/operations/requestdelete.js +19 -0
  519. package/esm/models/operations/requestdelete.js.map +1 -1
  520. package/esm/models/operations/requestpromote.d.ts +4 -0
  521. package/esm/models/operations/requestpromote.d.ts.map +1 -1
  522. package/esm/models/operations/requestpromote.js +7 -0
  523. package/esm/models/operations/requestpromote.js.map +1 -1
  524. package/esm/models/operations/rerequestcheck.d.ts +6 -0
  525. package/esm/models/operations/rerequestcheck.d.ts.map +1 -1
  526. package/esm/models/operations/rerequestcheck.js +13 -0
  527. package/esm/models/operations/rerequestcheck.js.map +1 -1
  528. package/esm/models/operations/searchrepo.d.ts +24 -0
  529. package/esm/models/operations/searchrepo.d.ts.map +1 -1
  530. package/esm/models/operations/searchrepo.js +67 -0
  531. package/esm/models/operations/searchrepo.js.map +1 -1
  532. package/esm/models/operations/status.d.ts +6 -0
  533. package/esm/models/operations/status.d.ts.map +1 -1
  534. package/esm/models/operations/status.js +13 -0
  535. package/esm/models/operations/status.js.map +1 -1
  536. package/esm/models/operations/updateaccessgroup.d.ts +10 -0
  537. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -1
  538. package/esm/models/operations/updateaccessgroup.js +25 -0
  539. package/esm/models/operations/updateaccessgroup.js.map +1 -1
  540. package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
  541. package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
  542. package/esm/models/operations/updateaccessgroupproject.js +154 -0
  543. package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
  544. package/esm/models/operations/updateattackchallengemode.d.ts +8 -0
  545. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -1
  546. package/esm/models/operations/updateattackchallengemode.js +19 -0
  547. package/esm/models/operations/updateattackchallengemode.js.map +1 -1
  548. package/esm/models/operations/updatecheck.d.ts +36 -0
  549. package/esm/models/operations/updatecheck.d.ts.map +1 -1
  550. package/esm/models/operations/updatecheck.js +103 -0
  551. package/esm/models/operations/updatecheck.js.map +1 -1
  552. package/esm/models/operations/updateedgeconfig.d.ts +14 -0
  553. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -1
  554. package/esm/models/operations/updateedgeconfig.js +37 -0
  555. package/esm/models/operations/updateedgeconfig.js.map +1 -1
  556. package/esm/models/operations/updatefirewallconfig.d.ts +82 -0
  557. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -1
  558. package/esm/models/operations/updatefirewallconfig.js +241 -0
  559. package/esm/models/operations/updatefirewallconfig.js.map +1 -1
  560. package/esm/models/operations/updateproject.d.ts +232 -0
  561. package/esm/models/operations/updateproject.d.ts.map +1 -1
  562. package/esm/models/operations/updateproject.js +562 -0
  563. package/esm/models/operations/updateproject.js.map +1 -1
  564. package/esm/models/operations/updateprojectdatacache.d.ts +218 -0
  565. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
  566. package/esm/models/operations/updateprojectdatacache.js +518 -0
  567. package/esm/models/operations/updateprojectdatacache.js.map +1 -1
  568. package/esm/models/operations/updateprojectdomain.d.ts +10 -0
  569. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -1
  570. package/esm/models/operations/updateprojectdomain.js +25 -0
  571. package/esm/models/operations/updateprojectdomain.js.map +1 -1
  572. package/esm/models/operations/updateprojectprotectionbypass.d.ts +14 -0
  573. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -1
  574. package/esm/models/operations/updateprojectprotectionbypass.js +37 -0
  575. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -1
  576. package/esm/models/operations/updaterecord.d.ts +12 -0
  577. package/esm/models/operations/updaterecord.d.ts.map +1 -1
  578. package/esm/models/operations/updaterecord.js +31 -0
  579. package/esm/models/operations/updaterecord.js.map +1 -1
  580. package/esm/models/operations/updateteammember.d.ts +12 -0
  581. package/esm/models/operations/updateteammember.d.ts.map +1 -1
  582. package/esm/models/operations/updateteammember.js +31 -0
  583. package/esm/models/operations/updateteammember.js.map +1 -1
  584. package/esm/models/operations/uploadartifact.d.ts +6 -0
  585. package/esm/models/operations/uploadartifact.d.ts.map +1 -1
  586. package/esm/models/operations/uploadartifact.js +13 -0
  587. package/esm/models/operations/uploadartifact.js.map +1 -1
  588. package/esm/models/operations/uploadcert.d.ts +8 -0
  589. package/esm/models/operations/uploadcert.d.ts.map +1 -1
  590. package/esm/models/operations/uploadcert.js +19 -0
  591. package/esm/models/operations/uploadcert.js.map +1 -1
  592. package/esm/models/operations/uploadfile.d.ts +10 -0
  593. package/esm/models/operations/uploadfile.d.ts.map +1 -1
  594. package/esm/models/operations/uploadfile.js +25 -0
  595. package/esm/models/operations/uploadfile.js.map +1 -1
  596. package/esm/models/operations/verifyprojectdomain.d.ts +8 -0
  597. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -1
  598. package/esm/models/operations/verifyprojectdomain.js +19 -0
  599. package/esm/models/operations/verifyprojectdomain.js.map +1 -1
  600. package/esm/sdk/accessgroups.d.ts +32 -0
  601. package/esm/sdk/accessgroups.d.ts.map +1 -1
  602. package/esm/sdk/accessgroups.js +40 -0
  603. package/esm/sdk/accessgroups.js.map +1 -1
  604. package/esm/sdk/projects.d.ts +0 -16
  605. package/esm/sdk/projects.d.ts.map +1 -1
  606. package/esm/sdk/projects.js +0 -20
  607. package/esm/sdk/projects.js.map +1 -1
  608. package/esm/sdk/sdk.d.ts +0 -3
  609. package/esm/sdk/sdk.d.ts.map +1 -1
  610. package/esm/sdk/sdk.js +0 -5
  611. package/esm/sdk/sdk.js.map +1 -1
  612. package/package.json +10 -7
  613. package/src/funcs/{secretsRenameSecret.ts → accessGroupsCreateAccessGroupProject.ts} +25 -22
  614. package/src/funcs/{secretsDeleteSecret.ts → accessGroupsDeleteAccessGroupProject.ts} +25 -19
  615. package/src/funcs/{projectsPauseProject.ts → accessGroupsReadAccessGroupProject.ts} +25 -18
  616. package/src/funcs/{projectsUnpauseProject.ts → accessGroupsUpdateAccessGroupProject.ts} +28 -20
  617. package/src/lib/config.ts +3 -3
  618. package/src/lib/matchers.ts +1 -1
  619. package/src/models/components/authtoken.ts +59 -0
  620. package/src/models/components/authuser.ts +311 -0
  621. package/src/models/components/authuserlimited.ts +19 -0
  622. package/src/models/components/edgeconfigitem.ts +17 -0
  623. package/src/models/components/edgeconfigitemvalue.ts +21 -0
  624. package/src/models/components/edgeconfigtoken.ts +19 -0
  625. package/src/models/components/filetree.ts +17 -0
  626. package/src/models/components/flagjsonvalue.ts +17 -0
  627. package/src/models/components/pagination.ts +17 -0
  628. package/src/models/components/security.ts +17 -0
  629. package/src/models/components/teamlimited.ts +115 -0
  630. package/src/models/components/userevent.ts +17 -0
  631. package/src/models/operations/addprojectdomain.ts +81 -0
  632. package/src/models/operations/addprojectmember.ts +121 -0
  633. package/src/models/operations/artifactexists.ts +21 -0
  634. package/src/models/operations/artifactquery.ts +95 -0
  635. package/src/models/operations/assignalias.ts +57 -0
  636. package/src/models/operations/buydomain.ts +129 -0
  637. package/src/models/operations/canceldeployment.ts +1304 -0
  638. package/src/models/operations/checkdomainprice.ts +41 -0
  639. package/src/models/operations/checkdomainstatus.ts +41 -0
  640. package/src/models/operations/createaccessgroup.ts +79 -0
  641. package/src/models/operations/createaccessgroupproject.ts +322 -0
  642. package/src/models/operations/createauthtoken.ts +59 -0
  643. package/src/models/operations/createcheck.ts +169 -0
  644. package/src/models/operations/createconfigurablelogdrain.ts +66 -0
  645. package/src/models/operations/createdeployment.ts +1343 -0
  646. package/src/models/operations/createedgeconfig.ts +185 -0
  647. package/src/models/operations/createedgeconfigtoken.ts +63 -0
  648. package/src/models/operations/createlogdrain.ts +57 -0
  649. package/src/models/operations/createortransferdomain.ts +167 -0
  650. package/src/models/operations/createproject.ts +1645 -2
  651. package/src/models/operations/createprojectenv.ts +1008 -0
  652. package/src/models/operations/createrecord.ts +265 -0
  653. package/src/models/operations/createteam.ts +81 -0
  654. package/src/models/operations/createwebhook.ts +61 -2
  655. package/src/models/operations/deleteaccessgroup.ts +21 -0
  656. package/src/models/operations/deleteaccessgroupproject.ts +86 -0
  657. package/src/models/operations/deletealias.ts +39 -0
  658. package/src/models/operations/deleteauthtoken.ts +41 -0
  659. package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
  660. package/src/models/operations/deleteconfiguration.ts +21 -0
  661. package/src/models/operations/deletedeployment.ts +41 -0
  662. package/src/models/operations/deletedomain.ts +39 -0
  663. package/src/models/operations/deleteedgeconfig.ts +21 -0
  664. package/src/models/operations/deleteedgeconfigschema.ts +23 -0
  665. package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
  666. package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
  667. package/src/models/operations/deleteproject.ts +21 -0
  668. package/src/models/operations/deleteteam.ts +71 -0
  669. package/src/models/operations/deleteteaminvitecode.ts +43 -0
  670. package/src/models/operations/deletewebhook.ts +21 -0
  671. package/src/models/operations/downloadartifact.ts +21 -0
  672. package/src/models/operations/editprojectenv.ts +447 -0
  673. package/src/models/operations/filterprojectenvs.ts +1378 -0
  674. package/src/models/operations/getalias.ts +157 -0
  675. package/src/models/operations/getallchecks.ts +174 -0
  676. package/src/models/operations/getalllogdrains.ts +41 -0
  677. package/src/models/operations/getauthtoken.ts +39 -0
  678. package/src/models/operations/getauthuser.ts +35 -0
  679. package/src/models/operations/getcertbyid.ts +39 -0
  680. package/src/models/operations/getcheck.ts +143 -0
  681. package/src/models/operations/getconfigurablelogdrain.ts +44 -0
  682. package/src/models/operations/getconfiguration.ts +176 -0
  683. package/src/models/operations/getconfigurations.ts +229 -0
  684. package/src/models/operations/getdeployment.ts +1881 -2
  685. package/src/models/operations/getdeploymentevents.ts +35 -0
  686. package/src/models/operations/getdeploymentfilecontents.ts +23 -0
  687. package/src/models/operations/getdeployments.ts +206 -0
  688. package/src/models/operations/getdomain.ts +73 -0
  689. package/src/models/operations/getdomainconfig.ts +41 -0
  690. package/src/models/operations/getdomains.ts +71 -0
  691. package/src/models/operations/getdomaintransfer.ts +41 -0
  692. package/src/models/operations/getedgeconfig.ts +93 -0
  693. package/src/models/operations/getedgeconfigbackup.ts +223 -0
  694. package/src/models/operations/getedgeconfigbackups.ts +97 -0
  695. package/src/models/operations/getedgeconfigitem.ts +21 -0
  696. package/src/models/operations/getedgeconfigitems.ts +21 -0
  697. package/src/models/operations/getedgeconfigs.ts +81 -0
  698. package/src/models/operations/getedgeconfigschema.ts +41 -0
  699. package/src/models/operations/getedgeconfigtoken.ts +21 -0
  700. package/src/models/operations/getedgeconfigtokens.ts +21 -0
  701. package/src/models/operations/getfirewallconfig.ts +493 -0
  702. package/src/models/operations/getintegrationlogdrains.ts +44 -0
  703. package/src/models/operations/getprojectdomain.ts +55 -0
  704. package/src/models/operations/getprojectenv.ts +1302 -0
  705. package/src/models/operations/getprojectmembers.ts +126 -0
  706. package/src/models/operations/getprojects.ts +1560 -3
  707. package/src/models/operations/getrecords.ts +103 -0
  708. package/src/models/operations/getteam.ts +17 -0
  709. package/src/models/operations/getteamaccessrequest.ts +139 -0
  710. package/src/models/operations/getteammembers.ts +201 -0
  711. package/src/models/operations/getteams.ts +51 -0
  712. package/src/models/operations/getwebhook.ts +41 -1
  713. package/src/models/operations/getwebhooks.ts +97 -2
  714. package/src/models/operations/gitnamespaces.ts +55 -0
  715. package/src/models/operations/inviteusertoteam.ts +119 -0
  716. package/src/models/operations/issuecert.ts +57 -0
  717. package/src/models/operations/jointeam.ts +55 -0
  718. package/src/models/operations/listaccessgroupmembers.ts +72 -0
  719. package/src/models/operations/listaccessgroupprojects.ts +104 -0
  720. package/src/models/operations/listaccessgroups.ts +113 -0
  721. package/src/models/operations/listaliases.ts +203 -0
  722. package/src/models/operations/listauthtokens.ts +21 -0
  723. package/src/models/operations/listdeploymentaliases.ts +172 -0
  724. package/src/models/operations/listdeploymentfiles.ts +21 -0
  725. package/src/models/operations/listpromotealiases.ts +99 -0
  726. package/src/models/operations/listuserevents.ts +39 -0
  727. package/src/models/operations/patchdomain.ts +147 -0
  728. package/src/models/operations/patchedgeconfigschema.ts +63 -0
  729. package/src/models/operations/patchteam.ts +95 -0
  730. package/src/models/operations/putfirewallconfig.ts +927 -0
  731. package/src/models/operations/readaccessgroup.ts +41 -0
  732. package/src/models/operations/readaccessgroupproject.ts +199 -0
  733. package/src/models/operations/recordevents.ts +35 -0
  734. package/src/models/operations/removecert.ts +39 -0
  735. package/src/models/operations/removeprojectdomain.ts +41 -0
  736. package/src/models/operations/removeprojectenv.ts +1352 -0
  737. package/src/models/operations/removeprojectmember.ts +41 -0
  738. package/src/models/operations/removerecord.ts +39 -0
  739. package/src/models/operations/removeteammember.ts +41 -0
  740. package/src/models/operations/requestaccesstoteam.ts +171 -0
  741. package/src/models/operations/requestdelete.ts +57 -0
  742. package/src/models/operations/requestpromote.ts +21 -0
  743. package/src/models/operations/rerequestcheck.ts +39 -0
  744. package/src/models/operations/searchrepo.ts +181 -0
  745. package/src/models/operations/status.ts +35 -0
  746. package/src/models/operations/updateaccessgroup.ts +75 -0
  747. package/src/models/operations/updateaccessgroupproject.ts +319 -0
  748. package/src/models/operations/updateattackchallengemode.ts +65 -0
  749. package/src/models/operations/updatecheck.ts +271 -0
  750. package/src/models/operations/updateedgeconfig.ts +115 -0
  751. package/src/models/operations/updatefirewallconfig.ts +858 -0
  752. package/src/models/operations/updateproject.ts +1710 -0
  753. package/src/models/operations/updateprojectdatacache.ts +1454 -0
  754. package/src/models/operations/updateprojectdomain.ts +81 -0
  755. package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
  756. package/src/models/operations/updaterecord.ts +85 -0
  757. package/src/models/operations/updateteammember.ts +97 -0
  758. package/src/models/operations/uploadartifact.ts +39 -0
  759. package/src/models/operations/uploadcert.ts +57 -0
  760. package/src/models/operations/uploadfile.ts +75 -0
  761. package/src/models/operations/verifyprojectdomain.ts +61 -0
  762. package/src/sdk/accessgroups.ts +85 -0
  763. package/src/sdk/projects.ts +0 -44
  764. package/src/sdk/sdk.ts +0 -6
  765. package/docs/sdks/secrets/README.md +0 -331
  766. package/esm/funcs/projectsPauseProject.d.ts +0 -15
  767. package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
  768. package/esm/funcs/projectsPauseProject.js.map +0 -1
  769. package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
  770. package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
  771. package/esm/funcs/projectsUnpauseProject.js.map +0 -1
  772. package/esm/funcs/secretsCreateSecret.d.ts +0 -15
  773. package/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
  774. package/esm/funcs/secretsCreateSecret.js +0 -74
  775. package/esm/funcs/secretsCreateSecret.js.map +0 -1
  776. package/esm/funcs/secretsDeleteSecret.d.ts +0 -15
  777. package/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
  778. package/esm/funcs/secretsDeleteSecret.js.map +0 -1
  779. package/esm/funcs/secretsGetSecret.d.ts +0 -15
  780. package/esm/funcs/secretsGetSecret.d.ts.map +0 -1
  781. package/esm/funcs/secretsGetSecret.js +0 -80
  782. package/esm/funcs/secretsGetSecret.js.map +0 -1
  783. package/esm/funcs/secretsRenameSecret.d.ts +0 -15
  784. package/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
  785. package/esm/funcs/secretsRenameSecret.js.map +0 -1
  786. package/esm/models/operations/createsecret.d.ts +0 -192
  787. package/esm/models/operations/createsecret.d.ts.map +0 -1
  788. package/esm/models/operations/createsecret.js +0 -136
  789. package/esm/models/operations/createsecret.js.map +0 -1
  790. package/esm/models/operations/deletesecret.d.ts +0 -74
  791. package/esm/models/operations/deletesecret.d.ts.map +0 -1
  792. package/esm/models/operations/deletesecret.js +0 -51
  793. package/esm/models/operations/deletesecret.js.map +0 -1
  794. package/esm/models/operations/getsecret.d.ts +0 -144
  795. package/esm/models/operations/getsecret.d.ts.map +0 -1
  796. package/esm/models/operations/getsecret.js +0 -87
  797. package/esm/models/operations/getsecret.js.map +0 -1
  798. package/esm/models/operations/pauseproject.d.ts +0 -70
  799. package/esm/models/operations/pauseproject.d.ts.map +0 -1
  800. package/esm/models/operations/pauseproject.js +0 -53
  801. package/esm/models/operations/pauseproject.js.map +0 -1
  802. package/esm/models/operations/renamesecret.d.ts +0 -95
  803. package/esm/models/operations/renamesecret.d.ts.map +0 -1
  804. package/esm/models/operations/renamesecret.js +0 -83
  805. package/esm/models/operations/renamesecret.js.map +0 -1
  806. package/esm/models/operations/unpauseproject.d.ts +0 -70
  807. package/esm/models/operations/unpauseproject.d.ts.map +0 -1
  808. package/esm/models/operations/unpauseproject.js +0 -53
  809. package/esm/models/operations/unpauseproject.js.map +0 -1
  810. package/esm/sdk/secrets.d.ts +0 -36
  811. package/esm/sdk/secrets.d.ts.map +0 -1
  812. package/esm/sdk/secrets.js +0 -48
  813. package/esm/sdk/secrets.js.map +0 -1
  814. package/src/funcs/secretsCreateSecret.ts +0 -134
  815. package/src/funcs/secretsGetSecret.ts +0 -141
  816. package/src/models/operations/createsecret.ts +0 -304
  817. package/src/models/operations/deletesecret.ts +0 -119
  818. package/src/models/operations/getsecret.ts +0 -205
  819. package/src/models/operations/pauseproject.ts +0 -117
  820. package/src/models/operations/renamesecret.ts +0 -170
  821. package/src/models/operations/unpauseproject.ts +0 -117
  822. package/src/sdk/secrets.ts +0 -96
@@ -4,12 +4,15 @@
4
4
 
5
5
  import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
7
8
  import { ClosedEnum } from "../../types/enums.js";
9
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
10
  import {
9
11
  ACLAction,
10
12
  ACLAction$inboundSchema,
11
13
  ACLAction$outboundSchema,
12
14
  } from "../components/aclaction.js";
15
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
13
16
 
14
17
  export const Target2 = {
15
18
  Production: "production",
@@ -943,6 +946,29 @@ export type CreateProjectLink =
943
946
  | CreateProjectLink3
944
947
  | CreateProjectLink2;
945
948
 
949
+ export type CreateProjectMicrofrontends = {
950
+ /**
951
+ * Timestamp when the microfrontends settings were last updated.
952
+ */
953
+ updatedAt: number;
954
+ /**
955
+ * The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
956
+ */
957
+ groupIds: Array<string>;
958
+ /**
959
+ * Whether microfrontends are enabled for this project.
960
+ */
961
+ enabled: boolean;
962
+ /**
963
+ * Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
964
+ */
965
+ isDefaultApp?: boolean | undefined;
966
+ /**
967
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
968
+ */
969
+ defaultRoute?: string | undefined;
970
+ };
971
+
946
972
  export const CreateProjectNodeVersion = {
947
973
  TwentyTwoX: "22.x",
948
974
  TwentyX: "20.x",
@@ -1249,6 +1275,7 @@ export type CreateProjectPermissions = {
1249
1275
  teamInvite?: Array<ACLAction> | undefined;
1250
1276
  teamInviteCode?: Array<ACLAction> | undefined;
1251
1277
  teamJoin?: Array<ACLAction> | undefined;
1278
+ teamMicrofrontends?: Array<ACLAction> | undefined;
1252
1279
  teamOwnMembership?: Array<ACLAction> | undefined;
1253
1280
  teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
1254
1281
  token?: Array<ACLAction> | undefined;
@@ -1278,6 +1305,7 @@ export type CreateProjectPermissions = {
1278
1305
  deploymentCheckPreview?: Array<ACLAction> | undefined;
1279
1306
  deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
1280
1307
  deploymentProductionGit?: Array<ACLAction> | undefined;
1308
+ deploymentV0?: Array<ACLAction> | undefined;
1281
1309
  deploymentPreview?: Array<ACLAction> | undefined;
1282
1310
  deploymentPrivate?: Array<ACLAction> | undefined;
1283
1311
  deploymentPromote?: Array<ACLAction> | undefined;
@@ -1289,6 +1317,7 @@ export type CreateProjectPermissions = {
1289
1317
  optionsAllowlist?: Array<ACLAction> | undefined;
1290
1318
  job?: Array<ACLAction> | undefined;
1291
1319
  project?: Array<ACLAction> | undefined;
1320
+ projectFromV0?: Array<ACLAction> | undefined;
1292
1321
  projectAccessGroup?: Array<ACLAction> | undefined;
1293
1322
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1294
1323
  projectDeploymentHook?: Array<ACLAction> | undefined;
@@ -1585,6 +1614,7 @@ export type CreateProjectSecurity = {
1585
1614
  firewallSeawallEnabled?: boolean | undefined;
1586
1615
  ja3Enabled?: boolean | undefined;
1587
1616
  ja4Enabled?: boolean | undefined;
1617
+ firewallBypassIps?: Array<string> | undefined;
1588
1618
  };
1589
1619
 
1590
1620
  /**
@@ -1651,6 +1681,7 @@ export type CreateProjectResponseBody = {
1651
1681
  | CreateProjectLink3
1652
1682
  | CreateProjectLink2
1653
1683
  | undefined;
1684
+ microfrontends?: CreateProjectMicrofrontends | undefined;
1654
1685
  name: string;
1655
1686
  nodeVersion: CreateProjectNodeVersion;
1656
1687
  optionsAllowlist?: CreateProjectOptionsAllowlist | null | undefined;
@@ -1766,6 +1797,24 @@ export namespace CreateProjectTarget$ {
1766
1797
  export type Outbound = CreateProjectTarget$Outbound;
1767
1798
  }
1768
1799
 
1800
+ export function createProjectTargetToJSON(
1801
+ createProjectTarget: CreateProjectTarget,
1802
+ ): string {
1803
+ return JSON.stringify(
1804
+ CreateProjectTarget$outboundSchema.parse(createProjectTarget),
1805
+ );
1806
+ }
1807
+
1808
+ export function createProjectTargetFromJSON(
1809
+ jsonString: string,
1810
+ ): SafeParseResult<CreateProjectTarget, SDKValidationError> {
1811
+ return safeParse(
1812
+ jsonString,
1813
+ (x) => CreateProjectTarget$inboundSchema.parse(JSON.parse(x)),
1814
+ `Failed to parse 'CreateProjectTarget' from JSON`,
1815
+ );
1816
+ }
1817
+
1769
1818
  /** @internal */
1770
1819
  export const CreateProjectType$inboundSchema: z.ZodNativeEnum<
1771
1820
  typeof CreateProjectType
@@ -1835,6 +1884,24 @@ export namespace EnvironmentVariables$ {
1835
1884
  export type Outbound = EnvironmentVariables$Outbound;
1836
1885
  }
1837
1886
 
1887
+ export function environmentVariablesToJSON(
1888
+ environmentVariables: EnvironmentVariables,
1889
+ ): string {
1890
+ return JSON.stringify(
1891
+ EnvironmentVariables$outboundSchema.parse(environmentVariables),
1892
+ );
1893
+ }
1894
+
1895
+ export function environmentVariablesFromJSON(
1896
+ jsonString: string,
1897
+ ): SafeParseResult<EnvironmentVariables, SDKValidationError> {
1898
+ return safeParse(
1899
+ jsonString,
1900
+ (x) => EnvironmentVariables$inboundSchema.parse(JSON.parse(x)),
1901
+ `Failed to parse 'EnvironmentVariables' from JSON`,
1902
+ );
1903
+ }
1904
+
1838
1905
  /** @internal */
1839
1906
  export const CreateProjectFramework$inboundSchema: z.ZodNativeEnum<
1840
1907
  typeof CreateProjectFramework
@@ -1916,6 +1983,20 @@ export namespace GitRepository$ {
1916
1983
  export type Outbound = GitRepository$Outbound;
1917
1984
  }
1918
1985
 
1986
+ export function gitRepositoryToJSON(gitRepository: GitRepository): string {
1987
+ return JSON.stringify(GitRepository$outboundSchema.parse(gitRepository));
1988
+ }
1989
+
1990
+ export function gitRepositoryFromJSON(
1991
+ jsonString: string,
1992
+ ): SafeParseResult<GitRepository, SDKValidationError> {
1993
+ return safeParse(
1994
+ jsonString,
1995
+ (x) => GitRepository$inboundSchema.parse(JSON.parse(x)),
1996
+ `Failed to parse 'GitRepository' from JSON`,
1997
+ );
1998
+ }
1999
+
1919
2000
  /** @internal */
1920
2001
  export const IssuerMode$inboundSchema: z.ZodNativeEnum<typeof IssuerMode> = z
1921
2002
  .nativeEnum(IssuerMode);
@@ -1974,6 +2055,22 @@ export namespace OidcTokenConfig$ {
1974
2055
  export type Outbound = OidcTokenConfig$Outbound;
1975
2056
  }
1976
2057
 
2058
+ export function oidcTokenConfigToJSON(
2059
+ oidcTokenConfig: OidcTokenConfig,
2060
+ ): string {
2061
+ return JSON.stringify(OidcTokenConfig$outboundSchema.parse(oidcTokenConfig));
2062
+ }
2063
+
2064
+ export function oidcTokenConfigFromJSON(
2065
+ jsonString: string,
2066
+ ): SafeParseResult<OidcTokenConfig, SDKValidationError> {
2067
+ return safeParse(
2068
+ jsonString,
2069
+ (x) => OidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
2070
+ `Failed to parse 'OidcTokenConfig' from JSON`,
2071
+ );
2072
+ }
2073
+
1977
2074
  /** @internal */
1978
2075
  export const CreateProjectRequestBody$inboundSchema: z.ZodType<
1979
2076
  CreateProjectRequestBody,
@@ -2059,6 +2156,24 @@ export namespace CreateProjectRequestBody$ {
2059
2156
  export type Outbound = CreateProjectRequestBody$Outbound;
2060
2157
  }
2061
2158
 
2159
+ export function createProjectRequestBodyToJSON(
2160
+ createProjectRequestBody: CreateProjectRequestBody,
2161
+ ): string {
2162
+ return JSON.stringify(
2163
+ CreateProjectRequestBody$outboundSchema.parse(createProjectRequestBody),
2164
+ );
2165
+ }
2166
+
2167
+ export function createProjectRequestBodyFromJSON(
2168
+ jsonString: string,
2169
+ ): SafeParseResult<CreateProjectRequestBody, SDKValidationError> {
2170
+ return safeParse(
2171
+ jsonString,
2172
+ (x) => CreateProjectRequestBody$inboundSchema.parse(JSON.parse(x)),
2173
+ `Failed to parse 'CreateProjectRequestBody' from JSON`,
2174
+ );
2175
+ }
2176
+
2062
2177
  /** @internal */
2063
2178
  export const CreateProjectRequest$inboundSchema: z.ZodType<
2064
2179
  CreateProjectRequest,
@@ -2109,6 +2224,24 @@ export namespace CreateProjectRequest$ {
2109
2224
  export type Outbound = CreateProjectRequest$Outbound;
2110
2225
  }
2111
2226
 
2227
+ export function createProjectRequestToJSON(
2228
+ createProjectRequest: CreateProjectRequest,
2229
+ ): string {
2230
+ return JSON.stringify(
2231
+ CreateProjectRequest$outboundSchema.parse(createProjectRequest),
2232
+ );
2233
+ }
2234
+
2235
+ export function createProjectRequestFromJSON(
2236
+ jsonString: string,
2237
+ ): SafeParseResult<CreateProjectRequest, SDKValidationError> {
2238
+ return safeParse(
2239
+ jsonString,
2240
+ (x) => CreateProjectRequest$inboundSchema.parse(JSON.parse(x)),
2241
+ `Failed to parse 'CreateProjectRequest' from JSON`,
2242
+ );
2243
+ }
2244
+
2112
2245
  /** @internal */
2113
2246
  export const CreateProjectAnalytics$inboundSchema: z.ZodType<
2114
2247
  CreateProjectAnalytics,
@@ -2163,6 +2296,24 @@ export namespace CreateProjectAnalytics$ {
2163
2296
  export type Outbound = CreateProjectAnalytics$Outbound;
2164
2297
  }
2165
2298
 
2299
+ export function createProjectAnalyticsToJSON(
2300
+ createProjectAnalytics: CreateProjectAnalytics,
2301
+ ): string {
2302
+ return JSON.stringify(
2303
+ CreateProjectAnalytics$outboundSchema.parse(createProjectAnalytics),
2304
+ );
2305
+ }
2306
+
2307
+ export function createProjectAnalyticsFromJSON(
2308
+ jsonString: string,
2309
+ ): SafeParseResult<CreateProjectAnalytics, SDKValidationError> {
2310
+ return safeParse(
2311
+ jsonString,
2312
+ (x) => CreateProjectAnalytics$inboundSchema.parse(JSON.parse(x)),
2313
+ `Failed to parse 'CreateProjectAnalytics' from JSON`,
2314
+ );
2315
+ }
2316
+
2166
2317
  /** @internal */
2167
2318
  export const CreateProjectSpeedInsights$inboundSchema: z.ZodType<
2168
2319
  CreateProjectSpeedInsights,
@@ -2214,6 +2365,24 @@ export namespace CreateProjectSpeedInsights$ {
2214
2365
  export type Outbound = CreateProjectSpeedInsights$Outbound;
2215
2366
  }
2216
2367
 
2368
+ export function createProjectSpeedInsightsToJSON(
2369
+ createProjectSpeedInsights: CreateProjectSpeedInsights,
2370
+ ): string {
2371
+ return JSON.stringify(
2372
+ CreateProjectSpeedInsights$outboundSchema.parse(createProjectSpeedInsights),
2373
+ );
2374
+ }
2375
+
2376
+ export function createProjectSpeedInsightsFromJSON(
2377
+ jsonString: string,
2378
+ ): SafeParseResult<CreateProjectSpeedInsights, SDKValidationError> {
2379
+ return safeParse(
2380
+ jsonString,
2381
+ (x) => CreateProjectSpeedInsights$inboundSchema.parse(JSON.parse(x)),
2382
+ `Failed to parse 'CreateProjectSpeedInsights' from JSON`,
2383
+ );
2384
+ }
2385
+
2217
2386
  /** @internal */
2218
2387
  export const CreateProjectDefinitions$inboundSchema: z.ZodType<
2219
2388
  CreateProjectDefinitions,
@@ -2256,6 +2425,24 @@ export namespace CreateProjectDefinitions$ {
2256
2425
  export type Outbound = CreateProjectDefinitions$Outbound;
2257
2426
  }
2258
2427
 
2428
+ export function createProjectDefinitionsToJSON(
2429
+ createProjectDefinitions: CreateProjectDefinitions,
2430
+ ): string {
2431
+ return JSON.stringify(
2432
+ CreateProjectDefinitions$outboundSchema.parse(createProjectDefinitions),
2433
+ );
2434
+ }
2435
+
2436
+ export function createProjectDefinitionsFromJSON(
2437
+ jsonString: string,
2438
+ ): SafeParseResult<CreateProjectDefinitions, SDKValidationError> {
2439
+ return safeParse(
2440
+ jsonString,
2441
+ (x) => CreateProjectDefinitions$inboundSchema.parse(JSON.parse(x)),
2442
+ `Failed to parse 'CreateProjectDefinitions' from JSON`,
2443
+ );
2444
+ }
2445
+
2259
2446
  /** @internal */
2260
2447
  export const CreateProjectCrons$inboundSchema: z.ZodType<
2261
2448
  CreateProjectCrons,
@@ -2304,6 +2491,24 @@ export namespace CreateProjectCrons$ {
2304
2491
  export type Outbound = CreateProjectCrons$Outbound;
2305
2492
  }
2306
2493
 
2494
+ export function createProjectCronsToJSON(
2495
+ createProjectCrons: CreateProjectCrons,
2496
+ ): string {
2497
+ return JSON.stringify(
2498
+ CreateProjectCrons$outboundSchema.parse(createProjectCrons),
2499
+ );
2500
+ }
2501
+
2502
+ export function createProjectCronsFromJSON(
2503
+ jsonString: string,
2504
+ ): SafeParseResult<CreateProjectCrons, SDKValidationError> {
2505
+ return safeParse(
2506
+ jsonString,
2507
+ (x) => CreateProjectCrons$inboundSchema.parse(JSON.parse(x)),
2508
+ `Failed to parse 'CreateProjectCrons' from JSON`,
2509
+ );
2510
+ }
2511
+
2307
2512
  /** @internal */
2308
2513
  export const CreateProjectDataCache$inboundSchema: z.ZodType<
2309
2514
  CreateProjectDataCache,
@@ -2346,6 +2551,24 @@ export namespace CreateProjectDataCache$ {
2346
2551
  export type Outbound = CreateProjectDataCache$Outbound;
2347
2552
  }
2348
2553
 
2554
+ export function createProjectDataCacheToJSON(
2555
+ createProjectDataCache: CreateProjectDataCache,
2556
+ ): string {
2557
+ return JSON.stringify(
2558
+ CreateProjectDataCache$outboundSchema.parse(createProjectDataCache),
2559
+ );
2560
+ }
2561
+
2562
+ export function createProjectDataCacheFromJSON(
2563
+ jsonString: string,
2564
+ ): SafeParseResult<CreateProjectDataCache, SDKValidationError> {
2565
+ return safeParse(
2566
+ jsonString,
2567
+ (x) => CreateProjectDataCache$inboundSchema.parse(JSON.parse(x)),
2568
+ `Failed to parse 'CreateProjectDataCache' from JSON`,
2569
+ );
2570
+ }
2571
+
2349
2572
  /** @internal */
2350
2573
  export const CreateProjectDeploymentExpiration$inboundSchema: z.ZodType<
2351
2574
  CreateProjectDeploymentExpiration,
@@ -2395,6 +2618,26 @@ export namespace CreateProjectDeploymentExpiration$ {
2395
2618
  export type Outbound = CreateProjectDeploymentExpiration$Outbound;
2396
2619
  }
2397
2620
 
2621
+ export function createProjectDeploymentExpirationToJSON(
2622
+ createProjectDeploymentExpiration: CreateProjectDeploymentExpiration,
2623
+ ): string {
2624
+ return JSON.stringify(
2625
+ CreateProjectDeploymentExpiration$outboundSchema.parse(
2626
+ createProjectDeploymentExpiration,
2627
+ ),
2628
+ );
2629
+ }
2630
+
2631
+ export function createProjectDeploymentExpirationFromJSON(
2632
+ jsonString: string,
2633
+ ): SafeParseResult<CreateProjectDeploymentExpiration, SDKValidationError> {
2634
+ return safeParse(
2635
+ jsonString,
2636
+ (x) => CreateProjectDeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
2637
+ `Failed to parse 'CreateProjectDeploymentExpiration' from JSON`,
2638
+ );
2639
+ }
2640
+
2398
2641
  /** @internal */
2399
2642
  export const CreateProjectTarget2$inboundSchema: z.ZodNativeEnum<
2400
2643
  typeof CreateProjectTarget2
@@ -2446,6 +2689,26 @@ export namespace CreateProjectProjectsTarget$ {
2446
2689
  export type Outbound = CreateProjectProjectsTarget$Outbound;
2447
2690
  }
2448
2691
 
2692
+ export function createProjectProjectsTargetToJSON(
2693
+ createProjectProjectsTarget: CreateProjectProjectsTarget,
2694
+ ): string {
2695
+ return JSON.stringify(
2696
+ CreateProjectProjectsTarget$outboundSchema.parse(
2697
+ createProjectProjectsTarget,
2698
+ ),
2699
+ );
2700
+ }
2701
+
2702
+ export function createProjectProjectsTargetFromJSON(
2703
+ jsonString: string,
2704
+ ): SafeParseResult<CreateProjectProjectsTarget, SDKValidationError> {
2705
+ return safeParse(
2706
+ jsonString,
2707
+ (x) => CreateProjectProjectsTarget$inboundSchema.parse(JSON.parse(x)),
2708
+ `Failed to parse 'CreateProjectProjectsTarget' from JSON`,
2709
+ );
2710
+ }
2711
+
2449
2712
  /** @internal */
2450
2713
  export const CreateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<
2451
2714
  typeof CreateProjectProjectsResponseType
@@ -2537,6 +2800,20 @@ export namespace ContentHint15$ {
2537
2800
  export type Outbound = ContentHint15$Outbound;
2538
2801
  }
2539
2802
 
2803
+ export function contentHint15ToJSON(contentHint15: ContentHint15): string {
2804
+ return JSON.stringify(ContentHint15$outboundSchema.parse(contentHint15));
2805
+ }
2806
+
2807
+ export function contentHint15FromJSON(
2808
+ jsonString: string,
2809
+ ): SafeParseResult<ContentHint15, SDKValidationError> {
2810
+ return safeParse(
2811
+ jsonString,
2812
+ (x) => ContentHint15$inboundSchema.parse(JSON.parse(x)),
2813
+ `Failed to parse 'ContentHint15' from JSON`,
2814
+ );
2815
+ }
2816
+
2540
2817
  /** @internal */
2541
2818
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
2542
2819
  z.ZodNativeEnum<
@@ -2615,6 +2892,20 @@ export namespace ContentHint14$ {
2615
2892
  export type Outbound = ContentHint14$Outbound;
2616
2893
  }
2617
2894
 
2895
+ export function contentHint14ToJSON(contentHint14: ContentHint14): string {
2896
+ return JSON.stringify(ContentHint14$outboundSchema.parse(contentHint14));
2897
+ }
2898
+
2899
+ export function contentHint14FromJSON(
2900
+ jsonString: string,
2901
+ ): SafeParseResult<ContentHint14, SDKValidationError> {
2902
+ return safeParse(
2903
+ jsonString,
2904
+ (x) => ContentHint14$inboundSchema.parse(JSON.parse(x)),
2905
+ `Failed to parse 'ContentHint14' from JSON`,
2906
+ );
2907
+ }
2908
+
2618
2909
  /** @internal */
2619
2910
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
2620
2911
  z.ZodNativeEnum<
@@ -2684,6 +2975,20 @@ export namespace ContentHint13$ {
2684
2975
  export type Outbound = ContentHint13$Outbound;
2685
2976
  }
2686
2977
 
2978
+ export function contentHint13ToJSON(contentHint13: ContentHint13): string {
2979
+ return JSON.stringify(ContentHint13$outboundSchema.parse(contentHint13));
2980
+ }
2981
+
2982
+ export function contentHint13FromJSON(
2983
+ jsonString: string,
2984
+ ): SafeParseResult<ContentHint13, SDKValidationError> {
2985
+ return safeParse(
2986
+ jsonString,
2987
+ (x) => ContentHint13$inboundSchema.parse(JSON.parse(x)),
2988
+ `Failed to parse 'ContentHint13' from JSON`,
2989
+ );
2990
+ }
2991
+
2687
2992
  /** @internal */
2688
2993
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
2689
2994
  z.ZodNativeEnum<
@@ -2753,6 +3058,20 @@ export namespace ContentHint12$ {
2753
3058
  export type Outbound = ContentHint12$Outbound;
2754
3059
  }
2755
3060
 
3061
+ export function contentHint12ToJSON(contentHint12: ContentHint12): string {
3062
+ return JSON.stringify(ContentHint12$outboundSchema.parse(contentHint12));
3063
+ }
3064
+
3065
+ export function contentHint12FromJSON(
3066
+ jsonString: string,
3067
+ ): SafeParseResult<ContentHint12, SDKValidationError> {
3068
+ return safeParse(
3069
+ jsonString,
3070
+ (x) => ContentHint12$inboundSchema.parse(JSON.parse(x)),
3071
+ `Failed to parse 'ContentHint12' from JSON`,
3072
+ );
3073
+ }
3074
+
2756
3075
  /** @internal */
2757
3076
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
2758
3077
  z.ZodNativeEnum<
@@ -2822,6 +3141,20 @@ export namespace ContentHint11$ {
2822
3141
  export type Outbound = ContentHint11$Outbound;
2823
3142
  }
2824
3143
 
3144
+ export function contentHint11ToJSON(contentHint11: ContentHint11): string {
3145
+ return JSON.stringify(ContentHint11$outboundSchema.parse(contentHint11));
3146
+ }
3147
+
3148
+ export function contentHint11FromJSON(
3149
+ jsonString: string,
3150
+ ): SafeParseResult<ContentHint11, SDKValidationError> {
3151
+ return safeParse(
3152
+ jsonString,
3153
+ (x) => ContentHint11$inboundSchema.parse(JSON.parse(x)),
3154
+ `Failed to parse 'ContentHint11' from JSON`,
3155
+ );
3156
+ }
3157
+
2825
3158
  /** @internal */
2826
3159
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
2827
3160
  z.ZodNativeEnum<
@@ -2891,6 +3224,24 @@ export namespace CreateProjectContentHint10$ {
2891
3224
  export type Outbound = CreateProjectContentHint10$Outbound;
2892
3225
  }
2893
3226
 
3227
+ export function createProjectContentHint10ToJSON(
3228
+ createProjectContentHint10: CreateProjectContentHint10,
3229
+ ): string {
3230
+ return JSON.stringify(
3231
+ CreateProjectContentHint10$outboundSchema.parse(createProjectContentHint10),
3232
+ );
3233
+ }
3234
+
3235
+ export function createProjectContentHint10FromJSON(
3236
+ jsonString: string,
3237
+ ): SafeParseResult<CreateProjectContentHint10, SDKValidationError> {
3238
+ return safeParse(
3239
+ jsonString,
3240
+ (x) => CreateProjectContentHint10$inboundSchema.parse(JSON.parse(x)),
3241
+ `Failed to parse 'CreateProjectContentHint10' from JSON`,
3242
+ );
3243
+ }
3244
+
2894
3245
  /** @internal */
2895
3246
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
2896
3247
  z.ZodNativeEnum<
@@ -2960,6 +3311,24 @@ export namespace CreateProjectContentHint9$ {
2960
3311
  export type Outbound = CreateProjectContentHint9$Outbound;
2961
3312
  }
2962
3313
 
3314
+ export function createProjectContentHint9ToJSON(
3315
+ createProjectContentHint9: CreateProjectContentHint9,
3316
+ ): string {
3317
+ return JSON.stringify(
3318
+ CreateProjectContentHint9$outboundSchema.parse(createProjectContentHint9),
3319
+ );
3320
+ }
3321
+
3322
+ export function createProjectContentHint9FromJSON(
3323
+ jsonString: string,
3324
+ ): SafeParseResult<CreateProjectContentHint9, SDKValidationError> {
3325
+ return safeParse(
3326
+ jsonString,
3327
+ (x) => CreateProjectContentHint9$inboundSchema.parse(JSON.parse(x)),
3328
+ `Failed to parse 'CreateProjectContentHint9' from JSON`,
3329
+ );
3330
+ }
3331
+
2963
3332
  /** @internal */
2964
3333
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema:
2965
3334
  z.ZodNativeEnum<
@@ -3029,6 +3398,24 @@ export namespace CreateProjectContentHint8$ {
3029
3398
  export type Outbound = CreateProjectContentHint8$Outbound;
3030
3399
  }
3031
3400
 
3401
+ export function createProjectContentHint8ToJSON(
3402
+ createProjectContentHint8: CreateProjectContentHint8,
3403
+ ): string {
3404
+ return JSON.stringify(
3405
+ CreateProjectContentHint8$outboundSchema.parse(createProjectContentHint8),
3406
+ );
3407
+ }
3408
+
3409
+ export function createProjectContentHint8FromJSON(
3410
+ jsonString: string,
3411
+ ): SafeParseResult<CreateProjectContentHint8, SDKValidationError> {
3412
+ return safeParse(
3413
+ jsonString,
3414
+ (x) => CreateProjectContentHint8$inboundSchema.parse(JSON.parse(x)),
3415
+ `Failed to parse 'CreateProjectContentHint8' from JSON`,
3416
+ );
3417
+ }
3418
+
3032
3419
  /** @internal */
3033
3420
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
3034
3421
  z.ZodNativeEnum<
@@ -3098,6 +3485,24 @@ export namespace CreateProjectContentHint7$ {
3098
3485
  export type Outbound = CreateProjectContentHint7$Outbound;
3099
3486
  }
3100
3487
 
3488
+ export function createProjectContentHint7ToJSON(
3489
+ createProjectContentHint7: CreateProjectContentHint7,
3490
+ ): string {
3491
+ return JSON.stringify(
3492
+ CreateProjectContentHint7$outboundSchema.parse(createProjectContentHint7),
3493
+ );
3494
+ }
3495
+
3496
+ export function createProjectContentHint7FromJSON(
3497
+ jsonString: string,
3498
+ ): SafeParseResult<CreateProjectContentHint7, SDKValidationError> {
3499
+ return safeParse(
3500
+ jsonString,
3501
+ (x) => CreateProjectContentHint7$inboundSchema.parse(JSON.parse(x)),
3502
+ `Failed to parse 'CreateProjectContentHint7' from JSON`,
3503
+ );
3504
+ }
3505
+
3101
3506
  /** @internal */
3102
3507
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
3103
3508
  z.ZodNativeEnum<
@@ -3167,6 +3572,24 @@ export namespace CreateProjectContentHint6$ {
3167
3572
  export type Outbound = CreateProjectContentHint6$Outbound;
3168
3573
  }
3169
3574
 
3575
+ export function createProjectContentHint6ToJSON(
3576
+ createProjectContentHint6: CreateProjectContentHint6,
3577
+ ): string {
3578
+ return JSON.stringify(
3579
+ CreateProjectContentHint6$outboundSchema.parse(createProjectContentHint6),
3580
+ );
3581
+ }
3582
+
3583
+ export function createProjectContentHint6FromJSON(
3584
+ jsonString: string,
3585
+ ): SafeParseResult<CreateProjectContentHint6, SDKValidationError> {
3586
+ return safeParse(
3587
+ jsonString,
3588
+ (x) => CreateProjectContentHint6$inboundSchema.parse(JSON.parse(x)),
3589
+ `Failed to parse 'CreateProjectContentHint6' from JSON`,
3590
+ );
3591
+ }
3592
+
3170
3593
  /** @internal */
3171
3594
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
3172
3595
  z.ZodNativeEnum<
@@ -3236,6 +3659,24 @@ export namespace CreateProjectContentHint5$ {
3236
3659
  export type Outbound = CreateProjectContentHint5$Outbound;
3237
3660
  }
3238
3661
 
3662
+ export function createProjectContentHint5ToJSON(
3663
+ createProjectContentHint5: CreateProjectContentHint5,
3664
+ ): string {
3665
+ return JSON.stringify(
3666
+ CreateProjectContentHint5$outboundSchema.parse(createProjectContentHint5),
3667
+ );
3668
+ }
3669
+
3670
+ export function createProjectContentHint5FromJSON(
3671
+ jsonString: string,
3672
+ ): SafeParseResult<CreateProjectContentHint5, SDKValidationError> {
3673
+ return safeParse(
3674
+ jsonString,
3675
+ (x) => CreateProjectContentHint5$inboundSchema.parse(JSON.parse(x)),
3676
+ `Failed to parse 'CreateProjectContentHint5' from JSON`,
3677
+ );
3678
+ }
3679
+
3239
3680
  /** @internal */
3240
3681
  export const CreateProjectContentHintProjectsResponse200Type$inboundSchema:
3241
3682
  z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type> = z
@@ -3298,6 +3739,24 @@ export namespace CreateProjectContentHint4$ {
3298
3739
  export type Outbound = CreateProjectContentHint4$Outbound;
3299
3740
  }
3300
3741
 
3742
+ export function createProjectContentHint4ToJSON(
3743
+ createProjectContentHint4: CreateProjectContentHint4,
3744
+ ): string {
3745
+ return JSON.stringify(
3746
+ CreateProjectContentHint4$outboundSchema.parse(createProjectContentHint4),
3747
+ );
3748
+ }
3749
+
3750
+ export function createProjectContentHint4FromJSON(
3751
+ jsonString: string,
3752
+ ): SafeParseResult<CreateProjectContentHint4, SDKValidationError> {
3753
+ return safeParse(
3754
+ jsonString,
3755
+ (x) => CreateProjectContentHint4$inboundSchema.parse(JSON.parse(x)),
3756
+ `Failed to parse 'CreateProjectContentHint4' from JSON`,
3757
+ );
3758
+ }
3759
+
3301
3760
  /** @internal */
3302
3761
  export const CreateProjectContentHintProjectsResponseType$inboundSchema:
3303
3762
  z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType> = z
@@ -3360,6 +3819,24 @@ export namespace CreateProjectContentHint3$ {
3360
3819
  export type Outbound = CreateProjectContentHint3$Outbound;
3361
3820
  }
3362
3821
 
3822
+ export function createProjectContentHint3ToJSON(
3823
+ createProjectContentHint3: CreateProjectContentHint3,
3824
+ ): string {
3825
+ return JSON.stringify(
3826
+ CreateProjectContentHint3$outboundSchema.parse(createProjectContentHint3),
3827
+ );
3828
+ }
3829
+
3830
+ export function createProjectContentHint3FromJSON(
3831
+ jsonString: string,
3832
+ ): SafeParseResult<CreateProjectContentHint3, SDKValidationError> {
3833
+ return safeParse(
3834
+ jsonString,
3835
+ (x) => CreateProjectContentHint3$inboundSchema.parse(JSON.parse(x)),
3836
+ `Failed to parse 'CreateProjectContentHint3' from JSON`,
3837
+ );
3838
+ }
3839
+
3363
3840
  /** @internal */
3364
3841
  export const CreateProjectContentHintProjectsType$inboundSchema:
3365
3842
  z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType> = z.nativeEnum(
@@ -3423,6 +3900,24 @@ export namespace CreateProjectContentHint2$ {
3423
3900
  export type Outbound = CreateProjectContentHint2$Outbound;
3424
3901
  }
3425
3902
 
3903
+ export function createProjectContentHint2ToJSON(
3904
+ createProjectContentHint2: CreateProjectContentHint2,
3905
+ ): string {
3906
+ return JSON.stringify(
3907
+ CreateProjectContentHint2$outboundSchema.parse(createProjectContentHint2),
3908
+ );
3909
+ }
3910
+
3911
+ export function createProjectContentHint2FromJSON(
3912
+ jsonString: string,
3913
+ ): SafeParseResult<CreateProjectContentHint2, SDKValidationError> {
3914
+ return safeParse(
3915
+ jsonString,
3916
+ (x) => CreateProjectContentHint2$inboundSchema.parse(JSON.parse(x)),
3917
+ `Failed to parse 'CreateProjectContentHint2' from JSON`,
3918
+ );
3919
+ }
3920
+
3426
3921
  /** @internal */
3427
3922
  export const CreateProjectContentHintType$inboundSchema: z.ZodNativeEnum<
3428
3923
  typeof CreateProjectContentHintType
@@ -3483,6 +3978,24 @@ export namespace CreateProjectContentHint1$ {
3483
3978
  export type Outbound = CreateProjectContentHint1$Outbound;
3484
3979
  }
3485
3980
 
3981
+ export function createProjectContentHint1ToJSON(
3982
+ createProjectContentHint1: CreateProjectContentHint1,
3983
+ ): string {
3984
+ return JSON.stringify(
3985
+ CreateProjectContentHint1$outboundSchema.parse(createProjectContentHint1),
3986
+ );
3987
+ }
3988
+
3989
+ export function createProjectContentHint1FromJSON(
3990
+ jsonString: string,
3991
+ ): SafeParseResult<CreateProjectContentHint1, SDKValidationError> {
3992
+ return safeParse(
3993
+ jsonString,
3994
+ (x) => CreateProjectContentHint1$inboundSchema.parse(JSON.parse(x)),
3995
+ `Failed to parse 'CreateProjectContentHint1' from JSON`,
3996
+ );
3997
+ }
3998
+
3486
3999
  /** @internal */
3487
4000
  export const CreateProjectContentHint$inboundSchema: z.ZodType<
3488
4001
  CreateProjectContentHint,
@@ -3560,6 +4073,24 @@ export namespace CreateProjectContentHint$ {
3560
4073
  export type Outbound = CreateProjectContentHint$Outbound;
3561
4074
  }
3562
4075
 
4076
+ export function createProjectContentHintToJSON(
4077
+ createProjectContentHint: CreateProjectContentHint,
4078
+ ): string {
4079
+ return JSON.stringify(
4080
+ CreateProjectContentHint$outboundSchema.parse(createProjectContentHint),
4081
+ );
4082
+ }
4083
+
4084
+ export function createProjectContentHintFromJSON(
4085
+ jsonString: string,
4086
+ ): SafeParseResult<CreateProjectContentHint, SDKValidationError> {
4087
+ return safeParse(
4088
+ jsonString,
4089
+ (x) => CreateProjectContentHint$inboundSchema.parse(JSON.parse(x)),
4090
+ `Failed to parse 'CreateProjectContentHint' from JSON`,
4091
+ );
4092
+ }
4093
+
3563
4094
  /** @internal */
3564
4095
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
3565
4096
  z.ZodNativeEnum<
@@ -3629,6 +4160,26 @@ export namespace CreateProjectInternalContentHint$ {
3629
4160
  export type Outbound = CreateProjectInternalContentHint$Outbound;
3630
4161
  }
3631
4162
 
4163
+ export function createProjectInternalContentHintToJSON(
4164
+ createProjectInternalContentHint: CreateProjectInternalContentHint,
4165
+ ): string {
4166
+ return JSON.stringify(
4167
+ CreateProjectInternalContentHint$outboundSchema.parse(
4168
+ createProjectInternalContentHint,
4169
+ ),
4170
+ );
4171
+ }
4172
+
4173
+ export function createProjectInternalContentHintFromJSON(
4174
+ jsonString: string,
4175
+ ): SafeParseResult<CreateProjectInternalContentHint, SDKValidationError> {
4176
+ return safeParse(
4177
+ jsonString,
4178
+ (x) => CreateProjectInternalContentHint$inboundSchema.parse(JSON.parse(x)),
4179
+ `Failed to parse 'CreateProjectInternalContentHint' from JSON`,
4180
+ );
4181
+ }
4182
+
3632
4183
  /** @internal */
3633
4184
  export const CreateProjectEnv$inboundSchema: z.ZodType<
3634
4185
  CreateProjectEnv,
@@ -3784,6 +4335,24 @@ export namespace CreateProjectEnv$ {
3784
4335
  export type Outbound = CreateProjectEnv$Outbound;
3785
4336
  }
3786
4337
 
4338
+ export function createProjectEnvToJSON(
4339
+ createProjectEnv: CreateProjectEnv,
4340
+ ): string {
4341
+ return JSON.stringify(
4342
+ CreateProjectEnv$outboundSchema.parse(createProjectEnv),
4343
+ );
4344
+ }
4345
+
4346
+ export function createProjectEnvFromJSON(
4347
+ jsonString: string,
4348
+ ): SafeParseResult<CreateProjectEnv, SDKValidationError> {
4349
+ return safeParse(
4350
+ jsonString,
4351
+ (x) => CreateProjectEnv$inboundSchema.parse(JSON.parse(x)),
4352
+ `Failed to parse 'CreateProjectEnv' from JSON`,
4353
+ );
4354
+ }
4355
+
3787
4356
  /** @internal */
3788
4357
  export const CreateProjectCustomEnvironments$inboundSchema: z.ZodType<
3789
4358
  CreateProjectCustomEnvironments,
@@ -3814,6 +4383,26 @@ export namespace CreateProjectCustomEnvironments$ {
3814
4383
  export type Outbound = CreateProjectCustomEnvironments$Outbound;
3815
4384
  }
3816
4385
 
4386
+ export function createProjectCustomEnvironmentsToJSON(
4387
+ createProjectCustomEnvironments: CreateProjectCustomEnvironments,
4388
+ ): string {
4389
+ return JSON.stringify(
4390
+ CreateProjectCustomEnvironments$outboundSchema.parse(
4391
+ createProjectCustomEnvironments,
4392
+ ),
4393
+ );
4394
+ }
4395
+
4396
+ export function createProjectCustomEnvironmentsFromJSON(
4397
+ jsonString: string,
4398
+ ): SafeParseResult<CreateProjectCustomEnvironments, SDKValidationError> {
4399
+ return safeParse(
4400
+ jsonString,
4401
+ (x) => CreateProjectCustomEnvironments$inboundSchema.parse(JSON.parse(x)),
4402
+ `Failed to parse 'CreateProjectCustomEnvironments' from JSON`,
4403
+ );
4404
+ }
4405
+
3817
4406
  /** @internal */
3818
4407
  export const CreateProjectProjectsFramework$inboundSchema: z.ZodNativeEnum<
3819
4408
  typeof CreateProjectProjectsFramework
@@ -3874,6 +4463,24 @@ export namespace CreateProjectIpBuckets$ {
3874
4463
  export type Outbound = CreateProjectIpBuckets$Outbound;
3875
4464
  }
3876
4465
 
4466
+ export function createProjectIpBucketsToJSON(
4467
+ createProjectIpBuckets: CreateProjectIpBuckets,
4468
+ ): string {
4469
+ return JSON.stringify(
4470
+ CreateProjectIpBuckets$outboundSchema.parse(createProjectIpBuckets),
4471
+ );
4472
+ }
4473
+
4474
+ export function createProjectIpBucketsFromJSON(
4475
+ jsonString: string,
4476
+ ): SafeParseResult<CreateProjectIpBuckets, SDKValidationError> {
4477
+ return safeParse(
4478
+ jsonString,
4479
+ (x) => CreateProjectIpBuckets$inboundSchema.parse(JSON.parse(x)),
4480
+ `Failed to parse 'CreateProjectIpBuckets' from JSON`,
4481
+ );
4482
+ }
4483
+
3877
4484
  /** @internal */
3878
4485
  export const CreateProjectAliasAssigned$inboundSchema: z.ZodType<
3879
4486
  CreateProjectAliasAssigned,
@@ -3904,6 +4511,24 @@ export namespace CreateProjectAliasAssigned$ {
3904
4511
  export type Outbound = CreateProjectAliasAssigned$Outbound;
3905
4512
  }
3906
4513
 
4514
+ export function createProjectAliasAssignedToJSON(
4515
+ createProjectAliasAssigned: CreateProjectAliasAssigned,
4516
+ ): string {
4517
+ return JSON.stringify(
4518
+ CreateProjectAliasAssigned$outboundSchema.parse(createProjectAliasAssigned),
4519
+ );
4520
+ }
4521
+
4522
+ export function createProjectAliasAssignedFromJSON(
4523
+ jsonString: string,
4524
+ ): SafeParseResult<CreateProjectAliasAssigned, SDKValidationError> {
4525
+ return safeParse(
4526
+ jsonString,
4527
+ (x) => CreateProjectAliasAssigned$inboundSchema.parse(JSON.parse(x)),
4528
+ `Failed to parse 'CreateProjectAliasAssigned' from JSON`,
4529
+ );
4530
+ }
4531
+
3907
4532
  /** @internal */
3908
4533
  export const CreateProjectAliasError$inboundSchema: z.ZodType<
3909
4534
  CreateProjectAliasError,
@@ -3943,6 +4568,24 @@ export namespace CreateProjectAliasError$ {
3943
4568
  export type Outbound = CreateProjectAliasError$Outbound;
3944
4569
  }
3945
4570
 
4571
+ export function createProjectAliasErrorToJSON(
4572
+ createProjectAliasError: CreateProjectAliasError,
4573
+ ): string {
4574
+ return JSON.stringify(
4575
+ CreateProjectAliasError$outboundSchema.parse(createProjectAliasError),
4576
+ );
4577
+ }
4578
+
4579
+ export function createProjectAliasErrorFromJSON(
4580
+ jsonString: string,
4581
+ ): SafeParseResult<CreateProjectAliasError, SDKValidationError> {
4582
+ return safeParse(
4583
+ jsonString,
4584
+ (x) => CreateProjectAliasError$inboundSchema.parse(JSON.parse(x)),
4585
+ `Failed to parse 'CreateProjectAliasError' from JSON`,
4586
+ );
4587
+ }
4588
+
3946
4589
  /** @internal */
3947
4590
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema:
3948
4591
  z.ZodNativeEnum<
@@ -4012,6 +4655,24 @@ export namespace CreateProjectBranchMatcher$ {
4012
4655
  export type Outbound = CreateProjectBranchMatcher$Outbound;
4013
4656
  }
4014
4657
 
4658
+ export function createProjectBranchMatcherToJSON(
4659
+ createProjectBranchMatcher: CreateProjectBranchMatcher,
4660
+ ): string {
4661
+ return JSON.stringify(
4662
+ CreateProjectBranchMatcher$outboundSchema.parse(createProjectBranchMatcher),
4663
+ );
4664
+ }
4665
+
4666
+ export function createProjectBranchMatcherFromJSON(
4667
+ jsonString: string,
4668
+ ): SafeParseResult<CreateProjectBranchMatcher, SDKValidationError> {
4669
+ return safeParse(
4670
+ jsonString,
4671
+ (x) => CreateProjectBranchMatcher$inboundSchema.parse(JSON.parse(x)),
4672
+ `Failed to parse 'CreateProjectBranchMatcher' from JSON`,
4673
+ );
4674
+ }
4675
+
4015
4676
  /** @internal */
4016
4677
  export const CreateProjectBuilds$inboundSchema: z.ZodType<
4017
4678
  CreateProjectBuilds,
@@ -4054,6 +4715,24 @@ export namespace CreateProjectBuilds$ {
4054
4715
  export type Outbound = CreateProjectBuilds$Outbound;
4055
4716
  }
4056
4717
 
4718
+ export function createProjectBuildsToJSON(
4719
+ createProjectBuilds: CreateProjectBuilds,
4720
+ ): string {
4721
+ return JSON.stringify(
4722
+ CreateProjectBuilds$outboundSchema.parse(createProjectBuilds),
4723
+ );
4724
+ }
4725
+
4726
+ export function createProjectBuildsFromJSON(
4727
+ jsonString: string,
4728
+ ): SafeParseResult<CreateProjectBuilds, SDKValidationError> {
4729
+ return safeParse(
4730
+ jsonString,
4731
+ (x) => CreateProjectBuilds$inboundSchema.parse(JSON.parse(x)),
4732
+ `Failed to parse 'CreateProjectBuilds' from JSON`,
4733
+ );
4734
+ }
4735
+
4057
4736
  /** @internal */
4058
4737
  export const CreateProjectChecksConclusion$inboundSchema: z.ZodNativeEnum<
4059
4738
  typeof CreateProjectChecksConclusion
@@ -4144,6 +4823,24 @@ export namespace CreateProjectCreator$ {
4144
4823
  export type Outbound = CreateProjectCreator$Outbound;
4145
4824
  }
4146
4825
 
4826
+ export function createProjectCreatorToJSON(
4827
+ createProjectCreator: CreateProjectCreator,
4828
+ ): string {
4829
+ return JSON.stringify(
4830
+ CreateProjectCreator$outboundSchema.parse(createProjectCreator),
4831
+ );
4832
+ }
4833
+
4834
+ export function createProjectCreatorFromJSON(
4835
+ jsonString: string,
4836
+ ): SafeParseResult<CreateProjectCreator, SDKValidationError> {
4837
+ return safeParse(
4838
+ jsonString,
4839
+ (x) => CreateProjectCreator$inboundSchema.parse(JSON.parse(x)),
4840
+ `Failed to parse 'CreateProjectCreator' from JSON`,
4841
+ );
4842
+ }
4843
+
4147
4844
  /** @internal */
4148
4845
  export const CreateProjectOidcTokenClaims$inboundSchema: z.ZodType<
4149
4846
  CreateProjectOidcTokenClaims,
@@ -4214,6 +4911,26 @@ export namespace CreateProjectOidcTokenClaims$ {
4214
4911
  export type Outbound = CreateProjectOidcTokenClaims$Outbound;
4215
4912
  }
4216
4913
 
4914
+ export function createProjectOidcTokenClaimsToJSON(
4915
+ createProjectOidcTokenClaims: CreateProjectOidcTokenClaims,
4916
+ ): string {
4917
+ return JSON.stringify(
4918
+ CreateProjectOidcTokenClaims$outboundSchema.parse(
4919
+ createProjectOidcTokenClaims,
4920
+ ),
4921
+ );
4922
+ }
4923
+
4924
+ export function createProjectOidcTokenClaimsFromJSON(
4925
+ jsonString: string,
4926
+ ): SafeParseResult<CreateProjectOidcTokenClaims, SDKValidationError> {
4927
+ return safeParse(
4928
+ jsonString,
4929
+ (x) => CreateProjectOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
4930
+ `Failed to parse 'CreateProjectOidcTokenClaims' from JSON`,
4931
+ );
4932
+ }
4933
+
4217
4934
  /** @internal */
4218
4935
  export const CreateProjectPlan$inboundSchema: z.ZodNativeEnum<
4219
4936
  typeof CreateProjectPlan
@@ -4448,6 +5165,26 @@ export namespace CreateProjectLatestDeployments$ {
4448
5165
  export type Outbound = CreateProjectLatestDeployments$Outbound;
4449
5166
  }
4450
5167
 
5168
+ export function createProjectLatestDeploymentsToJSON(
5169
+ createProjectLatestDeployments: CreateProjectLatestDeployments,
5170
+ ): string {
5171
+ return JSON.stringify(
5172
+ CreateProjectLatestDeployments$outboundSchema.parse(
5173
+ createProjectLatestDeployments,
5174
+ ),
5175
+ );
5176
+ }
5177
+
5178
+ export function createProjectLatestDeploymentsFromJSON(
5179
+ jsonString: string,
5180
+ ): SafeParseResult<CreateProjectLatestDeployments, SDKValidationError> {
5181
+ return safeParse(
5182
+ jsonString,
5183
+ (x) => CreateProjectLatestDeployments$inboundSchema.parse(JSON.parse(x)),
5184
+ `Failed to parse 'CreateProjectLatestDeployments' from JSON`,
5185
+ );
5186
+ }
5187
+
4451
5188
  /** @internal */
4452
5189
  export const CreateProjectLinkProjectsResponseType$inboundSchema:
4453
5190
  z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType> = z.nativeEnum(
@@ -4524,6 +5261,33 @@ export namespace CreateProjectLinkProjectsResponseDeployHooks$ {
4524
5261
  export type Outbound = CreateProjectLinkProjectsResponseDeployHooks$Outbound;
4525
5262
  }
4526
5263
 
5264
+ export function createProjectLinkProjectsResponseDeployHooksToJSON(
5265
+ createProjectLinkProjectsResponseDeployHooks:
5266
+ CreateProjectLinkProjectsResponseDeployHooks,
5267
+ ): string {
5268
+ return JSON.stringify(
5269
+ CreateProjectLinkProjectsResponseDeployHooks$outboundSchema.parse(
5270
+ createProjectLinkProjectsResponseDeployHooks,
5271
+ ),
5272
+ );
5273
+ }
5274
+
5275
+ export function createProjectLinkProjectsResponseDeployHooksFromJSON(
5276
+ jsonString: string,
5277
+ ): SafeParseResult<
5278
+ CreateProjectLinkProjectsResponseDeployHooks,
5279
+ SDKValidationError
5280
+ > {
5281
+ return safeParse(
5282
+ jsonString,
5283
+ (x) =>
5284
+ CreateProjectLinkProjectsResponseDeployHooks$inboundSchema.parse(
5285
+ JSON.parse(x),
5286
+ ),
5287
+ `Failed to parse 'CreateProjectLinkProjectsResponseDeployHooks' from JSON`,
5288
+ );
5289
+ }
5290
+
4527
5291
  /** @internal */
4528
5292
  export const CreateProjectLink3$inboundSchema: z.ZodType<
4529
5293
  CreateProjectLink3,
@@ -4597,8 +5361,26 @@ export namespace CreateProjectLink3$ {
4597
5361
  export type Outbound = CreateProjectLink3$Outbound;
4598
5362
  }
4599
5363
 
4600
- /** @internal */
4601
- export const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
5364
+ export function createProjectLink3ToJSON(
5365
+ createProjectLink3: CreateProjectLink3,
5366
+ ): string {
5367
+ return JSON.stringify(
5368
+ CreateProjectLink3$outboundSchema.parse(createProjectLink3),
5369
+ );
5370
+ }
5371
+
5372
+ export function createProjectLink3FromJSON(
5373
+ jsonString: string,
5374
+ ): SafeParseResult<CreateProjectLink3, SDKValidationError> {
5375
+ return safeParse(
5376
+ jsonString,
5377
+ (x) => CreateProjectLink3$inboundSchema.parse(JSON.parse(x)),
5378
+ `Failed to parse 'CreateProjectLink3' from JSON`,
5379
+ );
5380
+ }
5381
+
5382
+ /** @internal */
5383
+ export const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
4602
5384
  typeof CreateProjectLinkProjectsType
4603
5385
  > = z.nativeEnum(CreateProjectLinkProjectsType);
4604
5386
 
@@ -4668,6 +5450,27 @@ export namespace CreateProjectLinkProjectsDeployHooks$ {
4668
5450
  export type Outbound = CreateProjectLinkProjectsDeployHooks$Outbound;
4669
5451
  }
4670
5452
 
5453
+ export function createProjectLinkProjectsDeployHooksToJSON(
5454
+ createProjectLinkProjectsDeployHooks: CreateProjectLinkProjectsDeployHooks,
5455
+ ): string {
5456
+ return JSON.stringify(
5457
+ CreateProjectLinkProjectsDeployHooks$outboundSchema.parse(
5458
+ createProjectLinkProjectsDeployHooks,
5459
+ ),
5460
+ );
5461
+ }
5462
+
5463
+ export function createProjectLinkProjectsDeployHooksFromJSON(
5464
+ jsonString: string,
5465
+ ): SafeParseResult<CreateProjectLinkProjectsDeployHooks, SDKValidationError> {
5466
+ return safeParse(
5467
+ jsonString,
5468
+ (x) =>
5469
+ CreateProjectLinkProjectsDeployHooks$inboundSchema.parse(JSON.parse(x)),
5470
+ `Failed to parse 'CreateProjectLinkProjectsDeployHooks' from JSON`,
5471
+ );
5472
+ }
5473
+
4671
5474
  /** @internal */
4672
5475
  export const CreateProjectLink2$inboundSchema: z.ZodType<
4673
5476
  CreateProjectLink2,
@@ -4744,6 +5547,24 @@ export namespace CreateProjectLink2$ {
4744
5547
  export type Outbound = CreateProjectLink2$Outbound;
4745
5548
  }
4746
5549
 
5550
+ export function createProjectLink2ToJSON(
5551
+ createProjectLink2: CreateProjectLink2,
5552
+ ): string {
5553
+ return JSON.stringify(
5554
+ CreateProjectLink2$outboundSchema.parse(createProjectLink2),
5555
+ );
5556
+ }
5557
+
5558
+ export function createProjectLink2FromJSON(
5559
+ jsonString: string,
5560
+ ): SafeParseResult<CreateProjectLink2, SDKValidationError> {
5561
+ return safeParse(
5562
+ jsonString,
5563
+ (x) => CreateProjectLink2$inboundSchema.parse(JSON.parse(x)),
5564
+ `Failed to parse 'CreateProjectLink2' from JSON`,
5565
+ );
5566
+ }
5567
+
4747
5568
  /** @internal */
4748
5569
  export const CreateProjectLinkType$inboundSchema: z.ZodNativeEnum<
4749
5570
  typeof CreateProjectLinkType
@@ -4813,6 +5634,26 @@ export namespace CreateProjectLinkDeployHooks$ {
4813
5634
  export type Outbound = CreateProjectLinkDeployHooks$Outbound;
4814
5635
  }
4815
5636
 
5637
+ export function createProjectLinkDeployHooksToJSON(
5638
+ createProjectLinkDeployHooks: CreateProjectLinkDeployHooks,
5639
+ ): string {
5640
+ return JSON.stringify(
5641
+ CreateProjectLinkDeployHooks$outboundSchema.parse(
5642
+ createProjectLinkDeployHooks,
5643
+ ),
5644
+ );
5645
+ }
5646
+
5647
+ export function createProjectLinkDeployHooksFromJSON(
5648
+ jsonString: string,
5649
+ ): SafeParseResult<CreateProjectLinkDeployHooks, SDKValidationError> {
5650
+ return safeParse(
5651
+ jsonString,
5652
+ (x) => CreateProjectLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
5653
+ `Failed to parse 'CreateProjectLinkDeployHooks' from JSON`,
5654
+ );
5655
+ }
5656
+
4816
5657
  /** @internal */
4817
5658
  export const CreateProjectLink1$inboundSchema: z.ZodType<
4818
5659
  CreateProjectLink1,
@@ -4883,6 +5724,24 @@ export namespace CreateProjectLink1$ {
4883
5724
  export type Outbound = CreateProjectLink1$Outbound;
4884
5725
  }
4885
5726
 
5727
+ export function createProjectLink1ToJSON(
5728
+ createProjectLink1: CreateProjectLink1,
5729
+ ): string {
5730
+ return JSON.stringify(
5731
+ CreateProjectLink1$outboundSchema.parse(createProjectLink1),
5732
+ );
5733
+ }
5734
+
5735
+ export function createProjectLink1FromJSON(
5736
+ jsonString: string,
5737
+ ): SafeParseResult<CreateProjectLink1, SDKValidationError> {
5738
+ return safeParse(
5739
+ jsonString,
5740
+ (x) => CreateProjectLink1$inboundSchema.parse(JSON.parse(x)),
5741
+ `Failed to parse 'CreateProjectLink1' from JSON`,
5742
+ );
5743
+ }
5744
+
4886
5745
  /** @internal */
4887
5746
  export const CreateProjectLink$inboundSchema: z.ZodType<
4888
5747
  CreateProjectLink,
@@ -4924,6 +5783,92 @@ export namespace CreateProjectLink$ {
4924
5783
  export type Outbound = CreateProjectLink$Outbound;
4925
5784
  }
4926
5785
 
5786
+ export function createProjectLinkToJSON(
5787
+ createProjectLink: CreateProjectLink,
5788
+ ): string {
5789
+ return JSON.stringify(
5790
+ CreateProjectLink$outboundSchema.parse(createProjectLink),
5791
+ );
5792
+ }
5793
+
5794
+ export function createProjectLinkFromJSON(
5795
+ jsonString: string,
5796
+ ): SafeParseResult<CreateProjectLink, SDKValidationError> {
5797
+ return safeParse(
5798
+ jsonString,
5799
+ (x) => CreateProjectLink$inboundSchema.parse(JSON.parse(x)),
5800
+ `Failed to parse 'CreateProjectLink' from JSON`,
5801
+ );
5802
+ }
5803
+
5804
+ /** @internal */
5805
+ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
5806
+ CreateProjectMicrofrontends,
5807
+ z.ZodTypeDef,
5808
+ unknown
5809
+ > = z.object({
5810
+ updatedAt: z.number(),
5811
+ groupIds: z.array(z.string()),
5812
+ enabled: z.boolean(),
5813
+ isDefaultApp: z.boolean().optional(),
5814
+ defaultRoute: z.string().optional(),
5815
+ });
5816
+
5817
+ /** @internal */
5818
+ export type CreateProjectMicrofrontends$Outbound = {
5819
+ updatedAt: number;
5820
+ groupIds: Array<string>;
5821
+ enabled: boolean;
5822
+ isDefaultApp?: boolean | undefined;
5823
+ defaultRoute?: string | undefined;
5824
+ };
5825
+
5826
+ /** @internal */
5827
+ export const CreateProjectMicrofrontends$outboundSchema: z.ZodType<
5828
+ CreateProjectMicrofrontends$Outbound,
5829
+ z.ZodTypeDef,
5830
+ CreateProjectMicrofrontends
5831
+ > = z.object({
5832
+ updatedAt: z.number(),
5833
+ groupIds: z.array(z.string()),
5834
+ enabled: z.boolean(),
5835
+ isDefaultApp: z.boolean().optional(),
5836
+ defaultRoute: z.string().optional(),
5837
+ });
5838
+
5839
+ /**
5840
+ * @internal
5841
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5842
+ */
5843
+ export namespace CreateProjectMicrofrontends$ {
5844
+ /** @deprecated use `CreateProjectMicrofrontends$inboundSchema` instead. */
5845
+ export const inboundSchema = CreateProjectMicrofrontends$inboundSchema;
5846
+ /** @deprecated use `CreateProjectMicrofrontends$outboundSchema` instead. */
5847
+ export const outboundSchema = CreateProjectMicrofrontends$outboundSchema;
5848
+ /** @deprecated use `CreateProjectMicrofrontends$Outbound` instead. */
5849
+ export type Outbound = CreateProjectMicrofrontends$Outbound;
5850
+ }
5851
+
5852
+ export function createProjectMicrofrontendsToJSON(
5853
+ createProjectMicrofrontends: CreateProjectMicrofrontends,
5854
+ ): string {
5855
+ return JSON.stringify(
5856
+ CreateProjectMicrofrontends$outboundSchema.parse(
5857
+ createProjectMicrofrontends,
5858
+ ),
5859
+ );
5860
+ }
5861
+
5862
+ export function createProjectMicrofrontendsFromJSON(
5863
+ jsonString: string,
5864
+ ): SafeParseResult<CreateProjectMicrofrontends, SDKValidationError> {
5865
+ return safeParse(
5866
+ jsonString,
5867
+ (x) => CreateProjectMicrofrontends$inboundSchema.parse(JSON.parse(x)),
5868
+ `Failed to parse 'CreateProjectMicrofrontends' from JSON`,
5869
+ );
5870
+ }
5871
+
4927
5872
  /** @internal */
4928
5873
  export const CreateProjectNodeVersion$inboundSchema: z.ZodNativeEnum<
4929
5874
  typeof CreateProjectNodeVersion
@@ -4981,6 +5926,24 @@ export namespace CreateProjectPaths$ {
4981
5926
  export type Outbound = CreateProjectPaths$Outbound;
4982
5927
  }
4983
5928
 
5929
+ export function createProjectPathsToJSON(
5930
+ createProjectPaths: CreateProjectPaths,
5931
+ ): string {
5932
+ return JSON.stringify(
5933
+ CreateProjectPaths$outboundSchema.parse(createProjectPaths),
5934
+ );
5935
+ }
5936
+
5937
+ export function createProjectPathsFromJSON(
5938
+ jsonString: string,
5939
+ ): SafeParseResult<CreateProjectPaths, SDKValidationError> {
5940
+ return safeParse(
5941
+ jsonString,
5942
+ (x) => CreateProjectPaths$inboundSchema.parse(JSON.parse(x)),
5943
+ `Failed to parse 'CreateProjectPaths' from JSON`,
5944
+ );
5945
+ }
5946
+
4984
5947
  /** @internal */
4985
5948
  export const CreateProjectOptionsAllowlist$inboundSchema: z.ZodType<
4986
5949
  CreateProjectOptionsAllowlist,
@@ -5017,6 +5980,26 @@ export namespace CreateProjectOptionsAllowlist$ {
5017
5980
  export type Outbound = CreateProjectOptionsAllowlist$Outbound;
5018
5981
  }
5019
5982
 
5983
+ export function createProjectOptionsAllowlistToJSON(
5984
+ createProjectOptionsAllowlist: CreateProjectOptionsAllowlist,
5985
+ ): string {
5986
+ return JSON.stringify(
5987
+ CreateProjectOptionsAllowlist$outboundSchema.parse(
5988
+ createProjectOptionsAllowlist,
5989
+ ),
5990
+ );
5991
+ }
5992
+
5993
+ export function createProjectOptionsAllowlistFromJSON(
5994
+ jsonString: string,
5995
+ ): SafeParseResult<CreateProjectOptionsAllowlist, SDKValidationError> {
5996
+ return safeParse(
5997
+ jsonString,
5998
+ (x) => CreateProjectOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
5999
+ `Failed to parse 'CreateProjectOptionsAllowlist' from JSON`,
6000
+ );
6001
+ }
6002
+
5020
6003
  /** @internal */
5021
6004
  export const CreateProjectPasswordProtection$inboundSchema: z.ZodType<
5022
6005
  CreateProjectPasswordProtection,
@@ -5047,6 +6030,26 @@ export namespace CreateProjectPasswordProtection$ {
5047
6030
  export type Outbound = CreateProjectPasswordProtection$Outbound;
5048
6031
  }
5049
6032
 
6033
+ export function createProjectPasswordProtectionToJSON(
6034
+ createProjectPasswordProtection: CreateProjectPasswordProtection,
6035
+ ): string {
6036
+ return JSON.stringify(
6037
+ CreateProjectPasswordProtection$outboundSchema.parse(
6038
+ createProjectPasswordProtection,
6039
+ ),
6040
+ );
6041
+ }
6042
+
6043
+ export function createProjectPasswordProtectionFromJSON(
6044
+ jsonString: string,
6045
+ ): SafeParseResult<CreateProjectPasswordProtection, SDKValidationError> {
6046
+ return safeParse(
6047
+ jsonString,
6048
+ (x) => CreateProjectPasswordProtection$inboundSchema.parse(JSON.parse(x)),
6049
+ `Failed to parse 'CreateProjectPasswordProtection' from JSON`,
6050
+ );
6051
+ }
6052
+
5050
6053
  /** @internal */
5051
6054
  export const CreateProjectFunctionDefaultMemoryType$inboundSchema:
5052
6055
  z.ZodNativeEnum<typeof CreateProjectFunctionDefaultMemoryType> = z.nativeEnum(
@@ -5118,6 +6121,26 @@ export namespace CreateProjectResourceConfig$ {
5118
6121
  export type Outbound = CreateProjectResourceConfig$Outbound;
5119
6122
  }
5120
6123
 
6124
+ export function createProjectResourceConfigToJSON(
6125
+ createProjectResourceConfig: CreateProjectResourceConfig,
6126
+ ): string {
6127
+ return JSON.stringify(
6128
+ CreateProjectResourceConfig$outboundSchema.parse(
6129
+ createProjectResourceConfig,
6130
+ ),
6131
+ );
6132
+ }
6133
+
6134
+ export function createProjectResourceConfigFromJSON(
6135
+ jsonString: string,
6136
+ ): SafeParseResult<CreateProjectResourceConfig, SDKValidationError> {
6137
+ return safeParse(
6138
+ jsonString,
6139
+ (x) => CreateProjectResourceConfig$inboundSchema.parse(JSON.parse(x)),
6140
+ `Failed to parse 'CreateProjectResourceConfig' from JSON`,
6141
+ );
6142
+ }
6143
+
5121
6144
  /** @internal */
5122
6145
  export const CreateProjectDeploymentType$inboundSchema: z.ZodNativeEnum<
5123
6146
  typeof CreateProjectDeploymentType
@@ -5175,6 +6198,24 @@ export namespace CreateProjectSsoProtection$ {
5175
6198
  export type Outbound = CreateProjectSsoProtection$Outbound;
5176
6199
  }
5177
6200
 
6201
+ export function createProjectSsoProtectionToJSON(
6202
+ createProjectSsoProtection: CreateProjectSsoProtection,
6203
+ ): string {
6204
+ return JSON.stringify(
6205
+ CreateProjectSsoProtection$outboundSchema.parse(createProjectSsoProtection),
6206
+ );
6207
+ }
6208
+
6209
+ export function createProjectSsoProtectionFromJSON(
6210
+ jsonString: string,
6211
+ ): SafeParseResult<CreateProjectSsoProtection, SDKValidationError> {
6212
+ return safeParse(
6213
+ jsonString,
6214
+ (x) => CreateProjectSsoProtection$inboundSchema.parse(JSON.parse(x)),
6215
+ `Failed to parse 'CreateProjectSsoProtection' from JSON`,
6216
+ );
6217
+ }
6218
+
5178
6219
  /** @internal */
5179
6220
  export const CreateProjectProjectsAliasAssigned$inboundSchema: z.ZodType<
5180
6221
  CreateProjectProjectsAliasAssigned,
@@ -5206,6 +6247,27 @@ export namespace CreateProjectProjectsAliasAssigned$ {
5206
6247
  export type Outbound = CreateProjectProjectsAliasAssigned$Outbound;
5207
6248
  }
5208
6249
 
6250
+ export function createProjectProjectsAliasAssignedToJSON(
6251
+ createProjectProjectsAliasAssigned: CreateProjectProjectsAliasAssigned,
6252
+ ): string {
6253
+ return JSON.stringify(
6254
+ CreateProjectProjectsAliasAssigned$outboundSchema.parse(
6255
+ createProjectProjectsAliasAssigned,
6256
+ ),
6257
+ );
6258
+ }
6259
+
6260
+ export function createProjectProjectsAliasAssignedFromJSON(
6261
+ jsonString: string,
6262
+ ): SafeParseResult<CreateProjectProjectsAliasAssigned, SDKValidationError> {
6263
+ return safeParse(
6264
+ jsonString,
6265
+ (x) =>
6266
+ CreateProjectProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)),
6267
+ `Failed to parse 'CreateProjectProjectsAliasAssigned' from JSON`,
6268
+ );
6269
+ }
6270
+
5209
6271
  /** @internal */
5210
6272
  export const CreateProjectProjectsAliasError$inboundSchema: z.ZodType<
5211
6273
  CreateProjectProjectsAliasError,
@@ -5245,6 +6307,26 @@ export namespace CreateProjectProjectsAliasError$ {
5245
6307
  export type Outbound = CreateProjectProjectsAliasError$Outbound;
5246
6308
  }
5247
6309
 
6310
+ export function createProjectProjectsAliasErrorToJSON(
6311
+ createProjectProjectsAliasError: CreateProjectProjectsAliasError,
6312
+ ): string {
6313
+ return JSON.stringify(
6314
+ CreateProjectProjectsAliasError$outboundSchema.parse(
6315
+ createProjectProjectsAliasError,
6316
+ ),
6317
+ );
6318
+ }
6319
+
6320
+ export function createProjectProjectsAliasErrorFromJSON(
6321
+ jsonString: string,
6322
+ ): SafeParseResult<CreateProjectProjectsAliasError, SDKValidationError> {
6323
+ return safeParse(
6324
+ jsonString,
6325
+ (x) => CreateProjectProjectsAliasError$inboundSchema.parse(JSON.parse(x)),
6326
+ `Failed to parse 'CreateProjectProjectsAliasError' from JSON`,
6327
+ );
6328
+ }
6329
+
5248
6330
  /** @internal */
5249
6331
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
5250
6332
  z.ZodNativeEnum<
@@ -5315,6 +6397,27 @@ export namespace CreateProjectProjectsBranchMatcher$ {
5315
6397
  export type Outbound = CreateProjectProjectsBranchMatcher$Outbound;
5316
6398
  }
5317
6399
 
6400
+ export function createProjectProjectsBranchMatcherToJSON(
6401
+ createProjectProjectsBranchMatcher: CreateProjectProjectsBranchMatcher,
6402
+ ): string {
6403
+ return JSON.stringify(
6404
+ CreateProjectProjectsBranchMatcher$outboundSchema.parse(
6405
+ createProjectProjectsBranchMatcher,
6406
+ ),
6407
+ );
6408
+ }
6409
+
6410
+ export function createProjectProjectsBranchMatcherFromJSON(
6411
+ jsonString: string,
6412
+ ): SafeParseResult<CreateProjectProjectsBranchMatcher, SDKValidationError> {
6413
+ return safeParse(
6414
+ jsonString,
6415
+ (x) =>
6416
+ CreateProjectProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)),
6417
+ `Failed to parse 'CreateProjectProjectsBranchMatcher' from JSON`,
6418
+ );
6419
+ }
6420
+
5318
6421
  /** @internal */
5319
6422
  export const CreateProjectProjectsBuilds$inboundSchema: z.ZodType<
5320
6423
  CreateProjectProjectsBuilds,
@@ -5357,6 +6460,26 @@ export namespace CreateProjectProjectsBuilds$ {
5357
6460
  export type Outbound = CreateProjectProjectsBuilds$Outbound;
5358
6461
  }
5359
6462
 
6463
+ export function createProjectProjectsBuildsToJSON(
6464
+ createProjectProjectsBuilds: CreateProjectProjectsBuilds,
6465
+ ): string {
6466
+ return JSON.stringify(
6467
+ CreateProjectProjectsBuilds$outboundSchema.parse(
6468
+ createProjectProjectsBuilds,
6469
+ ),
6470
+ );
6471
+ }
6472
+
6473
+ export function createProjectProjectsBuildsFromJSON(
6474
+ jsonString: string,
6475
+ ): SafeParseResult<CreateProjectProjectsBuilds, SDKValidationError> {
6476
+ return safeParse(
6477
+ jsonString,
6478
+ (x) => CreateProjectProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
6479
+ `Failed to parse 'CreateProjectProjectsBuilds' from JSON`,
6480
+ );
6481
+ }
6482
+
5360
6483
  /** @internal */
5361
6484
  export const CreateProjectProjectsChecksConclusion$inboundSchema:
5362
6485
  z.ZodNativeEnum<typeof CreateProjectProjectsChecksConclusion> = z.nativeEnum(
@@ -5450,6 +6573,26 @@ export namespace CreateProjectProjectsCreator$ {
5450
6573
  export type Outbound = CreateProjectProjectsCreator$Outbound;
5451
6574
  }
5452
6575
 
6576
+ export function createProjectProjectsCreatorToJSON(
6577
+ createProjectProjectsCreator: CreateProjectProjectsCreator,
6578
+ ): string {
6579
+ return JSON.stringify(
6580
+ CreateProjectProjectsCreator$outboundSchema.parse(
6581
+ createProjectProjectsCreator,
6582
+ ),
6583
+ );
6584
+ }
6585
+
6586
+ export function createProjectProjectsCreatorFromJSON(
6587
+ jsonString: string,
6588
+ ): SafeParseResult<CreateProjectProjectsCreator, SDKValidationError> {
6589
+ return safeParse(
6590
+ jsonString,
6591
+ (x) => CreateProjectProjectsCreator$inboundSchema.parse(JSON.parse(x)),
6592
+ `Failed to parse 'CreateProjectProjectsCreator' from JSON`,
6593
+ );
6594
+ }
6595
+
5453
6596
  /** @internal */
5454
6597
  export const CreateProjectProjectsOidcTokenClaims$inboundSchema: z.ZodType<
5455
6598
  CreateProjectProjectsOidcTokenClaims,
@@ -5522,6 +6665,27 @@ export namespace CreateProjectProjectsOidcTokenClaims$ {
5522
6665
  export type Outbound = CreateProjectProjectsOidcTokenClaims$Outbound;
5523
6666
  }
5524
6667
 
6668
+ export function createProjectProjectsOidcTokenClaimsToJSON(
6669
+ createProjectProjectsOidcTokenClaims: CreateProjectProjectsOidcTokenClaims,
6670
+ ): string {
6671
+ return JSON.stringify(
6672
+ CreateProjectProjectsOidcTokenClaims$outboundSchema.parse(
6673
+ createProjectProjectsOidcTokenClaims,
6674
+ ),
6675
+ );
6676
+ }
6677
+
6678
+ export function createProjectProjectsOidcTokenClaimsFromJSON(
6679
+ jsonString: string,
6680
+ ): SafeParseResult<CreateProjectProjectsOidcTokenClaims, SDKValidationError> {
6681
+ return safeParse(
6682
+ jsonString,
6683
+ (x) =>
6684
+ CreateProjectProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
6685
+ `Failed to parse 'CreateProjectProjectsOidcTokenClaims' from JSON`,
6686
+ );
6687
+ }
6688
+
5525
6689
  /** @internal */
5526
6690
  export const CreateProjectProjectsPlan$inboundSchema: z.ZodNativeEnum<
5527
6691
  typeof CreateProjectProjectsPlan
@@ -5766,6 +6930,24 @@ export namespace CreateProjectTargets$ {
5766
6930
  export type Outbound = CreateProjectTargets$Outbound;
5767
6931
  }
5768
6932
 
6933
+ export function createProjectTargetsToJSON(
6934
+ createProjectTargets: CreateProjectTargets,
6935
+ ): string {
6936
+ return JSON.stringify(
6937
+ CreateProjectTargets$outboundSchema.parse(createProjectTargets),
6938
+ );
6939
+ }
6940
+
6941
+ export function createProjectTargetsFromJSON(
6942
+ jsonString: string,
6943
+ ): SafeParseResult<CreateProjectTargets, SDKValidationError> {
6944
+ return safeParse(
6945
+ jsonString,
6946
+ (x) => CreateProjectTargets$inboundSchema.parse(JSON.parse(x)),
6947
+ `Failed to parse 'CreateProjectTargets' from JSON`,
6948
+ );
6949
+ }
6950
+
5769
6951
  /** @internal */
5770
6952
  export const CreateProjectPermissions$inboundSchema: z.ZodType<
5771
6953
  CreateProjectPermissions,
@@ -5878,6 +7060,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
5878
7060
  teamInvite: z.array(ACLAction$inboundSchema).optional(),
5879
7061
  teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
5880
7062
  teamJoin: z.array(ACLAction$inboundSchema).optional(),
7063
+ teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
5881
7064
  teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
5882
7065
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
5883
7066
  token: z.array(ACLAction$inboundSchema).optional(),
@@ -5908,6 +7091,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
5908
7091
  deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
5909
7092
  .optional(),
5910
7093
  deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
7094
+ deploymentV0: z.array(ACLAction$inboundSchema).optional(),
5911
7095
  deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
5912
7096
  deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
5913
7097
  deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
@@ -5919,6 +7103,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
5919
7103
  optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
5920
7104
  job: z.array(ACLAction$inboundSchema).optional(),
5921
7105
  project: z.array(ACLAction$inboundSchema).optional(),
7106
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
5922
7107
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
5923
7108
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
5924
7109
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
@@ -6067,6 +7252,7 @@ export type CreateProjectPermissions$Outbound = {
6067
7252
  teamInvite?: Array<string> | undefined;
6068
7253
  teamInviteCode?: Array<string> | undefined;
6069
7254
  teamJoin?: Array<string> | undefined;
7255
+ teamMicrofrontends?: Array<string> | undefined;
6070
7256
  teamOwnMembership?: Array<string> | undefined;
6071
7257
  teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
6072
7258
  token?: Array<string> | undefined;
@@ -6096,6 +7282,7 @@ export type CreateProjectPermissions$Outbound = {
6096
7282
  deploymentCheckPreview?: Array<string> | undefined;
6097
7283
  deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
6098
7284
  deploymentProductionGit?: Array<string> | undefined;
7285
+ deploymentV0?: Array<string> | undefined;
6099
7286
  deploymentPreview?: Array<string> | undefined;
6100
7287
  deploymentPrivate?: Array<string> | undefined;
6101
7288
  deploymentPromote?: Array<string> | undefined;
@@ -6107,6 +7294,7 @@ export type CreateProjectPermissions$Outbound = {
6107
7294
  optionsAllowlist?: Array<string> | undefined;
6108
7295
  job?: Array<string> | undefined;
6109
7296
  project?: Array<string> | undefined;
7297
+ projectFromV0?: Array<string> | undefined;
6110
7298
  projectAccessGroup?: Array<string> | undefined;
6111
7299
  projectAnalyticsSampling?: Array<string> | undefined;
6112
7300
  projectDeploymentHook?: Array<string> | undefined;
@@ -6256,6 +7444,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
6256
7444
  teamInvite: z.array(ACLAction$outboundSchema).optional(),
6257
7445
  teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
6258
7446
  teamJoin: z.array(ACLAction$outboundSchema).optional(),
7447
+ teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
6259
7448
  teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
6260
7449
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
6261
7450
  token: z.array(ACLAction$outboundSchema).optional(),
@@ -6286,6 +7475,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
6286
7475
  deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
6287
7476
  .optional(),
6288
7477
  deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
7478
+ deploymentV0: z.array(ACLAction$outboundSchema).optional(),
6289
7479
  deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
6290
7480
  deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
6291
7481
  deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
@@ -6297,6 +7487,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
6297
7487
  optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
6298
7488
  job: z.array(ACLAction$outboundSchema).optional(),
6299
7489
  project: z.array(ACLAction$outboundSchema).optional(),
7490
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
6300
7491
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
6301
7492
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
6302
7493
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
@@ -6352,6 +7543,24 @@ export namespace CreateProjectPermissions$ {
6352
7543
  export type Outbound = CreateProjectPermissions$Outbound;
6353
7544
  }
6354
7545
 
7546
+ export function createProjectPermissionsToJSON(
7547
+ createProjectPermissions: CreateProjectPermissions,
7548
+ ): string {
7549
+ return JSON.stringify(
7550
+ CreateProjectPermissions$outboundSchema.parse(createProjectPermissions),
7551
+ );
7552
+ }
7553
+
7554
+ export function createProjectPermissionsFromJSON(
7555
+ jsonString: string,
7556
+ ): SafeParseResult<CreateProjectPermissions, SDKValidationError> {
7557
+ return safeParse(
7558
+ jsonString,
7559
+ (x) => CreateProjectPermissions$inboundSchema.parse(JSON.parse(x)),
7560
+ `Failed to parse 'CreateProjectPermissions' from JSON`,
7561
+ );
7562
+ }
7563
+
6355
7564
  /** @internal */
6356
7565
  export const CreateProjectLastRollbackTarget$inboundSchema: z.ZodType<
6357
7566
  CreateProjectLastRollbackTarget,
@@ -6382,6 +7591,26 @@ export namespace CreateProjectLastRollbackTarget$ {
6382
7591
  export type Outbound = CreateProjectLastRollbackTarget$Outbound;
6383
7592
  }
6384
7593
 
7594
+ export function createProjectLastRollbackTargetToJSON(
7595
+ createProjectLastRollbackTarget: CreateProjectLastRollbackTarget,
7596
+ ): string {
7597
+ return JSON.stringify(
7598
+ CreateProjectLastRollbackTarget$outboundSchema.parse(
7599
+ createProjectLastRollbackTarget,
7600
+ ),
7601
+ );
7602
+ }
7603
+
7604
+ export function createProjectLastRollbackTargetFromJSON(
7605
+ jsonString: string,
7606
+ ): SafeParseResult<CreateProjectLastRollbackTarget, SDKValidationError> {
7607
+ return safeParse(
7608
+ jsonString,
7609
+ (x) => CreateProjectLastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
7610
+ `Failed to parse 'CreateProjectLastRollbackTarget' from JSON`,
7611
+ );
7612
+ }
7613
+
6385
7614
  /** @internal */
6386
7615
  export const CreateProjectJobStatus$inboundSchema: z.ZodNativeEnum<
6387
7616
  typeof CreateProjectJobStatus
@@ -6481,6 +7710,26 @@ export namespace CreateProjectLastAliasRequest$ {
6481
7710
  export type Outbound = CreateProjectLastAliasRequest$Outbound;
6482
7711
  }
6483
7712
 
7713
+ export function createProjectLastAliasRequestToJSON(
7714
+ createProjectLastAliasRequest: CreateProjectLastAliasRequest,
7715
+ ): string {
7716
+ return JSON.stringify(
7717
+ CreateProjectLastAliasRequest$outboundSchema.parse(
7718
+ createProjectLastAliasRequest,
7719
+ ),
7720
+ );
7721
+ }
7722
+
7723
+ export function createProjectLastAliasRequestFromJSON(
7724
+ jsonString: string,
7725
+ ): SafeParseResult<CreateProjectLastAliasRequest, SDKValidationError> {
7726
+ return safeParse(
7727
+ jsonString,
7728
+ (x) => CreateProjectLastAliasRequest$inboundSchema.parse(JSON.parse(x)),
7729
+ `Failed to parse 'CreateProjectLastAliasRequest' from JSON`,
7730
+ );
7731
+ }
7732
+
6484
7733
  /** @internal */
6485
7734
  export const CreateProjectScope$inboundSchema: z.ZodNativeEnum<
6486
7735
  typeof CreateProjectScope
@@ -6544,6 +7793,26 @@ export namespace CreateProjectProtectionBypass$ {
6544
7793
  export type Outbound = CreateProjectProtectionBypass$Outbound;
6545
7794
  }
6546
7795
 
7796
+ export function createProjectProtectionBypassToJSON(
7797
+ createProjectProtectionBypass: CreateProjectProtectionBypass,
7798
+ ): string {
7799
+ return JSON.stringify(
7800
+ CreateProjectProtectionBypass$outboundSchema.parse(
7801
+ createProjectProtectionBypass,
7802
+ ),
7803
+ );
7804
+ }
7805
+
7806
+ export function createProjectProtectionBypassFromJSON(
7807
+ jsonString: string,
7808
+ ): SafeParseResult<CreateProjectProtectionBypass, SDKValidationError> {
7809
+ return safeParse(
7810
+ jsonString,
7811
+ (x) => CreateProjectProtectionBypass$inboundSchema.parse(JSON.parse(x)),
7812
+ `Failed to parse 'CreateProjectProtectionBypass' from JSON`,
7813
+ );
7814
+ }
7815
+
6547
7816
  /** @internal */
6548
7817
  export const CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema:
6549
7818
  z.ZodNativeEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType> = z
@@ -6603,6 +7872,24 @@ export namespace CreateProjectTrustedIps2$ {
6603
7872
  export type Outbound = CreateProjectTrustedIps2$Outbound;
6604
7873
  }
6605
7874
 
7875
+ export function createProjectTrustedIps2ToJSON(
7876
+ createProjectTrustedIps2: CreateProjectTrustedIps2,
7877
+ ): string {
7878
+ return JSON.stringify(
7879
+ CreateProjectTrustedIps2$outboundSchema.parse(createProjectTrustedIps2),
7880
+ );
7881
+ }
7882
+
7883
+ export function createProjectTrustedIps2FromJSON(
7884
+ jsonString: string,
7885
+ ): SafeParseResult<CreateProjectTrustedIps2, SDKValidationError> {
7886
+ return safeParse(
7887
+ jsonString,
7888
+ (x) => CreateProjectTrustedIps2$inboundSchema.parse(JSON.parse(x)),
7889
+ `Failed to parse 'CreateProjectTrustedIps2' from JSON`,
7890
+ );
7891
+ }
7892
+
6606
7893
  /** @internal */
6607
7894
  export const CreateProjectTrustedIpsDeploymentType$inboundSchema:
6608
7895
  z.ZodNativeEnum<typeof CreateProjectTrustedIpsDeploymentType> = z.nativeEnum(
@@ -6666,6 +7953,24 @@ export namespace TrustedIpsAddresses$ {
6666
7953
  export type Outbound = TrustedIpsAddresses$Outbound;
6667
7954
  }
6668
7955
 
7956
+ export function trustedIpsAddressesToJSON(
7957
+ trustedIpsAddresses: TrustedIpsAddresses,
7958
+ ): string {
7959
+ return JSON.stringify(
7960
+ TrustedIpsAddresses$outboundSchema.parse(trustedIpsAddresses),
7961
+ );
7962
+ }
7963
+
7964
+ export function trustedIpsAddressesFromJSON(
7965
+ jsonString: string,
7966
+ ): SafeParseResult<TrustedIpsAddresses, SDKValidationError> {
7967
+ return safeParse(
7968
+ jsonString,
7969
+ (x) => TrustedIpsAddresses$inboundSchema.parse(JSON.parse(x)),
7970
+ `Failed to parse 'TrustedIpsAddresses' from JSON`,
7971
+ );
7972
+ }
7973
+
6669
7974
  /** @internal */
6670
7975
  export const TrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<
6671
7976
  typeof TrustedIpsProtectionMode
@@ -6729,6 +8034,24 @@ export namespace CreateProjectTrustedIps1$ {
6729
8034
  export type Outbound = CreateProjectTrustedIps1$Outbound;
6730
8035
  }
6731
8036
 
8037
+ export function createProjectTrustedIps1ToJSON(
8038
+ createProjectTrustedIps1: CreateProjectTrustedIps1,
8039
+ ): string {
8040
+ return JSON.stringify(
8041
+ CreateProjectTrustedIps1$outboundSchema.parse(createProjectTrustedIps1),
8042
+ );
8043
+ }
8044
+
8045
+ export function createProjectTrustedIps1FromJSON(
8046
+ jsonString: string,
8047
+ ): SafeParseResult<CreateProjectTrustedIps1, SDKValidationError> {
8048
+ return safeParse(
8049
+ jsonString,
8050
+ (x) => CreateProjectTrustedIps1$inboundSchema.parse(JSON.parse(x)),
8051
+ `Failed to parse 'CreateProjectTrustedIps1' from JSON`,
8052
+ );
8053
+ }
8054
+
6732
8055
  /** @internal */
6733
8056
  export const CreateProjectTrustedIps$inboundSchema: z.ZodType<
6734
8057
  CreateProjectTrustedIps,
@@ -6767,6 +8090,24 @@ export namespace CreateProjectTrustedIps$ {
6767
8090
  export type Outbound = CreateProjectTrustedIps$Outbound;
6768
8091
  }
6769
8092
 
8093
+ export function createProjectTrustedIpsToJSON(
8094
+ createProjectTrustedIps: CreateProjectTrustedIps,
8095
+ ): string {
8096
+ return JSON.stringify(
8097
+ CreateProjectTrustedIps$outboundSchema.parse(createProjectTrustedIps),
8098
+ );
8099
+ }
8100
+
8101
+ export function createProjectTrustedIpsFromJSON(
8102
+ jsonString: string,
8103
+ ): SafeParseResult<CreateProjectTrustedIps, SDKValidationError> {
8104
+ return safeParse(
8105
+ jsonString,
8106
+ (x) => CreateProjectTrustedIps$inboundSchema.parse(JSON.parse(x)),
8107
+ `Failed to parse 'CreateProjectTrustedIps' from JSON`,
8108
+ );
8109
+ }
8110
+
6770
8111
  /** @internal */
6771
8112
  export const CreateProjectGitComments$inboundSchema: z.ZodType<
6772
8113
  CreateProjectGitComments,
@@ -6806,6 +8147,24 @@ export namespace CreateProjectGitComments$ {
6806
8147
  export type Outbound = CreateProjectGitComments$Outbound;
6807
8148
  }
6808
8149
 
8150
+ export function createProjectGitCommentsToJSON(
8151
+ createProjectGitComments: CreateProjectGitComments,
8152
+ ): string {
8153
+ return JSON.stringify(
8154
+ CreateProjectGitComments$outboundSchema.parse(createProjectGitComments),
8155
+ );
8156
+ }
8157
+
8158
+ export function createProjectGitCommentsFromJSON(
8159
+ jsonString: string,
8160
+ ): SafeParseResult<CreateProjectGitComments, SDKValidationError> {
8161
+ return safeParse(
8162
+ jsonString,
8163
+ (x) => CreateProjectGitComments$inboundSchema.parse(JSON.parse(x)),
8164
+ `Failed to parse 'CreateProjectGitComments' from JSON`,
8165
+ );
8166
+ }
8167
+
6809
8168
  /** @internal */
6810
8169
  export const CreateProjectWebAnalytics$inboundSchema: z.ZodType<
6811
8170
  CreateProjectWebAnalytics,
@@ -6854,6 +8213,24 @@ export namespace CreateProjectWebAnalytics$ {
6854
8213
  export type Outbound = CreateProjectWebAnalytics$Outbound;
6855
8214
  }
6856
8215
 
8216
+ export function createProjectWebAnalyticsToJSON(
8217
+ createProjectWebAnalytics: CreateProjectWebAnalytics,
8218
+ ): string {
8219
+ return JSON.stringify(
8220
+ CreateProjectWebAnalytics$outboundSchema.parse(createProjectWebAnalytics),
8221
+ );
8222
+ }
8223
+
8224
+ export function createProjectWebAnalyticsFromJSON(
8225
+ jsonString: string,
8226
+ ): SafeParseResult<CreateProjectWebAnalytics, SDKValidationError> {
8227
+ return safeParse(
8228
+ jsonString,
8229
+ (x) => CreateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)),
8230
+ `Failed to parse 'CreateProjectWebAnalytics' from JSON`,
8231
+ );
8232
+ }
8233
+
6857
8234
  /** @internal */
6858
8235
  export const CreateProjectSrc2$inboundSchema: z.ZodType<
6859
8236
  CreateProjectSrc2,
@@ -6920,6 +8297,24 @@ export namespace CreateProjectSrc2$ {
6920
8297
  export type Outbound = CreateProjectSrc2$Outbound;
6921
8298
  }
6922
8299
 
8300
+ export function createProjectSrc2ToJSON(
8301
+ createProjectSrc2: CreateProjectSrc2,
8302
+ ): string {
8303
+ return JSON.stringify(
8304
+ CreateProjectSrc2$outboundSchema.parse(createProjectSrc2),
8305
+ );
8306
+ }
8307
+
8308
+ export function createProjectSrc2FromJSON(
8309
+ jsonString: string,
8310
+ ): SafeParseResult<CreateProjectSrc2, SDKValidationError> {
8311
+ return safeParse(
8312
+ jsonString,
8313
+ (x) => CreateProjectSrc2$inboundSchema.parse(JSON.parse(x)),
8314
+ `Failed to parse 'CreateProjectSrc2' from JSON`,
8315
+ );
8316
+ }
8317
+
6923
8318
  /** @internal */
6924
8319
  export const CreateProjectSrc$inboundSchema: z.ZodType<
6925
8320
  CreateProjectSrc,
@@ -6950,6 +8345,24 @@ export namespace CreateProjectSrc$ {
6950
8345
  export type Outbound = CreateProjectSrc$Outbound;
6951
8346
  }
6952
8347
 
8348
+ export function createProjectSrcToJSON(
8349
+ createProjectSrc: CreateProjectSrc,
8350
+ ): string {
8351
+ return JSON.stringify(
8352
+ CreateProjectSrc$outboundSchema.parse(createProjectSrc),
8353
+ );
8354
+ }
8355
+
8356
+ export function createProjectSrcFromJSON(
8357
+ jsonString: string,
8358
+ ): SafeParseResult<CreateProjectSrc, SDKValidationError> {
8359
+ return safeParse(
8360
+ jsonString,
8361
+ (x) => CreateProjectSrc$inboundSchema.parse(JSON.parse(x)),
8362
+ `Failed to parse 'CreateProjectSrc' from JSON`,
8363
+ );
8364
+ }
8365
+
6953
8366
  /** @internal */
6954
8367
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
6955
8368
  z.ZodNativeEnum<
@@ -7044,6 +8457,24 @@ export namespace CreateProjectValue2$ {
7044
8457
  export type Outbound = CreateProjectValue2$Outbound;
7045
8458
  }
7046
8459
 
8460
+ export function createProjectValue2ToJSON(
8461
+ createProjectValue2: CreateProjectValue2,
8462
+ ): string {
8463
+ return JSON.stringify(
8464
+ CreateProjectValue2$outboundSchema.parse(createProjectValue2),
8465
+ );
8466
+ }
8467
+
8468
+ export function createProjectValue2FromJSON(
8469
+ jsonString: string,
8470
+ ): SafeParseResult<CreateProjectValue2, SDKValidationError> {
8471
+ return safeParse(
8472
+ jsonString,
8473
+ (x) => CreateProjectValue2$inboundSchema.parse(JSON.parse(x)),
8474
+ `Failed to parse 'CreateProjectValue2' from JSON`,
8475
+ );
8476
+ }
8477
+
7047
8478
  /** @internal */
7048
8479
  export const CreateProjectValue$inboundSchema: z.ZodType<
7049
8480
  CreateProjectValue,
@@ -7074,6 +8505,24 @@ export namespace CreateProjectValue$ {
7074
8505
  export type Outbound = CreateProjectValue$Outbound;
7075
8506
  }
7076
8507
 
8508
+ export function createProjectValueToJSON(
8509
+ createProjectValue: CreateProjectValue,
8510
+ ): string {
8511
+ return JSON.stringify(
8512
+ CreateProjectValue$outboundSchema.parse(createProjectValue),
8513
+ );
8514
+ }
8515
+
8516
+ export function createProjectValueFromJSON(
8517
+ jsonString: string,
8518
+ ): SafeParseResult<CreateProjectValue, SDKValidationError> {
8519
+ return safeParse(
8520
+ jsonString,
8521
+ (x) => CreateProjectValue$inboundSchema.parse(JSON.parse(x)),
8522
+ `Failed to parse 'CreateProjectValue' from JSON`,
8523
+ );
8524
+ }
8525
+
7077
8526
  /** @internal */
7078
8527
  export const CreateProjectHas$inboundSchema: z.ZodType<
7079
8528
  CreateProjectHas,
@@ -7120,6 +8569,24 @@ export namespace CreateProjectHas$ {
7120
8569
  export type Outbound = CreateProjectHas$Outbound;
7121
8570
  }
7122
8571
 
8572
+ export function createProjectHasToJSON(
8573
+ createProjectHas: CreateProjectHas,
8574
+ ): string {
8575
+ return JSON.stringify(
8576
+ CreateProjectHas$outboundSchema.parse(createProjectHas),
8577
+ );
8578
+ }
8579
+
8580
+ export function createProjectHasFromJSON(
8581
+ jsonString: string,
8582
+ ): SafeParseResult<CreateProjectHas, SDKValidationError> {
8583
+ return safeParse(
8584
+ jsonString,
8585
+ (x) => CreateProjectHas$inboundSchema.parse(JSON.parse(x)),
8586
+ `Failed to parse 'CreateProjectHas' from JSON`,
8587
+ );
8588
+ }
8589
+
7123
8590
  /** @internal */
7124
8591
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
7125
8592
  z.ZodNativeEnum<
@@ -7214,6 +8681,26 @@ export namespace CreateProjectValueProjects2$ {
7214
8681
  export type Outbound = CreateProjectValueProjects2$Outbound;
7215
8682
  }
7216
8683
 
8684
+ export function createProjectValueProjects2ToJSON(
8685
+ createProjectValueProjects2: CreateProjectValueProjects2,
8686
+ ): string {
8687
+ return JSON.stringify(
8688
+ CreateProjectValueProjects2$outboundSchema.parse(
8689
+ createProjectValueProjects2,
8690
+ ),
8691
+ );
8692
+ }
8693
+
8694
+ export function createProjectValueProjects2FromJSON(
8695
+ jsonString: string,
8696
+ ): SafeParseResult<CreateProjectValueProjects2, SDKValidationError> {
8697
+ return safeParse(
8698
+ jsonString,
8699
+ (x) => CreateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)),
8700
+ `Failed to parse 'CreateProjectValueProjects2' from JSON`,
8701
+ );
8702
+ }
8703
+
7217
8704
  /** @internal */
7218
8705
  export const CreateProjectProjectsValue$inboundSchema: z.ZodType<
7219
8706
  CreateProjectProjectsValue,
@@ -7252,6 +8739,24 @@ export namespace CreateProjectProjectsValue$ {
7252
8739
  export type Outbound = CreateProjectProjectsValue$Outbound;
7253
8740
  }
7254
8741
 
8742
+ export function createProjectProjectsValueToJSON(
8743
+ createProjectProjectsValue: CreateProjectProjectsValue,
8744
+ ): string {
8745
+ return JSON.stringify(
8746
+ CreateProjectProjectsValue$outboundSchema.parse(createProjectProjectsValue),
8747
+ );
8748
+ }
8749
+
8750
+ export function createProjectProjectsValueFromJSON(
8751
+ jsonString: string,
8752
+ ): SafeParseResult<CreateProjectProjectsValue, SDKValidationError> {
8753
+ return safeParse(
8754
+ jsonString,
8755
+ (x) => CreateProjectProjectsValue$inboundSchema.parse(JSON.parse(x)),
8756
+ `Failed to parse 'CreateProjectProjectsValue' from JSON`,
8757
+ );
8758
+ }
8759
+
7255
8760
  /** @internal */
7256
8761
  export const CreateProjectMissing$inboundSchema: z.ZodType<
7257
8762
  CreateProjectMissing,
@@ -7302,6 +8807,24 @@ export namespace CreateProjectMissing$ {
7302
8807
  export type Outbound = CreateProjectMissing$Outbound;
7303
8808
  }
7304
8809
 
8810
+ export function createProjectMissingToJSON(
8811
+ createProjectMissing: CreateProjectMissing,
8812
+ ): string {
8813
+ return JSON.stringify(
8814
+ CreateProjectMissing$outboundSchema.parse(createProjectMissing),
8815
+ );
8816
+ }
8817
+
8818
+ export function createProjectMissingFromJSON(
8819
+ jsonString: string,
8820
+ ): SafeParseResult<CreateProjectMissing, SDKValidationError> {
8821
+ return safeParse(
8822
+ jsonString,
8823
+ (x) => CreateProjectMissing$inboundSchema.parse(JSON.parse(x)),
8824
+ `Failed to parse 'CreateProjectMissing' from JSON`,
8825
+ );
8826
+ }
8827
+
7305
8828
  /** @internal */
7306
8829
  export const CreateProjectHandle$inboundSchema: z.ZodNativeEnum<
7307
8830
  typeof CreateProjectHandle
@@ -7410,6 +8933,24 @@ export namespace CreateProjectErl$ {
7410
8933
  export type Outbound = CreateProjectErl$Outbound;
7411
8934
  }
7412
8935
 
8936
+ export function createProjectErlToJSON(
8937
+ createProjectErl: CreateProjectErl,
8938
+ ): string {
8939
+ return JSON.stringify(
8940
+ CreateProjectErl$outboundSchema.parse(createProjectErl),
8941
+ );
8942
+ }
8943
+
8944
+ export function createProjectErlFromJSON(
8945
+ jsonString: string,
8946
+ ): SafeParseResult<CreateProjectErl, SDKValidationError> {
8947
+ return safeParse(
8948
+ jsonString,
8949
+ (x) => CreateProjectErl$inboundSchema.parse(JSON.parse(x)),
8950
+ `Failed to parse 'CreateProjectErl' from JSON`,
8951
+ );
8952
+ }
8953
+
7413
8954
  /** @internal */
7414
8955
  export const CreateProjectMitigate$inboundSchema: z.ZodType<
7415
8956
  CreateProjectMitigate,
@@ -7463,6 +9004,24 @@ export namespace CreateProjectMitigate$ {
7463
9004
  export type Outbound = CreateProjectMitigate$Outbound;
7464
9005
  }
7465
9006
 
9007
+ export function createProjectMitigateToJSON(
9008
+ createProjectMitigate: CreateProjectMitigate,
9009
+ ): string {
9010
+ return JSON.stringify(
9011
+ CreateProjectMitigate$outboundSchema.parse(createProjectMitigate),
9012
+ );
9013
+ }
9014
+
9015
+ export function createProjectMitigateFromJSON(
9016
+ jsonString: string,
9017
+ ): SafeParseResult<CreateProjectMitigate, SDKValidationError> {
9018
+ return safeParse(
9019
+ jsonString,
9020
+ (x) => CreateProjectMitigate$inboundSchema.parse(JSON.parse(x)),
9021
+ `Failed to parse 'CreateProjectMitigate' from JSON`,
9022
+ );
9023
+ }
9024
+
7466
9025
  /** @internal */
7467
9026
  export const CreateProjectFirewallRoutes$inboundSchema: z.ZodType<
7468
9027
  CreateProjectFirewallRoutes,
@@ -7520,6 +9079,26 @@ export namespace CreateProjectFirewallRoutes$ {
7520
9079
  export type Outbound = CreateProjectFirewallRoutes$Outbound;
7521
9080
  }
7522
9081
 
9082
+ export function createProjectFirewallRoutesToJSON(
9083
+ createProjectFirewallRoutes: CreateProjectFirewallRoutes,
9084
+ ): string {
9085
+ return JSON.stringify(
9086
+ CreateProjectFirewallRoutes$outboundSchema.parse(
9087
+ createProjectFirewallRoutes,
9088
+ ),
9089
+ );
9090
+ }
9091
+
9092
+ export function createProjectFirewallRoutesFromJSON(
9093
+ jsonString: string,
9094
+ ): SafeParseResult<CreateProjectFirewallRoutes, SDKValidationError> {
9095
+ return safeParse(
9096
+ jsonString,
9097
+ (x) => CreateProjectFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
9098
+ `Failed to parse 'CreateProjectFirewallRoutes' from JSON`,
9099
+ );
9100
+ }
9101
+
7523
9102
  /** @internal */
7524
9103
  export const CreateProjectSecurity$inboundSchema: z.ZodType<
7525
9104
  CreateProjectSecurity,
@@ -7538,6 +9117,7 @@ export const CreateProjectSecurity$inboundSchema: z.ZodType<
7538
9117
  firewallSeawallEnabled: z.boolean().optional(),
7539
9118
  ja3Enabled: z.boolean().optional(),
7540
9119
  ja4Enabled: z.boolean().optional(),
9120
+ firewallBypassIps: z.array(z.string()).optional(),
7541
9121
  });
7542
9122
 
7543
9123
  /** @internal */
@@ -7552,6 +9132,7 @@ export type CreateProjectSecurity$Outbound = {
7552
9132
  firewallSeawallEnabled?: boolean | undefined;
7553
9133
  ja3Enabled?: boolean | undefined;
7554
9134
  ja4Enabled?: boolean | undefined;
9135
+ firewallBypassIps?: Array<string> | undefined;
7555
9136
  };
7556
9137
 
7557
9138
  /** @internal */
@@ -7572,6 +9153,7 @@ export const CreateProjectSecurity$outboundSchema: z.ZodType<
7572
9153
  firewallSeawallEnabled: z.boolean().optional(),
7573
9154
  ja3Enabled: z.boolean().optional(),
7574
9155
  ja4Enabled: z.boolean().optional(),
9156
+ firewallBypassIps: z.array(z.string()).optional(),
7575
9157
  });
7576
9158
 
7577
9159
  /**
@@ -7587,6 +9169,24 @@ export namespace CreateProjectSecurity$ {
7587
9169
  export type Outbound = CreateProjectSecurity$Outbound;
7588
9170
  }
7589
9171
 
9172
+ export function createProjectSecurityToJSON(
9173
+ createProjectSecurity: CreateProjectSecurity,
9174
+ ): string {
9175
+ return JSON.stringify(
9176
+ CreateProjectSecurity$outboundSchema.parse(createProjectSecurity),
9177
+ );
9178
+ }
9179
+
9180
+ export function createProjectSecurityFromJSON(
9181
+ jsonString: string,
9182
+ ): SafeParseResult<CreateProjectSecurity, SDKValidationError> {
9183
+ return safeParse(
9184
+ jsonString,
9185
+ (x) => CreateProjectSecurity$inboundSchema.parse(JSON.parse(x)),
9186
+ `Failed to parse 'CreateProjectSecurity' from JSON`,
9187
+ );
9188
+ }
9189
+
7590
9190
  /** @internal */
7591
9191
  export const CreateProjectIssuerMode$inboundSchema: z.ZodNativeEnum<
7592
9192
  typeof CreateProjectIssuerMode
@@ -7647,6 +9247,26 @@ export namespace CreateProjectOidcTokenConfig$ {
7647
9247
  export type Outbound = CreateProjectOidcTokenConfig$Outbound;
7648
9248
  }
7649
9249
 
9250
+ export function createProjectOidcTokenConfigToJSON(
9251
+ createProjectOidcTokenConfig: CreateProjectOidcTokenConfig,
9252
+ ): string {
9253
+ return JSON.stringify(
9254
+ CreateProjectOidcTokenConfig$outboundSchema.parse(
9255
+ createProjectOidcTokenConfig,
9256
+ ),
9257
+ );
9258
+ }
9259
+
9260
+ export function createProjectOidcTokenConfigFromJSON(
9261
+ jsonString: string,
9262
+ ): SafeParseResult<CreateProjectOidcTokenConfig, SDKValidationError> {
9263
+ return safeParse(
9264
+ jsonString,
9265
+ (x) => CreateProjectOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
9266
+ `Failed to parse 'CreateProjectOidcTokenConfig' from JSON`,
9267
+ );
9268
+ }
9269
+
7650
9270
  /** @internal */
7651
9271
  export const CreateProjectTier$inboundSchema: z.ZodNativeEnum<
7652
9272
  typeof CreateProjectTier
@@ -7714,6 +9334,8 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
7714
9334
  z.lazy(() => CreateProjectLink3$inboundSchema),
7715
9335
  z.lazy(() => CreateProjectLink2$inboundSchema),
7716
9336
  ]).optional(),
9337
+ microfrontends: z.lazy(() => CreateProjectMicrofrontends$inboundSchema)
9338
+ .optional(),
7717
9339
  name: z.string(),
7718
9340
  nodeVersion: CreateProjectNodeVersion$inboundSchema,
7719
9341
  optionsAllowlist: z.nullable(
@@ -7818,6 +9440,7 @@ export type CreateProjectResponseBody$Outbound = {
7818
9440
  | CreateProjectLink3$Outbound
7819
9441
  | CreateProjectLink2$Outbound
7820
9442
  | undefined;
9443
+ microfrontends?: CreateProjectMicrofrontends$Outbound | undefined;
7821
9444
  name: string;
7822
9445
  nodeVersion: string;
7823
9446
  optionsAllowlist?: CreateProjectOptionsAllowlist$Outbound | null | undefined;
@@ -7919,6 +9542,8 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
7919
9542
  z.lazy(() => CreateProjectLink3$outboundSchema),
7920
9543
  z.lazy(() => CreateProjectLink2$outboundSchema),
7921
9544
  ]).optional(),
9545
+ microfrontends: z.lazy(() => CreateProjectMicrofrontends$outboundSchema)
9546
+ .optional(),
7922
9547
  name: z.string(),
7923
9548
  nodeVersion: CreateProjectNodeVersion$outboundSchema,
7924
9549
  optionsAllowlist: z.nullable(
@@ -7995,3 +9620,21 @@ export namespace CreateProjectResponseBody$ {
7995
9620
  /** @deprecated use `CreateProjectResponseBody$Outbound` instead. */
7996
9621
  export type Outbound = CreateProjectResponseBody$Outbound;
7997
9622
  }
9623
+
9624
+ export function createProjectResponseBodyToJSON(
9625
+ createProjectResponseBody: CreateProjectResponseBody,
9626
+ ): string {
9627
+ return JSON.stringify(
9628
+ CreateProjectResponseBody$outboundSchema.parse(createProjectResponseBody),
9629
+ );
9630
+ }
9631
+
9632
+ export function createProjectResponseBodyFromJSON(
9633
+ jsonString: string,
9634
+ ): SafeParseResult<CreateProjectResponseBody, SDKValidationError> {
9635
+ return safeParse(
9636
+ jsonString,
9637
+ (x) => CreateProjectResponseBody$inboundSchema.parse(JSON.parse(x)),
9638
+ `Failed to parse 'CreateProjectResponseBody' from JSON`,
9639
+ );
9640
+ }