@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
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import * as z from "zod";
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
6
7
  export const Action = {
7
8
  Deny: "deny",
8
9
  Log: "log",
@@ -237,6 +238,12 @@ export var Owasp$;
237
238
  /** @deprecated use `Owasp$outboundSchema` instead. */
238
239
  Owasp$.outboundSchema = Owasp$outboundSchema;
239
240
  })(Owasp$ || (Owasp$ = {}));
241
+ export function owaspToJSON(owasp) {
242
+ return JSON.stringify(Owasp$outboundSchema.parse(owasp));
243
+ }
244
+ export function owaspFromJSON(jsonString) {
245
+ return safeParse(jsonString, (x) => Owasp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Owasp' from JSON`);
246
+ }
240
247
  /** @internal */
241
248
  export const ManagedRules$inboundSchema = z.object({
242
249
  owasp: z.lazy(() => Owasp$inboundSchema),
@@ -256,6 +263,12 @@ export var ManagedRules$;
256
263
  /** @deprecated use `ManagedRules$outboundSchema` instead. */
257
264
  ManagedRules$.outboundSchema = ManagedRules$outboundSchema;
258
265
  })(ManagedRules$ || (ManagedRules$ = {}));
266
+ export function managedRulesToJSON(managedRules) {
267
+ return JSON.stringify(ManagedRules$outboundSchema.parse(managedRules));
268
+ }
269
+ export function managedRulesFromJSON(jsonString) {
270
+ return safeParse(jsonString, (x) => ManagedRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ManagedRules' from JSON`);
271
+ }
259
272
  /** @internal */
260
273
  export const Action$inboundSchema = z
261
274
  .nativeEnum(Action);
@@ -294,6 +307,12 @@ export var Sd$;
294
307
  /** @deprecated use `Sd$outboundSchema` instead. */
295
308
  Sd$.outboundSchema = Sd$outboundSchema;
296
309
  })(Sd$ || (Sd$ = {}));
310
+ export function sdToJSON(sd) {
311
+ return JSON.stringify(Sd$outboundSchema.parse(sd));
312
+ }
313
+ export function sdFromJSON(jsonString) {
314
+ return safeParse(jsonString, (x) => Sd$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sd' from JSON`);
315
+ }
297
316
  /** @internal */
298
317
  export const PutFirewallConfigAction$inboundSchema = z.nativeEnum(PutFirewallConfigAction);
299
318
  /** @internal */
@@ -331,6 +350,12 @@ export var Ma$;
331
350
  /** @deprecated use `Ma$outboundSchema` instead. */
332
351
  Ma$.outboundSchema = Ma$outboundSchema;
333
352
  })(Ma$ || (Ma$ = {}));
353
+ export function maToJSON(ma) {
354
+ return JSON.stringify(Ma$outboundSchema.parse(ma));
355
+ }
356
+ export function maFromJSON(jsonString) {
357
+ return safeParse(jsonString, (x) => Ma$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ma' from JSON`);
358
+ }
334
359
  /** @internal */
335
360
  export const PutFirewallConfigSecurityAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityAction);
336
361
  /** @internal */
@@ -369,6 +394,12 @@ export var Lfi$;
369
394
  /** @deprecated use `Lfi$outboundSchema` instead. */
370
395
  Lfi$.outboundSchema = Lfi$outboundSchema;
371
396
  })(Lfi$ || (Lfi$ = {}));
397
+ export function lfiToJSON(lfi) {
398
+ return JSON.stringify(Lfi$outboundSchema.parse(lfi));
399
+ }
400
+ export function lfiFromJSON(jsonString) {
401
+ return safeParse(jsonString, (x) => Lfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Lfi' from JSON`);
402
+ }
372
403
  /** @internal */
373
404
  export const PutFirewallConfigSecurityRequestAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestAction);
374
405
  /** @internal */
@@ -407,6 +438,12 @@ export var Rfi$;
407
438
  /** @deprecated use `Rfi$outboundSchema` instead. */
408
439
  Rfi$.outboundSchema = Rfi$outboundSchema;
409
440
  })(Rfi$ || (Rfi$ = {}));
441
+ export function rfiToJSON(rfi) {
442
+ return JSON.stringify(Rfi$outboundSchema.parse(rfi));
443
+ }
444
+ export function rfiFromJSON(jsonString) {
445
+ return safeParse(jsonString, (x) => Rfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rfi' from JSON`);
446
+ }
410
447
  /** @internal */
411
448
  export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema = z
412
449
  .nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
@@ -446,6 +483,12 @@ export var Rce$;
446
483
  /** @deprecated use `Rce$outboundSchema` instead. */
447
484
  Rce$.outboundSchema = Rce$outboundSchema;
448
485
  })(Rce$ || (Rce$ = {}));
486
+ export function rceToJSON(rce) {
487
+ return JSON.stringify(Rce$outboundSchema.parse(rce));
488
+ }
489
+ export function rceFromJSON(jsonString) {
490
+ return safeParse(jsonString, (x) => Rce$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rce' from JSON`);
491
+ }
449
492
  /** @internal */
450
493
  export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
451
494
  /** @internal */
@@ -484,6 +527,12 @@ export var Php$;
484
527
  /** @deprecated use `Php$outboundSchema` instead. */
485
528
  Php$.outboundSchema = Php$outboundSchema;
486
529
  })(Php$ || (Php$ = {}));
530
+ export function phpToJSON(php) {
531
+ return JSON.stringify(Php$outboundSchema.parse(php));
532
+ }
533
+ export function phpFromJSON(jsonString) {
534
+ return safeParse(jsonString, (x) => Php$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Php' from JSON`);
535
+ }
487
536
  /** @internal */
488
537
  export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsGenAction);
489
538
  /** @internal */
@@ -522,6 +571,12 @@ export var Gen$;
522
571
  /** @deprecated use `Gen$outboundSchema` instead. */
523
572
  Gen$.outboundSchema = Gen$outboundSchema;
524
573
  })(Gen$ || (Gen$ = {}));
