@vercel/sdk 1.10.0 → 1.10.2

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 (290) hide show
  1. package/bin/mcp-server.js +3601 -3879
  2. package/bin/mcp-server.js.map +59 -59
  3. package/docs/sdks/accessgroups/README.md +11 -0
  4. package/docs/sdks/aliases/README.md +7 -1
  5. package/docs/sdks/artifacts/README.md +6 -0
  6. package/docs/sdks/authentication/README.md +5 -0
  7. package/docs/sdks/certs/README.md +4 -0
  8. package/docs/sdks/checks/README.md +5 -0
  9. package/docs/sdks/deployments/README.md +18 -0
  10. package/docs/sdks/dns/README.md +4 -0
  11. package/docs/sdks/domains/README.md +10 -0
  12. package/docs/sdks/edgeconfig/README.md +17 -0
  13. package/docs/sdks/environment/README.md +5 -0
  14. package/docs/sdks/integrations/README.md +4 -0
  15. package/docs/sdks/logdrains/README.md +3 -0
  16. package/docs/sdks/logs/README.md +1 -0
  17. package/docs/sdks/marketplace/README.md +20 -0
  18. package/docs/sdks/projectmembers/README.md +3 -0
  19. package/docs/sdks/projects/README.md +24 -0
  20. package/docs/sdks/rollingrelease/README.md +7 -0
  21. package/docs/sdks/security/README.md +8 -0
  22. package/docs/sdks/teams/README.md +13 -0
  23. package/docs/sdks/user/README.md +3 -0
  24. package/docs/sdks/webhooks/README.md +4 -0
  25. package/esm/__tests__/aliases.test.js +16 -16
  26. package/esm/__tests__/aliases.test.js.map +1 -1
  27. package/esm/__tests__/security.test.js +13 -1
  28. package/esm/__tests__/security.test.js.map +1 -1
  29. package/esm/funcs/aliasesGetAlias.d.ts +2 -2
  30. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  31. package/esm/funcs/aliasesGetAlias.js +3 -2
  32. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  33. package/esm/funcs/checksRerequestCheck.js +1 -0
  34. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  35. package/esm/funcs/domainsBuyDomain.js +2 -2
  36. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  37. package/esm/funcs/domainsGetDomainConfig.js +2 -2
  38. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  39. package/esm/funcs/domainsPatchDomain.js +2 -2
  40. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  41. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
  42. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
  43. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
  44. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
  45. package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
  46. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  47. package/esm/funcs/projectsCreateProject.js +2 -2
  48. package/esm/funcs/projectsCreateProject.js.map +1 -1
  49. package/esm/funcs/teamsPatchTeam.js +2 -2
  50. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  51. package/esm/lib/config.d.ts +3 -3
  52. package/esm/lib/config.js +3 -3
  53. package/esm/mcp-server/mcp-server.js +1 -1
  54. package/esm/mcp-server/server.js +1 -1
  55. package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
  56. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.js +176 -2
  58. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  59. package/esm/models/addbypassipop.d.ts +38 -38
  60. package/esm/models/addbypassipop.d.ts.map +1 -1
  61. package/esm/models/addbypassipop.js +44 -42
  62. package/esm/models/addbypassipop.js.map +1 -1
  63. package/esm/models/authtoken.d.ts +10 -4
  64. package/esm/models/authtoken.d.ts.map +1 -1
  65. package/esm/models/authtoken.js +6 -4
  66. package/esm/models/authtoken.js.map +1 -1
  67. package/esm/models/authuser.d.ts +54 -0
  68. package/esm/models/authuser.d.ts.map +1 -1
  69. package/esm/models/authuser.js +34 -0
  70. package/esm/models/authuser.js.map +1 -1
  71. package/esm/models/canceldeploymentop.d.ts +385 -148
  72. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  73. package/esm/models/canceldeploymentop.js +363 -148
  74. package/esm/models/canceldeploymentop.js.map +1 -1
  75. package/esm/models/createcustomenvironmentop.d.ts +3 -3
  76. package/esm/models/createcustomenvironmentop.js +1 -1
  77. package/esm/models/createcustomenvironmentop.js.map +1 -1
  78. package/esm/models/createdeploymentop.d.ts +604 -344
  79. package/esm/models/createdeploymentop.d.ts.map +1 -1
  80. package/esm/models/createdeploymentop.js +501 -274
  81. package/esm/models/createdeploymentop.js.map +1 -1
  82. package/esm/models/createlogdrainop.d.ts +2 -2
  83. package/esm/models/createlogdrainop.d.ts.map +1 -1
  84. package/esm/models/createlogdrainop.js +2 -2
  85. package/esm/models/createlogdrainop.js.map +1 -1
  86. package/esm/models/createprojectenvop.d.ts +6 -6
  87. package/esm/models/createprojectenvop.js +2 -2
  88. package/esm/models/createprojectenvop.js.map +1 -1
  89. package/esm/models/createprojectop.d.ts +378 -797
  90. package/esm/models/createprojectop.d.ts.map +1 -1
  91. package/esm/models/createprojectop.js +344 -718
  92. package/esm/models/createprojectop.js.map +1 -1
  93. package/esm/models/createwebhookop.d.ts +12 -0
  94. package/esm/models/createwebhookop.d.ts.map +1 -1
  95. package/esm/models/createwebhookop.js +4 -0
  96. package/esm/models/createwebhookop.js.map +1 -1
  97. package/esm/models/editprojectenvop.d.ts +3 -3
  98. package/esm/models/editprojectenvop.js +1 -1
  99. package/esm/models/editprojectenvop.js.map +1 -1
  100. package/esm/models/exchangessotokenop.d.ts +4 -4
  101. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  102. package/esm/models/exchangessotokenop.js +4 -4
  103. package/esm/models/exchangessotokenop.js.map +1 -1
  104. package/esm/models/filterprojectenvsop.d.ts +9 -9
  105. package/esm/models/filterprojectenvsop.js +3 -3
  106. package/esm/models/filterprojectenvsop.js.map +1 -1
  107. package/esm/models/getaliasop.d.ts +0 -555
  108. package/esm/models/getaliasop.d.ts.map +1 -1
  109. package/esm/models/getaliasop.js +0 -449
  110. package/esm/models/getaliasop.js.map +1 -1
  111. package/esm/models/getbypassipop.d.ts +55 -179
  112. package/esm/models/getbypassipop.d.ts.map +1 -1
  113. package/esm/models/getbypassipop.js +59 -221
  114. package/esm/models/getbypassipop.js.map +1 -1
  115. package/esm/models/getcustomenvironmentop.d.ts +3 -3
  116. package/esm/models/getcustomenvironmentop.js +1 -1
  117. package/esm/models/getcustomenvironmentop.js.map +1 -1
  118. package/esm/models/getdeploymentop.d.ts +847 -366
  119. package/esm/models/getdeploymentop.d.ts.map +1 -1
  120. package/esm/models/getdeploymentop.js +772 -332
  121. package/esm/models/getdeploymentop.js.map +1 -1
  122. package/esm/models/getdeploymentsop.d.ts +3 -0
  123. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  124. package/esm/models/getdeploymentsop.js +1 -0
  125. package/esm/models/getdeploymentsop.js.map +1 -1
  126. package/esm/models/getfirewallconfigop.d.ts +3 -0
  127. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  128. package/esm/models/getfirewallconfigop.js +1 -0
  129. package/esm/models/getfirewallconfigop.js.map +1 -1
  130. package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
  131. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  132. package/esm/models/getintegrationlogdrainsop.js +4 -2
  133. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  134. package/esm/models/getprojectmembersop.d.ts +3 -0
  135. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  136. package/esm/models/getprojectmembersop.js +1 -0
  137. package/esm/models/getprojectmembersop.js.map +1 -1
  138. package/esm/models/getprojectsop.d.ts +218 -643
  139. package/esm/models/getprojectsop.d.ts.map +1 -1
  140. package/esm/models/getprojectsop.js +197 -573
  141. package/esm/models/getprojectsop.js.map +1 -1
  142. package/esm/models/getrecordsop.d.ts +8 -0
  143. package/esm/models/getrecordsop.d.ts.map +1 -1
  144. package/esm/models/getrecordsop.js +8 -0
  145. package/esm/models/getrecordsop.js.map +1 -1
  146. package/esm/models/getteammembersop.d.ts +6 -0
  147. package/esm/models/getteammembersop.d.ts.map +1 -1
  148. package/esm/models/getteammembersop.js +2 -0
  149. package/esm/models/getteammembersop.js.map +1 -1
  150. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
  151. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
  152. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  153. package/esm/models/getwebhookop.d.ts +6 -0
  154. package/esm/models/getwebhookop.d.ts.map +1 -1
  155. package/esm/models/getwebhookop.js +2 -0
  156. package/esm/models/getwebhookop.js.map +1 -1
  157. package/esm/models/getwebhooksop.d.ts +15 -0
  158. package/esm/models/getwebhooksop.d.ts.map +1 -1
  159. package/esm/models/getwebhooksop.js +5 -0
  160. package/esm/models/getwebhooksop.js.map +1 -1
  161. package/esm/models/inviteusertoteamop.d.ts +33 -0
  162. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  163. package/esm/models/inviteusertoteamop.js +11 -0
  164. package/esm/models/inviteusertoteamop.js.map +1 -1
  165. package/esm/models/listaccessgroupmembersop.d.ts +3 -0
  166. package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
  167. package/esm/models/listaccessgroupmembersop.js +1 -0
  168. package/esm/models/listaccessgroupmembersop.js.map +1 -1
  169. package/esm/models/listaliasesop.d.ts +141 -39
  170. package/esm/models/listaliasesop.d.ts.map +1 -1
  171. package/esm/models/listaliasesop.js +132 -35
  172. package/esm/models/listaliasesop.js.map +1 -1
  173. package/esm/models/listdeploymentaliasesop.d.ts +30 -30
  174. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  175. package/esm/models/listdeploymentaliasesop.js +34 -34
  176. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  177. package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
  178. package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
  179. package/esm/models/patchedgeconfigitemsop.js +0 -4
  180. package/esm/models/patchedgeconfigitemsop.js.map +1 -1
  181. package/esm/models/patchteamop.d.ts +185 -0
  182. package/esm/models/patchteamop.d.ts.map +1 -1
  183. package/esm/models/patchteamop.js +132 -0
  184. package/esm/models/patchteamop.js.map +1 -1
  185. package/esm/models/putfirewallconfigop.d.ts +3 -0
  186. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  187. package/esm/models/putfirewallconfigop.js +1 -0
  188. package/esm/models/putfirewallconfigop.js.map +1 -1
  189. package/esm/models/removecustomenvironmentop.d.ts +3 -3
  190. package/esm/models/removecustomenvironmentop.js +1 -1
  191. package/esm/models/removecustomenvironmentop.js.map +1 -1
  192. package/esm/models/removeprojectenvop.d.ts +9 -9
  193. package/esm/models/removeprojectenvop.js +3 -3
  194. package/esm/models/removeprojectenvop.js.map +1 -1
  195. package/esm/models/rerequestcheckop.d.ts +5 -0
  196. package/esm/models/rerequestcheckop.d.ts.map +1 -1
  197. package/esm/models/rerequestcheckop.js +2 -0
  198. package/esm/models/rerequestcheckop.js.map +1 -1
  199. package/esm/models/team.d.ts +142 -0
  200. package/esm/models/team.d.ts.map +1 -1
  201. package/esm/models/team.js +111 -0
  202. package/esm/models/team.js.map +1 -1
  203. package/esm/models/teamlimited.d.ts +15 -0
  204. package/esm/models/teamlimited.d.ts.map +1 -1
  205. package/esm/models/teamlimited.js +5 -0
  206. package/esm/models/teamlimited.js.map +1 -1
  207. package/esm/models/updatecustomenvironmentop.d.ts +3 -3
  208. package/esm/models/updatecustomenvironmentop.js +1 -1
  209. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  210. package/esm/models/updateprojectdatacacheop.d.ts +226 -651
  211. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  212. package/esm/models/updateprojectdatacacheop.js +209 -604
  213. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  214. package/esm/models/updateprojectop.d.ts +221 -643
  215. package/esm/models/updateprojectop.d.ts.map +1 -1
  216. package/esm/models/updateprojectop.js +198 -573
  217. package/esm/models/updateprojectop.js.map +1 -1
  218. package/esm/models/userevent.d.ts +1629 -1433
  219. package/esm/models/userevent.d.ts.map +1 -1
  220. package/esm/models/userevent.js +2023 -1841
  221. package/esm/models/userevent.js.map +1 -1
  222. package/esm/sdk/aliases.d.ts +2 -2
  223. package/esm/sdk/aliases.d.ts.map +1 -1
  224. package/examples/README.md +5 -0
  225. package/examples/package-lock.json +8 -7
  226. package/examples/projectsUpdateProject.example.ts +2 -0
  227. package/jsr.json +1 -1
  228. package/package.json +6 -8
  229. package/src/__tests__/aliases.test.ts +16 -16
  230. package/src/__tests__/security.test.ts +13 -1
  231. package/src/funcs/aliasesGetAlias.ts +5 -6
  232. package/src/funcs/checksRerequestCheck.ts +1 -0
  233. package/src/funcs/domainsBuyDomain.ts +2 -2
  234. package/src/funcs/domainsGetDomainConfig.ts +2 -2
  235. package/src/funcs/domainsPatchDomain.ts +2 -2
  236. package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
  237. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
  238. package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
  239. package/src/funcs/projectsCreateProject.ts +2 -2
  240. package/src/funcs/teamsPatchTeam.ts +2 -2
  241. package/src/lib/config.ts +3 -3
  242. package/src/mcp-server/mcp-server.ts +1 -1
  243. package/src/mcp-server/server.ts +1 -1
  244. package/src/models/acceptprojecttransferrequestop.ts +449 -4
  245. package/src/models/addbypassipop.ts +69 -78
  246. package/src/models/authtoken.ts +10 -8
  247. package/src/models/authuser.ts +93 -0
  248. package/src/models/canceldeploymentop.ts +734 -295
  249. package/src/models/createcustomenvironmentop.ts +1 -1
  250. package/src/models/createdeploymentop.ts +1122 -641
  251. package/src/models/createlogdrainop.ts +4 -4
  252. package/src/models/createprojectenvop.ts +2 -2
  253. package/src/models/createprojectop.ts +734 -1475
  254. package/src/models/createwebhookop.ts +4 -0
  255. package/src/models/editprojectenvop.ts +1 -1
  256. package/src/models/exchangessotokenop.ts +8 -8
  257. package/src/models/filterprojectenvsop.ts +3 -3
  258. package/src/models/getaliasop.ts +0 -1042
  259. package/src/models/getbypassipop.ts +100 -404
  260. package/src/models/getcustomenvironmentop.ts +1 -1
  261. package/src/models/getdeploymentop.ts +1761 -780
  262. package/src/models/getdeploymentsop.ts +1 -0
  263. package/src/models/getfirewallconfigop.ts +1 -0
  264. package/src/models/getintegrationlogdrainsop.ts +6 -4
  265. package/src/models/getprojectmembersop.ts +1 -0
  266. package/src/models/getprojectsop.ts +612 -1335
  267. package/src/models/getrecordsop.ts +16 -0
  268. package/src/models/getteammembersop.ts +2 -0
  269. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
  270. package/src/models/getwebhookop.ts +2 -0
  271. package/src/models/getwebhooksop.ts +5 -0
  272. package/src/models/inviteusertoteamop.ts +11 -0
  273. package/src/models/listaccessgroupmembersop.ts +1 -0
  274. package/src/models/listaliasesop.ts +290 -74
  275. package/src/models/listdeploymentaliasesop.ts +58 -70
  276. package/src/models/patchedgeconfigitemsop.ts +0 -8
  277. package/src/models/patchteamop.ts +311 -0
  278. package/src/models/putfirewallconfigop.ts +1 -0
  279. package/src/models/removecustomenvironmentop.ts +1 -1
  280. package/src/models/removeprojectenvop.ts +3 -3
  281. package/src/models/rerequestcheckop.ts +7 -0
  282. package/src/models/team.ts +240 -0
  283. package/src/models/teamlimited.ts +5 -0
  284. package/src/models/updatecustomenvironmentop.ts +1 -1
  285. package/src/models/updateprojectdatacacheop.ts +684 -1411
  286. package/src/models/updateprojectop.ts +601 -1343
  287. package/src/models/userevent.ts +3615 -3202
  288. package/src/sdk/aliases.ts +2 -2
  289. package/temp/example.ts +11 -0
  290. package/vercel-spec.json +2337 -2625
@@ -104,8 +104,8 @@ export type GetProjectsSpeedInsights = {
104
104
  };
105
105
 
106
106
  export const GetProjectsEnvId2 = {
107
- Production: "production",
108
107
  Preview: "preview",
108
+ Production: "production",
109
109
  } as const;
110
110
  export type GetProjectsEnvId2 = ClosedEnum<typeof GetProjectsEnvId2>;
111
111
 
