@vercel/sdk 1.10.4 → 1.10.6

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 (236) hide show
  1. package/README.md +4 -2
  2. package/bin/mcp-server.js +5676 -1708
  3. package/bin/mcp-server.js.map +46 -43
  4. package/docs/sdks/integrations/README.md +81 -0
  5. package/docs/sdks/projects/README.md +8 -0
  6. package/docs/sdks/teams/README.md +0 -2
  7. package/esm/__tests__/accessgroups.test.js +4 -0
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/deployments.test.js +2 -2
  10. package/esm/__tests__/deployments.test.js.map +1 -1
  11. package/esm/__tests__/domains.test.js +11 -0
  12. package/esm/__tests__/domains.test.js.map +1 -1
  13. package/esm/__tests__/edgeconfig.test.js +18 -0
  14. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  15. package/esm/__tests__/integrations.test.js +25 -0
  16. package/esm/__tests__/integrations.test.js.map +1 -1
  17. package/esm/__tests__/security.test.js +4 -4
  18. package/esm/__tests__/security.test.js.map +1 -1
  19. package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
  20. package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
  21. package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
  22. package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
  23. package/esm/funcs/projectsCreateProject.d.ts +3 -1
  24. package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
  25. package/esm/funcs/projectsCreateProject.js +16 -2
  26. package/esm/funcs/projectsCreateProject.js.map +1 -1
  27. package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
  28. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
  29. package/esm/funcs/projectsCreateProjectEnv.js +15 -2
  30. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
  31. package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
  32. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
  33. package/esm/funcs/projectsEditProjectEnv.js +4 -2
  34. package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
  35. package/esm/funcs/projectsGetProjects.js +1 -0
  36. package/esm/funcs/projectsGetProjects.js.map +1 -1
  37. package/esm/lib/config.d.ts +3 -3
  38. package/esm/lib/config.js +3 -3
  39. package/esm/lib/security.d.ts.map +1 -1
  40. package/esm/lib/security.js.map +1 -1
  41. package/esm/mcp-server/mcp-server.js +1 -1
  42. package/esm/mcp-server/server.d.ts.map +1 -1
  43. package/esm/mcp-server/server.js +3 -1
  44. package/esm/mcp-server/server.js.map +1 -1
  45. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
  46. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
  47. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
  48. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
  49. package/esm/models/canceldeploymentop.d.ts +45 -39
  50. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  51. package/esm/models/canceldeploymentop.js +19 -17
  52. package/esm/models/canceldeploymentop.js.map +1 -1
  53. package/esm/models/createaccessgroupop.d.ts +24 -0
  54. package/esm/models/createaccessgroupop.d.ts.map +1 -1
  55. package/esm/models/createaccessgroupop.js +20 -0
  56. package/esm/models/createaccessgroupop.js.map +1 -1
  57. package/esm/models/createdeploymentop.d.ts +49 -37
  58. package/esm/models/createdeploymentop.d.ts.map +1 -1
  59. package/esm/models/createdeploymentop.js +19 -15
  60. package/esm/models/createdeploymentop.js.map +1 -1
  61. package/esm/models/createedgeconfigop.d.ts +17 -12
  62. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  63. package/esm/models/createedgeconfigop.js +14 -12
  64. package/esm/models/createedgeconfigop.js.map +1 -1
  65. package/esm/models/createprojectenvop.d.ts +18 -18
  66. package/esm/models/createprojectenvop.d.ts.map +1 -1
  67. package/esm/models/createprojectenvop.js +14 -14
  68. package/esm/models/createprojectenvop.js.map +1 -1
  69. package/esm/models/createprojectop.d.ts +243 -218
  70. package/esm/models/createprojectop.d.ts.map +1 -1
  71. package/esm/models/createprojectop.js +228 -216
  72. package/esm/models/createprojectop.js.map +1 -1
  73. package/esm/models/editprojectenvop.d.ts +3 -3
  74. package/esm/models/editprojectenvop.js +1 -1
  75. package/esm/models/editprojectenvop.js.map +1 -1
  76. package/esm/models/filterprojectenvsop.d.ts +29 -29
  77. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  78. package/esm/models/filterprojectenvsop.js +23 -27
  79. package/esm/models/filterprojectenvsop.js.map +1 -1
  80. package/esm/models/getaliasop.d.ts +2 -0
  81. package/esm/models/getaliasop.d.ts.map +1 -1
  82. package/esm/models/getaliasop.js +2 -0
  83. package/esm/models/getaliasop.js.map +1 -1
  84. package/esm/models/getconfigurationproductsop.d.ts +6435 -0
  85. package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
  86. package/esm/models/getconfigurationproductsop.js +7314 -0
  87. package/esm/models/getconfigurationproductsop.js.map +1 -0
  88. package/esm/models/getconfigurationsop.d.ts +15 -15
  89. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  90. package/esm/models/getconfigurationsop.js +15 -15
  91. package/esm/models/getconfigurationsop.js.map +1 -1
  92. package/esm/models/getdeploymentop.d.ts +66 -60
  93. package/esm/models/getdeploymentop.d.ts.map +1 -1
  94. package/esm/models/getdeploymentop.js +54 -52
  95. package/esm/models/getdeploymentop.js.map +1 -1
  96. package/esm/models/getdeploymentsop.d.ts +49 -0
  97. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  98. package/esm/models/getdeploymentsop.js +29 -0
  99. package/esm/models/getdeploymentsop.js.map +1 -1
  100. package/esm/models/getdomainconfigop.d.ts +24 -12
  101. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  102. package/esm/models/getdomainconfigop.js +24 -16
  103. package/esm/models/getdomainconfigop.js.map +1 -1
  104. package/esm/models/getedgeconfigop.d.ts +17 -12
  105. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  106. package/esm/models/getedgeconfigop.js +14 -12
  107. package/esm/models/getedgeconfigop.js.map +1 -1
  108. package/esm/models/getfirewallconfigop.d.ts +6 -0
  109. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  110. package/esm/models/getfirewallconfigop.js +2 -0
  111. package/esm/models/getfirewallconfigop.js.map +1 -1
  112. package/esm/models/getprojectmembersop.d.ts +8 -8
  113. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  114. package/esm/models/getprojectmembersop.js +12 -12
  115. package/esm/models/getprojectmembersop.js.map +1 -1
  116. package/esm/models/getprojectsop.d.ts +114 -66
  117. package/esm/models/getprojectsop.d.ts.map +1 -1
  118. package/esm/models/getprojectsop.js +103 -72
  119. package/esm/models/getprojectsop.js.map +1 -1
  120. package/esm/models/getteammembersop.d.ts +4 -4
  121. package/esm/models/getteammembersop.d.ts.map +1 -1
  122. package/esm/models/getteammembersop.js +4 -4
  123. package/esm/models/getteammembersop.js.map +1 -1
  124. package/esm/models/getwebhooksop.d.ts +6 -0
  125. package/esm/models/getwebhooksop.d.ts.map +1 -1
  126. package/esm/models/getwebhooksop.js +2 -0
  127. package/esm/models/getwebhooksop.js.map +1 -1
  128. package/esm/models/inviteusertoteamop.d.ts +32 -223
  129. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  130. package/esm/models/inviteusertoteamop.js +42 -182
  131. package/esm/models/inviteusertoteamop.js.map +1 -1
  132. package/esm/models/listaliasesop.d.ts +2 -0
  133. package/esm/models/listaliasesop.d.ts.map +1 -1
  134. package/esm/models/listaliasesop.js +2 -0
  135. package/esm/models/listaliasesop.js.map +1 -1
  136. package/esm/models/listdeploymentaliasesop.d.ts +2 -0
  137. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  138. package/esm/models/listdeploymentaliasesop.js +2 -0
  139. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  140. package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
  141. package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
  142. package/esm/models/patchurlprotectionbypassop.js +2 -0
  143. package/esm/models/patchurlprotectionbypassop.js.map +1 -1
  144. package/esm/models/putfirewallconfigop.d.ts +9 -0
  145. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  146. package/esm/models/putfirewallconfigop.js +3 -0
  147. package/esm/models/putfirewallconfigop.js.map +1 -1
  148. package/esm/models/removeprojectenvop.d.ts +9 -9
  149. package/esm/models/removeprojectenvop.js +3 -3
  150. package/esm/models/removeprojectenvop.js.map +1 -1
  151. package/esm/models/team.d.ts +23 -0
  152. package/esm/models/team.d.ts.map +1 -1
  153. package/esm/models/team.js +23 -0
  154. package/esm/models/team.js.map +1 -1
  155. package/esm/models/updateaccessgroupop.d.ts +2 -2
  156. package/esm/models/updateaccessgroupop.d.ts.map +1 -1
  157. package/esm/models/updateaccessgroupop.js +2 -3
  158. package/esm/models/updateaccessgroupop.js.map +1 -1
  159. package/esm/models/updateedgeconfigop.d.ts +17 -12
  160. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  161. package/esm/models/updateedgeconfigop.js +14 -12
  162. package/esm/models/updateedgeconfigop.js.map +1 -1
  163. package/esm/models/updatefirewallconfigop.d.ts +78 -4
  164. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  165. package/esm/models/updatefirewallconfigop.js +50 -4
  166. package/esm/models/updatefirewallconfigop.js.map +1 -1
  167. package/esm/models/updateprojectdatacacheop.d.ts +74 -62
  168. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  169. package/esm/models/updateprojectdatacacheop.js +74 -70
  170. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  171. package/esm/models/updateprojectop.d.ts +86 -66
  172. package/esm/models/updateprojectop.d.ts.map +1 -1
  173. package/esm/models/updateprojectop.js +82 -72
  174. package/esm/models/updateprojectop.js.map +1 -1
  175. package/esm/models/userevent.d.ts +56 -56
  176. package/esm/models/userevent.d.ts.map +1 -1
  177. package/esm/models/userevent.js +56 -62
  178. package/esm/models/userevent.js.map +1 -1
  179. package/esm/sdk/integrations.d.ts +8 -0
  180. package/esm/sdk/integrations.d.ts.map +1 -1
  181. package/esm/sdk/integrations.js +10 -0
  182. package/esm/sdk/integrations.js.map +1 -1
  183. package/examples/package-lock.json +1 -1
  184. package/jsr.json +1 -1
  185. package/package.json +1 -1
  186. package/src/__tests__/accessgroups.test.ts +4 -0
  187. package/src/__tests__/deployments.test.ts +2 -2
  188. package/src/__tests__/domains.test.ts +11 -0
  189. package/src/__tests__/edgeconfig.test.ts +18 -0
  190. package/src/__tests__/integrations.test.ts +28 -0
  191. package/src/__tests__/security.test.ts +4 -4
  192. package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
  193. package/src/funcs/projectsCreateProject.ts +30 -2
  194. package/src/funcs/projectsCreateProjectEnv.ts +29 -2
  195. package/src/funcs/projectsEditProjectEnv.ts +18 -2
  196. package/src/funcs/projectsGetProjects.ts +1 -0
  197. package/src/lib/config.ts +3 -3
  198. package/src/lib/security.ts +4 -1
  199. package/src/mcp-server/mcp-server.ts +1 -1
  200. package/src/mcp-server/server.ts +3 -1
  201. package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
  202. package/src/models/canceldeploymentop.ts +25 -23
  203. package/src/models/createaccessgroupop.ts +32 -0
  204. package/src/models/createdeploymentop.ts +23 -19
  205. package/src/models/createedgeconfigop.ts +31 -24
  206. package/src/models/createprojectenvop.ts +26 -26
  207. package/src/models/createprojectop.ts +447 -422
  208. package/src/models/editprojectenvop.ts +1 -1
  209. package/src/models/filterprojectenvsop.ts +45 -49
  210. package/src/models/getaliasop.ts +4 -0
  211. package/src/models/getconfigurationproductsop.ts +16739 -0
  212. package/src/models/getconfigurationsop.ts +28 -24
  213. package/src/models/getdeploymentop.ts +91 -89
  214. package/src/models/getdeploymentsop.ts +57 -0
  215. package/src/models/getdomainconfigop.ts +48 -28
  216. package/src/models/getedgeconfigop.ts +31 -24
  217. package/src/models/getfirewallconfigop.ts +2 -0
  218. package/src/models/getprojectmembersop.ts +16 -19
  219. package/src/models/getprojectsop.ts +199 -144
  220. package/src/models/getteammembersop.ts +8 -8
  221. package/src/models/getwebhooksop.ts +2 -0
  222. package/src/models/inviteusertoteamop.ts +69 -330
  223. package/src/models/listaliasesop.ts +4 -0
  224. package/src/models/listdeploymentaliasesop.ts +4 -0
  225. package/src/models/patchurlprotectionbypassop.ts +7 -0
  226. package/src/models/putfirewallconfigop.ts +3 -0
  227. package/src/models/removeprojectenvop.ts +3 -3
  228. package/src/models/team.ts +54 -0
  229. package/src/models/updateaccessgroupop.ts +4 -5
  230. package/src/models/updateedgeconfigop.ts +31 -24
  231. package/src/models/updatefirewallconfigop.ts +73 -8
  232. package/src/models/updateprojectdatacacheop.ts +145 -135
  233. package/src/models/updateprojectop.ts +162 -144
  234. package/src/models/userevent.ts +112 -124
  235. package/src/sdk/integrations.ts +22 -0
  236. package/vercel-spec.json +3786 -967