574
+ export function genToJSON(gen) {
575
+ return JSON.stringify(Gen$outboundSchema.parse(gen));
576
+ }
577
+ export function genFromJSON(jsonString) {
578
+ return safeParse(jsonString, (x) => Gen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Gen' from JSON`);
579
+ }
525
580
  /** @internal */
526
581
  export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsXssAction);
527
582
  /** @internal */
@@ -560,6 +615,12 @@ export var Xss$;
560
615
  /** @deprecated use `Xss$outboundSchema` instead. */
561
616
  Xss$.outboundSchema = Xss$outboundSchema;
562
617
  })(Xss$ || (Xss$ = {}));
618
+ export function xssToJSON(xss) {
619
+ return JSON.stringify(Xss$outboundSchema.parse(xss));
620
+ }
621
+ export function xssFromJSON(jsonString) {
622
+ return safeParse(jsonString, (x) => Xss$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Xss' from JSON`);
623
+ }
563
624
  /** @internal */
564
625
  export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction);
565
626
  /** @internal */
@@ -597,6 +658,12 @@ export var Sqli$;
597
658
  /** @deprecated use `Sqli$outboundSchema` instead. */
598
659
  Sqli$.outboundSchema = Sqli$outboundSchema;
599
660
  })(Sqli$ || (Sqli$ = {}));
661
+ export function sqliToJSON(sqli) {
662
+ return JSON.stringify(Sqli$outboundSchema.parse(sqli));
663
+ }
664
+ export function sqliFromJSON(jsonString) {
665
+ return safeParse(jsonString, (x) => Sqli$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sqli' from JSON`);
666
+ }
600
667
  /** @internal */
601
668
  export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSfAction);
602
669
  /** @internal */
@@ -634,6 +701,12 @@ export var Sf$;
634
701
  /** @deprecated use `Sf$outboundSchema` instead. */
635
702
  Sf$.outboundSchema = Sf$outboundSchema;
636
703
  })(Sf$ || (Sf$ = {}));
704
+ export function sfToJSON(sf) {
705
+ return JSON.stringify(Sf$outboundSchema.parse(sf));
706
+ }
707
+ export function sfFromJSON(jsonString) {
708
+ return safeParse(jsonString, (x) => Sf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sf' from JSON`);
709
+ }
637
710
  /** @internal */
638
711
  export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction);
639
712
  /** @internal */
@@ -671,6 +744,12 @@ export var Java$;
671
744
  /** @deprecated use `Java$outboundSchema` instead. */
672
745
  Java$.outboundSchema = Java$outboundSchema;
673
746
  })(Java$ || (Java$ = {}));
747
+ export function javaToJSON(java) {
748
+ return JSON.stringify(Java$outboundSchema.parse(java));
749
+ }
750
+ export function javaFromJSON(jsonString) {
751
+ return safeParse(jsonString, (x) => Java$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Java' from JSON`);
752
+ }
674
753
  /** @internal */
675
754
  export const Crs$inboundSchema = z
676
755
  .object({
@@ -712,6 +791,12 @@ export var Crs$;
712
791
  /** @deprecated use `Crs$outboundSchema` instead. */
713
792
  Crs$.outboundSchema = Crs$outboundSchema;
714
793
  })(Crs$ || (Crs$ = {}));
794
+ export function crsToJSON(crs) {
795
+ return JSON.stringify(Crs$outboundSchema.parse(crs));
796
+ }
797
+ export function crsFromJSON(jsonString) {
798
+ return safeParse(jsonString, (x) => Crs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Crs' from JSON`);
799
+ }
715
800
  /** @internal */
716
801
  export const PutFirewallConfigType$inboundSchema = z.nativeEnum(PutFirewallConfigType);
717
802
  /** @internal */
@@ -757,6 +842,12 @@ export var PutFirewallConfigValue$;
757
842
  /** @deprecated use `PutFirewallConfigValue$outboundSchema` instead. */
758
843
  PutFirewallConfigValue$.outboundSchema = PutFirewallConfigValue$outboundSchema;
759
844
  })(PutFirewallConfigValue$ || (PutFirewallConfigValue$ = {}));
845
+ export function putFirewallConfigValueToJSON(putFirewallConfigValue) {
846
+ return JSON.stringify(PutFirewallConfigValue$outboundSchema.parse(putFirewallConfigValue));
847
+ }
848
+ export function putFirewallConfigValueFromJSON(jsonString) {
849
+ return safeParse(jsonString, (x) => PutFirewallConfigValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigValue' from JSON`);
850
+ }
760
851
  /** @internal */
761
852
  export const Conditions$inboundSchema = z.object({
762
853
  type: PutFirewallConfigType$inboundSchema,
@@ -784,6 +875,12 @@ export var Conditions$;
784
875
  /** @deprecated use `Conditions$outboundSchema` instead. */
785
876
  Conditions$.outboundSchema = Conditions$outboundSchema;
786
877
  })(Conditions$ || (Conditions$ = {}));
878
+ export function conditionsToJSON(conditions) {
879
+ return JSON.stringify(Conditions$outboundSchema.parse(conditions));
880
+ }
881
+ export function conditionsFromJSON(jsonString) {
882
+ return safeParse(jsonString, (x) => Conditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Conditions' from JSON`);
883
+ }
787
884
  /** @internal */
788
885
  export const ConditionGroup$inboundSchema = z.object({
789
886
  conditions: z.array(z.lazy(() => Conditions$inboundSchema)),
@@ -803,6 +900,12 @@ export var ConditionGroup$;
803
900
  /** @deprecated use `ConditionGroup$outboundSchema` instead. */
804
901
  ConditionGroup$.outboundSchema = ConditionGroup$outboundSchema;
805
902
  })(ConditionGroup$ || (ConditionGroup$ = {}));
903
+ export function conditionGroupToJSON(conditionGroup) {
904
+ return JSON.stringify(ConditionGroup$outboundSchema.parse(conditionGroup));
905
+ }
906
+ export function conditionGroupFromJSON(jsonString) {
907
+ return safeParse(jsonString, (x) => ConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConditionGroup' from JSON`);
908
+ }
806
909
  /** @internal */
807
910
  export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyRulesActionAction);
808
911
  /** @internal */
@@ -864,6 +967,12 @@ export var RateLimitAction$;
864
967
  /** @deprecated use `RateLimitAction$outboundSchema` instead. */
865
968
  RateLimitAction$.outboundSchema = RateLimitAction$outboundSchema;
866
969
  })(RateLimitAction$ || (RateLimitAction$ = {}));
