@vercel/sdk 14.0.0-canary.6 → 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 (775) hide show
  1. package/.devcontainer/README.md +1 -1
  2. package/LICENSE +201 -0
  3. package/README.md +8 -4
  4. package/docs/sdks/accessgroups/README.md +326 -0
  5. package/docs/sdks/projects/README.md +0 -150
  6. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
  7. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  8. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
  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/{projectsPauseProject.js → accessGroupsDeleteAccessGroupProject.js} +12 -11
  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/{projectsUnpauseProject.js → accessGroupsReadAccessGroupProject.js} +13 -13
  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/accessGroupsUpdateAccessGroupProject.js +81 -0
  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 +190 -46
  153. package/esm/models/operations/createproject.d.ts.map +1 -1
  154. package/esm/models/operations/createproject.js +518 -26
  155. package/esm/models/operations/createproject.js.map +1 -1
  156. package/esm/models/operations/createprojectenv.d.ts +112 -6
  157. package/esm/models/operations/createprojectenv.d.ts.map +1 -1
  158. package/esm/models/operations/createprojectenv.js +315 -2
  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 +8 -0
  169. package/esm/models/operations/createwebhook.d.ts.map +1 -1
  170. package/esm/models/operations/createwebhook.js +19 -0
  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 +51 -3
  241. package/esm/models/operations/editprojectenv.d.ts.map +1 -1
  242. package/esm/models/operations/editprojectenv.js +140 -1
  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 +173 -37
  377. package/esm/models/operations/getprojects.d.ts.map +1 -1
  378. package/esm/models/operations/getprojects.js +491 -23
  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 +6 -0
  401. package/esm/models/operations/getwebhook.d.ts.map +1 -1
  402. package/esm/models/operations/getwebhook.js +13 -0
  403. package/esm/models/operations/getwebhook.js.map +1 -1
  404. package/esm/models/operations/getwebhooks.d.ts +12 -0
  405. package/esm/models/operations/getwebhooks.d.ts.map +1 -1
  406. package/esm/models/operations/getwebhooks.js +31 -0
  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 +129 -9
  497. package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
  498. package/esm/models/operations/removeprojectenv.js +364 -3
  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 +196 -46
  561. package/esm/models/operations/updateproject.d.ts.map +1 -1
  562. package/esm/models/operations/updateproject.js +536 -26
  563. package/esm/models/operations/updateproject.js.map +1 -1
  564. package/esm/models/operations/updateprojectdatacache.d.ts +173 -37
  565. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
  566. package/esm/models/operations/updateprojectdatacache.js +491 -24
  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/package.json +2 -2
  609. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
  610. package/src/funcs/{projectsPauseProject.ts → accessGroupsDeleteAccessGroupProject.ts} +20 -13
  611. package/src/funcs/{projectsUnpauseProject.ts → accessGroupsReadAccessGroupProject.ts} +26 -18
  612. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
  613. package/src/lib/config.ts +3 -3
  614. package/src/lib/matchers.ts +1 -1
  615. package/src/models/components/authtoken.ts +59 -0
  616. package/src/models/components/authuser.ts +311 -0
  617. package/src/models/components/authuserlimited.ts +19 -0
  618. package/src/models/components/edgeconfigitem.ts +17 -0
  619. package/src/models/components/edgeconfigitemvalue.ts +21 -0
  620. package/src/models/components/edgeconfigtoken.ts +19 -0
  621. package/src/models/components/filetree.ts +17 -0
  622. package/src/models/components/flagjsonvalue.ts +17 -0
  623. package/src/models/components/pagination.ts +17 -0
  624. package/src/models/components/security.ts +17 -0
  625. package/src/models/components/teamlimited.ts +115 -0
  626. package/src/models/components/userevent.ts +17 -0
  627. package/src/models/operations/addprojectdomain.ts +81 -0
  628. package/src/models/operations/addprojectmember.ts +121 -0
  629. package/src/models/operations/artifactexists.ts +21 -0
  630. package/src/models/operations/artifactquery.ts +95 -0
  631. package/src/models/operations/assignalias.ts +57 -0
  632. package/src/models/operations/buydomain.ts +129 -0
  633. package/src/models/operations/canceldeployment.ts +1304 -0
  634. package/src/models/operations/checkdomainprice.ts +41 -0
  635. package/src/models/operations/checkdomainstatus.ts +41 -0
  636. package/src/models/operations/createaccessgroup.ts +79 -0
  637. package/src/models/operations/createaccessgroupproject.ts +322 -0
  638. package/src/models/operations/createauthtoken.ts +59 -0
  639. package/src/models/operations/createcheck.ts +169 -0
  640. package/src/models/operations/createconfigurablelogdrain.ts +66 -0
  641. package/src/models/operations/createdeployment.ts +1343 -0
  642. package/src/models/operations/createedgeconfig.ts +185 -0
  643. package/src/models/operations/createedgeconfigtoken.ts +63 -0
  644. package/src/models/operations/createlogdrain.ts +57 -0
  645. package/src/models/operations/createortransferdomain.ts +167 -0
  646. package/src/models/operations/createproject.ts +1572 -59
  647. package/src/models/operations/createprojectenv.ts +1010 -2
  648. package/src/models/operations/createrecord.ts +265 -0
  649. package/src/models/operations/createteam.ts +81 -0
  650. package/src/models/operations/createwebhook.ts +57 -0
  651. package/src/models/operations/deleteaccessgroup.ts +21 -0
  652. package/src/models/operations/deleteaccessgroupproject.ts +86 -0
  653. package/src/models/operations/deletealias.ts +39 -0
  654. package/src/models/operations/deleteauthtoken.ts +41 -0
  655. package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
  656. package/src/models/operations/deleteconfiguration.ts +21 -0
  657. package/src/models/operations/deletedeployment.ts +41 -0
  658. package/src/models/operations/deletedomain.ts +39 -0
  659. package/src/models/operations/deleteedgeconfig.ts +21 -0
  660. package/src/models/operations/deleteedgeconfigschema.ts +23 -0
  661. package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
  662. package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
  663. package/src/models/operations/deleteproject.ts +21 -0
  664. package/src/models/operations/deleteteam.ts +71 -0
  665. package/src/models/operations/deleteteaminvitecode.ts +43 -0
  666. package/src/models/operations/deletewebhook.ts +21 -0
  667. package/src/models/operations/downloadartifact.ts +21 -0
  668. package/src/models/operations/editprojectenv.ts +448 -1
  669. package/src/models/operations/filterprojectenvs.ts +1378 -0
  670. package/src/models/operations/getalias.ts +157 -0
  671. package/src/models/operations/getallchecks.ts +174 -0
  672. package/src/models/operations/getalllogdrains.ts +41 -0
  673. package/src/models/operations/getauthtoken.ts +39 -0
  674. package/src/models/operations/getauthuser.ts +35 -0
  675. package/src/models/operations/getcertbyid.ts +39 -0
  676. package/src/models/operations/getcheck.ts +143 -0
  677. package/src/models/operations/getconfigurablelogdrain.ts +44 -0
  678. package/src/models/operations/getconfiguration.ts +176 -0
  679. package/src/models/operations/getconfigurations.ts +229 -0
  680. package/src/models/operations/getdeployment.ts +1881 -2
  681. package/src/models/operations/getdeploymentevents.ts +35 -0
  682. package/src/models/operations/getdeploymentfilecontents.ts +23 -0
  683. package/src/models/operations/getdeployments.ts +206 -0
  684. package/src/models/operations/getdomain.ts +73 -0
  685. package/src/models/operations/getdomainconfig.ts +41 -0
  686. package/src/models/operations/getdomains.ts +71 -0
  687. package/src/models/operations/getdomaintransfer.ts +41 -0
  688. package/src/models/operations/getedgeconfig.ts +93 -0
  689. package/src/models/operations/getedgeconfigbackup.ts +223 -0
  690. package/src/models/operations/getedgeconfigbackups.ts +97 -0
  691. package/src/models/operations/getedgeconfigitem.ts +21 -0
  692. package/src/models/operations/getedgeconfigitems.ts +21 -0
  693. package/src/models/operations/getedgeconfigs.ts +81 -0
  694. package/src/models/operations/getedgeconfigschema.ts +41 -0
  695. package/src/models/operations/getedgeconfigtoken.ts +21 -0
  696. package/src/models/operations/getedgeconfigtokens.ts +21 -0
  697. package/src/models/operations/getfirewallconfig.ts +493 -0
  698. package/src/models/operations/getintegrationlogdrains.ts +44 -0
  699. package/src/models/operations/getprojectdomain.ts +55 -0
  700. package/src/models/operations/getprojectenv.ts +1302 -0
  701. package/src/models/operations/getprojectmembers.ts +126 -0
  702. package/src/models/operations/getprojects.ts +1482 -55
  703. package/src/models/operations/getrecords.ts +103 -0
  704. package/src/models/operations/getteam.ts +17 -0
  705. package/src/models/operations/getteamaccessrequest.ts +139 -0
  706. package/src/models/operations/getteammembers.ts +201 -0
  707. package/src/models/operations/getteams.ts +51 -0
  708. package/src/models/operations/getwebhook.ts +39 -0
  709. package/src/models/operations/getwebhooks.ts +93 -0
  710. package/src/models/operations/gitnamespaces.ts +55 -0
  711. package/src/models/operations/inviteusertoteam.ts +119 -0
  712. package/src/models/operations/issuecert.ts +57 -0
  713. package/src/models/operations/jointeam.ts +55 -0
  714. package/src/models/operations/listaccessgroupmembers.ts +72 -0
  715. package/src/models/operations/listaccessgroupprojects.ts +104 -0
  716. package/src/models/operations/listaccessgroups.ts +113 -0
  717. package/src/models/operations/listaliases.ts +203 -0
  718. package/src/models/operations/listauthtokens.ts +21 -0
  719. package/src/models/operations/listdeploymentaliases.ts +172 -0
  720. package/src/models/operations/listdeploymentfiles.ts +21 -0
  721. package/src/models/operations/listpromotealiases.ts +99 -0
  722. package/src/models/operations/listuserevents.ts +39 -0
  723. package/src/models/operations/patchdomain.ts +147 -0
  724. package/src/models/operations/patchedgeconfigschema.ts +63 -0
  725. package/src/models/operations/patchteam.ts +95 -0
  726. package/src/models/operations/putfirewallconfig.ts +927 -0
  727. package/src/models/operations/readaccessgroup.ts +41 -0
  728. package/src/models/operations/readaccessgroupproject.ts +199 -0
  729. package/src/models/operations/recordevents.ts +35 -0
  730. package/src/models/operations/removecert.ts +39 -0
  731. package/src/models/operations/removeprojectdomain.ts +41 -0
  732. package/src/models/operations/removeprojectenv.ts +1355 -3
  733. package/src/models/operations/removeprojectmember.ts +41 -0
  734. package/src/models/operations/removerecord.ts +39 -0
  735. package/src/models/operations/removeteammember.ts +41 -0
  736. package/src/models/operations/requestaccesstoteam.ts +171 -0
  737. package/src/models/operations/requestdelete.ts +57 -0
  738. package/src/models/operations/requestpromote.ts +21 -0
  739. package/src/models/operations/rerequestcheck.ts +39 -0
  740. package/src/models/operations/searchrepo.ts +181 -0
  741. package/src/models/operations/status.ts +35 -0
  742. package/src/models/operations/updateaccessgroup.ts +75 -0
  743. package/src/models/operations/updateaccessgroupproject.ts +319 -0
  744. package/src/models/operations/updateattackchallengemode.ts +65 -0
  745. package/src/models/operations/updatecheck.ts +271 -0
  746. package/src/models/operations/updateedgeconfig.ts +115 -0
  747. package/src/models/operations/updatefirewallconfig.ts +858 -0
  748. package/src/models/operations/updateproject.ts +1643 -63
  749. package/src/models/operations/updateprojectdatacache.ts +1381 -52
  750. package/src/models/operations/updateprojectdomain.ts +81 -0
  751. package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
  752. package/src/models/operations/updaterecord.ts +85 -0
  753. package/src/models/operations/updateteammember.ts +97 -0
  754. package/src/models/operations/uploadartifact.ts +39 -0
  755. package/src/models/operations/uploadcert.ts +57 -0
  756. package/src/models/operations/uploadfile.ts +75 -0
  757. package/src/models/operations/verifyprojectdomain.ts +61 -0
  758. package/src/sdk/accessgroups.ts +85 -0
  759. package/src/sdk/projects.ts +0 -38
  760. package/esm/funcs/projectsPauseProject.d.ts +0 -15
  761. package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
  762. package/esm/funcs/projectsPauseProject.js.map +0 -1
  763. package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
  764. package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
  765. package/esm/funcs/projectsUnpauseProject.js.map +0 -1
  766. package/esm/models/operations/pauseproject.d.ts +0 -38
  767. package/esm/models/operations/pauseproject.d.ts.map +0 -1
  768. package/esm/models/operations/pauseproject.js +0 -28
  769. package/esm/models/operations/pauseproject.js.map +0 -1
  770. package/esm/models/operations/unpauseproject.d.ts +0 -38
  771. package/esm/models/operations/unpauseproject.d.ts.map +0 -1
  772. package/esm/models/operations/unpauseproject.js +0 -28
  773. package/esm/models/operations/unpauseproject.js.map +0 -1
  774. package/src/models/operations/pauseproject.ts +0 -62
  775. package/src/models/operations/unpauseproject.ts +0 -62