@@ -119,6 +119,7 @@ export type GetProjectsAws = {
119
119
  export type GetProjectsConnectConfigurations = {
120
120
  envId: string | GetProjectsEnvId2;
121
121
  connectConfigurationId: string;
122
+ dc?: string | undefined;
122
123
  passive: boolean;
123
124
  buildsEnabled: boolean;
124
125
  aws?: GetProjectsAws | undefined;
@@ -497,8 +498,8 @@ export type GetProjectsEnv = {
497
498
  * The type of environment (production, preview, or development)
498
499
  */
499
500
  export const GetProjectsProjectsType = {
500
- Production: "production",
501
501
  Preview: "preview",
502
+ Production: "production",
502
503
  Development: "development",
503
504
  } as const;
504
505
  /**
@@ -663,6 +664,7 @@ export const GetProjectsFramework = {
663
664
  Sanity: "sanity",
664
665
  Storybook: "storybook",
665
666
  Nitro: "nitro",
667
+ Hono: "hono",
666
668
  } as const;
667
669
  export type GetProjectsFramework = ClosedEnum<typeof GetProjectsFramework>;
668
670
 
@@ -825,14 +827,14 @@ export type GetProjectsLatestDeployments = {
825
827
  withCache?: boolean | undefined;
826
828
  };
827
829
 
828
- export const GetProjectsLinkProjectsResponse200Type = {
830
+ export const GetProjectsLinkProjectsResponse200ApplicationJSONType = {
829
831
  GithubCustomHost: "github-custom-host",
830
832
  } as const;
831
- export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<
832
- typeof GetProjectsLinkProjectsResponse200Type
833
+ export type GetProjectsLinkProjectsResponse200ApplicationJSONType = ClosedEnum<
834
+ typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
833
835
  >;
834
836
 
835
- export type GetProjectsLinkProjectsResponse200DeployHooks = {
837
+ export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
836
838
  createdAt?: number | undefined;
837
839
  id: string;
838
840
  name: string;
@@ -840,7 +842,7 @@ export type GetProjectsLinkProjectsResponse200DeployHooks = {
840
842
  url: string;
841
843
  };
842
844
 
843
- export type GetProjectsLink4 = {
845
+ export type GetProjectsLink5 = {
844
846
  org?: string | undefined;
845
847
  /**
846
848
  * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
@@ -848,24 +850,26 @@ export type GetProjectsLink4 = {
848
850
  repoOwnerId?: number | undefined;
849
851
  repo?: string | undefined;
850
852
  repoId?: number | undefined;
851
- type?: GetProjectsLinkProjectsResponse200Type | undefined;
853
+ type?: GetProjectsLinkProjectsResponse200ApplicationJSONType | undefined;
852
854
  host?: string | undefined;
853
855
  createdAt?: number | undefined;
854
- deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
856
+ deployHooks: Array<
857
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks
858
+ >;
855
859
  gitCredentialId?: string | undefined;
856
860
  updatedAt?: number | undefined;
857
861
  sourceless?: boolean | undefined;
858
862
  productionBranch?: string | undefined;
859
863
  };
860
864
 
861
- export const GetProjectsLinkProjectsResponseType = {
865
+ export const GetProjectsLinkProjectsResponse200Type = {
862
866
  Bitbucket: "bitbucket",
863
867
  } as const;
864
- export type GetProjectsLinkProjectsResponseType = ClosedEnum<
865
- typeof GetProjectsLinkProjectsResponseType
868
+ export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<
869
+ typeof GetProjectsLinkProjectsResponse200Type
866
870
  >;
867
871
 
868
- export type GetProjectsLinkProjectsResponseDeployHooks = {
872
+ export type GetProjectsLinkProjectsResponse200DeployHooks = {
869
873
  createdAt?: number | undefined;
870
874
  id: string;
871
875
  name: string;
@@ -873,29 +877,29 @@ export type GetProjectsLinkProjectsResponseDeployHooks = {
873
877
  url: string;
874
878
  };
875
879
 
876
- export type GetProjectsLink3 = {
880
+ export type GetProjectsLink4 = {
877
881
  name?: string | undefined;
878
882
  slug?: string | undefined;
879
883
  owner?: string | undefined;
880
- type?: GetProjectsLinkProjectsResponseType | undefined;
884
+ type?: GetProjectsLinkProjectsResponse200Type | undefined;
881
885
  uuid?: string | undefined;
882
886
  workspaceUuid?: string | undefined;
883
887
  createdAt?: number | undefined;
884
- deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
888
+ deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
885
889
  gitCredentialId?: string | undefined;
886
890
  updatedAt?: number | undefined;
887
891
  sourceless?: boolean | undefined;
888
892
  productionBranch?: string | undefined;
889
893
  };
890
894
 
891
- export const GetProjectsLinkProjectsType = {
895
+ export const GetProjectsLinkProjectsResponseType = {
892
896
  Gitlab: "gitlab",
893
897
  } as const;
894
- export type GetProjectsLinkProjectsType = ClosedEnum<
895
- typeof GetProjectsLinkProjectsType
898
+ export type GetProjectsLinkProjectsResponseType = ClosedEnum<
899
+ typeof GetProjectsLinkProjectsResponseType
896
900
  >;
897
901
 
898
- export type GetProjectsLinkProjectsDeployHooks = {
902
+ export type GetProjectsLinkProjectsResponseDeployHooks = {
899
903
  createdAt?: number | undefined;
900
904
  id: string;
901
905
  name: string;
@@ -903,7 +907,7 @@ export type GetProjectsLinkProjectsDeployHooks = {
903
907
  url: string;
904
908
  };
905
909
 
906
- export type GetProjectsLink2 = {
910
+ export type GetProjectsLink3 = {
907
911
  projectId?: string | undefined;
908
912
  projectName?: string | undefined;
909
913
  projectNameWithNamespace?: string | undefined;
@@ -913,11 +917,43 @@ export type GetProjectsLink2 = {
913
917
  */
914
918
  projectOwnerId?: number | undefined;
915
919
  projectUrl?: string | undefined;
920
+ type?: GetProjectsLinkProjectsResponseType | undefined;
921
+ createdAt?: number | undefined;
922
+ deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
923
+ gitCredentialId?: string | undefined;
924
+ updatedAt?: number | undefined;
925
+ sourceless?: boolean | undefined;
926
+ productionBranch?: string | undefined;
927
+ };
928
+
929
+ export const GetProjectsLinkProjectsType = {
930
+ GithubLimited: "github-limited",
931
+ } as const;
932
+ export type GetProjectsLinkProjectsType = ClosedEnum<
933
+ typeof GetProjectsLinkProjectsType
934
+ >;
935
+
936
+ export type GetProjectsLinkProjectsDeployHooks = {
937
+ createdAt?: number | undefined;
938
+ id: string;
939
+ name: string;
940
+ ref: string;
941
+ url: string;
942
+ };
943
+
944
+ export type GetProjectsLink2 = {
916
945
  type?: GetProjectsLinkProjectsType | undefined;
946
+ repo?: string | undefined;
947
+ repoId?: number | undefined;
948
+ updatedAt?: number | undefined;
917
949
  createdAt?: number | undefined;
950
+ org?: string | undefined;
951
+ /**
952
+ * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
953
+ */
954
+ repoOwnerId?: number | undefined;
918
955
  deployHooks: Array<GetProjectsLinkProjectsDeployHooks>;
919
956
  gitCredentialId?: string | undefined;
920
- updatedAt?: number | undefined;
921
957
  sourceless?: boolean | undefined;
922
958
  productionBranch?: string | undefined;
923
959
  };
@@ -956,7 +992,8 @@ export type GetProjectsLink =
956
992
  | GetProjectsLink1
957
993
  | GetProjectsLink2
958
994
  | GetProjectsLink3
959
- | GetProjectsLink4;
995
+ | GetProjectsLink4
996
+ | GetProjectsLink5;
960
997
 
961
998
  export type GetProjectsMicrofrontends2 = {
962
999
  updatedAt: number;
@@ -1312,6 +1349,7 @@ export type GetProjectsPermissions = {
1312
1349
  connectConfigurationLink?: Array<ACLAction> | undefined;
1313
1350
  dataCacheNamespace?: Array<ACLAction> | undefined;
1314
1351
  deployment?: Array<ACLAction> | undefined;
1352
+ deploymentBuildLogs?: Array<ACLAction> | undefined;
1315
1353
  deploymentCheck?: Array<ACLAction> | undefined;
1316
1354
  deploymentCheckPreview?: Array<ACLAction> | undefined;
1317
1355
  deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
@@ -1362,6 +1400,7 @@ export type GetProjectsPermissions = {
1362
1400
  projectDeploymentExpiration?: Array<ACLAction> | undefined;
1363
1401
  projectRollingRelease?: Array<ACLAction> | undefined;
1364
1402
  projectTier?: Array<ACLAction> | undefined;
1403
+ projectOIDCToken?: Array<ACLAction> | undefined;
1365
1404
  seawallConfig?: Array<ACLAction> | undefined;
1366
1405
  skewProtection?: Array<ACLAction> | undefined;
1367
1406
  analytics?: Array<ACLAction> | undefined;
@@ -1369,11 +1408,11 @@ export type GetProjectsPermissions = {
1369
1408
  webAnalytics?: Array<ACLAction> | undefined;
1370
1409
  sharedEnvVarConnection?: Array<ACLAction> | undefined;
1371
1410
  sonar?: Array<ACLAction> | undefined;
1411
+ oauth2Connection?: Array<ACLAction> | undefined;
1372
1412
  user?: Array<ACLAction> | undefined;
1373
1413
  userConnection?: Array<ACLAction> | undefined;
1374
1414
  userSudo?: Array<ACLAction> | undefined;
1375
1415
  webAuthn?: Array<ACLAction> | undefined;
1376
- oauth2Connection?: Array<ACLAction> | undefined;
1377
1416
  accessGroup?: Array<ACLAction> | undefined;
1378
1417
  aliasGlobal?: Array<ACLAction> | undefined;
1379
1418
  analyticsSampling?: Array<ACLAction> | undefined;
@@ -1386,6 +1425,7 @@ export type GetProjectsPermissions = {
1386
1425
  billingInvoiceLanguage?: Array<ACLAction> | undefined;
1387
1426
  billingPlan?: Array<ACLAction> | undefined;
1388
1427
  billingPurchaseOrder?: Array<ACLAction> | undefined;
1428
+ billingRefund?: Array<ACLAction> | undefined;
1389
1429
  billingTaxId?: Array<ACLAction> | undefined;
1390
1430
  blob?: Array<ACLAction> | undefined;
1391
1431
  budget?: Array<ACLAction> | undefined;
@@ -1395,6 +1435,7 @@ export type GetProjectsPermissions = {
1395
1435
  concurrentBuilds?: Array<ACLAction> | undefined;
1396
1436
  connect?: Array<ACLAction> | undefined;
1397
1437
  connectConfiguration?: Array<ACLAction> | undefined;
1438
+ defaultDeploymentProtection?: Array<ACLAction> | undefined;
1398
1439
  domain?: Array<ACLAction> | undefined;
1399
1440
  domainAcceptDelegation?: Array<ACLAction> | undefined;
1400
1441
  domainAuthCodes?: Array<ACLAction> | undefined;
@@ -1427,6 +1468,7 @@ export type GetProjectsPermissions = {
1427
1468
  marketplaceInstallationMember?: Array<ACLAction> | undefined;
1428
1469
  marketplaceBillingData?: Array<ACLAction> | undefined;
1429
1470
  marketplaceInvoice?: Array<ACLAction> | undefined;
1471
+ marketplaceSettings?: Array<ACLAction> | undefined;
1430
1472
  marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1431
1473
  marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1432
1474
  jobGlobal?: Array<ACLAction> | undefined;
@@ -1453,8 +1495,10 @@ export type GetProjectsPermissions = {
1453
1495
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1454
1496
  observabilityConfiguration?: Array<ACLAction> | undefined;
1455
1497
  observabilityNotebook?: Array<ACLAction> | undefined;
1498
+ observabilityFunnel?: Array<ACLAction> | undefined;
1456
1499
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1457
1500
  vercelAppInstallation?: Array<ACLAction> | undefined;
1501
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1458
1502
  paymentMethod?: Array<ACLAction> | undefined;
1459
1503
  permissions?: Array<ACLAction> | undefined;
1460
1504
  postgres?: Array<ACLAction> | undefined;
@@ -1575,8 +1619,8 @@ export type GetProjectsProtectionBypass =
1575
1619
  | GetProjectsProtectionBypass2;
1576
1620
 
1577
1621
  export const GetProjectsTrustedIpsProjectsDeploymentType = {
1578
- Production: "production",
1579
1622
  Preview: "preview",
1623
+ Production: "production",
1580
1624
  All: "all",
1581
1625
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1582
1626
  AllExceptCustomDomains: "all_except_custom_domains",
@@ -1590,8 +1634,8 @@ export type GetProjectsTrustedIps2 = {
1590
1634
  };
1591
1635
 
1592
1636
  export const GetProjectsTrustedIpsDeploymentType = {
1593
- Production: "production",
1594
1637
  Preview: "preview",
1638
+ Production: "production",
1595
1639
  All: "all",
1596
1640
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1597
1641
  AllExceptCustomDomains: "all_except_custom_domains",
@@ -1653,6 +1697,10 @@ export type GetProjectsGitProviderOptions = {
1653
1697
  * Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead
1654
1698
  */
1655
1699
  createDeployments: GetProjectsCreateDeployments;
1700
+ /**
1701
+ * Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
1702
+ */
1703
+ disableRepositoryDispatchEvents?: boolean | undefined;
1656
1704
  };
1657
1705
 
1658
1706
  export type GetProjectsWebAnalytics = {
@@ -1663,194 +1711,44 @@ export type GetProjectsWebAnalytics = {
1663
1711
  hasData?: boolean | undefined;
1664
1712
  };
1665
1713
 
1666
- export type GetProjectsSrc2 = {
1667
- re?: string | undefined;
1668
- eq?: string | undefined;
1669
- neq?: string | undefined;
1670
- inc?: Array<string> | undefined;
1671
- ninc?: Array<string> | undefined;
1672
- pre?: string | undefined;
1673
- suf?: string | undefined;
1674
- gt?: number | undefined;
1675
- gte?: number | undefined;
1676
- lt?: number | undefined;
1677
- lte?: number | undefined;
1678
- };
1679
-
1680
- export type GetProjectsSrc = GetProjectsSrc2 | string;
1681
-
1682
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType =
1683
- {
1684
- Path: "path",
1685
- Host: "host",
1686
- Method: "method",
1687
- Header: "header",
1688
- Cookie: "cookie",
1689
- Query: "query",
1690
- IpAddress: "ip_address",
1691
- Protocol: "protocol",
1692
- Scheme: "scheme",
1693
- Environment: "environment",
1694
- Region: "region",
1695
- InitialRequestPath: "initial_request_path",
1696
- } as const;
1697
- export type GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType =
1698
- ClosedEnum<
1699
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType
1700
- >;
1701
-
1702
- export type GetProjectsValue2 = {
1703
- re?: string | undefined;
1704
- eq?: string | undefined;
1705
- neq?: string | undefined;
1706
- inc?: Array<string> | undefined;
1707
- ninc?: Array<string> | undefined;
1708
- pre?: string | undefined;
1709
- suf?: string | undefined;
1710
- gt?: number | undefined;
1711
- gte?: number | undefined;
1712
- lt?: number | undefined;
1713
- lte?: number | undefined;
1714
- };
1715
-
1716
- export type GetProjectsValue = GetProjectsValue2 | string;
1717
-
1718
- export type GetProjectsHas = {
1719
- type:
1720
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType;
1721
- key?: string | undefined;
1722
- value?: GetProjectsValue2 | string | undefined;
1723
- };
1724
-
1725
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType =
1726
- {
1727
- Path: "path",
1728
- Host: "host",
1729
- Method: "method",
1730
- Header: "header",
1731
- Cookie: "cookie",
1732
- Query: "query",
1733
- IpAddress: "ip_address",
1734
- Protocol: "protocol",
1735
- Scheme: "scheme",
1736
- Environment: "environment",
1737
- Region: "region",
1738
- InitialRequestPath: "initial_request_path",
1739
- } as const;
1740
- export type GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType =
1741
- ClosedEnum<
1742
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType
1743
- >;
1744
-
1745
- export type GetProjectsValueProjects2 = {
1746
- re?: string | undefined;
1747
- eq?: string | undefined;
1748
- neq?: string | undefined;
1749
- inc?: Array<string> | undefined;
1750
- ninc?: Array<string> | undefined;
1751
- pre?: string | undefined;
1752
- suf?: string | undefined;
1753
- gt?: number | undefined;
1754
- gte?: number | undefined;
1755
- lt?: number | undefined;
1756
- lte?: number | undefined;
1757
- };
1758
-
1759
- export type GetProjectsProjectsValue = GetProjectsValueProjects2 | string;
1760
-
1761
- export type GetProjectsMissing = {
1762
- type:
1763
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType;
1764
- key?: string | undefined;
1765
- value?: GetProjectsValueProjects2 | string | undefined;
1766
- };
1767
-
1768
- export const GetProjectsHandle = {
1769
- Init: "init",
1770
- Finalize: "finalize",
1771
- } as const;
1772
- export type GetProjectsHandle = ClosedEnum<typeof GetProjectsHandle>;
1773
-
1774
1714
  export const GetProjectsAction = {
1775
- Deny: "deny",
1776
- Challenge: "challenge",
1777
1715
  Log: "log",
1778
- Bypass: "bypass",
1779
- RateLimit: "rate_limit",
1780
- Redirect: "redirect",
1716
+ Challenge: "challenge",
1717
+ Deny: "deny",
1781
1718
  } as const;
1782
1719
  export type GetProjectsAction = ClosedEnum<typeof GetProjectsAction>;
1783
1720
 
1784
- export const GetProjectsAlgo = {
1785
- FixedWindow: "fixed_window",
1786
- TokenBucket: "token_bucket",
1787
- } as const;
1788
- export type GetProjectsAlgo = ClosedEnum<typeof GetProjectsAlgo>;
1789
-
1790
- export type GetProjectsErl = {
1791
- algo: GetProjectsAlgo;
1792
- window: number;
1793
- limit: number;
1794
- keys: Array<string>;
1795
- };
1796
-
1797
- export type GetProjectsMitigate = {
1798
- action: GetProjectsAction;
1799
- ruleId: string;
1800
- ttl?: number | undefined;
1801
- erl?: GetProjectsErl | undefined;
1802
- };
1803
-
1804
- export type GetProjectsFirewallRoutes = {
1805
- src?: GetProjectsSrc2 | string | undefined;
1806
- has?: Array<GetProjectsHas> | undefined;
1807
- missing?: Array<GetProjectsMissing> | undefined;
1808
- dest?: string | undefined;
1809
- status?: number | undefined;
1810
- handle?: GetProjectsHandle | undefined;
1811
- mitigate?: GetProjectsMitigate | undefined;
1721
+ export type GetProjectsBotFilter = {
1722
+ active: boolean;
1723
+ action?: GetProjectsAction | undefined;
1812
1724
  };
1813
1725
 
1814
1726
  export const GetProjectsProjectsAction = {
1815
- Deny: "deny",
1816
- Challenge: "challenge",
1817
1727
  Log: "log",
1728
+ Challenge: "challenge",
1729
+ Deny: "deny",
1818
1730
  } as const;
1819
1731
  export type GetProjectsProjectsAction = ClosedEnum<
1820
1732
  typeof GetProjectsProjectsAction
1821
1733
  >;
1822
1734
 
1823
- export type GetProjectsBotFilter = {
1735
+ export type GetProjectsAiBots = {
1824
1736
  active: boolean;
1825
1737
  action?: GetProjectsProjectsAction | undefined;
1826
1738
  };
1827
1739
 
1828
1740
  export const GetProjectsProjectsResponseAction = {
1829
- Deny: "deny",
1830
- Challenge: "challenge",
1831
1741
  Log: "log",
1742
+ Challenge: "challenge",
1743
+ Deny: "deny",
1832
1744
  } as const;
1833
1745
  export type GetProjectsProjectsResponseAction = ClosedEnum<
1834
1746
  typeof GetProjectsProjectsResponseAction
1835
1747
  >;
1836
1748
 
1837
- export type GetProjectsAiBots = {
1838
- active: boolean;
1839
- action?: GetProjectsProjectsResponseAction | undefined;
1840
- };
1841
-
1842
- export const GetProjectsProjectsResponse200Action = {
1843
- Deny: "deny",
1844
- Challenge: "challenge",
1845
- Log: "log",
1846
- } as const;
1847
- export type GetProjectsProjectsResponse200Action = ClosedEnum<
1848
- typeof GetProjectsProjectsResponse200Action
1849
- >;
1850
-
1851
1749
  export type GetProjectsOwasp = {
1852
1750
  active: boolean;
1853
- action?: GetProjectsProjectsResponse200Action | undefined;
1751
+ action?: GetProjectsProjectsResponseAction | undefined;
1854
1752
  };
1855
1753
 
1856
1754
  export type GetProjectsManagedRules = {
@@ -1866,7 +1764,6 @@ export type GetProjectsSecurity = {
1866
1764
  firewallUpdatedAt?: number | undefined;
1867
1765
  attackModeActiveUntil?: number | null | undefined;
1868
1766
  firewallConfigVersion?: number | undefined;
1869
- firewallRoutes?: Array<GetProjectsFirewallRoutes> | undefined;
1870
1767
  firewallSeawallEnabled?: boolean | undefined;
1871
1768
  ja3Enabled?: boolean | undefined;
1872
1769
  ja4Enabled?: boolean | undefined;
@@ -1946,6 +1843,7 @@ export type GetProjectsProjects = {
1946
1843
  | GetProjectsLink2
1947
1844
  | GetProjectsLink3
1948
1845
  | GetProjectsLink4
1846
+ | GetProjectsLink5
1949
1847
  | undefined;
1950
1848
  microfrontends?:
1951
1849
  | GetProjectsMicrofrontends1
@@ -2006,6 +1904,7 @@ export type GetProjectsProjects = {
2006
1904
  oidcTokenConfig?: GetProjectsOidcTokenConfig | undefined;
2007
1905
  tier?: GetProjectsTier | undefined;
2008
1906
  features?: GetProjectsFeatures | undefined;
1907
+ v0?: boolean | undefined;
2009
1908
  };
2010
1909
 
2011
1910
  /**
@@ -2401,6 +2300,7 @@ export const GetProjectsConnectConfigurations$inboundSchema: z.ZodType<
2401
2300
  > = z.object({
2402
2301
  envId: z.union([z.string(), GetProjectsEnvId2$inboundSchema]),
2403
2302
  connectConfigurationId: z.string(),
2303
+ dc: z.string().optional(),
2404
2304
  passive: z.boolean(),
2405
2305
  buildsEnabled: z.boolean(),
2406
2306
  aws: z.lazy(() => GetProjectsAws$inboundSchema).optional(),
@@ -2412,6 +2312,7 @@ export const GetProjectsConnectConfigurations$inboundSchema: z.ZodType<
2412
2312
  export type GetProjectsConnectConfigurations$Outbound = {
2413
2313
  envId: string | string;
2414
2314
  connectConfigurationId: string;
2315
+ dc?: string | undefined;
2415
2316
  passive: boolean;
2416
2317
  buildsEnabled: boolean;
2417
2318
  aws?: GetProjectsAws$Outbound | undefined;
@@ -2427,6 +2328,7 @@ export const GetProjectsConnectConfigurations$outboundSchema: z.ZodType<
2427
2328
  > = z.object({
2428
2329
  envId: z.union([z.string(), GetProjectsEnvId2$outboundSchema]),
2429
2330
  connectConfigurationId: z.string(),
2331
+ dc: z.string().optional(),
2430
2332
  passive: z.boolean(),
2431
2333
  buildsEnabled: z.boolean(),
2432
2334
  aws: z.lazy(() => GetProjectsAws$outboundSchema).optional(),
@@ -5597,33 +5499,34 @@ export function getProjectsLatestDeploymentsFromJSON(
5597
5499
  }
5598
5500
 
5599
5501
  /** @internal */
5600
- export const GetProjectsLinkProjectsResponse200Type$inboundSchema:
5601
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> = z.nativeEnum(
5602
- GetProjectsLinkProjectsResponse200Type,
5603
- );
5502
+ export const GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema:
5503
+ z.ZodNativeEnum<
5504
+ typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
5505
+ > = z.nativeEnum(GetProjectsLinkProjectsResponse200ApplicationJSONType);
5604
5506
 
5605
5507
  /** @internal */
5606
- export const GetProjectsLinkProjectsResponse200Type$outboundSchema:
5607
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> =
5608
- GetProjectsLinkProjectsResponse200Type$inboundSchema;
5508
+ export const GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema:
5509
+ z.ZodNativeEnum<
5510
+ typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
5511
+ > = GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema;
5609
5512
 
5610
5513
  /**
5611
5514
  * @internal
5612
5515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5613
5516
  */
5614
- export namespace GetProjectsLinkProjectsResponse200Type$ {
5615
- /** @deprecated use `GetProjectsLinkProjectsResponse200Type$inboundSchema` instead. */
5517
+ export namespace GetProjectsLinkProjectsResponse200ApplicationJSONType$ {
5518
+ /** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
5616
5519
  export const inboundSchema =
5617
- GetProjectsLinkProjectsResponse200Type$inboundSchema;
5618
- /** @deprecated use `GetProjectsLinkProjectsResponse200Type$outboundSchema` instead. */
5520
+ GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema;
5521
+ /** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
5619
5522
  export const outboundSchema =
5620
- GetProjectsLinkProjectsResponse200Type$outboundSchema;
5523
+ GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema;
5621
5524
  }
5622
5525
 
5623
5526
  /** @internal */
5624
- export const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema:
5527
+ export const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
5625
5528
  z.ZodType<
5626
- GetProjectsLinkProjectsResponse200DeployHooks,
5529
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks,
5627
5530
  z.ZodTypeDef,
5628
5531
  unknown
5629
5532
  > = z.object({
@@ -5635,20 +5538,21 @@ export const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema:
5635
5538
  });
5636
5539
 
5637
5540
  /** @internal */
5638
- export type GetProjectsLinkProjectsResponse200DeployHooks$Outbound = {
5639
- createdAt?: number | undefined;
5640
- id: string;
5641
- name: string;
5642
- ref: string;
5643
- url: string;
5644
- };
5541
+ export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound =
5542
+ {
5543
+ createdAt?: number | undefined;
5544
+ id: string;
5545
+ name: string;
5546
+ ref: string;
5547
+ url: string;
5548
+ };
5645
5549
 
5646
5550
  /** @internal */
5647
- export const GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema:
5551
+ export const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema:
5648
5552
  z.ZodType<
5649
- GetProjectsLinkProjectsResponse200DeployHooks$Outbound,
5553
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound,
5650
5554
  z.ZodTypeDef,
5651
- GetProjectsLinkProjectsResponse200DeployHooks
5555
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks
5652
5556
  > = z.object({
5653
5557
  createdAt: z.number().optional(),
5654
5558
  id: z.string(),
@@ -5661,47 +5565,46 @@ export const GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema:
5661
5565
  * @internal
5662
5566
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5663
5567
  */
5664
- export namespace GetProjectsLinkProjectsResponse200DeployHooks$ {
5665
- /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema` instead. */
5568
+ export namespace GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$ {
5569
+ /** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
5666
5570
  export const inboundSchema =
5667
- GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema;
5668
- /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema` instead. */
5571
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema;
5572
+ /** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
5669
5573
  export const outboundSchema =
5670
- GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema;
5671
- /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$Outbound` instead. */
5672
- export type Outbound = GetProjectsLinkProjectsResponse200DeployHooks$Outbound;
5574
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema;
5575
+ /** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
5576
+ export type Outbound =
5577
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
5673
5578
  }
5674
5579
 
5675
- export function getProjectsLinkProjectsResponse200DeployHooksToJSON(
5676
- getProjectsLinkProjectsResponse200DeployHooks:
5677
- GetProjectsLinkProjectsResponse200DeployHooks,
5580
+ export function getProjectsLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(
5581
+ getProjectsLinkProjectsResponse200ApplicationJSONDeployHooks:
5582
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks,
5678
5583
  ): string {
5679
5584
  return JSON.stringify(
5680
- GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema.parse(
5681
- getProjectsLinkProjectsResponse200DeployHooks,
5682
- ),
5585
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
5586
+ .parse(getProjectsLinkProjectsResponse200ApplicationJSONDeployHooks),
5683
5587
  );
5684
5588
  }
5685
5589
 
5686
- export function getProjectsLinkProjectsResponse200DeployHooksFromJSON(
5590
+ export function getProjectsLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(
5687
5591
  jsonString: string,
5688
5592
  ): SafeParseResult<
5689
- GetProjectsLinkProjectsResponse200DeployHooks,
5593
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks,
5690
5594
  SDKValidationError
5691
5595
  > {
5692
5596
  return safeParse(
5693
5597
  jsonString,
5694
5598
  (x) =>
5695
- GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema.parse(
5696
- JSON.parse(x),
5697
- ),
5698
- `Failed to parse 'GetProjectsLinkProjectsResponse200DeployHooks' from JSON`,
5599
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
5600
+ .parse(JSON.parse(x)),
5601
+ `Failed to parse 'GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks' from JSON`,
5699
5602
  );
5700
5603
  }
5701
5604
 
5702
5605
  /** @internal */
5703
- export const GetProjectsLink4$inboundSchema: z.ZodType<
5704
- GetProjectsLink4,
5606
+ export const GetProjectsLink5$inboundSchema: z.ZodType<
5607
+ GetProjectsLink5,
5705
5608
  z.ZodTypeDef,
5706
5609
  unknown
5707
5610
  > = z.object({
@@ -5709,11 +5612,14 @@ export const GetProjectsLink4$inboundSchema: z.ZodType<
5709
5612
  repoOwnerId: z.number().optional(),
5710
5613
  repo: z.string().optional(),
5711
5614
  repoId: z.number().optional(),
5712
- type: GetProjectsLinkProjectsResponse200Type$inboundSchema.optional(),
5615
+ type: GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema
5616
+ .optional(),
5713
5617
  host: z.string().optional(),
5714
5618
  createdAt: z.number().optional(),
5715
5619
  deployHooks: z.array(
5716
- z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema),
5620
+ z.lazy(() =>
5621
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
5622
+ ),
5717
5623
  ),
5718
5624
  gitCredentialId: z.string().optional(),
5719
5625
  updatedAt: z.number().optional(),
@@ -5722,7 +5628,7 @@ export const GetProjectsLink4$inboundSchema: z.ZodType<
5722
5628
  });
5723
5629
 
5724
5630
  /** @internal */
5725
- export type GetProjectsLink4$Outbound = {
5631
+ export type GetProjectsLink5$Outbound = {
5726
5632
  org?: string | undefined;
5727
5633
  repoOwnerId?: number | undefined;
5728
5634
  repo?: string | undefined;
@@ -5730,7 +5636,9 @@ export type GetProjectsLink4$Outbound = {
5730
5636
  type?: string | undefined;
5731
5637
  host?: string | undefined;
5732
5638
  createdAt?: number | undefined;
5733
- deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
5639
+ deployHooks: Array<
5640
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
5641
+ >;
5734
5642
  gitCredentialId?: string | undefined;
5735
5643
  updatedAt?: number | undefined;
5736
5644
  sourceless?: boolean | undefined;
@@ -5738,20 +5646,23 @@ export type GetProjectsLink4$Outbound = {
5738
5646
  };
5739
5647
 
5740
5648
  /** @internal */
5741
- export const GetProjectsLink4$outboundSchema: z.ZodType<
5742
- GetProjectsLink4$Outbound,
5649
+ export const GetProjectsLink5$outboundSchema: z.ZodType<
5650
+ GetProjectsLink5$Outbound,
5743
5651
  z.ZodTypeDef,
5744
- GetProjectsLink4
5652
+ GetProjectsLink5
5745
5653
  > = z.object({
5746
5654
  org: z.string().optional(),
5747
5655
  repoOwnerId: z.number().optional(),
5748
5656
  repo: z.string().optional(),
5749
5657
  repoId: z.number().optional(),
5750
- type: GetProjectsLinkProjectsResponse200Type$outboundSchema.optional(),
5658
+ type: GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema
5659
+ .optional(),
5751
5660
  host: z.string().optional(),
5752
5661
  createdAt: z.number().optional(),
5753
5662
  deployHooks: z.array(
5754
- z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema),
5663
+ z.lazy(() =>
5664
+ GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
5665
+ ),
5755
5666
  ),
5756
5667
  gitCredentialId: z.string().optional(),
5757
5668
  updatedAt: z.number().optional(),
@@ -5763,75 +5674,269 @@ export const GetProjectsLink4$outboundSchema: z.ZodType<
5763
5674
  * @internal
5764
5675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5765
5676
  */
5766
- export namespace GetProjectsLink4$ {
5767
- /** @deprecated use `GetProjectsLink4$inboundSchema` instead. */
5768
- export const inboundSchema = GetProjectsLink4$inboundSchema;
5769
- /** @deprecated use `GetProjectsLink4$outboundSchema` instead. */
5770
- export const outboundSchema = GetProjectsLink4$outboundSchema;
5771
- /** @deprecated use `GetProjectsLink4$Outbound` instead. */
5772
- export type Outbound = GetProjectsLink4$Outbound;
5677
+ export namespace GetProjectsLink5$ {
5678
+ /** @deprecated use `GetProjectsLink5$inboundSchema` instead. */
5679
+ export const inboundSchema = GetProjectsLink5$inboundSchema;
5680
+ /** @deprecated use `GetProjectsLink5$outboundSchema` instead. */
5681
+ export const outboundSchema = GetProjectsLink5$outboundSchema;
5682
+ /** @deprecated use `GetProjectsLink5$Outbound` instead. */
5683
+ export type Outbound = GetProjectsLink5$Outbound;
5773
5684
  }
5774
5685
 
5775
- export function getProjectsLink4ToJSON(
5776
- getProjectsLink4: GetProjectsLink4,
5686
+ export function getProjectsLink5ToJSON(
5687
+ getProjectsLink5: GetProjectsLink5,
5777
5688
  ): string {
5778
5689
  return JSON.stringify(
5779
- GetProjectsLink4$outboundSchema.parse(getProjectsLink4),
5690
+ GetProjectsLink5$outboundSchema.parse(getProjectsLink5),
5780
5691
  );
5781
5692
  }
5782
5693
 
5783
- export function getProjectsLink4FromJSON(
5694
+ export function getProjectsLink5FromJSON(
5784
5695
  jsonString: string,
5785
- ): SafeParseResult<GetProjectsLink4, SDKValidationError> {
5696
+ ): SafeParseResult<GetProjectsLink5, SDKValidationError> {
5786
5697
  return safeParse(
5787
5698
  jsonString,
5788
- (x) => GetProjectsLink4$inboundSchema.parse(JSON.parse(x)),
5789
- `Failed to parse 'GetProjectsLink4' from JSON`,
5699
+ (x) => GetProjectsLink5$inboundSchema.parse(JSON.parse(x)),
5700
+ `Failed to parse 'GetProjectsLink5' from JSON`,
5790
5701
  );
5791
5702
  }
5792
5703
 
5793
5704
  /** @internal */
5794
- export const GetProjectsLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<
5795
- typeof GetProjectsLinkProjectsResponseType
5796
- > = z.nativeEnum(GetProjectsLinkProjectsResponseType);
5705
+ export const GetProjectsLinkProjectsResponse200Type$inboundSchema:
5706
+ z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> = z.nativeEnum(
5707
+ GetProjectsLinkProjectsResponse200Type,
5708
+ );
5797
5709
 
5798
5710
  /** @internal */
5799
- export const GetProjectsLinkProjectsResponseType$outboundSchema:
5800
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponseType> =
5801
- GetProjectsLinkProjectsResponseType$inboundSchema;
5711
+ export const GetProjectsLinkProjectsResponse200Type$outboundSchema:
5712
+ z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> =
5713
+ GetProjectsLinkProjectsResponse200Type$inboundSchema;
5802
5714
 
5803
5715
  /**
5804
5716
  * @internal
5805
5717
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5806
5718
  */
5807
- export namespace GetProjectsLinkProjectsResponseType$ {
5808
- /** @deprecated use `GetProjectsLinkProjectsResponseType$inboundSchema` instead. */
5719
+ export namespace GetProjectsLinkProjectsResponse200Type$ {
5720
+ /** @deprecated use `GetProjectsLinkProjectsResponse200Type$inboundSchema` instead. */
5809
5721
  export const inboundSchema =
5810
- GetProjectsLinkProjectsResponseType$inboundSchema;
5811
- /** @deprecated use `GetProjectsLinkProjectsResponseType$outboundSchema` instead. */
5722
+ GetProjectsLinkProjectsResponse200Type$inboundSchema;
5723
+ /** @deprecated use `GetProjectsLinkProjectsResponse200Type$outboundSchema` instead. */
5812
5724
  export const outboundSchema =
5813
- GetProjectsLinkProjectsResponseType$outboundSchema;
5725
+ GetProjectsLinkProjectsResponse200Type$outboundSchema;
5814
5726
  }
5815
5727
 
5816
5728
  /** @internal */
5817
- export const GetProjectsLinkProjectsResponseDeployHooks$inboundSchema:
5818
- z.ZodType<GetProjectsLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown> =
5819
- z.object({
5820
- createdAt: z.number().optional(),
5821
- id: z.string(),
5822
- name: z.string(),
5823
- ref: z.string(),
5824
- url: z.string(),
5825
- });
5826
-
5827
- /** @internal */
5828
- export type GetProjectsLinkProjectsResponseDeployHooks$Outbound = {
5829
- createdAt?: number | undefined;
5830
- id: string;
5831
- name: string;
5832
- ref: string;
5833
- url: string;
5834
- };
5729
+ export const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema:
5730
+ z.ZodType<
5731
+ GetProjectsLinkProjectsResponse200DeployHooks,
5732
+ z.ZodTypeDef,
5733
+ unknown
5734
+ > = z.object({
5735
+ createdAt: z.number().optional(),
5736
+ id: z.string(),
5737
+ name: z.string(),
5738
+ ref: z.string(),
5739
+ url: z.string(),
5740
+ });
5741
+
5742
+ /** @internal */
5743
+ export type GetProjectsLinkProjectsResponse200DeployHooks$Outbound = {
5744
+ createdAt?: number | undefined;
5745
+ id: string;
5746
+ name: string;
5747
+ ref: string;
5748
+ url: string;
5749
+ };
5750
+
5751
+ /** @internal */
5752
+ export const GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema:
5753
+ z.ZodType<
5754
+ GetProjectsLinkProjectsResponse200DeployHooks$Outbound,
5755
+ z.ZodTypeDef,
5756
+ GetProjectsLinkProjectsResponse200DeployHooks
5757
+ > = z.object({
5758
+ createdAt: z.number().optional(),
5759
+ id: z.string(),
5760
+ name: z.string(),
5761
+ ref: z.string(),
5762
+ url: z.string(),
5763
+ });
5764
+
5765
+ /**
5766
+ * @internal
5767
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5768
+ */
5769
+ export namespace GetProjectsLinkProjectsResponse200DeployHooks$ {
5770
+ /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema` instead. */
5771
+ export const inboundSchema =
5772
+ GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema;
5773
+ /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema` instead. */
5774
+ export const outboundSchema =
5775
+ GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema;
5776
+ /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$Outbound` instead. */
5777
+ export type Outbound = GetProjectsLinkProjectsResponse200DeployHooks$Outbound;
5778
+ }
5779
+
5780
+ export function getProjectsLinkProjectsResponse200DeployHooksToJSON(
5781
+ getProjectsLinkProjectsResponse200DeployHooks:
5782
+ GetProjectsLinkProjectsResponse200DeployHooks,
5783
+ ): string {
5784
+ return JSON.stringify(
5785
+ GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema.parse(
5786
+ getProjectsLinkProjectsResponse200DeployHooks,
5787
+ ),
5788
+ );
5789
+ }
5790
+
5791
+ export function getProjectsLinkProjectsResponse200DeployHooksFromJSON(
5792
+ jsonString: string,
5793
+ ): SafeParseResult<
5794
+ GetProjectsLinkProjectsResponse200DeployHooks,
5795
+ SDKValidationError
5796
+ > {
5797
+ return safeParse(
5798
+ jsonString,
5799
+ (x) =>
5800
+ GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema.parse(
5801
+ JSON.parse(x),
5802
+ ),
5803
+ `Failed to parse 'GetProjectsLinkProjectsResponse200DeployHooks' from JSON`,
5804
+ );
5805
+ }
5806
+
5807
+ /** @internal */
5808
+ export const GetProjectsLink4$inboundSchema: z.ZodType<
5809
+ GetProjectsLink4,
5810
+ z.ZodTypeDef,
5811
+ unknown
5812
+ > = z.object({
5813
+ name: z.string().optional(),
5814
+ slug: z.string().optional(),
5815
+ owner: z.string().optional(),
5816
+ type: GetProjectsLinkProjectsResponse200Type$inboundSchema.optional(),
5817
+ uuid: z.string().optional(),
5818
+ workspaceUuid: z.string().optional(),
5819
+ createdAt: z.number().optional(),
5820
+ deployHooks: z.array(
5821
+ z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema),
5822
+ ),
5823
+ gitCredentialId: z.string().optional(),
5824
+ updatedAt: z.number().optional(),
5825
+ sourceless: z.boolean().optional(),
5826
+ productionBranch: z.string().optional(),
5827
+ });
5828
+
5829
+ /** @internal */
5830
+ export type GetProjectsLink4$Outbound = {
5831
+ name?: string | undefined;
5832
+ slug?: string | undefined;
5833
+ owner?: string | undefined;
5834
+ type?: string | undefined;
5835
+ uuid?: string | undefined;
5836
+ workspaceUuid?: string | undefined;
5837
+ createdAt?: number | undefined;
5838
+ deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
5839
+ gitCredentialId?: string | undefined;
5840
+ updatedAt?: number | undefined;
5841
+ sourceless?: boolean | undefined;
5842
+ productionBranch?: string | undefined;
5843
+ };
5844
+
5845
+ /** @internal */
5846
+ export const GetProjectsLink4$outboundSchema: z.ZodType<
5847
+ GetProjectsLink4$Outbound,
5848
+ z.ZodTypeDef,
5849
+ GetProjectsLink4
5850
+ > = z.object({
5851
+ name: z.string().optional(),
5852
+ slug: z.string().optional(),
5853
+ owner: z.string().optional(),
5854
+ type: GetProjectsLinkProjectsResponse200Type$outboundSchema.optional(),
5855
+ uuid: z.string().optional(),
5856
+ workspaceUuid: z.string().optional(),
5857
+ createdAt: z.number().optional(),
5858
+ deployHooks: z.array(
5859
+ z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema),
5860
+ ),
5861
+ gitCredentialId: z.string().optional(),
5862
+ updatedAt: z.number().optional(),
5863
+ sourceless: z.boolean().optional(),
5864
+ productionBranch: z.string().optional(),
5865
+ });
5866
+
5867
+ /**
5868
+ * @internal
5869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5870
+ */
5871
+ export namespace GetProjectsLink4$ {
5872
+ /** @deprecated use `GetProjectsLink4$inboundSchema` instead. */
5873
+ export const inboundSchema = GetProjectsLink4$inboundSchema;
5874
+ /** @deprecated use `GetProjectsLink4$outboundSchema` instead. */
5875
+ export const outboundSchema = GetProjectsLink4$outboundSchema;
5876
+ /** @deprecated use `GetProjectsLink4$Outbound` instead. */
5877
+ export type Outbound = GetProjectsLink4$Outbound;
5878
+ }
5879
+
5880
+ export function getProjectsLink4ToJSON(
5881
+ getProjectsLink4: GetProjectsLink4,
5882
+ ): string {
5883
+ return JSON.stringify(
5884
+ GetProjectsLink4$outboundSchema.parse(getProjectsLink4),
5885
+ );
5886
+ }
5887
+
5888
+ export function getProjectsLink4FromJSON(
5889
+ jsonString: string,
5890
+ ): SafeParseResult<GetProjectsLink4, SDKValidationError> {
5891
+ return safeParse(
5892
+ jsonString,
5893
+ (x) => GetProjectsLink4$inboundSchema.parse(JSON.parse(x)),
5894
+ `Failed to parse 'GetProjectsLink4' from JSON`,
5895
+ );
5896
+ }
5897
+
5898
+ /** @internal */
5899
+ export const GetProjectsLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<
5900
+ typeof GetProjectsLinkProjectsResponseType
5901
+ > = z.nativeEnum(GetProjectsLinkProjectsResponseType);
5902
+
5903
+ /** @internal */
5904
+ export const GetProjectsLinkProjectsResponseType$outboundSchema:
5905
+ z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponseType> =
5906
+ GetProjectsLinkProjectsResponseType$inboundSchema;
5907
+
5908
+ /**
5909
+ * @internal
5910
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5911
+ */
5912
+ export namespace GetProjectsLinkProjectsResponseType$ {
5913
+ /** @deprecated use `GetProjectsLinkProjectsResponseType$inboundSchema` instead. */
5914
+ export const inboundSchema =
5915
+ GetProjectsLinkProjectsResponseType$inboundSchema;
5916
+ /** @deprecated use `GetProjectsLinkProjectsResponseType$outboundSchema` instead. */
5917
+ export const outboundSchema =
5918
+ GetProjectsLinkProjectsResponseType$outboundSchema;
5919
+ }
5920
+
5921
+ /** @internal */
5922
+ export const GetProjectsLinkProjectsResponseDeployHooks$inboundSchema:
5923
+ z.ZodType<GetProjectsLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown> =
5924
+ z.object({
5925
+ createdAt: z.number().optional(),
5926
+ id: z.string(),
5927
+ name: z.string(),
5928
+ ref: z.string(),
5929
+ url: z.string(),
5930
+ });
5931
+
5932
+ /** @internal */
5933
+ export type GetProjectsLinkProjectsResponseDeployHooks$Outbound = {
5934
+ createdAt?: number | undefined;
5935
+ id: string;
5936
+ name: string;
5937
+ ref: string;
5938
+ url: string;
5939
+ };
5835
5940
 
5836
5941
  /** @internal */
5837
5942
  export const GetProjectsLinkProjectsResponseDeployHooks$outboundSchema:
@@ -5895,12 +6000,13 @@ export const GetProjectsLink3$inboundSchema: z.ZodType<
5895
6000
  z.ZodTypeDef,
5896
6001
  unknown
5897
6002
  > = z.object({
5898
- name: z.string().optional(),
5899
- slug: z.string().optional(),
5900
- owner: z.string().optional(),
6003
+ projectId: z.string().optional(),
6004
+ projectName: z.string().optional(),
6005
+ projectNameWithNamespace: z.string().optional(),
6006
+ projectNamespace: z.string().optional(),
6007
+ projectOwnerId: z.number().optional(),
6008
+ projectUrl: z.string().optional(),
5901
6009
  type: GetProjectsLinkProjectsResponseType$inboundSchema.optional(),
5902
- uuid: z.string().optional(),
5903
- workspaceUuid: z.string().optional(),
5904
6010
  createdAt: z.number().optional(),
5905
6011
  deployHooks: z.array(
5906
6012
  z.lazy(() => GetProjectsLinkProjectsResponseDeployHooks$inboundSchema),
@@ -5913,12 +6019,13 @@ export const GetProjectsLink3$inboundSchema: z.ZodType<
5913
6019
 
5914
6020
  /** @internal */
5915
6021
  export type GetProjectsLink3$Outbound = {
5916
- name?: string | undefined;
5917
- slug?: string | undefined;
5918
- owner?: string | undefined;
6022
+ projectId?: string | undefined;
6023
+ projectName?: string | undefined;
6024
+ projectNameWithNamespace?: string | undefined;
6025
+ projectNamespace?: string | undefined;
6026
+ projectOwnerId?: number | undefined;
6027
+ projectUrl?: string | undefined;
5919
6028
  type?: string | undefined;
5920
- uuid?: string | undefined;
5921
- workspaceUuid?: string | undefined;
5922
6029
  createdAt?: number | undefined;
5923
6030
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
5924
6031
  gitCredentialId?: string | undefined;
@@ -5933,12 +6040,13 @@ export const GetProjectsLink3$outboundSchema: z.ZodType<
5933
6040
  z.ZodTypeDef,
5934
6041
  GetProjectsLink3
5935
6042
  > = z.object({
5936
- name: z.string().optional(),
5937
- slug: z.string().optional(),
5938
- owner: z.string().optional(),
6043
+ projectId: z.string().optional(),
6044
+ projectName: z.string().optional(),
6045
+ projectNameWithNamespace: z.string().optional(),
6046
+ projectNamespace: z.string().optional(),
6047
+ projectOwnerId: z.number().optional(),
6048
+ projectUrl: z.string().optional(),
5939
6049
  type: GetProjectsLinkProjectsResponseType$outboundSchema.optional(),
5940
- uuid: z.string().optional(),
5941
- workspaceUuid: z.string().optional(),
5942
6050
  createdAt: z.number().optional(),
5943
6051
  deployHooks: z.array(
5944
6052
  z.lazy(() => GetProjectsLinkProjectsResponseDeployHooks$outboundSchema),
@@ -6077,36 +6185,32 @@ export const GetProjectsLink2$inboundSchema: z.ZodType<
6077
6185
  z.ZodTypeDef,
6078
6186
  unknown
6079
6187
  > = z.object({
6080
- projectId: z.string().optional(),
6081
- projectName: z.string().optional(),
6082
- projectNameWithNamespace: z.string().optional(),
6083
- projectNamespace: z.string().optional(),
6084
- projectOwnerId: z.number().optional(),
6085
- projectUrl: z.string().optional(),
6086
6188
  type: GetProjectsLinkProjectsType$inboundSchema.optional(),
6189
+ repo: z.string().optional(),
6190
+ repoId: z.number().optional(),
6191
+ updatedAt: z.number().optional(),
6087
6192
  createdAt: z.number().optional(),
6193
+ org: z.string().optional(),
6194
+ repoOwnerId: z.number().optional(),
6088
6195
  deployHooks: z.array(
6089
6196
  z.lazy(() => GetProjectsLinkProjectsDeployHooks$inboundSchema),
6090
6197
  ),
6091
6198
  gitCredentialId: z.string().optional(),
6092
- updatedAt: z.number().optional(),
6093
6199
  sourceless: z.boolean().optional(),
6094
6200
  productionBranch: z.string().optional(),
6095
6201
  });
6096
6202
 
6097
6203
  /** @internal */
6098
6204
  export type GetProjectsLink2$Outbound = {
6099
- projectId?: string | undefined;
6100
- projectName?: string | undefined;
6101
- projectNameWithNamespace?: string | undefined;
6102
- projectNamespace?: string | undefined;
6103
- projectOwnerId?: number | undefined;
6104
- projectUrl?: string | undefined;
6105
6205
  type?: string | undefined;
6206
+ repo?: string | undefined;
6207
+ repoId?: number | undefined;
6208
+ updatedAt?: number | undefined;
6106
6209
  createdAt?: number | undefined;
6210
+ org?: string | undefined;
6211
+ repoOwnerId?: number | undefined;
6107
6212
  deployHooks: Array<GetProjectsLinkProjectsDeployHooks$Outbound>;
6108
6213
  gitCredentialId?: string | undefined;
6109
- updatedAt?: number | undefined;
6110
6214
  sourceless?: boolean | undefined;
6111
6215
  productionBranch?: string | undefined;
6112
6216
  };
@@ -6117,19 +6221,17 @@ export const GetProjectsLink2$outboundSchema: z.ZodType<
6117
6221
  z.ZodTypeDef,
6118
6222
  GetProjectsLink2
6119
6223
  > = z.object({
6120
- projectId: z.string().optional(),
6121
- projectName: z.string().optional(),
6122
- projectNameWithNamespace: z.string().optional(),
6123
- projectNamespace: z.string().optional(),
6124
- projectOwnerId: z.number().optional(),
6125
- projectUrl: z.string().optional(),
6126
6224
  type: GetProjectsLinkProjectsType$outboundSchema.optional(),
6225
+ repo: z.string().optional(),
6226
+ repoId: z.number().optional(),
6227
+ updatedAt: z.number().optional(),
6127
6228
  createdAt: z.number().optional(),
6229
+ org: z.string().optional(),
6230
+ repoOwnerId: z.number().optional(),
6128
6231
  deployHooks: z.array(
6129
6232
  z.lazy(() => GetProjectsLinkProjectsDeployHooks$outboundSchema),
6130
6233
  ),
6131
6234
  gitCredentialId: z.string().optional(),
6132
- updatedAt: z.number().optional(),
6133
6235
  sourceless: z.boolean().optional(),
6134
6236
  productionBranch: z.string().optional(),
6135
6237
  });
@@ -6346,6 +6448,7 @@ export const GetProjectsLink$inboundSchema: z.ZodType<
6346
6448
  z.lazy(() => GetProjectsLink2$inboundSchema),
6347
6449
  z.lazy(() => GetProjectsLink3$inboundSchema),
6348
6450
  z.lazy(() => GetProjectsLink4$inboundSchema),
6451
+ z.lazy(() => GetProjectsLink5$inboundSchema),
6349
6452
  ]);
6350
6453
 
6351
6454
  /** @internal */
@@ -6353,7 +6456,8 @@ export type GetProjectsLink$Outbound =
6353
6456
  | GetProjectsLink1$Outbound
6354
6457
  | GetProjectsLink2$Outbound
6355
6458
  | GetProjectsLink3$Outbound
6356
- | GetProjectsLink4$Outbound;
6459
+ | GetProjectsLink4$Outbound
6460
+ | GetProjectsLink5$Outbound;
6357
6461
 
6358
6462
  /** @internal */
6359
6463
  export const GetProjectsLink$outboundSchema: z.ZodType<
@@ -6365,6 +6469,7 @@ export const GetProjectsLink$outboundSchema: z.ZodType<
6365
6469
  z.lazy(() => GetProjectsLink2$outboundSchema),
6366
6470
  z.lazy(() => GetProjectsLink3$outboundSchema),
6367
6471
  z.lazy(() => GetProjectsLink4$outboundSchema),
6472
+ z.lazy(() => GetProjectsLink5$outboundSchema),
6368
6473
  ]);
6369
6474
 
6370
6475
  /**
@@ -8009,6 +8114,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8009
8114
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
8010
8115
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8011
8116
  deployment: z.array(ACLAction$inboundSchema).optional(),
8117
+ deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
8012
8118
  deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
8013
8119
  deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
8014
8120
  deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
@@ -8061,6 +8167,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8061
8167
  projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8062
8168
  projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8063
8169
  projectTier: z.array(ACLAction$inboundSchema).optional(),
8170
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8064
8171
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
8065
8172
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
8066
8173
  analytics: z.array(ACLAction$inboundSchema).optional(),
@@ -8068,11 +8175,11 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8068
8175
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
8069
8176
  sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8070
8177
  sonar: z.array(ACLAction$inboundSchema).optional(),
8178
+ oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
8071
8179
  user: z.array(ACLAction$inboundSchema).optional(),
8072
8180
  userConnection: z.array(ACLAction$inboundSchema).optional(),
8073
8181
  userSudo: z.array(ACLAction$inboundSchema).optional(),
8074
8182
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
8075
- oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
8076
8183
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
8077
8184
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
8078
8185
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
@@ -8085,6 +8192,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8085
8192
  billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
8086
8193
  billingPlan: z.array(ACLAction$inboundSchema).optional(),
8087
8194
  billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
8195
+ billingRefund: z.array(ACLAction$inboundSchema).optional(),
8088
8196
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
8089
8197
  blob: z.array(ACLAction$inboundSchema).optional(),
8090
8198
  budget: z.array(ACLAction$inboundSchema).optional(),
@@ -8094,6 +8202,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8094
8202
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
8095
8203
  connect: z.array(ACLAction$inboundSchema).optional(),
8096
8204
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
8205
+ defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
8097
8206
  domain: z.array(ACLAction$inboundSchema).optional(),
8098
8207
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
8099
8208
  domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
@@ -8128,6 +8237,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8128
8237
  marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8129
8238
  marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8130
8239
  marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8240
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8131
8241
  marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8132
8242
  marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8133
8243
  .optional(),
@@ -8155,8 +8265,10 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8155
8265
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8156
8266
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8157
8267
  observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8268
+ observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
8158
8269
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
8159
8270
  vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8271
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8160
8272
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
8161
8273
  permissions: z.array(ACLAction$inboundSchema).optional(),
8162
8274
  postgres: z.array(ACLAction$inboundSchema).optional(),
@@ -8228,6 +8340,7 @@ export type GetProjectsPermissions$Outbound = {
8228
8340
  connectConfigurationLink?: Array<string> | undefined;
8229
8341
  dataCacheNamespace?: Array<string> | undefined;
8230
8342
  deployment?: Array<string> | undefined;
8343
+ deploymentBuildLogs?: Array<string> | undefined;
8231
8344
  deploymentCheck?: Array<string> | undefined;
8232
8345
  deploymentCheckPreview?: Array<string> | undefined;
8233
8346
  deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
@@ -8278,6 +8391,7 @@ export type GetProjectsPermissions$Outbound = {
8278
8391
  projectDeploymentExpiration?: Array<string> | undefined;
8279
8392
  projectRollingRelease?: Array<string> | undefined;
8280
8393
  projectTier?: Array<string> | undefined;
8394
+ projectOIDCToken?: Array<string> | undefined;
8281
8395
  seawallConfig?: Array<string> | undefined;
8282
8396
  skewProtection?: Array<string> | undefined;
8283
8397
  analytics?: Array<string> | undefined;
@@ -8285,11 +8399,11 @@ export type GetProjectsPermissions$Outbound = {
8285
8399
  webAnalytics?: Array<string> | undefined;
8286
8400
  sharedEnvVarConnection?: Array<string> | undefined;
8287
8401
  sonar?: Array<string> | undefined;
8402
+ oauth2Connection?: Array<string> | undefined;
8288
8403
  user?: Array<string> | undefined;
8289
8404
  userConnection?: Array<string> | undefined;
8290
8405
  userSudo?: Array<string> | undefined;
8291
8406
  webAuthn?: Array<string> | undefined;
8292
- oauth2Connection?: Array<string> | undefined;
8293
8407
  accessGroup?: Array<string> | undefined;
8294
8408
  aliasGlobal?: Array<string> | undefined;
8295
8409
  analyticsSampling?: Array<string> | undefined;
@@ -8302,6 +8416,7 @@ export type GetProjectsPermissions$Outbound = {
8302
8416
  billingInvoiceLanguage?: Array<string> | undefined;
8303
8417
  billingPlan?: Array<string> | undefined;
8304
8418
  billingPurchaseOrder?: Array<string> | undefined;
8419
+ billingRefund?: Array<string> | undefined;
8305
8420
  billingTaxId?: Array<string> | undefined;
8306
8421
  blob?: Array<string> | undefined;
8307
8422
  budget?: Array<string> | undefined;
@@ -8311,6 +8426,7 @@ export type GetProjectsPermissions$Outbound = {
8311
8426
  concurrentBuilds?: Array<string> | undefined;
8312
8427
  connect?: Array<string> | undefined;
8313
8428
  connectConfiguration?: Array<string> | undefined;
8429
+ defaultDeploymentProtection?: Array<string> | undefined;
8314
8430
  domain?: Array<string> | undefined;
8315
8431
  domainAcceptDelegation?: Array<string> | undefined;
8316
8432
  domainAuthCodes?: Array<string> | undefined;
@@ -8343,6 +8459,7 @@ export type GetProjectsPermissions$Outbound = {
8343
8459
  marketplaceInstallationMember?: Array<string> | undefined;
8344
8460
  marketplaceBillingData?: Array<string> | undefined;
8345
8461
  marketplaceInvoice?: Array<string> | undefined;
8462
+ marketplaceSettings?: Array<string> | undefined;
8346
8463
  marketplaceExperimentationItem?: Array<string> | undefined;
8347
8464
  marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8348
8465
  jobGlobal?: Array<string> | undefined;
@@ -8369,8 +8486,10 @@ export type GetProjectsPermissions$Outbound = {
8369
8486
  notificationStatementOfReasons?: Array<string> | undefined;
8370
8487
  observabilityConfiguration?: Array<string> | undefined;
8371
8488
  observabilityNotebook?: Array<string> | undefined;
8489
+ observabilityFunnel?: Array<string> | undefined;
8372
8490
  openTelemetryEndpoint?: Array<string> | undefined;
8373
8491
  vercelAppInstallation?: Array<string> | undefined;
8492
+ vercelAppInstallationRequest?: Array<string> | undefined;
8374
8493
  paymentMethod?: Array<string> | undefined;
8375
8494
  permissions?: Array<string> | undefined;
8376
8495
  postgres?: Array<string> | undefined;
@@ -8440,6 +8559,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8440
8559
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
8441
8560
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
8442
8561
  deployment: z.array(ACLAction$outboundSchema).optional(),
8562
+ deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
8443
8563
  deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
8444
8564
  deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
8445
8565
  deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
@@ -8492,6 +8612,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8492
8612
  projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
8493
8613
  projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
8494
8614
  projectTier: z.array(ACLAction$outboundSchema).optional(),
8615
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
8495
8616
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
8496
8617
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
8497
8618
  analytics: z.array(ACLAction$outboundSchema).optional(),
@@ -8499,11 +8620,11 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8499
8620
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
8500
8621
  sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
8501
8622
  sonar: z.array(ACLAction$outboundSchema).optional(),
8623
+ oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
8502
8624
  user: z.array(ACLAction$outboundSchema).optional(),
8503
8625
  userConnection: z.array(ACLAction$outboundSchema).optional(),
8504
8626
  userSudo: z.array(ACLAction$outboundSchema).optional(),
8505
8627
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
8506
- oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
8507
8628
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
8508
8629
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
8509
8630
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
@@ -8516,6 +8637,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8516
8637
  billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
8517
8638
  billingPlan: z.array(ACLAction$outboundSchema).optional(),
8518
8639
  billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
8640
+ billingRefund: z.array(ACLAction$outboundSchema).optional(),
8519
8641
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
8520
8642
  blob: z.array(ACLAction$outboundSchema).optional(),
8521
8643
  budget: z.array(ACLAction$outboundSchema).optional(),
@@ -8525,6 +8647,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8525
8647
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
8526
8648
  connect: z.array(ACLAction$outboundSchema).optional(),
8527
8649
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
8650
+ defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
8528
8651
  domain: z.array(ACLAction$outboundSchema).optional(),
8529
8652
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
8530
8653
  domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
@@ -8561,6 +8684,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8561
8684
  marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
8562
8685
  marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
8563
8686
  marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
8687
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
8564
8688
  marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
8565
8689
  marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
8566
8690
  .optional(),
@@ -8588,8 +8712,10 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8588
8712
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
8589
8713
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
8590
8714
  observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
8715
+ observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
8591
8716
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
8592
8717
  vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
8718
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
8593
8719
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
8594
8720
  permissions: z.array(ACLAction$outboundSchema).optional(),
8595
8721
  postgres: z.array(ACLAction$outboundSchema).optional(),
@@ -9347,1109 +9473,263 @@ export const GetProjectsTrustedIps$outboundSchema: z.ZodType<
9347
9473
  z.ZodTypeDef,
9348
9474
  GetProjectsTrustedIps
9349
9475
  > = z.union([
9350
- z.lazy(() => GetProjectsTrustedIps1$outboundSchema),
9351
- z.lazy(() => GetProjectsTrustedIps2$outboundSchema),
9352
- ]);
9353
-
9354
- /**
9355
- * @internal
9356
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9357
- */
9358
- export namespace GetProjectsTrustedIps$ {
9359
- /** @deprecated use `GetProjectsTrustedIps$inboundSchema` instead. */
9360
- export const inboundSchema = GetProjectsTrustedIps$inboundSchema;
9361
- /** @deprecated use `GetProjectsTrustedIps$outboundSchema` instead. */
9362
- export const outboundSchema = GetProjectsTrustedIps$outboundSchema;
9363
- /** @deprecated use `GetProjectsTrustedIps$Outbound` instead. */
9364
- export type Outbound = GetProjectsTrustedIps$Outbound;
9365
- }
9366
-
9367
- export function getProjectsTrustedIpsToJSON(
9368
- getProjectsTrustedIps: GetProjectsTrustedIps,
9369
- ): string {
9370
- return JSON.stringify(
9371
- GetProjectsTrustedIps$outboundSchema.parse(getProjectsTrustedIps),
9372
- );
9373
- }
9374
-
9375
- export function getProjectsTrustedIpsFromJSON(
9376
- jsonString: string,
9377
- ): SafeParseResult<GetProjectsTrustedIps, SDKValidationError> {
9378
- return safeParse(
9379
- jsonString,
9380
- (x) => GetProjectsTrustedIps$inboundSchema.parse(JSON.parse(x)),
9381
- `Failed to parse 'GetProjectsTrustedIps' from JSON`,
9382
- );
9383
- }
9384
-
9385
- /** @internal */
9386
- export const GetProjectsGitComments$inboundSchema: z.ZodType<
9387
- GetProjectsGitComments,
9388
- z.ZodTypeDef,
9389
- unknown
9390
- > = z.object({
9391
- onPullRequest: z.boolean(),
9392
- onCommit: z.boolean(),
9393
- });
9394
-
9395
- /** @internal */
9396
- export type GetProjectsGitComments$Outbound = {
9397
- onPullRequest: boolean;
9398
- onCommit: boolean;
9399
- };
9400
-
9401
- /** @internal */
9402
- export const GetProjectsGitComments$outboundSchema: z.ZodType<
9403
- GetProjectsGitComments$Outbound,
9404
- z.ZodTypeDef,
9405
- GetProjectsGitComments
9406
- > = z.object({
9407
- onPullRequest: z.boolean(),
9408
- onCommit: z.boolean(),
9409
- });
9410
-
9411
- /**
9412
- * @internal
9413
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9414
- */
9415
- export namespace GetProjectsGitComments$ {
9416
- /** @deprecated use `GetProjectsGitComments$inboundSchema` instead. */
9417
- export const inboundSchema = GetProjectsGitComments$inboundSchema;
9418
- /** @deprecated use `GetProjectsGitComments$outboundSchema` instead. */
9419
- export const outboundSchema = GetProjectsGitComments$outboundSchema;
9420
- /** @deprecated use `GetProjectsGitComments$Outbound` instead. */
9421
- export type Outbound = GetProjectsGitComments$Outbound;
9422
- }
9423
-
9424
- export function getProjectsGitCommentsToJSON(
9425
- getProjectsGitComments: GetProjectsGitComments,
9426
- ): string {
9427
- return JSON.stringify(
9428
- GetProjectsGitComments$outboundSchema.parse(getProjectsGitComments),
9429
- );
9430
- }
9431
-
9432
- export function getProjectsGitCommentsFromJSON(
9433
- jsonString: string,
9434
- ): SafeParseResult<GetProjectsGitComments, SDKValidationError> {
9435
- return safeParse(
9436
- jsonString,
9437
- (x) => GetProjectsGitComments$inboundSchema.parse(JSON.parse(x)),
9438
- `Failed to parse 'GetProjectsGitComments' from JSON`,
9439
- );
9440
- }
9441
-
9442
- /** @internal */
9443
- export const GetProjectsCreateDeployments$inboundSchema: z.ZodNativeEnum<
9444
- typeof GetProjectsCreateDeployments
9445
- > = z.nativeEnum(GetProjectsCreateDeployments);
9446
-
9447
- /** @internal */
9448
- export const GetProjectsCreateDeployments$outboundSchema: z.ZodNativeEnum<
9449
- typeof GetProjectsCreateDeployments
9450
- > = GetProjectsCreateDeployments$inboundSchema;
9451
-
9452
- /**
9453
- * @internal
9454
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9455
- */
9456
- export namespace GetProjectsCreateDeployments$ {
9457
- /** @deprecated use `GetProjectsCreateDeployments$inboundSchema` instead. */
9458
- export const inboundSchema = GetProjectsCreateDeployments$inboundSchema;
9459
- /** @deprecated use `GetProjectsCreateDeployments$outboundSchema` instead. */
9460
- export const outboundSchema = GetProjectsCreateDeployments$outboundSchema;
9461
- }
9462
-
9463
- /** @internal */
9464
- export const GetProjectsGitProviderOptions$inboundSchema: z.ZodType<
9465
- GetProjectsGitProviderOptions,
9466
- z.ZodTypeDef,
9467
- unknown
9468
- > = z.object({
9469
- createDeployments: GetProjectsCreateDeployments$inboundSchema,
9470
- });
9471
-
9472
- /** @internal */
9473
- export type GetProjectsGitProviderOptions$Outbound = {
9474
- createDeployments: string;
9475
- };
9476
-
9477
- /** @internal */
9478
- export const GetProjectsGitProviderOptions$outboundSchema: z.ZodType<
9479
- GetProjectsGitProviderOptions$Outbound,
9480
- z.ZodTypeDef,
9481
- GetProjectsGitProviderOptions
9482
- > = z.object({
9483
- createDeployments: GetProjectsCreateDeployments$outboundSchema,
9484
- });
9485
-
9486
- /**
9487
- * @internal
9488
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9489
- */
9490
- export namespace GetProjectsGitProviderOptions$ {
9491
- /** @deprecated use `GetProjectsGitProviderOptions$inboundSchema` instead. */
9492
- export const inboundSchema = GetProjectsGitProviderOptions$inboundSchema;
9493
- /** @deprecated use `GetProjectsGitProviderOptions$outboundSchema` instead. */
9494
- export const outboundSchema = GetProjectsGitProviderOptions$outboundSchema;
9495
- /** @deprecated use `GetProjectsGitProviderOptions$Outbound` instead. */
9496
- export type Outbound = GetProjectsGitProviderOptions$Outbound;
9497
- }
9498
-
9499
- export function getProjectsGitProviderOptionsToJSON(
9500
- getProjectsGitProviderOptions: GetProjectsGitProviderOptions,
9501
- ): string {
9502
- return JSON.stringify(
9503
- GetProjectsGitProviderOptions$outboundSchema.parse(
9504
- getProjectsGitProviderOptions,
9505
- ),
9506
- );
9507
- }
9508
-
9509
- export function getProjectsGitProviderOptionsFromJSON(
9510
- jsonString: string,
9511
- ): SafeParseResult<GetProjectsGitProviderOptions, SDKValidationError> {
9512
- return safeParse(
9513
- jsonString,
9514
- (x) => GetProjectsGitProviderOptions$inboundSchema.parse(JSON.parse(x)),
9515
- `Failed to parse 'GetProjectsGitProviderOptions' from JSON`,
9516
- );
9517
- }
9518
-
9519
- /** @internal */
9520
- export const GetProjectsWebAnalytics$inboundSchema: z.ZodType<
9521
- GetProjectsWebAnalytics,
9522
- z.ZodTypeDef,
9523
- unknown
9524
- > = z.object({
9525
- id: z.string(),
9526
- disabledAt: z.number().optional(),
9527
- canceledAt: z.number().optional(),
9528
- enabledAt: z.number().optional(),
9529
- hasData: z.boolean().optional(),
9530
- });
9531
-
9532
- /** @internal */
9533
- export type GetProjectsWebAnalytics$Outbound = {
9534
- id: string;
9535
- disabledAt?: number | undefined;
9536
- canceledAt?: number | undefined;
9537
- enabledAt?: number | undefined;
9538
- hasData?: boolean | undefined;
9539
- };
9540
-
9541
- /** @internal */
9542
- export const GetProjectsWebAnalytics$outboundSchema: z.ZodType<
9543
- GetProjectsWebAnalytics$Outbound,
9544
- z.ZodTypeDef,
9545
- GetProjectsWebAnalytics
9546
- > = z.object({
9547
- id: z.string(),
9548
- disabledAt: z.number().optional(),
9549
- canceledAt: z.number().optional(),
9550
- enabledAt: z.number().optional(),
9551
- hasData: z.boolean().optional(),
9552
- });
9553
-
9554
- /**
9555
- * @internal
9556
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9557
- */
9558
- export namespace GetProjectsWebAnalytics$ {
9559
- /** @deprecated use `GetProjectsWebAnalytics$inboundSchema` instead. */
9560
- export const inboundSchema = GetProjectsWebAnalytics$inboundSchema;
9561
- /** @deprecated use `GetProjectsWebAnalytics$outboundSchema` instead. */
9562
- export const outboundSchema = GetProjectsWebAnalytics$outboundSchema;
9563
- /** @deprecated use `GetProjectsWebAnalytics$Outbound` instead. */
9564
- export type Outbound = GetProjectsWebAnalytics$Outbound;
9565
- }
9566
-
9567
- export function getProjectsWebAnalyticsToJSON(
9568
- getProjectsWebAnalytics: GetProjectsWebAnalytics,
9569
- ): string {
9570
- return JSON.stringify(
9571
- GetProjectsWebAnalytics$outboundSchema.parse(getProjectsWebAnalytics),
9572
- );
9573
- }
9574
-
9575
- export function getProjectsWebAnalyticsFromJSON(
9576
- jsonString: string,
9577
- ): SafeParseResult<GetProjectsWebAnalytics, SDKValidationError> {
9578
- return safeParse(
9579
- jsonString,
9580
- (x) => GetProjectsWebAnalytics$inboundSchema.parse(JSON.parse(x)),
9581
- `Failed to parse 'GetProjectsWebAnalytics' from JSON`,
9582
- );
9583
- }
9584
-
9585
- /** @internal */
9586
- export const GetProjectsSrc2$inboundSchema: z.ZodType<
9587
- GetProjectsSrc2,
9588
- z.ZodTypeDef,
9589
- unknown
9590
- > = z.object({
9591
- re: z.string().optional(),
9592
- eq: z.string().optional(),
9593
- neq: z.string().optional(),
9594
- inc: z.array(z.string()).optional(),
9595
- ninc: z.array(z.string()).optional(),
9596
- pre: z.string().optional(),
9597
- suf: z.string().optional(),
9598
- gt: z.number().optional(),
9599
- gte: z.number().optional(),
9600
- lt: z.number().optional(),
9601
- lte: z.number().optional(),
9602
- });
9603
-
9604
- /** @internal */
9605
- export type GetProjectsSrc2$Outbound = {
9606
- re?: string | undefined;
9607
- eq?: string | undefined;
9608
- neq?: string | undefined;
9609
- inc?: Array<string> | undefined;
9610
- ninc?: Array<string> | undefined;
9611
- pre?: string | undefined;
9612
- suf?: string | undefined;
9613
- gt?: number | undefined;
9614
- gte?: number | undefined;
9615
- lt?: number | undefined;
9616
- lte?: number | undefined;
9617
- };
9618
-
9619
- /** @internal */
9620
- export const GetProjectsSrc2$outboundSchema: z.ZodType<
9621
- GetProjectsSrc2$Outbound,
9622
- z.ZodTypeDef,
9623
- GetProjectsSrc2
9624
- > = z.object({
9625
- re: z.string().optional(),
9626
- eq: z.string().optional(),
9627
- neq: z.string().optional(),
9628
- inc: z.array(z.string()).optional(),
9629
- ninc: z.array(z.string()).optional(),
9630
- pre: z.string().optional(),
9631
- suf: z.string().optional(),
9632
- gt: z.number().optional(),
9633
- gte: z.number().optional(),
9634
- lt: z.number().optional(),
9635
- lte: z.number().optional(),
9636
- });
9637
-
9638
- /**
9639
- * @internal
9640
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9641
- */
9642
- export namespace GetProjectsSrc2$ {
9643
- /** @deprecated use `GetProjectsSrc2$inboundSchema` instead. */
9644
- export const inboundSchema = GetProjectsSrc2$inboundSchema;
9645
- /** @deprecated use `GetProjectsSrc2$outboundSchema` instead. */
9646
- export const outboundSchema = GetProjectsSrc2$outboundSchema;
9647
- /** @deprecated use `GetProjectsSrc2$Outbound` instead. */
9648
- export type Outbound = GetProjectsSrc2$Outbound;
9649
- }
9650
-
9651
- export function getProjectsSrc2ToJSON(
9652
- getProjectsSrc2: GetProjectsSrc2,
9653
- ): string {
9654
- return JSON.stringify(GetProjectsSrc2$outboundSchema.parse(getProjectsSrc2));
9655
- }
9656
-
9657
- export function getProjectsSrc2FromJSON(
9658
- jsonString: string,
9659
- ): SafeParseResult<GetProjectsSrc2, SDKValidationError> {
9660
- return safeParse(
9661
- jsonString,
9662
- (x) => GetProjectsSrc2$inboundSchema.parse(JSON.parse(x)),
9663
- `Failed to parse 'GetProjectsSrc2' from JSON`,
9664
- );
9665
- }
9666
-
9667
- /** @internal */
9668
- export const GetProjectsSrc$inboundSchema: z.ZodType<
9669
- GetProjectsSrc,
9670
- z.ZodTypeDef,
9671
- unknown
9672
- > = z.union([z.lazy(() => GetProjectsSrc2$inboundSchema), z.string()]);
9673
-
9674
- /** @internal */
9675
- export type GetProjectsSrc$Outbound = GetProjectsSrc2$Outbound | string;
9676
-
9677
- /** @internal */
9678
- export const GetProjectsSrc$outboundSchema: z.ZodType<
9679
- GetProjectsSrc$Outbound,
9680
- z.ZodTypeDef,
9681
- GetProjectsSrc
9682
- > = z.union([z.lazy(() => GetProjectsSrc2$outboundSchema), z.string()]);
9683
-
9684
- /**
9685
- * @internal
9686
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9687
- */
9688
- export namespace GetProjectsSrc$ {
9689
- /** @deprecated use `GetProjectsSrc$inboundSchema` instead. */
9690
- export const inboundSchema = GetProjectsSrc$inboundSchema;
9691
- /** @deprecated use `GetProjectsSrc$outboundSchema` instead. */
9692
- export const outboundSchema = GetProjectsSrc$outboundSchema;
9693
- /** @deprecated use `GetProjectsSrc$Outbound` instead. */
9694
- export type Outbound = GetProjectsSrc$Outbound;
9695
- }
9696
-
9697
- export function getProjectsSrcToJSON(getProjectsSrc: GetProjectsSrc): string {
9698
- return JSON.stringify(GetProjectsSrc$outboundSchema.parse(getProjectsSrc));
9699
- }
9700
-
9701
- export function getProjectsSrcFromJSON(
9702
- jsonString: string,
9703
- ): SafeParseResult<GetProjectsSrc, SDKValidationError> {
9704
- return safeParse(
9705
- jsonString,
9706
- (x) => GetProjectsSrc$inboundSchema.parse(JSON.parse(x)),
9707
- `Failed to parse 'GetProjectsSrc' from JSON`,
9708
- );
9709
- }
9710
-
9711
- /** @internal */
9712
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema:
9713
- z.ZodNativeEnum<
9714
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType
9715
- > = z.nativeEnum(
9716
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType,
9717
- );
9718
-
9719
- /** @internal */
9720
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema:
9721
- z.ZodNativeEnum<
9722
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType
9723
- > =
9724
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema;
9725
-
9726
- /**
9727
- * @internal
9728
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9729
- */
9730
- export namespace GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$ {
9731
- /** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema` instead. */
9732
- export const inboundSchema =
9733
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema;
9734
- /** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema` instead. */
9735
- export const outboundSchema =
9736
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema;
9737
- }
9738
-
9739
- /** @internal */
9740
- export const GetProjectsValue2$inboundSchema: z.ZodType<
9741
- GetProjectsValue2,
9742
- z.ZodTypeDef,
9743
- unknown
9744
- > = z.object({
9745
- re: z.string().optional(),
9746
- eq: z.string().optional(),
9747
- neq: z.string().optional(),
9748
- inc: z.array(z.string()).optional(),
9749
- ninc: z.array(z.string()).optional(),
9750
- pre: z.string().optional(),
9751
- suf: z.string().optional(),
9752
- gt: z.number().optional(),
9753
- gte: z.number().optional(),
9754
- lt: z.number().optional(),
9755
- lte: z.number().optional(),
9756
- });
9757
-
9758
- /** @internal */
9759
- export type GetProjectsValue2$Outbound = {
9760
- re?: string | undefined;
9761
- eq?: string | undefined;
9762
- neq?: string | undefined;
9763
- inc?: Array<string> | undefined;
9764
- ninc?: Array<string> | undefined;
9765
- pre?: string | undefined;
9766
- suf?: string | undefined;
9767
- gt?: number | undefined;
9768
- gte?: number | undefined;
9769
- lt?: number | undefined;
9770
- lte?: number | undefined;
9771
- };
9772
-
9773
- /** @internal */
9774
- export const GetProjectsValue2$outboundSchema: z.ZodType<
9775
- GetProjectsValue2$Outbound,
9776
- z.ZodTypeDef,
9777
- GetProjectsValue2
9778
- > = z.object({
9779
- re: z.string().optional(),
9780
- eq: z.string().optional(),
9781
- neq: z.string().optional(),
9782
- inc: z.array(z.string()).optional(),
9783
- ninc: z.array(z.string()).optional(),
9784
- pre: z.string().optional(),
9785
- suf: z.string().optional(),
9786
- gt: z.number().optional(),
9787
- gte: z.number().optional(),
9788
- lt: z.number().optional(),
9789
- lte: z.number().optional(),
9790
- });
9791
-
9792
- /**
9793
- * @internal
9794
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9795
- */
9796
- export namespace GetProjectsValue2$ {
9797
- /** @deprecated use `GetProjectsValue2$inboundSchema` instead. */
9798
- export const inboundSchema = GetProjectsValue2$inboundSchema;
9799
- /** @deprecated use `GetProjectsValue2$outboundSchema` instead. */
9800
- export const outboundSchema = GetProjectsValue2$outboundSchema;
9801
- /** @deprecated use `GetProjectsValue2$Outbound` instead. */
9802
- export type Outbound = GetProjectsValue2$Outbound;
9803
- }
9804
-
9805
- export function getProjectsValue2ToJSON(
9806
- getProjectsValue2: GetProjectsValue2,
9807
- ): string {
9808
- return JSON.stringify(
9809
- GetProjectsValue2$outboundSchema.parse(getProjectsValue2),
9810
- );
9811
- }
9812
-
9813
- export function getProjectsValue2FromJSON(
9814
- jsonString: string,
9815
- ): SafeParseResult<GetProjectsValue2, SDKValidationError> {
9816
- return safeParse(
9817
- jsonString,
9818
- (x) => GetProjectsValue2$inboundSchema.parse(JSON.parse(x)),
9819
- `Failed to parse 'GetProjectsValue2' from JSON`,
9820
- );
9821
- }
9822
-
9823
- /** @internal */
9824
- export const GetProjectsValue$inboundSchema: z.ZodType<
9825
- GetProjectsValue,
9826
- z.ZodTypeDef,
9827
- unknown
9828
- > = z.union([z.lazy(() => GetProjectsValue2$inboundSchema), z.string()]);
9829
-
9830
- /** @internal */
9831
- export type GetProjectsValue$Outbound = GetProjectsValue2$Outbound | string;
9832
-
9833
- /** @internal */
9834
- export const GetProjectsValue$outboundSchema: z.ZodType<
9835
- GetProjectsValue$Outbound,
9836
- z.ZodTypeDef,
9837
- GetProjectsValue
9838
- > = z.union([z.lazy(() => GetProjectsValue2$outboundSchema), z.string()]);
9839
-
9840
- /**
9841
- * @internal
9842
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9843
- */
9844
- export namespace GetProjectsValue$ {
9845
- /** @deprecated use `GetProjectsValue$inboundSchema` instead. */
9846
- export const inboundSchema = GetProjectsValue$inboundSchema;
9847
- /** @deprecated use `GetProjectsValue$outboundSchema` instead. */
9848
- export const outboundSchema = GetProjectsValue$outboundSchema;
9849
- /** @deprecated use `GetProjectsValue$Outbound` instead. */
9850
- export type Outbound = GetProjectsValue$Outbound;
9851
- }
9852
-
9853
- export function getProjectsValueToJSON(
9854
- getProjectsValue: GetProjectsValue,
9855
- ): string {
9856
- return JSON.stringify(
9857
- GetProjectsValue$outboundSchema.parse(getProjectsValue),
9858
- );
9859
- }
9860
-
9861
- export function getProjectsValueFromJSON(
9862
- jsonString: string,
9863
- ): SafeParseResult<GetProjectsValue, SDKValidationError> {
9864
- return safeParse(
9865
- jsonString,
9866
- (x) => GetProjectsValue$inboundSchema.parse(JSON.parse(x)),
9867
- `Failed to parse 'GetProjectsValue' from JSON`,
9868
- );
9869
- }
9870
-
9871
- /** @internal */
9872
- export const GetProjectsHas$inboundSchema: z.ZodType<
9873
- GetProjectsHas,
9874
- z.ZodTypeDef,
9875
- unknown
9876
- > = z.object({
9877
- type:
9878
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema,
9879
- key: z.string().optional(),
9880
- value: z.union([z.lazy(() => GetProjectsValue2$inboundSchema), z.string()])
9881
- .optional(),
9882
- });
9883
-
9884
- /** @internal */
9885
- export type GetProjectsHas$Outbound = {
9886
- type: string;
9887
- key?: string | undefined;
9888
- value?: GetProjectsValue2$Outbound | string | undefined;
9889
- };
9890
-
9891
- /** @internal */
9892
- export const GetProjectsHas$outboundSchema: z.ZodType<
9893
- GetProjectsHas$Outbound,
9894
- z.ZodTypeDef,
9895
- GetProjectsHas
9896
- > = z.object({
9897
- type:
9898
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema,
9899
- key: z.string().optional(),
9900
- value: z.union([z.lazy(() => GetProjectsValue2$outboundSchema), z.string()])
9901
- .optional(),
9902
- });
9903
-
9904
- /**
9905
- * @internal
9906
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9907
- */
9908
- export namespace GetProjectsHas$ {
9909
- /** @deprecated use `GetProjectsHas$inboundSchema` instead. */
9910
- export const inboundSchema = GetProjectsHas$inboundSchema;
9911
- /** @deprecated use `GetProjectsHas$outboundSchema` instead. */
9912
- export const outboundSchema = GetProjectsHas$outboundSchema;
9913
- /** @deprecated use `GetProjectsHas$Outbound` instead. */
9914
- export type Outbound = GetProjectsHas$Outbound;
9915
- }
9916
-
9917
- export function getProjectsHasToJSON(getProjectsHas: GetProjectsHas): string {
9918
- return JSON.stringify(GetProjectsHas$outboundSchema.parse(getProjectsHas));
9919
- }
9920
-
9921
- export function getProjectsHasFromJSON(
9922
- jsonString: string,
9923
- ): SafeParseResult<GetProjectsHas, SDKValidationError> {
9924
- return safeParse(
9925
- jsonString,
9926
- (x) => GetProjectsHas$inboundSchema.parse(JSON.parse(x)),
9927
- `Failed to parse 'GetProjectsHas' from JSON`,
9928
- );
9929
- }
9930
-
9931
- /** @internal */
9932
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema:
9933
- z.ZodNativeEnum<
9934
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType
9935
- > = z.nativeEnum(
9936
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType,
9937
- );
9938
-
9939
- /** @internal */
9940
- export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema:
9941
- z.ZodNativeEnum<
9942
- typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType
9943
- > =
9944
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema;
9945
-
9946
- /**
9947
- * @internal
9948
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9949
- */
9950
- export namespace GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$ {
9951
- /** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema` instead. */
9952
- export const inboundSchema =
9953
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema;
9954
- /** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema` instead. */
9955
- export const outboundSchema =
9956
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema;
9957
- }
9958
-
9959
- /** @internal */
9960
- export const GetProjectsValueProjects2$inboundSchema: z.ZodType<
9961
- GetProjectsValueProjects2,
9962
- z.ZodTypeDef,
9963
- unknown
9964
- > = z.object({
9965
- re: z.string().optional(),
9966
- eq: z.string().optional(),
9967
- neq: z.string().optional(),
9968
- inc: z.array(z.string()).optional(),
9969
- ninc: z.array(z.string()).optional(),
9970
- pre: z.string().optional(),
9971
- suf: z.string().optional(),
9972
- gt: z.number().optional(),
9973
- gte: z.number().optional(),
9974
- lt: z.number().optional(),
9975
- lte: z.number().optional(),
9976
- });
9977
-
9978
- /** @internal */
9979
- export type GetProjectsValueProjects2$Outbound = {
9980
- re?: string | undefined;
9981
- eq?: string | undefined;
9982
- neq?: string | undefined;
9983
- inc?: Array<string> | undefined;
9984
- ninc?: Array<string> | undefined;
9985
- pre?: string | undefined;
9986
- suf?: string | undefined;
9987
- gt?: number | undefined;
9988
- gte?: number | undefined;
9989
- lt?: number | undefined;
9990
- lte?: number | undefined;
9991
- };
9992
-
9993
- /** @internal */
9994
- export const GetProjectsValueProjects2$outboundSchema: z.ZodType<
9995
- GetProjectsValueProjects2$Outbound,
9996
- z.ZodTypeDef,
9997
- GetProjectsValueProjects2
9998
- > = z.object({
9999
- re: z.string().optional(),
10000
- eq: z.string().optional(),
10001
- neq: z.string().optional(),
10002
- inc: z.array(z.string()).optional(),
10003
- ninc: z.array(z.string()).optional(),
10004
- pre: z.string().optional(),
10005
- suf: z.string().optional(),
10006
- gt: z.number().optional(),
10007
- gte: z.number().optional(),
10008
- lt: z.number().optional(),
10009
- lte: z.number().optional(),
10010
- });
10011
-
10012
- /**
10013
- * @internal
10014
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10015
- */
10016
- export namespace GetProjectsValueProjects2$ {
10017
- /** @deprecated use `GetProjectsValueProjects2$inboundSchema` instead. */
10018
- export const inboundSchema = GetProjectsValueProjects2$inboundSchema;
10019
- /** @deprecated use `GetProjectsValueProjects2$outboundSchema` instead. */
10020
- export const outboundSchema = GetProjectsValueProjects2$outboundSchema;
10021
- /** @deprecated use `GetProjectsValueProjects2$Outbound` instead. */
10022
- export type Outbound = GetProjectsValueProjects2$Outbound;
10023
- }
10024
-
10025
- export function getProjectsValueProjects2ToJSON(
10026
- getProjectsValueProjects2: GetProjectsValueProjects2,
10027
- ): string {
10028
- return JSON.stringify(
10029
- GetProjectsValueProjects2$outboundSchema.parse(getProjectsValueProjects2),
10030
- );
10031
- }
10032
-
10033
- export function getProjectsValueProjects2FromJSON(
10034
- jsonString: string,
10035
- ): SafeParseResult<GetProjectsValueProjects2, SDKValidationError> {
10036
- return safeParse(
10037
- jsonString,
10038
- (x) => GetProjectsValueProjects2$inboundSchema.parse(JSON.parse(x)),
10039
- `Failed to parse 'GetProjectsValueProjects2' from JSON`,
10040
- );
10041
- }
10042
-
10043
- /** @internal */
10044
- export const GetProjectsProjectsValue$inboundSchema: z.ZodType<
10045
- GetProjectsProjectsValue,
10046
- z.ZodTypeDef,
10047
- unknown
10048
- > = z.union([
10049
- z.lazy(() => GetProjectsValueProjects2$inboundSchema),
10050
- z.string(),
10051
- ]);
10052
-
10053
- /** @internal */
10054
- export type GetProjectsProjectsValue$Outbound =
10055
- | GetProjectsValueProjects2$Outbound
10056
- | string;
10057
-
10058
- /** @internal */
10059
- export const GetProjectsProjectsValue$outboundSchema: z.ZodType<
10060
- GetProjectsProjectsValue$Outbound,
10061
- z.ZodTypeDef,
10062
- GetProjectsProjectsValue
10063
- > = z.union([
10064
- z.lazy(() => GetProjectsValueProjects2$outboundSchema),
10065
- z.string(),
9476
+ z.lazy(() => GetProjectsTrustedIps1$outboundSchema),
9477
+ z.lazy(() => GetProjectsTrustedIps2$outboundSchema),
10066
9478
  ]);
10067
9479
 
10068
9480
  /**
10069
9481
  * @internal
10070
9482
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10071
9483
  */
10072
- export namespace GetProjectsProjectsValue$ {
10073
- /** @deprecated use `GetProjectsProjectsValue$inboundSchema` instead. */
10074
- export const inboundSchema = GetProjectsProjectsValue$inboundSchema;
10075
- /** @deprecated use `GetProjectsProjectsValue$outboundSchema` instead. */
10076
- export const outboundSchema = GetProjectsProjectsValue$outboundSchema;
10077
- /** @deprecated use `GetProjectsProjectsValue$Outbound` instead. */
10078
- export type Outbound = GetProjectsProjectsValue$Outbound;
9484
+ export namespace GetProjectsTrustedIps$ {
9485
+ /** @deprecated use `GetProjectsTrustedIps$inboundSchema` instead. */
9486
+ export const inboundSchema = GetProjectsTrustedIps$inboundSchema;
9487
+ /** @deprecated use `GetProjectsTrustedIps$outboundSchema` instead. */
9488
+ export const outboundSchema = GetProjectsTrustedIps$outboundSchema;
9489
+ /** @deprecated use `GetProjectsTrustedIps$Outbound` instead. */
9490
+ export type Outbound = GetProjectsTrustedIps$Outbound;
10079
9491
  }
10080
9492
 
10081
- export function getProjectsProjectsValueToJSON(
10082
- getProjectsProjectsValue: GetProjectsProjectsValue,
9493
+ export function getProjectsTrustedIpsToJSON(
9494
+ getProjectsTrustedIps: GetProjectsTrustedIps,
10083
9495
  ): string {
10084
9496
  return JSON.stringify(
10085
- GetProjectsProjectsValue$outboundSchema.parse(getProjectsProjectsValue),
9497
+ GetProjectsTrustedIps$outboundSchema.parse(getProjectsTrustedIps),
10086
9498
  );
10087
9499
  }
10088
9500
 
10089
- export function getProjectsProjectsValueFromJSON(
9501
+ export function getProjectsTrustedIpsFromJSON(
10090
9502
  jsonString: string,
10091
- ): SafeParseResult<GetProjectsProjectsValue, SDKValidationError> {
9503
+ ): SafeParseResult<GetProjectsTrustedIps, SDKValidationError> {
10092
9504
  return safeParse(
10093
9505
  jsonString,
10094
- (x) => GetProjectsProjectsValue$inboundSchema.parse(JSON.parse(x)),
10095
- `Failed to parse 'GetProjectsProjectsValue' from JSON`,
9506
+ (x) => GetProjectsTrustedIps$inboundSchema.parse(JSON.parse(x)),
9507
+ `Failed to parse 'GetProjectsTrustedIps' from JSON`,
10096
9508
  );
10097
9509
  }
10098
9510
 
10099
9511
  /** @internal */
10100
- export const GetProjectsMissing$inboundSchema: z.ZodType<
10101
- GetProjectsMissing,
9512
+ export const GetProjectsGitComments$inboundSchema: z.ZodType<
9513
+ GetProjectsGitComments,
10102
9514
  z.ZodTypeDef,
10103
9515
  unknown
10104
9516
  > = z.object({
10105
- type:
10106
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema,
10107
- key: z.string().optional(),
10108
- value: z.union([
10109
- z.lazy(() => GetProjectsValueProjects2$inboundSchema),
10110
- z.string(),
10111
- ]).optional(),
9517
+ onPullRequest: z.boolean(),
9518
+ onCommit: z.boolean(),
10112
9519
  });
10113
9520
 
10114
9521
  /** @internal */
10115
- export type GetProjectsMissing$Outbound = {
10116
- type: string;
10117
- key?: string | undefined;
10118
- value?: GetProjectsValueProjects2$Outbound | string | undefined;
9522
+ export type GetProjectsGitComments$Outbound = {
9523
+ onPullRequest: boolean;
9524
+ onCommit: boolean;
10119
9525
  };
10120
9526
 
10121
9527
  /** @internal */
10122
- export const GetProjectsMissing$outboundSchema: z.ZodType<
10123
- GetProjectsMissing$Outbound,
9528
+ export const GetProjectsGitComments$outboundSchema: z.ZodType<
9529
+ GetProjectsGitComments$Outbound,
10124
9530
  z.ZodTypeDef,
10125
- GetProjectsMissing
9531
+ GetProjectsGitComments
10126
9532
  > = z.object({
10127
- type:
10128
- GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema,
10129
- key: z.string().optional(),
10130
- value: z.union([
10131
- z.lazy(() => GetProjectsValueProjects2$outboundSchema),
10132
- z.string(),
10133
- ]).optional(),
9533
+ onPullRequest: z.boolean(),
9534
+ onCommit: z.boolean(),
10134
9535
  });
10135
9536
 
10136
9537
  /**
10137
9538
  * @internal
10138
9539
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10139
9540
  */
10140
- export namespace GetProjectsMissing$ {
10141
- /** @deprecated use `GetProjectsMissing$inboundSchema` instead. */
10142
- export const inboundSchema = GetProjectsMissing$inboundSchema;
10143
- /** @deprecated use `GetProjectsMissing$outboundSchema` instead. */
10144
- export const outboundSchema = GetProjectsMissing$outboundSchema;
10145
- /** @deprecated use `GetProjectsMissing$Outbound` instead. */
10146
- export type Outbound = GetProjectsMissing$Outbound;
9541
+ export namespace GetProjectsGitComments$ {
9542
+ /** @deprecated use `GetProjectsGitComments$inboundSchema` instead. */
9543
+ export const inboundSchema = GetProjectsGitComments$inboundSchema;
9544
+ /** @deprecated use `GetProjectsGitComments$outboundSchema` instead. */
9545
+ export const outboundSchema = GetProjectsGitComments$outboundSchema;
9546
+ /** @deprecated use `GetProjectsGitComments$Outbound` instead. */
9547
+ export type Outbound = GetProjectsGitComments$Outbound;
10147
9548
  }
10148
9549
 
10149
- export function getProjectsMissingToJSON(
10150
- getProjectsMissing: GetProjectsMissing,
9550
+ export function getProjectsGitCommentsToJSON(
9551
+ getProjectsGitComments: GetProjectsGitComments,
10151
9552
  ): string {
10152
9553
  return JSON.stringify(
10153
- GetProjectsMissing$outboundSchema.parse(getProjectsMissing),
9554
+ GetProjectsGitComments$outboundSchema.parse(getProjectsGitComments),
10154
9555
  );
10155
9556
  }
10156
9557
 
10157
- export function getProjectsMissingFromJSON(
9558
+ export function getProjectsGitCommentsFromJSON(
10158
9559
  jsonString: string,
10159
- ): SafeParseResult<GetProjectsMissing, SDKValidationError> {
9560
+ ): SafeParseResult<GetProjectsGitComments, SDKValidationError> {
10160
9561
  return safeParse(
10161
9562
  jsonString,
10162
- (x) => GetProjectsMissing$inboundSchema.parse(JSON.parse(x)),
10163
- `Failed to parse 'GetProjectsMissing' from JSON`,
9563
+ (x) => GetProjectsGitComments$inboundSchema.parse(JSON.parse(x)),
9564
+ `Failed to parse 'GetProjectsGitComments' from JSON`,
10164
9565
  );
10165
9566
  }
10166
9567
 
10167
9568
  /** @internal */
10168
- export const GetProjectsHandle$inboundSchema: z.ZodNativeEnum<
10169
- typeof GetProjectsHandle
10170
- > = z.nativeEnum(GetProjectsHandle);
10171
-
10172
- /** @internal */
10173
- export const GetProjectsHandle$outboundSchema: z.ZodNativeEnum<
10174
- typeof GetProjectsHandle
10175
- > = GetProjectsHandle$inboundSchema;
10176
-
10177
- /**
10178
- * @internal
10179
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10180
- */
10181
- export namespace GetProjectsHandle$ {
10182
- /** @deprecated use `GetProjectsHandle$inboundSchema` instead. */
10183
- export const inboundSchema = GetProjectsHandle$inboundSchema;
10184
- /** @deprecated use `GetProjectsHandle$outboundSchema` instead. */
10185
- export const outboundSchema = GetProjectsHandle$outboundSchema;
10186
- }
10187
-
10188
- /** @internal */
10189
- export const GetProjectsAction$inboundSchema: z.ZodNativeEnum<
10190
- typeof GetProjectsAction
10191
- > = z.nativeEnum(GetProjectsAction);
10192
-
10193
- /** @internal */
10194
- export const GetProjectsAction$outboundSchema: z.ZodNativeEnum<
10195
- typeof GetProjectsAction
10196
- > = GetProjectsAction$inboundSchema;
10197
-
10198
- /**
10199
- * @internal
10200
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10201
- */
10202
- export namespace GetProjectsAction$ {
10203
- /** @deprecated use `GetProjectsAction$inboundSchema` instead. */
10204
- export const inboundSchema = GetProjectsAction$inboundSchema;
10205
- /** @deprecated use `GetProjectsAction$outboundSchema` instead. */
10206
- export const outboundSchema = GetProjectsAction$outboundSchema;
10207
- }
10208
-
10209
- /** @internal */
10210
- export const GetProjectsAlgo$inboundSchema: z.ZodNativeEnum<
10211
- typeof GetProjectsAlgo
10212
- > = z.nativeEnum(GetProjectsAlgo);
10213
-
10214
- /** @internal */
10215
- export const GetProjectsAlgo$outboundSchema: z.ZodNativeEnum<
10216
- typeof GetProjectsAlgo
10217
- > = GetProjectsAlgo$inboundSchema;
10218
-
10219
- /**
10220
- * @internal
10221
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10222
- */
10223
- export namespace GetProjectsAlgo$ {
10224
- /** @deprecated use `GetProjectsAlgo$inboundSchema` instead. */
10225
- export const inboundSchema = GetProjectsAlgo$inboundSchema;
10226
- /** @deprecated use `GetProjectsAlgo$outboundSchema` instead. */
10227
- export const outboundSchema = GetProjectsAlgo$outboundSchema;
10228
- }
10229
-
10230
- /** @internal */
10231
- export const GetProjectsErl$inboundSchema: z.ZodType<
10232
- GetProjectsErl,
10233
- z.ZodTypeDef,
10234
- unknown
10235
- > = z.object({
10236
- algo: GetProjectsAlgo$inboundSchema,
10237
- window: z.number(),
10238
- limit: z.number(),
10239
- keys: z.array(z.string()),
10240
- });
10241
-
10242
- /** @internal */
10243
- export type GetProjectsErl$Outbound = {
10244
- algo: string;
10245
- window: number;
10246
- limit: number;
10247
- keys: Array<string>;
10248
- };
9569
+ export const GetProjectsCreateDeployments$inboundSchema: z.ZodNativeEnum<
9570
+ typeof GetProjectsCreateDeployments
9571
+ > = z.nativeEnum(GetProjectsCreateDeployments);
10249
9572
 
10250
9573
  /** @internal */
10251
- export const GetProjectsErl$outboundSchema: z.ZodType<
10252
- GetProjectsErl$Outbound,
10253
- z.ZodTypeDef,
10254
- GetProjectsErl
10255
- > = z.object({
10256
- algo: GetProjectsAlgo$outboundSchema,
10257
- window: z.number(),
10258
- limit: z.number(),
10259
- keys: z.array(z.string()),
10260
- });
9574
+ export const GetProjectsCreateDeployments$outboundSchema: z.ZodNativeEnum<
9575
+ typeof GetProjectsCreateDeployments
9576
+ > = GetProjectsCreateDeployments$inboundSchema;
10261
9577
 
10262
9578
  /**
10263
9579
  * @internal
10264
9580
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10265
9581
  */
10266
- export namespace GetProjectsErl$ {
10267
- /** @deprecated use `GetProjectsErl$inboundSchema` instead. */
10268
- export const inboundSchema = GetProjectsErl$inboundSchema;
10269
- /** @deprecated use `GetProjectsErl$outboundSchema` instead. */
10270
- export const outboundSchema = GetProjectsErl$outboundSchema;
10271
- /** @deprecated use `GetProjectsErl$Outbound` instead. */
10272
- export type Outbound = GetProjectsErl$Outbound;
10273
- }
10274
-
10275
- export function getProjectsErlToJSON(getProjectsErl: GetProjectsErl): string {
10276
- return JSON.stringify(GetProjectsErl$outboundSchema.parse(getProjectsErl));
10277
- }
10278
-
10279
- export function getProjectsErlFromJSON(
10280
- jsonString: string,
10281
- ): SafeParseResult<GetProjectsErl, SDKValidationError> {
10282
- return safeParse(
10283
- jsonString,
10284
- (x) => GetProjectsErl$inboundSchema.parse(JSON.parse(x)),
10285
- `Failed to parse 'GetProjectsErl' from JSON`,
10286
- );
9582
+ export namespace GetProjectsCreateDeployments$ {
9583
+ /** @deprecated use `GetProjectsCreateDeployments$inboundSchema` instead. */
9584
+ export const inboundSchema = GetProjectsCreateDeployments$inboundSchema;
9585
+ /** @deprecated use `GetProjectsCreateDeployments$outboundSchema` instead. */
9586
+ export const outboundSchema = GetProjectsCreateDeployments$outboundSchema;
10287
9587
  }
10288
9588
 
10289
9589
  /** @internal */
10290
- export const GetProjectsMitigate$inboundSchema: z.ZodType<
10291
- GetProjectsMitigate,
9590
+ export const GetProjectsGitProviderOptions$inboundSchema: z.ZodType<
9591
+ GetProjectsGitProviderOptions,
10292
9592
  z.ZodTypeDef,
10293
9593
  unknown
10294
9594
  > = z.object({
10295
- action: GetProjectsAction$inboundSchema,
10296
- rule_id: z.string(),
10297
- ttl: z.number().optional(),
10298
- erl: z.lazy(() => GetProjectsErl$inboundSchema).optional(),
10299
- }).transform((v) => {
10300
- return remap$(v, {
10301
- "rule_id": "ruleId",
10302
- });
9595
+ createDeployments: GetProjectsCreateDeployments$inboundSchema,
9596
+ disableRepositoryDispatchEvents: z.boolean().optional(),
10303
9597
  });
10304
9598
 
10305
9599
  /** @internal */
10306
- export type GetProjectsMitigate$Outbound = {
10307
- action: string;
10308
- rule_id: string;
10309
- ttl?: number | undefined;
10310
- erl?: GetProjectsErl$Outbound | undefined;
9600
+ export type GetProjectsGitProviderOptions$Outbound = {
9601
+ createDeployments: string;
9602
+ disableRepositoryDispatchEvents?: boolean | undefined;
10311
9603
  };
10312
9604
 
10313
9605
  /** @internal */
10314
- export const GetProjectsMitigate$outboundSchema: z.ZodType<
10315
- GetProjectsMitigate$Outbound,
9606
+ export const GetProjectsGitProviderOptions$outboundSchema: z.ZodType<
9607
+ GetProjectsGitProviderOptions$Outbound,
10316
9608
  z.ZodTypeDef,
10317
- GetProjectsMitigate
9609
+ GetProjectsGitProviderOptions
10318
9610
  > = z.object({
10319
- action: GetProjectsAction$outboundSchema,
10320
- ruleId: z.string(),
10321
- ttl: z.number().optional(),
10322
- erl: z.lazy(() => GetProjectsErl$outboundSchema).optional(),
10323
- }).transform((v) => {
10324
- return remap$(v, {
10325
- ruleId: "rule_id",
10326
- });
9611
+ createDeployments: GetProjectsCreateDeployments$outboundSchema,
9612
+ disableRepositoryDispatchEvents: z.boolean().optional(),
10327
9613
  });
10328
9614
 
10329
9615
  /**
10330
9616
  * @internal
10331
9617
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10332
9618
  */
10333
- export namespace GetProjectsMitigate$ {
10334
- /** @deprecated use `GetProjectsMitigate$inboundSchema` instead. */
10335
- export const inboundSchema = GetProjectsMitigate$inboundSchema;
10336
- /** @deprecated use `GetProjectsMitigate$outboundSchema` instead. */
10337
- export const outboundSchema = GetProjectsMitigate$outboundSchema;
10338
- /** @deprecated use `GetProjectsMitigate$Outbound` instead. */
10339
- export type Outbound = GetProjectsMitigate$Outbound;
9619
+ export namespace GetProjectsGitProviderOptions$ {
9620
+ /** @deprecated use `GetProjectsGitProviderOptions$inboundSchema` instead. */
9621
+ export const inboundSchema = GetProjectsGitProviderOptions$inboundSchema;
9622
+ /** @deprecated use `GetProjectsGitProviderOptions$outboundSchema` instead. */
9623
+ export const outboundSchema = GetProjectsGitProviderOptions$outboundSchema;
9624
+ /** @deprecated use `GetProjectsGitProviderOptions$Outbound` instead. */
9625
+ export type Outbound = GetProjectsGitProviderOptions$Outbound;
10340
9626
  }
10341
9627
 
10342
- export function getProjectsMitigateToJSON(
10343
- getProjectsMitigate: GetProjectsMitigate,
9628
+ export function getProjectsGitProviderOptionsToJSON(
9629
+ getProjectsGitProviderOptions: GetProjectsGitProviderOptions,
10344
9630
  ): string {
10345
9631
  return JSON.stringify(
10346
- GetProjectsMitigate$outboundSchema.parse(getProjectsMitigate),
9632
+ GetProjectsGitProviderOptions$outboundSchema.parse(
9633
+ getProjectsGitProviderOptions,
9634
+ ),
10347
9635
  );
10348
9636
  }
10349
9637
 
10350
- export function getProjectsMitigateFromJSON(
9638
+ export function getProjectsGitProviderOptionsFromJSON(
10351
9639
  jsonString: string,
10352
- ): SafeParseResult<GetProjectsMitigate, SDKValidationError> {
9640
+ ): SafeParseResult<GetProjectsGitProviderOptions, SDKValidationError> {
10353
9641
  return safeParse(
10354
9642
  jsonString,
10355
- (x) => GetProjectsMitigate$inboundSchema.parse(JSON.parse(x)),
10356
- `Failed to parse 'GetProjectsMitigate' from JSON`,
9643
+ (x) => GetProjectsGitProviderOptions$inboundSchema.parse(JSON.parse(x)),
9644
+ `Failed to parse 'GetProjectsGitProviderOptions' from JSON`,
10357
9645
  );
10358
9646
  }
10359
9647
 
10360
9648
  /** @internal */
10361
- export const GetProjectsFirewallRoutes$inboundSchema: z.ZodType<
10362
- GetProjectsFirewallRoutes,
9649
+ export const GetProjectsWebAnalytics$inboundSchema: z.ZodType<
9650
+ GetProjectsWebAnalytics,
10363
9651
  z.ZodTypeDef,
10364
9652
  unknown
10365
9653
  > = z.object({
10366
- src: z.union([z.lazy(() => GetProjectsSrc2$inboundSchema), z.string()])
10367
- .optional(),
10368
- has: z.array(z.lazy(() => GetProjectsHas$inboundSchema)).optional(),
10369
- missing: z.array(z.lazy(() => GetProjectsMissing$inboundSchema)).optional(),
10370
- dest: z.string().optional(),
10371
- status: z.number().optional(),
10372
- handle: GetProjectsHandle$inboundSchema.optional(),
10373
- mitigate: z.lazy(() => GetProjectsMitigate$inboundSchema).optional(),
9654
+ id: z.string(),
9655
+ disabledAt: z.number().optional(),
9656
+ canceledAt: z.number().optional(),
9657
+ enabledAt: z.number().optional(),
9658
+ hasData: z.boolean().optional(),
10374
9659
  });
10375
9660
 
10376
9661
  /** @internal */
10377
- export type GetProjectsFirewallRoutes$Outbound = {
10378
- src?: GetProjectsSrc2$Outbound | string | undefined;
10379
- has?: Array<GetProjectsHas$Outbound> | undefined;
10380
- missing?: Array<GetProjectsMissing$Outbound> | undefined;
10381
- dest?: string | undefined;
10382
- status?: number | undefined;
10383
- handle?: string | undefined;
10384
- mitigate?: GetProjectsMitigate$Outbound | undefined;
9662
+ export type GetProjectsWebAnalytics$Outbound = {
9663
+ id: string;
9664
+ disabledAt?: number | undefined;
9665
+ canceledAt?: number | undefined;
9666
+ enabledAt?: number | undefined;
9667
+ hasData?: boolean | undefined;
10385
9668
  };
10386
9669
 
10387
9670
  /** @internal */
10388
- export const GetProjectsFirewallRoutes$outboundSchema: z.ZodType<
10389
- GetProjectsFirewallRoutes$Outbound,
9671
+ export const GetProjectsWebAnalytics$outboundSchema: z.ZodType<
9672
+ GetProjectsWebAnalytics$Outbound,
10390
9673
  z.ZodTypeDef,
10391
- GetProjectsFirewallRoutes
9674
+ GetProjectsWebAnalytics
10392
9675
  > = z.object({
10393
- src: z.union([z.lazy(() => GetProjectsSrc2$outboundSchema), z.string()])
10394
- .optional(),
10395
- has: z.array(z.lazy(() => GetProjectsHas$outboundSchema)).optional(),
10396
- missing: z.array(z.lazy(() => GetProjectsMissing$outboundSchema)).optional(),
10397
- dest: z.string().optional(),
10398
- status: z.number().optional(),
10399
- handle: GetProjectsHandle$outboundSchema.optional(),
10400
- mitigate: z.lazy(() => GetProjectsMitigate$outboundSchema).optional(),
9676
+ id: z.string(),
9677
+ disabledAt: z.number().optional(),
9678
+ canceledAt: z.number().optional(),
9679
+ enabledAt: z.number().optional(),
9680
+ hasData: z.boolean().optional(),
10401
9681
  });
10402
9682
 
10403
9683
  /**
10404
9684
  * @internal
10405
9685
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10406
9686
  */
10407
- export namespace GetProjectsFirewallRoutes$ {
10408
- /** @deprecated use `GetProjectsFirewallRoutes$inboundSchema` instead. */
10409
- export const inboundSchema = GetProjectsFirewallRoutes$inboundSchema;
10410
- /** @deprecated use `GetProjectsFirewallRoutes$outboundSchema` instead. */
10411
- export const outboundSchema = GetProjectsFirewallRoutes$outboundSchema;
10412
- /** @deprecated use `GetProjectsFirewallRoutes$Outbound` instead. */
10413
- export type Outbound = GetProjectsFirewallRoutes$Outbound;
9687
+ export namespace GetProjectsWebAnalytics$ {
9688
+ /** @deprecated use `GetProjectsWebAnalytics$inboundSchema` instead. */
9689
+ export const inboundSchema = GetProjectsWebAnalytics$inboundSchema;
9690
+ /** @deprecated use `GetProjectsWebAnalytics$outboundSchema` instead. */
9691
+ export const outboundSchema = GetProjectsWebAnalytics$outboundSchema;
9692
+ /** @deprecated use `GetProjectsWebAnalytics$Outbound` instead. */
9693
+ export type Outbound = GetProjectsWebAnalytics$Outbound;
10414
9694
  }
10415
9695
 
10416
- export function getProjectsFirewallRoutesToJSON(
10417
- getProjectsFirewallRoutes: GetProjectsFirewallRoutes,
9696
+ export function getProjectsWebAnalyticsToJSON(
9697
+ getProjectsWebAnalytics: GetProjectsWebAnalytics,
10418
9698
  ): string {
10419
9699
  return JSON.stringify(
10420
- GetProjectsFirewallRoutes$outboundSchema.parse(getProjectsFirewallRoutes),
9700
+ GetProjectsWebAnalytics$outboundSchema.parse(getProjectsWebAnalytics),
10421
9701
  );
10422
9702
  }
10423
9703
 
10424
- export function getProjectsFirewallRoutesFromJSON(
9704
+ export function getProjectsWebAnalyticsFromJSON(
10425
9705
  jsonString: string,
10426
- ): SafeParseResult<GetProjectsFirewallRoutes, SDKValidationError> {
9706
+ ): SafeParseResult<GetProjectsWebAnalytics, SDKValidationError> {
10427
9707
  return safeParse(
10428
9708
  jsonString,
10429
- (x) => GetProjectsFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
10430
- `Failed to parse 'GetProjectsFirewallRoutes' from JSON`,
9709
+ (x) => GetProjectsWebAnalytics$inboundSchema.parse(JSON.parse(x)),
9710
+ `Failed to parse 'GetProjectsWebAnalytics' from JSON`,
10431
9711
  );
10432
9712
  }
10433
9713
 
10434
9714
  /** @internal */
10435
- export const GetProjectsProjectsAction$inboundSchema: z.ZodNativeEnum<
10436
- typeof GetProjectsProjectsAction
10437
- > = z.nativeEnum(GetProjectsProjectsAction);
9715
+ export const GetProjectsAction$inboundSchema: z.ZodNativeEnum<
9716
+ typeof GetProjectsAction
9717
+ > = z.nativeEnum(GetProjectsAction);
10438
9718
 
10439
9719
  /** @internal */
10440
- export const GetProjectsProjectsAction$outboundSchema: z.ZodNativeEnum<
10441
- typeof GetProjectsProjectsAction
10442
- > = GetProjectsProjectsAction$inboundSchema;
9720
+ export const GetProjectsAction$outboundSchema: z.ZodNativeEnum<
9721
+ typeof GetProjectsAction
9722
+ > = GetProjectsAction$inboundSchema;
10443
9723
 
10444
9724
  /**
10445
9725
  * @internal
10446
9726
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10447
9727
  */
10448
- export namespace GetProjectsProjectsAction$ {
10449
- /** @deprecated use `GetProjectsProjectsAction$inboundSchema` instead. */
10450
- export const inboundSchema = GetProjectsProjectsAction$inboundSchema;
10451
- /** @deprecated use `GetProjectsProjectsAction$outboundSchema` instead. */
10452
- export const outboundSchema = GetProjectsProjectsAction$outboundSchema;
9728
+ export namespace GetProjectsAction$ {
9729
+ /** @deprecated use `GetProjectsAction$inboundSchema` instead. */
9730
+ export const inboundSchema = GetProjectsAction$inboundSchema;
9731
+ /** @deprecated use `GetProjectsAction$outboundSchema` instead. */
9732
+ export const outboundSchema = GetProjectsAction$outboundSchema;
10453
9733
  }
10454
9734
 
10455
9735
  /** @internal */
@@ -10459,7 +9739,7 @@ export const GetProjectsBotFilter$inboundSchema: z.ZodType<
10459
9739
  unknown
10460
9740
  > = z.object({
10461
9741
  active: z.boolean(),
10462
- action: GetProjectsProjectsAction$inboundSchema.optional(),
9742
+ action: GetProjectsAction$inboundSchema.optional(),
10463
9743
  });
10464
9744
 
10465
9745
  /** @internal */
@@ -10475,7 +9755,7 @@ export const GetProjectsBotFilter$outboundSchema: z.ZodType<
10475
9755
  GetProjectsBotFilter
10476
9756
  > = z.object({
10477
9757
  active: z.boolean(),
10478
- action: GetProjectsProjectsAction$outboundSchema.optional(),
9758
+ action: GetProjectsAction$outboundSchema.optional(),
10479
9759
  });
10480
9760
 
10481
9761
  /**
@@ -10510,25 +9790,24 @@ export function getProjectsBotFilterFromJSON(
10510
9790
  }
10511
9791
 
10512
9792
  /** @internal */
10513
- export const GetProjectsProjectsResponseAction$inboundSchema: z.ZodNativeEnum<
10514
- typeof GetProjectsProjectsResponseAction
10515
- > = z.nativeEnum(GetProjectsProjectsResponseAction);
9793
+ export const GetProjectsProjectsAction$inboundSchema: z.ZodNativeEnum<
9794
+ typeof GetProjectsProjectsAction
9795
+ > = z.nativeEnum(GetProjectsProjectsAction);
10516
9796
 
10517
9797
  /** @internal */
10518
- export const GetProjectsProjectsResponseAction$outboundSchema: z.ZodNativeEnum<
10519
- typeof GetProjectsProjectsResponseAction
10520
- > = GetProjectsProjectsResponseAction$inboundSchema;
9798
+ export const GetProjectsProjectsAction$outboundSchema: z.ZodNativeEnum<
9799
+ typeof GetProjectsProjectsAction
9800
+ > = GetProjectsProjectsAction$inboundSchema;
10521
9801
 
10522
9802
  /**
10523
9803
  * @internal
10524
9804
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10525
9805
  */
10526
- export namespace GetProjectsProjectsResponseAction$ {
10527
- /** @deprecated use `GetProjectsProjectsResponseAction$inboundSchema` instead. */
10528
- export const inboundSchema = GetProjectsProjectsResponseAction$inboundSchema;
10529
- /** @deprecated use `GetProjectsProjectsResponseAction$outboundSchema` instead. */
10530
- export const outboundSchema =
10531
- GetProjectsProjectsResponseAction$outboundSchema;
9806
+ export namespace GetProjectsProjectsAction$ {
9807
+ /** @deprecated use `GetProjectsProjectsAction$inboundSchema` instead. */
9808
+ export const inboundSchema = GetProjectsProjectsAction$inboundSchema;
9809
+ /** @deprecated use `GetProjectsProjectsAction$outboundSchema` instead. */
9810
+ export const outboundSchema = GetProjectsProjectsAction$outboundSchema;
10532
9811
  }
10533
9812
 
10534
9813
  /** @internal */
@@ -10538,7 +9817,7 @@ export const GetProjectsAiBots$inboundSchema: z.ZodType<
10538
9817
  unknown
10539
9818
  > = z.object({
10540
9819
  active: z.boolean(),
10541
- action: GetProjectsProjectsResponseAction$inboundSchema.optional(),
9820
+ action: GetProjectsProjectsAction$inboundSchema.optional(),
10542
9821
  });
10543
9822
 
10544
9823
  /** @internal */
@@ -10554,7 +9833,7 @@ export const GetProjectsAiBots$outboundSchema: z.ZodType<
10554
9833
  GetProjectsAiBots
10555
9834
  > = z.object({
10556
9835
  active: z.boolean(),
10557
- action: GetProjectsProjectsResponseAction$outboundSchema.optional(),
9836
+ action: GetProjectsProjectsAction$outboundSchema.optional(),
10558
9837
  });
10559
9838
 
10560
9839
  /**
@@ -10589,27 +9868,25 @@ export function getProjectsAiBotsFromJSON(
10589
9868
  }
10590
9869
 
10591
9870
  /** @internal */
10592
- export const GetProjectsProjectsResponse200Action$inboundSchema:
10593
- z.ZodNativeEnum<typeof GetProjectsProjectsResponse200Action> = z.nativeEnum(
10594
- GetProjectsProjectsResponse200Action,
10595
- );
9871
+ export const GetProjectsProjectsResponseAction$inboundSchema: z.ZodNativeEnum<
9872
+ typeof GetProjectsProjectsResponseAction
9873
+ > = z.nativeEnum(GetProjectsProjectsResponseAction);
10596
9874
 
10597
9875
  /** @internal */
10598
- export const GetProjectsProjectsResponse200Action$outboundSchema:
10599
- z.ZodNativeEnum<typeof GetProjectsProjectsResponse200Action> =
10600
- GetProjectsProjectsResponse200Action$inboundSchema;
9876
+ export const GetProjectsProjectsResponseAction$outboundSchema: z.ZodNativeEnum<
9877
+ typeof GetProjectsProjectsResponseAction
9878
+ > = GetProjectsProjectsResponseAction$inboundSchema;
10601
9879
 
10602
9880
  /**
10603
9881
  * @internal
10604
9882
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10605
9883
  */
10606
- export namespace GetProjectsProjectsResponse200Action$ {
10607
- /** @deprecated use `GetProjectsProjectsResponse200Action$inboundSchema` instead. */
10608
- export const inboundSchema =
10609
- GetProjectsProjectsResponse200Action$inboundSchema;
10610
- /** @deprecated use `GetProjectsProjectsResponse200Action$outboundSchema` instead. */
9884
+ export namespace GetProjectsProjectsResponseAction$ {
9885
+ /** @deprecated use `GetProjectsProjectsResponseAction$inboundSchema` instead. */
9886
+ export const inboundSchema = GetProjectsProjectsResponseAction$inboundSchema;
9887
+ /** @deprecated use `GetProjectsProjectsResponseAction$outboundSchema` instead. */
10611
9888
  export const outboundSchema =
10612
- GetProjectsProjectsResponse200Action$outboundSchema;
9889
+ GetProjectsProjectsResponseAction$outboundSchema;
10613
9890
  }
10614
9891
 
10615
9892
  /** @internal */
@@ -10619,7 +9896,7 @@ export const GetProjectsOwasp$inboundSchema: z.ZodType<
10619
9896
  unknown
10620
9897
  > = z.object({
10621
9898
  active: z.boolean(),
10622
- action: GetProjectsProjectsResponse200Action$inboundSchema.optional(),
9899
+ action: GetProjectsProjectsResponseAction$inboundSchema.optional(),
10623
9900
  });
10624
9901
 
10625
9902
  /** @internal */
@@ -10635,7 +9912,7 @@ export const GetProjectsOwasp$outboundSchema: z.ZodType<
10635
9912
  GetProjectsOwasp
10636
9913
  > = z.object({
10637
9914
  active: z.boolean(),
10638
- action: GetProjectsProjectsResponse200Action$outboundSchema.optional(),
9915
+ action: GetProjectsProjectsResponseAction$outboundSchema.optional(),
10639
9916
  });
10640
9917
 
10641
9918
  /**
@@ -10751,8 +10028,6 @@ export const GetProjectsSecurity$inboundSchema: z.ZodType<
10751
10028
  firewallUpdatedAt: z.number().optional(),
10752
10029
  attackModeActiveUntil: z.nullable(z.number()).optional(),
10753
10030
  firewallConfigVersion: z.number().optional(),
10754
- firewallRoutes: z.array(z.lazy(() => GetProjectsFirewallRoutes$inboundSchema))
10755
- .optional(),
10756
10031
  firewallSeawallEnabled: z.boolean().optional(),
10757
10032
  ja3Enabled: z.boolean().optional(),
10758
10033
  ja4Enabled: z.boolean().optional(),
@@ -10770,7 +10045,6 @@ export type GetProjectsSecurity$Outbound = {
10770
10045
  firewallUpdatedAt?: number | undefined;
10771
10046
  attackModeActiveUntil?: number | null | undefined;
10772
10047
  firewallConfigVersion?: number | undefined;
10773
- firewallRoutes?: Array<GetProjectsFirewallRoutes$Outbound> | undefined;
10774
10048
  firewallSeawallEnabled?: boolean | undefined;
10775
10049
  ja3Enabled?: boolean | undefined;
10776
10050
  ja4Enabled?: boolean | undefined;
@@ -10791,9 +10065,6 @@ export const GetProjectsSecurity$outboundSchema: z.ZodType<
10791
10065
  firewallUpdatedAt: z.number().optional(),
10792
10066
  attackModeActiveUntil: z.nullable(z.number()).optional(),
10793
10067
  firewallConfigVersion: z.number().optional(),
10794
- firewallRoutes: z.array(
10795
- z.lazy(() => GetProjectsFirewallRoutes$outboundSchema),
10796
- ).optional(),
10797
10068
  firewallSeawallEnabled: z.boolean().optional(),
10798
10069
  ja3Enabled: z.boolean().optional(),
10799
10070
  ja4Enabled: z.boolean().optional(),
@@ -11036,6 +10307,7 @@ export const GetProjectsProjects$inboundSchema: z.ZodType<
11036
10307
  z.lazy(() => GetProjectsLink2$inboundSchema),
11037
10308
  z.lazy(() => GetProjectsLink3$inboundSchema),
11038
10309
  z.lazy(() => GetProjectsLink4$inboundSchema),
10310
+ z.lazy(() => GetProjectsLink5$inboundSchema),
11039
10311
  ]).optional(),
11040
10312
  microfrontends: z.union([
11041
10313
  z.lazy(() => GetProjectsMicrofrontends1$inboundSchema),
@@ -11113,6 +10385,7 @@ export const GetProjectsProjects$inboundSchema: z.ZodType<
11113
10385
  .optional(),
11114
10386
  tier: GetProjectsTier$inboundSchema.optional(),
11115
10387
  features: z.lazy(() => GetProjectsFeatures$inboundSchema).optional(),
10388
+ v0: z.boolean().optional(),
11116
10389
  });
11117
10390
 
11118
10391
  /** @internal */
@@ -11158,6 +10431,7 @@ export type GetProjectsProjects$Outbound = {
11158
10431
  | GetProjectsLink2$Outbound
11159
10432
  | GetProjectsLink3$Outbound
11160
10433
  | GetProjectsLink4$Outbound
10434
+ | GetProjectsLink5$Outbound
11161
10435
  | undefined;
11162
10436
  microfrontends?:
11163
10437
  | GetProjectsMicrofrontends1$Outbound
@@ -11220,6 +10494,7 @@ export type GetProjectsProjects$Outbound = {
11220
10494
  oidcTokenConfig?: GetProjectsOidcTokenConfig$Outbound | undefined;
11221
10495
  tier?: string | undefined;
11222
10496
  features?: GetProjectsFeatures$Outbound | undefined;
10497
+ v0?: boolean | undefined;
11223
10498
  };
11224
10499
 
11225
10500
  /** @internal */
@@ -11271,6 +10546,7 @@ export const GetProjectsProjects$outboundSchema: z.ZodType<
11271
10546
  z.lazy(() => GetProjectsLink2$outboundSchema),
11272
10547
  z.lazy(() => GetProjectsLink3$outboundSchema),
11273
10548
  z.lazy(() => GetProjectsLink4$outboundSchema),
10549
+ z.lazy(() => GetProjectsLink5$outboundSchema),
11274
10550
  ]).optional(),
11275
10551
  microfrontends: z.union([
11276
10552
  z.lazy(() => GetProjectsMicrofrontends1$outboundSchema),
@@ -11348,6 +10624,7 @@ export const GetProjectsProjects$outboundSchema: z.ZodType<
11348
10624
  .optional(),
11349
10625
  tier: GetProjectsTier$outboundSchema.optional(),
11350
10626
  features: z.lazy(() => GetProjectsFeatures$outboundSchema).optional(),
10627
+ v0: z.boolean().optional(),
11351
10628
  });
11352
10629
 
11353
10630
  /**