@vercel/sdk 1.11.2 → 1.12.0
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 +60 -59
- package/bin/mcp-server.js +4502 -3066
- package/bin/mcp-server.js.map +46 -40
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/projects/README.md +0 -2
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +9 -0
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceImportResource.js +2 -2
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +0 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/url.js +1 -1
- package/esm/lib/url.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 +7 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +63 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +59 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +289 -144
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +259 -124
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -2
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -2
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +906 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1077 -371
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +126 -4
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +129 -1
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +43 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +24 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
- package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
- package/esm/models/dangerouslydeletebytagsop.js +117 -0
- package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +8 -8
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +12 -12
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +909 -390
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +1104 -471
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +3 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +33 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -2
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -2
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +130 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +206 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +207 -166
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/invalidatebytagsop.d.ts +115 -0
- package/esm/models/invalidatebytagsop.d.ts.map +1 -0
- package/esm/models/invalidatebytagsop.js +116 -0
- package/esm/models/invalidatebytagsop.js.map +1 -0
- package/esm/models/updateedgeconfigop.d.ts +2 -2
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -2
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +10 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +5 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +149 -136
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +146 -140
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/userevent.d.ts +1300 -1049
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1654 -1406
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +20 -0
- package/esm/sdk/edgecache.d.ts.map +1 -0
- package/esm/sdk/edgecache.js +28 -0
- package/esm/sdk/edgecache.js.map +1 -0
- 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/esm/sdk/sdk.d.ts +4 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceImportResource.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -5
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +127 -104
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +532 -226
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2459 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectop.ts +43 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationop.ts +20 -15
- package/src/models/getconfigurationproductsop.ts +2433 -838
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymentop.ts +63 -48
- package/src/models/getdeploymentsop.ts +8 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +434 -336
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +12 -0
- package/src/models/updateprojectop.ts +299 -286
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +7 -23
- package/vercel-spec.json +3578 -2444
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -26,19 +26,25 @@ export const Encoding = {
|
|
|
26
26
|
Base64: "base64",
|
|
27
27
|
Utf8: "utf-8",
|
|
28
28
|
};
|
|
29
|
-
export const
|
|
29
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type = {
|
|
30
30
|
Bitbucket: "bitbucket",
|
|
31
31
|
};
|
|
32
|
-
export const
|
|
32
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = {
|
|
33
33
|
Bitbucket: "bitbucket",
|
|
34
34
|
};
|
|
35
|
-
export const
|
|
35
|
+
export const CreateDeploymentGitSourceDeploymentsRequestType = {
|
|
36
36
|
Gitlab: "gitlab",
|
|
37
37
|
};
|
|
38
|
+
export const CreateDeploymentGitSourceDeploymentsType = {
|
|
39
|
+
GithubLimited: "github-limited",
|
|
40
|
+
};
|
|
41
|
+
export const CreateDeploymentGitSourceType = {
|
|
42
|
+
GithubLimited: "github-limited",
|
|
43
|
+
};
|
|
38
44
|
export const GitSourceType = {
|
|
39
45
|
Github: "github",
|
|
40
46
|
};
|
|
41
|
-
export const
|
|
47
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type = {
|
|
42
48
|
Github: "github",
|
|
43
49
|
};
|
|
44
50
|
/**
|
|
@@ -95,6 +101,7 @@ export const Framework = {
|
|
|
95
101
|
Nitro: "nitro",
|
|
96
102
|
Hono: "hono",
|
|
97
103
|
Express: "express",
|
|
104
|
+
H3: "h3",
|
|
98
105
|
Xmcp: "xmcp",
|
|
99
106
|
};
|
|
100
107
|
/**
|
|
@@ -161,14 +168,15 @@ export const CreateDeploymentFramework = {
|
|
|
161
168
|
Nitro: "nitro",
|
|
162
169
|
Hono: "hono",
|
|
163
170
|
Express: "express",
|
|
171
|
+
H3: "h3",
|
|
164
172
|
Xmcp: "xmcp",
|
|
165
173
|
};
|
|
166
174
|
export const CreateDeploymentDeploymentsStatus = {
|
|
167
|
-
Error: "error",
|
|
168
|
-
Timeout: "timeout",
|
|
169
175
|
Skipped: "skipped",
|
|
170
176
|
Pending: "pending",
|
|
171
177
|
Ready: "ready",
|
|
178
|
+
Error: "error",
|
|
179
|
+
Timeout: "timeout",
|
|
172
180
|
};
|
|
173
181
|
/**
|
|
174
182
|
* Must be `http` or `https`.
|
|
@@ -186,8 +194,8 @@ export const ContentDispositionType = {
|
|
|
186
194
|
Attachment: "attachment",
|
|
187
195
|
};
|
|
188
196
|
export const CreateDeploymentReadyState = {
|
|
189
|
-
Error: "ERROR",
|
|
190
197
|
Building: "BUILDING",
|
|
198
|
+
Error: "ERROR",
|
|
191
199
|
Initializing: "INITIALIZING",
|
|
192
200
|
Ready: "READY",
|
|
193
201
|
};
|
|
@@ -326,12 +334,12 @@ export const CreateDeploymentPlan = {
|
|
|
326
334
|
Enterprise: "enterprise",
|
|
327
335
|
};
|
|
328
336
|
export const FunctionType = {
|
|
329
|
-
Standard: "standard",
|
|
330
337
|
Fluid: "fluid",
|
|
338
|
+
Standard: "standard",
|
|
331
339
|
};
|
|
332
340
|
export const FunctionMemoryType = {
|
|
333
|
-
StandardLegacy: "standard_legacy",
|
|
334
341
|
Standard: "standard",
|
|
342
|
+
StandardLegacy: "standard_legacy",
|
|
335
343
|
Performance: "performance",
|
|
336
344
|
};
|
|
337
345
|
export const Architecture = {
|
|
@@ -345,12 +353,12 @@ export const CreateDeploymentDeploymentsType = {
|
|
|
345
353
|
QueueV1beta: "queue/v1beta",
|
|
346
354
|
};
|
|
347
355
|
export const Handle = {
|
|
348
|
-
Filesystem: "filesystem",
|
|
349
356
|
Error: "error",
|
|
357
|
+
Filesystem: "filesystem",
|
|
350
358
|
Hit: "hit",
|
|
351
359
|
Miss: "miss",
|
|
352
|
-
Resource: "resource",
|
|
353
360
|
Rewrite: "rewrite",
|
|
361
|
+
Resource: "resource",
|
|
354
362
|
};
|
|
355
363
|
export const CreateDeploymentHasDeploymentsType = {
|
|
356
364
|
Header: "header",
|
|
@@ -378,8 +386,8 @@ export const RoutesType = {
|
|
|
378
386
|
ResponseHeaders: "response.headers",
|
|
379
387
|
};
|
|
380
388
|
export const CreateDeploymentRoutesOp = {
|
|
381
|
-
Set: "set",
|
|
382
389
|
Append: "append",
|
|
390
|
+
Set: "set",
|
|
383
391
|
Delete: "delete",
|
|
384
392
|
};
|
|
385
393
|
export const CreateDeploymentState = {
|
|
@@ -399,22 +407,22 @@ export const CreateDeploymentGitRepoDeploymentsType = {
|
|
|
399
407
|
Bitbucket: "bitbucket",
|
|
400
408
|
};
|
|
401
409
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
402
|
-
User: "user",
|
|
403
410
|
Team: "team",
|
|
411
|
+
User: "user",
|
|
404
412
|
};
|
|
405
413
|
export const CreateDeploymentGitRepoType = {
|
|
406
414
|
Github: "github",
|
|
407
415
|
};
|
|
408
416
|
export const GitRepoOwnerType = {
|
|
409
|
-
User: "user",
|
|
410
417
|
Team: "team",
|
|
418
|
+
User: "user",
|
|
411
419
|
};
|
|
412
420
|
export const GitRepoType = {
|
|
413
421
|
Gitlab: "gitlab",
|
|
414
422
|
};
|
|
415
423
|
export const OwnerType = {
|
|
416
|
-
User: "user",
|
|
417
424
|
Team: "team",
|
|
425
|
+
User: "user",
|
|
418
426
|
};
|
|
419
427
|
/** @internal */
|
|
420
428
|
export const ForceNew$inboundSchema = z
|
|
@@ -595,6 +603,123 @@ export function gitMetadataFromJSON(jsonString) {
|
|
|
595
603
|
return safeParse(jsonString, (x) => GitMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitMetadata' from JSON`);
|
|
596
604
|
}
|
|
597
605
|
/** @internal */
|
|
606
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type);
|
|
607
|
+
/** @internal */
|
|
608
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema;
|
|
609
|
+
/**
|
|
610
|
+
* @internal
|
|
611
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
612
|
+
*/
|
|
613
|
+
export var CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$;
|
|
614
|
+
(function (CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$) {
|
|
615
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema` instead. */
|
|
616
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema;
|
|
617
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema` instead. */
|
|
618
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema;
|
|
619
|
+
})(CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$ || (CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$ = {}));
|
|
620
|
+
/** @internal */
|
|
621
|
+
export const GitSource7$inboundSchema = z.object({
|
|
622
|
+
owner: z.string(),
|
|
623
|
+
ref: z.string(),
|
|
624
|
+
sha: z.string().optional(),
|
|
625
|
+
slug: z.string(),
|
|
626
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema,
|
|
627
|
+
});
|
|
628
|
+
/** @internal */
|
|
629
|
+
export const GitSource7$outboundSchema = z.object({
|
|
630
|
+
owner: z.string(),
|
|
631
|
+
ref: z.string(),
|
|
632
|
+
sha: z.string().optional(),
|
|
633
|
+
slug: z.string(),
|
|
634
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema,
|
|
635
|
+
});
|
|
636
|
+
/**
|
|
637
|
+
* @internal
|
|
638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
639
|
+
*/
|
|
640
|
+
export var GitSource7$;
|
|
641
|
+
(function (GitSource7$) {
|
|
642
|
+
/** @deprecated use `GitSource7$inboundSchema` instead. */
|
|
643
|
+
GitSource7$.inboundSchema = GitSource7$inboundSchema;
|
|
644
|
+
/** @deprecated use `GitSource7$outboundSchema` instead. */
|
|
645
|
+
GitSource7$.outboundSchema = GitSource7$outboundSchema;
|
|
646
|
+
})(GitSource7$ || (GitSource7$ = {}));
|
|
647
|
+
export function gitSource7ToJSON(gitSource7) {
|
|
648
|
+
return JSON.stringify(GitSource7$outboundSchema.parse(gitSource7));
|
|
649
|
+
}
|
|
650
|
+
export function gitSource7FromJSON(jsonString) {
|
|
651
|
+
return safeParse(jsonString, (x) => GitSource7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitSource7' from JSON`);
|
|
652
|
+
}
|
|
653
|
+
/** @internal */
|
|
654
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType);
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
660
|
+
*/
|
|
661
|
+
export var CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$;
|
|
662
|
+
(function (CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$) {
|
|
663
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema` instead. */
|
|
664
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
|
|
665
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema` instead. */
|
|
666
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema;
|
|
667
|
+
})(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ || (CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ = {}));
|
|
668
|
+
/** @internal */
|
|
669
|
+
export const GitSource6$inboundSchema = z.object({
|
|
670
|
+
ref: z.string(),
|
|
671
|
+
repoUuid: z.string(),
|
|
672
|
+
sha: z.string().optional(),
|
|
673
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema,
|
|
674
|
+
workspaceUuid: z.string().optional(),
|
|
675
|
+
});
|
|
676
|
+
/** @internal */
|
|
677
|
+
export const GitSource6$outboundSchema = z.object({
|
|
678
|
+
ref: z.string(),
|
|
679
|
+
repoUuid: z.string(),
|
|
680
|
+
sha: z.string().optional(),
|
|
681
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema,
|
|
682
|
+
workspaceUuid: z.string().optional(),
|
|
683
|
+
});
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
687
|
+
*/
|
|
688
|
+
export var GitSource6$;
|
|
689
|
+
(function (GitSource6$) {
|
|
690
|
+
/** @deprecated use `GitSource6$inboundSchema` instead. */
|
|
691
|
+
GitSource6$.inboundSchema = GitSource6$inboundSchema;
|
|
692
|
+
/** @deprecated use `GitSource6$outboundSchema` instead. */
|
|
693
|
+
GitSource6$.outboundSchema = GitSource6$outboundSchema;
|
|
694
|
+
})(GitSource6$ || (GitSource6$ = {}));
|
|
695
|
+
export function gitSource6ToJSON(gitSource6) {
|
|
696
|
+
return JSON.stringify(GitSource6$outboundSchema.parse(gitSource6));
|
|
697
|
+
}
|
|
698
|
+
export function gitSource6FromJSON(jsonString) {
|
|
699
|
+
return safeParse(jsonString, (x) => GitSource6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitSource6' from JSON`);
|
|
700
|
+
}
|
|
701
|
+
/** @internal */
|
|
702
|
+
export const ProjectId$inboundSchema = z.union([z.number(), z.string()]);
|
|
703
|
+
/** @internal */
|
|
704
|
+
export const ProjectId$outboundSchema = z.union([z.number(), z.string()]);
|
|
705
|
+
/**
|
|
706
|
+
* @internal
|
|
707
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
708
|
+
*/
|
|
709
|
+
export var ProjectId$;
|
|
710
|
+
(function (ProjectId$) {
|
|
711
|
+
/** @deprecated use `ProjectId$inboundSchema` instead. */
|
|
712
|
+
ProjectId$.inboundSchema = ProjectId$inboundSchema;
|
|
713
|
+
/** @deprecated use `ProjectId$outboundSchema` instead. */
|
|
714
|
+
ProjectId$.outboundSchema = ProjectId$outboundSchema;
|
|
715
|
+
})(ProjectId$ || (ProjectId$ = {}));
|
|
716
|
+
export function projectIdToJSON(projectId) {
|
|
717
|
+
return JSON.stringify(ProjectId$outboundSchema.parse(projectId));
|
|
718
|
+
}
|
|
719
|
+
export function projectIdFromJSON(jsonString) {
|
|
720
|
+
return safeParse(jsonString, (x) => ProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectId' from JSON`);
|
|
721
|
+
}
|
|
722
|
+
/** @internal */
|
|
598
723
|
export const CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema = z
|
|
599
724
|
.nativeEnum(CreateDeploymentGitSourceDeploymentsRequestType);
|
|
600
725
|
/** @internal */
|
|
@@ -612,18 +737,16 @@ export var CreateDeploymentGitSourceDeploymentsRequestType$;
|
|
|
612
737
|
})(CreateDeploymentGitSourceDeploymentsRequestType$ || (CreateDeploymentGitSourceDeploymentsRequestType$ = {}));
|
|
613
738
|
/** @internal */
|
|
614
739
|
export const GitSource5$inboundSchema = z.object({
|
|
615
|
-
|
|
740
|
+
projectId: z.union([z.number(), z.string()]),
|
|
616
741
|
ref: z.string(),
|
|
617
742
|
sha: z.string().optional(),
|
|
618
|
-
slug: z.string(),
|
|
619
743
|
type: CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema,
|
|
620
744
|
});
|
|
621
745
|
/** @internal */
|
|
622
746
|
export const GitSource5$outboundSchema = z.object({
|
|
623
|
-
|
|
747
|
+
projectId: z.union([z.number(), z.string()]),
|
|
624
748
|
ref: z.string(),
|
|
625
749
|
sha: z.string().optional(),
|
|
626
|
-
slug: z.string(),
|
|
627
750
|
type: CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema,
|
|
628
751
|
});
|
|
629
752
|
/**
|
|
@@ -661,19 +784,19 @@ export var CreateDeploymentGitSourceDeploymentsType$;
|
|
|
661
784
|
})(CreateDeploymentGitSourceDeploymentsType$ || (CreateDeploymentGitSourceDeploymentsType$ = {}));
|
|
662
785
|
/** @internal */
|
|
663
786
|
export const GitSource4$inboundSchema = z.object({
|
|
787
|
+
org: z.string(),
|
|
664
788
|
ref: z.string(),
|
|
665
|
-
|
|
789
|
+
repo: z.string(),
|
|
666
790
|
sha: z.string().optional(),
|
|
667
791
|
type: CreateDeploymentGitSourceDeploymentsType$inboundSchema,
|
|
668
|
-
workspaceUuid: z.string().optional(),
|
|
669
792
|
});
|
|
670
793
|
/** @internal */
|
|
671
794
|
export const GitSource4$outboundSchema = z.object({
|
|
795
|
+
org: z.string(),
|
|
672
796
|
ref: z.string(),
|
|
673
|
-
|
|
797
|
+
repo: z.string(),
|
|
674
798
|
sha: z.string().optional(),
|
|
675
799
|
type: CreateDeploymentGitSourceDeploymentsType$outboundSchema,
|
|
676
|
-
workspaceUuid: z.string().optional(),
|
|
677
800
|
});
|
|
678
801
|
/**
|
|
679
802
|
* @internal
|
|
@@ -693,25 +816,25 @@ export function gitSource4FromJSON(jsonString) {
|
|
|
693
816
|
return safeParse(jsonString, (x) => GitSource4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitSource4' from JSON`);
|
|
694
817
|
}
|
|
695
818
|
/** @internal */
|
|
696
|
-
export const
|
|
819
|
+
export const GitSourceRepoId$inboundSchema = z.union([z.number(), z.string()]);
|
|
697
820
|
/** @internal */
|
|
698
|
-
export const
|
|
821
|
+
export const GitSourceRepoId$outboundSchema = z.union([z.number(), z.string()]);
|
|
699
822
|
/**
|
|
700
823
|
* @internal
|
|
701
824
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
702
825
|
*/
|
|
703
|
-
export var
|
|
704
|
-
(function (
|
|
705
|
-
/** @deprecated use `
|
|
706
|
-
|
|
707
|
-
/** @deprecated use `
|
|
708
|
-
|
|
709
|
-
})(
|
|
710
|
-
export function
|
|
711
|
-
return JSON.stringify(
|
|
826
|
+
export var GitSourceRepoId$;
|
|
827
|
+
(function (GitSourceRepoId$) {
|
|
828
|
+
/** @deprecated use `GitSourceRepoId$inboundSchema` instead. */
|
|
829
|
+
GitSourceRepoId$.inboundSchema = GitSourceRepoId$inboundSchema;
|
|
830
|
+
/** @deprecated use `GitSourceRepoId$outboundSchema` instead. */
|
|
831
|
+
GitSourceRepoId$.outboundSchema = GitSourceRepoId$outboundSchema;
|
|
832
|
+
})(GitSourceRepoId$ || (GitSourceRepoId$ = {}));
|
|
833
|
+
export function gitSourceRepoIdToJSON(gitSourceRepoId) {
|
|
834
|
+
return JSON.stringify(GitSourceRepoId$outboundSchema.parse(gitSourceRepoId));
|
|
712
835
|
}
|
|
713
|
-
export function
|
|
714
|
-
return safeParse(jsonString, (x) =>
|
|
836
|
+
export function gitSourceRepoIdFromJSON(jsonString) {
|
|
837
|
+
return safeParse(jsonString, (x) => GitSourceRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitSourceRepoId' from JSON`);
|
|
715
838
|
}
|
|
716
839
|
/** @internal */
|
|
717
840
|
export const CreateDeploymentGitSourceType$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceType);
|
|
@@ -730,15 +853,15 @@ export var CreateDeploymentGitSourceType$;
|
|
|
730
853
|
})(CreateDeploymentGitSourceType$ || (CreateDeploymentGitSourceType$ = {}));
|
|
731
854
|
/** @internal */
|
|
732
855
|
export const GitSource3$inboundSchema = z.object({
|
|
733
|
-
projectId: z.union([z.number(), z.string()]),
|
|
734
856
|
ref: z.string(),
|
|
857
|
+
repoId: z.union([z.number(), z.string()]),
|
|
735
858
|
sha: z.string().optional(),
|
|
736
859
|
type: CreateDeploymentGitSourceType$inboundSchema,
|
|
737
860
|
});
|
|
738
861
|
/** @internal */
|
|
739
862
|
export const GitSource3$outboundSchema = z.object({
|
|
740
|
-
projectId: z.union([z.number(), z.string()]),
|
|
741
863
|
ref: z.string(),
|
|
864
|
+
repoId: z.union([z.number(), z.string()]),
|
|
742
865
|
sha: z.string().optional(),
|
|
743
866
|
type: CreateDeploymentGitSourceType$outboundSchema,
|
|
744
867
|
});
|
|
@@ -830,33 +953,33 @@ export function repoIdFromJSON(jsonString) {
|
|
|
830
953
|
return safeParse(jsonString, (x) => RepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RepoId' from JSON`);
|
|
831
954
|
}
|
|
832
955
|
/** @internal */
|
|
833
|
-
export const
|
|
956
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type);
|
|
834
957
|
/** @internal */
|
|
835
|
-
export const
|
|
958
|
+
export const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema;
|
|
836
959
|
/**
|
|
837
960
|
* @internal
|
|
838
961
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
839
962
|
*/
|
|
840
|
-
export var
|
|
841
|
-
(function (
|
|
842
|
-
/** @deprecated use `
|
|
843
|
-
|
|
844
|
-
/** @deprecated use `
|
|
845
|
-
|
|
846
|
-
})(
|
|
963
|
+
export var CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$;
|
|
964
|
+
(function (CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$) {
|
|
965
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema` instead. */
|
|
966
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema;
|
|
967
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema` instead. */
|
|
968
|
+
CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema;
|
|
969
|
+
})(CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ || (CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ = {}));
|
|
847
970
|
/** @internal */
|
|
848
971
|
export const GitSource1$inboundSchema = z.object({
|
|
849
972
|
ref: z.string(),
|
|
850
973
|
repoId: z.union([z.number(), z.string()]),
|
|
851
974
|
sha: z.string().optional(),
|
|
852
|
-
type:
|
|
975
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema,
|
|
853
976
|
});
|
|
854
977
|
/** @internal */
|
|
855
978
|
export const GitSource1$outboundSchema = z.object({
|
|
856
979
|
ref: z.string(),
|
|
857
980
|
repoId: z.union([z.number(), z.string()]),
|
|
858
981
|
sha: z.string().optional(),
|
|
859
|
-
type:
|
|
982
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema,
|
|
860
983
|
});
|
|
861
984
|
/**
|
|
862
985
|
* @internal
|
|
@@ -878,18 +1001,22 @@ export function gitSource1FromJSON(jsonString) {
|
|
|
878
1001
|
/** @internal */
|
|
879
1002
|
export const GitSource$inboundSchema = z.union([
|
|
880
1003
|
z.lazy(() => GitSource2$inboundSchema),
|
|
881
|
-
z.lazy(() =>
|
|
1004
|
+
z.lazy(() => GitSource4$inboundSchema),
|
|
1005
|
+
z.lazy(() => GitSource7$inboundSchema),
|
|
882
1006
|
z.lazy(() => GitSource1$inboundSchema),
|
|
883
1007
|
z.lazy(() => GitSource3$inboundSchema),
|
|
884
|
-
z.lazy(() =>
|
|
1008
|
+
z.lazy(() => GitSource5$inboundSchema),
|
|
1009
|
+
z.lazy(() => GitSource6$inboundSchema),
|
|
885
1010
|
]);
|
|
886
1011
|
/** @internal */
|
|
887
1012
|
export const GitSource$outboundSchema = z.union([
|
|
888
1013
|
z.lazy(() => GitSource2$outboundSchema),
|
|
889
|
-
z.lazy(() =>
|
|
1014
|
+
z.lazy(() => GitSource4$outboundSchema),
|
|
1015
|
+
z.lazy(() => GitSource7$outboundSchema),
|
|
890
1016
|
z.lazy(() => GitSource1$outboundSchema),
|
|
891
1017
|
z.lazy(() => GitSource3$outboundSchema),
|
|
892
|
-
z.lazy(() =>
|
|
1018
|
+
z.lazy(() => GitSource5$outboundSchema),
|
|
1019
|
+
z.lazy(() => GitSource6$outboundSchema),
|
|
893
1020
|
]);
|
|
894
1021
|
/**
|
|
895
1022
|
* @internal
|
|
@@ -996,10 +1123,12 @@ export const CreateDeploymentRequestBody$inboundSchema = z.object({
|
|
|
996
1123
|
gitMetadata: z.lazy(() => GitMetadata$inboundSchema).optional(),
|
|
997
1124
|
gitSource: z.union([
|
|
998
1125
|
z.lazy(() => GitSource2$inboundSchema),
|
|
999
|
-
z.lazy(() =>
|
|
1126
|
+
z.lazy(() => GitSource4$inboundSchema),
|
|
1127
|
+
z.lazy(() => GitSource7$inboundSchema),
|
|
1000
1128
|
z.lazy(() => GitSource1$inboundSchema),
|
|
1001
1129
|
z.lazy(() => GitSource3$inboundSchema),
|
|
1002
|
-
z.lazy(() =>
|
|
1130
|
+
z.lazy(() => GitSource5$inboundSchema),
|
|
1131
|
+
z.lazy(() => GitSource6$inboundSchema),
|
|
1003
1132
|
]).optional(),
|
|
1004
1133
|
meta: z.record(z.string()).optional(),
|
|
1005
1134
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
@@ -1020,10 +1149,12 @@ export const CreateDeploymentRequestBody$outboundSchema = z.object({
|
|
|
1020
1149
|
gitMetadata: z.lazy(() => GitMetadata$outboundSchema).optional(),
|
|
1021
1150
|
gitSource: z.union([
|
|
1022
1151
|
z.lazy(() => GitSource2$outboundSchema),
|
|
1023
|
-
z.lazy(() =>
|
|
1152
|
+
z.lazy(() => GitSource4$outboundSchema),
|
|
1153
|
+
z.lazy(() => GitSource7$outboundSchema),
|
|
1024
1154
|
z.lazy(() => GitSource1$outboundSchema),
|
|
1025
1155
|
z.lazy(() => GitSource3$outboundSchema),
|
|
1026
|
-
z.lazy(() =>
|
|
1156
|
+
z.lazy(() => GitSource5$outboundSchema),
|
|
1157
|
+
z.lazy(() => GitSource6$outboundSchema),
|
|
1027
1158
|
]).optional(),
|
|
1028
1159
|
meta: z.record(z.string()).optional(),
|
|
1029
1160
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
@@ -1574,8 +1705,8 @@ export const Lambdas$inboundSchema = z.object({
|
|
|
1574
1705
|
id: z.string(),
|
|
1575
1706
|
createdAt: z.number().optional(),
|
|
1576
1707
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
1577
|
-
readyStateAt: z.number().optional(),
|
|
1578
1708
|
entrypoint: z.nullable(z.string()).optional(),
|
|
1709
|
+
readyStateAt: z.number().optional(),
|
|
1579
1710
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
1580
1711
|
});
|
|
1581
1712
|
/** @internal */
|
|
@@ -1583,8 +1714,8 @@ export const Lambdas$outboundSchema = z.object({
|
|
|
1583
1714
|
id: z.string(),
|
|
1584
1715
|
createdAt: z.number().optional(),
|
|
1585
1716
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
1586
|
-
readyStateAt: z.number().optional(),
|
|
1587
1717
|
entrypoint: z.nullable(z.string()).optional(),
|
|
1718
|
+
readyStateAt: z.number().optional(),
|
|
1588
1719
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
1589
1720
|
});
|
|
1590
1721
|
/**
|
|
@@ -2442,25 +2573,25 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2442
2573
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema;
|
|
2443
2574
|
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ = {}));
|
|
2444
2575
|
/** @internal */
|
|
2445
|
-
export const
|
|
2576
|
+
export const CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
2446
2577
|
/** @internal */
|
|
2447
|
-
export const
|
|
2578
|
+
export const CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
2448
2579
|
/**
|
|
2449
2580
|
* @internal
|
|
2450
2581
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2451
2582
|
*/
|
|
2452
|
-
export var
|
|
2453
|
-
(function (
|
|
2454
|
-
/** @deprecated use `
|
|
2455
|
-
|
|
2456
|
-
/** @deprecated use `
|
|
2457
|
-
|
|
2458
|
-
})(
|
|
2459
|
-
export function
|
|
2460
|
-
return JSON.stringify(
|
|
2583
|
+
export var CreateDeploymentGitSourceDeploymentsResponseRepoId$;
|
|
2584
|
+
(function (CreateDeploymentGitSourceDeploymentsResponseRepoId$) {
|
|
2585
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
|
|
2586
|
+
CreateDeploymentGitSourceDeploymentsResponseRepoId$.inboundSchema = CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema;
|
|
2587
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
|
|
2588
|
+
CreateDeploymentGitSourceDeploymentsResponseRepoId$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema;
|
|
2589
|
+
})(CreateDeploymentGitSourceDeploymentsResponseRepoId$ || (CreateDeploymentGitSourceDeploymentsResponseRepoId$ = {}));
|
|
2590
|
+
export function createDeploymentGitSourceDeploymentsResponseRepoIdToJSON(createDeploymentGitSourceDeploymentsResponseRepoId) {
|
|
2591
|
+
return JSON.stringify(CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema.parse(createDeploymentGitSourceDeploymentsResponseRepoId));
|
|
2461
2592
|
}
|
|
2462
|
-
export function
|
|
2463
|
-
return safeParse(jsonString, (x) =>
|
|
2593
|
+
export function createDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString) {
|
|
2594
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSourceDeploymentsResponseRepoId' from JSON`);
|
|
2464
2595
|
}
|
|
2465
2596
|
/** @internal */
|
|
2466
2597
|
export const CreateDeploymentGitSource5$inboundSchema = z.object({
|
|
@@ -2563,25 +2694,25 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$;
|
|
|
2563
2694
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema;
|
|
2564
2695
|
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ = {}));
|
|
2565
2696
|
/** @internal */
|
|
2566
|
-
export const
|
|
2697
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
2567
2698
|
/** @internal */
|
|
2568
|
-
export const
|
|
2699
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
2569
2700
|
/**
|
|
2570
2701
|
* @internal
|
|
2571
2702
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2572
2703
|
*/
|
|
2573
|
-
export var
|
|
2574
|
-
(function (
|
|
2575
|
-
/** @deprecated use `
|
|
2576
|
-
|
|
2577
|
-
/** @deprecated use `
|
|
2578
|
-
|
|
2579
|
-
})(
|
|
2580
|
-
export function
|
|
2581
|
-
return JSON.stringify(
|
|
2704
|
+
export var CreateDeploymentGitSourceDeploymentsRepoId$;
|
|
2705
|
+
(function (CreateDeploymentGitSourceDeploymentsRepoId$) {
|
|
2706
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
2707
|
+
CreateDeploymentGitSourceDeploymentsRepoId$.inboundSchema = CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema;
|
|
2708
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
2709
|
+
CreateDeploymentGitSourceDeploymentsRepoId$.outboundSchema = CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema;
|
|
2710
|
+
})(CreateDeploymentGitSourceDeploymentsRepoId$ || (CreateDeploymentGitSourceDeploymentsRepoId$ = {}));
|
|
2711
|
+
export function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId) {
|
|
2712
|
+
return JSON.stringify(CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(createDeploymentGitSourceDeploymentsRepoId));
|
|
2582
2713
|
}
|
|
2583
|
-
export function
|
|
2584
|
-
return safeParse(jsonString, (x) =>
|
|
2714
|
+
export function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString) {
|
|
2715
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSourceDeploymentsRepoId' from JSON`);
|
|
2585
2716
|
}
|
|
2586
2717
|
/** @internal */
|
|
2587
2718
|
export const CreateDeploymentGitSource3$inboundSchema = z.object({
|
|
@@ -2685,25 +2816,25 @@ export var CreateDeploymentGitSourceDeploymentsResponseType$;
|
|
|
2685
2816
|
CreateDeploymentGitSourceDeploymentsResponseType$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponseType$outboundSchema;
|
|
2686
2817
|
})(CreateDeploymentGitSourceDeploymentsResponseType$ || (CreateDeploymentGitSourceDeploymentsResponseType$ = {}));
|
|
2687
2818
|
/** @internal */
|
|
2688
|
-
export const
|
|
2819
|
+
export const CreateDeploymentGitSourceRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
2689
2820
|
/** @internal */
|
|
2690
|
-
export const
|
|
2821
|
+
export const CreateDeploymentGitSourceRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
2691
2822
|
/**
|
|
2692
2823
|
* @internal
|
|
2693
2824
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2694
2825
|
*/
|
|
2695
|
-
export var
|
|
2696
|
-
(function (
|
|
2697
|
-
/** @deprecated use `
|
|
2698
|
-
|
|
2699
|
-
/** @deprecated use `
|
|
2700
|
-
|
|
2701
|
-
})(
|
|
2702
|
-
export function
|
|
2703
|
-
return JSON.stringify(
|
|
2826
|
+
export var CreateDeploymentGitSourceRepoId$;
|
|
2827
|
+
(function (CreateDeploymentGitSourceRepoId$) {
|
|
2828
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$inboundSchema` instead. */
|
|
2829
|
+
CreateDeploymentGitSourceRepoId$.inboundSchema = CreateDeploymentGitSourceRepoId$inboundSchema;
|
|
2830
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$outboundSchema` instead. */
|
|
2831
|
+
CreateDeploymentGitSourceRepoId$.outboundSchema = CreateDeploymentGitSourceRepoId$outboundSchema;
|
|
2832
|
+
})(CreateDeploymentGitSourceRepoId$ || (CreateDeploymentGitSourceRepoId$ = {}));
|
|
2833
|
+
export function createDeploymentGitSourceRepoIdToJSON(createDeploymentGitSourceRepoId) {
|
|
2834
|
+
return JSON.stringify(CreateDeploymentGitSourceRepoId$outboundSchema.parse(createDeploymentGitSourceRepoId));
|
|
2704
2835
|
}
|
|
2705
|
-
export function
|
|
2706
|
-
return safeParse(jsonString, (x) =>
|
|
2836
|
+
export function createDeploymentGitSourceRepoIdFromJSON(jsonString) {
|
|
2837
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSourceRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSourceRepoId' from JSON`);
|
|
2707
2838
|
}
|
|
2708
2839
|
/** @internal */
|
|
2709
2840
|
export const CreateDeploymentGitSource1$inboundSchema = z.object({
|
|
@@ -3381,9 +3512,9 @@ export function createDeploymentValue2FromJSON(jsonString) {
|
|
|
3381
3512
|
return safeParse(jsonString, (x) => CreateDeploymentValue2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValue2' from JSON`);
|
|
3382
3513
|
}
|
|
3383
3514
|
/** @internal */
|
|
3384
|
-
export const CreateDeploymentHasDeploymentsValue$inboundSchema = z.union([z.lazy(() => CreateDeploymentValue2$inboundSchema)
|
|
3515
|
+
export const CreateDeploymentHasDeploymentsValue$inboundSchema = z.union([z.string(), z.lazy(() => CreateDeploymentValue2$inboundSchema)]);
|
|
3385
3516
|
/** @internal */
|
|
3386
|
-
export const CreateDeploymentHasDeploymentsValue$outboundSchema = z.union([z.lazy(() => CreateDeploymentValue2$outboundSchema)
|
|
3517
|
+
export const CreateDeploymentHasDeploymentsValue$outboundSchema = z.union([z.string(), z.lazy(() => CreateDeploymentValue2$outboundSchema)]);
|
|
3387
3518
|
/**
|
|
3388
3519
|
* @internal
|
|
3389
3520
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -3406,8 +3537,8 @@ export const CreateDeploymentHas2$inboundSchema = z.object({
|
|
|
3406
3537
|
type: CreateDeploymentHasDeploymentsType$inboundSchema,
|
|
3407
3538
|
key: z.string(),
|
|
3408
3539
|
value: z.union([
|
|
3409
|
-
z.lazy(() => CreateDeploymentValue2$inboundSchema),
|
|
3410
3540
|
z.string(),
|
|
3541
|
+
z.lazy(() => CreateDeploymentValue2$inboundSchema),
|
|
3411
3542
|
]).optional(),
|
|
3412
3543
|
});
|
|
3413
3544
|
/** @internal */
|
|
@@ -3415,8 +3546,8 @@ export const CreateDeploymentHas2$outboundSchema = z.object({
|
|
|
3415
3546
|
type: CreateDeploymentHasDeploymentsType$outboundSchema,
|
|
3416
3547
|
key: z.string(),
|
|
3417
3548
|
value: z.union([
|
|
3418
|
-
z.lazy(() => CreateDeploymentValue2$outboundSchema),
|
|
3419
3549
|
z.string(),
|
|
3550
|
+
z.lazy(() => CreateDeploymentValue2$outboundSchema),
|
|
3420
3551
|
]).optional(),
|
|
3421
3552
|
});
|
|
3422
3553
|
/**
|
|
@@ -3523,13 +3654,13 @@ export function createDeploymentValueDeploymentsResponse2002FromJSON(jsonString)
|
|
|
3523
3654
|
}
|
|
3524
3655
|
/** @internal */
|
|
3525
3656
|
export const CreateDeploymentHasValue$inboundSchema = z.union([
|
|
3526
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3527
3657
|
z.string(),
|
|
3658
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3528
3659
|
]);
|
|
3529
3660
|
/** @internal */
|
|
3530
3661
|
export const CreateDeploymentHasValue$outboundSchema = z.union([
|
|
3531
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3532
3662
|
z.string(),
|
|
3663
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3533
3664
|
]);
|
|
3534
3665
|
/**
|
|
3535
3666
|
* @internal
|
|
@@ -3552,16 +3683,16 @@ export function createDeploymentHasValueFromJSON(jsonString) {
|
|
|
3552
3683
|
export const CreateDeploymentHas1$inboundSchema = z.object({
|
|
3553
3684
|
type: CreateDeploymentHasType$inboundSchema,
|
|
3554
3685
|
value: z.union([
|
|
3555
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3556
3686
|
z.string(),
|
|
3687
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3557
3688
|
]),
|
|
3558
3689
|
});
|
|
3559
3690
|
/** @internal */
|
|
3560
3691
|
export const CreateDeploymentHas1$outboundSchema = z.object({
|
|
3561
3692
|
type: CreateDeploymentHasType$outboundSchema,
|
|
3562
3693
|
value: z.union([
|
|
3563
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3564
3694
|
z.string(),
|
|
3695
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3565
3696
|
]),
|
|
3566
3697
|
});
|
|
3567
3698
|
/**
|
|
@@ -3691,13 +3822,13 @@ export function createDeploymentValueDeploymentsResponse2FromJSON(jsonString) {
|
|
|
3691
3822
|
}
|
|
3692
3823
|
/** @internal */
|
|
3693
3824
|
export const CreateDeploymentMissingValue$inboundSchema = z.union([
|
|
3694
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3695
3825
|
z.string(),
|
|
3826
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3696
3827
|
]);
|
|
3697
3828
|
/** @internal */
|
|
3698
3829
|
export const CreateDeploymentMissingValue$outboundSchema = z.union([
|
|
3699
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3700
3830
|
z.string(),
|
|
3831
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3701
3832
|
]);
|
|
3702
3833
|
/**
|
|
3703
3834
|
* @internal
|
|
@@ -3721,8 +3852,8 @@ export const Missing2$inboundSchema = z.object({
|
|
|
3721
3852
|
type: CreateDeploymentMissingType$inboundSchema,
|
|
3722
3853
|
key: z.string(),
|
|
3723
3854
|
value: z.union([
|
|
3724
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3725
3855
|
z.string(),
|
|
3856
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3726
3857
|
]).optional(),
|
|
3727
3858
|
});
|
|
3728
3859
|
/** @internal */
|
|
@@ -3730,8 +3861,8 @@ export const Missing2$outboundSchema = z.object({
|
|
|
3730
3861
|
type: CreateDeploymentMissingType$outboundSchema,
|
|
3731
3862
|
key: z.string(),
|
|
3732
3863
|
value: z.union([
|
|
3733
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3734
3864
|
z.string(),
|
|
3865
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3735
3866
|
]).optional(),
|
|
3736
3867
|
});
|
|
3737
3868
|
/**
|
|
@@ -3835,13 +3966,13 @@ export function createDeploymentValueDeployments2FromJSON(jsonString) {
|
|
|
3835
3966
|
}
|
|
3836
3967
|
/** @internal */
|
|
3837
3968
|
export const MissingValue$inboundSchema = z.union([
|
|
3838
|
-
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3839
3969
|
z.string(),
|
|
3970
|
+
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3840
3971
|
]);
|
|
3841
3972
|
/** @internal */
|
|
3842
3973
|
export const MissingValue$outboundSchema = z.union([
|
|
3843
|
-
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3844
3974
|
z.string(),
|
|
3975
|
+
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3845
3976
|
]);
|
|
3846
3977
|
/**
|
|
3847
3978
|
* @internal
|
|
@@ -3864,16 +3995,16 @@ export function missingValueFromJSON(jsonString) {
|
|
|
3864
3995
|
export const Missing1$inboundSchema = z.object({
|
|
3865
3996
|
type: MissingType$inboundSchema,
|
|
3866
3997
|
value: z.union([
|
|
3867
|
-
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3868
3998
|
z.string(),
|
|
3999
|
+
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3869
4000
|
]),
|
|
3870
4001
|
});
|
|
3871
4002
|
/** @internal */
|
|
3872
4003
|
export const Missing1$outboundSchema = z.object({
|
|
3873
4004
|
type: MissingType$outboundSchema,
|
|
3874
4005
|
value: z.union([
|
|
3875
|
-
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3876
4006
|
z.string(),
|
|
4007
|
+
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3877
4008
|
]),
|
|
3878
4009
|
});
|
|
3879
4010
|
/**
|
|
@@ -4058,9 +4189,9 @@ export function key2FromJSON(jsonString) {
|
|
|
4058
4189
|
return safeParse(jsonString, (x) => Key2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Key2' from JSON`);
|
|
4059
4190
|
}
|
|
4060
4191
|
/** @internal */
|
|
4061
|
-
export const RoutesKey$inboundSchema = z.union([z.lazy(() => Key2$inboundSchema)
|
|
4192
|
+
export const RoutesKey$inboundSchema = z.union([z.string(), z.lazy(() => Key2$inboundSchema)]);
|
|
4062
4193
|
/** @internal */
|
|
4063
|
-
export const RoutesKey$outboundSchema = z.union([z.lazy(() => Key2$outboundSchema)
|
|
4194
|
+
export const RoutesKey$outboundSchema = z.union([z.string(), z.lazy(() => Key2$outboundSchema)]);
|
|
4064
4195
|
/**
|
|
4065
4196
|
* @internal
|
|
4066
4197
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -4080,11 +4211,11 @@ export function routesKeyFromJSON(jsonString) {
|
|
|
4080
4211
|
}
|
|
4081
4212
|
/** @internal */
|
|
4082
4213
|
export const RoutesTarget$inboundSchema = z.object({
|
|
4083
|
-
key: z.union([z.lazy(() => Key2$inboundSchema)
|
|
4214
|
+
key: z.union([z.string(), z.lazy(() => Key2$inboundSchema)]),
|
|
4084
4215
|
});
|
|
4085
4216
|
/** @internal */
|
|
4086
4217
|
export const RoutesTarget$outboundSchema = z.object({
|
|
4087
|
-
key: z.union([z.lazy(() => Key2$outboundSchema)
|
|
4218
|
+
key: z.union([z.string(), z.lazy(() => Key2$outboundSchema)]),
|
|
4088
4219
|
});
|
|
4089
4220
|
/**
|
|
4090
4221
|
* @internal
|
|
@@ -4444,6 +4575,7 @@ export const CreateDeploymentMicrofrontends2$inboundSchema = z.object({
|
|
|
4444
4575
|
defaultRoute: z.string().optional(),
|
|
4445
4576
|
groupIds: z.array(z.string()),
|
|
4446
4577
|
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4578
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
|
|
4447
4579
|
});
|
|
4448
4580
|
/** @internal */
|
|
4449
4581
|
export const CreateDeploymentMicrofrontends2$outboundSchema = z.object({
|
|
@@ -4454,6 +4586,7 @@ export const CreateDeploymentMicrofrontends2$outboundSchema = z.object({
|
|
|
4454
4586
|
defaultRoute: z.string().optional(),
|
|
4455
4587
|
groupIds: z.array(z.string()),
|
|
4456
4588
|
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4589
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
|
|
4457
4590
|
});
|
|
4458
4591
|
/**
|
|
4459
4592
|
* @internal
|
|
@@ -4479,6 +4612,7 @@ export const CreateDeploymentMicrofrontends1$inboundSchema = z.object({
|
|
|
4479
4612
|
defaultRoute: z.string().optional(),
|
|
4480
4613
|
groupIds: z.array(z.string()),
|
|
4481
4614
|
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4615
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
|
|
4482
4616
|
});
|
|
4483
4617
|
/** @internal */
|
|
4484
4618
|
export const CreateDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
@@ -4487,6 +4621,7 @@ export const CreateDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
|
4487
4621
|
defaultRoute: z.string().optional(),
|
|
4488
4622
|
groupIds: z.array(z.string()),
|
|
4489
4623
|
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4624
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
|
|
4490
4625
|
});
|
|
4491
4626
|
/**
|
|
4492
4627
|
* @internal
|
|
@@ -4953,8 +5088,6 @@ export const CreateDeploymentResponseBody$inboundSchema = z.object({
|
|
|
4953
5088
|
name: z.string(),
|
|
4954
5089
|
createdAt: z.number(),
|
|
4955
5090
|
type: CreateDeploymentType$inboundSchema,
|
|
4956
|
-
deletedAt: z.nullable(z.number()).optional(),
|
|
4957
|
-
version: z.number(),
|
|
4958
5091
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
4959
5092
|
gitSource: z.union([
|
|
4960
5093
|
z.lazy(() => CreateDeploymentGitSource12$inboundSchema),
|
|
@@ -4980,8 +5113,10 @@ export const CreateDeploymentResponseBody$inboundSchema = z.object({
|
|
|
4980
5113
|
source: CreateDeploymentSource$inboundSchema.optional(),
|
|
4981
5114
|
target: z.nullable(CreateDeploymentTarget$inboundSchema).optional(),
|
|
4982
5115
|
errorMessage: z.nullable(z.string()).optional(),
|
|
5116
|
+
deletedAt: z.nullable(z.number()).optional(),
|
|
4983
5117
|
passiveRegions: z.array(z.string()).optional(),
|
|
4984
5118
|
regions: z.array(z.string()),
|
|
5119
|
+
version: z.number(),
|
|
4985
5120
|
aliasError: z.nullable(z.lazy(() => AliasError$inboundSchema)).optional(),
|
|
4986
5121
|
aliasFinal: z.nullable(z.string()).optional(),
|
|
4987
5122
|
aliasWarning: z.nullable(z.lazy(() => AliasWarning$inboundSchema)).optional(),
|
|
@@ -5001,8 +5136,8 @@ export const CreateDeploymentResponseBody$inboundSchema = z.object({
|
|
|
5001
5136
|
undeletedAt: z.number().optional(),
|
|
5002
5137
|
url: z.string(),
|
|
5003
5138
|
projectId: z.string(),
|
|
5004
|
-
ownerId: z.string(),
|
|
5005
5139
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
5140
|
+
ownerId: z.string(),
|
|
5006
5141
|
plan: CreateDeploymentPlan$inboundSchema,
|
|
5007
5142
|
config: z.lazy(() => Config$inboundSchema).optional(),
|
|
5008
5143
|
functions: z.nullable(z.record(z.lazy(() => Functions$inboundSchema)))
|
|
@@ -5073,8 +5208,6 @@ export const CreateDeploymentResponseBody$outboundSchema = z.object({
|
|
|
5073
5208
|
name: z.string(),
|
|
5074
5209
|
createdAt: z.number(),
|
|
5075
5210
|
type: CreateDeploymentType$outboundSchema,
|
|
5076
|
-
deletedAt: z.nullable(z.number()).optional(),
|
|
5077
|
-
version: z.number(),
|
|
5078
5211
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
5079
5212
|
gitSource: z.union([
|
|
5080
5213
|
z.lazy(() => CreateDeploymentGitSource12$outboundSchema),
|
|
@@ -5100,8 +5233,10 @@ export const CreateDeploymentResponseBody$outboundSchema = z.object({
|
|
|
5100
5233
|
source: CreateDeploymentSource$outboundSchema.optional(),
|
|
5101
5234
|
target: z.nullable(CreateDeploymentTarget$outboundSchema).optional(),
|
|
5102
5235
|
errorMessage: z.nullable(z.string()).optional(),
|
|
5236
|
+
deletedAt: z.nullable(z.number()).optional(),
|
|
5103
5237
|
passiveRegions: z.array(z.string()).optional(),
|
|
5104
5238
|
regions: z.array(z.string()),
|
|
5239
|
+
version: z.number(),
|
|
5105
5240
|
aliasError: z.nullable(z.lazy(() => AliasError$outboundSchema)).optional(),
|
|
5106
5241
|
aliasFinal: z.nullable(z.string()).optional(),
|
|
5107
5242
|
aliasWarning: z.nullable(z.lazy(() => AliasWarning$outboundSchema))
|
|
@@ -5122,8 +5257,8 @@ export const CreateDeploymentResponseBody$outboundSchema = z.object({
|
|
|
5122
5257
|
undeletedAt: z.number().optional(),
|
|
5123
5258
|
url: z.string(),
|
|
5124
5259
|
projectId: z.string(),
|
|
5125
|
-
ownerId: z.string(),
|
|
5126
5260
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
5261
|
+
ownerId: z.string(),
|
|
5127
5262
|
plan: CreateDeploymentPlan$outboundSchema,
|
|
5128
5263
|
config: z.lazy(() => Config$outboundSchema).optional(),
|
|
5129
5264
|
functions: z.nullable(z.record(z.lazy(() => Functions$outboundSchema)))
|