@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
@@ -42,8 +42,8 @@ export type SpeedInsights = {
42
42
  paidAt?: number | undefined;
43
43
  };
44
44
  export declare const UpdateProjectDataCacheEnvId2: {
45
- readonly Production: "production";
46
45
  readonly Preview: "preview";
46
+ readonly Production: "production";
47
47
  };
48
48
  export type UpdateProjectDataCacheEnvId2 = ClosedEnum<typeof UpdateProjectDataCacheEnvId2>;
49
49
  export type UpdateProjectDataCacheEnvId = string | UpdateProjectDataCacheEnvId2;
@@ -54,6 +54,7 @@ export type UpdateProjectDataCacheAws = {
54
54
  export type UpdateProjectDataCacheConnectConfigurations = {
55
55
  envId: string | UpdateProjectDataCacheEnvId2;
56
56
  connectConfigurationId: string;
57
+ dc?: string | undefined;
57
58
  passive: boolean;
58
59
  buildsEnabled: boolean;
59
60
  aws?: UpdateProjectDataCacheAws | undefined;
@@ -293,8 +294,8 @@ export type Env = {
293
294
  * The type of environment (production, preview, or development)
294
295
  */
295
296
  export declare const UpdateProjectDataCacheType: {
296
- readonly Production: "production";
297
297
  readonly Preview: "preview";
298
+ readonly Production: "production";
298
299
  readonly Development: "development";
299
300
  };
300
301
  /**
@@ -446,6 +447,7 @@ export declare const UpdateProjectDataCacheFramework: {
446
447
  readonly Sanity: "sanity";
447
448
  readonly Storybook: "storybook";
448
449
  readonly Nitro: "nitro";
450
+ readonly Hono: "hono";
449
451
  };
450
452
  export type UpdateProjectDataCacheFramework = ClosedEnum<typeof UpdateProjectDataCacheFramework>;
451
453
  export type UpdateProjectDataCacheIpBuckets = {
@@ -583,18 +585,18 @@ export type LatestDeployments = {
583
585
  userId: string;
584
586
  withCache?: boolean | undefined;
585
587
  };
586
- export declare const UpdateProjectDataCacheLinkProjectsResponseType: {
588
+ export declare const UpdateProjectDataCacheLinkProjectsResponse200Type: {
587
589
  readonly GithubCustomHost: "github-custom-host";
588
590
  };
589
- export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
590
- export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
591
+ export type UpdateProjectDataCacheLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
592
+ export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
591
593
  createdAt?: number | undefined;
592
594
  id: string;
593
595
  name: string;
594
596
  ref: string;
595
597
  url: string;
596
598
  };
597
- export type Link4 = {
599
+ export type Link5 = {
598
600
  org?: string | undefined;
599
601
  /**
600
602
  * 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.
@@ -602,52 +604,52 @@ export type Link4 = {
602
604
  repoOwnerId?: number | undefined;
603
605
  repo?: string | undefined;
604
606
  repoId?: number | undefined;
605
- type?: UpdateProjectDataCacheLinkProjectsResponseType | undefined;
607
+ type?: UpdateProjectDataCacheLinkProjectsResponse200Type | undefined;
606
608
  host?: string | undefined;
607
609
  createdAt?: number | undefined;
608
- deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
610
+ deployHooks: Array<UpdateProjectDataCacheLinkProjectsResponseDeployHooks>;
609
611
  gitCredentialId?: string | undefined;
610
612
  updatedAt?: number | undefined;
611
613
  sourceless?: boolean | undefined;
612
614
  productionBranch?: string | undefined;
613
615
  };
614
- export declare const UpdateProjectDataCacheLinkProjectsType: {
616
+ export declare const UpdateProjectDataCacheLinkProjectsResponseType: {
615
617
  readonly Bitbucket: "bitbucket";
616
618
  };
617
- export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
618
- export type UpdateProjectDataCacheLinkDeployHooks = {
619
+ export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
620
+ export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
619
621
  createdAt?: number | undefined;
620
622
  id: string;
621
623
  name: string;
622
624
  ref: string;
623
625
  url: string;
624
626
  };
625
- export type Link3 = {
627
+ export type Link4 = {
626
628
  name?: string | undefined;
627
629
  slug?: string | undefined;
628
630
  owner?: string | undefined;
629
- type?: UpdateProjectDataCacheLinkProjectsType | undefined;
631
+ type?: UpdateProjectDataCacheLinkProjectsResponseType | undefined;
630
632
  uuid?: string | undefined;
631
633
  workspaceUuid?: string | undefined;
632
634
  createdAt?: number | undefined;
633
- deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
635
+ deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
634
636
  gitCredentialId?: string | undefined;
635
637
  updatedAt?: number | undefined;
636
638
  sourceless?: boolean | undefined;
637
639
  productionBranch?: string | undefined;
638
640
  };
639
- export declare const UpdateProjectDataCacheLinkType: {
641
+ export declare const UpdateProjectDataCacheLinkProjectsType: {
640
642
  readonly Gitlab: "gitlab";
641
643
  };
642
- export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
643
- export type LinkDeployHooks = {
644
+ export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
645
+ export type UpdateProjectDataCacheLinkDeployHooks = {
644
646
  createdAt?: number | undefined;
645
647
  id: string;
646
648
  name: string;
647
649
  ref: string;
648
650
  url: string;
649
651
  };
650
- export type Link2 = {
652
+ export type Link3 = {
651
653
  projectId?: string | undefined;
652
654
  projectName?: string | undefined;
653
655
  projectNameWithNamespace?: string | undefined;
@@ -657,11 +659,38 @@ export type Link2 = {
657
659
  */
658
660
  projectOwnerId?: number | undefined;
659
661
  projectUrl?: string | undefined;
662
+ type?: UpdateProjectDataCacheLinkProjectsType | undefined;
663
+ createdAt?: number | undefined;
664
+ deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
665
+ gitCredentialId?: string | undefined;
666
+ updatedAt?: number | undefined;
667
+ sourceless?: boolean | undefined;
668
+ productionBranch?: string | undefined;
669
+ };
670
+ export declare const UpdateProjectDataCacheLinkType: {
671
+ readonly GithubLimited: "github-limited";
672
+ };
673
+ export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
674
+ export type LinkDeployHooks = {
675
+ createdAt?: number | undefined;
676
+ id: string;
677
+ name: string;
678
+ ref: string;
679
+ url: string;
680
+ };
681
+ export type Link2 = {
660
682
  type?: UpdateProjectDataCacheLinkType | undefined;
661
683
  createdAt?: number | undefined;
684
+ updatedAt?: number | undefined;
685
+ org?: string | undefined;
686
+ /**
687
+ * 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.
688
+ */
689
+ repoOwnerId?: number | undefined;
690
+ repo?: string | undefined;
691
+ repoId?: number | undefined;
662
692
  deployHooks: Array<LinkDeployHooks>;
663
693
  gitCredentialId?: string | undefined;
664
- updatedAt?: number | undefined;
665
694
  sourceless?: boolean | undefined;
666
695
  productionBranch?: string | undefined;
667
696
  };
@@ -692,7 +721,7 @@ export type Link1 = {
692
721
  sourceless?: boolean | undefined;
693
722
  productionBranch?: string | undefined;
694
723
  };
695
- export type Link = Link1 | Link2 | Link3 | Link4;
724
+ export type Link = Link1 | Link2 | Link3 | Link4 | Link5;
696
725
  export type UpdateProjectDataCacheMicrofrontends2 = {
697
726
  updatedAt: number;
698
727
  groupIds: Array<any>;
@@ -980,11 +1009,11 @@ export type Targets = {
980
1009
  withCache?: boolean | undefined;
981
1010
  };
982
1011
  export type Permissions = {
1012
+ oauth2Connection?: Array<ACLAction> | undefined;
983
1013
  user?: Array<ACLAction> | undefined;
984
1014
  userConnection?: Array<ACLAction> | undefined;
985
1015
  userSudo?: Array<ACLAction> | undefined;
986
1016
  webAuthn?: Array<ACLAction> | undefined;
987
- oauth2Connection?: Array<ACLAction> | undefined;
988
1017
  accessGroup?: Array<ACLAction> | undefined;
989
1018
  aliasGlobal?: Array<ACLAction> | undefined;
990
1019
  analyticsSampling?: Array<ACLAction> | undefined;
@@ -997,6 +1026,7 @@ export type Permissions = {
997
1026
  billingInvoiceLanguage?: Array<ACLAction> | undefined;
998
1027
  billingPlan?: Array<ACLAction> | undefined;
999
1028
  billingPurchaseOrder?: Array<ACLAction> | undefined;
1029
+ billingRefund?: Array<ACLAction> | undefined;
1000
1030
  billingTaxId?: Array<ACLAction> | undefined;
1001
1031
  blob?: Array<ACLAction> | undefined;
1002
1032
  budget?: Array<ACLAction> | undefined;
@@ -1006,6 +1036,7 @@ export type Permissions = {
1006
1036
  concurrentBuilds?: Array<ACLAction> | undefined;
1007
1037
  connect?: Array<ACLAction> | undefined;
1008
1038
  connectConfiguration?: Array<ACLAction> | undefined;
1039
+ defaultDeploymentProtection?: Array<ACLAction> | undefined;
1009
1040
  domain?: Array<ACLAction> | undefined;
1010
1041
  domainAcceptDelegation?: Array<ACLAction> | undefined;
1011
1042
  domainAuthCodes?: Array<ACLAction> | undefined;
@@ -1038,6 +1069,7 @@ export type Permissions = {
1038
1069
  marketplaceInstallationMember?: Array<ACLAction> | undefined;
1039
1070
  marketplaceBillingData?: Array<ACLAction> | undefined;
1040
1071
  marketplaceInvoice?: Array<ACLAction> | undefined;
1072
+ marketplaceSettings?: Array<ACLAction> | undefined;
1041
1073
  marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1042
1074
  marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1043
1075
  jobGlobal?: Array<ACLAction> | undefined;
@@ -1064,8 +1096,10 @@ export type Permissions = {
1064
1096
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1065
1097
  observabilityConfiguration?: Array<ACLAction> | undefined;
1066
1098
  observabilityNotebook?: Array<ACLAction> | undefined;
1099
+ observabilityFunnel?: Array<ACLAction> | undefined;
1067
1100
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1068
1101
  vercelAppInstallation?: Array<ACLAction> | undefined;
1102
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1069
1103
  paymentMethod?: Array<ACLAction> | undefined;
1070
1104
  permissions?: Array<ACLAction> | undefined;
1071
1105
  postgres?: Array<ACLAction> | undefined;
@@ -1127,6 +1161,7 @@ export type Permissions = {
1127
1161
  connectConfigurationLink?: Array<ACLAction> | undefined;
1128
1162
  dataCacheNamespace?: Array<ACLAction> | undefined;
1129
1163
  deployment?: Array<ACLAction> | undefined;
1164
+ deploymentBuildLogs?: Array<ACLAction> | undefined;
1130
1165
  deploymentCheck?: Array<ACLAction> | undefined;
1131
1166
  deploymentCheckPreview?: Array<ACLAction> | undefined;
1132
1167
  deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
@@ -1177,6 +1212,7 @@ export type Permissions = {
1177
1212
  projectDeploymentExpiration?: Array<ACLAction> | undefined;
1178
1213
  projectRollingRelease?: Array<ACLAction> | undefined;
1179
1214
  projectTier?: Array<ACLAction> | undefined;
1215
+ projectOIDCToken?: Array<ACLAction> | undefined;
1180
1216
  seawallConfig?: Array<ACLAction> | undefined;
1181
1217
  skewProtection?: Array<ACLAction> | undefined;
1182
1218
  analytics?: Array<ACLAction> | undefined;
@@ -1232,8 +1268,8 @@ export type ProtectionBypass1 = {
1232
1268
  };
1233
1269
  export type ProtectionBypass = ProtectionBypass1 | ProtectionBypass2;
1234
1270
  export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
1235
- readonly Production: "production";
1236
1271
  readonly Preview: "preview";
1272
+ readonly Production: "production";
1237
1273
  readonly All: "all";
1238
1274
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1239
1275
  readonly AllExceptCustomDomains: "all_except_custom_domains";
@@ -1243,8 +1279,8 @@ export type TrustedIps2 = {
1243
1279
  deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
1244
1280
  };
1245
1281
  export declare const TrustedIpsDeploymentType: {
1246
- readonly Production: "production";
1247
1282
  readonly Preview: "preview";
1283
+ readonly Production: "production";
1248
1284
  readonly All: "all";
1249
1285
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1250
1286
  readonly AllExceptCustomDomains: "all_except_custom_domains";
@@ -1291,6 +1327,10 @@ export type GitProviderOptions = {
1291
1327
  * 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
1292
1328
  */
1293
1329
  createDeployments: CreateDeployments;
1330
+ /**
1331
+ * 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
1332
+ */
1333
+ disableRepositoryDispatchEvents?: boolean | undefined;
1294
1334
  };
1295
1335
  export type UpdateProjectDataCacheWebAnalytics = {
1296
1336
  id: string;
@@ -1299,157 +1339,35 @@ export type UpdateProjectDataCacheWebAnalytics = {
1299
1339
  enabledAt?: number | undefined;
1300
1340
  hasData?: boolean | undefined;
1301
1341
  };
1302
- export type Src2 = {
1303
- re?: string | undefined;
1304
- eq?: string | undefined;
1305
- neq?: string | undefined;
1306
- inc?: Array<string> | undefined;
1307
- ninc?: Array<string> | undefined;
1308
- pre?: string | undefined;
1309
- suf?: string | undefined;
1310
- gt?: number | undefined;
1311
- gte?: number | undefined;
1312
- lt?: number | undefined;
1313
- lte?: number | undefined;
1314
- };
1315
- export type Src = Src2 | string;
1316
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType: {
1317
- readonly Path: "path";
1318
- readonly Host: "host";
1319
- readonly Method: "method";
1320
- readonly Header: "header";
1321
- readonly Cookie: "cookie";
1322
- readonly Query: "query";
1323
- readonly IpAddress: "ip_address";
1324
- readonly Protocol: "protocol";
1325
- readonly Scheme: "scheme";
1326
- readonly Environment: "environment";
1327
- readonly Region: "region";
1328
- readonly InitialRequestPath: "initial_request_path";
1329
- };
1330
- export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
1331
- export type UpdateProjectDataCacheValueProjects2 = {
1332
- re?: string | undefined;
1333
- eq?: string | undefined;
1334
- neq?: string | undefined;
1335
- inc?: Array<string> | undefined;
1336
- ninc?: Array<string> | undefined;
1337
- pre?: string | undefined;
1338
- suf?: string | undefined;
1339
- gt?: number | undefined;
1340
- gte?: number | undefined;
1341
- lt?: number | undefined;
1342
- lte?: number | undefined;
1343
- };
1344
- export type UpdateProjectDataCacheProjectsValue = UpdateProjectDataCacheValueProjects2 | string;
1345
- export type Has = {
1346
- type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType;
1347
- key?: string | undefined;
1348
- value?: UpdateProjectDataCacheValueProjects2 | string | undefined;
1349
- };
1350
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
1351
- readonly Path: "path";
1352
- readonly Host: "host";
1353
- readonly Method: "method";
1354
- readonly Header: "header";
1355
- readonly Cookie: "cookie";
1356
- readonly Query: "query";
1357
- readonly IpAddress: "ip_address";
1358
- readonly Protocol: "protocol";
1359
- readonly Scheme: "scheme";
1360
- readonly Environment: "environment";
1361
- readonly Region: "region";
1362
- readonly InitialRequestPath: "initial_request_path";
1363
- };
1364
- export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
1365
- export type UpdateProjectDataCacheValue2 = {
1366
- re?: string | undefined;
1367
- eq?: string | undefined;
1368
- neq?: string | undefined;
1369
- inc?: Array<string> | undefined;
1370
- ninc?: Array<string> | undefined;
1371
- pre?: string | undefined;
1372
- suf?: string | undefined;
1373
- gt?: number | undefined;
1374
- gte?: number | undefined;
1375
- lt?: number | undefined;
1376
- lte?: number | undefined;
1377
- };
1378
- export type UpdateProjectDataCacheValue = UpdateProjectDataCacheValue2 | string;
1379
- export type Missing = {
1380
- type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
1381
- key?: string | undefined;
1382
- value?: UpdateProjectDataCacheValue2 | string | undefined;
1383
- };
1384
- export declare const Handle: {
1385
- readonly Init: "init";
1386
- readonly Finalize: "finalize";
1387
- };
1388
- export type Handle = ClosedEnum<typeof Handle>;
1389
- export declare const UpdateProjectDataCacheProjectsResponse200Action: {
1390
- readonly Deny: "deny";
1391
- readonly Challenge: "challenge";
1342
+ export declare const UpdateProjectDataCacheProjectsResponseAction: {
1392
1343
  readonly Log: "log";
1393
- readonly Bypass: "bypass";
1394
- readonly RateLimit: "rate_limit";
1395
- readonly Redirect: "redirect";
1396
- };
1397
- export type UpdateProjectDataCacheProjectsResponse200Action = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
1398
- export declare const UpdateProjectDataCacheAlgo: {
1399
- readonly FixedWindow: "fixed_window";
1400
- readonly TokenBucket: "token_bucket";
1401
- };
1402
- export type UpdateProjectDataCacheAlgo = ClosedEnum<typeof UpdateProjectDataCacheAlgo>;
1403
- export type Erl = {
1404
- algo: UpdateProjectDataCacheAlgo;
1405
- window: number;
1406
- limit: number;
1407
- keys: Array<string>;
1408
- };
1409
- export type UpdateProjectDataCacheMitigate = {
1410
- action: UpdateProjectDataCacheProjectsResponse200Action;
1411
- ruleId: string;
1412
- ttl?: number | undefined;
1413
- erl?: Erl | undefined;
1414
- };
1415
- export type FirewallRoutes = {
1416
- src?: Src2 | string | undefined;
1417
- has?: Array<Has> | undefined;
1418
- missing?: Array<Missing> | undefined;
1419
- dest?: string | undefined;
1420
- status?: number | undefined;
1421
- handle?: Handle | undefined;
1422
- mitigate?: UpdateProjectDataCacheMitigate | undefined;
1423
- };
1424
- export declare const UpdateProjectDataCacheAction: {
1425
- readonly Deny: "deny";
1426
1344
  readonly Challenge: "challenge";
1427
- readonly Log: "log";
1345
+ readonly Deny: "deny";
1428
1346
  };
1429
- export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
1347
+ export type UpdateProjectDataCacheProjectsResponseAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
1430
1348
  export type BotFilter = {
1431
1349
  active: boolean;
1432
- action?: UpdateProjectDataCacheAction | undefined;
1350
+ action?: UpdateProjectDataCacheProjectsResponseAction | undefined;
1433
1351
  };
1434
- export declare const UpdateProjectDataCacheProjectsAction: {
1435
- readonly Deny: "deny";
1436
- readonly Challenge: "challenge";
1352
+ export declare const UpdateProjectDataCacheAction: {
1437
1353
  readonly Log: "log";
1354
+ readonly Challenge: "challenge";
1355
+ readonly Deny: "deny";
1438
1356
  };
1439
- export type UpdateProjectDataCacheProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsAction>;
1357
+ export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
1440
1358
  export type UpdateProjectDataCacheAiBots = {
1441
1359
  active: boolean;
1442
- action?: UpdateProjectDataCacheProjectsAction | undefined;
1360
+ action?: UpdateProjectDataCacheAction | undefined;
1443
1361
  };
1444
- export declare const UpdateProjectDataCacheProjectsResponseAction: {
1445
- readonly Deny: "deny";
1446
- readonly Challenge: "challenge";
1362
+ export declare const UpdateProjectDataCacheProjectsAction: {
1447
1363
  readonly Log: "log";
1364
+ readonly Challenge: "challenge";
1365
+ readonly Deny: "deny";
1448
1366
  };
1449
- export type UpdateProjectDataCacheProjectsResponseAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
1367
+ export type UpdateProjectDataCacheProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsAction>;
1450
1368
  export type UpdateProjectDataCacheOwasp = {
1451
1369
  active: boolean;
1452
- action?: UpdateProjectDataCacheProjectsResponseAction | undefined;
1370
+ action?: UpdateProjectDataCacheProjectsAction | undefined;
1453
1371
  };
1454
1372
  export type UpdateProjectDataCacheManagedRules = {
1455
1373
  botFilter: BotFilter;
@@ -1463,7 +1381,6 @@ export type UpdateProjectDataCacheSecurity = {
1463
1381
  firewallUpdatedAt?: number | undefined;
1464
1382
  attackModeActiveUntil?: number | null | undefined;
1465
1383
  firewallConfigVersion?: number | undefined;
1466
- firewallRoutes?: Array<FirewallRoutes> | undefined;
1467
1384
  firewallSeawallEnabled?: boolean | undefined;
1468
1385
  ja3Enabled?: boolean | undefined;
1469
1386
  ja4Enabled?: boolean | undefined;
@@ -1530,7 +1447,7 @@ export type UpdateProjectDataCacheResponseBody = {
1530
1447
  id: string;
1531
1448
  ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
1532
1449
  latestDeployments?: Array<LatestDeployments> | undefined;
1533
- link?: Link1 | Link2 | Link3 | Link4 | undefined;
1450
+ link?: Link1 | Link2 | Link3 | Link4 | Link5 | undefined;
1534
1451
  microfrontends?: UpdateProjectDataCacheMicrofrontends1 | UpdateProjectDataCacheMicrofrontends2 | undefined;
1535
1452
  name: string;
1536
1453
  nodeVersion: UpdateProjectDataCacheNodeVersion;
@@ -1585,6 +1502,7 @@ export type UpdateProjectDataCacheResponseBody = {
1585
1502
  oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
1586
1503
  tier?: UpdateProjectDataCacheTier | undefined;
1587
1504
  features?: Features | undefined;
1505
+ v0?: boolean | undefined;
1588
1506
  };
1589
1507
  /** @internal */
1590
1508
  export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
@@ -1699,13 +1617,13 @@ export declare const UpdateProjectDataCacheEnvId2$outboundSchema: z.ZodNativeEnu
1699
1617
  export declare namespace UpdateProjectDataCacheEnvId2$ {
1700
1618
  /** @deprecated use `UpdateProjectDataCacheEnvId2$inboundSchema` instead. */
1701
1619
  const inboundSchema: z.ZodNativeEnum<{
1702
- readonly Production: "production";
1703
1620
  readonly Preview: "preview";
1621
+ readonly Production: "production";
1704
1622
  }>;
1705
1623
  /** @deprecated use `UpdateProjectDataCacheEnvId2$outboundSchema` instead. */
1706
1624
  const outboundSchema: z.ZodNativeEnum<{
1707
- readonly Production: "production";
1708
1625
  readonly Preview: "preview";
1626
+ readonly Production: "production";
1709
1627
  }>;
1710
1628
  }
1711
1629
  /** @internal */
@@ -1757,6 +1675,7 @@ export declare const UpdateProjectDataCacheConnectConfigurations$inboundSchema:
1757
1675
  export type UpdateProjectDataCacheConnectConfigurations$Outbound = {
1758
1676
  envId: string | string;
1759
1677
  connectConfigurationId: string;
1678
+ dc?: string | undefined;
1760
1679
  passive: boolean;
1761
1680
  buildsEnabled: boolean;
1762
1681
  aws?: UpdateProjectDataCacheAws$Outbound | undefined;
@@ -2700,14 +2619,14 @@ export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<
2700
2619
  export declare namespace UpdateProjectDataCacheType$ {
2701
2620
  /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
2702
2621
  const inboundSchema: z.ZodNativeEnum<{
2703
- readonly Production: "production";
2704
2622
  readonly Preview: "preview";
2623
+ readonly Production: "production";
2705
2624
  readonly Development: "development";
2706
2625
  }>;
2707
2626
  /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
2708
2627
  const outboundSchema: z.ZodNativeEnum<{
2709
- readonly Production: "production";
2710
2628
  readonly Preview: "preview";
2629
+ readonly Production: "production";
2711
2630
  readonly Development: "development";
2712
2631
  }>;
2713
2632
  }
@@ -2901,6 +2820,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
2901
2820
  readonly Sanity: "sanity";
2902
2821
  readonly Storybook: "storybook";
2903
2822
  readonly Nitro: "nitro";
2823
+ readonly Hono: "hono";
2904
2824
  }>;
2905
2825
  /** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
2906
2826
  const outboundSchema: z.ZodNativeEnum<{
@@ -2951,6 +2871,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
2951
2871
  readonly Sanity: "sanity";
2952
2872
  readonly Storybook: "storybook";
2953
2873
  readonly Nitro: "nitro";
2874
+ readonly Hono: "hono";
2954
2875
  }>;
2955
2876
  }
2956
2877
  /** @internal */
@@ -3340,6 +3261,83 @@ export declare namespace LatestDeployments$ {
3340
3261
  export declare function latestDeploymentsToJSON(latestDeployments: LatestDeployments): string;
3341
3262
  export declare function latestDeploymentsFromJSON(jsonString: string): SafeParseResult<LatestDeployments, SDKValidationError>;
3342
3263
  /** @internal */
3264
+ export declare const UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
3265
+ /** @internal */
3266
+ export declare const UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
3267
+ /**
3268
+ * @internal
3269
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3270
+ */
3271
+ export declare namespace UpdateProjectDataCacheLinkProjectsResponse200Type$ {
3272
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema` instead. */
3273
+ const inboundSchema: z.ZodNativeEnum<{
3274
+ readonly GithubCustomHost: "github-custom-host";
3275
+ }>;
3276
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema` instead. */
3277
+ const outboundSchema: z.ZodNativeEnum<{
3278
+ readonly GithubCustomHost: "github-custom-host";
3279
+ }>;
3280
+ }
3281
+ /** @internal */
3282
+ export declare const UpdateProjectDataCacheLinkProjectsResponseDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
3283
+ /** @internal */
3284
+ export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound = {
3285
+ createdAt?: number | undefined;
3286
+ id: string;
3287
+ name: string;
3288
+ ref: string;
3289
+ url: string;
3290
+ };
3291
+ /** @internal */
3292
+ export declare const UpdateProjectDataCacheLinkProjectsResponseDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkProjectsResponseDeployHooks>;
3293
+ /**
3294
+ * @internal
3295
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3296
+ */
3297
+ export declare namespace UpdateProjectDataCacheLinkProjectsResponseDeployHooks$ {
3298
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseDeployHooks$inboundSchema` instead. */
3299
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
3300
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseDeployHooks$outboundSchema` instead. */
3301
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkProjectsResponseDeployHooks>;
3302
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound` instead. */
3303
+ type Outbound = UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound;
3304
+ }
3305
+ export declare function updateProjectDataCacheLinkProjectsResponseDeployHooksToJSON(updateProjectDataCacheLinkProjectsResponseDeployHooks: UpdateProjectDataCacheLinkProjectsResponseDeployHooks): string;
3306
+ export declare function updateProjectDataCacheLinkProjectsResponseDeployHooksFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheLinkProjectsResponseDeployHooks, SDKValidationError>;
3307
+ /** @internal */
3308
+ export declare const Link5$inboundSchema: z.ZodType<Link5, z.ZodTypeDef, unknown>;
3309
+ /** @internal */
3310
+ export type Link5$Outbound = {
3311
+ org?: string | undefined;
3312
+ repoOwnerId?: number | undefined;
3313
+ repo?: string | undefined;
3314
+ repoId?: number | undefined;
3315
+ type?: string | undefined;
3316
+ host?: string | undefined;
3317
+ createdAt?: number | undefined;
3318
+ deployHooks: Array<UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound>;
3319
+ gitCredentialId?: string | undefined;
3320
+ updatedAt?: number | undefined;
3321
+ sourceless?: boolean | undefined;
3322
+ productionBranch?: string | undefined;
3323
+ };
3324
+ /** @internal */
3325
+ export declare const Link5$outboundSchema: z.ZodType<Link5$Outbound, z.ZodTypeDef, Link5>;
3326
+ /**
3327
+ * @internal
3328
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3329
+ */
3330
+ export declare namespace Link5$ {
3331
+ /** @deprecated use `Link5$inboundSchema` instead. */
3332
+ const inboundSchema: z.ZodType<Link5, z.ZodTypeDef, unknown>;
3333
+ /** @deprecated use `Link5$outboundSchema` instead. */
3334
+ const outboundSchema: z.ZodType<Link5$Outbound, z.ZodTypeDef, Link5>;
3335
+ /** @deprecated use `Link5$Outbound` instead. */
3336
+ type Outbound = Link5$Outbound;
3337
+ }
3338
+ export declare function link5ToJSON(link5: Link5): string;
3339
+ export declare function link5FromJSON(jsonString: string): SafeParseResult<Link5, SDKValidationError>;
3340
+ /** @internal */
3343
3341
  export declare const UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
3344
3342
  /** @internal */
3345
3343
  export declare const UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
@@ -3350,11 +3348,11 @@ export declare const UpdateProjectDataCacheLinkProjectsResponseType$outboundSche
3350
3348
  export declare namespace UpdateProjectDataCacheLinkProjectsResponseType$ {
3351
3349
  /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema` instead. */
3352
3350
  const inboundSchema: z.ZodNativeEnum<{
3353
- readonly GithubCustomHost: "github-custom-host";
3351
+ readonly Bitbucket: "bitbucket";
3354
3352
  }>;
3355
3353
  /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema` instead. */
3356
3354
  const outboundSchema: z.ZodNativeEnum<{
3357
- readonly GithubCustomHost: "github-custom-host";
3355
+ readonly Bitbucket: "bitbucket";
3358
3356
  }>;
3359
3357
  }
3360
3358
  /** @internal */
@@ -3387,12 +3385,12 @@ export declare function updateProjectDataCacheLinkProjectsDeployHooksFromJSON(js
3387
3385
  export declare const Link4$inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown>;
3388
3386
  /** @internal */
3389
3387
  export type Link4$Outbound = {
3390
- org?: string | undefined;
3391
- repoOwnerId?: number | undefined;
3392
- repo?: string | undefined;
3393
- repoId?: number | undefined;
3388
+ name?: string | undefined;
3389
+ slug?: string | undefined;
3390
+ owner?: string | undefined;
3394
3391
  type?: string | undefined;
3395
- host?: string | undefined;
3392
+ uuid?: string | undefined;
3393
+ workspaceUuid?: string | undefined;
3396
3394
  createdAt?: number | undefined;
3397
3395
  deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
3398
3396
  gitCredentialId?: string | undefined;
@@ -3427,11 +3425,11 @@ export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.Zo
3427
3425
  export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
3428
3426
  /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
3429
3427
  const inboundSchema: z.ZodNativeEnum<{
3430
- readonly Bitbucket: "bitbucket";
3428
+ readonly Gitlab: "gitlab";
3431
3429
  }>;
3432
3430
  /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
3433
3431
  const outboundSchema: z.ZodNativeEnum<{
3434
- readonly Bitbucket: "bitbucket";
3432
+ readonly Gitlab: "gitlab";
3435
3433
  }>;
3436
3434
  }
3437
3435
  /** @internal */
@@ -3464,12 +3462,13 @@ export declare function updateProjectDataCacheLinkDeployHooksFromJSON(jsonString
3464
3462
  export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
3465
3463
  /** @internal */
3466
3464
  export type Link3$Outbound = {
3467
- name?: string | undefined;
3468
- slug?: string | undefined;
3469
- owner?: string | undefined;
3465
+ projectId?: string | undefined;
3466
+ projectName?: string | undefined;
3467
+ projectNameWithNamespace?: string | undefined;
3468
+ projectNamespace?: string | undefined;
3469
+ projectOwnerId?: number | undefined;
3470
+ projectUrl?: string | undefined;
3470
3471
  type?: string | undefined;
3471
- uuid?: string | undefined;
3472
- workspaceUuid?: string | undefined;
3473
3472
  createdAt?: number | undefined;
3474
3473
  deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
3475
3474
  gitCredentialId?: string | undefined;
@@ -3504,11 +3503,11 @@ export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeE
3504
3503
  export declare namespace UpdateProjectDataCacheLinkType$ {
3505
3504
  /** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
3506
3505
  const inboundSchema: z.ZodNativeEnum<{
3507
- readonly Gitlab: "gitlab";
3506
+ readonly GithubLimited: "github-limited";
3508
3507
  }>;
3509
3508
  /** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
3510
3509
  const outboundSchema: z.ZodNativeEnum<{
3511
- readonly Gitlab: "gitlab";
3510
+ readonly GithubLimited: "github-limited";
3512
3511
  }>;
3513
3512
  }
3514
3513
  /** @internal */
@@ -3541,17 +3540,15 @@ export declare function linkDeployHooksFromJSON(jsonString: string): SafeParseRe
3541
3540
  export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
3542
3541
  /** @internal */
3543
3542
  export type Link2$Outbound = {
3544
- projectId?: string | undefined;
3545
- projectName?: string | undefined;
3546
- projectNameWithNamespace?: string | undefined;
3547
- projectNamespace?: string | undefined;
3548
- projectOwnerId?: number | undefined;
3549
- projectUrl?: string | undefined;
3550
3543
  type?: string | undefined;
3551
3544
  createdAt?: number | undefined;
3545
+ updatedAt?: number | undefined;
3546
+ org?: string | undefined;
3547
+ repoOwnerId?: number | undefined;
3548
+ repo?: string | undefined;
3549
+ repoId?: number | undefined;
3552
3550
  deployHooks: Array<LinkDeployHooks$Outbound>;
3553
3551
  gitCredentialId?: string | undefined;
3554
- updatedAt?: number | undefined;
3555
3552
  sourceless?: boolean | undefined;
3556
3553
  productionBranch?: string | undefined;
3557
3554
  };
@@ -3650,7 +3647,7 @@ export declare function link1FromJSON(jsonString: string): SafeParseResult<Link1
3650
3647
  /** @internal */
3651
3648
  export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
3652
3649
  /** @internal */
3653
- export type Link$Outbound = Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound;
3650
+ export type Link$Outbound = Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound | Link5$Outbound;
3654
3651
  /** @internal */
3655
3652
  export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
3656
3653
  /**
@@ -4460,11 +4457,11 @@ export declare function targetsFromJSON(jsonString: string): SafeParseResult<Tar
4460
4457
  export declare const Permissions$inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
4461
4458
  /** @internal */
4462
4459
  export type Permissions$Outbound = {
4460
+ oauth2Connection?: Array<string> | undefined;
4463
4461
  user?: Array<string> | undefined;
4464
4462
  userConnection?: Array<string> | undefined;
4465
4463
  userSudo?: Array<string> | undefined;
4466
4464
  webAuthn?: Array<string> | undefined;
4467
- oauth2Connection?: Array<string> | undefined;
4468
4465
  accessGroup?: Array<string> | undefined;
4469
4466
  aliasGlobal?: Array<string> | undefined;
4470
4467
  analyticsSampling?: Array<string> | undefined;
@@ -4477,6 +4474,7 @@ export type Permissions$Outbound = {
4477
4474
  billingInvoiceLanguage?: Array<string> | undefined;
4478
4475
  billingPlan?: Array<string> | undefined;
4479
4476
  billingPurchaseOrder?: Array<string> | undefined;
4477
+ billingRefund?: Array<string> | undefined;
4480
4478
  billingTaxId?: Array<string> | undefined;
4481
4479
  blob?: Array<string> | undefined;
4482
4480
  budget?: Array<string> | undefined;
@@ -4486,6 +4484,7 @@ export type Permissions$Outbound = {
4486
4484
  concurrentBuilds?: Array<string> | undefined;
4487
4485
  connect?: Array<string> | undefined;
4488
4486
  connectConfiguration?: Array<string> | undefined;
4487
+ defaultDeploymentProtection?: Array<string> | undefined;
4489
4488
  domain?: Array<string> | undefined;
4490
4489
  domainAcceptDelegation?: Array<string> | undefined;
4491
4490
  domainAuthCodes?: Array<string> | undefined;
@@ -4518,6 +4517,7 @@ export type Permissions$Outbound = {
4518
4517
  marketplaceInstallationMember?: Array<string> | undefined;
4519
4518
  marketplaceBillingData?: Array<string> | undefined;
4520
4519
  marketplaceInvoice?: Array<string> | undefined;
4520
+ marketplaceSettings?: Array<string> | undefined;
4521
4521
  marketplaceExperimentationItem?: Array<string> | undefined;
4522
4522
  marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4523
4523
  jobGlobal?: Array<string> | undefined;
@@ -4544,8 +4544,10 @@ export type Permissions$Outbound = {
4544
4544
  notificationStatementOfReasons?: Array<string> | undefined;
4545
4545
  observabilityConfiguration?: Array<string> | undefined;
4546
4546
  observabilityNotebook?: Array<string> | undefined;
4547
+ observabilityFunnel?: Array<string> | undefined;
4547
4548
  openTelemetryEndpoint?: Array<string> | undefined;
4548
4549
  vercelAppInstallation?: Array<string> | undefined;
4550
+ vercelAppInstallationRequest?: Array<string> | undefined;
4549
4551
  paymentMethod?: Array<string> | undefined;
4550
4552
  permissions?: Array<string> | undefined;
4551
4553
  postgres?: Array<string> | undefined;
@@ -4607,6 +4609,7 @@ export type Permissions$Outbound = {
4607
4609
  connectConfigurationLink?: Array<string> | undefined;
4608
4610
  dataCacheNamespace?: Array<string> | undefined;
4609
4611
  deployment?: Array<string> | undefined;
4612
+ deploymentBuildLogs?: Array<string> | undefined;
4610
4613
  deploymentCheck?: Array<string> | undefined;
4611
4614
  deploymentCheckPreview?: Array<string> | undefined;
4612
4615
  deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
@@ -4657,6 +4660,7 @@ export type Permissions$Outbound = {
4657
4660
  projectDeploymentExpiration?: Array<string> | undefined;
4658
4661
  projectRollingRelease?: Array<string> | undefined;
4659
4662
  projectTier?: Array<string> | undefined;
4663
+ projectOIDCToken?: Array<string> | undefined;
4660
4664
  seawallConfig?: Array<string> | undefined;
4661
4665
  skewProtection?: Array<string> | undefined;
4662
4666
  analytics?: Array<string> | undefined;
@@ -4891,16 +4895,16 @@ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSche
4891
4895
  export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
4892
4896
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
4893
4897
  const inboundSchema: z.ZodNativeEnum<{
4894
- readonly Production: "production";
4895
4898
  readonly Preview: "preview";
4899
+ readonly Production: "production";
4896
4900
  readonly All: "all";
4897
4901
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4898
4902
  readonly AllExceptCustomDomains: "all_except_custom_domains";
4899
4903
  }>;
4900
4904
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
4901
4905
  const outboundSchema: z.ZodNativeEnum<{
4902
- readonly Production: "production";
4903
4906
  readonly Preview: "preview";
4907
+ readonly Production: "production";
4904
4908
  readonly All: "all";
4905
4909
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4906
4910
  readonly AllExceptCustomDomains: "all_except_custom_domains";
@@ -4939,16 +4943,16 @@ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<ty
4939
4943
  export declare namespace TrustedIpsDeploymentType$ {
4940
4944
  /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
4941
4945
  const inboundSchema: z.ZodNativeEnum<{
4942
- readonly Production: "production";
4943
4946
  readonly Preview: "preview";
4947
+ readonly Production: "production";
4944
4948
  readonly All: "all";
4945
4949
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4946
4950
  readonly AllExceptCustomDomains: "all_except_custom_domains";
4947
4951
  }>;
4948
4952
  /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
4949
4953
  const outboundSchema: z.ZodNativeEnum<{
4950
- readonly Production: "production";
4951
4954
  readonly Preview: "preview";
4955
+ readonly Production: "production";
4952
4956
  readonly All: "all";
4953
4957
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4954
4958
  readonly AllExceptCustomDomains: "all_except_custom_domains";
@@ -5089,6 +5093,7 @@ export declare const GitProviderOptions$inboundSchema: z.ZodType<GitProviderOpti
5089
5093
  /** @internal */
5090
5094
  export type GitProviderOptions$Outbound = {
5091
5095
  createDeployments: string;
5096
+ disableRepositoryDispatchEvents?: boolean | undefined;
5092
5097
  };
5093
5098
  /** @internal */
5094
5099
  export declare const GitProviderOptions$outboundSchema: z.ZodType<GitProviderOptions$Outbound, z.ZodTypeDef, GitProviderOptions>;
@@ -5133,455 +5138,25 @@ export declare namespace UpdateProjectDataCacheWebAnalytics$ {
5133
5138
  export declare function updateProjectDataCacheWebAnalyticsToJSON(updateProjectDataCacheWebAnalytics: UpdateProjectDataCacheWebAnalytics): string;
5134
5139
  export declare function updateProjectDataCacheWebAnalyticsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheWebAnalytics, SDKValidationError>;
5135
5140
  /** @internal */
5136
- export declare const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
5137
- /** @internal */
5138
- export type Src2$Outbound = {
5139
- re?: string | undefined;
5140
- eq?: string | undefined;
5141
- neq?: string | undefined;
5142
- inc?: Array<string> | undefined;
5143
- ninc?: Array<string> | undefined;
5144
- pre?: string | undefined;
5145
- suf?: string | undefined;
5146
- gt?: number | undefined;
5147
- gte?: number | undefined;
5148
- lt?: number | undefined;
5149
- lte?: number | undefined;
5150
- };
5151
- /** @internal */
5152
- export declare const Src2$outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
5153
- /**
5154
- * @internal
5155
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5156
- */
5157
- export declare namespace Src2$ {
5158
- /** @deprecated use `Src2$inboundSchema` instead. */
5159
- const inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
5160
- /** @deprecated use `Src2$outboundSchema` instead. */
5161
- const outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
5162
- /** @deprecated use `Src2$Outbound` instead. */
5163
- type Outbound = Src2$Outbound;
5164
- }
5165
- export declare function src2ToJSON(src2: Src2): string;
5166
- export declare function src2FromJSON(jsonString: string): SafeParseResult<Src2, SDKValidationError>;
5167
- /** @internal */
5168
- export declare const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
5169
- /** @internal */
5170
- export type Src$Outbound = Src2$Outbound | string;
5171
- /** @internal */
5172
- export declare const Src$outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
5173
- /**
5174
- * @internal
5175
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5176
- */
5177
- export declare namespace Src$ {
5178
- /** @deprecated use `Src$inboundSchema` instead. */
5179
- const inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
5180
- /** @deprecated use `Src$outboundSchema` instead. */
5181
- const outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
5182
- /** @deprecated use `Src$Outbound` instead. */
5183
- type Outbound = Src$Outbound;
5184
- }
5185
- export declare function srcToJSON(src: Src): string;
5186
- export declare function srcFromJSON(jsonString: string): SafeParseResult<Src, SDKValidationError>;
5187
- /** @internal */
5188
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
5189
- /** @internal */
5190
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
5191
- /**
5192
- * @internal
5193
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5194
- */
5195
- export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
5196
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
5197
- const inboundSchema: z.ZodNativeEnum<{
5198
- readonly Path: "path";
5199
- readonly Host: "host";
5200
- readonly Method: "method";
5201
- readonly Header: "header";
5202
- readonly Cookie: "cookie";
5203
- readonly Query: "query";
5204
- readonly IpAddress: "ip_address";
5205
- readonly Protocol: "protocol";
5206
- readonly Scheme: "scheme";
5207
- readonly Environment: "environment";
5208
- readonly Region: "region";
5209
- readonly InitialRequestPath: "initial_request_path";
5210
- }>;
5211
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
5212
- const outboundSchema: z.ZodNativeEnum<{
5213
- readonly Path: "path";
5214
- readonly Host: "host";
5215
- readonly Method: "method";
5216
- readonly Header: "header";
5217
- readonly Cookie: "cookie";
5218
- readonly Query: "query";
5219
- readonly IpAddress: "ip_address";
5220
- readonly Protocol: "protocol";
5221
- readonly Scheme: "scheme";
5222
- readonly Environment: "environment";
5223
- readonly Region: "region";
5224
- readonly InitialRequestPath: "initial_request_path";
5225
- }>;
5226
- }
5227
- /** @internal */
5228
- export declare const UpdateProjectDataCacheValueProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
5229
- /** @internal */
5230
- export type UpdateProjectDataCacheValueProjects2$Outbound = {
5231
- re?: string | undefined;
5232
- eq?: string | undefined;
5233
- neq?: string | undefined;
5234
- inc?: Array<string> | undefined;
5235
- ninc?: Array<string> | undefined;
5236
- pre?: string | undefined;
5237
- suf?: string | undefined;
5238
- gt?: number | undefined;
5239
- gte?: number | undefined;
5240
- lt?: number | undefined;
5241
- lte?: number | undefined;
5242
- };
5243
- /** @internal */
5244
- export declare const UpdateProjectDataCacheValueProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
5245
- /**
5246
- * @internal
5247
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5248
- */
5249
- export declare namespace UpdateProjectDataCacheValueProjects2$ {
5250
- /** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
5251
- const inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
5252
- /** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
5253
- const outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
5254
- /** @deprecated use `UpdateProjectDataCacheValueProjects2$Outbound` instead. */
5255
- type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
5256
- }
5257
- export declare function updateProjectDataCacheValueProjects2ToJSON(updateProjectDataCacheValueProjects2: UpdateProjectDataCacheValueProjects2): string;
5258
- export declare function updateProjectDataCacheValueProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheValueProjects2, SDKValidationError>;
5259
- /** @internal */
5260
- export declare const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
5261
- /** @internal */
5262
- export type UpdateProjectDataCacheProjectsValue$Outbound = UpdateProjectDataCacheValueProjects2$Outbound | string;
5263
- /** @internal */
5264
- export declare const UpdateProjectDataCacheProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
5265
- /**
5266
- * @internal
5267
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5268
- */
5269
- export declare namespace UpdateProjectDataCacheProjectsValue$ {
5270
- /** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
5271
- const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
5272
- /** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
5273
- const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
5274
- /** @deprecated use `UpdateProjectDataCacheProjectsValue$Outbound` instead. */
5275
- type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
5276
- }
5277
- export declare function updateProjectDataCacheProjectsValueToJSON(updateProjectDataCacheProjectsValue: UpdateProjectDataCacheProjectsValue): string;
5278
- export declare function updateProjectDataCacheProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsValue, SDKValidationError>;
5279
- /** @internal */
5280
- export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
5281
- /** @internal */
5282
- export type Has$Outbound = {
5283
- type: string;
5284
- key?: string | undefined;
5285
- value?: UpdateProjectDataCacheValueProjects2$Outbound | string | undefined;
5286
- };
5287
- /** @internal */
5288
- export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
5289
- /**
5290
- * @internal
5291
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5292
- */
5293
- export declare namespace Has$ {
5294
- /** @deprecated use `Has$inboundSchema` instead. */
5295
- const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
5296
- /** @deprecated use `Has$outboundSchema` instead. */
5297
- const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
5298
- /** @deprecated use `Has$Outbound` instead. */
5299
- type Outbound = Has$Outbound;
5300
- }
5301
- export declare function hasToJSON(has: Has): string;
5302
- export declare function hasFromJSON(jsonString: string): SafeParseResult<Has, SDKValidationError>;
5303
- /** @internal */
5304
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
5305
- /** @internal */
5306
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
5307
- /**
5308
- * @internal
5309
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5310
- */
5311
- export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
5312
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
5313
- const inboundSchema: z.ZodNativeEnum<{
5314
- readonly Path: "path";
5315
- readonly Host: "host";
5316
- readonly Method: "method";
5317
- readonly Header: "header";
5318
- readonly Cookie: "cookie";
5319
- readonly Query: "query";
5320
- readonly IpAddress: "ip_address";
5321
- readonly Protocol: "protocol";
5322
- readonly Scheme: "scheme";
5323
- readonly Environment: "environment";
5324
- readonly Region: "region";
5325
- readonly InitialRequestPath: "initial_request_path";
5326
- }>;
5327
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
5328
- const outboundSchema: z.ZodNativeEnum<{
5329
- readonly Path: "path";
5330
- readonly Host: "host";
5331
- readonly Method: "method";
5332
- readonly Header: "header";
5333
- readonly Cookie: "cookie";
5334
- readonly Query: "query";
5335
- readonly IpAddress: "ip_address";
5336
- readonly Protocol: "protocol";
5337
- readonly Scheme: "scheme";
5338
- readonly Environment: "environment";
5339
- readonly Region: "region";
5340
- readonly InitialRequestPath: "initial_request_path";
5341
- }>;
5342
- }
5343
- /** @internal */
5344
- export declare const UpdateProjectDataCacheValue2$inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
5345
- /** @internal */
5346
- export type UpdateProjectDataCacheValue2$Outbound = {
5347
- re?: string | undefined;
5348
- eq?: string | undefined;
5349
- neq?: string | undefined;
5350
- inc?: Array<string> | undefined;
5351
- ninc?: Array<string> | undefined;
5352
- pre?: string | undefined;
5353
- suf?: string | undefined;
5354
- gt?: number | undefined;
5355
- gte?: number | undefined;
5356
- lt?: number | undefined;
5357
- lte?: number | undefined;
5358
- };
5359
- /** @internal */
5360
- export declare const UpdateProjectDataCacheValue2$outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
5361
- /**
5362
- * @internal
5363
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5364
- */
5365
- export declare namespace UpdateProjectDataCacheValue2$ {
5366
- /** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
5367
- const inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
5368
- /** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
5369
- const outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
5370
- /** @deprecated use `UpdateProjectDataCacheValue2$Outbound` instead. */
5371
- type Outbound = UpdateProjectDataCacheValue2$Outbound;
5372
- }
5373
- export declare function updateProjectDataCacheValue2ToJSON(updateProjectDataCacheValue2: UpdateProjectDataCacheValue2): string;
5374
- export declare function updateProjectDataCacheValue2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheValue2, SDKValidationError>;
5375
- /** @internal */
5376
- export declare const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
5377
- /** @internal */
5378
- export type UpdateProjectDataCacheValue$Outbound = UpdateProjectDataCacheValue2$Outbound | string;
5379
- /** @internal */
5380
- export declare const UpdateProjectDataCacheValue$outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
5381
- /**
5382
- * @internal
5383
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5384
- */
5385
- export declare namespace UpdateProjectDataCacheValue$ {
5386
- /** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
5387
- const inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
5388
- /** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
5389
- const outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
5390
- /** @deprecated use `UpdateProjectDataCacheValue$Outbound` instead. */
5391
- type Outbound = UpdateProjectDataCacheValue$Outbound;
5392
- }
5393
- export declare function updateProjectDataCacheValueToJSON(updateProjectDataCacheValue: UpdateProjectDataCacheValue): string;
5394
- export declare function updateProjectDataCacheValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheValue, SDKValidationError>;
5395
- /** @internal */
5396
- export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
5397
- /** @internal */
5398
- export type Missing$Outbound = {
5399
- type: string;
5400
- key?: string | undefined;
5401
- value?: UpdateProjectDataCacheValue2$Outbound | string | undefined;
5402
- };
5403
- /** @internal */
5404
- export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
5405
- /**
5406
- * @internal
5407
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5408
- */
5409
- export declare namespace Missing$ {
5410
- /** @deprecated use `Missing$inboundSchema` instead. */
5411
- const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
5412
- /** @deprecated use `Missing$outboundSchema` instead. */
5413
- const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
5414
- /** @deprecated use `Missing$Outbound` instead. */
5415
- type Outbound = Missing$Outbound;
5416
- }
5417
- export declare function missingToJSON(missing: Missing): string;
5418
- export declare function missingFromJSON(jsonString: string): SafeParseResult<Missing, SDKValidationError>;
5419
- /** @internal */
5420
- export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
5421
- /** @internal */
5422
- export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
5423
- /**
5424
- * @internal
5425
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5426
- */
5427
- export declare namespace Handle$ {
5428
- /** @deprecated use `Handle$inboundSchema` instead. */
5429
- const inboundSchema: z.ZodNativeEnum<{
5430
- readonly Init: "init";
5431
- readonly Finalize: "finalize";
5432
- }>;
5433
- /** @deprecated use `Handle$outboundSchema` instead. */
5434
- const outboundSchema: z.ZodNativeEnum<{
5435
- readonly Init: "init";
5436
- readonly Finalize: "finalize";
5437
- }>;
5438
- }
5439
- /** @internal */
5440
- export declare const UpdateProjectDataCacheProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
5141
+ export declare const UpdateProjectDataCacheProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
5441
5142
  /** @internal */
5442
- export declare const UpdateProjectDataCacheProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
5143
+ export declare const UpdateProjectDataCacheProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
5443
5144
  /**
5444
5145
  * @internal
5445
5146
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5446
5147
  */
5447
- export declare namespace UpdateProjectDataCacheProjectsResponse200Action$ {
5448
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$inboundSchema` instead. */
5148
+ export declare namespace UpdateProjectDataCacheProjectsResponseAction$ {
5149
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$inboundSchema` instead. */
5449
5150
  const inboundSchema: z.ZodNativeEnum<{
5450
- readonly Deny: "deny";
5451
- readonly Challenge: "challenge";
5452
5151
  readonly Log: "log";
5453
- readonly Bypass: "bypass";
5454
- readonly RateLimit: "rate_limit";
5455
- readonly Redirect: "redirect";
5456
- }>;
5457
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$outboundSchema` instead. */
5458
- const outboundSchema: z.ZodNativeEnum<{
5459
- readonly Deny: "deny";
5460
5152
  readonly Challenge: "challenge";
5461
- readonly Log: "log";
5462
- readonly Bypass: "bypass";
5463
- readonly RateLimit: "rate_limit";
5464
- readonly Redirect: "redirect";
5465
- }>;
5466
- }
5467
- /** @internal */
5468
- export declare const UpdateProjectDataCacheAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
5469
- /** @internal */
5470
- export declare const UpdateProjectDataCacheAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
5471
- /**
5472
- * @internal
5473
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5474
- */
5475
- export declare namespace UpdateProjectDataCacheAlgo$ {
5476
- /** @deprecated use `UpdateProjectDataCacheAlgo$inboundSchema` instead. */
5477
- const inboundSchema: z.ZodNativeEnum<{
5478
- readonly FixedWindow: "fixed_window";
5479
- readonly TokenBucket: "token_bucket";
5480
- }>;
5481
- /** @deprecated use `UpdateProjectDataCacheAlgo$outboundSchema` instead. */
5482
- const outboundSchema: z.ZodNativeEnum<{
5483
- readonly FixedWindow: "fixed_window";
5484
- readonly TokenBucket: "token_bucket";
5485
- }>;
5486
- }
5487
- /** @internal */
5488
- export declare const Erl$inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
5489
- /** @internal */
5490
- export type Erl$Outbound = {
5491
- algo: string;
5492
- window: number;
5493
- limit: number;
5494
- keys: Array<string>;
5495
- };
5496
- /** @internal */
5497
- export declare const Erl$outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
5498
- /**
5499
- * @internal
5500
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5501
- */
5502
- export declare namespace Erl$ {
5503
- /** @deprecated use `Erl$inboundSchema` instead. */
5504
- const inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
5505
- /** @deprecated use `Erl$outboundSchema` instead. */
5506
- const outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
5507
- /** @deprecated use `Erl$Outbound` instead. */
5508
- type Outbound = Erl$Outbound;
5509
- }
5510
- export declare function erlToJSON(erl: Erl): string;
5511
- export declare function erlFromJSON(jsonString: string): SafeParseResult<Erl, SDKValidationError>;
5512
- /** @internal */
5513
- export declare const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
5514
- /** @internal */
5515
- export type UpdateProjectDataCacheMitigate$Outbound = {
5516
- action: string;
5517
- rule_id: string;
5518
- ttl?: number | undefined;
5519
- erl?: Erl$Outbound | undefined;
5520
- };
5521
- /** @internal */
5522
- export declare const UpdateProjectDataCacheMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
5523
- /**
5524
- * @internal
5525
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5526
- */
5527
- export declare namespace UpdateProjectDataCacheMitigate$ {
5528
- /** @deprecated use `UpdateProjectDataCacheMitigate$inboundSchema` instead. */
5529
- const inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
5530
- /** @deprecated use `UpdateProjectDataCacheMitigate$outboundSchema` instead. */
5531
- const outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
5532
- /** @deprecated use `UpdateProjectDataCacheMitigate$Outbound` instead. */
5533
- type Outbound = UpdateProjectDataCacheMitigate$Outbound;
5534
- }
5535
- export declare function updateProjectDataCacheMitigateToJSON(updateProjectDataCacheMitigate: UpdateProjectDataCacheMitigate): string;
5536
- export declare function updateProjectDataCacheMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheMitigate, SDKValidationError>;
5537
- /** @internal */
5538
- export declare const FirewallRoutes$inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
5539
- /** @internal */
5540
- export type FirewallRoutes$Outbound = {
5541
- src?: Src2$Outbound | string | undefined;
5542
- has?: Array<Has$Outbound> | undefined;
5543
- missing?: Array<Missing$Outbound> | undefined;
5544
- dest?: string | undefined;
5545
- status?: number | undefined;
5546
- handle?: string | undefined;
5547
- mitigate?: UpdateProjectDataCacheMitigate$Outbound | undefined;
5548
- };
5549
- /** @internal */
5550
- export declare const FirewallRoutes$outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
5551
- /**
5552
- * @internal
5553
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5554
- */
5555
- export declare namespace FirewallRoutes$ {
5556
- /** @deprecated use `FirewallRoutes$inboundSchema` instead. */
5557
- const inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
5558
- /** @deprecated use `FirewallRoutes$outboundSchema` instead. */
5559
- const outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
5560
- /** @deprecated use `FirewallRoutes$Outbound` instead. */
5561
- type Outbound = FirewallRoutes$Outbound;
5562
- }
5563
- export declare function firewallRoutesToJSON(firewallRoutes: FirewallRoutes): string;
5564
- export declare function firewallRoutesFromJSON(jsonString: string): SafeParseResult<FirewallRoutes, SDKValidationError>;
5565
- /** @internal */
5566
- export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
5567
- /** @internal */
5568
- export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
5569
- /**
5570
- * @internal
5571
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5572
- */
5573
- export declare namespace UpdateProjectDataCacheAction$ {
5574
- /** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
5575
- const inboundSchema: z.ZodNativeEnum<{
5576
5153
  readonly Deny: "deny";
5577
- readonly Challenge: "challenge";
5578
- readonly Log: "log";
5579
5154
  }>;
5580
- /** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
5155
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$outboundSchema` instead. */
5581
5156
  const outboundSchema: z.ZodNativeEnum<{
5582
- readonly Deny: "deny";
5583
- readonly Challenge: "challenge";
5584
5157
  readonly Log: "log";
5158
+ readonly Challenge: "challenge";
5159
+ readonly Deny: "deny";
5585
5160
  }>;
5586
5161
  }
5587
5162
  /** @internal */
@@ -5608,25 +5183,25 @@ export declare namespace BotFilter$ {
5608
5183
  export declare function botFilterToJSON(botFilter: BotFilter): string;
5609
5184
  export declare function botFilterFromJSON(jsonString: string): SafeParseResult<BotFilter, SDKValidationError>;
5610
5185
  /** @internal */
5611
- export declare const UpdateProjectDataCacheProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
5186
+ export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
5612
5187
  /** @internal */
5613
- export declare const UpdateProjectDataCacheProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
5188
+ export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
5614
5189
  /**
5615
5190
  * @internal
5616
5191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5617
5192
  */
5618
- export declare namespace UpdateProjectDataCacheProjectsAction$ {
5619
- /** @deprecated use `UpdateProjectDataCacheProjectsAction$inboundSchema` instead. */
5193
+ export declare namespace UpdateProjectDataCacheAction$ {
5194
+ /** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
5620
5195
  const inboundSchema: z.ZodNativeEnum<{
5621
- readonly Deny: "deny";
5622
- readonly Challenge: "challenge";
5623
5196
  readonly Log: "log";
5197
+ readonly Challenge: "challenge";
5198
+ readonly Deny: "deny";
5624
5199
  }>;
5625
- /** @deprecated use `UpdateProjectDataCacheProjectsAction$outboundSchema` instead. */
5200
+ /** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
5626
5201
  const outboundSchema: z.ZodNativeEnum<{
5627
- readonly Deny: "deny";
5628
- readonly Challenge: "challenge";
5629
5202
  readonly Log: "log";
5203
+ readonly Challenge: "challenge";
5204
+ readonly Deny: "deny";
5630
5205
  }>;
5631
5206
  }
5632
5207
  /** @internal */
@@ -5653,25 +5228,25 @@ export declare namespace UpdateProjectDataCacheAiBots$ {
5653
5228
  export declare function updateProjectDataCacheAiBotsToJSON(updateProjectDataCacheAiBots: UpdateProjectDataCacheAiBots): string;
5654
5229
  export declare function updateProjectDataCacheAiBotsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAiBots, SDKValidationError>;
5655
5230
  /** @internal */
5656
- export declare const UpdateProjectDataCacheProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
5231
+ export declare const UpdateProjectDataCacheProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
5657
5232
  /** @internal */
5658
- export declare const UpdateProjectDataCacheProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
5233
+ export declare const UpdateProjectDataCacheProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
5659
5234
  /**
5660
5235
  * @internal
5661
5236
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5662
5237
  */
5663
- export declare namespace UpdateProjectDataCacheProjectsResponseAction$ {
5664
- /** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$inboundSchema` instead. */
5238
+ export declare namespace UpdateProjectDataCacheProjectsAction$ {
5239
+ /** @deprecated use `UpdateProjectDataCacheProjectsAction$inboundSchema` instead. */
5665
5240
  const inboundSchema: z.ZodNativeEnum<{
5666
- readonly Deny: "deny";
5667
- readonly Challenge: "challenge";
5668
5241
  readonly Log: "log";
5242
+ readonly Challenge: "challenge";
5243
+ readonly Deny: "deny";
5669
5244
  }>;
5670
- /** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$outboundSchema` instead. */
5245
+ /** @deprecated use `UpdateProjectDataCacheProjectsAction$outboundSchema` instead. */
5671
5246
  const outboundSchema: z.ZodNativeEnum<{
5672
- readonly Deny: "deny";
5673
- readonly Challenge: "challenge";
5674
5247
  readonly Log: "log";
5248
+ readonly Challenge: "challenge";
5249
+ readonly Deny: "deny";
5675
5250
  }>;
5676
5251
  }
5677
5252
  /** @internal */
@@ -5731,7 +5306,6 @@ export type UpdateProjectDataCacheSecurity$Outbound = {
5731
5306
  firewallUpdatedAt?: number | undefined;
5732
5307
  attackModeActiveUntil?: number | null | undefined;
5733
5308
  firewallConfigVersion?: number | undefined;
5734
- firewallRoutes?: Array<FirewallRoutes$Outbound> | undefined;
5735
5309
  firewallSeawallEnabled?: boolean | undefined;
5736
5310
  ja3Enabled?: boolean | undefined;
5737
5311
  ja4Enabled?: boolean | undefined;
@@ -5874,7 +5448,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
5874
5448
  id: string;
5875
5449
  ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
5876
5450
  latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
5877
- link?: Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound | undefined;
5451
+ link?: Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound | Link5$Outbound | undefined;
5878
5452
  microfrontends?: UpdateProjectDataCacheMicrofrontends1$Outbound | UpdateProjectDataCacheMicrofrontends2$Outbound | undefined;
5879
5453
  name: string;
5880
5454
  nodeVersion: string;
@@ -5923,6 +5497,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
5923
5497
  oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
5924
5498
  tier?: string | undefined;
5925
5499
  features?: Features$Outbound | undefined;
5500
+ v0?: boolean | undefined;
5926
5501
  };
5927
5502
  /** @internal */
5928
5503
  export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;