970
+ export function rateLimitActionToJSON(rateLimitAction) {
971
+ return JSON.stringify(RateLimitAction$outboundSchema.parse(rateLimitAction));
972
+ }
973
+ export function rateLimitActionFromJSON(jsonString) {
974
+ return safeParse(jsonString, (x) => RateLimitAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimitAction' from JSON`);
975
+ }
867
976
  /** @internal */
868
977
  export const RateLimit1$inboundSchema = z.object({
869
978
  algo: Algo$inboundSchema,
@@ -891,6 +1000,12 @@ export var RateLimit1$;
891
1000
  /** @deprecated use `RateLimit1$outboundSchema` instead. */
892
1001
  RateLimit1$.outboundSchema = RateLimit1$outboundSchema;
893
1002
  })(RateLimit1$ || (RateLimit1$ = {}));
1003
+ export function rateLimit1ToJSON(rateLimit1) {
1004
+ return JSON.stringify(RateLimit1$outboundSchema.parse(rateLimit1));
1005
+ }
1006
+ export function rateLimit1FromJSON(jsonString) {
1007
+ return safeParse(jsonString, (x) => RateLimit1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimit1' from JSON`);
1008
+ }
894
1009
  /** @internal */
895
1010
  export const RateLimit$inboundSchema = z.union([z.lazy(() => RateLimit1$inboundSchema), z.any()]);
896
1011
  /** @internal */
@@ -906,6 +1021,12 @@ export var RateLimit$;
906
1021
  /** @deprecated use `RateLimit$outboundSchema` instead. */
907
1022
  RateLimit$.outboundSchema = RateLimit$outboundSchema;
908
1023
  })(RateLimit$ || (RateLimit$ = {}));
1024
+ export function rateLimitToJSON(rateLimit) {
1025
+ return JSON.stringify(RateLimit$outboundSchema.parse(rateLimit));
1026
+ }
1027
+ export function rateLimitFromJSON(jsonString) {
1028
+ return safeParse(jsonString, (x) => RateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimit' from JSON`);
1029
+ }
909
1030
  /** @internal */
910
1031
  export const Redirect1$inboundSchema = z.object({
911
1032
  location: z.string(),
@@ -927,6 +1048,12 @@ export var Redirect1$;
927
1048
  /** @deprecated use `Redirect1$outboundSchema` instead. */
928
1049
  Redirect1$.outboundSchema = Redirect1$outboundSchema;
929
1050
  })(Redirect1$ || (Redirect1$ = {}));
1051
+ export function redirect1ToJSON(redirect1) {
1052
+ return JSON.stringify(Redirect1$outboundSchema.parse(redirect1));
1053
+ }
1054
+ export function redirect1FromJSON(jsonString) {
1055
+ return safeParse(jsonString, (x) => Redirect1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Redirect1' from JSON`);
1056
+ }
930
1057
  /** @internal */
931
1058
  export const Redirect$inboundSchema = z.union([z.lazy(() => Redirect1$inboundSchema), z.any()]);
932
1059
  /** @internal */
@@ -942,6 +1069,12 @@ export var Redirect$;
942
1069
  /** @deprecated use `Redirect$outboundSchema` instead. */
943
1070
  Redirect$.outboundSchema = Redirect$outboundSchema;
944
1071
  })(Redirect$ || (Redirect$ = {}));
1072
+ export function redirectToJSON(redirect) {
1073
+ return JSON.stringify(Redirect$outboundSchema.parse(redirect));
1074
+ }
1075
+ export function redirectFromJSON(jsonString) {
1076
+ return safeParse(jsonString, (x) => Redirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Redirect' from JSON`);
1077
+ }
945
1078
  /** @internal */
946
1079
  export const Mitigate$inboundSchema = z.object({
947
1080
  action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema,
@@ -967,6 +1100,12 @@ export var Mitigate$;
967
1100
  /** @deprecated use `Mitigate$outboundSchema` instead. */
968
1101
  Mitigate$.outboundSchema = Mitigate$outboundSchema;
969
1102
  })(Mitigate$ || (Mitigate$ = {}));
1103
+ export function mitigateToJSON(mitigate) {
1104
+ return JSON.stringify(Mitigate$outboundSchema.parse(mitigate));
1105
+ }
1106
+ export function mitigateFromJSON(jsonString) {
1107
+ return safeParse(jsonString, (x) => Mitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Mitigate' from JSON`);
1108
+ }
970
1109
  /** @internal */
971
1110
  export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema = z.object({
972
1111
  mitigate: z.lazy(() => Mitigate$inboundSchema).optional(),
@@ -986,6 +1125,13 @@ export var PutFirewallConfigSecurityRequestRequestBodyRulesAction$;
986
1125
  /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema` instead. */
987
1126
  PutFirewallConfigSecurityRequestRequestBodyRulesAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema;
988
1127
  })(PutFirewallConfigSecurityRequestRequestBodyRulesAction$ || (PutFirewallConfigSecurityRequestRequestBodyRulesAction$ = {}));
1128
+ export function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(putFirewallConfigSecurityRequestRequestBodyRulesAction) {
1129
+ return JSON.stringify(PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema.parse(putFirewallConfigSecurityRequestRequestBodyRulesAction));
1130
+ }
1131
+ export function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(jsonString) {
1132
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema
1133
+ .parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityRequestRequestBodyRulesAction' from JSON`);
1134
+ }
989
1135
  /** @internal */
990
1136
  export const Rules$inboundSchema = z
991
1137
  .object({
@@ -1016,6 +1162,12 @@ export var Rules$;
1016
1162
  /** @deprecated use `Rules$outboundSchema` instead. */
1017
1163
  Rules$.outboundSchema = Rules$outboundSchema;
1018
1164
  })(Rules$ || (Rules$ = {}));
1165
+ export function rulesToJSON(rules) {
1166
+ return JSON.stringify(Rules$outboundSchema.parse(rules));
1167
+ }
1168
+ export function rulesFromJSON(jsonString) {
1169
+ return safeParse(jsonString, (x) => Rules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rules' from JSON`);
1170
+ }
1019
1171
  /** @internal */
1020
1172
  export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyIpsAction);
1021
1173
  /** @internal */
@@ -1060,6 +1212,12 @@ export var Ips$;
1060
1212
  /** @deprecated use `Ips$outboundSchema` instead. */
1061
1213
  Ips$.outboundSchema = Ips$outboundSchema;
1062
1214
  })(Ips$ || (Ips$ = {}));
