@vercel/sdk 1.10.4 → 1.10.5

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 (225) hide show
  1. package/README.md +4 -2
  2. package/bin/mcp-server.js +5378 -1443
  3. package/bin/mcp-server.js.map +43 -40
  4. package/docs/sdks/integrations/README.md +81 -0
  5. package/docs/sdks/projects/README.md +6 -0
  6. package/docs/sdks/teams/README.md +0 -2
  7. package/esm/__tests__/accessgroups.test.js +6 -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 +6 -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__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.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/lib/config.d.ts +3 -3
  36. package/esm/lib/config.js +3 -3
  37. package/esm/lib/security.d.ts.map +1 -1
  38. package/esm/lib/security.js.map +1 -1
  39. package/esm/mcp-server/mcp-server.js +1 -1
  40. package/esm/mcp-server/server.d.ts.map +1 -1
  41. package/esm/mcp-server/server.js +3 -1
  42. package/esm/mcp-server/server.js.map +1 -1
  43. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
  44. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
  45. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
  46. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
  47. package/esm/models/canceldeploymentop.d.ts +10 -4
  48. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  49. package/esm/models/canceldeploymentop.js +6 -4
  50. package/esm/models/canceldeploymentop.js.map +1 -1
  51. package/esm/models/createaccessgroupop.d.ts +24 -0
  52. package/esm/models/createaccessgroupop.d.ts.map +1 -1
  53. package/esm/models/createaccessgroupop.js +20 -0
  54. package/esm/models/createaccessgroupop.js.map +1 -1
  55. package/esm/models/createdeploymentop.d.ts +16 -4
  56. package/esm/models/createdeploymentop.d.ts.map +1 -1
  57. package/esm/models/createdeploymentop.js +8 -4
  58. package/esm/models/createdeploymentop.js.map +1 -1
  59. package/esm/models/createedgeconfigop.d.ts +17 -12
  60. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  61. package/esm/models/createedgeconfigop.js +14 -12
  62. package/esm/models/createedgeconfigop.js.map +1 -1
  63. package/esm/models/createprojectenvop.d.ts +12 -12
  64. package/esm/models/createprojectenvop.d.ts.map +1 -1
  65. package/esm/models/createprojectenvop.js +12 -12
  66. package/esm/models/createprojectenvop.js.map +1 -1
  67. package/esm/models/createprojectop.d.ts +81 -62
  68. package/esm/models/createprojectop.d.ts.map +1 -1
  69. package/esm/models/createprojectop.js +74 -68
  70. package/esm/models/createprojectop.js.map +1 -1
  71. package/esm/models/filterprojectenvsop.d.ts +20 -20
  72. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  73. package/esm/models/filterprojectenvsop.js +20 -24
  74. package/esm/models/filterprojectenvsop.js.map +1 -1
  75. package/esm/models/getaliasop.d.ts +2 -0
  76. package/esm/models/getaliasop.d.ts.map +1 -1
  77. package/esm/models/getaliasop.js +2 -0
  78. package/esm/models/getaliasop.js.map +1 -1
  79. package/esm/models/getconfigurationproductsop.d.ts +6435 -0
  80. package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
  81. package/esm/models/getconfigurationproductsop.js +7314 -0
  82. package/esm/models/getconfigurationproductsop.js.map +1 -0
  83. package/esm/models/getconfigurationsop.d.ts +15 -15
  84. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  85. package/esm/models/getconfigurationsop.js +15 -15
  86. package/esm/models/getconfigurationsop.js.map +1 -1
  87. package/esm/models/getdeploymentop.d.ts +66 -60
  88. package/esm/models/getdeploymentop.d.ts.map +1 -1
  89. package/esm/models/getdeploymentop.js +54 -52
  90. package/esm/models/getdeploymentop.js.map +1 -1
  91. package/esm/models/getdeploymentsop.d.ts +49 -0
  92. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  93. package/esm/models/getdeploymentsop.js +29 -0
  94. package/esm/models/getdeploymentsop.js.map +1 -1
  95. package/esm/models/getdomainconfigop.d.ts +24 -12
  96. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  97. package/esm/models/getdomainconfigop.js +24 -16
  98. package/esm/models/getdomainconfigop.js.map +1 -1
  99. package/esm/models/getedgeconfigop.d.ts +17 -12
  100. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  101. package/esm/models/getedgeconfigop.js +14 -12
  102. package/esm/models/getedgeconfigop.js.map +1 -1
  103. package/esm/models/getfirewallconfigop.d.ts +6 -0
  104. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  105. package/esm/models/getfirewallconfigop.js +2 -0
  106. package/esm/models/getfirewallconfigop.js.map +1 -1
  107. package/esm/models/getprojectmembersop.d.ts +8 -8
  108. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  109. package/esm/models/getprojectmembersop.js +12 -12
  110. package/esm/models/getprojectmembersop.js.map +1 -1
  111. package/esm/models/getprojectsop.d.ts +70 -62
  112. package/esm/models/getprojectsop.d.ts.map +1 -1
  113. package/esm/models/getprojectsop.js +70 -68
  114. package/esm/models/getprojectsop.js.map +1 -1
  115. package/esm/models/getteammembersop.d.ts +4 -4
  116. package/esm/models/getteammembersop.d.ts.map +1 -1
  117. package/esm/models/getteammembersop.js +4 -4
  118. package/esm/models/getteammembersop.js.map +1 -1
  119. package/esm/models/getwebhooksop.d.ts +6 -0
  120. package/esm/models/getwebhooksop.d.ts.map +1 -1
  121. package/esm/models/getwebhooksop.js +2 -0
  122. package/esm/models/getwebhooksop.js.map +1 -1
  123. package/esm/models/inviteusertoteamop.d.ts +32 -223
  124. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  125. package/esm/models/inviteusertoteamop.js +42 -182
  126. package/esm/models/inviteusertoteamop.js.map +1 -1
  127. package/esm/models/listaliasesop.d.ts +2 -0
  128. package/esm/models/listaliasesop.d.ts.map +1 -1
  129. package/esm/models/listaliasesop.js +2 -0
  130. package/esm/models/listaliasesop.js.map +1 -1
  131. package/esm/models/listdeploymentaliasesop.d.ts +2 -0
  132. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  133. package/esm/models/listdeploymentaliasesop.js +2 -0
  134. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  135. package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
  136. package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
  137. package/esm/models/patchurlprotectionbypassop.js +2 -0
  138. package/esm/models/patchurlprotectionbypassop.js.map +1 -1
  139. package/esm/models/putfirewallconfigop.d.ts +9 -0
  140. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  141. package/esm/models/putfirewallconfigop.js +3 -0
  142. package/esm/models/putfirewallconfigop.js.map +1 -1
  143. package/esm/models/team.d.ts +23 -0
  144. package/esm/models/team.d.ts.map +1 -1
  145. package/esm/models/team.js +23 -0
  146. package/esm/models/team.js.map +1 -1
  147. package/esm/models/updateaccessgroupop.d.ts +2 -2
  148. package/esm/models/updateaccessgroupop.d.ts.map +1 -1
  149. package/esm/models/updateaccessgroupop.js +2 -3
  150. package/esm/models/updateaccessgroupop.js.map +1 -1
  151. package/esm/models/updateedgeconfigop.d.ts +17 -12
  152. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  153. package/esm/models/updateedgeconfigop.js +14 -12
  154. package/esm/models/updateedgeconfigop.js.map +1 -1
  155. package/esm/models/updatefirewallconfigop.d.ts +78 -4
  156. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  157. package/esm/models/updatefirewallconfigop.js +50 -4
  158. package/esm/models/updatefirewallconfigop.js.map +1 -1
  159. package/esm/models/updateprojectdatacacheop.d.ts +70 -62
  160. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  161. package/esm/models/updateprojectdatacacheop.js +70 -70
  162. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  163. package/esm/models/updateprojectop.d.ts +76 -62
  164. package/esm/models/updateprojectop.d.ts.map +1 -1
  165. package/esm/models/updateprojectop.js +72 -68
  166. package/esm/models/updateprojectop.js.map +1 -1
  167. package/esm/models/userevent.d.ts +56 -56
  168. package/esm/models/userevent.d.ts.map +1 -1
  169. package/esm/models/userevent.js +56 -62
  170. package/esm/models/userevent.js.map +1 -1
  171. package/esm/sdk/integrations.d.ts +8 -0
  172. package/esm/sdk/integrations.d.ts.map +1 -1
  173. package/esm/sdk/integrations.js +10 -0
  174. package/esm/sdk/integrations.js.map +1 -1
  175. package/examples/package-lock.json +1 -1
  176. package/jsr.json +1 -1
  177. package/package.json +1 -1
  178. package/src/__tests__/accessgroups.test.ts +6 -0
  179. package/src/__tests__/deployments.test.ts +2 -2
  180. package/src/__tests__/domains.test.ts +6 -0
  181. package/src/__tests__/edgeconfig.test.ts +18 -0
  182. package/src/__tests__/integrations.test.ts +28 -0
  183. package/src/__tests__/rollingrelease.test.ts +2 -6
  184. package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
  185. package/src/funcs/projectsCreateProject.ts +30 -2
  186. package/src/funcs/projectsCreateProjectEnv.ts +29 -2
  187. package/src/funcs/projectsEditProjectEnv.ts +18 -2
  188. package/src/lib/config.ts +3 -3
  189. package/src/lib/security.ts +4 -1
  190. package/src/mcp-server/mcp-server.ts +1 -1
  191. package/src/mcp-server/server.ts +3 -1
  192. package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
  193. package/src/models/canceldeploymentop.ts +10 -8
  194. package/src/models/createaccessgroupop.ts +32 -0
  195. package/src/models/createdeploymentop.ts +12 -8
  196. package/src/models/createedgeconfigop.ts +31 -24
  197. package/src/models/createprojectenvop.ts +24 -24
  198. package/src/models/createprojectop.ts +149 -136
  199. package/src/models/filterprojectenvsop.ts +42 -46
  200. package/src/models/getaliasop.ts +4 -0
  201. package/src/models/getconfigurationproductsop.ts +16739 -0
  202. package/src/models/getconfigurationsop.ts +28 -24
  203. package/src/models/getdeploymentop.ts +91 -89
  204. package/src/models/getdeploymentsop.ts +57 -0
  205. package/src/models/getdomainconfigop.ts +48 -28
  206. package/src/models/getedgeconfigop.ts +31 -24
  207. package/src/models/getfirewallconfigop.ts +2 -0
  208. package/src/models/getprojectmembersop.ts +16 -19
  209. package/src/models/getprojectsop.ts +140 -136
  210. package/src/models/getteammembersop.ts +8 -8
  211. package/src/models/getwebhooksop.ts +2 -0
  212. package/src/models/inviteusertoteamop.ts +69 -330
  213. package/src/models/listaliasesop.ts +4 -0
  214. package/src/models/listdeploymentaliasesop.ts +4 -0
  215. package/src/models/patchurlprotectionbypassop.ts +7 -0
  216. package/src/models/putfirewallconfigop.ts +3 -0
  217. package/src/models/team.ts +54 -0
  218. package/src/models/updateaccessgroupop.ts +4 -5
  219. package/src/models/updateedgeconfigop.ts +31 -24
  220. package/src/models/updatefirewallconfigop.ts +73 -8
  221. package/src/models/updateprojectdatacacheop.ts +137 -135
  222. package/src/models/updateprojectop.ts +142 -136
  223. package/src/models/userevent.ts +112 -124
  224. package/src/sdk/integrations.ts +22 -0
  225. package/vercel-spec.json +3354 -585