@@ -1,6 +1,6 @@
1
1
 
2
2
  <div align="center">
3
- <a href="https://codespaces.new/vercel/vercel.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
3
+ <a href="https://codespaces.new/vercel/vercel-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4
4
  </div>
5
5
  <br>
6
6
 
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -201,6 +201,10 @@ run();
201
201
  * [listAccessGroups](docs/sdks/accessgroups/README.md#listaccessgroups) - List access groups for a team, project or member
202
202
  * [createAccessGroup](docs/sdks/accessgroups/README.md#createaccessgroup) - Creates an access group
203
203
  * [listAccessGroupProjects](docs/sdks/accessgroups/README.md#listaccessgroupprojects) - List projects of an access group
204
+ * [createAccessGroupProject](docs/sdks/accessgroups/README.md#createaccessgroupproject) - Create an access group project
205
+ * [readAccessGroupProject](docs/sdks/accessgroups/README.md#readaccessgroupproject) - Reads an access group project
206
+ * [updateAccessGroupProject](docs/sdks/accessgroups/README.md#updateaccessgroupproject) - Update an access group project
207
+ * [deleteAccessGroupProject](docs/sdks/accessgroups/README.md#deleteaccessgroupproject) - Delete an access group project
204
208
 
205
209
  ### [aliases](docs/sdks/aliases/README.md)
206
210
 
@@ -336,8 +340,6 @@ run();
336
340
  * [updateProjectProtectionBypass](docs/sdks/projects/README.md#updateprojectprotectionbypass) - Update Protection Bypass for Automation
337
341
  * [requestPromote](docs/sdks/projects/README.md#requestpromote) - Points all production domains for a project to the given deploy
338
342
  * [listPromoteAliases](docs/sdks/projects/README.md#listpromotealiases) - Gets a list of aliases with status for the current promote
339
- * [pauseProject](docs/sdks/projects/README.md#pauseproject) - Pause a project
340
- * [unpauseProject](docs/sdks/projects/README.md#unpauseproject) - Unpause a project
341
343
 
342
344
  ### [security](docs/sdks/security/README.md)
343
345
 
@@ -395,12 +397,16 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
395
397
  <summary>Available standalone functions</summary>
396
398
 
397
399
  - [`accessGroupsCreateAccessGroup`](docs/sdks/accessgroups/README.md#createaccessgroup) - Creates an access group
400
+ - [`accessGroupsCreateAccessGroupProject`](docs/sdks/accessgroups/README.md#createaccessgroupproject) - Create an access group project
398
401
  - [`accessGroupsDeleteAccessGroup`](docs/sdks/accessgroups/README.md#deleteaccessgroup) - Deletes an access group
402
+ - [`accessGroupsDeleteAccessGroupProject`](docs/sdks/accessgroups/README.md#deleteaccessgroupproject) - Delete an access group project
399
403
  - [`accessGroupsListAccessGroupMembers`](docs/sdks/accessgroups/README.md#listaccessgroupmembers) - List members of an access group
400
404
  - [`accessGroupsListAccessGroupProjects`](docs/sdks/accessgroups/README.md#listaccessgroupprojects) - List projects of an access group
401
405
  - [`accessGroupsListAccessGroups`](docs/sdks/accessgroups/README.md#listaccessgroups) - List access groups for a team, project or member
402
406
  - [`accessGroupsReadAccessGroup`](docs/sdks/accessgroups/README.md#readaccessgroup) - Reads an access group
407
+ - [`accessGroupsReadAccessGroupProject`](docs/sdks/accessgroups/README.md#readaccessgroupproject) - Reads an access group project
403
408
  - [`accessGroupsUpdateAccessGroup`](docs/sdks/accessgroups/README.md#updateaccessgroup) - Update an access group
409
+ - [`accessGroupsUpdateAccessGroupProject`](docs/sdks/accessgroups/README.md#updateaccessgroupproject) - Update an access group project
404
410
  - [`aliasesAssignAlias`](docs/sdks/aliases/README.md#assignalias) - Assign an Alias
405
411
  - [`aliasesDeleteAlias`](docs/sdks/aliases/README.md#deletealias) - Delete an Alias
406
412
  - [`aliasesGetAlias`](docs/sdks/aliases/README.md#getalias) - Get an Alias
@@ -489,11 +495,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
489
495
  - [`projectsGetProjectEnv`](docs/sdks/projects/README.md#getprojectenv) - Retrieve the decrypted value of an environment variable of a project by id
490
496
  - [`projectsGetProjects`](docs/sdks/projects/README.md#getprojects) - Retrieve a list of projects
491
497
  - [`projectsListPromoteAliases`](docs/sdks/projects/README.md#listpromotealiases) - Gets a list of aliases with status for the current promote
492
- - [`projectsPauseProject`](docs/sdks/projects/README.md#pauseproject) - Pause a project
493
498
  - [`projectsRemoveProjectDomain`](docs/sdks/projects/README.md#removeprojectdomain) - Remove a domain from a project
494
499
  - [`projectsRemoveProjectEnv`](docs/sdks/projects/README.md#removeprojectenv) - Remove an environment variable
495
500
  - [`projectsRequestPromote`](docs/sdks/projects/README.md#requestpromote) - Points all production domains for a project to the given deploy
496
- - [`projectsUnpauseProject`](docs/sdks/projects/README.md#unpauseproject) - Unpause a project
497
501
  - [`projectsUpdateProject`](docs/sdks/projects/README.md#updateproject) - Update an existing project
498
502
  - [`projectsUpdateProjectDataCache`](docs/sdks/projects/README.md#updateprojectdatacache) - Update the data cache feature
499
503
  - [`projectsUpdateProjectDomain`](docs/sdks/projects/README.md#updateprojectdomain) - Update a project domain
@@ -12,6 +12,10 @@
12
12
  * [listAccessGroups](#listaccessgroups) - List access groups for a team, project or member
13
13
  * [createAccessGroup](#createaccessgroup) - Creates an access group
14
14
  * [listAccessGroupProjects](#listaccessgroupprojects) - List projects of an access group
15
+ * [createAccessGroupProject](#createaccessgroupproject) - Create an access group project
16
+ * [readAccessGroupProject](#readaccessgroupproject) - Reads an access group project
17
+ * [updateAccessGroupProject](#updateaccessgroupproject) - Update an access group project
18
+ * [deleteAccessGroupProject](#deleteaccessgroupproject) - Delete an access group project
15
19
 
16
20
  ## readAccessGroup
17
21
 
@@ -585,6 +589,328 @@ run();
585
589
 
586
590
  ### Errors
587
591
 
592
+ | Error Type | Status Code | Content Type |
593
+ | --------------- | --------------- | --------------- |
594
+ | errors.SDKError | 4XX, 5XX | \*/\* |
595
+
596
+ ## createAccessGroupProject
597
+
598
+ Allows creation of an access group project
599
+
600
+ ### Example Usage
601
+
602
+ ```typescript
603
+ import { Vercel } from "@vercel/sdk";
604
+
605
+ const vercel = new Vercel({
606
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
607
+ });
608
+
609
+ async function run() {
610
+ const result = await vercel.accessGroups.createAccessGroupProject({
611
+ accessGroupIdOrName: "<value>",
612
+ requestBody: {
613
+ projectId: "prj_ndlgr43fadlPyCtREAqxxdyFK",
614
+ role: "ADMIN",
615
+ },
616
+ });
617
+
618
+ // Handle the result
619
+ console.log(result);
620
+ }
621
+
622
+ run();
623
+ ```
624
+
625
+ ### Standalone function
626
+
627
+ The standalone function version of this method:
628
+
629
+ ```typescript
630
+ import { VercelCore } from "@vercel/sdk/core.js";
631
+ import { accessGroupsCreateAccessGroupProject } from "@vercel/sdk/funcs/accessGroupsCreateAccessGroupProject.js";
632
+
633
+ // Use `VercelCore` for best tree-shaking performance.
634
+ // You can create one instance of it to use across an application.
635
+ const vercel = new VercelCore({
636
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
637
+ });
638
+
639
+ async function run() {
640
+ const res = await accessGroupsCreateAccessGroupProject(vercel, {
641
+ accessGroupIdOrName: "<value>",
642
+ requestBody: {
643
+ projectId: "prj_ndlgr43fadlPyCtREAqxxdyFK",
644
+ role: "ADMIN",
645
+ },
646
+ });
647
+
648
+ if (!res.ok) {
649
+ throw res.error;
650
+ }
651
+
652
+ const { value: result } = res;
653
+
654
+ // Handle the result
655
+ console.log(result);
656
+ }
657
+
658
+ run();
659
+ ```
660
+
661
+ ### Parameters
662
+
663
+ | Parameter | Type | Required | Description |
664
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
665
+ | `request` | [operations.CreateAccessGroupProjectRequest](../../models/operations/createaccessgroupprojectrequest.md) | :heavy_check_mark: | The request object to use for the request. |
666
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
667
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
668
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
669
+
670
+ ### Response
671
+
672
+ **Promise\<[operations.CreateAccessGroupProjectResponseBody](../../models/operations/createaccessgroupprojectresponsebody.md)\>**
673
+
674
+ ### Errors
675
+
676
+ | Error Type | Status Code | Content Type |
677
+ | --------------- | --------------- | --------------- |
678
+ | errors.SDKError | 4XX, 5XX | \*/\* |
679
+
680
+ ## readAccessGroupProject
681
+
682
+ Allows reading an access group project
683
+
684
+ ### Example Usage
685
+
686
+ ```typescript
687
+ import { Vercel } from "@vercel/sdk";
688
+
689
+ const vercel = new Vercel({
690
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
691
+ });
692
+
693
+ async function run() {
694
+ const result = await vercel.accessGroups.readAccessGroupProject({
695
+ accessGroupIdOrName: "<value>",
696
+ projectId: "<id>",
697
+ });
698
+
699
+ // Handle the result
700
+ console.log(result);
701
+ }
702
+
703
+ run();
704
+ ```
705
+
706
+ ### Standalone function
707
+
708
+ The standalone function version of this method:
709
+
710
+ ```typescript
711
+ import { VercelCore } from "@vercel/sdk/core.js";
712
+ import { accessGroupsReadAccessGroupProject } from "@vercel/sdk/funcs/accessGroupsReadAccessGroupProject.js";
713
+
714
+ // Use `VercelCore` for best tree-shaking performance.
715
+ // You can create one instance of it to use across an application.
716
+ const vercel = new VercelCore({
717
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
718
+ });
719
+
720
+ async function run() {
721
+ const res = await accessGroupsReadAccessGroupProject(vercel, {
722
+ accessGroupIdOrName: "<value>",
723
+ projectId: "<id>",
724
+ });
725
+
726
+ if (!res.ok) {
727
+ throw res.error;
728
+ }
729
+
730
+ const { value: result } = res;
731
+
732
+ // Handle the result
733
+ console.log(result);
734
+ }
735
+
736
+ run();
737
+ ```
738
+
739
+ ### Parameters
740
+
741
+ | Parameter | Type | Required | Description |
742
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
743
+ | `request` | [operations.ReadAccessGroupProjectRequest](../../models/operations/readaccessgroupprojectrequest.md) | :heavy_check_mark: | The request object to use for the request. |
744
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
745
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
746
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
747
+
748
+ ### Response
749
+
750
+ **Promise\<[operations.ReadAccessGroupProjectResponseBody](../../models/operations/readaccessgroupprojectresponsebody.md)\>**
751
+
752
+ ### Errors
753
+
754
+ | Error Type | Status Code | Content Type |
755
+ | --------------- | --------------- | --------------- |
756
+ | errors.SDKError | 4XX, 5XX | \*/\* |
757
+
758
+ ## updateAccessGroupProject
759
+
760
+ Allows update of an access group project
761
+
762
+ ### Example Usage
763
+
764
+ ```typescript
765
+ import { Vercel } from "@vercel/sdk";
766
+
767
+ const vercel = new Vercel({
768
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
769
+ });
770
+
771
+ async function run() {
772
+ const result = await vercel.accessGroups.updateAccessGroupProject({
773
+ accessGroupIdOrName: "<value>",
774
+ projectId: "<id>",
775
+ requestBody: {
776
+ role: "ADMIN",
777
+ },
778
+ });
779
+
780
+ // Handle the result
781
+ console.log(result);
782
+ }
783
+
784
+ run();
785
+ ```
786
+
787
+ ### Standalone function
788
+
789
+ The standalone function version of this method:
790
+
791
+ ```typescript
792
+ import { VercelCore } from "@vercel/sdk/core.js";
793
+ import { accessGroupsUpdateAccessGroupProject } from "@vercel/sdk/funcs/accessGroupsUpdateAccessGroupProject.js";
794
+
795
+ // Use `VercelCore` for best tree-shaking performance.
796
+ // You can create one instance of it to use across an application.
797
+ const vercel = new VercelCore({
798
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
799
+ });
800
+
801
+ async function run() {
802
+ const res = await accessGroupsUpdateAccessGroupProject(vercel, {
803
+ accessGroupIdOrName: "<value>",
804
+ projectId: "<id>",
805
+ requestBody: {
806
+ role: "ADMIN",
807
+ },
808
+ });
809
+
810
+ if (!res.ok) {
811
+ throw res.error;
812
+ }
813
+
814
+ const { value: result } = res;
815
+
816
+ // Handle the result
817
+ console.log(result);
818
+ }
819
+
820
+ run();
821
+ ```
822
+
823
+ ### Parameters
824
+
825
+ | Parameter | Type | Required | Description |
826
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
827
+ | `request` | [operations.UpdateAccessGroupProjectRequest](../../models/operations/updateaccessgroupprojectrequest.md) | :heavy_check_mark: | The request object to use for the request. |
828
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
829
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
830
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
831
+
832
+ ### Response
833
+
834
+ **Promise\<[operations.UpdateAccessGroupProjectResponseBody](../../models/operations/updateaccessgroupprojectresponsebody.md)\>**
835
+
836
+ ### Errors
837
+
838
+ | Error Type | Status Code | Content Type |
839
+ | --------------- | --------------- | --------------- |
840
+ | errors.SDKError | 4XX, 5XX | \*/\* |
841
+
842
+ ## deleteAccessGroupProject
843
+
844
+ Allows deletion of an access group project
845
+
846
+ ### Example Usage
847
+
848
+ ```typescript
849
+ import { Vercel } from "@vercel/sdk";
850
+
851
+ const vercel = new Vercel({
852
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
853
+ });
854
+
855
+ async function run() {
856
+ await vercel.accessGroups.deleteAccessGroupProject({
857
+ accessGroupIdOrName: "<value>",
858
+ projectId: "<id>",
859
+ });
860
+
861
+
862
+ }
863
+
864
+ run();
865
+ ```
866
+
867
+ ### Standalone function
868
+
869
+ The standalone function version of this method:
870
+
871
+ ```typescript
872
+ import { VercelCore } from "@vercel/sdk/core.js";
873
+ import { accessGroupsDeleteAccessGroupProject } from "@vercel/sdk/funcs/accessGroupsDeleteAccessGroupProject.js";
874
+
875
+ // Use `VercelCore` for best tree-shaking performance.
876
+ // You can create one instance of it to use across an application.
877
+ const vercel = new VercelCore({
878
+ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
879
+ });
880
+
881
+ async function run() {
882
+ const res = await accessGroupsDeleteAccessGroupProject(vercel, {
883
+ accessGroupIdOrName: "<value>",
884
+ projectId: "<id>",
885
+ });
886
+
887
+ if (!res.ok) {
888
+ throw res.error;
889
+ }
890
+
891
+ const { value: result } = res;
892
+
893
+
894
+ }
895
+
896
+ run();
897
+ ```
898
+
899
+ ### Parameters
900
+
901
+ | Parameter | Type | Required | Description |
902
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
903
+ | `request` | [operations.DeleteAccessGroupProjectRequest](../../models/operations/deleteaccessgroupprojectrequest.md) | :heavy_check_mark: | The request object to use for the request. |
904
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
905
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
906
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
907
+
908
+ ### Response
909
+
910
+ **Promise\<void\>**
911
+
912
+ ### Errors
913
+
588
914
  | Error Type | Status Code | Content Type |
589
915
  | --------------- | --------------- | --------------- |
590
916
  | errors.SDKError | 4XX, 5XX | \*/\* |