1215
+ export function ipsToJSON(ips) {
1216
+ return JSON.stringify(Ips$outboundSchema.parse(ips));
1217
+ }
1218
+ export function ipsFromJSON(jsonString) {
1219
+ return safeParse(jsonString, (x) => Ips$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ips' from JSON`);
1220
+ }
1063
1221
  /** @internal */
1064
1222
  export const PutFirewallConfigRequestBody$inboundSchema = z.object({
1065
1223
  firewallEnabled: z.boolean(),
@@ -1087,6 +1245,12 @@ export var PutFirewallConfigRequestBody$;
1087
1245
  /** @deprecated use `PutFirewallConfigRequestBody$outboundSchema` instead. */
1088
1246
  PutFirewallConfigRequestBody$.outboundSchema = PutFirewallConfigRequestBody$outboundSchema;
1089
1247
  })(PutFirewallConfigRequestBody$ || (PutFirewallConfigRequestBody$ = {}));
1248
+ export function putFirewallConfigRequestBodyToJSON(putFirewallConfigRequestBody) {
1249
+ return JSON.stringify(PutFirewallConfigRequestBody$outboundSchema.parse(putFirewallConfigRequestBody));
1250
+ }
1251
+ export function putFirewallConfigRequestBodyFromJSON(jsonString) {
1252
+ return safeParse(jsonString, (x) => PutFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRequestBody' from JSON`);
1253
+ }
1090
1254
  /** @internal */
1091
1255
  export const PutFirewallConfigRequest$inboundSchema = z.object({
1092
1256
  projectId: z.string(),
@@ -1122,6 +1286,12 @@ export var PutFirewallConfigRequest$;
1122
1286
  /** @deprecated use `PutFirewallConfigRequest$outboundSchema` instead. */
1123
1287
  PutFirewallConfigRequest$.outboundSchema = PutFirewallConfigRequest$outboundSchema;
1124
1288
  })(PutFirewallConfigRequest$ || (PutFirewallConfigRequest$ = {}));
1289
+ export function putFirewallConfigRequestToJSON(putFirewallConfigRequest) {
1290
+ return JSON.stringify(PutFirewallConfigRequest$outboundSchema.parse(putFirewallConfigRequest));
1291
+ }
1292
+ export function putFirewallConfigRequestFromJSON(jsonString) {
1293
+ return safeParse(jsonString, (x) => PutFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRequest' from JSON`);
1294
+ }
1125
1295
  /** @internal */
1126
1296
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction);
1127
1297
  /** @internal */
@@ -1158,6 +1328,12 @@ export var PutFirewallConfigSd$;
1158
1328
  /** @deprecated use `PutFirewallConfigSd$outboundSchema` instead. */
1159
1329
  PutFirewallConfigSd$.outboundSchema = PutFirewallConfigSd$outboundSchema;
1160
1330
  })(PutFirewallConfigSd$ || (PutFirewallConfigSd$ = {}));
1331
+ export function putFirewallConfigSdToJSON(putFirewallConfigSd) {
1332
+ return JSON.stringify(PutFirewallConfigSd$outboundSchema.parse(putFirewallConfigSd));
1333
+ }
1334
+ export function putFirewallConfigSdFromJSON(jsonString) {
1335
+ return safeParse(jsonString, (x) => PutFirewallConfigSd$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSd' from JSON`);
1336
+ }
1161
1337
  /** @internal */
1162
1338
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction);
1163
1339
  /** @internal */
@@ -1194,6 +1370,12 @@ export var PutFirewallConfigMa$;
1194
1370
  /** @deprecated use `PutFirewallConfigMa$outboundSchema` instead. */
1195
1371
  PutFirewallConfigMa$.outboundSchema = PutFirewallConfigMa$outboundSchema;
1196
1372
  })(PutFirewallConfigMa$ || (PutFirewallConfigMa$ = {}));
1373
+ export function putFirewallConfigMaToJSON(putFirewallConfigMa) {
1374
+ return JSON.stringify(PutFirewallConfigMa$outboundSchema.parse(putFirewallConfigMa));
1375
+ }
1376
+ export function putFirewallConfigMaFromJSON(jsonString) {
1377
+ return safeParse(jsonString, (x) => PutFirewallConfigMa$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigMa' from JSON`);
1378
+ }
1197
1379
  /** @internal */
1198
1380
  export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONAction);
1199
1381
  /** @internal */
@@ -1230,6 +1412,12 @@ export var PutFirewallConfigLfi$;
1230
1412
  /** @deprecated use `PutFirewallConfigLfi$outboundSchema` instead. */
1231
1413
  PutFirewallConfigLfi$.outboundSchema = PutFirewallConfigLfi$outboundSchema;
1232
1414
  })(PutFirewallConfigLfi$ || (PutFirewallConfigLfi$ = {}));
1415
+ export function putFirewallConfigLfiToJSON(putFirewallConfigLfi) {
1416
+ return JSON.stringify(PutFirewallConfigLfi$outboundSchema.parse(putFirewallConfigLfi));
1417
+ }
1418
+ export function putFirewallConfigLfiFromJSON(jsonString) {
1419
+ return safeParse(jsonString, (x) => PutFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigLfi' from JSON`);
1420
+ }
1233
1421
  /** @internal */
1234
1422
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction);
1235
1423
  /** @internal */
