@vercel/sdk 1.10.3 → 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.
- package/README.md +4 -2
- package/bin/mcp-server.js +5742 -1519
- package/bin/mcp-server.js.map +44 -41
- package/docs/sdks/aliases/README.md +1 -1
- package/docs/sdks/integrations/README.md +81 -0
- package/docs/sdks/projects/README.md +6 -0
- package/docs/sdks/teams/README.md +0 -2
- package/esm/__tests__/accessgroups.test.js +6 -0
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/aliases.test.js +1 -20
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +2 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -0
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +18 -0
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +25 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +2 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +2 -2
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +3 -1
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +16 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +15 -2
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +4 -2
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +10 -4
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +6 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createaccessgroupop.d.ts +24 -0
- package/esm/models/createaccessgroupop.d.ts.map +1 -1
- package/esm/models/createaccessgroupop.js +20 -0
- package/esm/models/createaccessgroupop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +31 -19
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +23 -19
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +17 -12
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +14 -12
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +12 -12
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +12 -12
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +81 -62
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +74 -68
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +20 -20
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +20 -24
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +656 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +548 -0
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +6435 -0
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
- package/esm/models/getconfigurationproductsop.js +7314 -0
- package/esm/models/getconfigurationproductsop.js.map +1 -0
- package/esm/models/getconfigurationsop.d.ts +15 -15
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +15 -15
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +66 -60
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +54 -52
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +49 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +29 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainconfigop.d.ts +24 -12
- package/esm/models/getdomainconfigop.d.ts.map +1 -1
- package/esm/models/getdomainconfigop.js +24 -16
- package/esm/models/getdomainconfigop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +17 -12
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +14 -12
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +6 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +8 -8
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +12 -12
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +70 -62
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +70 -68
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +4 -4
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +4 -4
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +32 -223
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +42 -182
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +68 -66
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +80 -78
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +32 -30
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +36 -34
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
- package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
- package/esm/models/patchurlprotectionbypassop.js +2 -0
- package/esm/models/patchurlprotectionbypassop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +9 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +3 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/team.d.ts +23 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +23 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateaccessgroupop.d.ts +2 -2
- package/esm/models/updateaccessgroupop.d.ts.map +1 -1
- package/esm/models/updateaccessgroupop.js +2 -3
- package/esm/models/updateaccessgroupop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +17 -12
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +14 -12
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +78 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +50 -4
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +70 -62
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +70 -70
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -62
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +72 -68
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +56 -56
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +56 -62
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/aliases.d.ts +2 -2
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -0
- package/src/__tests__/aliases.test.ts +1 -20
- package/src/__tests__/deployments.test.ts +2 -2
- package/src/__tests__/domains.test.ts +6 -0
- package/src/__tests__/edgeconfig.test.ts +18 -0
- package/src/__tests__/integrations.test.ts +28 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/funcs/aliasesGetAlias.ts +6 -4
- package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
- package/src/funcs/projectsCreateProject.ts +30 -2
- package/src/funcs/projectsCreateProjectEnv.ts +29 -2
- package/src/funcs/projectsEditProjectEnv.ts +18 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
- package/src/models/canceldeploymentop.ts +10 -8
- package/src/models/createaccessgroupop.ts +32 -0
- package/src/models/createdeploymentop.ts +73 -47
- package/src/models/createedgeconfigop.ts +31 -24
- package/src/models/createprojectenvop.ts +24 -24
- package/src/models/createprojectop.ts +149 -136
- package/src/models/filterprojectenvsop.ts +42 -46
- package/src/models/getaliasop.ts +1266 -0
- package/src/models/getconfigurationproductsop.ts +16739 -0
- package/src/models/getconfigurationsop.ts +28 -24
- package/src/models/getdeploymentop.ts +91 -89
- package/src/models/getdeploymentsop.ts +57 -0
- package/src/models/getdomainconfigop.ts +48 -28
- package/src/models/getedgeconfigop.ts +31 -24
- package/src/models/getfirewallconfigop.ts +2 -0
- package/src/models/getprojectmembersop.ts +16 -19
- package/src/models/getprojectsop.ts +140 -136
- package/src/models/getteammembersop.ts +8 -8
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/inviteusertoteamop.ts +69 -330
- package/src/models/listaliasesop.ts +147 -124
- package/src/models/listdeploymentaliasesop.ts +74 -58
- package/src/models/patchurlprotectionbypassop.ts +7 -0
- package/src/models/putfirewallconfigop.ts +3 -0
- package/src/models/team.ts +54 -0
- package/src/models/updateaccessgroupop.ts +4 -5
- package/src/models/updateedgeconfigop.ts +31 -24
- package/src/models/updatefirewallconfigop.ts +73 -8
- package/src/models/updateprojectdatacacheop.ts +137 -135
- package/src/models/updateprojectop.ts +142 -136
- package/src/models/userevent.ts +112 -124
- package/src/sdk/aliases.ts +2 -2
- package/src/sdk/integrations.ts +22 -0
- package/vercel-spec.json +3704 -586
|
@@ -34,6 +34,14 @@ import {
|
|
|
34
34
|
VercelForbiddenError,
|
|
35
35
|
VercelForbiddenError$inboundSchema,
|
|
36
36
|
} from "../models/vercelforbiddenerror.js";
|
|
37
|
+
import {
|
|
38
|
+
VercelNotFoundError,
|
|
39
|
+
VercelNotFoundError$inboundSchema,
|
|
40
|
+
} from "../models/vercelnotfounderror.js";
|
|
41
|
+
import {
|
|
42
|
+
VercelRateLimitError,
|
|
43
|
+
VercelRateLimitError$inboundSchema,
|
|
44
|
+
} from "../models/vercelratelimiterror.js";
|
|
37
45
|
import { APICall, APIPromise } from "../types/async.js";
|
|
38
46
|
import { Result } from "../types/fp.js";
|
|
39
47
|
|
|
@@ -52,6 +60,8 @@ export function projectsCreateProjectEnv(
|
|
|
52
60
|
CreateProjectEnvResponseBody,
|
|
53
61
|
| VercelBadRequestError
|
|
54
62
|
| VercelForbiddenError
|
|
63
|
+
| VercelNotFoundError
|
|
64
|
+
| VercelRateLimitError
|
|
55
65
|
| VercelError
|
|
56
66
|
| ResponseValidationError
|
|
57
67
|
| ConnectionError
|
|
@@ -79,6 +89,8 @@ async function $do(
|
|
|
79
89
|
CreateProjectEnvResponseBody,
|
|
80
90
|
| VercelBadRequestError
|
|
81
91
|
| VercelForbiddenError
|
|
92
|
+
| VercelNotFoundError
|
|
93
|
+
| VercelRateLimitError
|
|
82
94
|
| VercelError
|
|
83
95
|
| ResponseValidationError
|
|
84
96
|
| ConnectionError
|
|
@@ -159,7 +171,18 @@ async function $do(
|
|
|
159
171
|
|
|
160
172
|
const doResult = await client._do(req, {
|
|
161
173
|
context,
|
|
162
|
-
errorCodes: [
|
|
174
|
+
errorCodes: [
|
|
175
|
+
"400",
|
|
176
|
+
"401",
|
|
177
|
+
"402",
|
|
178
|
+
"403",
|
|
179
|
+
"404",
|
|
180
|
+
"409",
|
|
181
|
+
"429",
|
|
182
|
+
"4XX",
|
|
183
|
+
"500",
|
|
184
|
+
"5XX",
|
|
185
|
+
],
|
|
163
186
|
retryConfig: context.retryConfig,
|
|
164
187
|
retryCodes: context.retryCodes,
|
|
165
188
|
});
|
|
@@ -176,6 +199,8 @@ async function $do(
|
|
|
176
199
|
CreateProjectEnvResponseBody,
|
|
177
200
|
| VercelBadRequestError
|
|
178
201
|
| VercelForbiddenError
|
|
202
|
+
| VercelNotFoundError
|
|
203
|
+
| VercelRateLimitError
|
|
179
204
|
| VercelError
|
|
180
205
|
| ResponseValidationError
|
|
181
206
|
| ConnectionError
|
|
@@ -188,8 +213,10 @@ async function $do(
|
|
|
188
213
|
M.json(201, CreateProjectEnvResponseBody$inboundSchema),
|
|
189
214
|
M.jsonErr(400, VercelBadRequestError$inboundSchema),
|
|
190
215
|
M.jsonErr(401, VercelForbiddenError$inboundSchema),
|
|
216
|
+
M.jsonErr(404, VercelNotFoundError$inboundSchema),
|
|
217
|
+
M.jsonErr(429, VercelRateLimitError$inboundSchema),
|
|
191
218
|
M.fail([402, 403, 409, "4XX"]),
|
|
192
|
-
M.fail("5XX"),
|
|
219
|
+
M.fail([500, "5XX"]),
|
|
193
220
|
)(response, req, { extraFields: responseFields });
|
|
194
221
|
if (!result.ok) {
|
|
195
222
|
return [result, { status: "complete", request: req, response }];
|
|
@@ -34,6 +34,14 @@ import {
|
|
|
34
34
|
VercelForbiddenError,
|
|
35
35
|
VercelForbiddenError$inboundSchema,
|
|
36
36
|
} from "../models/vercelforbiddenerror.js";
|
|
37
|
+
import {
|
|
38
|
+
VercelNotFoundError,
|
|
39
|
+
VercelNotFoundError$inboundSchema,
|
|
40
|
+
} from "../models/vercelnotfounderror.js";
|
|
41
|
+
import {
|
|
42
|
+
VercelRateLimitError,
|
|
43
|
+
VercelRateLimitError$inboundSchema,
|
|
44
|
+
} from "../models/vercelratelimiterror.js";
|
|
37
45
|
import { APICall, APIPromise } from "../types/async.js";
|
|
38
46
|
import { Result } from "../types/fp.js";
|
|
39
47
|
|
|
@@ -52,6 +60,8 @@ export function projectsEditProjectEnv(
|
|
|
52
60
|
EditProjectEnvResponseBody,
|
|
53
61
|
| VercelBadRequestError
|
|
54
62
|
| VercelForbiddenError
|
|
63
|
+
| VercelNotFoundError
|
|
64
|
+
| VercelRateLimitError
|
|
55
65
|
| VercelError
|
|
56
66
|
| ResponseValidationError
|
|
57
67
|
| ConnectionError
|
|
@@ -79,6 +89,8 @@ async function $do(
|
|
|
79
89
|
EditProjectEnvResponseBody,
|
|
80
90
|
| VercelBadRequestError
|
|
81
91
|
| VercelForbiddenError
|
|
92
|
+
| VercelNotFoundError
|
|
93
|
+
| VercelRateLimitError
|
|
82
94
|
| VercelError
|
|
83
95
|
| ResponseValidationError
|
|
84
96
|
| ConnectionError
|
|
@@ -162,7 +174,7 @@ async function $do(
|
|
|
162
174
|
|
|
163
175
|
const doResult = await client._do(req, {
|
|
164
176
|
context,
|
|
165
|
-
errorCodes: ["400", "401", "403", "409", "4XX", "5XX"],
|
|
177
|
+
errorCodes: ["400", "401", "403", "404", "409", "429", "4XX", "500", "5XX"],
|
|
166
178
|
retryConfig: context.retryConfig,
|
|
167
179
|
retryCodes: context.retryCodes,
|
|
168
180
|
});
|
|
@@ -179,6 +191,8 @@ async function $do(
|
|
|
179
191
|
EditProjectEnvResponseBody,
|
|
180
192
|
| VercelBadRequestError
|
|
181
193
|
| VercelForbiddenError
|
|
194
|
+
| VercelNotFoundError
|
|
195
|
+
| VercelRateLimitError
|
|
182
196
|
| VercelError
|
|
183
197
|
| ResponseValidationError
|
|
184
198
|
| ConnectionError
|
|
@@ -191,8 +205,10 @@ async function $do(
|
|
|
191
205
|
M.json(200, EditProjectEnvResponseBody$inboundSchema),
|
|
192
206
|
M.jsonErr(400, VercelBadRequestError$inboundSchema),
|
|
193
207
|
M.jsonErr(401, VercelForbiddenError$inboundSchema),
|
|
208
|
+
M.jsonErr(404, VercelNotFoundError$inboundSchema),
|
|
209
|
+
M.jsonErr(429, VercelRateLimitError$inboundSchema),
|
|
194
210
|
M.fail([403, 409, "4XX"]),
|
|
195
|
-
M.fail("5XX"),
|
|
211
|
+
M.fail([500, "5XX"]),
|
|
196
212
|
)(response, req, { extraFields: responseFields });
|
|
197
213
|
if (!result.ok) {
|
|
198
214
|
return [result, { status: "complete", request: req, response }];
|
package/src/lib/config.ts
CHANGED
|
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
61
61
|
export const SDK_METADATA = {
|
|
62
62
|
language: "typescript",
|
|
63
63
|
openapiDocVersion: "0.0.1",
|
|
64
|
-
sdkVersion: "1.10.
|
|
65
|
-
genVersion: "2.
|
|
66
|
-
userAgent: "speakeasy-sdk/typescript 1.10.
|
|
64
|
+
sdkVersion: "1.10.5",
|
|
65
|
+
genVersion: "2.686.7",
|
|
66
|
+
userAgent: "speakeasy-sdk/typescript 1.10.5 2.686.7 0.0.1 @vercel/sdk",
|
|
67
67
|
} as const;
|
package/src/lib/security.ts
CHANGED
|
@@ -83,7 +83,10 @@ type SecurityInputOAuth2 = {
|
|
|
83
83
|
type SecurityInputOAuth2ClientCredentials = {
|
|
84
84
|
type: "oauth2:client_credentials";
|
|
85
85
|
value:
|
|
86
|
-
| {
|
|
86
|
+
| {
|
|
87
|
+
clientID?: string | undefined;
|
|
88
|
+
clientSecret?: string | undefined;
|
|
89
|
+
}
|
|
87
90
|
| null
|
|
88
91
|
| string
|
|
89
92
|
| undefined;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -97,6 +97,7 @@ import { tool$environmentRemoveCustomEnvironment } from "./tools/environmentRemo
|
|
|
97
97
|
import { tool$environmentUpdateCustomEnvironment } from "./tools/environmentUpdateCustomEnvironment.js";
|
|
98
98
|
import { tool$integrationsDeleteConfiguration } from "./tools/integrationsDeleteConfiguration.js";
|
|
99
99
|
import { tool$integrationsGetConfiguration } from "./tools/integrationsGetConfiguration.js";
|
|
100
|
+
import { tool$integrationsGetConfigurationProducts } from "./tools/integrationsGetConfigurationProducts.js";
|
|
100
101
|
import { tool$integrationsGetConfigurations } from "./tools/integrationsGetConfigurations.js";
|
|
101
102
|
import { tool$logDrainsCreateLogDrain } from "./tools/logDrainsCreateLogDrain.js";
|
|
102
103
|
import { tool$logDrainsDeleteIntegrationLogDrain } from "./tools/logDrainsDeleteIntegrationLogDrain.js";
|
|
@@ -195,7 +196,7 @@ export function createMCPServer(deps: {
|
|
|
195
196
|
}) {
|
|
196
197
|
const server = new McpServer({
|
|
197
198
|
name: "Vercel",
|
|
198
|
-
version: "1.10.
|
|
199
|
+
version: "1.10.5",
|
|
199
200
|
});
|
|
200
201
|
|
|
201
202
|
const client = new VercelCore({
|
|
@@ -284,6 +285,7 @@ export function createMCPServer(deps: {
|
|
|
284
285
|
tool(tool$integrationsGetConfigurations);
|
|
285
286
|
tool(tool$integrationsGetConfiguration);
|
|
286
287
|
tool(tool$integrationsDeleteConfiguration);
|
|
288
|
+
tool(tool$integrationsGetConfigurationProducts);
|
|
287
289
|
tool(tool$domainsBuyDomain);
|
|
288
290
|
tool(tool$domainsCheckDomainPrice);
|
|
289
291
|
tool(tool$domainsCheckDomainStatus);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { integrationsGetConfigurationProducts } from "../../funcs/integrationsGetConfigurationProducts.js";
|
|
6
|
+
import { GetConfigurationProductsRequest$inboundSchema } from "../../models/getconfigurationproductsop.js";
|
|
7
|
+
import { formatResult, ToolDefinition } from "../tools.js";
|
|
8
|
+
|
|
9
|
+
const args = {
|
|
10
|
+
request: GetConfigurationProductsRequest$inboundSchema,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const tool$integrationsGetConfigurationProducts: ToolDefinition<
|
|
14
|
+
typeof args
|
|
15
|
+
> = {
|
|
16
|
+
name: "integrations-get-configuration-products",
|
|
17
|
+
description: `List products for integration configuration
|
|
18
|
+
|
|
19
|
+
Lists all products available for an integration configuration. Use this endpoint to discover what integration products are available for your integration configuration. The returned product IDs or slugs can then be used with storage provisioning endpoints like \`POST /v1/storage/stores/integration/direct\`. ## Workflow 1. Get your integration configurations: \`GET /v1/integrations/configurations\` 2. **Use this endpoint**: Get products for a configuration: \`GET /v1/integrations/configuration/{id}/products\` 3. Create storage resource: \`POST /v1/storage/stores/integration/direct\` ## Response Returns an array of products with their IDs, slugs, names, supported protocols, and metadata requirements. Each product represents a different type of resource you can provision. The \`metadataSchema\` field contains a JSON Schema that defines: - **Required metadata**: Fields that must be provided during storage creation - **Optional metadata**: Fields that can be provided but are not mandatory - **Field validation**: Data types, allowed values, and constraints Use this schema to validate metadata before calling the storage creation endpoint.`,
|
|
20
|
+
args,
|
|
21
|
+
tool: async (client, args, ctx) => {
|
|
22
|
+
const [result, apiCall] = await integrationsGetConfigurationProducts(
|
|
23
|
+
client,
|
|
24
|
+
args.request,
|
|
25
|
+
{ fetchOptions: { signal: ctx.signal } },
|
|
26
|
+
).$inspect();
|
|
27
|
+
|
|
28
|
+
if (!result.ok) {
|
|
29
|
+
return {
|
|
30
|
+
content: [{ type: "text", text: result.error.message }],
|
|
31
|
+
isError: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const value = result.value;
|
|
36
|
+
|
|
37
|
+
return formatResult(value, apiCall);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
@@ -91,6 +91,8 @@ export const CancelDeploymentFramework = {
|
|
|
91
91
|
Storybook: "storybook",
|
|
92
92
|
Nitro: "nitro",
|
|
93
93
|
Hono: "hono",
|
|
94
|
+
Express: "express",
|
|
95
|
+
Xmcp: "xmcp",
|
|
94
96
|
} as const;
|
|
95
97
|
export type CancelDeploymentFramework = ClosedEnum<
|
|
96
98
|
typeof CancelDeploymentFramework
|
|
@@ -245,10 +247,10 @@ export type CancelDeploymentOutput = {
|
|
|
245
247
|
* A partial representation of a Build used by the deployment endpoint.
|
|
246
248
|
*/
|
|
247
249
|
export type CancelDeploymentLambdas = {
|
|
248
|
-
id
|
|
250
|
+
id: string;
|
|
249
251
|
createdAt?: number | undefined;
|
|
250
|
-
entrypoint?: string | null | undefined;
|
|
251
252
|
readyState?: CancelDeploymentDeploymentsReadyState | undefined;
|
|
253
|
+
entrypoint?: string | null | undefined;
|
|
252
254
|
readyStateAt?: number | undefined;
|
|
253
255
|
output: Array<CancelDeploymentOutput>;
|
|
254
256
|
};
|
|
@@ -2524,20 +2526,20 @@ export const CancelDeploymentLambdas$inboundSchema: z.ZodType<
|
|
|
2524
2526
|
z.ZodTypeDef,
|
|
2525
2527
|
unknown
|
|
2526
2528
|
> = z.object({
|
|
2527
|
-
id: z.string()
|
|
2529
|
+
id: z.string(),
|
|
2528
2530
|
createdAt: z.number().optional(),
|
|
2529
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
2530
2531
|
readyState: CancelDeploymentDeploymentsReadyState$inboundSchema.optional(),
|
|
2532
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
2531
2533
|
readyStateAt: z.number().optional(),
|
|
2532
2534
|
output: z.array(z.lazy(() => CancelDeploymentOutput$inboundSchema)),
|
|
2533
2535
|
});
|
|
2534
2536
|
|
|
2535
2537
|
/** @internal */
|
|
2536
2538
|
export type CancelDeploymentLambdas$Outbound = {
|
|
2537
|
-
id
|
|
2539
|
+
id: string;
|
|
2538
2540
|
createdAt?: number | undefined;
|
|
2539
|
-
entrypoint?: string | null | undefined;
|
|
2540
2541
|
readyState?: string | undefined;
|
|
2542
|
+
entrypoint?: string | null | undefined;
|
|
2541
2543
|
readyStateAt?: number | undefined;
|
|
2542
2544
|
output: Array<CancelDeploymentOutput$Outbound>;
|
|
2543
2545
|
};
|
|
@@ -2548,10 +2550,10 @@ export const CancelDeploymentLambdas$outboundSchema: z.ZodType<
|
|
|
2548
2550
|
z.ZodTypeDef,
|
|
2549
2551
|
CancelDeploymentLambdas
|
|
2550
2552
|
> = z.object({
|
|
2551
|
-
id: z.string()
|
|
2553
|
+
id: z.string(),
|
|
2552
2554
|
createdAt: z.number().optional(),
|
|
2553
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
2554
2555
|
readyState: CancelDeploymentDeploymentsReadyState$outboundSchema.optional(),
|
|
2556
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
2555
2557
|
readyStateAt: z.number().optional(),
|
|
2556
2558
|
output: z.array(z.lazy(() => CancelDeploymentOutput$outboundSchema)),
|
|
2557
2559
|
});
|
|
@@ -57,7 +57,15 @@ export type CreateAccessGroupRequest = {
|
|
|
57
57
|
requestBody: CreateAccessGroupRequestBody;
|
|
58
58
|
};
|
|
59
59
|
|
|
60
|
+
export const CreateAccessGroupEntitlements = {
|
|
61
|
+
V0: "v0",
|
|
62
|
+
} as const;
|
|
63
|
+
export type CreateAccessGroupEntitlements = ClosedEnum<
|
|
64
|
+
typeof CreateAccessGroupEntitlements
|
|
65
|
+
>;
|
|
66
|
+
|
|
60
67
|
export type CreateAccessGroupResponseBody = {
|
|
68
|
+
entitlements: Array<CreateAccessGroupEntitlements>;
|
|
61
69
|
membersCount: number;
|
|
62
70
|
projectsCount: number;
|
|
63
71
|
/**
|
|
@@ -300,12 +308,34 @@ export function createAccessGroupRequestFromJSON(
|
|
|
300
308
|
);
|
|
301
309
|
}
|
|
302
310
|
|
|
311
|
+
/** @internal */
|
|
312
|
+
export const CreateAccessGroupEntitlements$inboundSchema: z.ZodNativeEnum<
|
|
313
|
+
typeof CreateAccessGroupEntitlements
|
|
314
|
+
> = z.nativeEnum(CreateAccessGroupEntitlements);
|
|
315
|
+
|
|
316
|
+
/** @internal */
|
|
317
|
+
export const CreateAccessGroupEntitlements$outboundSchema: z.ZodNativeEnum<
|
|
318
|
+
typeof CreateAccessGroupEntitlements
|
|
319
|
+
> = CreateAccessGroupEntitlements$inboundSchema;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* @internal
|
|
323
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
324
|
+
*/
|
|
325
|
+
export namespace CreateAccessGroupEntitlements$ {
|
|
326
|
+
/** @deprecated use `CreateAccessGroupEntitlements$inboundSchema` instead. */
|
|
327
|
+
export const inboundSchema = CreateAccessGroupEntitlements$inboundSchema;
|
|
328
|
+
/** @deprecated use `CreateAccessGroupEntitlements$outboundSchema` instead. */
|
|
329
|
+
export const outboundSchema = CreateAccessGroupEntitlements$outboundSchema;
|
|
330
|
+
}
|
|
331
|
+
|
|
303
332
|
/** @internal */
|
|
304
333
|
export const CreateAccessGroupResponseBody$inboundSchema: z.ZodType<
|
|
305
334
|
CreateAccessGroupResponseBody,
|
|
306
335
|
z.ZodTypeDef,
|
|
307
336
|
unknown
|
|
308
337
|
> = z.object({
|
|
338
|
+
entitlements: z.array(CreateAccessGroupEntitlements$inboundSchema),
|
|
309
339
|
membersCount: z.number(),
|
|
310
340
|
projectsCount: z.number(),
|
|
311
341
|
name: z.string(),
|
|
@@ -319,6 +349,7 @@ export const CreateAccessGroupResponseBody$inboundSchema: z.ZodType<
|
|
|
319
349
|
|
|
320
350
|
/** @internal */
|
|
321
351
|
export type CreateAccessGroupResponseBody$Outbound = {
|
|
352
|
+
entitlements: Array<string>;
|
|
322
353
|
membersCount: number;
|
|
323
354
|
projectsCount: number;
|
|
324
355
|
name: string;
|
|
@@ -336,6 +367,7 @@ export const CreateAccessGroupResponseBody$outboundSchema: z.ZodType<
|
|
|
336
367
|
z.ZodTypeDef,
|
|
337
368
|
CreateAccessGroupResponseBody
|
|
338
369
|
> = z.object({
|
|
370
|
+
entitlements: z.array(CreateAccessGroupEntitlements$outboundSchema),
|
|
339
371
|
membersCount: z.number(),
|
|
340
372
|
projectsCount: z.number(),
|
|
341
373
|
name: z.string(),
|
|
@@ -277,6 +277,8 @@ export const Framework = {
|
|
|
277
277
|
Storybook: "storybook",
|
|
278
278
|
Nitro: "nitro",
|
|
279
279
|
Hono: "hono",
|
|
280
|
+
Express: "express",
|
|
281
|
+
Xmcp: "xmcp",
|
|
280
282
|
} as const;
|
|
281
283
|
/**
|
|
282
284
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -488,6 +490,8 @@ export const CreateDeploymentFramework = {
|
|
|
488
490
|
Storybook: "storybook",
|
|
489
491
|
Nitro: "nitro",
|
|
490
492
|
Hono: "hono",
|
|
493
|
+
Express: "express",
|
|
494
|
+
Xmcp: "xmcp",
|
|
491
495
|
} as const;
|
|
492
496
|
export type CreateDeploymentFramework = ClosedEnum<
|
|
493
497
|
typeof CreateDeploymentFramework
|
|
@@ -636,10 +640,10 @@ export type CreateDeploymentOutput = {
|
|
|
636
640
|
* A partial representation of a Build used by the deployment endpoint.
|
|
637
641
|
*/
|
|
638
642
|
export type Lambdas = {
|
|
639
|
-
id
|
|
643
|
+
id: string;
|
|
640
644
|
createdAt?: number | undefined;
|
|
641
|
-
entrypoint?: string | null | undefined;
|
|
642
645
|
readyState?: CreateDeploymentReadyState | undefined;
|
|
646
|
+
entrypoint?: string | null | undefined;
|
|
643
647
|
readyStateAt?: number | undefined;
|
|
644
648
|
output: Array<CreateDeploymentOutput>;
|
|
645
649
|
};
|
|
@@ -1571,7 +1575,7 @@ export type CreateDeploymentChecks = {
|
|
|
1571
1575
|
/**
|
|
1572
1576
|
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1573
1577
|
*/
|
|
1574
|
-
export type
|
|
1578
|
+
export type CreateDeploymentMicrofrontendsApplications = {
|
|
1575
1579
|
isDefaultApp?: boolean | undefined;
|
|
1576
1580
|
/**
|
|
1577
1581
|
* This is the production alias, it will always show the most up to date of each application.
|
|
@@ -1588,7 +1592,9 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1588
1592
|
/**
|
|
1589
1593
|
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1590
1594
|
*/
|
|
1591
|
-
applications?:
|
|
1595
|
+
applications?:
|
|
1596
|
+
| { [k: string]: CreateDeploymentMicrofrontendsApplications }
|
|
1597
|
+
| undefined;
|
|
1592
1598
|
isDefaultApp: boolean;
|
|
1593
1599
|
/**
|
|
1594
1600
|
* The project name of the default app of this deployment's microfrontends group.
|
|
@@ -3903,20 +3909,20 @@ export function createDeploymentOutputFromJSON(
|
|
|
3903
3909
|
/** @internal */
|
|
3904
3910
|
export const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown> =
|
|
3905
3911
|
z.object({
|
|
3906
|
-
id: z.string()
|
|
3912
|
+
id: z.string(),
|
|
3907
3913
|
createdAt: z.number().optional(),
|
|
3908
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3909
3914
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
3915
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3910
3916
|
readyStateAt: z.number().optional(),
|
|
3911
3917
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
3912
3918
|
});
|
|
3913
3919
|
|
|
3914
3920
|
/** @internal */
|
|
3915
3921
|
export type Lambdas$Outbound = {
|
|
3916
|
-
id
|
|
3922
|
+
id: string;
|
|
3917
3923
|
createdAt?: number | undefined;
|
|
3918
|
-
entrypoint?: string | null | undefined;
|
|
3919
3924
|
readyState?: string | undefined;
|
|
3925
|
+
entrypoint?: string | null | undefined;
|
|
3920
3926
|
readyStateAt?: number | undefined;
|
|
3921
3927
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
3922
3928
|
};
|
|
@@ -3927,10 +3933,10 @@ export const Lambdas$outboundSchema: z.ZodType<
|
|
|
3927
3933
|
z.ZodTypeDef,
|
|
3928
3934
|
Lambdas
|
|
3929
3935
|
> = z.object({
|
|
3930
|
-
id: z.string()
|
|
3936
|
+
id: z.string(),
|
|
3931
3937
|
createdAt: z.number().optional(),
|
|
3932
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3933
3938
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
3939
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3934
3940
|
readyStateAt: z.number().optional(),
|
|
3935
3941
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
3936
3942
|
});
|
|
@@ -9132,19 +9138,17 @@ export function createDeploymentChecksFromJSON(
|
|
|
9132
9138
|
}
|
|
9133
9139
|
|
|
9134
9140
|
/** @internal */
|
|
9135
|
-
export const
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
deploymentHost: z.string().optional(),
|
|
9144
|
-
});
|
|
9141
|
+
export const CreateDeploymentMicrofrontendsApplications$inboundSchema:
|
|
9142
|
+
z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown> =
|
|
9143
|
+
z.object({
|
|
9144
|
+
isDefaultApp: z.boolean().optional(),
|
|
9145
|
+
productionHost: z.string(),
|
|
9146
|
+
deploymentAlias: z.string().optional(),
|
|
9147
|
+
deploymentHost: z.string().optional(),
|
|
9148
|
+
});
|
|
9145
9149
|
|
|
9146
9150
|
/** @internal */
|
|
9147
|
-
export type
|
|
9151
|
+
export type CreateDeploymentMicrofrontendsApplications$Outbound = {
|
|
9148
9152
|
isDefaultApp?: boolean | undefined;
|
|
9149
9153
|
productionHost: string;
|
|
9150
9154
|
deploymentAlias?: string | undefined;
|
|
@@ -9152,41 +9156,57 @@ export type Applications$Outbound = {
|
|
|
9152
9156
|
};
|
|
9153
9157
|
|
|
9154
9158
|
/** @internal */
|
|
9155
|
-
export const
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9159
|
+
export const CreateDeploymentMicrofrontendsApplications$outboundSchema:
|
|
9160
|
+
z.ZodType<
|
|
9161
|
+
CreateDeploymentMicrofrontendsApplications$Outbound,
|
|
9162
|
+
z.ZodTypeDef,
|
|
9163
|
+
CreateDeploymentMicrofrontendsApplications
|
|
9164
|
+
> = z.object({
|
|
9165
|
+
isDefaultApp: z.boolean().optional(),
|
|
9166
|
+
productionHost: z.string(),
|
|
9167
|
+
deploymentAlias: z.string().optional(),
|
|
9168
|
+
deploymentHost: z.string().optional(),
|
|
9169
|
+
});
|
|
9165
9170
|
|
|
9166
9171
|
/**
|
|
9167
9172
|
* @internal
|
|
9168
9173
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9169
9174
|
*/
|
|
9170
|
-
export namespace
|
|
9171
|
-
/** @deprecated use `
|
|
9172
|
-
export const inboundSchema =
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9175
|
+
export namespace CreateDeploymentMicrofrontendsApplications$ {
|
|
9176
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
|
|
9177
|
+
export const inboundSchema =
|
|
9178
|
+
CreateDeploymentMicrofrontendsApplications$inboundSchema;
|
|
9179
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
|
|
9180
|
+
export const outboundSchema =
|
|
9181
|
+
CreateDeploymentMicrofrontendsApplications$outboundSchema;
|
|
9182
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
|
|
9183
|
+
export type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
9177
9184
|
}
|
|
9178
9185
|
|
|
9179
|
-
export function
|
|
9180
|
-
|
|
9186
|
+
export function createDeploymentMicrofrontendsApplicationsToJSON(
|
|
9187
|
+
createDeploymentMicrofrontendsApplications:
|
|
9188
|
+
CreateDeploymentMicrofrontendsApplications,
|
|
9189
|
+
): string {
|
|
9190
|
+
return JSON.stringify(
|
|
9191
|
+
CreateDeploymentMicrofrontendsApplications$outboundSchema.parse(
|
|
9192
|
+
createDeploymentMicrofrontendsApplications,
|
|
9193
|
+
),
|
|
9194
|
+
);
|
|
9181
9195
|
}
|
|
9182
9196
|
|
|
9183
|
-
export function
|
|
9197
|
+
export function createDeploymentMicrofrontendsApplicationsFromJSON(
|
|
9184
9198
|
jsonString: string,
|
|
9185
|
-
): SafeParseResult<
|
|
9199
|
+
): SafeParseResult<
|
|
9200
|
+
CreateDeploymentMicrofrontendsApplications,
|
|
9201
|
+
SDKValidationError
|
|
9202
|
+
> {
|
|
9186
9203
|
return safeParse(
|
|
9187
9204
|
jsonString,
|
|
9188
|
-
(x) =>
|
|
9189
|
-
|
|
9205
|
+
(x) =>
|
|
9206
|
+
CreateDeploymentMicrofrontendsApplications$inboundSchema.parse(
|
|
9207
|
+
JSON.parse(x),
|
|
9208
|
+
),
|
|
9209
|
+
`Failed to parse 'CreateDeploymentMicrofrontendsApplications' from JSON`,
|
|
9190
9210
|
);
|
|
9191
9211
|
}
|
|
9192
9212
|
|
|
@@ -9196,7 +9216,9 @@ export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
|
|
|
9196
9216
|
z.ZodTypeDef,
|
|
9197
9217
|
unknown
|
|
9198
9218
|
> = z.object({
|
|
9199
|
-
applications: z.record(
|
|
9219
|
+
applications: z.record(
|
|
9220
|
+
z.lazy(() => CreateDeploymentMicrofrontendsApplications$inboundSchema),
|
|
9221
|
+
).optional(),
|
|
9200
9222
|
isDefaultApp: z.boolean(),
|
|
9201
9223
|
defaultAppProjectName: z.string(),
|
|
9202
9224
|
defaultRoute: z.string().optional(),
|
|
@@ -9206,7 +9228,9 @@ export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
|
|
|
9206
9228
|
|
|
9207
9229
|
/** @internal */
|
|
9208
9230
|
export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
9209
|
-
applications?: {
|
|
9231
|
+
applications?: {
|
|
9232
|
+
[k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
9233
|
+
} | undefined;
|
|
9210
9234
|
isDefaultApp: boolean;
|
|
9211
9235
|
defaultAppProjectName: string;
|
|
9212
9236
|
defaultRoute?: string | undefined;
|
|
@@ -9220,7 +9244,9 @@ export const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<
|
|
|
9220
9244
|
z.ZodTypeDef,
|
|
9221
9245
|
CreateDeploymentMicrofrontends2
|
|
9222
9246
|
> = z.object({
|
|
9223
|
-
applications: z.record(
|
|
9247
|
+
applications: z.record(
|
|
9248
|
+
z.lazy(() => CreateDeploymentMicrofrontendsApplications$outboundSchema),
|
|
9249
|
+
).optional(),
|
|
9224
9250
|
isDefaultApp: z.boolean(),
|
|
9225
9251
|
defaultAppProjectName: z.string(),
|
|
9226
9252
|
defaultRoute: z.string().optional(),
|