@@ -32,6 +32,20 @@ export const GitForkProtection = {
32
32
  */
33
33
  export type GitForkProtection = ClosedEnum<typeof GitForkProtection>;
34
34
 
35
+ /**
36
+ * Filter results by projects with elastic concurrency enabled
37
+ */
38
+ export const ElasticConcurrencyEnabled = {
39
+ One: "1",
40
+ Zero: "0",
41
+ } as const;
42
+ /**
43
+ * Filter results by projects with elastic concurrency enabled
44
+ */
45
+ export type ElasticConcurrencyEnabled = ClosedEnum<
46
+ typeof ElasticConcurrencyEnabled
47
+ >;
48
+
35
49
  export type GetProjectsRequest = {
36
50
  /**
37
51
  * Query only projects updated after the given timestamp
@@ -74,6 +88,10 @@ export type GetProjectsRequest = {
74
88
  */
75
89
  edgeConfigTokenId?: string | undefined;
76
90
  deprecated?: boolean | undefined;
91
+ /**
92
+ * Filter results by projects with elastic concurrency enabled
93
+ */
94
+ elasticConcurrencyEnabled?: ElasticConcurrencyEnabled | undefined;
77
95
  /**
78
96
  * The Team identifier to perform the request on behalf of.
79
97
  */
@@ -665,6 +683,8 @@ export const GetProjectsFramework = {
665
683
  Storybook: "storybook",
666
684
  Nitro: "nitro",
667
685
  Hono: "hono",
686
+ Express: "express",
687
+ Xmcp: "xmcp",
668
688
  } as const;
669
689
  export type GetProjectsFramework = ClosedEnum<typeof GetProjectsFramework>;
670
690
 
@@ -843,23 +863,23 @@ export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
843
863
  };
844
864
 
845
865
  export type GetProjectsLink5 = {
846
- org?: string | undefined;
866
+ org: string;
847
867
  /**
848
868
  * 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.
849
869
  */
850
870
  repoOwnerId?: number | undefined;
851
871
  repo?: string | undefined;
852
872
  repoId?: number | undefined;
853
- type?: GetProjectsLinkProjectsResponse200ApplicationJSONType | undefined;
854
- host?: string | undefined;
873
+ type: GetProjectsLinkProjectsResponse200ApplicationJSONType;
874
+ host: string;
855
875
  createdAt?: number | undefined;
856
876
  deployHooks: Array<
857
877
  GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks
858
878
  >;
859
- gitCredentialId?: string | undefined;
879
+ gitCredentialId: string;
860
880
  updatedAt?: number | undefined;
861
881
  sourceless?: boolean | undefined;
862
- productionBranch?: string | undefined;
882
+ productionBranch: string;
863
883
  };
864
884
 
865
885
  export const GetProjectsLinkProjectsResponse200Type = {
@@ -878,18 +898,18 @@ export type GetProjectsLinkProjectsResponse200DeployHooks = {
878
898
  };
879
899
 
880
900
  export type GetProjectsLink4 = {
881
- name?: string | undefined;
882
- slug?: string | undefined;
883
- owner?: string | undefined;
884
- type?: GetProjectsLinkProjectsResponse200Type | undefined;
885
- uuid?: string | undefined;
886
- workspaceUuid?: string | undefined;
901
+ name: string;
902
+ slug: string;
903
+ owner: string;
904
+ type: GetProjectsLinkProjectsResponse200Type;
905
+ uuid: string;
906
+ workspaceUuid: string;
887
907
  createdAt?: number | undefined;
888
908
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
889
- gitCredentialId?: string | undefined;
909
+ gitCredentialId: string;
890
910
  updatedAt?: number | undefined;
891
911
  sourceless?: boolean | undefined;
892
- productionBranch?: string | undefined;
912
+ productionBranch: string;
893
913
  };
894
914
 
895
915
  export const GetProjectsLinkProjectsResponseType = {
@@ -908,22 +928,22 @@ export type GetProjectsLinkProjectsResponseDeployHooks = {
908
928
  };
909
929
 
910
930
  export type GetProjectsLink3 = {
911
- projectId?: string | undefined;
912
- projectName?: string | undefined;
913
- projectNameWithNamespace?: string | undefined;
914
- projectNamespace?: string | undefined;
931
+ projectId: string;
932
+ projectName: string;
933
+ projectNameWithNamespace: string;
934
+ projectNamespace: string;
915
935
  /**
916
936
  * 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. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
917
937
  */
918
938
  projectOwnerId?: number | undefined;
919
- projectUrl?: string | undefined;
920
- type?: GetProjectsLinkProjectsResponseType | undefined;
939
+ projectUrl: string;
940
+ type: GetProjectsLinkProjectsResponseType;
921
941
  createdAt?: number | undefined;
922
942
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
923
- gitCredentialId?: string | undefined;
943
+ gitCredentialId: string;
924
944
  updatedAt?: number | undefined;
925
945
  sourceless?: boolean | undefined;
926
- productionBranch?: string | undefined;
946
+ productionBranch: string;
927
947
  };
928
948
 
929
949
  export const GetProjectsLinkProjectsType = {
@@ -942,20 +962,20 @@ export type GetProjectsLinkProjectsDeployHooks = {
942
962
  };
943
963
 
944
964
  export type GetProjectsLink2 = {
945
- type?: GetProjectsLinkProjectsType | undefined;
965
+ type: GetProjectsLinkProjectsType;
946
966
  repo?: string | undefined;
947
967
  repoId?: number | undefined;
948
968
  updatedAt?: number | undefined;
949
969
  createdAt?: number | undefined;
950
- org?: string | undefined;
970
+ org: string;
951
971
  /**
952
972
  * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
953
973
  */
954
974
  repoOwnerId?: number | undefined;
955
975
  deployHooks: Array<GetProjectsLinkProjectsDeployHooks>;
956
- gitCredentialId?: string | undefined;
976
+ gitCredentialId: string;
957
977
  sourceless?: boolean | undefined;
958
- productionBranch?: string | undefined;
978
+ productionBranch: string;
959
979
  };
960
980
 
961
981
  export const GetProjectsLinkType = {
@@ -972,28 +992,28 @@ export type GetProjectsLinkDeployHooks = {
972
992
  };
973
993
 
974
994
  export type GetProjectsLink1 = {
975
- org?: string | undefined;
995
+ org: string;
976
996
  /**
977
997
  * 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.
978
998
  */
979
999
  repoOwnerId?: number | undefined;
980
1000
  repo?: string | undefined;
981
1001
  repoId?: number | undefined;
982
- type?: GetProjectsLinkType | undefined;
1002
+ type: GetProjectsLinkType;
983
1003
  createdAt?: number | undefined;
984
1004
  deployHooks: Array<GetProjectsLinkDeployHooks>;
985
- gitCredentialId?: string | undefined;
1005
+ gitCredentialId: string;
986
1006
  updatedAt?: number | undefined;
987
1007
  sourceless?: boolean | undefined;
988
- productionBranch?: string | undefined;
1008
+ productionBranch: string;
989
1009
  };
990
1010
 
991
1011
  export type GetProjectsLink =
992
- | GetProjectsLink1
993
- | GetProjectsLink2
994
1012
  | GetProjectsLink3
995
1013
  | GetProjectsLink4
996
- | GetProjectsLink5;
1014
+ | GetProjectsLink5
1015
+ | GetProjectsLink1
1016
+ | GetProjectsLink2;
997
1017
 
998
1018
  export type GetProjectsMicrofrontends2 = {
999
1019
  updatedAt: number;
@@ -1072,13 +1092,14 @@ export type GetProjectsBuildMachineType = ClosedEnum<
1072
1092
  >;
1073
1093
 
1074
1094
  export type GetProjectsResourceConfig = {
1095
+ elasticConcurrencyEnabled?: boolean | undefined;
1075
1096
  fluid?: boolean | undefined;
1076
1097
  functionDefaultRegions: Array<string>;
1077
1098
  functionDefaultTimeout?: number | undefined;
1078
1099
  functionDefaultMemoryType?: GetProjectsFunctionDefaultMemoryType | undefined;
1079
1100
  functionZeroConfigFailover?: boolean | undefined;
1080
- elasticConcurrencyEnabled?: boolean | undefined;
1081
1101
  buildMachineType?: GetProjectsBuildMachineType | undefined;
1102
+ isNSNBDisabled?: boolean | undefined;
1082
1103
  };
1083
1104
 
1084
1105
  /**
@@ -1157,6 +1178,7 @@ export type GetProjectsProjectsBuildMachineType = ClosedEnum<
1157
1178
  >;
1158
1179
 
1159
1180
  export type GetProjectsDefaultResourceConfig = {
1181
+ elasticConcurrencyEnabled?: boolean | undefined;
1160
1182
  fluid?: boolean | undefined;
1161
1183
  functionDefaultRegions: Array<string>;
1162
1184
  functionDefaultTimeout?: number | undefined;
@@ -1164,8 +1186,8 @@ export type GetProjectsDefaultResourceConfig = {
1164
1186
  | GetProjectsProjectsFunctionDefaultMemoryType
1165
1187
  | undefined;
1166
1188
  functionZeroConfigFailover?: boolean | undefined;
1167
- elasticConcurrencyEnabled?: boolean | undefined;
1168
1189
  buildMachineType?: GetProjectsProjectsBuildMachineType | undefined;
1190
+ isNSNBDisabled?: boolean | undefined;
1169
1191
  };
1170
1192
 
1171
1193
  export const GetProjectsDeploymentType = {
@@ -1405,6 +1427,7 @@ export type GetProjectsPermissions = {
1405
1427
  skewProtection?: Array<ACLAction> | undefined;
1406
1428
  analytics?: Array<ACLAction> | undefined;
1407
1429
  trustedIps?: Array<ACLAction> | undefined;
1430
+ v0Chat?: Array<ACLAction> | undefined;
1408
1431
  webAnalytics?: Array<ACLAction> | undefined;
1409
1432
  sharedEnvVarConnection?: Array<ACLAction> | undefined;
1410
1433
  sonar?: Array<ACLAction> | undefined;
@@ -1839,11 +1862,11 @@ export type GetProjectsProjects = {
1839
1862
  ipBuckets?: Array<GetProjectsIpBuckets> | undefined;
1840
1863
  latestDeployments?: Array<GetProjectsLatestDeployments> | undefined;
1841
1864
  link?:
1842
- | GetProjectsLink1
1843
- | GetProjectsLink2
1844
1865
  | GetProjectsLink3
1845
1866
  | GetProjectsLink4
1846
1867
  | GetProjectsLink5
1868
+ | GetProjectsLink1
1869
+ | GetProjectsLink2
1847
1870
  | undefined;
1848
1871
  microfrontends?:
1849
1872
  | GetProjectsMicrofrontends1
@@ -1939,6 +1962,27 @@ export namespace GitForkProtection$ {
1939
1962
  export const outboundSchema = GitForkProtection$outboundSchema;
1940
1963
  }
1941
1964
 
1965
+ /** @internal */
1966
+ export const ElasticConcurrencyEnabled$inboundSchema: z.ZodNativeEnum<
1967
+ typeof ElasticConcurrencyEnabled
1968
+ > = z.nativeEnum(ElasticConcurrencyEnabled);
1969
+
1970
+ /** @internal */
1971
+ export const ElasticConcurrencyEnabled$outboundSchema: z.ZodNativeEnum<
1972
+ typeof ElasticConcurrencyEnabled
1973
+ > = ElasticConcurrencyEnabled$inboundSchema;
1974
+
1975
+ /**
1976
+ * @internal
1977
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1978
+ */
1979
+ export namespace ElasticConcurrencyEnabled$ {
1980
+ /** @deprecated use `ElasticConcurrencyEnabled$inboundSchema` instead. */
1981
+ export const inboundSchema = ElasticConcurrencyEnabled$inboundSchema;
1982
+ /** @deprecated use `ElasticConcurrencyEnabled$outboundSchema` instead. */
1983
+ export const outboundSchema = ElasticConcurrencyEnabled$outboundSchema;
1984
+ }
1985
+
1942
1986
  /** @internal */
1943
1987
  export const GetProjectsRequest$inboundSchema: z.ZodType<
1944
1988
  GetProjectsRequest,
@@ -1956,6 +2000,7 @@ export const GetProjectsRequest$inboundSchema: z.ZodType<
1956
2000
  edgeConfigId: z.string().optional(),
1957
2001
  edgeConfigTokenId: z.string().optional(),
1958
2002
  deprecated: z.boolean().optional(),
2003
+ elasticConcurrencyEnabled: ElasticConcurrencyEnabled$inboundSchema.optional(),
1959
2004
  teamId: z.string().optional(),
1960
2005
  slug: z.string().optional(),
1961
2006
  });
@@ -1973,6 +2018,7 @@ export type GetProjectsRequest$Outbound = {
1973
2018
  edgeConfigId?: string | undefined;
1974
2019
  edgeConfigTokenId?: string | undefined;
1975
2020
  deprecated?: boolean | undefined;
2021
+ elasticConcurrencyEnabled?: string | undefined;
1976
2022
  teamId?: string | undefined;
1977
2023
  slug?: string | undefined;
1978
2024
  };
@@ -1994,6 +2040,8 @@ export const GetProjectsRequest$outboundSchema: z.ZodType<
1994
2040
  edgeConfigId: z.string().optional(),
1995
2041
  edgeConfigTokenId: z.string().optional(),
1996
2042
  deprecated: z.boolean().optional(),
2043
+ elasticConcurrencyEnabled: ElasticConcurrencyEnabled$outboundSchema
2044
+ .optional(),
1997
2045
  teamId: z.string().optional(),
1998
2046
  slug: z.string().optional(),
1999
2047
  });
@@ -5608,41 +5656,40 @@ export const GetProjectsLink5$inboundSchema: z.ZodType<
5608
5656
  z.ZodTypeDef,
5609
5657
  unknown
5610
5658
  > = z.object({
5611
- org: z.string().optional(),
5659
+ org: z.string(),
5612
5660
  repoOwnerId: z.number().optional(),
5613
5661
  repo: z.string().optional(),
5614
5662
  repoId: z.number().optional(),
5615
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema
5616
- .optional(),
5617
- host: z.string().optional(),
5663
+ type: GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema,
5664
+ host: z.string(),
5618
5665
  createdAt: z.number().optional(),
5619
5666
  deployHooks: z.array(
5620
5667
  z.lazy(() =>
5621
5668
  GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
5622
5669
  ),
5623
5670
  ),
5624
- gitCredentialId: z.string().optional(),
5671
+ gitCredentialId: z.string(),
5625
5672
  updatedAt: z.number().optional(),
5626
5673
  sourceless: z.boolean().optional(),
5627
- productionBranch: z.string().optional(),
5674
+ productionBranch: z.string(),
5628
5675
  });
5629
5676
 
5630
5677
  /** @internal */
5631
5678
  export type GetProjectsLink5$Outbound = {
5632
- org?: string | undefined;
5679
+ org: string;
5633
5680
  repoOwnerId?: number | undefined;
5634
5681
  repo?: string | undefined;
5635
5682
  repoId?: number | undefined;
5636
- type?: string | undefined;
5637
- host?: string | undefined;
5683
+ type: string;
5684
+ host: string;
5638
5685
  createdAt?: number | undefined;
5639
5686
  deployHooks: Array<
5640
5687
  GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
5641
5688
  >;
5642
- gitCredentialId?: string | undefined;
5689
+ gitCredentialId: string;
5643
5690
  updatedAt?: number | undefined;
5644
5691
  sourceless?: boolean | undefined;
5645
- productionBranch?: string | undefined;
5692
+ productionBranch: string;
5646
5693
  };
5647
5694
 
5648
5695
  /** @internal */
@@ -5651,23 +5698,22 @@ export const GetProjectsLink5$outboundSchema: z.ZodType<
5651
5698
  z.ZodTypeDef,
5652
5699
  GetProjectsLink5
5653
5700
  > = z.object({
5654
- org: z.string().optional(),
5701
+ org: z.string(),
5655
5702
  repoOwnerId: z.number().optional(),
5656
5703
  repo: z.string().optional(),
5657
5704
  repoId: z.number().optional(),
5658
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema
5659
- .optional(),
5660
- host: z.string().optional(),
5705
+ type: GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema,
5706
+ host: z.string(),
5661
5707
  createdAt: z.number().optional(),
5662
5708
  deployHooks: z.array(
5663
5709
  z.lazy(() =>
5664
5710
  GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
5665
5711
  ),
5666
5712
  ),
5667
- gitCredentialId: z.string().optional(),
5713
+ gitCredentialId: z.string(),
5668
5714
  updatedAt: z.number().optional(),
5669
5715
  sourceless: z.boolean().optional(),
5670
- productionBranch: z.string().optional(),
5716
+ productionBranch: z.string(),
5671
5717
  });
5672
5718
 
5673
5719
  /**
@@ -5810,36 +5856,36 @@ export const GetProjectsLink4$inboundSchema: z.ZodType<
5810
5856
  z.ZodTypeDef,
5811
5857
  unknown
5812
5858
  > = z.object({
5813
- name: z.string().optional(),
5814
- slug: z.string().optional(),
5815
- owner: z.string().optional(),
5816
- type: GetProjectsLinkProjectsResponse200Type$inboundSchema.optional(),
5817
- uuid: z.string().optional(),
5818
- workspaceUuid: z.string().optional(),
5859
+ name: z.string(),
5860
+ slug: z.string(),
5861
+ owner: z.string(),
5862
+ type: GetProjectsLinkProjectsResponse200Type$inboundSchema,
5863
+ uuid: z.string(),
5864
+ workspaceUuid: z.string(),
5819
5865
  createdAt: z.number().optional(),
5820
5866
  deployHooks: z.array(
5821
5867
  z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema),
5822
5868
  ),
5823
- gitCredentialId: z.string().optional(),
5869
+ gitCredentialId: z.string(),
5824
5870
  updatedAt: z.number().optional(),
5825
5871
  sourceless: z.boolean().optional(),
5826
- productionBranch: z.string().optional(),
5872
+ productionBranch: z.string(),
5827
5873
  });
5828
5874
 
5829
5875
  /** @internal */
5830
5876
  export type GetProjectsLink4$Outbound = {
5831
- name?: string | undefined;
5832
- slug?: string | undefined;
5833
- owner?: string | undefined;
5834
- type?: string | undefined;
5835
- uuid?: string | undefined;
5836
- workspaceUuid?: string | undefined;
5877
+ name: string;
5878
+ slug: string;
5879
+ owner: string;
5880
+ type: string;
5881
+ uuid: string;
5882
+ workspaceUuid: string;
5837
5883
  createdAt?: number | undefined;
5838
5884
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
5839
- gitCredentialId?: string | undefined;
5885
+ gitCredentialId: string;
5840
5886
  updatedAt?: number | undefined;
5841
5887
  sourceless?: boolean | undefined;
5842
- productionBranch?: string | undefined;
5888
+ productionBranch: string;
5843
5889
  };
5844
5890
 
5845
5891
  /** @internal */
@@ -5848,20 +5894,20 @@ export const GetProjectsLink4$outboundSchema: z.ZodType<
5848
5894
  z.ZodTypeDef,
5849
5895
  GetProjectsLink4
5850
5896
  > = z.object({
5851
- name: z.string().optional(),
5852
- slug: z.string().optional(),
5853
- owner: z.string().optional(),
5854
- type: GetProjectsLinkProjectsResponse200Type$outboundSchema.optional(),
5855
- uuid: z.string().optional(),
5856
- workspaceUuid: z.string().optional(),
5897
+ name: z.string(),
5898
+ slug: z.string(),
5899
+ owner: z.string(),
5900
+ type: GetProjectsLinkProjectsResponse200Type$outboundSchema,
5901
+ uuid: z.string(),
5902
+ workspaceUuid: z.string(),
5857
5903
  createdAt: z.number().optional(),
5858
5904
  deployHooks: z.array(
5859
5905
  z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema),
5860
5906
  ),
5861
- gitCredentialId: z.string().optional(),
5907
+ gitCredentialId: z.string(),
5862
5908
  updatedAt: z.number().optional(),
5863
5909
  sourceless: z.boolean().optional(),
5864
- productionBranch: z.string().optional(),
5910
+ productionBranch: z.string(),
5865
5911
  });
5866
5912
 
5867
5913
  /**
@@ -6000,38 +6046,38 @@ export const GetProjectsLink3$inboundSchema: z.ZodType<
6000
6046
  z.ZodTypeDef,
6001
6047
  unknown
6002
6048
  > = z.object({
6003
- projectId: z.string().optional(),
6004
- projectName: z.string().optional(),
6005
- projectNameWithNamespace: z.string().optional(),
6006
- projectNamespace: z.string().optional(),
6049
+ projectId: z.string(),
6050
+ projectName: z.string(),
6051
+ projectNameWithNamespace: z.string(),
6052
+ projectNamespace: z.string(),
6007
6053
  projectOwnerId: z.number().optional(),
6008
- projectUrl: z.string().optional(),
6009
- type: GetProjectsLinkProjectsResponseType$inboundSchema.optional(),
6054
+ projectUrl: z.string(),
6055
+ type: GetProjectsLinkProjectsResponseType$inboundSchema,
6010
6056
  createdAt: z.number().optional(),
6011
6057
  deployHooks: z.array(
6012
6058
  z.lazy(() => GetProjectsLinkProjectsResponseDeployHooks$inboundSchema),
6013
6059
  ),
6014
- gitCredentialId: z.string().optional(),
6060
+ gitCredentialId: z.string(),
6015
6061
  updatedAt: z.number().optional(),
6016
6062
  sourceless: z.boolean().optional(),
6017
- productionBranch: z.string().optional(),
6063
+ productionBranch: z.string(),
6018
6064
  });
6019
6065
 
6020
6066
  /** @internal */
6021
6067
  export type GetProjectsLink3$Outbound = {
6022
- projectId?: string | undefined;
6023
- projectName?: string | undefined;
6024
- projectNameWithNamespace?: string | undefined;
6025
- projectNamespace?: string | undefined;
6068
+ projectId: string;
6069
+ projectName: string;
6070
+ projectNameWithNamespace: string;
6071
+ projectNamespace: string;
6026
6072
  projectOwnerId?: number | undefined;
6027
- projectUrl?: string | undefined;
6028
- type?: string | undefined;
6073
+ projectUrl: string;
6074
+ type: string;
6029
6075
  createdAt?: number | undefined;
6030
6076
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
6031
- gitCredentialId?: string | undefined;
6077
+ gitCredentialId: string;
6032
6078
  updatedAt?: number | undefined;
6033
6079
  sourceless?: boolean | undefined;
6034
- productionBranch?: string | undefined;
6080
+ productionBranch: string;
6035
6081
  };
6036
6082
 
6037
6083
  /** @internal */
@@ -6040,21 +6086,21 @@ export const GetProjectsLink3$outboundSchema: z.ZodType<
6040
6086
  z.ZodTypeDef,
6041
6087
  GetProjectsLink3
6042
6088
  > = z.object({
6043
- projectId: z.string().optional(),
6044
- projectName: z.string().optional(),
6045
- projectNameWithNamespace: z.string().optional(),
6046
- projectNamespace: z.string().optional(),
6089
+ projectId: z.string(),
6090
+ projectName: z.string(),
6091
+ projectNameWithNamespace: z.string(),
6092
+ projectNamespace: z.string(),
6047
6093
  projectOwnerId: z.number().optional(),
6048
- projectUrl: z.string().optional(),
6049
- type: GetProjectsLinkProjectsResponseType$outboundSchema.optional(),
6094
+ projectUrl: z.string(),
6095
+ type: GetProjectsLinkProjectsResponseType$outboundSchema,
6050
6096
  createdAt: z.number().optional(),
6051
6097
  deployHooks: z.array(
6052
6098
  z.lazy(() => GetProjectsLinkProjectsResponseDeployHooks$outboundSchema),
6053
6099
  ),
6054
- gitCredentialId: z.string().optional(),
6100
+ gitCredentialId: z.string(),
6055
6101
  updatedAt: z.number().optional(),
6056
6102
  sourceless: z.boolean().optional(),
6057
- productionBranch: z.string().optional(),
6103
+ productionBranch: z.string(),
6058
6104
  });
6059
6105
 
6060
6106
  /**
@@ -6185,34 +6231,34 @@ export const GetProjectsLink2$inboundSchema: z.ZodType<
6185
6231
  z.ZodTypeDef,
6186
6232
  unknown
6187
6233
  > = z.object({
6188
- type: GetProjectsLinkProjectsType$inboundSchema.optional(),
6234
+ type: GetProjectsLinkProjectsType$inboundSchema,
6189
6235
  repo: z.string().optional(),
6190
6236
  repoId: z.number().optional(),
6191
6237
  updatedAt: z.number().optional(),
6192
6238
  createdAt: z.number().optional(),
6193
- org: z.string().optional(),
6239
+ org: z.string(),
6194
6240
  repoOwnerId: z.number().optional(),
6195
6241
  deployHooks: z.array(
6196
6242
  z.lazy(() => GetProjectsLinkProjectsDeployHooks$inboundSchema),
6197
6243
  ),
6198
- gitCredentialId: z.string().optional(),
6244
+ gitCredentialId: z.string(),
6199
6245
  sourceless: z.boolean().optional(),
6200
- productionBranch: z.string().optional(),
6246
+ productionBranch: z.string(),
6201
6247
  });
6202
6248
 
6203
6249
  /** @internal */
6204
6250
  export type GetProjectsLink2$Outbound = {
6205
- type?: string | undefined;
6251
+ type: string;
6206
6252
  repo?: string | undefined;
6207
6253
  repoId?: number | undefined;
6208
6254
  updatedAt?: number | undefined;
6209
6255
  createdAt?: number | undefined;
6210
- org?: string | undefined;
6256
+ org: string;
6211
6257
  repoOwnerId?: number | undefined;
6212
6258
  deployHooks: Array<GetProjectsLinkProjectsDeployHooks$Outbound>;
6213
- gitCredentialId?: string | undefined;
6259
+ gitCredentialId: string;
6214
6260
  sourceless?: boolean | undefined;
6215
- productionBranch?: string | undefined;
6261
+ productionBranch: string;
6216
6262
  };
6217
6263
 
6218
6264
  /** @internal */
@@ -6221,19 +6267,19 @@ export const GetProjectsLink2$outboundSchema: z.ZodType<
6221
6267
  z.ZodTypeDef,
6222
6268
  GetProjectsLink2
6223
6269
  > = z.object({
6224
- type: GetProjectsLinkProjectsType$outboundSchema.optional(),
6270
+ type: GetProjectsLinkProjectsType$outboundSchema,
6225
6271
  repo: z.string().optional(),
6226
6272
  repoId: z.number().optional(),
6227
6273
  updatedAt: z.number().optional(),
6228
6274
  createdAt: z.number().optional(),
6229
- org: z.string().optional(),
6275
+ org: z.string(),
6230
6276
  repoOwnerId: z.number().optional(),
6231
6277
  deployHooks: z.array(
6232
6278
  z.lazy(() => GetProjectsLinkProjectsDeployHooks$outboundSchema),
6233
6279
  ),
6234
- gitCredentialId: z.string().optional(),
6280
+ gitCredentialId: z.string(),
6235
6281
  sourceless: z.boolean().optional(),
6236
- productionBranch: z.string().optional(),
6282
+ productionBranch: z.string(),
6237
6283
  });
6238
6284
 
6239
6285
  /**
@@ -6360,32 +6406,32 @@ export const GetProjectsLink1$inboundSchema: z.ZodType<
6360
6406
  z.ZodTypeDef,
6361
6407
  unknown
6362
6408
  > = z.object({
6363
- org: z.string().optional(),
6409
+ org: z.string(),
6364
6410
  repoOwnerId: z.number().optional(),
6365
6411
  repo: z.string().optional(),
6366
6412
  repoId: z.number().optional(),
6367
- type: GetProjectsLinkType$inboundSchema.optional(),
6413
+ type: GetProjectsLinkType$inboundSchema,
6368
6414
  createdAt: z.number().optional(),
6369
6415
  deployHooks: z.array(z.lazy(() => GetProjectsLinkDeployHooks$inboundSchema)),
6370
- gitCredentialId: z.string().optional(),
6416
+ gitCredentialId: z.string(),
6371
6417
  updatedAt: z.number().optional(),
6372
6418
  sourceless: z.boolean().optional(),
6373
- productionBranch: z.string().optional(),
6419
+ productionBranch: z.string(),
6374
6420
  });
6375
6421
 
6376
6422
  /** @internal */
6377
6423
  export type GetProjectsLink1$Outbound = {
6378
- org?: string | undefined;
6424
+ org: string;
6379
6425
  repoOwnerId?: number | undefined;
6380
6426
  repo?: string | undefined;
6381
6427
  repoId?: number | undefined;
6382
- type?: string | undefined;
6428
+ type: string;
6383
6429
  createdAt?: number | undefined;
6384
6430
  deployHooks: Array<GetProjectsLinkDeployHooks$Outbound>;
6385
- gitCredentialId?: string | undefined;
6431
+ gitCredentialId: string;
6386
6432
  updatedAt?: number | undefined;
6387
6433
  sourceless?: boolean | undefined;
6388
- productionBranch?: string | undefined;
6434
+ productionBranch: string;
6389
6435
  };
6390
6436
 
6391
6437
  /** @internal */
@@ -6394,17 +6440,17 @@ export const GetProjectsLink1$outboundSchema: z.ZodType<
6394
6440
  z.ZodTypeDef,
6395
6441
  GetProjectsLink1
6396
6442
  > = z.object({
6397
- org: z.string().optional(),
6443
+ org: z.string(),
6398
6444
  repoOwnerId: z.number().optional(),
6399
6445
  repo: z.string().optional(),
6400
6446
  repoId: z.number().optional(),
6401
- type: GetProjectsLinkType$outboundSchema.optional(),
6447
+ type: GetProjectsLinkType$outboundSchema,
6402
6448
  createdAt: z.number().optional(),
6403
6449
  deployHooks: z.array(z.lazy(() => GetProjectsLinkDeployHooks$outboundSchema)),
6404
- gitCredentialId: z.string().optional(),
6450
+ gitCredentialId: z.string(),
6405
6451
  updatedAt: z.number().optional(),
6406
6452
  sourceless: z.boolean().optional(),
6407
- productionBranch: z.string().optional(),
6453
+ productionBranch: z.string(),
6408
6454
  });
6409
6455
 
6410
6456
  /**
@@ -6444,20 +6490,20 @@ export const GetProjectsLink$inboundSchema: z.ZodType<
6444
6490
  z.ZodTypeDef,
6445
6491
  unknown
6446
6492
  > = z.union([
6447
- z.lazy(() => GetProjectsLink1$inboundSchema),
6448
- z.lazy(() => GetProjectsLink2$inboundSchema),
6449
6493
  z.lazy(() => GetProjectsLink3$inboundSchema),
6450
6494
  z.lazy(() => GetProjectsLink4$inboundSchema),
6451
6495
  z.lazy(() => GetProjectsLink5$inboundSchema),
6496
+ z.lazy(() => GetProjectsLink1$inboundSchema),
6497
+ z.lazy(() => GetProjectsLink2$inboundSchema),
6452
6498
  ]);
6453
6499
 
6454
6500
  /** @internal */
6455
6501
  export type GetProjectsLink$Outbound =
6456
- | GetProjectsLink1$Outbound
6457
- | GetProjectsLink2$Outbound
6458
6502
  | GetProjectsLink3$Outbound
6459
6503
  | GetProjectsLink4$Outbound
6460
- | GetProjectsLink5$Outbound;
6504
+ | GetProjectsLink5$Outbound
6505
+ | GetProjectsLink1$Outbound
6506
+ | GetProjectsLink2$Outbound;
6461
6507
 
6462
6508
  /** @internal */
6463
6509
  export const GetProjectsLink$outboundSchema: z.ZodType<
@@ -6465,11 +6511,11 @@ export const GetProjectsLink$outboundSchema: z.ZodType<
6465
6511
  z.ZodTypeDef,
6466
6512
  GetProjectsLink
6467
6513
  > = z.union([
6468
- z.lazy(() => GetProjectsLink1$outboundSchema),
6469
- z.lazy(() => GetProjectsLink2$outboundSchema),
6470
6514
  z.lazy(() => GetProjectsLink3$outboundSchema),
6471
6515
  z.lazy(() => GetProjectsLink4$outboundSchema),
6472
6516
  z.lazy(() => GetProjectsLink5$outboundSchema),
6517
+ z.lazy(() => GetProjectsLink1$outboundSchema),
6518
+ z.lazy(() => GetProjectsLink2$outboundSchema),
6473
6519
  ]);
6474
6520
 
6475
6521
  /**
@@ -6918,25 +6964,27 @@ export const GetProjectsResourceConfig$inboundSchema: z.ZodType<
6918
6964
  z.ZodTypeDef,
6919
6965
  unknown
6920
6966
  > = z.object({
6967
+ elasticConcurrencyEnabled: z.boolean().optional(),
6921
6968
  fluid: z.boolean().optional(),
6922
6969
  functionDefaultRegions: z.array(z.string()),
6923
6970
  functionDefaultTimeout: z.number().optional(),
6924
6971
  functionDefaultMemoryType: GetProjectsFunctionDefaultMemoryType$inboundSchema
6925
6972
  .optional(),
6926
6973
  functionZeroConfigFailover: z.boolean().optional(),
6927
- elasticConcurrencyEnabled: z.boolean().optional(),
6928
6974
  buildMachineType: GetProjectsBuildMachineType$inboundSchema.optional(),
6975
+ isNSNBDisabled: z.boolean().optional(),
6929
6976
  });
6930
6977
 
6931
6978
  /** @internal */
6932
6979
  export type GetProjectsResourceConfig$Outbound = {
6980
+ elasticConcurrencyEnabled?: boolean | undefined;
6933
6981
  fluid?: boolean | undefined;
6934
6982
  functionDefaultRegions: Array<string>;
6935
6983
  functionDefaultTimeout?: number | undefined;
6936
6984
  functionDefaultMemoryType?: string | undefined;
6937
6985
  functionZeroConfigFailover?: boolean | undefined;
6938
- elasticConcurrencyEnabled?: boolean | undefined;
6939
6986
  buildMachineType?: string | undefined;
6987
+ isNSNBDisabled?: boolean | undefined;
6940
6988
  };
6941
6989
 
6942
6990
  /** @internal */
@@ -6945,14 +6993,15 @@ export const GetProjectsResourceConfig$outboundSchema: z.ZodType<
6945
6993
  z.ZodTypeDef,
6946
6994
  GetProjectsResourceConfig
6947
6995
  > = z.object({
6996
+ elasticConcurrencyEnabled: z.boolean().optional(),
6948
6997
  fluid: z.boolean().optional(),
6949
6998
  functionDefaultRegions: z.array(z.string()),
6950
6999
  functionDefaultTimeout: z.number().optional(),
6951
7000
  functionDefaultMemoryType: GetProjectsFunctionDefaultMemoryType$outboundSchema
6952
7001
  .optional(),
6953
7002
  functionZeroConfigFailover: z.boolean().optional(),
6954
- elasticConcurrencyEnabled: z.boolean().optional(),
6955
7003
  buildMachineType: GetProjectsBuildMachineType$outboundSchema.optional(),
7004
+ isNSNBDisabled: z.boolean().optional(),
6956
7005
  });
6957
7006
 
6958
7007
  /**
@@ -7225,26 +7274,28 @@ export const GetProjectsDefaultResourceConfig$inboundSchema: z.ZodType<
7225
7274
  z.ZodTypeDef,
7226
7275
  unknown
7227
7276
  > = z.object({
7277
+ elasticConcurrencyEnabled: z.boolean().optional(),
7228
7278
  fluid: z.boolean().optional(),
7229
7279
  functionDefaultRegions: z.array(z.string()),
7230
7280
  functionDefaultTimeout: z.number().optional(),
7231
7281
  functionDefaultMemoryType:
7232
7282
  GetProjectsProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
7233
7283
  functionZeroConfigFailover: z.boolean().optional(),
7234
- elasticConcurrencyEnabled: z.boolean().optional(),
7235
7284
  buildMachineType: GetProjectsProjectsBuildMachineType$inboundSchema
7236
7285
  .optional(),
7286
+ isNSNBDisabled: z.boolean().optional(),
7237
7287
  });
7238
7288
 
7239
7289
  /** @internal */
7240
7290
  export type GetProjectsDefaultResourceConfig$Outbound = {
7291
+ elasticConcurrencyEnabled?: boolean | undefined;
7241
7292
  fluid?: boolean | undefined;
7242
7293
  functionDefaultRegions: Array<string>;
7243
7294
  functionDefaultTimeout?: number | undefined;
7244
7295
  functionDefaultMemoryType?: string | undefined;
7245
7296
  functionZeroConfigFailover?: boolean | undefined;
7246
- elasticConcurrencyEnabled?: boolean | undefined;
7247
7297
  buildMachineType?: string | undefined;
7298
+ isNSNBDisabled?: boolean | undefined;
7248
7299
  };
7249
7300
 
7250
7301
  /** @internal */
@@ -7253,15 +7304,16 @@ export const GetProjectsDefaultResourceConfig$outboundSchema: z.ZodType<
7253
7304
  z.ZodTypeDef,
7254
7305
  GetProjectsDefaultResourceConfig
7255
7306
  > = z.object({
7307
+ elasticConcurrencyEnabled: z.boolean().optional(),
7256
7308
  fluid: z.boolean().optional(),
7257
7309
  functionDefaultRegions: z.array(z.string()),
7258
7310
  functionDefaultTimeout: z.number().optional(),
7259
7311
  functionDefaultMemoryType:
7260
7312
  GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
7261
7313
  functionZeroConfigFailover: z.boolean().optional(),
7262
- elasticConcurrencyEnabled: z.boolean().optional(),
7263
7314
  buildMachineType: GetProjectsProjectsBuildMachineType$outboundSchema
7264
7315
  .optional(),
7316
+ isNSNBDisabled: z.boolean().optional(),
7265
7317
  });
7266
7318
 
7267
7319
  /**
@@ -8172,6 +8224,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8172
8224
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
8173
8225
  analytics: z.array(ACLAction$inboundSchema).optional(),
8174
8226
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
8227
+ v0Chat: z.array(ACLAction$inboundSchema).optional(),
8175
8228
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
8176
8229
  sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8177
8230
  sonar: z.array(ACLAction$inboundSchema).optional(),
@@ -8396,6 +8449,7 @@ export type GetProjectsPermissions$Outbound = {
8396
8449
  skewProtection?: Array<string> | undefined;
8397
8450
  analytics?: Array<string> | undefined;
8398
8451
  trustedIps?: Array<string> | undefined;
8452
+ v0Chat?: Array<string> | undefined;
8399
8453
  webAnalytics?: Array<string> | undefined;
8400
8454
  sharedEnvVarConnection?: Array<string> | undefined;
8401
8455
  sonar?: Array<string> | undefined;
@@ -8617,6 +8671,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
8617
8671
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
8618
8672
  analytics: z.array(ACLAction$outboundSchema).optional(),
8619
8673
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
8674
+ v0Chat: z.array(ACLAction$outboundSchema).optional(),
8620
8675
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
8621
8676
  sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
8622
8677
  sonar: z.array(ACLAction$outboundSchema).optional(),
@@ -10303,11 +10358,11 @@ export const GetProjectsProjects$inboundSchema: z.ZodType<
10303
10358
  z.lazy(() => GetProjectsLatestDeployments$inboundSchema),
10304
10359
  ).optional(),
10305
10360
  link: z.union([
10306
- z.lazy(() => GetProjectsLink1$inboundSchema),
10307
- z.lazy(() => GetProjectsLink2$inboundSchema),
10308
10361
  z.lazy(() => GetProjectsLink3$inboundSchema),
10309
10362
  z.lazy(() => GetProjectsLink4$inboundSchema),
10310
10363
  z.lazy(() => GetProjectsLink5$inboundSchema),
10364
+ z.lazy(() => GetProjectsLink1$inboundSchema),
10365
+ z.lazy(() => GetProjectsLink2$inboundSchema),
10311
10366
  ]).optional(),
10312
10367
  microfrontends: z.union([
10313
10368
  z.lazy(() => GetProjectsMicrofrontends1$inboundSchema),
@@ -10427,11 +10482,11 @@ export type GetProjectsProjects$Outbound = {
10427
10482
  ipBuckets?: Array<GetProjectsIpBuckets$Outbound> | undefined;
10428
10483
  latestDeployments?: Array<GetProjectsLatestDeployments$Outbound> | undefined;
10429
10484
  link?:
10430
- | GetProjectsLink1$Outbound
10431
- | GetProjectsLink2$Outbound
10432
10485
  | GetProjectsLink3$Outbound
10433
10486
  | GetProjectsLink4$Outbound
10434
10487
  | GetProjectsLink5$Outbound
10488
+ | GetProjectsLink1$Outbound
10489
+ | GetProjectsLink2$Outbound
10435
10490
  | undefined;
10436
10491
  microfrontends?:
10437
10492
  | GetProjectsMicrofrontends1$Outbound
@@ -10542,11 +10597,11 @@ export const GetProjectsProjects$outboundSchema: z.ZodType<
10542
10597
  z.lazy(() => GetProjectsLatestDeployments$outboundSchema),
10543
10598
  ).optional(),
10544
10599
  link: z.union([
10545
- z.lazy(() => GetProjectsLink1$outboundSchema),
10546
- z.lazy(() => GetProjectsLink2$outboundSchema),
10547
10600
  z.lazy(() => GetProjectsLink3$outboundSchema),
10548
10601
  z.lazy(() => GetProjectsLink4$outboundSchema),
10549
10602
  z.lazy(() => GetProjectsLink5$outboundSchema),
10603
+ z.lazy(() => GetProjectsLink1$outboundSchema),
10604
+ z.lazy(() => GetProjectsLink2$outboundSchema),
10550
10605
  ]).optional(),
10551
10606
  microfrontends: z.union([
10552
10607
  z.lazy(() => GetProjectsMicrofrontends1$outboundSchema),