@@ -1266,6 +1454,12 @@ export var PutFirewallConfigRfi$;
1266
1454
  /** @deprecated use `PutFirewallConfigRfi$outboundSchema` instead. */
1267
1455
  PutFirewallConfigRfi$.outboundSchema = PutFirewallConfigRfi$outboundSchema;
1268
1456
  })(PutFirewallConfigRfi$ || (PutFirewallConfigRfi$ = {}));
1457
+ export function putFirewallConfigRfiToJSON(putFirewallConfigRfi) {
1458
+ return JSON.stringify(PutFirewallConfigRfi$outboundSchema.parse(putFirewallConfigRfi));
1459
+ }
1460
+ export function putFirewallConfigRfiFromJSON(jsonString) {
1461
+ return safeParse(jsonString, (x) => PutFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRfi' from JSON`);
1462
+ }
1269
1463
  /** @internal */
1270
1464
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction);
1271
1465
  /** @internal */
@@ -1302,6 +1496,12 @@ export var PutFirewallConfigRce$;
1302
1496
  /** @deprecated use `PutFirewallConfigRce$outboundSchema` instead. */
1303
1497
  PutFirewallConfigRce$.outboundSchema = PutFirewallConfigRce$outboundSchema;
1304
1498
  })(PutFirewallConfigRce$ || (PutFirewallConfigRce$ = {}));
1499
+ export function putFirewallConfigRceToJSON(putFirewallConfigRce) {
1500
+ return JSON.stringify(PutFirewallConfigRce$outboundSchema.parse(putFirewallConfigRce));
1501
+ }
1502
+ export function putFirewallConfigRceFromJSON(jsonString) {
1503
+ return safeParse(jsonString, (x) => PutFirewallConfigRce$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRce' from JSON`);
1504
+ }
1305
1505
  /** @internal */
1306
1506
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction);
1307
1507
  /** @internal */
@@ -1338,6 +1538,12 @@ export var PutFirewallConfigPhp$;
1338
1538
  /** @deprecated use `PutFirewallConfigPhp$outboundSchema` instead. */
1339
1539
  PutFirewallConfigPhp$.outboundSchema = PutFirewallConfigPhp$outboundSchema;
1340
1540
  })(PutFirewallConfigPhp$ || (PutFirewallConfigPhp$ = {}));
1541
+ export function putFirewallConfigPhpToJSON(putFirewallConfigPhp) {
1542
+ return JSON.stringify(PutFirewallConfigPhp$outboundSchema.parse(putFirewallConfigPhp));
1543
+ }
1544
+ export function putFirewallConfigPhpFromJSON(jsonString) {
1545
+ return safeParse(jsonString, (x) => PutFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigPhp' from JSON`);
1546
+ }
1341
1547
  /** @internal */
1342
1548
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction);
1343
1549
  /** @internal */
@@ -1374,6 +1580,12 @@ export var PutFirewallConfigGen$;
1374
1580
  /** @deprecated use `PutFirewallConfigGen$outboundSchema` instead. */
1375
1581
  PutFirewallConfigGen$.outboundSchema = PutFirewallConfigGen$outboundSchema;
1376
1582
  })(PutFirewallConfigGen$ || (PutFirewallConfigGen$ = {}));
1583
+ export function putFirewallConfigGenToJSON(putFirewallConfigGen) {
1584
+ return JSON.stringify(PutFirewallConfigGen$outboundSchema.parse(putFirewallConfigGen));
1585
+ }
1586
+ export function putFirewallConfigGenFromJSON(jsonString) {
1587
+ return safeParse(jsonString, (x) => PutFirewallConfigGen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigGen' from JSON`);
1588
+ }
1377
1589
  /** @internal */
1378
1590
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction);
1379
1591
  /** @internal */
@@ -1410,6 +1622,12 @@ export var PutFirewallConfigXss$;
1410
1622
  /** @deprecated use `PutFirewallConfigXss$outboundSchema` instead. */
1411
1623
  PutFirewallConfigXss$.outboundSchema = PutFirewallConfigXss$outboundSchema;
1412
1624
  })(PutFirewallConfigXss$ || (PutFirewallConfigXss$ = {}));
1625
+ export function putFirewallConfigXssToJSON(putFirewallConfigXss) {
1626
+ return JSON.stringify(PutFirewallConfigXss$outboundSchema.parse(putFirewallConfigXss));
1627
+ }
1628
+ export function putFirewallConfigXssFromJSON(jsonString) {
1629
+ return safeParse(jsonString, (x) => PutFirewallConfigXss$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigXss' from JSON`);
1630
+ }
1413
1631
  /** @internal */
1414
1632
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction);
1415
1633
  /** @internal */
@@ -1446,6 +1664,12 @@ export var PutFirewallConfigSqli$;
1446
1664
  /** @deprecated use `PutFirewallConfigSqli$outboundSchema` instead. */
1447
1665
  PutFirewallConfigSqli$.outboundSchema = PutFirewallConfigSqli$outboundSchema;
1448
1666
  })(PutFirewallConfigSqli$ || (PutFirewallConfigSqli$ = {}));
1667
+ export function putFirewallConfigSqliToJSON(putFirewallConfigSqli) {
1668
+ return JSON.stringify(PutFirewallConfigSqli$outboundSchema.parse(putFirewallConfigSqli));
1669
+ }
1670
+ export function putFirewallConfigSqliFromJSON(jsonString) {
1671
+ return safeParse(jsonString, (x) => PutFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSqli' from JSON`);
1672
+ }
1449
1673
  /** @internal */
1450
1674
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction);
1451
1675
  /** @internal */
@@ -1482,6 +1706,12 @@ export var PutFirewallConfigSf$;
1482
1706
  /** @deprecated use `PutFirewallConfigSf$outboundSchema` instead. */
1483
1707
  PutFirewallConfigSf$.outboundSchema = PutFirewallConfigSf$outboundSchema;
1484
1708
  })(PutFirewallConfigSf$ || (PutFirewallConfigSf$ = {}));