@@ -66,6 +66,8 @@ export const UpdateProjectFramework = {
66
66
  Storybook: "storybook",
67
67
  Nitro: "nitro",
68
68
  Hono: "hono",
69
+ Express: "express",
70
+ Xmcp: "xmcp",
69
71
  } as const;
70
72
  /**
71
73
  * The framework that is being used for this project. When `null` is used no framework is selected
@@ -1012,6 +1014,8 @@ export const UpdateProjectProjectsFramework = {
1012
1014
  Storybook: "storybook",
1013
1015
  Nitro: "nitro",
1014
1016
  Hono: "hono",
1017
+ Express: "express",
1018
+ Xmcp: "xmcp",
1015
1019
  } as const;
1016
1020
  export type UpdateProjectProjectsFramework = ClosedEnum<
1017
1021
  typeof UpdateProjectProjectsFramework
@@ -1195,23 +1199,23 @@ export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
1195
1199
  };
1196
1200
 
1197
1201
  export type UpdateProjectLink5 = {
1198
- org?: string | undefined;
1202
+ org: string;
1199
1203
  /**
1200
1204
  * 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.
1201
1205
  */
1202
1206
  repoOwnerId?: number | undefined;
1203
1207
  repo?: string | undefined;
1204
1208
  repoId?: number | undefined;
