@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
@@ -122,6 +122,7 @@ export const CreateProjectFramework = {
122
122
  Sanity: "sanity",
123
123
  Storybook: "storybook",
124
124
  Nitro: "nitro",
125
+ Hono: "hono",
125
126
  } as const;
126
127
  /**
127
128
  * The framework that is being used for this project. When `null` is used no framework is selected
@@ -133,6 +134,7 @@ export type CreateProjectFramework = ClosedEnum<typeof CreateProjectFramework>;
133
134
  */
134
135
  export const CreateProjectProjectsType = {
135
136
  Github: "github",
137
+ GithubLimited: "github-limited",
136
138
  Gitlab: "gitlab",
137
139
  Bitbucket: "bitbucket",
138
140
  } as const;
@@ -350,8 +352,8 @@ export type CreateProjectSpeedInsights = {
350
352
  };
351
353
 
352
354
  export const CreateProjectEnvId2 = {
353
- Production: "production",
354
355
  Preview: "preview",
356
+ Production: "production",
355
357
  } as const;
356
358
  export type CreateProjectEnvId2 = ClosedEnum<typeof CreateProjectEnvId2>;
357
359
 
@@ -365,6 +367,7 @@ export type CreateProjectAws = {
365
367
  export type CreateProjectConnectConfigurations = {
366
368
  envId: string | CreateProjectEnvId2;
367
369
  connectConfigurationId: string;
370
+ dc?: string | undefined;
368
371
  passive: boolean;
369
372
  buildsEnabled: boolean;
370
373
  aws?: CreateProjectAws | undefined;
@@ -438,10 +441,10 @@ export type CreateProjectProjectsTarget =
438
441
 
439
442
  export const CreateProjectProjectsResponseType = {
440
443
  System: "system",
444
+ Secret: "secret",
441
445
  Encrypted: "encrypted",
442
446
  Plain: "plain",
443
447
  Sensitive: "sensitive",
444
- Secret: "secret",
445
448
  } as const;
446
449
  export type CreateProjectProjectsResponseType = ClosedEnum<
447
450
  typeof CreateProjectProjectsResponseType
@@ -748,8 +751,8 @@ export type CreateProjectEnv = {
748
751
  * The type of environment (production, preview, or development)
749
752
  */
750
753
  export const CreateProjectProjectsResponse200Type = {
751
- Production: "production",
752
754
  Preview: "preview",
755
+ Production: "production",
753
756
  Development: "development",
754
757
  } as const;
755
758
  /**
@@ -914,6 +917,7 @@ export const CreateProjectProjectsFramework = {
914
917
  Sanity: "sanity",
915
918
  Storybook: "storybook",
916
919
  Nitro: "nitro",
920
+ Hono: "hono",
917
921
  } as const;
918
922
  export type CreateProjectProjectsFramework = ClosedEnum<
919
923
  typeof CreateProjectProjectsFramework
@@ -1082,14 +1086,13 @@ export type CreateProjectLatestDeployments = {
1082
1086
  withCache?: boolean | undefined;
1083
1087
  };
1084
1088
 
1085
- export const CreateProjectLinkProjectsResponse200Type = {
1089
+ export const CreateProjectLinkProjectsResponse200ApplicationJSONType = {
1086
1090
  GithubCustomHost: "github-custom-host",
1087
1091
  } as const;
1088
- export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<
1089
- typeof CreateProjectLinkProjectsResponse200Type
1090
- >;
1092
+ export type CreateProjectLinkProjectsResponse200ApplicationJSONType =
1093
+ ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
1091
1094
 
1092
- export type CreateProjectLinkProjectsResponse200DeployHooks = {
1095
+ export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
1093
1096
  createdAt?: number | undefined;
1094
1097
  id: string;
1095
1098
  name: string;
@@ -1097,7 +1100,7 @@ export type CreateProjectLinkProjectsResponse200DeployHooks = {
1097
1100
  url: string;
1098
1101
  };
1099
1102
 
1100
- export type CreateProjectLink4 = {
1103
+ export type CreateProjectLink5 = {
1101
1104
  org?: string | undefined;
1102
1105
  /**
1103
1106
  * 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.
@@ -1105,24 +1108,26 @@ export type CreateProjectLink4 = {
1105
1108
  repoOwnerId?: number | undefined;
1106
1109
  repo?: string | undefined;
1107
1110
  repoId?: number | undefined;
1108
- type?: CreateProjectLinkProjectsResponse200Type | undefined;
1111
+ type?: CreateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
1109
1112
  host?: string | undefined;
1110
1113
  createdAt?: number | undefined;
1111
- deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
1114
+ deployHooks: Array<
1115
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
1116
+ >;
1112
1117
  gitCredentialId?: string | undefined;
1113
1118
  updatedAt?: number | undefined;
1114
1119
  sourceless?: boolean | undefined;
1115
1120
  productionBranch?: string | undefined;
1116
1121
  };
1117
1122
 
1118
- export const CreateProjectLinkProjectsResponseType = {
1123
+ export const CreateProjectLinkProjectsResponse200Type = {
1119
1124
  Bitbucket: "bitbucket",
1120
1125
  } as const;
1121
- export type CreateProjectLinkProjectsResponseType = ClosedEnum<
1122
- typeof CreateProjectLinkProjectsResponseType
1126
+ export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<
1127
+ typeof CreateProjectLinkProjectsResponse200Type
1123
1128
  >;
1124
1129
 
1125
- export type CreateProjectLinkProjectsResponseDeployHooks = {
1130
+ export type CreateProjectLinkProjectsResponse200DeployHooks = {
1126
1131
  createdAt?: number | undefined;
1127
1132
  id: string;
1128
1133
  name: string;
@@ -1130,29 +1135,29 @@ export type CreateProjectLinkProjectsResponseDeployHooks = {
1130
1135
  url: string;
1131
1136
  };
1132
1137
 
1133
- export type CreateProjectLink3 = {
1138
+ export type CreateProjectLink4 = {
1134
1139
  name?: string | undefined;
1135
1140
  slug?: string | undefined;
1136
1141
  owner?: string | undefined;
1137
- type?: CreateProjectLinkProjectsResponseType | undefined;
1142
+ type?: CreateProjectLinkProjectsResponse200Type | undefined;
1138
1143
  uuid?: string | undefined;
1139
1144
  workspaceUuid?: string | undefined;
1140
1145
  createdAt?: number | undefined;
1141
- deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
1146
+ deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
1142
1147
  gitCredentialId?: string | undefined;
1143
1148
  updatedAt?: number | undefined;
1144
1149
  sourceless?: boolean | undefined;
1145
1150
  productionBranch?: string | undefined;
1146
1151
  };
1147
1152
 
1148
- export const CreateProjectLinkProjectsType = {
1153
+ export const CreateProjectLinkProjectsResponseType = {
1149
1154
  Gitlab: "gitlab",
1150
1155
  } as const;
1151
- export type CreateProjectLinkProjectsType = ClosedEnum<
1152
- typeof CreateProjectLinkProjectsType
1156
+ export type CreateProjectLinkProjectsResponseType = ClosedEnum<
1157
+ typeof CreateProjectLinkProjectsResponseType
1153
1158
  >;
1154
1159
 
1155
- export type CreateProjectLinkProjectsDeployHooks = {
1160
+ export type CreateProjectLinkProjectsResponseDeployHooks = {
1156
1161
  createdAt?: number | undefined;
1157
1162
  id: string;
1158
1163
  name: string;
@@ -1160,7 +1165,7 @@ export type CreateProjectLinkProjectsDeployHooks = {
1160
1165
  url: string;
1161
1166
  };
1162
1167
 
1163
- export type CreateProjectLink2 = {
1168
+ export type CreateProjectLink3 = {
1164
1169
  projectId?: string | undefined;
1165
1170
  projectName?: string | undefined;
1166
1171
  projectNameWithNamespace?: string | undefined;
@@ -1170,15 +1175,47 @@ export type CreateProjectLink2 = {
1170
1175
  */
1171
1176
  projectOwnerId?: number | undefined;
1172
1177
  projectUrl?: string | undefined;
1173
- type?: CreateProjectLinkProjectsType | undefined;
1178
+ type?: CreateProjectLinkProjectsResponseType | undefined;
1174
1179
  createdAt?: number | undefined;
1175
- deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
1180
+ deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
1176
1181
  gitCredentialId?: string | undefined;
1177
1182
  updatedAt?: number | undefined;
1178
1183
  sourceless?: boolean | undefined;
1179
1184
  productionBranch?: string | undefined;
1180
1185
  };
1181
1186
 
1187
+ export const CreateProjectLinkProjectsType = {
1188
+ GithubLimited: "github-limited",
1189
+ } as const;
1190
+ export type CreateProjectLinkProjectsType = ClosedEnum<
1191
+ typeof CreateProjectLinkProjectsType
1192
+ >;
1193
+
1194
+ export type CreateProjectLinkProjectsDeployHooks = {
1195
+ createdAt?: number | undefined;
1196
+ id: string;
1197
+ name: string;
1198
+ ref: string;
1199
+ url: string;
1200
+ };
1201
+
1202
+ export type CreateProjectLink2 = {
1203
+ type?: CreateProjectLinkProjectsType | undefined;
1204
+ updatedAt?: number | undefined;
1205
+ createdAt?: number | undefined;
1206
+ repo?: string | undefined;
1207
+ sourceless?: boolean | undefined;
1208
+ org?: string | undefined;
1209
+ /**
1210
+ * 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.
1211
+ */
1212
+ repoOwnerId?: number | undefined;
1213
+ repoId?: number | undefined;
1214
+ deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
1215
+ gitCredentialId?: string | undefined;
1216
+ productionBranch?: string | undefined;
1217
+ };
1218
+
1182
1219
  export const CreateProjectLinkType = {
1183
1220
  Github: "github",
1184
1221
  } as const;
@@ -1213,7 +1250,8 @@ export type CreateProjectLink =
1213
1250
  | CreateProjectLink1
1214
1251
  | CreateProjectLink2
1215
1252
  | CreateProjectLink3
1216
- | CreateProjectLink4;
1253
+ | CreateProjectLink4
1254
+ | CreateProjectLink5;
1217
1255
 
1218
1256
  export type CreateProjectMicrofrontends2 = {
1219
1257
  updatedAt: number;
@@ -1393,8 +1431,8 @@ export type CreateProjectDefaultResourceConfig = {
1393
1431
  };
1394
1432
 
1395
1433
  export const CreateProjectProjectsDeploymentType = {
1396
- Preview: "preview",
1397
1434
  All: "all",
1435
+ Preview: "preview",
1398
1436
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1399
1437
  AllExceptCustomDomains: "all_except_custom_domains",
1400
1438
  } as const;
@@ -1567,75 +1605,11 @@ export type CreateProjectTargets = {
1567
1605
  };
1568
1606
 
1569
1607
  export type CreateProjectPermissions = {
1570
- aliasProject?: Array<ACLAction> | undefined;
1571
- aliasProtectionBypass?: Array<ACLAction> | undefined;
1572
- buildMachine?: Array<ACLAction> | undefined;
1573
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1574
- connectConfigurationLink?: Array<ACLAction> | undefined;
1575
- dataCacheNamespace?: Array<ACLAction> | undefined;
1576
- deployment?: Array<ACLAction> | undefined;
1577
- deploymentCheck?: Array<ACLAction> | undefined;
1578
- deploymentCheckPreview?: Array<ACLAction> | undefined;
1579
- deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
1580
- deploymentProductionGit?: Array<ACLAction> | undefined;
1581
- deploymentV0?: Array<ACLAction> | undefined;
1582
- deploymentPreview?: Array<ACLAction> | undefined;
1583
- deploymentPrivate?: Array<ACLAction> | undefined;
1584
- deploymentPromote?: Array<ACLAction> | undefined;
1585
- deploymentRollback?: Array<ACLAction> | undefined;
1586
- edgeCacheNamespace?: Array<ACLAction> | undefined;
1587
- environments?: Array<ACLAction> | undefined;
1588
- logs?: Array<ACLAction> | undefined;
1589
- logsPreset?: Array<ACLAction> | undefined;
1590
- passwordProtection?: Array<ACLAction> | undefined;
1591
- optionsAllowlist?: Array<ACLAction> | undefined;
1592
- job?: Array<ACLAction> | undefined;
1593
- observabilityData?: Array<ACLAction> | undefined;
1594
- onDemandBuild?: Array<ACLAction> | undefined;
1595
- onDemandConcurrency?: Array<ACLAction> | undefined;
1596
- project?: Array<ACLAction> | undefined;
1597
- projectFromV0?: Array<ACLAction> | undefined;
1598
- projectAccessGroup?: Array<ACLAction> | undefined;
1599
- projectAnalyticsSampling?: Array<ACLAction> | undefined;
1600
- projectCheck?: Array<ACLAction> | undefined;
1601
- projectCheckRun?: Array<ACLAction> | undefined;
1602
- projectDeploymentHook?: Array<ACLAction> | undefined;
1603
- projectDomain?: Array<ACLAction> | undefined;
1604
- projectDomainMove?: Array<ACLAction> | undefined;
1605
- projectDomainCheckConfig?: Array<ACLAction> | undefined;
1606
- projectEnvVars?: Array<ACLAction> | undefined;
1607
- projectEnvVarsProduction?: Array<ACLAction> | undefined;
1608
- projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1609
- projectFlags?: Array<ACLAction> | undefined;
1610
- projectId?: Array<ACLAction> | undefined;
1611
- projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1612
- projectLink?: Array<ACLAction> | undefined;
1613
- projectMember?: Array<ACLAction> | undefined;
1614
- projectMonitoring?: Array<ACLAction> | undefined;
1615
- projectPermissions?: Array<ACLAction> | undefined;
1616
- projectProductionBranch?: Array<ACLAction> | undefined;
1617
- projectTransfer?: Array<ACLAction> | undefined;
1618
- projectTransferOut?: Array<ACLAction> | undefined;
1619
- projectProtectionBypass?: Array<ACLAction> | undefined;
1620
- projectUsage?: Array<ACLAction> | undefined;
1621
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1622
- projectSupportCase?: Array<ACLAction> | undefined;
1623
- projectSupportCaseComment?: Array<ACLAction> | undefined;
1624
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1625
- projectRollingRelease?: Array<ACLAction> | undefined;
1626
- projectTier?: Array<ACLAction> | undefined;
1627
- seawallConfig?: Array<ACLAction> | undefined;
1628
- skewProtection?: Array<ACLAction> | undefined;
1629
- analytics?: Array<ACLAction> | undefined;
1630
- trustedIps?: Array<ACLAction> | undefined;
1631
- webAnalytics?: Array<ACLAction> | undefined;
1632
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1633
- sonar?: Array<ACLAction> | undefined;
1608
+ oauth2Connection?: Array<ACLAction> | undefined;
1634
1609
  user?: Array<ACLAction> | undefined;
1635
1610
  userConnection?: Array<ACLAction> | undefined;
1636
1611
  userSudo?: Array<ACLAction> | undefined;
1637
1612
  webAuthn?: Array<ACLAction> | undefined;
1638
- oauth2Connection?: Array<ACLAction> | undefined;
1639
1613
  accessGroup?: Array<ACLAction> | undefined;
1640
1614
  aliasGlobal?: Array<ACLAction> | undefined;
1641
1615
  analyticsSampling?: Array<ACLAction> | undefined;
@@ -1648,6 +1622,7 @@ export type CreateProjectPermissions = {
1648
1622
  billingInvoiceLanguage?: Array<ACLAction> | undefined;
1649
1623
  billingPlan?: Array<ACLAction> | undefined;
1650
1624
  billingPurchaseOrder?: Array<ACLAction> | undefined;
1625
+ billingRefund?: Array<ACLAction> | undefined;
1651
1626
  billingTaxId?: Array<ACLAction> | undefined;
1652
1627
  blob?: Array<ACLAction> | undefined;
1653
1628
  budget?: Array<ACLAction> | undefined;
@@ -1657,6 +1632,7 @@ export type CreateProjectPermissions = {
1657
1632
  concurrentBuilds?: Array<ACLAction> | undefined;
1658
1633
  connect?: Array<ACLAction> | undefined;
1659
1634
  connectConfiguration?: Array<ACLAction> | undefined;
1635
+ defaultDeploymentProtection?: Array<ACLAction> | undefined;
1660
1636
  domain?: Array<ACLAction> | undefined;
1661
1637
  domainAcceptDelegation?: Array<ACLAction> | undefined;
1662
1638
  domainAuthCodes?: Array<ACLAction> | undefined;
@@ -1689,6 +1665,7 @@ export type CreateProjectPermissions = {
1689
1665
  marketplaceInstallationMember?: Array<ACLAction> | undefined;
1690
1666
  marketplaceBillingData?: Array<ACLAction> | undefined;
1691
1667
  marketplaceInvoice?: Array<ACLAction> | undefined;
1668
+ marketplaceSettings?: Array<ACLAction> | undefined;
1692
1669
  marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1693
1670
  marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1694
1671
  jobGlobal?: Array<ACLAction> | undefined;
@@ -1715,8 +1692,10 @@ export type CreateProjectPermissions = {
1715
1692
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1716
1693
  observabilityConfiguration?: Array<ACLAction> | undefined;
1717
1694
  observabilityNotebook?: Array<ACLAction> | undefined;
1695
+ observabilityFunnel?: Array<ACLAction> | undefined;
1718
1696
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1719
1697
  vercelAppInstallation?: Array<ACLAction> | undefined;
1698
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1720
1699
  paymentMethod?: Array<ACLAction> | undefined;
1721
1700
  permissions?: Array<ACLAction> | undefined;
1722
1701
  postgres?: Array<ACLAction> | undefined;
@@ -1771,6 +1750,72 @@ export type CreateProjectPermissions = {
1771
1750
  vercelRunExec?: Array<ACLAction> | undefined;
1772
1751
  apiKey?: Array<ACLAction> | undefined;
1773
1752
  apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1753
+ aliasProject?: Array<ACLAction> | undefined;
1754
+ aliasProtectionBypass?: Array<ACLAction> | undefined;
1755
+ buildMachine?: Array<ACLAction> | undefined;
1756
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1757
+ connectConfigurationLink?: Array<ACLAction> | undefined;
1758
+ dataCacheNamespace?: Array<ACLAction> | undefined;
1759
+ deployment?: Array<ACLAction> | undefined;
1760
+ deploymentBuildLogs?: Array<ACLAction> | undefined;
1761
+ deploymentCheck?: Array<ACLAction> | undefined;
1762
+ deploymentCheckPreview?: Array<ACLAction> | undefined;
1763
+ deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
1764
+ deploymentProductionGit?: Array<ACLAction> | undefined;
1765
+ deploymentV0?: Array<ACLAction> | undefined;
1766
+ deploymentPreview?: Array<ACLAction> | undefined;
1767
+ deploymentPrivate?: Array<ACLAction> | undefined;
1768
+ deploymentPromote?: Array<ACLAction> | undefined;
1769
+ deploymentRollback?: Array<ACLAction> | undefined;
1770
+ edgeCacheNamespace?: Array<ACLAction> | undefined;
1771
+ environments?: Array<ACLAction> | undefined;
1772
+ logs?: Array<ACLAction> | undefined;
1773
+ logsPreset?: Array<ACLAction> | undefined;
1774
+ passwordProtection?: Array<ACLAction> | undefined;
1775
+ optionsAllowlist?: Array<ACLAction> | undefined;
1776
+ job?: Array<ACLAction> | undefined;
1777
+ observabilityData?: Array<ACLAction> | undefined;
1778
+ onDemandBuild?: Array<ACLAction> | undefined;
1779
+ onDemandConcurrency?: Array<ACLAction> | undefined;
1780
+ project?: Array<ACLAction> | undefined;
1781
+ projectFromV0?: Array<ACLAction> | undefined;
1782
+ projectAccessGroup?: Array<ACLAction> | undefined;
1783
+ projectAnalyticsSampling?: Array<ACLAction> | undefined;
1784
+ projectCheck?: Array<ACLAction> | undefined;
1785
+ projectCheckRun?: Array<ACLAction> | undefined;
1786
+ projectDeploymentHook?: Array<ACLAction> | undefined;
1787
+ projectDomain?: Array<ACLAction> | undefined;
1788
+ projectDomainMove?: Array<ACLAction> | undefined;
1789
+ projectDomainCheckConfig?: Array<ACLAction> | undefined;
1790
+ projectEnvVars?: Array<ACLAction> | undefined;
1791
+ projectEnvVarsProduction?: Array<ACLAction> | undefined;
1792
+ projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1793
+ projectFlags?: Array<ACLAction> | undefined;
1794
+ projectId?: Array<ACLAction> | undefined;
1795
+ projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1796
+ projectLink?: Array<ACLAction> | undefined;
1797
+ projectMember?: Array<ACLAction> | undefined;
1798
+ projectMonitoring?: Array<ACLAction> | undefined;
1799
+ projectPermissions?: Array<ACLAction> | undefined;
1800
+ projectProductionBranch?: Array<ACLAction> | undefined;
1801
+ projectTransfer?: Array<ACLAction> | undefined;
1802
+ projectTransferOut?: Array<ACLAction> | undefined;
1803
+ projectProtectionBypass?: Array<ACLAction> | undefined;
1804
+ projectUsage?: Array<ACLAction> | undefined;
1805
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1806
+ projectSupportCase?: Array<ACLAction> | undefined;
1807
+ projectSupportCaseComment?: Array<ACLAction> | undefined;
1808
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1809
+ projectRollingRelease?: Array<ACLAction> | undefined;
1810
+ projectTier?: Array<ACLAction> | undefined;
1811
+ projectOIDCToken?: Array<ACLAction> | undefined;
1812
+ seawallConfig?: Array<ACLAction> | undefined;
1813
+ skewProtection?: Array<ACLAction> | undefined;
1814
+ analytics?: Array<ACLAction> | undefined;
1815
+ trustedIps?: Array<ACLAction> | undefined;
1816
+ webAnalytics?: Array<ACLAction> | undefined;
1817
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1818
+ sonar?: Array<ACLAction> | undefined;
1774
1819
  };
1775
1820
 
1776
1821
  export type CreateProjectLastRollbackTarget = {};
@@ -1840,11 +1885,11 @@ export type CreateProjectProtectionBypass =
1840
1885
  | CreateProjectProtectionBypass2;
1841
1886
 
1842
1887
  export const CreateProjectTrustedIpsProjectsDeploymentType = {
1843
- Production: "production",
1844
- Preview: "preview",
1845
1888
  All: "all",
1889
+ Preview: "preview",
1846
1890
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1847
1891
  AllExceptCustomDomains: "all_except_custom_domains",
1892
+ Production: "production",
1848
1893
  } as const;
1849
1894
  export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
1850
1895
  typeof CreateProjectTrustedIpsProjectsDeploymentType
@@ -1855,11 +1900,11 @@ export type CreateProjectTrustedIps2 = {
1855
1900
  };
1856
1901
 
1857
1902
  export const CreateProjectTrustedIpsDeploymentType = {
1858
- Production: "production",
1859
- Preview: "preview",
1860
1903
  All: "all",
1904
+ Preview: "preview",
1861
1905
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1862
1906
  AllExceptCustomDomains: "all_except_custom_domains",
1907
+ Production: "production",
1863
1908
  } as const;
1864
1909
  export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
1865
1910
  typeof CreateProjectTrustedIpsDeploymentType
@@ -1918,6 +1963,10 @@ export type CreateProjectGitProviderOptions = {
1918
1963
  * 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
1919
1964
  */
1920
1965
  createDeployments: CreateProjectCreateDeployments;
1966
+ /**
1967
+ * 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
1968
+ */
1969
+ disableRepositoryDispatchEvents?: boolean | undefined;
1921
1970
  };
1922
1971
 
1923
1972
  export type CreateProjectWebAnalytics = {
@@ -1928,193 +1977,44 @@ export type CreateProjectWebAnalytics = {
1928
1977
  hasData?: boolean | undefined;
1929
1978
  };
1930
1979
 
1931
- export type CreateProjectSrc2 = {
1932
- re?: string | undefined;
1933
- eq?: string | undefined;
1934
- neq?: string | undefined;
1935
- inc?: Array<string> | undefined;
1936
- ninc?: Array<string> | undefined;
1937
- pre?: string | undefined;
1938
- suf?: string | undefined;
1939
- gt?: number | undefined;
1940
- gte?: number | undefined;
1941
- lt?: number | undefined;
1942
- lte?: number | undefined;
1943
- };
1944
-
1945
- export type CreateProjectSrc = CreateProjectSrc2 | string;
1946
-
1947
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
1948
- {
1949
- Path: "path",
1950
- Host: "host",
1951
- Method: "method",
1952
- Header: "header",
1953
- Cookie: "cookie",
1954
- Query: "query",
1955
- IpAddress: "ip_address",
1956
- Protocol: "protocol",
1957
- Scheme: "scheme",
1958
- Environment: "environment",
1959
- Region: "region",
1960
- InitialRequestPath: "initial_request_path",
1961
- } as const;
1962
- export type CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
1963
- ClosedEnum<
1964
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
1965
- >;
1966
-
1967
- export type CreateProjectValue2 = {
1968
- re?: string | undefined;
1969
- eq?: string | undefined;
1970
- neq?: string | undefined;
1971
- inc?: Array<string> | undefined;
1972
- ninc?: Array<string> | undefined;
1973
- pre?: string | undefined;
1974
- suf?: string | undefined;
1975
- gt?: number | undefined;
1976
- gte?: number | undefined;
1977
- lt?: number | undefined;
1978
- lte?: number | undefined;
1979
- };
1980
-
1981
- export type CreateProjectValue = CreateProjectValue2 | string;
1982
-
1983
- export type CreateProjectHas = {
1984
- type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType;
1985
- key?: string | undefined;
1986
- value?: CreateProjectValue2 | string | undefined;
1987
- };
1988
-
1989
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
1990
- {
1991
- Path: "path",
1992
- Host: "host",
1993
- Method: "method",
1994
- Header: "header",
1995
- Cookie: "cookie",
1996
- Query: "query",
1997
- IpAddress: "ip_address",
1998
- Protocol: "protocol",
1999
- Scheme: "scheme",
2000
- Environment: "environment",
2001
- Region: "region",
2002
- InitialRequestPath: "initial_request_path",
2003
- } as const;
2004
- export type CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
2005
- ClosedEnum<
2006
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
2007
- >;
2008
-
2009
- export type CreateProjectValueProjects2 = {
2010
- re?: string | undefined;
2011
- eq?: string | undefined;
2012
- neq?: string | undefined;
2013
- inc?: Array<string> | undefined;
2014
- ninc?: Array<string> | undefined;
2015
- pre?: string | undefined;
2016
- suf?: string | undefined;
2017
- gt?: number | undefined;
2018
- gte?: number | undefined;
2019
- lt?: number | undefined;
2020
- lte?: number | undefined;
2021
- };
2022
-
2023
- export type CreateProjectProjectsValue = CreateProjectValueProjects2 | string;
2024
-
2025
- export type CreateProjectMissing = {
2026
- type:
2027
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
2028
- key?: string | undefined;
2029
- value?: CreateProjectValueProjects2 | string | undefined;
2030
- };
2031
-
2032
- export const CreateProjectHandle = {
2033
- Init: "init",
2034
- Finalize: "finalize",
2035
- } as const;
2036
- export type CreateProjectHandle = ClosedEnum<typeof CreateProjectHandle>;
2037
-
2038
1980
  export const CreateProjectAction = {
2039
- Deny: "deny",
2040
- Challenge: "challenge",
2041
1981
  Log: "log",
2042
- Bypass: "bypass",
2043
- RateLimit: "rate_limit",
2044
- Redirect: "redirect",
1982
+ Challenge: "challenge",
1983
+ Deny: "deny",
2045
1984
  } as const;
2046
1985
  export type CreateProjectAction = ClosedEnum<typeof CreateProjectAction>;
2047
1986
 
2048
- export const CreateProjectAlgo = {
2049
- FixedWindow: "fixed_window",
2050
- TokenBucket: "token_bucket",
2051
- } as const;
2052
- export type CreateProjectAlgo = ClosedEnum<typeof CreateProjectAlgo>;
2053
-
2054
- export type CreateProjectErl = {
2055
- algo: CreateProjectAlgo;
2056
- window: number;
2057
- limit: number;
2058
- keys: Array<string>;
2059
- };
2060
-
2061
- export type CreateProjectMitigate = {
2062
- action: CreateProjectAction;
2063
- ruleId: string;
2064
- ttl?: number | undefined;
2065
- erl?: CreateProjectErl | undefined;
2066
- };
2067
-
2068
- export type CreateProjectFirewallRoutes = {
2069
- src?: CreateProjectSrc2 | string | undefined;
2070
- has?: Array<CreateProjectHas> | undefined;
2071
- missing?: Array<CreateProjectMissing> | undefined;
2072
- dest?: string | undefined;
2073
- status?: number | undefined;
2074
- handle?: CreateProjectHandle | undefined;
2075
- mitigate?: CreateProjectMitigate | undefined;
1987
+ export type CreateProjectBotFilter = {
1988
+ active: boolean;
1989
+ action?: CreateProjectAction | undefined;
2076
1990
  };
2077
1991
 
2078
1992
  export const CreateProjectProjectsAction = {
2079
- Deny: "deny",
2080
- Challenge: "challenge",
2081
1993
  Log: "log",
1994
+ Challenge: "challenge",
1995
+ Deny: "deny",
2082
1996
  } as const;
2083
1997
  export type CreateProjectProjectsAction = ClosedEnum<
2084
1998
  typeof CreateProjectProjectsAction
2085
1999
  >;
2086
2000
 
2087
- export type CreateProjectBotFilter = {
2001
+ export type CreateProjectAiBots = {
2088
2002
  active: boolean;
2089
2003
  action?: CreateProjectProjectsAction | undefined;
2090
2004
  };
2091
2005
 
2092
2006
  export const CreateProjectProjectsResponseAction = {
2093
- Deny: "deny",
2094
- Challenge: "challenge",
2095
2007
  Log: "log",
2008
+ Challenge: "challenge",
2009
+ Deny: "deny",
2096
2010
  } as const;
2097
2011
  export type CreateProjectProjectsResponseAction = ClosedEnum<
2098
2012
  typeof CreateProjectProjectsResponseAction
2099
2013
  >;
2100
2014
 
2101
- export type CreateProjectAiBots = {
2102
- active: boolean;
2103
- action?: CreateProjectProjectsResponseAction | undefined;
2104
- };
2105
-
2106
- export const CreateProjectProjectsResponse200Action = {
2107
- Deny: "deny",
2108
- Challenge: "challenge",
2109
- Log: "log",
2110
- } as const;
2111
- export type CreateProjectProjectsResponse200Action = ClosedEnum<
2112
- typeof CreateProjectProjectsResponse200Action
2113
- >;
2114
-
2115
2015
  export type CreateProjectOwasp = {
2116
2016
  active: boolean;
2117
- action?: CreateProjectProjectsResponse200Action | undefined;
2017
+ action?: CreateProjectProjectsResponseAction | undefined;
2118
2018
  };
2119
2019
 
2120
2020
  export type CreateProjectManagedRules = {
@@ -2130,7 +2030,6 @@ export type CreateProjectSecurity = {
2130
2030
  firewallUpdatedAt?: number | undefined;
2131
2031
  attackModeActiveUntil?: number | null | undefined;
2132
2032
  firewallConfigVersion?: number | undefined;
2133
- firewallRoutes?: Array<CreateProjectFirewallRoutes> | undefined;
2134
2033
  firewallSeawallEnabled?: boolean | undefined;
2135
2034
  ja3Enabled?: boolean | undefined;
2136
2035
  ja4Enabled?: boolean | undefined;
@@ -2215,6 +2114,7 @@ export type CreateProjectResponseBody = {
2215
2114
  | CreateProjectLink2
2216
2115
  | CreateProjectLink3
2217
2116
  | CreateProjectLink4
2117
+ | CreateProjectLink5
2218
2118
  | undefined;
2219
2119
  microfrontends?:
2220
2120
  | CreateProjectMicrofrontends1
@@ -2277,6 +2177,7 @@ export type CreateProjectResponseBody = {
2277
2177
  oidcTokenConfig?: CreateProjectOidcTokenConfig | undefined;
2278
2178
  tier?: CreateProjectTier | undefined;
2279
2179
  features?: CreateProjectFeatures | undefined;
2180
+ v0?: boolean | undefined;
2280
2181
  };
2281
2182
 
2282
2183
  /** @internal */
@@ -3277,6 +3178,7 @@ export const CreateProjectConnectConfigurations$inboundSchema: z.ZodType<
3277
3178
  > = z.object({
3278
3179
  envId: z.union([z.string(), CreateProjectEnvId2$inboundSchema]),
3279
3180
  connectConfigurationId: z.string(),
3181
+ dc: z.string().optional(),
3280
3182
  passive: z.boolean(),
3281
3183
  buildsEnabled: z.boolean(),
3282
3184
  aws: z.lazy(() => CreateProjectAws$inboundSchema).optional(),
@@ -3288,6 +3190,7 @@ export const CreateProjectConnectConfigurations$inboundSchema: z.ZodType<
3288
3190
  export type CreateProjectConnectConfigurations$Outbound = {
3289
3191
  envId: string | string;
3290
3192
  connectConfigurationId: string;
3193
+ dc?: string | undefined;
3291
3194
  passive: boolean;
3292
3195
  buildsEnabled: boolean;
3293
3196
  aws?: CreateProjectAws$Outbound | undefined;
@@ -3303,6 +3206,7 @@ export const CreateProjectConnectConfigurations$outboundSchema: z.ZodType<
3303
3206
  > = z.object({
3304
3207
  envId: z.union([z.string(), CreateProjectEnvId2$outboundSchema]),
3305
3208
  connectConfigurationId: z.string(),
3209
+ dc: z.string().optional(),
3306
3210
  passive: z.boolean(),
3307
3211
  buildsEnabled: z.boolean(),
3308
3212
  aws: z.lazy(() => CreateProjectAws$outboundSchema).optional(),
@@ -6494,6 +6398,209 @@ export function createProjectLatestDeploymentsFromJSON(
6494
6398
  );
6495
6399
  }
6496
6400
 
6401
+ /** @internal */
6402
+ export const CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema:
6403
+ z.ZodNativeEnum<
6404
+ typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
6405
+ > = z.nativeEnum(CreateProjectLinkProjectsResponse200ApplicationJSONType);
6406
+
6407
+ /** @internal */
6408
+ export const CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema:
6409
+ z.ZodNativeEnum<
6410
+ typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
6411
+ > = CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
6412
+
6413
+ /**
6414
+ * @internal
6415
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6416
+ */
6417
+ export namespace CreateProjectLinkProjectsResponse200ApplicationJSONType$ {
6418
+ /** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
6419
+ export const inboundSchema =
6420
+ CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
6421
+ /** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
6422
+ export const outboundSchema =
6423
+ CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema;
6424
+ }
6425
+
6426
+ /** @internal */
6427
+ export const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
6428
+ z.ZodType<
6429
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
6430
+ z.ZodTypeDef,
6431
+ unknown
6432
+ > = z.object({
6433
+ createdAt: z.number().optional(),
6434
+ id: z.string(),
6435
+ name: z.string(),
6436
+ ref: z.string(),
6437
+ url: z.string(),
6438
+ });
6439
+
6440
+ /** @internal */
6441
+ export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound =
6442
+ {
6443
+ createdAt?: number | undefined;
6444
+ id: string;
6445
+ name: string;
6446
+ ref: string;
6447
+ url: string;
6448
+ };
6449
+
6450
+ /** @internal */
6451
+ export const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema:
6452
+ z.ZodType<
6453
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound,
6454
+ z.ZodTypeDef,
6455
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
6456
+ > = z.object({
6457
+ createdAt: z.number().optional(),
6458
+ id: z.string(),
6459
+ name: z.string(),
6460
+ ref: z.string(),
6461
+ url: z.string(),
6462
+ });
6463
+
6464
+ /**
6465
+ * @internal
6466
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6467
+ */
6468
+ export namespace CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$ {
6469
+ /** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
6470
+ export const inboundSchema =
6471
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema;
6472
+ /** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
6473
+ export const outboundSchema =
6474
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema;
6475
+ /** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
6476
+ export type Outbound =
6477
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
6478
+ }
6479
+
6480
+ export function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(
6481
+ createProjectLinkProjectsResponse200ApplicationJSONDeployHooks:
6482
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
6483
+ ): string {
6484
+ return JSON.stringify(
6485
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
6486
+ .parse(createProjectLinkProjectsResponse200ApplicationJSONDeployHooks),
6487
+ );
6488
+ }
6489
+
6490
+ export function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(
6491
+ jsonString: string,
6492
+ ): SafeParseResult<
6493
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
6494
+ SDKValidationError
6495
+ > {
6496
+ return safeParse(
6497
+ jsonString,
6498
+ (x) =>
6499
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
6500
+ .parse(JSON.parse(x)),
6501
+ `Failed to parse 'CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks' from JSON`,
6502
+ );
6503
+ }
6504
+
6505
+ /** @internal */
6506
+ export const CreateProjectLink5$inboundSchema: z.ZodType<
6507
+ CreateProjectLink5,
6508
+ z.ZodTypeDef,
6509
+ unknown
6510
+ > = z.object({
6511
+ org: z.string().optional(),
6512
+ repoOwnerId: z.number().optional(),
6513
+ repo: z.string().optional(),
6514
+ repoId: z.number().optional(),
6515
+ type: CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema
6516
+ .optional(),
6517
+ host: z.string().optional(),
6518
+ createdAt: z.number().optional(),
6519
+ deployHooks: z.array(
6520
+ z.lazy(() =>
6521
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
6522
+ ),
6523
+ ),
6524
+ gitCredentialId: z.string().optional(),
6525
+ updatedAt: z.number().optional(),
6526
+ sourceless: z.boolean().optional(),
6527
+ productionBranch: z.string().optional(),
6528
+ });
6529
+
6530
+ /** @internal */
6531
+ export type CreateProjectLink5$Outbound = {
6532
+ org?: string | undefined;
6533
+ repoOwnerId?: number | undefined;
6534
+ repo?: string | undefined;
6535
+ repoId?: number | undefined;
6536
+ type?: string | undefined;
6537
+ host?: string | undefined;
6538
+ createdAt?: number | undefined;
6539
+ deployHooks: Array<
6540
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
6541
+ >;
6542
+ gitCredentialId?: string | undefined;
6543
+ updatedAt?: number | undefined;
6544
+ sourceless?: boolean | undefined;
6545
+ productionBranch?: string | undefined;
6546
+ };
6547
+
6548
+ /** @internal */
6549
+ export const CreateProjectLink5$outboundSchema: z.ZodType<
6550
+ CreateProjectLink5$Outbound,
6551
+ z.ZodTypeDef,
6552
+ CreateProjectLink5
6553
+ > = z.object({
6554
+ org: z.string().optional(),
6555
+ repoOwnerId: z.number().optional(),
6556
+ repo: z.string().optional(),
6557
+ repoId: z.number().optional(),
6558
+ type: CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema
6559
+ .optional(),
6560
+ host: z.string().optional(),
6561
+ createdAt: z.number().optional(),
6562
+ deployHooks: z.array(
6563
+ z.lazy(() =>
6564
+ CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
6565
+ ),
6566
+ ),
6567
+ gitCredentialId: z.string().optional(),
6568
+ updatedAt: z.number().optional(),
6569
+ sourceless: z.boolean().optional(),
6570
+ productionBranch: z.string().optional(),
6571
+ });
6572
+
6573
+ /**
6574
+ * @internal
6575
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6576
+ */
6577
+ export namespace CreateProjectLink5$ {
6578
+ /** @deprecated use `CreateProjectLink5$inboundSchema` instead. */
6579
+ export const inboundSchema = CreateProjectLink5$inboundSchema;
6580
+ /** @deprecated use `CreateProjectLink5$outboundSchema` instead. */
6581
+ export const outboundSchema = CreateProjectLink5$outboundSchema;
6582
+ /** @deprecated use `CreateProjectLink5$Outbound` instead. */
6583
+ export type Outbound = CreateProjectLink5$Outbound;
6584
+ }
6585
+
6586
+ export function createProjectLink5ToJSON(
6587
+ createProjectLink5: CreateProjectLink5,
6588
+ ): string {
6589
+ return JSON.stringify(
6590
+ CreateProjectLink5$outboundSchema.parse(createProjectLink5),
6591
+ );
6592
+ }
6593
+
6594
+ export function createProjectLink5FromJSON(
6595
+ jsonString: string,
6596
+ ): SafeParseResult<CreateProjectLink5, SDKValidationError> {
6597
+ return safeParse(
6598
+ jsonString,
6599
+ (x) => CreateProjectLink5$inboundSchema.parse(JSON.parse(x)),
6600
+ `Failed to parse 'CreateProjectLink5' from JSON`,
6601
+ );
6602
+ }
6603
+
6497
6604
  /** @internal */
6498
6605
  export const CreateProjectLinkProjectsResponse200Type$inboundSchema:
6499
6606
  z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type> = z
@@ -6603,12 +6710,12 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
6603
6710
  z.ZodTypeDef,
6604
6711
  unknown
6605
6712
  > = z.object({
6606
- org: z.string().optional(),
6607
- repoOwnerId: z.number().optional(),
6608
- repo: z.string().optional(),
6609
- repoId: z.number().optional(),
6713
+ name: z.string().optional(),
6714
+ slug: z.string().optional(),
6715
+ owner: z.string().optional(),
6610
6716
  type: CreateProjectLinkProjectsResponse200Type$inboundSchema.optional(),
6611
- host: z.string().optional(),
6717
+ uuid: z.string().optional(),
6718
+ workspaceUuid: z.string().optional(),
6612
6719
  createdAt: z.number().optional(),
6613
6720
  deployHooks: z.array(
6614
6721
  z.lazy(() => CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
@@ -6621,12 +6728,12 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
6621
6728
 
6622
6729
  /** @internal */
6623
6730
  export type CreateProjectLink4$Outbound = {
6624
- org?: string | undefined;
6625
- repoOwnerId?: number | undefined;
6626
- repo?: string | undefined;
6627
- repoId?: number | undefined;
6731
+ name?: string | undefined;
6732
+ slug?: string | undefined;
6733
+ owner?: string | undefined;
6628
6734
  type?: string | undefined;
6629
- host?: string | undefined;
6735
+ uuid?: string | undefined;
6736
+ workspaceUuid?: string | undefined;
6630
6737
  createdAt?: number | undefined;
6631
6738
  deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
6632
6739
  gitCredentialId?: string | undefined;
@@ -6641,12 +6748,12 @@ export const CreateProjectLink4$outboundSchema: z.ZodType<
6641
6748
  z.ZodTypeDef,
6642
6749
  CreateProjectLink4
6643
6750
  > = z.object({
6644
- org: z.string().optional(),
6645
- repoOwnerId: z.number().optional(),
6646
- repo: z.string().optional(),
6647
- repoId: z.number().optional(),
6751
+ name: z.string().optional(),
6752
+ slug: z.string().optional(),
6753
+ owner: z.string().optional(),
6648
6754
  type: CreateProjectLinkProjectsResponse200Type$outboundSchema.optional(),
6649
- host: z.string().optional(),
6755
+ uuid: z.string().optional(),
6756
+ workspaceUuid: z.string().optional(),
6650
6757
  createdAt: z.number().optional(),
6651
6758
  deployHooks: z.array(
6652
6759
  z.lazy(() =>
@@ -6799,12 +6906,13 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
6799
6906
  z.ZodTypeDef,
6800
6907
  unknown
6801
6908
  > = z.object({
6802
- name: z.string().optional(),
6803
- slug: z.string().optional(),
6804
- owner: z.string().optional(),
6909
+ projectId: z.string().optional(),
6910
+ projectName: z.string().optional(),
6911
+ projectNameWithNamespace: z.string().optional(),
6912
+ projectNamespace: z.string().optional(),
6913
+ projectOwnerId: z.number().optional(),
6914
+ projectUrl: z.string().optional(),
6805
6915
  type: CreateProjectLinkProjectsResponseType$inboundSchema.optional(),
6806
- uuid: z.string().optional(),
6807
- workspaceUuid: z.string().optional(),
6808
6916
  createdAt: z.number().optional(),
6809
6917
  deployHooks: z.array(
6810
6918
  z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema),
@@ -6817,12 +6925,13 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
6817
6925
 
6818
6926
  /** @internal */
6819
6927
  export type CreateProjectLink3$Outbound = {
6820
- name?: string | undefined;
6821
- slug?: string | undefined;
6822
- owner?: string | undefined;
6928
+ projectId?: string | undefined;
6929
+ projectName?: string | undefined;
6930
+ projectNameWithNamespace?: string | undefined;
6931
+ projectNamespace?: string | undefined;
6932
+ projectOwnerId?: number | undefined;
6933
+ projectUrl?: string | undefined;
6823
6934
  type?: string | undefined;
6824
- uuid?: string | undefined;
6825
- workspaceUuid?: string | undefined;
6826
6935
  createdAt?: number | undefined;
6827
6936
  deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
6828
6937
  gitCredentialId?: string | undefined;
@@ -6837,12 +6946,13 @@ export const CreateProjectLink3$outboundSchema: z.ZodType<
6837
6946
  z.ZodTypeDef,
6838
6947
  CreateProjectLink3
6839
6948
  > = z.object({
6840
- name: z.string().optional(),
6841
- slug: z.string().optional(),
6842
- owner: z.string().optional(),
6949
+ projectId: z.string().optional(),
6950
+ projectName: z.string().optional(),
6951
+ projectNameWithNamespace: z.string().optional(),
6952
+ projectNamespace: z.string().optional(),
6953
+ projectOwnerId: z.number().optional(),
6954
+ projectUrl: z.string().optional(),
6843
6955
  type: CreateProjectLinkProjectsResponseType$outboundSchema.optional(),
6844
- uuid: z.string().optional(),
6845
- workspaceUuid: z.string().optional(),
6846
6956
  createdAt: z.number().optional(),
6847
6957
  deployHooks: z.array(
6848
6958
  z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$outboundSchema),
@@ -6982,37 +7092,33 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
6982
7092
  z.ZodTypeDef,
6983
7093
  unknown
6984
7094
  > = z.object({
6985
- projectId: z.string().optional(),
6986
- projectName: z.string().optional(),
6987
- projectNameWithNamespace: z.string().optional(),
6988
- projectNamespace: z.string().optional(),
6989
- projectOwnerId: z.number().optional(),
6990
- projectUrl: z.string().optional(),
6991
7095
  type: CreateProjectLinkProjectsType$inboundSchema.optional(),
7096
+ updatedAt: z.number().optional(),
6992
7097
  createdAt: z.number().optional(),
7098
+ repo: z.string().optional(),
7099
+ sourceless: z.boolean().optional(),
7100
+ org: z.string().optional(),
7101
+ repoOwnerId: z.number().optional(),
7102
+ repoId: z.number().optional(),
6993
7103
  deployHooks: z.array(
6994
7104
  z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema),
6995
7105
  ),
6996
7106
  gitCredentialId: z.string().optional(),
6997
- updatedAt: z.number().optional(),
6998
- sourceless: z.boolean().optional(),
6999
7107
  productionBranch: z.string().optional(),
7000
7108
  });
7001
7109
 
7002
7110
  /** @internal */
7003
7111
  export type CreateProjectLink2$Outbound = {
7004
- projectId?: string | undefined;
7005
- projectName?: string | undefined;
7006
- projectNameWithNamespace?: string | undefined;
7007
- projectNamespace?: string | undefined;
7008
- projectOwnerId?: number | undefined;
7009
- projectUrl?: string | undefined;
7010
7112
  type?: string | undefined;
7113
+ updatedAt?: number | undefined;
7011
7114
  createdAt?: number | undefined;
7115
+ repo?: string | undefined;
7116
+ sourceless?: boolean | undefined;
7117
+ org?: string | undefined;
7118
+ repoOwnerId?: number | undefined;
7119
+ repoId?: number | undefined;
7012
7120
  deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
7013
7121
  gitCredentialId?: string | undefined;
7014
- updatedAt?: number | undefined;
7015
- sourceless?: boolean | undefined;
7016
7122
  productionBranch?: string | undefined;
7017
7123
  };
7018
7124
 
@@ -7022,20 +7128,18 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
7022
7128
  z.ZodTypeDef,
7023
7129
  CreateProjectLink2
7024
7130
  > = z.object({
7025
- projectId: z.string().optional(),
7026
- projectName: z.string().optional(),
7027
- projectNameWithNamespace: z.string().optional(),
7028
- projectNamespace: z.string().optional(),
7029
- projectOwnerId: z.number().optional(),
7030
- projectUrl: z.string().optional(),
7031
7131
  type: CreateProjectLinkProjectsType$outboundSchema.optional(),
7132
+ updatedAt: z.number().optional(),
7032
7133
  createdAt: z.number().optional(),
7134
+ repo: z.string().optional(),
7135
+ sourceless: z.boolean().optional(),
7136
+ org: z.string().optional(),
7137
+ repoOwnerId: z.number().optional(),
7138
+ repoId: z.number().optional(),
7033
7139
  deployHooks: z.array(
7034
7140
  z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema),
7035
7141
  ),
7036
7142
  gitCredentialId: z.string().optional(),
7037
- updatedAt: z.number().optional(),
7038
- sourceless: z.boolean().optional(),
7039
7143
  productionBranch: z.string().optional(),
7040
7144
  });
7041
7145
 
@@ -7257,6 +7361,7 @@ export const CreateProjectLink$inboundSchema: z.ZodType<
7257
7361
  z.lazy(() => CreateProjectLink2$inboundSchema),
7258
7362
  z.lazy(() => CreateProjectLink3$inboundSchema),
7259
7363
  z.lazy(() => CreateProjectLink4$inboundSchema),
7364
+ z.lazy(() => CreateProjectLink5$inboundSchema),
7260
7365
  ]);
7261
7366
 
7262
7367
  /** @internal */
@@ -7264,7 +7369,8 @@ export type CreateProjectLink$Outbound =
7264
7369
  | CreateProjectLink1$Outbound
7265
7370
  | CreateProjectLink2$Outbound
7266
7371
  | CreateProjectLink3$Outbound
7267
- | CreateProjectLink4$Outbound;
7372
+ | CreateProjectLink4$Outbound
7373
+ | CreateProjectLink5$Outbound;
7268
7374
 
7269
7375
  /** @internal */
7270
7376
  export const CreateProjectLink$outboundSchema: z.ZodType<
@@ -7276,6 +7382,7 @@ export const CreateProjectLink$outboundSchema: z.ZodType<
7276
7382
  z.lazy(() => CreateProjectLink2$outboundSchema),
7277
7383
  z.lazy(() => CreateProjectLink3$outboundSchema),
7278
7384
  z.lazy(() => CreateProjectLink4$outboundSchema),
7385
+ z.lazy(() => CreateProjectLink5$outboundSchema),
7279
7386
  ]);
7280
7387
 
7281
7388
  /**
@@ -8957,77 +9064,11 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
8957
9064
  z.ZodTypeDef,
8958
9065
  unknown
8959
9066
  > = z.object({
8960
- aliasProject: z.array(ACLAction$inboundSchema).optional(),
8961
- aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8962
- buildMachine: z.array(ACLAction$inboundSchema).optional(),
8963
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8964
- connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
8965
- dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8966
- deployment: z.array(ACLAction$inboundSchema).optional(),
8967
- deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
8968
- deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
8969
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
8970
- .optional(),
8971
- deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
8972
- deploymentV0: z.array(ACLAction$inboundSchema).optional(),
8973
- deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
8974
- deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
8975
- deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
8976
- deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
8977
- edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8978
- environments: z.array(ACLAction$inboundSchema).optional(),
8979
- logs: z.array(ACLAction$inboundSchema).optional(),
8980
- logsPreset: z.array(ACLAction$inboundSchema).optional(),
8981
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8982
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8983
- job: z.array(ACLAction$inboundSchema).optional(),
8984
- observabilityData: z.array(ACLAction$inboundSchema).optional(),
8985
- onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
8986
- onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
8987
- project: z.array(ACLAction$inboundSchema).optional(),
8988
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8989
- projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
8990
- projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8991
- projectCheck: z.array(ACLAction$inboundSchema).optional(),
8992
- projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
8993
- projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
8994
- projectDomain: z.array(ACLAction$inboundSchema).optional(),
8995
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8996
- projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
8997
- projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
8998
- projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8999
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
9000
- .optional(),
9001
- projectFlags: z.array(ACLAction$inboundSchema).optional(),
9002
- projectId: z.array(ACLAction$inboundSchema).optional(),
9003
- projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9004
- projectLink: z.array(ACLAction$inboundSchema).optional(),
9005
- projectMember: z.array(ACLAction$inboundSchema).optional(),
9006
- projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
9007
- projectPermissions: z.array(ACLAction$inboundSchema).optional(),
9008
- projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
9009
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9010
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9011
- projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9012
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
9013
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9014
- projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
9015
- projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9016
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9017
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9018
- projectTier: z.array(ACLAction$inboundSchema).optional(),
9019
- seawallConfig: z.array(ACLAction$inboundSchema).optional(),
9020
- skewProtection: z.array(ACLAction$inboundSchema).optional(),
9021
- analytics: z.array(ACLAction$inboundSchema).optional(),
9022
- trustedIps: z.array(ACLAction$inboundSchema).optional(),
9023
- webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9024
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9025
- sonar: z.array(ACLAction$inboundSchema).optional(),
9067
+ oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
9026
9068
  user: z.array(ACLAction$inboundSchema).optional(),
9027
9069
  userConnection: z.array(ACLAction$inboundSchema).optional(),
9028
9070
  userSudo: z.array(ACLAction$inboundSchema).optional(),
9029
9071
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
9030
- oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
9031
9072
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
9032
9073
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
9033
9074
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
@@ -9040,6 +9081,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9040
9081
  billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
9041
9082
  billingPlan: z.array(ACLAction$inboundSchema).optional(),
9042
9083
  billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
9084
+ billingRefund: z.array(ACLAction$inboundSchema).optional(),
9043
9085
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
9044
9086
  blob: z.array(ACLAction$inboundSchema).optional(),
9045
9087
  budget: z.array(ACLAction$inboundSchema).optional(),
@@ -9049,6 +9091,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9049
9091
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
9050
9092
  connect: z.array(ACLAction$inboundSchema).optional(),
9051
9093
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
9094
+ defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
9052
9095
  domain: z.array(ACLAction$inboundSchema).optional(),
9053
9096
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
9054
9097
  domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
@@ -9083,6 +9126,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9083
9126
  marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
9084
9127
  marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
9085
9128
  marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
9129
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
9086
9130
  marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
9087
9131
  marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
9088
9132
  .optional(),
@@ -9110,8 +9154,10 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9110
9154
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
9111
9155
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
9112
9156
  observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
9157
+ observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
9113
9158
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
9114
9159
  vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
9160
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
9115
9161
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
9116
9162
  permissions: z.array(ACLAction$inboundSchema).optional(),
9117
9163
  postgres: z.array(ACLAction$inboundSchema).optional(),
@@ -9166,6 +9212,74 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9166
9212
  vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
9167
9213
  apiKey: z.array(ACLAction$inboundSchema).optional(),
9168
9214
  apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
9215
+ aliasProject: z.array(ACLAction$inboundSchema).optional(),
9216
+ aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9217
+ buildMachine: z.array(ACLAction$inboundSchema).optional(),
9218
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9219
+ connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
9220
+ dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9221
+ deployment: z.array(ACLAction$inboundSchema).optional(),
9222
+ deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
9223
+ deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
9224
+ deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
9225
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
9226
+ .optional(),
9227
+ deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
9228
+ deploymentV0: z.array(ACLAction$inboundSchema).optional(),
9229
+ deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
9230
+ deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
9231
+ deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
9232
+ deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
9233
+ edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9234
+ environments: z.array(ACLAction$inboundSchema).optional(),
9235
+ logs: z.array(ACLAction$inboundSchema).optional(),
9236
+ logsPreset: z.array(ACLAction$inboundSchema).optional(),
9237
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
9238
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
9239
+ job: z.array(ACLAction$inboundSchema).optional(),
9240
+ observabilityData: z.array(ACLAction$inboundSchema).optional(),
9241
+ onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
9242
+ onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
9243
+ project: z.array(ACLAction$inboundSchema).optional(),
9244
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
9245
+ projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
9246
+ projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9247
+ projectCheck: z.array(ACLAction$inboundSchema).optional(),
9248
+ projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
9249
+ projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
9250
+ projectDomain: z.array(ACLAction$inboundSchema).optional(),
9251
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
9252
+ projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
9253
+ projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
9254
+ projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9255
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
9256
+ .optional(),
9257
+ projectFlags: z.array(ACLAction$inboundSchema).optional(),
9258
+ projectId: z.array(ACLAction$inboundSchema).optional(),
9259
+ projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9260
+ projectLink: z.array(ACLAction$inboundSchema).optional(),
9261
+ projectMember: z.array(ACLAction$inboundSchema).optional(),
9262
+ projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
9263
+ projectPermissions: z.array(ACLAction$inboundSchema).optional(),
9264
+ projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
9265
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9266
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9267
+ projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9268
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
9269
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9270
+ projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
9271
+ projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9272
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9273
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9274
+ projectTier: z.array(ACLAction$inboundSchema).optional(),
9275
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
9276
+ seawallConfig: z.array(ACLAction$inboundSchema).optional(),
9277
+ skewProtection: z.array(ACLAction$inboundSchema).optional(),
9278
+ analytics: z.array(ACLAction$inboundSchema).optional(),
9279
+ trustedIps: z.array(ACLAction$inboundSchema).optional(),
9280
+ webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9281
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9282
+ sonar: z.array(ACLAction$inboundSchema).optional(),
9169
9283
  }).transform((v) => {
9170
9284
  return remap$(v, {
9171
9285
  "Monitoring": "monitoring",
@@ -9176,75 +9290,11 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9176
9290
 
9177
9291
  /** @internal */
9178
9292
  export type CreateProjectPermissions$Outbound = {
9179
- aliasProject?: Array<string> | undefined;
9180
- aliasProtectionBypass?: Array<string> | undefined;
9181
- buildMachine?: Array<string> | undefined;
9182
- productionAliasProtectionBypass?: Array<string> | undefined;
9183
- connectConfigurationLink?: Array<string> | undefined;
9184
- dataCacheNamespace?: Array<string> | undefined;
9185
- deployment?: Array<string> | undefined;
9186
- deploymentCheck?: Array<string> | undefined;
9187
- deploymentCheckPreview?: Array<string> | undefined;
9188
- deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
9189
- deploymentProductionGit?: Array<string> | undefined;
9190
- deploymentV0?: Array<string> | undefined;
9191
- deploymentPreview?: Array<string> | undefined;
9192
- deploymentPrivate?: Array<string> | undefined;
9193
- deploymentPromote?: Array<string> | undefined;
9194
- deploymentRollback?: Array<string> | undefined;
9195
- edgeCacheNamespace?: Array<string> | undefined;
9196
- environments?: Array<string> | undefined;
9197
- logs?: Array<string> | undefined;
9198
- logsPreset?: Array<string> | undefined;
9199
- passwordProtection?: Array<string> | undefined;
9200
- optionsAllowlist?: Array<string> | undefined;
9201
- job?: Array<string> | undefined;
9202
- observabilityData?: Array<string> | undefined;
9203
- onDemandBuild?: Array<string> | undefined;
9204
- onDemandConcurrency?: Array<string> | undefined;
9205
- project?: Array<string> | undefined;
9206
- projectFromV0?: Array<string> | undefined;
9207
- projectAccessGroup?: Array<string> | undefined;
9208
- projectAnalyticsSampling?: Array<string> | undefined;
9209
- projectCheck?: Array<string> | undefined;
9210
- projectCheckRun?: Array<string> | undefined;
9211
- projectDeploymentHook?: Array<string> | undefined;
9212
- projectDomain?: Array<string> | undefined;
9213
- projectDomainMove?: Array<string> | undefined;
9214
- projectDomainCheckConfig?: Array<string> | undefined;
9215
- projectEnvVars?: Array<string> | undefined;
9216
- projectEnvVarsProduction?: Array<string> | undefined;
9217
- projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
9218
- projectFlags?: Array<string> | undefined;
9219
- projectId?: Array<string> | undefined;
9220
- projectIntegrationConfiguration?: Array<string> | undefined;
9221
- projectLink?: Array<string> | undefined;
9222
- projectMember?: Array<string> | undefined;
9223
- projectMonitoring?: Array<string> | undefined;
9224
- projectPermissions?: Array<string> | undefined;
9225
- projectProductionBranch?: Array<string> | undefined;
9226
- projectTransfer?: Array<string> | undefined;
9227
- projectTransferOut?: Array<string> | undefined;
9228
- projectProtectionBypass?: Array<string> | undefined;
9229
- projectUsage?: Array<string> | undefined;
9230
- projectAnalyticsUsage?: Array<string> | undefined;
9231
- projectSupportCase?: Array<string> | undefined;
9232
- projectSupportCaseComment?: Array<string> | undefined;
9233
- projectDeploymentExpiration?: Array<string> | undefined;
9234
- projectRollingRelease?: Array<string> | undefined;
9235
- projectTier?: Array<string> | undefined;
9236
- seawallConfig?: Array<string> | undefined;
9237
- skewProtection?: Array<string> | undefined;
9238
- analytics?: Array<string> | undefined;
9239
- trustedIps?: Array<string> | undefined;
9240
- webAnalytics?: Array<string> | undefined;
9241
- sharedEnvVarConnection?: Array<string> | undefined;
9242
- sonar?: Array<string> | undefined;
9293
+ oauth2Connection?: Array<string> | undefined;
9243
9294
  user?: Array<string> | undefined;
9244
9295
  userConnection?: Array<string> | undefined;
9245
9296
  userSudo?: Array<string> | undefined;
9246
9297
  webAuthn?: Array<string> | undefined;
9247
- oauth2Connection?: Array<string> | undefined;
9248
9298
  accessGroup?: Array<string> | undefined;
9249
9299
  aliasGlobal?: Array<string> | undefined;
9250
9300
  analyticsSampling?: Array<string> | undefined;
@@ -9257,6 +9307,7 @@ export type CreateProjectPermissions$Outbound = {
9257
9307
  billingInvoiceLanguage?: Array<string> | undefined;
9258
9308
  billingPlan?: Array<string> | undefined;
9259
9309
  billingPurchaseOrder?: Array<string> | undefined;
9310
+ billingRefund?: Array<string> | undefined;
9260
9311
  billingTaxId?: Array<string> | undefined;
9261
9312
  blob?: Array<string> | undefined;
9262
9313
  budget?: Array<string> | undefined;
@@ -9266,6 +9317,7 @@ export type CreateProjectPermissions$Outbound = {
9266
9317
  concurrentBuilds?: Array<string> | undefined;
9267
9318
  connect?: Array<string> | undefined;
9268
9319
  connectConfiguration?: Array<string> | undefined;
9320
+ defaultDeploymentProtection?: Array<string> | undefined;
9269
9321
  domain?: Array<string> | undefined;
9270
9322
  domainAcceptDelegation?: Array<string> | undefined;
9271
9323
  domainAuthCodes?: Array<string> | undefined;
@@ -9298,6 +9350,7 @@ export type CreateProjectPermissions$Outbound = {
9298
9350
  marketplaceInstallationMember?: Array<string> | undefined;
9299
9351
  marketplaceBillingData?: Array<string> | undefined;
9300
9352
  marketplaceInvoice?: Array<string> | undefined;
9353
+ marketplaceSettings?: Array<string> | undefined;
9301
9354
  marketplaceExperimentationItem?: Array<string> | undefined;
9302
9355
  marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
9303
9356
  jobGlobal?: Array<string> | undefined;
@@ -9324,8 +9377,10 @@ export type CreateProjectPermissions$Outbound = {
9324
9377
  notificationStatementOfReasons?: Array<string> | undefined;
9325
9378
  observabilityConfiguration?: Array<string> | undefined;
9326
9379
  observabilityNotebook?: Array<string> | undefined;
9380
+ observabilityFunnel?: Array<string> | undefined;
9327
9381
  openTelemetryEndpoint?: Array<string> | undefined;
9328
9382
  vercelAppInstallation?: Array<string> | undefined;
9383
+ vercelAppInstallationRequest?: Array<string> | undefined;
9329
9384
  paymentMethod?: Array<string> | undefined;
9330
9385
  permissions?: Array<string> | undefined;
9331
9386
  postgres?: Array<string> | undefined;
@@ -9380,85 +9435,85 @@ export type CreateProjectPermissions$Outbound = {
9380
9435
  vercelRunExec?: Array<string> | undefined;
9381
9436
  apiKey?: Array<string> | undefined;
9382
9437
  apiKeyOwnedBySelf?: Array<string> | undefined;
9383
- };
9384
-
9385
- /** @internal */
9386
- export const CreateProjectPermissions$outboundSchema: z.ZodType<
9387
- CreateProjectPermissions$Outbound,
9388
- z.ZodTypeDef,
9389
- CreateProjectPermissions
9390
- > = z.object({
9391
- aliasProject: z.array(ACLAction$outboundSchema).optional(),
9392
- aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9393
- buildMachine: z.array(ACLAction$outboundSchema).optional(),
9394
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9395
- connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9396
- dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9397
- deployment: z.array(ACLAction$outboundSchema).optional(),
9398
- deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
9399
- deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
9400
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
9401
- .optional(),
9402
- deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
9403
- deploymentV0: z.array(ACLAction$outboundSchema).optional(),
9404
- deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
9405
- deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
9406
- deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
9407
- deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9408
- edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9409
- environments: z.array(ACLAction$outboundSchema).optional(),
9410
- logs: z.array(ACLAction$outboundSchema).optional(),
9411
- logsPreset: z.array(ACLAction$outboundSchema).optional(),
9412
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9413
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9414
- job: z.array(ACLAction$outboundSchema).optional(),
9415
- observabilityData: z.array(ACLAction$outboundSchema).optional(),
9416
- onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9417
- onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9418
- project: z.array(ACLAction$outboundSchema).optional(),
9419
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9420
- projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9421
- projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9422
- projectCheck: z.array(ACLAction$outboundSchema).optional(),
9423
- projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9424
- projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9425
- projectDomain: z.array(ACLAction$outboundSchema).optional(),
9426
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9427
- projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9428
- projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9429
- projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9430
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9431
- .optional(),
9432
- projectFlags: z.array(ACLAction$outboundSchema).optional(),
9433
- projectId: z.array(ACLAction$outboundSchema).optional(),
9434
- projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9435
- projectLink: z.array(ACLAction$outboundSchema).optional(),
9436
- projectMember: z.array(ACLAction$outboundSchema).optional(),
9437
- projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9438
- projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9439
- projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9440
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9441
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9442
- projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9443
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
9444
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9445
- projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9446
- projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9447
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9448
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9449
- projectTier: z.array(ACLAction$outboundSchema).optional(),
9450
- seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9451
- skewProtection: z.array(ACLAction$outboundSchema).optional(),
9452
- analytics: z.array(ACLAction$outboundSchema).optional(),
9453
- trustedIps: z.array(ACLAction$outboundSchema).optional(),
9454
- webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9455
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9456
- sonar: z.array(ACLAction$outboundSchema).optional(),
9438
+ aliasProject?: Array<string> | undefined;
9439
+ aliasProtectionBypass?: Array<string> | undefined;
9440
+ buildMachine?: Array<string> | undefined;
9441
+ productionAliasProtectionBypass?: Array<string> | undefined;
9442
+ connectConfigurationLink?: Array<string> | undefined;
9443
+ dataCacheNamespace?: Array<string> | undefined;
9444
+ deployment?: Array<string> | undefined;
9445
+ deploymentBuildLogs?: Array<string> | undefined;
9446
+ deploymentCheck?: Array<string> | undefined;
9447
+ deploymentCheckPreview?: Array<string> | undefined;
9448
+ deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
9449
+ deploymentProductionGit?: Array<string> | undefined;
9450
+ deploymentV0?: Array<string> | undefined;
9451
+ deploymentPreview?: Array<string> | undefined;
9452
+ deploymentPrivate?: Array<string> | undefined;
9453
+ deploymentPromote?: Array<string> | undefined;
9454
+ deploymentRollback?: Array<string> | undefined;
9455
+ edgeCacheNamespace?: Array<string> | undefined;
9456
+ environments?: Array<string> | undefined;
9457
+ logs?: Array<string> | undefined;
9458
+ logsPreset?: Array<string> | undefined;
9459
+ passwordProtection?: Array<string> | undefined;
9460
+ optionsAllowlist?: Array<string> | undefined;
9461
+ job?: Array<string> | undefined;
9462
+ observabilityData?: Array<string> | undefined;
9463
+ onDemandBuild?: Array<string> | undefined;
9464
+ onDemandConcurrency?: Array<string> | undefined;
9465
+ project?: Array<string> | undefined;
9466
+ projectFromV0?: Array<string> | undefined;
9467
+ projectAccessGroup?: Array<string> | undefined;
9468
+ projectAnalyticsSampling?: Array<string> | undefined;
9469
+ projectCheck?: Array<string> | undefined;
9470
+ projectCheckRun?: Array<string> | undefined;
9471
+ projectDeploymentHook?: Array<string> | undefined;
9472
+ projectDomain?: Array<string> | undefined;
9473
+ projectDomainMove?: Array<string> | undefined;
9474
+ projectDomainCheckConfig?: Array<string> | undefined;
9475
+ projectEnvVars?: Array<string> | undefined;
9476
+ projectEnvVarsProduction?: Array<string> | undefined;
9477
+ projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
9478
+ projectFlags?: Array<string> | undefined;
9479
+ projectId?: Array<string> | undefined;
9480
+ projectIntegrationConfiguration?: Array<string> | undefined;
9481
+ projectLink?: Array<string> | undefined;
9482
+ projectMember?: Array<string> | undefined;
9483
+ projectMonitoring?: Array<string> | undefined;
9484
+ projectPermissions?: Array<string> | undefined;
9485
+ projectProductionBranch?: Array<string> | undefined;
9486
+ projectTransfer?: Array<string> | undefined;
9487
+ projectTransferOut?: Array<string> | undefined;
9488
+ projectProtectionBypass?: Array<string> | undefined;
9489
+ projectUsage?: Array<string> | undefined;
9490
+ projectAnalyticsUsage?: Array<string> | undefined;
9491
+ projectSupportCase?: Array<string> | undefined;
9492
+ projectSupportCaseComment?: Array<string> | undefined;
9493
+ projectDeploymentExpiration?: Array<string> | undefined;
9494
+ projectRollingRelease?: Array<string> | undefined;
9495
+ projectTier?: Array<string> | undefined;
9496
+ projectOIDCToken?: Array<string> | undefined;
9497
+ seawallConfig?: Array<string> | undefined;
9498
+ skewProtection?: Array<string> | undefined;
9499
+ analytics?: Array<string> | undefined;
9500
+ trustedIps?: Array<string> | undefined;
9501
+ webAnalytics?: Array<string> | undefined;
9502
+ sharedEnvVarConnection?: Array<string> | undefined;
9503
+ sonar?: Array<string> | undefined;
9504
+ };
9505
+
9506
+ /** @internal */
9507
+ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9508
+ CreateProjectPermissions$Outbound,
9509
+ z.ZodTypeDef,
9510
+ CreateProjectPermissions
9511
+ > = z.object({
9512
+ oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
9457
9513
  user: z.array(ACLAction$outboundSchema).optional(),
9458
9514
  userConnection: z.array(ACLAction$outboundSchema).optional(),
9459
9515
  userSudo: z.array(ACLAction$outboundSchema).optional(),
9460
9516
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
9461
- oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
9462
9517
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
9463
9518
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
9464
9519
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
@@ -9471,6 +9526,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9471
9526
  billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
9472
9527
  billingPlan: z.array(ACLAction$outboundSchema).optional(),
9473
9528
  billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
9529
+ billingRefund: z.array(ACLAction$outboundSchema).optional(),
9474
9530
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
9475
9531
  blob: z.array(ACLAction$outboundSchema).optional(),
9476
9532
  budget: z.array(ACLAction$outboundSchema).optional(),
@@ -9480,6 +9536,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9480
9536
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
9481
9537
  connect: z.array(ACLAction$outboundSchema).optional(),
9482
9538
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
9539
+ defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
9483
9540
  domain: z.array(ACLAction$outboundSchema).optional(),
9484
9541
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
9485
9542
  domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
@@ -9516,6 +9573,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9516
9573
  marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9517
9574
  marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9518
9575
  marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9576
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9519
9577
  marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9520
9578
  marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9521
9579
  .optional(),
@@ -9543,8 +9601,10 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9543
9601
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
9544
9602
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
9545
9603
  observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9604
+ observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
9546
9605
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
9547
9606
  vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9607
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9548
9608
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
9549
9609
  permissions: z.array(ACLAction$outboundSchema).optional(),
9550
9610
  postgres: z.array(ACLAction$outboundSchema).optional(),
@@ -9599,6 +9659,74 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9599
9659
  vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9600
9660
  apiKey: z.array(ACLAction$outboundSchema).optional(),
9601
9661
  apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9662
+ aliasProject: z.array(ACLAction$outboundSchema).optional(),
9663
+ aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9664
+ buildMachine: z.array(ACLAction$outboundSchema).optional(),
9665
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9666
+ connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9667
+ dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9668
+ deployment: z.array(ACLAction$outboundSchema).optional(),
9669
+ deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
9670
+ deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
9671
+ deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
9672
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
9673
+ .optional(),
9674
+ deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
9675
+ deploymentV0: z.array(ACLAction$outboundSchema).optional(),
9676
+ deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
9677
+ deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
9678
+ deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
9679
+ deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9680
+ edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9681
+ environments: z.array(ACLAction$outboundSchema).optional(),
9682
+ logs: z.array(ACLAction$outboundSchema).optional(),
9683
+ logsPreset: z.array(ACLAction$outboundSchema).optional(),
9684
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9685
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9686
+ job: z.array(ACLAction$outboundSchema).optional(),
9687
+ observabilityData: z.array(ACLAction$outboundSchema).optional(),
9688
+ onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9689
+ onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9690
+ project: z.array(ACLAction$outboundSchema).optional(),
9691
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9692
+ projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9693
+ projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9694
+ projectCheck: z.array(ACLAction$outboundSchema).optional(),
9695
+ projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9696
+ projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9697
+ projectDomain: z.array(ACLAction$outboundSchema).optional(),
9698
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9699
+ projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9700
+ projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9701
+ projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9702
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9703
+ .optional(),
9704
+ projectFlags: z.array(ACLAction$outboundSchema).optional(),
9705
+ projectId: z.array(ACLAction$outboundSchema).optional(),
9706
+ projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9707
+ projectLink: z.array(ACLAction$outboundSchema).optional(),
9708
+ projectMember: z.array(ACLAction$outboundSchema).optional(),
9709
+ projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9710
+ projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9711
+ projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9712
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9713
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9714
+ projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9715
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
9716
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9717
+ projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9718
+ projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9719
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9720
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9721
+ projectTier: z.array(ACLAction$outboundSchema).optional(),
9722
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9723
+ seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9724
+ skewProtection: z.array(ACLAction$outboundSchema).optional(),
9725
+ analytics: z.array(ACLAction$outboundSchema).optional(),
9726
+ trustedIps: z.array(ACLAction$outboundSchema).optional(),
9727
+ webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9728
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9729
+ sonar: z.array(ACLAction$outboundSchema).optional(),
9602
9730
  }).transform((v) => {
9603
9731
  return remap$(v, {
9604
9732
  monitoring: "Monitoring",
@@ -10423,11 +10551,13 @@ export const CreateProjectGitProviderOptions$inboundSchema: z.ZodType<
10423
10551
  unknown
10424
10552
  > = z.object({
10425
10553
  createDeployments: CreateProjectCreateDeployments$inboundSchema,
10554
+ disableRepositoryDispatchEvents: z.boolean().optional(),
10426
10555
  });
10427
10556
 
10428
10557
  /** @internal */
10429
10558
  export type CreateProjectGitProviderOptions$Outbound = {
10430
10559
  createDeployments: string;
10560
+ disableRepositoryDispatchEvents?: boolean | undefined;
10431
10561
  };
10432
10562
 
10433
10563
  /** @internal */
@@ -10437,6 +10567,7 @@ export const CreateProjectGitProviderOptions$outboundSchema: z.ZodType<
10437
10567
  CreateProjectGitProviderOptions
10438
10568
  > = z.object({
10439
10569
  createDeployments: CreateProjectCreateDeployments$outboundSchema,
10570
+ disableRepositoryDispatchEvents: z.boolean().optional(),
10440
10571
  });
10441
10572
 
10442
10573
  /**
@@ -10539,998 +10670,128 @@ export function createProjectWebAnalyticsFromJSON(
10539
10670
  }
10540
10671
 
10541
10672
  /** @internal */
10542
- export const CreateProjectSrc2$inboundSchema: z.ZodType<
10543
- CreateProjectSrc2,
10544
- z.ZodTypeDef,
10545
- unknown
10546
- > = z.object({
10547
- re: z.string().optional(),
10548
- eq: z.string().optional(),
10549
- neq: z.string().optional(),
10550
- inc: z.array(z.string()).optional(),
10551
- ninc: z.array(z.string()).optional(),
10552
- pre: z.string().optional(),
10553
- suf: z.string().optional(),
10554
- gt: z.number().optional(),
10555
- gte: z.number().optional(),
10556
- lt: z.number().optional(),
10557
- lte: z.number().optional(),
10558
- });
10559
-
10560
- /** @internal */
10561
- export type CreateProjectSrc2$Outbound = {
10562
- re?: string | undefined;
10563
- eq?: string | undefined;
10564
- neq?: string | undefined;
10565
- inc?: Array<string> | undefined;
10566
- ninc?: Array<string> | undefined;
10567
- pre?: string | undefined;
10568
- suf?: string | undefined;
10569
- gt?: number | undefined;
10570
- gte?: number | undefined;
10571
- lt?: number | undefined;
10572
- lte?: number | undefined;
10573
- };
10673
+ export const CreateProjectAction$inboundSchema: z.ZodNativeEnum<
10674
+ typeof CreateProjectAction
10675
+ > = z.nativeEnum(CreateProjectAction);
10574
10676
 
10575
10677
  /** @internal */
10576
- export const CreateProjectSrc2$outboundSchema: z.ZodType<
10577
- CreateProjectSrc2$Outbound,
10578
- z.ZodTypeDef,
10579
- CreateProjectSrc2
10580
- > = z.object({
10581
- re: z.string().optional(),
10582
- eq: z.string().optional(),
10583
- neq: z.string().optional(),
10584
- inc: z.array(z.string()).optional(),
10585
- ninc: z.array(z.string()).optional(),
10586
- pre: z.string().optional(),
10587
- suf: z.string().optional(),
10588
- gt: z.number().optional(),
10589
- gte: z.number().optional(),
10590
- lt: z.number().optional(),
10591
- lte: z.number().optional(),
10592
- });
10678
+ export const CreateProjectAction$outboundSchema: z.ZodNativeEnum<
10679
+ typeof CreateProjectAction
10680
+ > = CreateProjectAction$inboundSchema;
10593
10681
 
10594
10682
  /**
10595
10683
  * @internal
10596
10684
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10597
10685
  */
10598
- export namespace CreateProjectSrc2$ {
10599
- /** @deprecated use `CreateProjectSrc2$inboundSchema` instead. */
10600
- export const inboundSchema = CreateProjectSrc2$inboundSchema;
10601
- /** @deprecated use `CreateProjectSrc2$outboundSchema` instead. */
10602
- export const outboundSchema = CreateProjectSrc2$outboundSchema;
10603
- /** @deprecated use `CreateProjectSrc2$Outbound` instead. */
10604
- export type Outbound = CreateProjectSrc2$Outbound;
10605
- }
10606
-
10607
- export function createProjectSrc2ToJSON(
10608
- createProjectSrc2: CreateProjectSrc2,
10609
- ): string {
10610
- return JSON.stringify(
10611
- CreateProjectSrc2$outboundSchema.parse(createProjectSrc2),
10612
- );
10613
- }
10614
-
10615
- export function createProjectSrc2FromJSON(
10616
- jsonString: string,
10617
- ): SafeParseResult<CreateProjectSrc2, SDKValidationError> {
10618
- return safeParse(
10619
- jsonString,
10620
- (x) => CreateProjectSrc2$inboundSchema.parse(JSON.parse(x)),
10621
- `Failed to parse 'CreateProjectSrc2' from JSON`,
10622
- );
10686
+ export namespace CreateProjectAction$ {
10687
+ /** @deprecated use `CreateProjectAction$inboundSchema` instead. */
10688
+ export const inboundSchema = CreateProjectAction$inboundSchema;
10689
+ /** @deprecated use `CreateProjectAction$outboundSchema` instead. */
10690
+ export const outboundSchema = CreateProjectAction$outboundSchema;
10623
10691
  }
10624
10692
 
10625
10693
  /** @internal */
10626
- export const CreateProjectSrc$inboundSchema: z.ZodType<
10627
- CreateProjectSrc,
10694
+ export const CreateProjectBotFilter$inboundSchema: z.ZodType<
10695
+ CreateProjectBotFilter,
10628
10696
  z.ZodTypeDef,
10629
10697
  unknown
10630
- > = z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()]);
10698
+ > = z.object({
10699
+ active: z.boolean(),
10700
+ action: CreateProjectAction$inboundSchema.optional(),
10701
+ });
10631
10702
 
10632
10703
  /** @internal */
10633
- export type CreateProjectSrc$Outbound = CreateProjectSrc2$Outbound | string;
10704
+ export type CreateProjectBotFilter$Outbound = {
10705
+ active: boolean;
10706
+ action?: string | undefined;
10707
+ };
10634
10708
 
10635
10709
  /** @internal */
10636
- export const CreateProjectSrc$outboundSchema: z.ZodType<
10637
- CreateProjectSrc$Outbound,
10710
+ export const CreateProjectBotFilter$outboundSchema: z.ZodType<
10711
+ CreateProjectBotFilter$Outbound,
10638
10712
  z.ZodTypeDef,
10639
- CreateProjectSrc
10640
- > = z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()]);
10713
+ CreateProjectBotFilter
10714
+ > = z.object({
10715
+ active: z.boolean(),
10716
+ action: CreateProjectAction$outboundSchema.optional(),
10717
+ });
10641
10718
 
10642
10719
  /**
10643
10720
  * @internal
10644
10721
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10645
10722
  */
10646
- export namespace CreateProjectSrc$ {
10647
- /** @deprecated use `CreateProjectSrc$inboundSchema` instead. */
10648
- export const inboundSchema = CreateProjectSrc$inboundSchema;
10649
- /** @deprecated use `CreateProjectSrc$outboundSchema` instead. */
10650
- export const outboundSchema = CreateProjectSrc$outboundSchema;
10651
- /** @deprecated use `CreateProjectSrc$Outbound` instead. */
10652
- export type Outbound = CreateProjectSrc$Outbound;
10723
+ export namespace CreateProjectBotFilter$ {
10724
+ /** @deprecated use `CreateProjectBotFilter$inboundSchema` instead. */
10725
+ export const inboundSchema = CreateProjectBotFilter$inboundSchema;
10726
+ /** @deprecated use `CreateProjectBotFilter$outboundSchema` instead. */
10727
+ export const outboundSchema = CreateProjectBotFilter$outboundSchema;
10728
+ /** @deprecated use `CreateProjectBotFilter$Outbound` instead. */
10729
+ export type Outbound = CreateProjectBotFilter$Outbound;
10653
10730
  }
10654
10731
 
10655
- export function createProjectSrcToJSON(
10656
- createProjectSrc: CreateProjectSrc,
10732
+ export function createProjectBotFilterToJSON(
10733
+ createProjectBotFilter: CreateProjectBotFilter,
10657
10734
  ): string {
10658
10735
  return JSON.stringify(
10659
- CreateProjectSrc$outboundSchema.parse(createProjectSrc),
10736
+ CreateProjectBotFilter$outboundSchema.parse(createProjectBotFilter),
10660
10737
  );
10661
10738
  }
10662
10739
 
10663
- export function createProjectSrcFromJSON(
10740
+ export function createProjectBotFilterFromJSON(
10664
10741
  jsonString: string,
10665
- ): SafeParseResult<CreateProjectSrc, SDKValidationError> {
10742
+ ): SafeParseResult<CreateProjectBotFilter, SDKValidationError> {
10666
10743
  return safeParse(
10667
10744
  jsonString,
10668
- (x) => CreateProjectSrc$inboundSchema.parse(JSON.parse(x)),
10669
- `Failed to parse 'CreateProjectSrc' from JSON`,
10745
+ (x) => CreateProjectBotFilter$inboundSchema.parse(JSON.parse(x)),
10746
+ `Failed to parse 'CreateProjectBotFilter' from JSON`,
10670
10747
  );
10671
10748
  }
10672
10749
 
10673
10750
  /** @internal */
10674
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
10675
- z.ZodNativeEnum<
10676
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
10677
- > = z.nativeEnum(
10678
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType,
10679
- );
10751
+ export const CreateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<
10752
+ typeof CreateProjectProjectsAction
10753
+ > = z.nativeEnum(CreateProjectProjectsAction);
10680
10754
 
10681
10755
  /** @internal */
10682
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema:
10683
- z.ZodNativeEnum<
10684
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
10685
- > =
10686
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
10756
+ export const CreateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<
10757
+ typeof CreateProjectProjectsAction
10758
+ > = CreateProjectProjectsAction$inboundSchema;
10687
10759
 
10688
10760
  /**
10689
10761
  * @internal
10690
10762
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10691
10763
  */
10692
- export namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
10693
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
10694
- export const inboundSchema =
10695
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
10696
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
10697
- export const outboundSchema =
10698
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema;
10764
+ export namespace CreateProjectProjectsAction$ {
10765
+ /** @deprecated use `CreateProjectProjectsAction$inboundSchema` instead. */
10766
+ export const inboundSchema = CreateProjectProjectsAction$inboundSchema;
10767
+ /** @deprecated use `CreateProjectProjectsAction$outboundSchema` instead. */
10768
+ export const outboundSchema = CreateProjectProjectsAction$outboundSchema;
10699
10769
  }
10700
10770
 
10701
10771
  /** @internal */
10702
- export const CreateProjectValue2$inboundSchema: z.ZodType<
10703
- CreateProjectValue2,
10772
+ export const CreateProjectAiBots$inboundSchema: z.ZodType<
10773
+ CreateProjectAiBots,
10704
10774
  z.ZodTypeDef,
10705
10775
  unknown
10706
10776
  > = z.object({
10707
- re: z.string().optional(),
10708
- eq: z.string().optional(),
10709
- neq: z.string().optional(),
10710
- inc: z.array(z.string()).optional(),
10711
- ninc: z.array(z.string()).optional(),
10712
- pre: z.string().optional(),
10713
- suf: z.string().optional(),
10714
- gt: z.number().optional(),
10715
- gte: z.number().optional(),
10716
- lt: z.number().optional(),
10717
- lte: z.number().optional(),
10777
+ active: z.boolean(),
10778
+ action: CreateProjectProjectsAction$inboundSchema.optional(),
10718
10779
  });
10719
10780
 
10720
10781
  /** @internal */
10721
- export type CreateProjectValue2$Outbound = {
10722
- re?: string | undefined;
10723
- eq?: string | undefined;
10724
- neq?: string | undefined;
10725
- inc?: Array<string> | undefined;
10726
- ninc?: Array<string> | undefined;
10727
- pre?: string | undefined;
10728
- suf?: string | undefined;
10729
- gt?: number | undefined;
10730
- gte?: number | undefined;
10731
- lt?: number | undefined;
10732
- lte?: number | undefined;
10782
+ export type CreateProjectAiBots$Outbound = {
10783
+ active: boolean;
10784
+ action?: string | undefined;
10733
10785
  };
10734
10786
 
10735
10787
  /** @internal */
10736
- export const CreateProjectValue2$outboundSchema: z.ZodType<
10737
- CreateProjectValue2$Outbound,
10788
+ export const CreateProjectAiBots$outboundSchema: z.ZodType<
10789
+ CreateProjectAiBots$Outbound,
10738
10790
  z.ZodTypeDef,
10739
- CreateProjectValue2
10791
+ CreateProjectAiBots
10740
10792
  > = z.object({
10741
- re: z.string().optional(),
10742
- eq: z.string().optional(),
10743
- neq: z.string().optional(),
10744
- inc: z.array(z.string()).optional(),
10745
- ninc: z.array(z.string()).optional(),
10746
- pre: z.string().optional(),
10747
- suf: z.string().optional(),
10748
- gt: z.number().optional(),
10749
- gte: z.number().optional(),
10750
- lt: z.number().optional(),
10751
- lte: z.number().optional(),
10752
- });
10753
-
10754
- /**
10755
- * @internal
10756
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10757
- */
10758
- export namespace CreateProjectValue2$ {
10759
- /** @deprecated use `CreateProjectValue2$inboundSchema` instead. */
10760
- export const inboundSchema = CreateProjectValue2$inboundSchema;
10761
- /** @deprecated use `CreateProjectValue2$outboundSchema` instead. */
10762
- export const outboundSchema = CreateProjectValue2$outboundSchema;
10763
- /** @deprecated use `CreateProjectValue2$Outbound` instead. */
10764
- export type Outbound = CreateProjectValue2$Outbound;
10765
- }
10766
-
10767
- export function createProjectValue2ToJSON(
10768
- createProjectValue2: CreateProjectValue2,
10769
- ): string {
10770
- return JSON.stringify(
10771
- CreateProjectValue2$outboundSchema.parse(createProjectValue2),
10772
- );
10773
- }
10774
-
10775
- export function createProjectValue2FromJSON(
10776
- jsonString: string,
10777
- ): SafeParseResult<CreateProjectValue2, SDKValidationError> {
10778
- return safeParse(
10779
- jsonString,
10780
- (x) => CreateProjectValue2$inboundSchema.parse(JSON.parse(x)),
10781
- `Failed to parse 'CreateProjectValue2' from JSON`,
10782
- );
10783
- }
10784
-
10785
- /** @internal */
10786
- export const CreateProjectValue$inboundSchema: z.ZodType<
10787
- CreateProjectValue,
10788
- z.ZodTypeDef,
10789
- unknown
10790
- > = z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()]);
10791
-
10792
- /** @internal */
10793
- export type CreateProjectValue$Outbound = CreateProjectValue2$Outbound | string;
10794
-
10795
- /** @internal */
10796
- export const CreateProjectValue$outboundSchema: z.ZodType<
10797
- CreateProjectValue$Outbound,
10798
- z.ZodTypeDef,
10799
- CreateProjectValue
10800
- > = z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()]);
10801
-
10802
- /**
10803
- * @internal
10804
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10805
- */
10806
- export namespace CreateProjectValue$ {
10807
- /** @deprecated use `CreateProjectValue$inboundSchema` instead. */
10808
- export const inboundSchema = CreateProjectValue$inboundSchema;
10809
- /** @deprecated use `CreateProjectValue$outboundSchema` instead. */
10810
- export const outboundSchema = CreateProjectValue$outboundSchema;
10811
- /** @deprecated use `CreateProjectValue$Outbound` instead. */
10812
- export type Outbound = CreateProjectValue$Outbound;
10813
- }
10814
-
10815
- export function createProjectValueToJSON(
10816
- createProjectValue: CreateProjectValue,
10817
- ): string {
10818
- return JSON.stringify(
10819
- CreateProjectValue$outboundSchema.parse(createProjectValue),
10820
- );
10821
- }
10822
-
10823
- export function createProjectValueFromJSON(
10824
- jsonString: string,
10825
- ): SafeParseResult<CreateProjectValue, SDKValidationError> {
10826
- return safeParse(
10827
- jsonString,
10828
- (x) => CreateProjectValue$inboundSchema.parse(JSON.parse(x)),
10829
- `Failed to parse 'CreateProjectValue' from JSON`,
10830
- );
10831
- }
10832
-
10833
- /** @internal */
10834
- export const CreateProjectHas$inboundSchema: z.ZodType<
10835
- CreateProjectHas,
10836
- z.ZodTypeDef,
10837
- unknown
10838
- > = z.object({
10839
- type:
10840
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema,
10841
- key: z.string().optional(),
10842
- value: z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()])
10843
- .optional(),
10844
- });
10845
-
10846
- /** @internal */
10847
- export type CreateProjectHas$Outbound = {
10848
- type: string;
10849
- key?: string | undefined;
10850
- value?: CreateProjectValue2$Outbound | string | undefined;
10851
- };
10852
-
10853
- /** @internal */
10854
- export const CreateProjectHas$outboundSchema: z.ZodType<
10855
- CreateProjectHas$Outbound,
10856
- z.ZodTypeDef,
10857
- CreateProjectHas
10858
- > = z.object({
10859
- type:
10860
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema,
10861
- key: z.string().optional(),
10862
- value: z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()])
10863
- .optional(),
10864
- });
10865
-
10866
- /**
10867
- * @internal
10868
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10869
- */
10870
- export namespace CreateProjectHas$ {
10871
- /** @deprecated use `CreateProjectHas$inboundSchema` instead. */
10872
- export const inboundSchema = CreateProjectHas$inboundSchema;
10873
- /** @deprecated use `CreateProjectHas$outboundSchema` instead. */
10874
- export const outboundSchema = CreateProjectHas$outboundSchema;
10875
- /** @deprecated use `CreateProjectHas$Outbound` instead. */
10876
- export type Outbound = CreateProjectHas$Outbound;
10877
- }
10878
-
10879
- export function createProjectHasToJSON(
10880
- createProjectHas: CreateProjectHas,
10881
- ): string {
10882
- return JSON.stringify(
10883
- CreateProjectHas$outboundSchema.parse(createProjectHas),
10884
- );
10885
- }
10886
-
10887
- export function createProjectHasFromJSON(
10888
- jsonString: string,
10889
- ): SafeParseResult<CreateProjectHas, SDKValidationError> {
10890
- return safeParse(
10891
- jsonString,
10892
- (x) => CreateProjectHas$inboundSchema.parse(JSON.parse(x)),
10893
- `Failed to parse 'CreateProjectHas' from JSON`,
10894
- );
10895
- }
10896
-
10897
- /** @internal */
10898
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
10899
- z.ZodNativeEnum<
10900
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
10901
- > = z.nativeEnum(
10902
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType,
10903
- );
10904
-
10905
- /** @internal */
10906
- export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema:
10907
- z.ZodNativeEnum<
10908
- typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
10909
- > =
10910
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
10911
-
10912
- /**
10913
- * @internal
10914
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10915
- */
10916
- export namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
10917
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
10918
- export const inboundSchema =
10919
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
10920
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
10921
- export const outboundSchema =
10922
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema;
10923
- }
10924
-
10925
- /** @internal */
10926
- export const CreateProjectValueProjects2$inboundSchema: z.ZodType<
10927
- CreateProjectValueProjects2,
10928
- z.ZodTypeDef,
10929
- unknown
10930
- > = z.object({
10931
- re: z.string().optional(),
10932
- eq: z.string().optional(),
10933
- neq: z.string().optional(),
10934
- inc: z.array(z.string()).optional(),
10935
- ninc: z.array(z.string()).optional(),
10936
- pre: z.string().optional(),
10937
- suf: z.string().optional(),
10938
- gt: z.number().optional(),
10939
- gte: z.number().optional(),
10940
- lt: z.number().optional(),
10941
- lte: z.number().optional(),
10942
- });
10943
-
10944
- /** @internal */
10945
- export type CreateProjectValueProjects2$Outbound = {
10946
- re?: string | undefined;
10947
- eq?: string | undefined;
10948
- neq?: string | undefined;
10949
- inc?: Array<string> | undefined;
10950
- ninc?: Array<string> | undefined;
10951
- pre?: string | undefined;
10952
- suf?: string | undefined;
10953
- gt?: number | undefined;
10954
- gte?: number | undefined;
10955
- lt?: number | undefined;
10956
- lte?: number | undefined;
10957
- };
10958
-
10959
- /** @internal */
10960
- export const CreateProjectValueProjects2$outboundSchema: z.ZodType<
10961
- CreateProjectValueProjects2$Outbound,
10962
- z.ZodTypeDef,
10963
- CreateProjectValueProjects2
10964
- > = z.object({
10965
- re: z.string().optional(),
10966
- eq: z.string().optional(),
10967
- neq: z.string().optional(),
10968
- inc: z.array(z.string()).optional(),
10969
- ninc: z.array(z.string()).optional(),
10970
- pre: z.string().optional(),
10971
- suf: z.string().optional(),
10972
- gt: z.number().optional(),
10973
- gte: z.number().optional(),
10974
- lt: z.number().optional(),
10975
- lte: z.number().optional(),
10976
- });
10977
-
10978
- /**
10979
- * @internal
10980
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10981
- */
10982
- export namespace CreateProjectValueProjects2$ {
10983
- /** @deprecated use `CreateProjectValueProjects2$inboundSchema` instead. */
10984
- export const inboundSchema = CreateProjectValueProjects2$inboundSchema;
10985
- /** @deprecated use `CreateProjectValueProjects2$outboundSchema` instead. */
10986
- export const outboundSchema = CreateProjectValueProjects2$outboundSchema;
10987
- /** @deprecated use `CreateProjectValueProjects2$Outbound` instead. */
10988
- export type Outbound = CreateProjectValueProjects2$Outbound;
10989
- }
10990
-
10991
- export function createProjectValueProjects2ToJSON(
10992
- createProjectValueProjects2: CreateProjectValueProjects2,
10993
- ): string {
10994
- return JSON.stringify(
10995
- CreateProjectValueProjects2$outboundSchema.parse(
10996
- createProjectValueProjects2,
10997
- ),
10998
- );
10999
- }
11000
-
11001
- export function createProjectValueProjects2FromJSON(
11002
- jsonString: string,
11003
- ): SafeParseResult<CreateProjectValueProjects2, SDKValidationError> {
11004
- return safeParse(
11005
- jsonString,
11006
- (x) => CreateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)),
11007
- `Failed to parse 'CreateProjectValueProjects2' from JSON`,
11008
- );
11009
- }
11010
-
11011
- /** @internal */
11012
- export const CreateProjectProjectsValue$inboundSchema: z.ZodType<
11013
- CreateProjectProjectsValue,
11014
- z.ZodTypeDef,
11015
- unknown
11016
- > = z.union([
11017
- z.lazy(() => CreateProjectValueProjects2$inboundSchema),
11018
- z.string(),
11019
- ]);
11020
-
11021
- /** @internal */
11022
- export type CreateProjectProjectsValue$Outbound =
11023
- | CreateProjectValueProjects2$Outbound
11024
- | string;
11025
-
11026
- /** @internal */
11027
- export const CreateProjectProjectsValue$outboundSchema: z.ZodType<
11028
- CreateProjectProjectsValue$Outbound,
11029
- z.ZodTypeDef,
11030
- CreateProjectProjectsValue
11031
- > = z.union([
11032
- z.lazy(() => CreateProjectValueProjects2$outboundSchema),
11033
- z.string(),
11034
- ]);
11035
-
11036
- /**
11037
- * @internal
11038
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11039
- */
11040
- export namespace CreateProjectProjectsValue$ {
11041
- /** @deprecated use `CreateProjectProjectsValue$inboundSchema` instead. */
11042
- export const inboundSchema = CreateProjectProjectsValue$inboundSchema;
11043
- /** @deprecated use `CreateProjectProjectsValue$outboundSchema` instead. */
11044
- export const outboundSchema = CreateProjectProjectsValue$outboundSchema;
11045
- /** @deprecated use `CreateProjectProjectsValue$Outbound` instead. */
11046
- export type Outbound = CreateProjectProjectsValue$Outbound;
11047
- }
11048
-
11049
- export function createProjectProjectsValueToJSON(
11050
- createProjectProjectsValue: CreateProjectProjectsValue,
11051
- ): string {
11052
- return JSON.stringify(
11053
- CreateProjectProjectsValue$outboundSchema.parse(createProjectProjectsValue),
11054
- );
11055
- }
11056
-
11057
- export function createProjectProjectsValueFromJSON(
11058
- jsonString: string,
11059
- ): SafeParseResult<CreateProjectProjectsValue, SDKValidationError> {
11060
- return safeParse(
11061
- jsonString,
11062
- (x) => CreateProjectProjectsValue$inboundSchema.parse(JSON.parse(x)),
11063
- `Failed to parse 'CreateProjectProjectsValue' from JSON`,
11064
- );
11065
- }
11066
-
11067
- /** @internal */
11068
- export const CreateProjectMissing$inboundSchema: z.ZodType<
11069
- CreateProjectMissing,
11070
- z.ZodTypeDef,
11071
- unknown
11072
- > = z.object({
11073
- type:
11074
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema,
11075
- key: z.string().optional(),
11076
- value: z.union([
11077
- z.lazy(() => CreateProjectValueProjects2$inboundSchema),
11078
- z.string(),
11079
- ]).optional(),
11080
- });
11081
-
11082
- /** @internal */
11083
- export type CreateProjectMissing$Outbound = {
11084
- type: string;
11085
- key?: string | undefined;
11086
- value?: CreateProjectValueProjects2$Outbound | string | undefined;
11087
- };
11088
-
11089
- /** @internal */
11090
- export const CreateProjectMissing$outboundSchema: z.ZodType<
11091
- CreateProjectMissing$Outbound,
11092
- z.ZodTypeDef,
11093
- CreateProjectMissing
11094
- > = z.object({
11095
- type:
11096
- CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema,
11097
- key: z.string().optional(),
11098
- value: z.union([
11099
- z.lazy(() => CreateProjectValueProjects2$outboundSchema),
11100
- z.string(),
11101
- ]).optional(),
11102
- });
11103
-
11104
- /**
11105
- * @internal
11106
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11107
- */
11108
- export namespace CreateProjectMissing$ {
11109
- /** @deprecated use `CreateProjectMissing$inboundSchema` instead. */
11110
- export const inboundSchema = CreateProjectMissing$inboundSchema;
11111
- /** @deprecated use `CreateProjectMissing$outboundSchema` instead. */
11112
- export const outboundSchema = CreateProjectMissing$outboundSchema;
11113
- /** @deprecated use `CreateProjectMissing$Outbound` instead. */
11114
- export type Outbound = CreateProjectMissing$Outbound;
11115
- }
11116
-
11117
- export function createProjectMissingToJSON(
11118
- createProjectMissing: CreateProjectMissing,
11119
- ): string {
11120
- return JSON.stringify(
11121
- CreateProjectMissing$outboundSchema.parse(createProjectMissing),
11122
- );
11123
- }
11124
-
11125
- export function createProjectMissingFromJSON(
11126
- jsonString: string,
11127
- ): SafeParseResult<CreateProjectMissing, SDKValidationError> {
11128
- return safeParse(
11129
- jsonString,
11130
- (x) => CreateProjectMissing$inboundSchema.parse(JSON.parse(x)),
11131
- `Failed to parse 'CreateProjectMissing' from JSON`,
11132
- );
11133
- }
11134
-
11135
- /** @internal */
11136
- export const CreateProjectHandle$inboundSchema: z.ZodNativeEnum<
11137
- typeof CreateProjectHandle
11138
- > = z.nativeEnum(CreateProjectHandle);
11139
-
11140
- /** @internal */
11141
- export const CreateProjectHandle$outboundSchema: z.ZodNativeEnum<
11142
- typeof CreateProjectHandle
11143
- > = CreateProjectHandle$inboundSchema;
11144
-
11145
- /**
11146
- * @internal
11147
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11148
- */
11149
- export namespace CreateProjectHandle$ {
11150
- /** @deprecated use `CreateProjectHandle$inboundSchema` instead. */
11151
- export const inboundSchema = CreateProjectHandle$inboundSchema;
11152
- /** @deprecated use `CreateProjectHandle$outboundSchema` instead. */
11153
- export const outboundSchema = CreateProjectHandle$outboundSchema;
11154
- }
11155
-
11156
- /** @internal */
11157
- export const CreateProjectAction$inboundSchema: z.ZodNativeEnum<
11158
- typeof CreateProjectAction
11159
- > = z.nativeEnum(CreateProjectAction);
11160
-
11161
- /** @internal */
11162
- export const CreateProjectAction$outboundSchema: z.ZodNativeEnum<
11163
- typeof CreateProjectAction
11164
- > = CreateProjectAction$inboundSchema;
11165
-
11166
- /**
11167
- * @internal
11168
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11169
- */
11170
- export namespace CreateProjectAction$ {
11171
- /** @deprecated use `CreateProjectAction$inboundSchema` instead. */
11172
- export const inboundSchema = CreateProjectAction$inboundSchema;
11173
- /** @deprecated use `CreateProjectAction$outboundSchema` instead. */
11174
- export const outboundSchema = CreateProjectAction$outboundSchema;
11175
- }
11176
-
11177
- /** @internal */
11178
- export const CreateProjectAlgo$inboundSchema: z.ZodNativeEnum<
11179
- typeof CreateProjectAlgo
11180
- > = z.nativeEnum(CreateProjectAlgo);
11181
-
11182
- /** @internal */
11183
- export const CreateProjectAlgo$outboundSchema: z.ZodNativeEnum<
11184
- typeof CreateProjectAlgo
11185
- > = CreateProjectAlgo$inboundSchema;
11186
-
11187
- /**
11188
- * @internal
11189
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11190
- */
11191
- export namespace CreateProjectAlgo$ {
11192
- /** @deprecated use `CreateProjectAlgo$inboundSchema` instead. */
11193
- export const inboundSchema = CreateProjectAlgo$inboundSchema;
11194
- /** @deprecated use `CreateProjectAlgo$outboundSchema` instead. */
11195
- export const outboundSchema = CreateProjectAlgo$outboundSchema;
11196
- }
11197
-
11198
- /** @internal */
11199
- export const CreateProjectErl$inboundSchema: z.ZodType<
11200
- CreateProjectErl,
11201
- z.ZodTypeDef,
11202
- unknown
11203
- > = z.object({
11204
- algo: CreateProjectAlgo$inboundSchema,
11205
- window: z.number(),
11206
- limit: z.number(),
11207
- keys: z.array(z.string()),
11208
- });
11209
-
11210
- /** @internal */
11211
- export type CreateProjectErl$Outbound = {
11212
- algo: string;
11213
- window: number;
11214
- limit: number;
11215
- keys: Array<string>;
11216
- };
11217
-
11218
- /** @internal */
11219
- export const CreateProjectErl$outboundSchema: z.ZodType<
11220
- CreateProjectErl$Outbound,
11221
- z.ZodTypeDef,
11222
- CreateProjectErl
11223
- > = z.object({
11224
- algo: CreateProjectAlgo$outboundSchema,
11225
- window: z.number(),
11226
- limit: z.number(),
11227
- keys: z.array(z.string()),
11228
- });
11229
-
11230
- /**
11231
- * @internal
11232
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11233
- */
11234
- export namespace CreateProjectErl$ {
11235
- /** @deprecated use `CreateProjectErl$inboundSchema` instead. */
11236
- export const inboundSchema = CreateProjectErl$inboundSchema;
11237
- /** @deprecated use `CreateProjectErl$outboundSchema` instead. */
11238
- export const outboundSchema = CreateProjectErl$outboundSchema;
11239
- /** @deprecated use `CreateProjectErl$Outbound` instead. */
11240
- export type Outbound = CreateProjectErl$Outbound;
11241
- }
11242
-
11243
- export function createProjectErlToJSON(
11244
- createProjectErl: CreateProjectErl,
11245
- ): string {
11246
- return JSON.stringify(
11247
- CreateProjectErl$outboundSchema.parse(createProjectErl),
11248
- );
11249
- }
11250
-
11251
- export function createProjectErlFromJSON(
11252
- jsonString: string,
11253
- ): SafeParseResult<CreateProjectErl, SDKValidationError> {
11254
- return safeParse(
11255
- jsonString,
11256
- (x) => CreateProjectErl$inboundSchema.parse(JSON.parse(x)),
11257
- `Failed to parse 'CreateProjectErl' from JSON`,
11258
- );
11259
- }
11260
-
11261
- /** @internal */
11262
- export const CreateProjectMitigate$inboundSchema: z.ZodType<
11263
- CreateProjectMitigate,
11264
- z.ZodTypeDef,
11265
- unknown
11266
- > = z.object({
11267
- action: CreateProjectAction$inboundSchema,
11268
- rule_id: z.string(),
11269
- ttl: z.number().optional(),
11270
- erl: z.lazy(() => CreateProjectErl$inboundSchema).optional(),
11271
- }).transform((v) => {
11272
- return remap$(v, {
11273
- "rule_id": "ruleId",
11274
- });
11275
- });
11276
-
11277
- /** @internal */
11278
- export type CreateProjectMitigate$Outbound = {
11279
- action: string;
11280
- rule_id: string;
11281
- ttl?: number | undefined;
11282
- erl?: CreateProjectErl$Outbound | undefined;
11283
- };
11284
-
11285
- /** @internal */
11286
- export const CreateProjectMitigate$outboundSchema: z.ZodType<
11287
- CreateProjectMitigate$Outbound,
11288
- z.ZodTypeDef,
11289
- CreateProjectMitigate
11290
- > = z.object({
11291
- action: CreateProjectAction$outboundSchema,
11292
- ruleId: z.string(),
11293
- ttl: z.number().optional(),
11294
- erl: z.lazy(() => CreateProjectErl$outboundSchema).optional(),
11295
- }).transform((v) => {
11296
- return remap$(v, {
11297
- ruleId: "rule_id",
11298
- });
11299
- });
11300
-
11301
- /**
11302
- * @internal
11303
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11304
- */
11305
- export namespace CreateProjectMitigate$ {
11306
- /** @deprecated use `CreateProjectMitigate$inboundSchema` instead. */
11307
- export const inboundSchema = CreateProjectMitigate$inboundSchema;
11308
- /** @deprecated use `CreateProjectMitigate$outboundSchema` instead. */
11309
- export const outboundSchema = CreateProjectMitigate$outboundSchema;
11310
- /** @deprecated use `CreateProjectMitigate$Outbound` instead. */
11311
- export type Outbound = CreateProjectMitigate$Outbound;
11312
- }
11313
-
11314
- export function createProjectMitigateToJSON(
11315
- createProjectMitigate: CreateProjectMitigate,
11316
- ): string {
11317
- return JSON.stringify(
11318
- CreateProjectMitigate$outboundSchema.parse(createProjectMitigate),
11319
- );
11320
- }
11321
-
11322
- export function createProjectMitigateFromJSON(
11323
- jsonString: string,
11324
- ): SafeParseResult<CreateProjectMitigate, SDKValidationError> {
11325
- return safeParse(
11326
- jsonString,
11327
- (x) => CreateProjectMitigate$inboundSchema.parse(JSON.parse(x)),
11328
- `Failed to parse 'CreateProjectMitigate' from JSON`,
11329
- );
11330
- }
11331
-
11332
- /** @internal */
11333
- export const CreateProjectFirewallRoutes$inboundSchema: z.ZodType<
11334
- CreateProjectFirewallRoutes,
11335
- z.ZodTypeDef,
11336
- unknown
11337
- > = z.object({
11338
- src: z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()])
11339
- .optional(),
11340
- has: z.array(z.lazy(() => CreateProjectHas$inboundSchema)).optional(),
11341
- missing: z.array(z.lazy(() => CreateProjectMissing$inboundSchema)).optional(),
11342
- dest: z.string().optional(),
11343
- status: z.number().optional(),
11344
- handle: CreateProjectHandle$inboundSchema.optional(),
11345
- mitigate: z.lazy(() => CreateProjectMitigate$inboundSchema).optional(),
11346
- });
11347
-
11348
- /** @internal */
11349
- export type CreateProjectFirewallRoutes$Outbound = {
11350
- src?: CreateProjectSrc2$Outbound | string | undefined;
11351
- has?: Array<CreateProjectHas$Outbound> | undefined;
11352
- missing?: Array<CreateProjectMissing$Outbound> | undefined;
11353
- dest?: string | undefined;
11354
- status?: number | undefined;
11355
- handle?: string | undefined;
11356
- mitigate?: CreateProjectMitigate$Outbound | undefined;
11357
- };
11358
-
11359
- /** @internal */
11360
- export const CreateProjectFirewallRoutes$outboundSchema: z.ZodType<
11361
- CreateProjectFirewallRoutes$Outbound,
11362
- z.ZodTypeDef,
11363
- CreateProjectFirewallRoutes
11364
- > = z.object({
11365
- src: z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()])
11366
- .optional(),
11367
- has: z.array(z.lazy(() => CreateProjectHas$outboundSchema)).optional(),
11368
- missing: z.array(z.lazy(() => CreateProjectMissing$outboundSchema))
11369
- .optional(),
11370
- dest: z.string().optional(),
11371
- status: z.number().optional(),
11372
- handle: CreateProjectHandle$outboundSchema.optional(),
11373
- mitigate: z.lazy(() => CreateProjectMitigate$outboundSchema).optional(),
11374
- });
11375
-
11376
- /**
11377
- * @internal
11378
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11379
- */
11380
- export namespace CreateProjectFirewallRoutes$ {
11381
- /** @deprecated use `CreateProjectFirewallRoutes$inboundSchema` instead. */
11382
- export const inboundSchema = CreateProjectFirewallRoutes$inboundSchema;
11383
- /** @deprecated use `CreateProjectFirewallRoutes$outboundSchema` instead. */
11384
- export const outboundSchema = CreateProjectFirewallRoutes$outboundSchema;
11385
- /** @deprecated use `CreateProjectFirewallRoutes$Outbound` instead. */
11386
- export type Outbound = CreateProjectFirewallRoutes$Outbound;
11387
- }
11388
-
11389
- export function createProjectFirewallRoutesToJSON(
11390
- createProjectFirewallRoutes: CreateProjectFirewallRoutes,
11391
- ): string {
11392
- return JSON.stringify(
11393
- CreateProjectFirewallRoutes$outboundSchema.parse(
11394
- createProjectFirewallRoutes,
11395
- ),
11396
- );
11397
- }
11398
-
11399
- export function createProjectFirewallRoutesFromJSON(
11400
- jsonString: string,
11401
- ): SafeParseResult<CreateProjectFirewallRoutes, SDKValidationError> {
11402
- return safeParse(
11403
- jsonString,
11404
- (x) => CreateProjectFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
11405
- `Failed to parse 'CreateProjectFirewallRoutes' from JSON`,
11406
- );
11407
- }
11408
-
11409
- /** @internal */
11410
- export const CreateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<
11411
- typeof CreateProjectProjectsAction
11412
- > = z.nativeEnum(CreateProjectProjectsAction);
11413
-
11414
- /** @internal */
11415
- export const CreateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<
11416
- typeof CreateProjectProjectsAction
11417
- > = CreateProjectProjectsAction$inboundSchema;
11418
-
11419
- /**
11420
- * @internal
11421
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11422
- */
11423
- export namespace CreateProjectProjectsAction$ {
11424
- /** @deprecated use `CreateProjectProjectsAction$inboundSchema` instead. */
11425
- export const inboundSchema = CreateProjectProjectsAction$inboundSchema;
11426
- /** @deprecated use `CreateProjectProjectsAction$outboundSchema` instead. */
11427
- export const outboundSchema = CreateProjectProjectsAction$outboundSchema;
11428
- }
11429
-
11430
- /** @internal */
11431
- export const CreateProjectBotFilter$inboundSchema: z.ZodType<
11432
- CreateProjectBotFilter,
11433
- z.ZodTypeDef,
11434
- unknown
11435
- > = z.object({
11436
- active: z.boolean(),
11437
- action: CreateProjectProjectsAction$inboundSchema.optional(),
11438
- });
11439
-
11440
- /** @internal */
11441
- export type CreateProjectBotFilter$Outbound = {
11442
- active: boolean;
11443
- action?: string | undefined;
11444
- };
11445
-
11446
- /** @internal */
11447
- export const CreateProjectBotFilter$outboundSchema: z.ZodType<
11448
- CreateProjectBotFilter$Outbound,
11449
- z.ZodTypeDef,
11450
- CreateProjectBotFilter
11451
- > = z.object({
11452
- active: z.boolean(),
11453
- action: CreateProjectProjectsAction$outboundSchema.optional(),
11454
- });
11455
-
11456
- /**
11457
- * @internal
11458
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11459
- */
11460
- export namespace CreateProjectBotFilter$ {
11461
- /** @deprecated use `CreateProjectBotFilter$inboundSchema` instead. */
11462
- export const inboundSchema = CreateProjectBotFilter$inboundSchema;
11463
- /** @deprecated use `CreateProjectBotFilter$outboundSchema` instead. */
11464
- export const outboundSchema = CreateProjectBotFilter$outboundSchema;
11465
- /** @deprecated use `CreateProjectBotFilter$Outbound` instead. */
11466
- export type Outbound = CreateProjectBotFilter$Outbound;
11467
- }
11468
-
11469
- export function createProjectBotFilterToJSON(
11470
- createProjectBotFilter: CreateProjectBotFilter,
11471
- ): string {
11472
- return JSON.stringify(
11473
- CreateProjectBotFilter$outboundSchema.parse(createProjectBotFilter),
11474
- );
11475
- }
11476
-
11477
- export function createProjectBotFilterFromJSON(
11478
- jsonString: string,
11479
- ): SafeParseResult<CreateProjectBotFilter, SDKValidationError> {
11480
- return safeParse(
11481
- jsonString,
11482
- (x) => CreateProjectBotFilter$inboundSchema.parse(JSON.parse(x)),
11483
- `Failed to parse 'CreateProjectBotFilter' from JSON`,
11484
- );
11485
- }
11486
-
11487
- /** @internal */
11488
- export const CreateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<
11489
- typeof CreateProjectProjectsResponseAction
11490
- > = z.nativeEnum(CreateProjectProjectsResponseAction);
11491
-
11492
- /** @internal */
11493
- export const CreateProjectProjectsResponseAction$outboundSchema:
11494
- z.ZodNativeEnum<typeof CreateProjectProjectsResponseAction> =
11495
- CreateProjectProjectsResponseAction$inboundSchema;
11496
-
11497
- /**
11498
- * @internal
11499
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11500
- */
11501
- export namespace CreateProjectProjectsResponseAction$ {
11502
- /** @deprecated use `CreateProjectProjectsResponseAction$inboundSchema` instead. */
11503
- export const inboundSchema =
11504
- CreateProjectProjectsResponseAction$inboundSchema;
11505
- /** @deprecated use `CreateProjectProjectsResponseAction$outboundSchema` instead. */
11506
- export const outboundSchema =
11507
- CreateProjectProjectsResponseAction$outboundSchema;
11508
- }
11509
-
11510
- /** @internal */
11511
- export const CreateProjectAiBots$inboundSchema: z.ZodType<
11512
- CreateProjectAiBots,
11513
- z.ZodTypeDef,
11514
- unknown
11515
- > = z.object({
11516
- active: z.boolean(),
11517
- action: CreateProjectProjectsResponseAction$inboundSchema.optional(),
11518
- });
11519
-
11520
- /** @internal */
11521
- export type CreateProjectAiBots$Outbound = {
11522
- active: boolean;
11523
- action?: string | undefined;
11524
- };
11525
-
11526
- /** @internal */
11527
- export const CreateProjectAiBots$outboundSchema: z.ZodType<
11528
- CreateProjectAiBots$Outbound,
11529
- z.ZodTypeDef,
11530
- CreateProjectAiBots
11531
- > = z.object({
11532
- active: z.boolean(),
11533
- action: CreateProjectProjectsResponseAction$outboundSchema.optional(),
10793
+ active: z.boolean(),
10794
+ action: CreateProjectProjectsAction$outboundSchema.optional(),
11534
10795
  });
11535
10796
 
11536
10797
  /**
@@ -11565,27 +10826,26 @@ export function createProjectAiBotsFromJSON(
11565
10826
  }
11566
10827
 
11567
10828
  /** @internal */
11568
- export const CreateProjectProjectsResponse200Action$inboundSchema:
11569
- z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Action> = z.nativeEnum(
11570
- CreateProjectProjectsResponse200Action,
11571
- );
10829
+ export const CreateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<
10830
+ typeof CreateProjectProjectsResponseAction
10831
+ > = z.nativeEnum(CreateProjectProjectsResponseAction);
11572
10832
 
11573
10833
  /** @internal */
11574
- export const CreateProjectProjectsResponse200Action$outboundSchema:
11575
- z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Action> =
11576
- CreateProjectProjectsResponse200Action$inboundSchema;
10834
+ export const CreateProjectProjectsResponseAction$outboundSchema:
10835
+ z.ZodNativeEnum<typeof CreateProjectProjectsResponseAction> =
10836
+ CreateProjectProjectsResponseAction$inboundSchema;
11577
10837
 
11578
10838
  /**
11579
10839
  * @internal
11580
10840
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11581
10841
  */
11582
- export namespace CreateProjectProjectsResponse200Action$ {
11583
- /** @deprecated use `CreateProjectProjectsResponse200Action$inboundSchema` instead. */
10842
+ export namespace CreateProjectProjectsResponseAction$ {
10843
+ /** @deprecated use `CreateProjectProjectsResponseAction$inboundSchema` instead. */
11584
10844
  export const inboundSchema =
11585
- CreateProjectProjectsResponse200Action$inboundSchema;
11586
- /** @deprecated use `CreateProjectProjectsResponse200Action$outboundSchema` instead. */
10845
+ CreateProjectProjectsResponseAction$inboundSchema;
10846
+ /** @deprecated use `CreateProjectProjectsResponseAction$outboundSchema` instead. */
11587
10847
  export const outboundSchema =
11588
- CreateProjectProjectsResponse200Action$outboundSchema;
10848
+ CreateProjectProjectsResponseAction$outboundSchema;
11589
10849
  }
11590
10850
 
11591
10851
  /** @internal */
@@ -11595,7 +10855,7 @@ export const CreateProjectOwasp$inboundSchema: z.ZodType<
11595
10855
  unknown
11596
10856
  > = z.object({
11597
10857
  active: z.boolean(),
11598
- action: CreateProjectProjectsResponse200Action$inboundSchema.optional(),
10858
+ action: CreateProjectProjectsResponseAction$inboundSchema.optional(),
11599
10859
  });
11600
10860
 
11601
10861
  /** @internal */
@@ -11611,7 +10871,7 @@ export const CreateProjectOwasp$outboundSchema: z.ZodType<
11611
10871
  CreateProjectOwasp
11612
10872
  > = z.object({
11613
10873
  active: z.boolean(),
11614
- action: CreateProjectProjectsResponse200Action$outboundSchema.optional(),
10874
+ action: CreateProjectProjectsResponseAction$outboundSchema.optional(),
11615
10875
  });
11616
10876
 
11617
10877
  /**
@@ -11727,9 +10987,6 @@ export const CreateProjectSecurity$inboundSchema: z.ZodType<
11727
10987
  firewallUpdatedAt: z.number().optional(),
11728
10988
  attackModeActiveUntil: z.nullable(z.number()).optional(),
11729
10989
  firewallConfigVersion: z.number().optional(),
11730
- firewallRoutes: z.array(
11731
- z.lazy(() => CreateProjectFirewallRoutes$inboundSchema),
11732
- ).optional(),
11733
10990
  firewallSeawallEnabled: z.boolean().optional(),
11734
10991
  ja3Enabled: z.boolean().optional(),
11735
10992
  ja4Enabled: z.boolean().optional(),
@@ -11748,7 +11005,6 @@ export type CreateProjectSecurity$Outbound = {
11748
11005
  firewallUpdatedAt?: number | undefined;
11749
11006
  attackModeActiveUntil?: number | null | undefined;
11750
11007
  firewallConfigVersion?: number | undefined;
11751
- firewallRoutes?: Array<CreateProjectFirewallRoutes$Outbound> | undefined;
11752
11008
  firewallSeawallEnabled?: boolean | undefined;
11753
11009
  ja3Enabled?: boolean | undefined;
11754
11010
  ja4Enabled?: boolean | undefined;
@@ -11769,9 +11025,6 @@ export const CreateProjectSecurity$outboundSchema: z.ZodType<
11769
11025
  firewallUpdatedAt: z.number().optional(),
11770
11026
  attackModeActiveUntil: z.nullable(z.number()).optional(),
11771
11027
  firewallConfigVersion: z.number().optional(),
11772
- firewallRoutes: z.array(
11773
- z.lazy(() => CreateProjectFirewallRoutes$outboundSchema),
11774
- ).optional(),
11775
11028
  firewallSeawallEnabled: z.boolean().optional(),
11776
11029
  ja3Enabled: z.boolean().optional(),
11777
11030
  ja4Enabled: z.boolean().optional(),
@@ -12018,6 +11271,7 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
12018
11271
  z.lazy(() => CreateProjectLink2$inboundSchema),
12019
11272
  z.lazy(() => CreateProjectLink3$inboundSchema),
12020
11273
  z.lazy(() => CreateProjectLink4$inboundSchema),
11274
+ z.lazy(() => CreateProjectLink5$inboundSchema),
12021
11275
  ]).optional(),
12022
11276
  microfrontends: z.union([
12023
11277
  z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
@@ -12100,6 +11354,7 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
12100
11354
  .optional(),
12101
11355
  tier: CreateProjectTier$inboundSchema.optional(),
12102
11356
  features: z.lazy(() => CreateProjectFeatures$inboundSchema).optional(),
11357
+ v0: z.boolean().optional(),
12103
11358
  });
12104
11359
 
12105
11360
  /** @internal */
@@ -12147,6 +11402,7 @@ export type CreateProjectResponseBody$Outbound = {
12147
11402
  | CreateProjectLink2$Outbound
12148
11403
  | CreateProjectLink3$Outbound
12149
11404
  | CreateProjectLink4$Outbound
11405
+ | CreateProjectLink5$Outbound
12150
11406
  | undefined;
12151
11407
  microfrontends?:
12152
11408
  | CreateProjectMicrofrontends1$Outbound
@@ -12212,6 +11468,7 @@ export type CreateProjectResponseBody$Outbound = {
12212
11468
  oidcTokenConfig?: CreateProjectOidcTokenConfig$Outbound | undefined;
12213
11469
  tier?: string | undefined;
12214
11470
  features?: CreateProjectFeatures$Outbound | undefined;
11471
+ v0?: boolean | undefined;
12215
11472
  };
12216
11473
 
12217
11474
  /** @internal */
@@ -12264,6 +11521,7 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
12264
11521
  z.lazy(() => CreateProjectLink2$outboundSchema),
12265
11522
  z.lazy(() => CreateProjectLink3$outboundSchema),
12266
11523
  z.lazy(() => CreateProjectLink4$outboundSchema),
11524
+ z.lazy(() => CreateProjectLink5$outboundSchema),
12267
11525
  ]).optional(),
12268
11526
  microfrontends: z.union([
12269
11527
  z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
@@ -12346,6 +11604,7 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
12346
11604
  .optional(),
12347
11605
  tier: CreateProjectTier$outboundSchema.optional(),
12348
11606
  features: z.lazy(() => CreateProjectFeatures$outboundSchema).optional(),
11607
+ v0: z.boolean().optional(),
12349
11608
  });
12350
11609
 
12351
11610
  /**