1709
+ export function putFirewallConfigSfToJSON(putFirewallConfigSf) {
1710
+ return JSON.stringify(PutFirewallConfigSf$outboundSchema.parse(putFirewallConfigSf));
1711
+ }
1712
+ export function putFirewallConfigSfFromJSON(jsonString) {
1713
+ return safeParse(jsonString, (x) => PutFirewallConfigSf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSf' from JSON`);
1714
+ }
1485
1715
  /** @internal */
1486
1716
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction);
1487
1717
  /** @internal */
@@ -1518,6 +1748,12 @@ export var PutFirewallConfigJava$;
1518
1748
  /** @deprecated use `PutFirewallConfigJava$outboundSchema` instead. */
1519
1749
  PutFirewallConfigJava$.outboundSchema = PutFirewallConfigJava$outboundSchema;
1520
1750
  })(PutFirewallConfigJava$ || (PutFirewallConfigJava$ = {}));
1751
+ export function putFirewallConfigJavaToJSON(putFirewallConfigJava) {
1752
+ return JSON.stringify(PutFirewallConfigJava$outboundSchema.parse(putFirewallConfigJava));
1753
+ }
1754
+ export function putFirewallConfigJavaFromJSON(jsonString) {
1755
+ return safeParse(jsonString, (x) => PutFirewallConfigJava$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigJava' from JSON`);
1756
+ }
1521
1757
  /** @internal */
1522
1758
  export const PutFirewallConfigCrs$inboundSchema = z.object({
1523
1759
  sd: z.lazy(() => PutFirewallConfigSd$inboundSchema),
@@ -1557,6 +1793,12 @@ export var PutFirewallConfigCrs$;
1557
1793
  /** @deprecated use `PutFirewallConfigCrs$outboundSchema` instead. */
1558
1794
  PutFirewallConfigCrs$.outboundSchema = PutFirewallConfigCrs$outboundSchema;
1559
1795
  })(PutFirewallConfigCrs$ || (PutFirewallConfigCrs$ = {}));
1796
+ export function putFirewallConfigCrsToJSON(putFirewallConfigCrs) {
1797
+ return JSON.stringify(PutFirewallConfigCrs$outboundSchema.parse(putFirewallConfigCrs));
1798
+ }
1799
+ export function putFirewallConfigCrsFromJSON(jsonString) {
1800
+ return safeParse(jsonString, (x) => PutFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigCrs' from JSON`);
1801
+ }
1560
1802
  /** @internal */
1561
1803
  export const PutFirewallConfigSecurityType$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityType);
1562
1804
  /** @internal */
@@ -1602,6 +1844,12 @@ export var PutFirewallConfigSecurityValue$;
1602
1844
  /** @deprecated use `PutFirewallConfigSecurityValue$outboundSchema` instead. */
1603
1845
  PutFirewallConfigSecurityValue$.outboundSchema = PutFirewallConfigSecurityValue$outboundSchema;
1604
1846
  })(PutFirewallConfigSecurityValue$ || (PutFirewallConfigSecurityValue$ = {}));
1847
+ export function putFirewallConfigSecurityValueToJSON(putFirewallConfigSecurityValue) {
1848
+ return JSON.stringify(PutFirewallConfigSecurityValue$outboundSchema.parse(putFirewallConfigSecurityValue));
1849
+ }
1850
+ export function putFirewallConfigSecurityValueFromJSON(jsonString) {
1851
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityValue' from JSON`);
1852
+ }
1605
1853
  /** @internal */
1606
1854
  export const PutFirewallConfigConditions$inboundSchema = z.object({
1607
1855
  type: PutFirewallConfigSecurityType$inboundSchema,
@@ -1629,6 +1877,12 @@ export var PutFirewallConfigConditions$;
1629
1877
  /** @deprecated use `PutFirewallConfigConditions$outboundSchema` instead. */
1630
1878
  PutFirewallConfigConditions$.outboundSchema = PutFirewallConfigConditions$outboundSchema;
1631
1879
  })(PutFirewallConfigConditions$ || (PutFirewallConfigConditions$ = {}));
1880
+ export function putFirewallConfigConditionsToJSON(putFirewallConfigConditions) {
1881
+ return JSON.stringify(PutFirewallConfigConditions$outboundSchema.parse(putFirewallConfigConditions));
1882
+ }
1883
+ export function putFirewallConfigConditionsFromJSON(jsonString) {
1884
+ return safeParse(jsonString, (x) => PutFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigConditions' from JSON`);
1885
+ }
1632
1886
  /** @internal */
1633
1887
  export const PutFirewallConfigConditionGroup$inboundSchema = z.object({
1634
1888
  conditions: z.array(z.lazy(() => PutFirewallConfigConditions$inboundSchema)),
@@ -1648,6 +1902,12 @@ export var PutFirewallConfigConditionGroup$;
1648
1902
  /** @deprecated use `PutFirewallConfigConditionGroup$outboundSchema` instead. */
1649
1903
  PutFirewallConfigConditionGroup$.outboundSchema = PutFirewallConfigConditionGroup$outboundSchema;
1650
1904
  })(PutFirewallConfigConditionGroup$ || (PutFirewallConfigConditionGroup$ = {}));
1905
+ export function putFirewallConfigConditionGroupToJSON(putFirewallConfigConditionGroup) {
1906
+ return JSON.stringify(PutFirewallConfigConditionGroup$outboundSchema.parse(putFirewallConfigConditionGroup));
1907
+ }
1908
+ export function putFirewallConfigConditionGroupFromJSON(jsonString) {
1909
+ return safeParse(jsonString, (x) => PutFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigConditionGroup' from JSON`);
1910
+ }
1651
1911
  /** @internal */
1652
1912
  export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction);
1653
1913
  /** @internal */
@@ -1720,6 +1980,12 @@ export var PutFirewallConfigRateLimit$;
1720
1980
  /** @deprecated use `PutFirewallConfigRateLimit$outboundSchema` instead. */
1721
1981
  PutFirewallConfigRateLimit$.outboundSchema = PutFirewallConfigRateLimit$outboundSchema;
1722
1982
  })(PutFirewallConfigRateLimit$ || (PutFirewallConfigRateLimit$ = {}));