1205
- type?: UpdateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
1206
- host?: string | undefined;
1209
+ type: UpdateProjectLinkProjectsResponse200ApplicationJSONType;
1210
+ host: string;
1207
1211
  createdAt?: number | undefined;
1208
1212
  deployHooks: Array<
1209
1213
  UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
1210
1214
  >;
1211
- gitCredentialId?: string | undefined;
1215
+ gitCredentialId: string;
1212
1216
  updatedAt?: number | undefined;
1213
1217
  sourceless?: boolean | undefined;
1214
- productionBranch?: string | undefined;
1218
+ productionBranch: string;
1215
1219
  };
1216
1220
 
1217
1221
  export const UpdateProjectLinkProjectsResponse200Type = {
@@ -1230,18 +1234,18 @@ export type UpdateProjectLinkProjectsResponse200DeployHooks = {
1230
1234
  };
1231
1235
 
1232
1236
  export type UpdateProjectLink4 = {
1233
- name?: string | undefined;
1234
- slug?: string | undefined;
1235
- owner?: string | undefined;
1236
- type?: UpdateProjectLinkProjectsResponse200Type | undefined;
1237
- uuid?: string | undefined;
1238
- workspaceUuid?: string | undefined;
1237
+ name: string;
1238
+ slug: string;
1239
+ owner: string;
1240
+ type: UpdateProjectLinkProjectsResponse200Type;
1241
+ uuid: string;
1242
+ workspaceUuid: string;
1239
1243
  createdAt?: number | undefined;
1240
1244
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
1241
- gitCredentialId?: string | undefined;
1245
+ gitCredentialId: string;
1242
1246
  updatedAt?: number | undefined;
1243
1247
  sourceless?: boolean | undefined;
1244
- productionBranch?: string | undefined;
1248
+ productionBranch: string;
1245
1249
  };
1246
1250
 
1247
1251
  export const UpdateProjectLinkProjectsResponseType = {
@@ -1260,22 +1264,22 @@ export type UpdateProjectLinkProjectsResponseDeployHooks = {
1260
1264
  };
1261
1265
 
1262
1266
  export type UpdateProjectLink3 = {
1263
- projectId?: string | undefined;
1264
- projectName?: string | undefined;
1265
- projectNameWithNamespace?: string | undefined;
1266
- projectNamespace?: string | undefined;
1267
+ projectId: string;
1268
+ projectName: string;
1269
+ projectNameWithNamespace: string;
1270
+ projectNamespace: string;
1267
1271
  /**
1268
1272
  * 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).
1269
1273
  */
1270
1274
  projectOwnerId?: number | undefined;
1271
- projectUrl?: string | undefined;
1272
- type?: UpdateProjectLinkProjectsResponseType | undefined;
1275
+ projectUrl: string;
1276
+ type: UpdateProjectLinkProjectsResponseType;
1273
1277
  createdAt?: number | undefined;
1274
1278
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
1275
- gitCredentialId?: string | undefined;
1279
+ gitCredentialId: string;
1276
1280
  updatedAt?: number | undefined;
1277
1281
  sourceless?: boolean | undefined;
1278
- productionBranch?: string | undefined;
1282
+ productionBranch: string;
1279
1283
  };
1280
1284
 
1281
1285
  export const UpdateProjectLinkProjectsType = {
@@ -1294,20 +1298,20 @@ export type UpdateProjectLinkProjectsDeployHooks = {
1294
1298
  };
1295
1299
 
1296
1300
  export type UpdateProjectLink2 = {
1297
- type?: UpdateProjectLinkProjectsType | undefined;
1301
+ type: UpdateProjectLinkProjectsType;
1298
1302
  repo?: string | undefined;
1299
1303
  repoId?: number | undefined;
1300
1304
  updatedAt?: number | undefined;
1301
1305
  createdAt?: number | undefined;
1302
- org?: string | undefined;
1306
+ org: string;
1303
1307
  /**
1304
1308
  * 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.
1305
1309
  */
1306
1310
  repoOwnerId?: number | undefined;
1307
1311
  deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
1308
- gitCredentialId?: string | undefined;
1312
+ gitCredentialId: string;
1309
1313
  sourceless?: boolean | undefined;
1310
- productionBranch?: string | undefined;
1314
+ productionBranch: string;
1311
1315
  };
1312
1316
 
1313
1317
  export const UpdateProjectLinkType = {
@@ -1324,28 +1328,28 @@ export type UpdateProjectLinkDeployHooks = {
1324
1328
  };
1325
1329
 
1326
1330
  export type UpdateProjectLink1 = {
1327
- org?: string | undefined;
1331
+ org: string;
1328
1332
  /**
1329
1333
  * 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.
1330
1334
  */
1331
1335
  repoOwnerId?: number | undefined;
1332
1336
  repo?: string | undefined;
1333
1337
  repoId?: number | undefined;
1334
- type?: UpdateProjectLinkType | undefined;
1338
+ type: UpdateProjectLinkType;
1335
1339
  createdAt?: number | undefined;
1336
1340
  deployHooks: Array<UpdateProjectLinkDeployHooks>;
1337
- gitCredentialId?: string | undefined;
1341
+ gitCredentialId: string;
1338
1342
  updatedAt?: number | undefined;
1339
1343
  sourceless?: boolean | undefined;
1340
- productionBranch?: string | undefined;
1344
+ productionBranch: string;
1341
1345
  };
1342
1346
 
1343
1347
  export type UpdateProjectLink =
1344
- | UpdateProjectLink1
1345
- | UpdateProjectLink2
1346
1348
  | UpdateProjectLink3
1347
1349
  | UpdateProjectLink4
1348
- | UpdateProjectLink5;
1350
+ | UpdateProjectLink5
1351
+ | UpdateProjectLink1
1352
+ | UpdateProjectLink2;
1349
1353
 
1350
1354
  export type UpdateProjectMicrofrontends2 = {
1351
1355
  updatedAt: number;
@@ -1761,6 +1765,7 @@ export type UpdateProjectPermissions = {
1761
1765
  skewProtection?: Array<ACLAction> | undefined;
1762
1766
  analytics?: Array<ACLAction> | undefined;
1763
1767
  trustedIps?: Array<ACLAction> | undefined;
1768
+ v0Chat?: Array<ACLAction> | undefined;
1764
1769
  webAnalytics?: Array<ACLAction> | undefined;
1765
1770
  sharedEnvVarConnection?: Array<ACLAction> | undefined;
1766
1771
  sonar?: Array<ACLAction> | undefined;
@@ -2200,11 +2205,11 @@ export type UpdateProjectResponseBody = {
2200
2205
  ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
2201
2206
  latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
2202
2207
  link?:
2203
- | UpdateProjectLink1
2204
- | UpdateProjectLink2
2205
2208
  | UpdateProjectLink3
2206
2209
  | UpdateProjectLink4
2207
2210
  | UpdateProjectLink5
2211
+ | UpdateProjectLink1
2212
+ | UpdateProjectLink2
2208
2213
  | undefined;
2209
2214
  microfrontends?:
2210
2215
  | UpdateProjectMicrofrontends1
@@ -6874,41 +6879,40 @@ export const UpdateProjectLink5$inboundSchema: z.ZodType<
6874
6879
  z.ZodTypeDef,
6875
6880
  unknown
6876
6881
  > = z.object({
6877
- org: z.string().optional(),
6882
+ org: z.string(),
6878
6883
  repoOwnerId: z.number().optional(),
6879
6884
  repo: z.string().optional(),
6880
6885
  repoId: z.number().optional(),
6881
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema
6882
- .optional(),
6883
- host: z.string().optional(),
6886
+ type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema,
6887
+ host: z.string(),
6884
6888
  createdAt: z.number().optional(),
6885
6889
  deployHooks: z.array(
6886
6890
  z.lazy(() =>
6887
6891
  UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
6888
6892
  ),
6889
6893
  ),
6890
- gitCredentialId: z.string().optional(),
6894
+ gitCredentialId: z.string(),
6891
6895
  updatedAt: z.number().optional(),
6892
6896
  sourceless: z.boolean().optional(),
6893
- productionBranch: z.string().optional(),
6897
+ productionBranch: z.string(),
6894
6898
  });
6895
6899
 
6896
6900
  /** @internal */
6897
6901
  export type UpdateProjectLink5$Outbound = {
6898
- org?: string | undefined;
6902
+ org: string;
6899
6903
  repoOwnerId?: number | undefined;
6900
6904
  repo?: string | undefined;
6901
6905
  repoId?: number | undefined;
6902
- type?: string | undefined;
6903
- host?: string | undefined;
6906
+ type: string;
6907
+ host: string;
6904
6908
  createdAt?: number | undefined;
6905
6909
  deployHooks: Array<
6906
6910
  UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
6907
6911
  >;
6908
- gitCredentialId?: string | undefined;
6912
+ gitCredentialId: string;
6909
6913
  updatedAt?: number | undefined;
6910
6914
  sourceless?: boolean | undefined;
6911
- productionBranch?: string | undefined;
6915
+ productionBranch: string;
6912
6916
  };
6913
6917
 
6914
6918
  /** @internal */
@@ -6917,23 +6921,22 @@ export const UpdateProjectLink5$outboundSchema: z.ZodType<
6917
6921
  z.ZodTypeDef,
6918
6922
  UpdateProjectLink5
6919
6923
  > = z.object({
6920
- org: z.string().optional(),
6924
+ org: z.string(),
6921
6925
  repoOwnerId: z.number().optional(),
6922
6926
  repo: z.string().optional(),
6923
6927
  repoId: z.number().optional(),
6924
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema
6925
- .optional(),
6926
- host: z.string().optional(),
6928
+ type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema,
6929
+ host: z.string(),
6927
6930
  createdAt: z.number().optional(),
6928
6931
  deployHooks: z.array(
6929
6932
  z.lazy(() =>
6930
6933
  UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
6931
6934
  ),
6932
6935
  ),
6933
- gitCredentialId: z.string().optional(),
6936
+ gitCredentialId: z.string(),
6934
6937
  updatedAt: z.number().optional(),
6935
6938
  sourceless: z.boolean().optional(),
6936
- productionBranch: z.string().optional(),
6939
+ productionBranch: z.string(),
6937
6940
  });
6938
6941
 
6939
6942
  /**
@@ -7076,36 +7079,36 @@ export const UpdateProjectLink4$inboundSchema: z.ZodType<
7076
7079
  z.ZodTypeDef,
7077
7080
  unknown
7078
7081
  > = z.object({
7079
- name: z.string().optional(),
7080
- slug: z.string().optional(),
7081
- owner: z.string().optional(),
7082
- type: UpdateProjectLinkProjectsResponse200Type$inboundSchema.optional(),
7083
- uuid: z.string().optional(),
7084
- workspaceUuid: z.string().optional(),
7082
+ name: z.string(),
7083
+ slug: z.string(),
7084
+ owner: z.string(),
7085
+ type: UpdateProjectLinkProjectsResponse200Type$inboundSchema,
7086
+ uuid: z.string(),
7087
+ workspaceUuid: z.string(),
7085
7088
  createdAt: z.number().optional(),
7086
7089
  deployHooks: z.array(
7087
7090
  z.lazy(() => UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
7088
7091
  ),
7089
- gitCredentialId: z.string().optional(),
7092
+ gitCredentialId: z.string(),
7090
7093
  updatedAt: z.number().optional(),
7091
7094
  sourceless: z.boolean().optional(),
7092
- productionBranch: z.string().optional(),
7095
+ productionBranch: z.string(),
7093
7096
  });
7094
7097
 
7095
7098
  /** @internal */
7096
7099
  export type UpdateProjectLink4$Outbound = {
7097
- name?: string | undefined;
7098
- slug?: string | undefined;
7099
- owner?: string | undefined;
7100
- type?: string | undefined;
7101
- uuid?: string | undefined;
7102
- workspaceUuid?: string | undefined;
7100
+ name: string;
7101
+ slug: string;
7102
+ owner: string;
7103
+ type: string;
7104
+ uuid: string;
7105
+ workspaceUuid: string;
7103
7106
  createdAt?: number | undefined;
7104
7107
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
7105
- gitCredentialId?: string | undefined;
7108
+ gitCredentialId: string;
7106
7109
  updatedAt?: number | undefined;
7107
7110
  sourceless?: boolean | undefined;
7108
- productionBranch?: string | undefined;
7111
+ productionBranch: string;
7109
7112
  };
7110
7113
 
7111
7114
  /** @internal */
@@ -7114,22 +7117,22 @@ export const UpdateProjectLink4$outboundSchema: z.ZodType<
7114
7117
  z.ZodTypeDef,
7115
7118
  UpdateProjectLink4
7116
7119
  > = z.object({
7117
- name: z.string().optional(),
7118
- slug: z.string().optional(),
7119
- owner: z.string().optional(),
7120
- type: UpdateProjectLinkProjectsResponse200Type$outboundSchema.optional(),
7121
- uuid: z.string().optional(),
7122
- workspaceUuid: z.string().optional(),
7120
+ name: z.string(),
7121
+ slug: z.string(),
7122
+ owner: z.string(),
7123
+ type: UpdateProjectLinkProjectsResponse200Type$outboundSchema,
7124
+ uuid: z.string(),
7125
+ workspaceUuid: z.string(),
7123
7126
  createdAt: z.number().optional(),
7124
7127
  deployHooks: z.array(
7125
7128
  z.lazy(() =>
7126
7129
  UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema
7127
7130
  ),
7128
7131
  ),
7129
- gitCredentialId: z.string().optional(),
7132
+ gitCredentialId: z.string(),
7130
7133
  updatedAt: z.number().optional(),
7131
7134
  sourceless: z.boolean().optional(),
7132
- productionBranch: z.string().optional(),
7135
+ productionBranch: z.string(),
7133
7136
  });
7134
7137
 
7135
7138
  /**
@@ -7272,38 +7275,38 @@ export const UpdateProjectLink3$inboundSchema: z.ZodType<
7272
7275
  z.ZodTypeDef,
7273
7276
  unknown
7274
7277
  > = z.object({
7275
- projectId: z.string().optional(),
7276
- projectName: z.string().optional(),
7277
- projectNameWithNamespace: z.string().optional(),
7278
- projectNamespace: z.string().optional(),
7278
+ projectId: z.string(),
7279
+ projectName: z.string(),
7280
+ projectNameWithNamespace: z.string(),
7281
+ projectNamespace: z.string(),
7279
7282
  projectOwnerId: z.number().optional(),
7280
- projectUrl: z.string().optional(),
7281
- type: UpdateProjectLinkProjectsResponseType$inboundSchema.optional(),
7283
+ projectUrl: z.string(),
7284
+ type: UpdateProjectLinkProjectsResponseType$inboundSchema,
7282
7285
  createdAt: z.number().optional(),
7283
7286
  deployHooks: z.array(
7284
7287
  z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema),
7285
7288
  ),
7286
- gitCredentialId: z.string().optional(),
7289
+ gitCredentialId: z.string(),
7287
7290
  updatedAt: z.number().optional(),
7288
7291
  sourceless: z.boolean().optional(),
7289
- productionBranch: z.string().optional(),
7292
+ productionBranch: z.string(),
7290
7293
  });
7291
7294
 
7292
7295
  /** @internal */
7293
7296
  export type UpdateProjectLink3$Outbound = {
7294
- projectId?: string | undefined;
7295
- projectName?: string | undefined;
7296
- projectNameWithNamespace?: string | undefined;
7297
- projectNamespace?: string | undefined;
7297
+ projectId: string;
7298
+ projectName: string;
7299
+ projectNameWithNamespace: string;
7300
+ projectNamespace: string;
7298
7301
  projectOwnerId?: number | undefined;
7299
- projectUrl?: string | undefined;
7300
- type?: string | undefined;
7302
+ projectUrl: string;
7303
+ type: string;
7301
7304
  createdAt?: number | undefined;
7302
7305
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
7303
- gitCredentialId?: string | undefined;
7306
+ gitCredentialId: string;
7304
7307
  updatedAt?: number | undefined;
7305
7308
  sourceless?: boolean | undefined;
7306
- productionBranch?: string | undefined;
7309
+ productionBranch: string;
7307
7310
  };
7308
7311
 
7309
7312
  /** @internal */
@@ -7312,21 +7315,21 @@ export const UpdateProjectLink3$outboundSchema: z.ZodType<
7312
7315
  z.ZodTypeDef,
7313
7316
  UpdateProjectLink3
7314
7317
  > = z.object({
7315
- projectId: z.string().optional(),
7316
- projectName: z.string().optional(),
7317
- projectNameWithNamespace: z.string().optional(),
7318
- projectNamespace: z.string().optional(),
7318
+ projectId: z.string(),
7319
+ projectName: z.string(),
7320
+ projectNameWithNamespace: z.string(),
7321
+ projectNamespace: z.string(),
7319
7322
  projectOwnerId: z.number().optional(),
7320
- projectUrl: z.string().optional(),
7321
- type: UpdateProjectLinkProjectsResponseType$outboundSchema.optional(),
7323
+ projectUrl: z.string(),
7324
+ type: UpdateProjectLinkProjectsResponseType$outboundSchema,
7322
7325
  createdAt: z.number().optional(),
7323
7326
  deployHooks: z.array(
7324
7327
  z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema),
7325
7328
  ),
7326
- gitCredentialId: z.string().optional(),
7329
+ gitCredentialId: z.string(),
7327
7330
  updatedAt: z.number().optional(),
7328
7331
  sourceless: z.boolean().optional(),
7329
- productionBranch: z.string().optional(),
7332
+ productionBranch: z.string(),
7330
7333
  });
7331
7334
 
7332
7335
  /**
@@ -7458,34 +7461,34 @@ export const UpdateProjectLink2$inboundSchema: z.ZodType<
7458
7461
  z.ZodTypeDef,
7459
7462
  unknown
7460
7463
  > = z.object({
7461
- type: UpdateProjectLinkProjectsType$inboundSchema.optional(),
7464
+ type: UpdateProjectLinkProjectsType$inboundSchema,
7462
7465
  repo: z.string().optional(),
7463
7466
  repoId: z.number().optional(),
7464
7467
  updatedAt: z.number().optional(),
7465
7468
  createdAt: z.number().optional(),
7466
- org: z.string().optional(),
7469
+ org: z.string(),
7467
7470
  repoOwnerId: z.number().optional(),
7468
7471
  deployHooks: z.array(
7469
7472
  z.lazy(() => UpdateProjectLinkProjectsDeployHooks$inboundSchema),
7470
7473
  ),
7471
- gitCredentialId: z.string().optional(),
7474
+ gitCredentialId: z.string(),
7472
7475
  sourceless: z.boolean().optional(),
7473
- productionBranch: z.string().optional(),
7476
+ productionBranch: z.string(),
7474
7477
  });
7475
7478
 
7476
7479
  /** @internal */
7477
7480
  export type UpdateProjectLink2$Outbound = {
7478
- type?: string | undefined;
7481
+ type: string;
7479
7482
  repo?: string | undefined;
7480
7483
  repoId?: number | undefined;
7481
7484
  updatedAt?: number | undefined;
7482
7485
  createdAt?: number | undefined;
7483
- org?: string | undefined;
7486
+ org: string;
7484
7487
  repoOwnerId?: number | undefined;
7485
7488
  deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
7486
- gitCredentialId?: string | undefined;
7489
+ gitCredentialId: string;
7487
7490
  sourceless?: boolean | undefined;
7488
- productionBranch?: string | undefined;
7491
+ productionBranch: string;
7489
7492
  };
7490
7493
 
7491
7494
  /** @internal */
@@ -7494,19 +7497,19 @@ export const UpdateProjectLink2$outboundSchema: z.ZodType<
7494
7497
  z.ZodTypeDef,
7495
7498
  UpdateProjectLink2
7496
7499
  > = z.object({
7497
- type: UpdateProjectLinkProjectsType$outboundSchema.optional(),
7500
+ type: UpdateProjectLinkProjectsType$outboundSchema,
7498
7501
  repo: z.string().optional(),
7499
7502
  repoId: z.number().optional(),
7500
7503
  updatedAt: z.number().optional(),
7501
7504
  createdAt: z.number().optional(),
7502
- org: z.string().optional(),
7505
+ org: z.string(),
7503
7506
  repoOwnerId: z.number().optional(),
7504
7507
  deployHooks: z.array(
7505
7508
  z.lazy(() => UpdateProjectLinkProjectsDeployHooks$outboundSchema),
7506
7509
  ),
7507
- gitCredentialId: z.string().optional(),
7510
+ gitCredentialId: z.string(),
7508
7511
  sourceless: z.boolean().optional(),
7509
- productionBranch: z.string().optional(),
7512
+ productionBranch: z.string(),
7510
7513
  });
7511
7514
 
7512
7515
  /**
@@ -7635,34 +7638,34 @@ export const UpdateProjectLink1$inboundSchema: z.ZodType<
7635
7638
  z.ZodTypeDef,
7636
7639
  unknown
7637
7640
  > = z.object({
7638
- org: z.string().optional(),
7641
+ org: z.string(),
7639
7642
  repoOwnerId: z.number().optional(),
7640
7643
  repo: z.string().optional(),
7641
7644
  repoId: z.number().optional(),
7642
- type: UpdateProjectLinkType$inboundSchema.optional(),
7645
+ type: UpdateProjectLinkType$inboundSchema,
7643
7646
  createdAt: z.number().optional(),
7644
7647
  deployHooks: z.array(
7645
7648
  z.lazy(() => UpdateProjectLinkDeployHooks$inboundSchema),
7646
7649
  ),
7647
- gitCredentialId: z.string().optional(),
7650
+ gitCredentialId: z.string(),
7648
7651
  updatedAt: z.number().optional(),
7649
7652
  sourceless: z.boolean().optional(),
7650
- productionBranch: z.string().optional(),
7653
+ productionBranch: z.string(),
7651
7654
  });
7652
7655
 
7653
7656
  /** @internal */
7654
7657
  export type UpdateProjectLink1$Outbound = {
7655
- org?: string | undefined;
7658
+ org: string;
7656
7659
  repoOwnerId?: number | undefined;
7657
7660
  repo?: string | undefined;
7658
7661
  repoId?: number | undefined;
7659
- type?: string | undefined;
7662
+ type: string;
7660
7663
  createdAt?: number | undefined;
7661
7664
  deployHooks: Array<UpdateProjectLinkDeployHooks$Outbound>;
7662
- gitCredentialId?: string | undefined;
7665
+ gitCredentialId: string;
7663
7666
  updatedAt?: number | undefined;
7664
7667
  sourceless?: boolean | undefined;
7665
- productionBranch?: string | undefined;
7668
+ productionBranch: string;
7666
7669
  };
7667
7670
 
7668
7671
  /** @internal */
@@ -7671,19 +7674,19 @@ export const UpdateProjectLink1$outboundSchema: z.ZodType<
7671
7674
  z.ZodTypeDef,
7672
7675
  UpdateProjectLink1
7673
7676
  > = z.object({
7674
- org: z.string().optional(),
7677
+ org: z.string(),
7675
7678
  repoOwnerId: z.number().optional(),
7676
7679
  repo: z.string().optional(),
7677
7680
  repoId: z.number().optional(),
7678
- type: UpdateProjectLinkType$outboundSchema.optional(),
7681
+ type: UpdateProjectLinkType$outboundSchema,
7679
7682
  createdAt: z.number().optional(),
7680
7683
  deployHooks: z.array(
7681
7684
  z.lazy(() => UpdateProjectLinkDeployHooks$outboundSchema),
7682
7685
  ),
7683
- gitCredentialId: z.string().optional(),
7686
+ gitCredentialId: z.string(),
7684
7687
  updatedAt: z.number().optional(),
7685
7688
  sourceless: z.boolean().optional(),
7686
- productionBranch: z.string().optional(),
7689
+ productionBranch: z.string(),
7687
7690
  });
7688
7691
 
7689
7692
  /**
@@ -7723,20 +7726,20 @@ export const UpdateProjectLink$inboundSchema: z.ZodType<
7723
7726
  z.ZodTypeDef,
7724
7727
  unknown
7725
7728
  > = z.union([
7726
- z.lazy(() => UpdateProjectLink1$inboundSchema),
7727
- z.lazy(() => UpdateProjectLink2$inboundSchema),
7728
7729
  z.lazy(() => UpdateProjectLink3$inboundSchema),
7729
7730
  z.lazy(() => UpdateProjectLink4$inboundSchema),
7730
7731
  z.lazy(() => UpdateProjectLink5$inboundSchema),
7732
+ z.lazy(() => UpdateProjectLink1$inboundSchema),
7733
+ z.lazy(() => UpdateProjectLink2$inboundSchema),
7731
7734
  ]);
7732
7735
 
7733
7736
  /** @internal */
7734
7737
  export type UpdateProjectLink$Outbound =
7735
- | UpdateProjectLink1$Outbound
7736
- | UpdateProjectLink2$Outbound
7737
7738
  | UpdateProjectLink3$Outbound
7738
7739
  | UpdateProjectLink4$Outbound
7739
- | UpdateProjectLink5$Outbound;
7740
+ | UpdateProjectLink5$Outbound
7741
+ | UpdateProjectLink1$Outbound
7742
+ | UpdateProjectLink2$Outbound;
7740
7743
 
7741
7744
  /** @internal */
7742
7745
  export const UpdateProjectLink$outboundSchema: z.ZodType<
@@ -7744,11 +7747,11 @@ export const UpdateProjectLink$outboundSchema: z.ZodType<
7744
7747
  z.ZodTypeDef,
7745
7748
  UpdateProjectLink
7746
7749
  > = z.union([
7747
- z.lazy(() => UpdateProjectLink1$outboundSchema),
7748
- z.lazy(() => UpdateProjectLink2$outboundSchema),
7749
7750
  z.lazy(() => UpdateProjectLink3$outboundSchema),
7750
7751
  z.lazy(() => UpdateProjectLink4$outboundSchema),
7751
7752
  z.lazy(() => UpdateProjectLink5$outboundSchema),
7753
+ z.lazy(() => UpdateProjectLink1$outboundSchema),
7754
+ z.lazy(() => UpdateProjectLink2$outboundSchema),
7752
7755
  ]);
7753
7756
 
7754
7757
  /**
@@ -9508,6 +9511,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9508
9511
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
9509
9512
  analytics: z.array(ACLAction$inboundSchema).optional(),
9510
9513
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
9514
+ v0Chat: z.array(ACLAction$inboundSchema).optional(),
9511
9515
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9512
9516
  sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9513
9517
  sonar: z.array(ACLAction$inboundSchema).optional(),
@@ -9732,6 +9736,7 @@ export type UpdateProjectPermissions$Outbound = {
9732
9736
  skewProtection?: Array<string> | undefined;
9733
9737
  analytics?: Array<string> | undefined;
9734
9738
  trustedIps?: Array<string> | undefined;
9739
+ v0Chat?: Array<string> | undefined;
9735
9740
  webAnalytics?: Array<string> | undefined;
9736
9741
  sharedEnvVarConnection?: Array<string> | undefined;
9737
9742
  sonar?: Array<string> | undefined;
@@ -9953,6 +9958,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
9953
9958
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
9954
9959
  analytics: z.array(ACLAction$outboundSchema).optional(),
9955
9960
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
9961
+ v0Chat: z.array(ACLAction$outboundSchema).optional(),
9956
9962
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9957
9963
  sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9958
9964
  sonar: z.array(ACLAction$outboundSchema).optional(),
@@ -11653,11 +11659,11 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
11653
11659
  z.lazy(() => UpdateProjectLatestDeployments$inboundSchema),
11654
11660
  ).optional(),
11655
11661
  link: z.union([
11656
- z.lazy(() => UpdateProjectLink1$inboundSchema),
11657
- z.lazy(() => UpdateProjectLink2$inboundSchema),
11658
11662
  z.lazy(() => UpdateProjectLink3$inboundSchema),
11659
11663
  z.lazy(() => UpdateProjectLink4$inboundSchema),
11660
11664
  z.lazy(() => UpdateProjectLink5$inboundSchema),
11665
+ z.lazy(() => UpdateProjectLink1$inboundSchema),
11666
+ z.lazy(() => UpdateProjectLink2$inboundSchema),
11661
11667
  ]).optional(),
11662
11668
  microfrontends: z.union([
11663
11669
  z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
@@ -11785,11 +11791,11 @@ export type UpdateProjectResponseBody$Outbound = {
11785
11791
  | Array<UpdateProjectLatestDeployments$Outbound>
11786
11792
  | undefined;
11787
11793
  link?:
11788
- | UpdateProjectLink1$Outbound
11789
- | UpdateProjectLink2$Outbound
11790
11794
  | UpdateProjectLink3$Outbound
11791
11795
  | UpdateProjectLink4$Outbound
11792
11796
  | UpdateProjectLink5$Outbound
11797
+ | UpdateProjectLink1$Outbound
11798
+ | UpdateProjectLink2$Outbound
11793
11799
  | undefined;
11794
11800
  microfrontends?:
11795
11801
  | UpdateProjectMicrofrontends1$Outbound
@@ -11907,11 +11913,11 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
11907
11913
  z.lazy(() => UpdateProjectLatestDeployments$outboundSchema),
11908
11914
  ).optional(),
11909
11915
  link: z.union([
11910
- z.lazy(() => UpdateProjectLink1$outboundSchema),
11911
- z.lazy(() => UpdateProjectLink2$outboundSchema),
11912
11916
  z.lazy(() => UpdateProjectLink3$outboundSchema),
11913
11917
  z.lazy(() => UpdateProjectLink4$outboundSchema),
11914
11918
  z.lazy(() => UpdateProjectLink5$outboundSchema),
11919
+ z.lazy(() => UpdateProjectLink1$outboundSchema),
11920
+ z.lazy(() => UpdateProjectLink2$outboundSchema),
11915
11921
  ]).optional(),
11916
11922
  microfrontends: z.union([
11917
11923
  z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),