1983
+ export function putFirewallConfigRateLimitToJSON(putFirewallConfigRateLimit) {
1984
+ return JSON.stringify(PutFirewallConfigRateLimit$outboundSchema.parse(putFirewallConfigRateLimit));
1985
+ }
1986
+ export function putFirewallConfigRateLimitFromJSON(jsonString) {
1987
+ return safeParse(jsonString, (x) => PutFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRateLimit' from JSON`);
1988
+ }
1723
1989
  /** @internal */
1724
1990
  export const PutFirewallConfigRedirect$inboundSchema = z.object({
1725
1991
  location: z.string(),
@@ -1741,6 +2007,12 @@ export var PutFirewallConfigRedirect$;
1741
2007
  /** @deprecated use `PutFirewallConfigRedirect$outboundSchema` instead. */
1742
2008
  PutFirewallConfigRedirect$.outboundSchema = PutFirewallConfigRedirect$outboundSchema;
1743
2009
  })(PutFirewallConfigRedirect$ || (PutFirewallConfigRedirect$ = {}));
2010
+ export function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect) {
2011
+ return JSON.stringify(PutFirewallConfigRedirect$outboundSchema.parse(putFirewallConfigRedirect));
2012
+ }
2013
+ export function putFirewallConfigRedirectFromJSON(jsonString) {
2014
+ return safeParse(jsonString, (x) => PutFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRedirect' from JSON`);
2015
+ }
1744
2016
  /** @internal */
1745
2017
  export const PutFirewallConfigMitigate$inboundSchema = z.object({
1746
2018
  action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema,
@@ -1770,6 +2042,12 @@ export var PutFirewallConfigMitigate$;
1770
2042
  /** @deprecated use `PutFirewallConfigMitigate$outboundSchema` instead. */
1771
2043
  PutFirewallConfigMitigate$.outboundSchema = PutFirewallConfigMitigate$outboundSchema;
1772
2044
  })(PutFirewallConfigMitigate$ || (PutFirewallConfigMitigate$ = {}));
2045
+ export function putFirewallConfigMitigateToJSON(putFirewallConfigMitigate) {
2046
+ return JSON.stringify(PutFirewallConfigMitigate$outboundSchema.parse(putFirewallConfigMitigate));
2047
+ }
2048
+ export function putFirewallConfigMitigateFromJSON(jsonString) {
2049
+ return safeParse(jsonString, (x) => PutFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigMitigate' from JSON`);
2050
+ }
1773
2051
  /** @internal */
1774
2052
  export const PutFirewallConfigSecurityResponseAction$inboundSchema = z.object({
1775
2053
  mitigate: z.lazy(() => PutFirewallConfigMitigate$inboundSchema).optional(),
@@ -1789,6 +2067,12 @@ export var PutFirewallConfigSecurityResponseAction$;
1789
2067
  /** @deprecated use `PutFirewallConfigSecurityResponseAction$outboundSchema` instead. */
1790
2068
  PutFirewallConfigSecurityResponseAction$.outboundSchema = PutFirewallConfigSecurityResponseAction$outboundSchema;
1791
2069
  })(PutFirewallConfigSecurityResponseAction$ || (PutFirewallConfigSecurityResponseAction$ = {}));
2070
+ export function putFirewallConfigSecurityResponseActionToJSON(putFirewallConfigSecurityResponseAction) {
2071
+ return JSON.stringify(PutFirewallConfigSecurityResponseAction$outboundSchema.parse(putFirewallConfigSecurityResponseAction));
2072
+ }
2073
+ export function putFirewallConfigSecurityResponseActionFromJSON(jsonString) {
2074
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityResponseAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityResponseAction' from JSON`);
2075
+ }
1792
2076
  /** @internal */
1793
2077
  export const PutFirewallConfigRules$inboundSchema = z.object({
1794
2078
  id: z.string(),
@@ -1818,6 +2102,12 @@ export var PutFirewallConfigRules$;
1818
2102
  /** @deprecated use `PutFirewallConfigRules$outboundSchema` instead. */
1819
2103
  PutFirewallConfigRules$.outboundSchema = PutFirewallConfigRules$outboundSchema;
1820
2104
  })(PutFirewallConfigRules$ || (PutFirewallConfigRules$ = {}));
2105
+ export function putFirewallConfigRulesToJSON(putFirewallConfigRules) {
2106
+ return JSON.stringify(PutFirewallConfigRules$outboundSchema.parse(putFirewallConfigRules));
2107
+ }
2108
+ export function putFirewallConfigRulesFromJSON(jsonString) {
2109
+ return safeParse(jsonString, (x) => PutFirewallConfigRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRules' from JSON`);
2110
+ }
1821
2111
  /** @internal */
1822
2112
  export const PutFirewallConfigSecurityResponse200Action$inboundSchema = z
1823
2113
  .nativeEnum(PutFirewallConfigSecurityResponse200Action);
@@ -1861,6 +2151,12 @@ export var PutFirewallConfigIps$;
1861
2151
  /** @deprecated use `PutFirewallConfigIps$outboundSchema` instead. */
1862
2152
  PutFirewallConfigIps$.outboundSchema = PutFirewallConfigIps$outboundSchema;
1863
2153
  })(PutFirewallConfigIps$ || (PutFirewallConfigIps$ = {}));
2154
+ export function putFirewallConfigIpsToJSON(putFirewallConfigIps) {
2155
+ return JSON.stringify(PutFirewallConfigIps$outboundSchema.parse(putFirewallConfigIps));
2156
+ }
2157
+ export function putFirewallConfigIpsFromJSON(jsonString) {
2158
+ return safeParse(jsonString, (x) => PutFirewallConfigIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigIps' from JSON`);
2159
+ }
1864
2160
  /** @internal */
1865
2161
  export const PutFirewallConfigChanges$inboundSchema = z.object({});
1866
2162
  /** @internal */
@@ -1876,6 +2172,12 @@ export var PutFirewallConfigChanges$;
1876
2172
  /** @deprecated use `PutFirewallConfigChanges$outboundSchema` instead. */
1877
2173
  PutFirewallConfigChanges$.outboundSchema = PutFirewallConfigChanges$outboundSchema;
1878
2174
  })(PutFirewallConfigChanges$ || (PutFirewallConfigChanges$ = {}));
2175
+ export function putFirewallConfigChangesToJSON(putFirewallConfigChanges) {
2176
+ return JSON.stringify(PutFirewallConfigChanges$outboundSchema.parse(putFirewallConfigChanges));
2177
+ }
2178
+ export function putFirewallConfigChangesFromJSON(jsonString) {
2179
+ return safeParse(jsonString, (x) => PutFirewallConfigChanges$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigChanges' from JSON`);
2180
+ }
1879
2181
  /** @internal */
1880
2182
  export const PutFirewallConfigOwasp$inboundSchema = z.object({
1881
2183
  active: z.boolean(),
@@ -1901,6 +2203,12 @@ export var PutFirewallConfigOwasp$;
1901
2203
  /** @deprecated use `PutFirewallConfigOwasp$outboundSchema` instead. */
1902
2204
  PutFirewallConfigOwasp$.outboundSchema = PutFirewallConfigOwasp$outboundSchema;
1903
2205
  })(PutFirewallConfigOwasp$ || (PutFirewallConfigOwasp$ = {}));
2206
+ export function putFirewallConfigOwaspToJSON(putFirewallConfigOwasp) {
2207
+ return JSON.stringify(PutFirewallConfigOwasp$outboundSchema.parse(putFirewallConfigOwasp));
2208
+ }
2209
+ export function putFirewallConfigOwaspFromJSON(jsonString) {
2210
+ return safeParse(jsonString, (x) => PutFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigOwasp' from JSON`);
2211
+ }
1904
2212
  /** @internal */
1905
2213
  export const PutFirewallConfigVerifiedBotsBypass$inboundSchema = z.object({
1906
2214
  active: z.boolean(),
@@ -1926,6 +2234,12 @@ export var PutFirewallConfigVerifiedBotsBypass$;
1926
2234
  /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$outboundSchema` instead. */
1927
2235
  PutFirewallConfigVerifiedBotsBypass$.outboundSchema = PutFirewallConfigVerifiedBotsBypass$outboundSchema;
1928
2236
  })(PutFirewallConfigVerifiedBotsBypass$ || (PutFirewallConfigVerifiedBotsBypass$ = {}));
2237
+ export function putFirewallConfigVerifiedBotsBypassToJSON(putFirewallConfigVerifiedBotsBypass) {
2238
+ return JSON.stringify(PutFirewallConfigVerifiedBotsBypass$outboundSchema.parse(putFirewallConfigVerifiedBotsBypass));
2239
+ }
2240
+ export function putFirewallConfigVerifiedBotsBypassFromJSON(jsonString) {
2241
+ return safeParse(jsonString, (x) => PutFirewallConfigVerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigVerifiedBotsBypass' from JSON`);
2242
+ }
1929
2243
  /** @internal */
1930
2244
  export const PutFirewallConfigManagedRules$inboundSchema = z.object({
1931
2245
  owasp: z.lazy(() => PutFirewallConfigOwasp$inboundSchema).optional(),
@@ -1947,6 +2261,12 @@ export var PutFirewallConfigManagedRules$;
1947
2261
  /** @deprecated use `PutFirewallConfigManagedRules$outboundSchema` instead. */
1948
2262
  PutFirewallConfigManagedRules$.outboundSchema = PutFirewallConfigManagedRules$outboundSchema;
1949
2263
  })(PutFirewallConfigManagedRules$ || (PutFirewallConfigManagedRules$ = {}));
2264
+ export function putFirewallConfigManagedRulesToJSON(putFirewallConfigManagedRules) {
2265
+ return JSON.stringify(PutFirewallConfigManagedRules$outboundSchema.parse(putFirewallConfigManagedRules));
2266
+ }
2267
+ export function putFirewallConfigManagedRulesFromJSON(jsonString) {
2268
+ return safeParse(jsonString, (x) => PutFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigManagedRules' from JSON`);
2269
+ }
1950
2270
  /** @internal */
1951
2271
  export const Active$inboundSchema = z
1952
2272
  .object({
@@ -1989,6 +2309,12 @@ export var Active$;
1989
2309
  /** @deprecated use `Active$outboundSchema` instead. */
1990
2310
  Active$.outboundSchema = Active$outboundSchema;
1991
2311
  })(Active$ || (Active$ = {}));
2312
+ export function activeToJSON(active) {
2313
+ return JSON.stringify(Active$outboundSchema.parse(active));
2314
+ }
2315
+ export function activeFromJSON(jsonString) {
2316
+ return safeParse(jsonString, (x) => Active$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Active' from JSON`);
2317
+ }
1992
2318
  /** @internal */
1993
2319
  export const PutFirewallConfigResponseBody$inboundSchema = z.object({
1994
2320
  active: z.lazy(() => Active$inboundSchema),
@@ -2008,4 +2334,10 @@ export var PutFirewallConfigResponseBody$;
2008
2334
  /** @deprecated use `PutFirewallConfigResponseBody$outboundSchema` instead. */
2009
2335
  PutFirewallConfigResponseBody$.outboundSchema = PutFirewallConfigResponseBody$outboundSchema;
2010
2336
  })(PutFirewallConfigResponseBody$ || (PutFirewallConfigResponseBody$ = {}));
2337
+ export function putFirewallConfigResponseBodyToJSON(putFirewallConfigResponseBody) {
2338
+ return JSON.stringify(PutFirewallConfigResponseBody$outboundSchema.parse(putFirewallConfigResponseBody));
2339
+ }
2340
+ export function putFirewallConfigResponseBodyFromJSON(jsonString) {
2341
+ return safeParse(jsonString, (x) => PutFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigResponseBody' from JSON`);
2342
+ }
2011
2343
  //# sourceMappingURL=putfirewallconfig.js.map