@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
|
@@ -120,36 +120,58 @@ export type GitMetadata = {
|
|
|
120
120
|
*/
|
|
121
121
|
ciGitRepoVisibility?: string | undefined;
|
|
122
122
|
};
|
|
123
|
-
export declare const
|
|
123
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type: {
|
|
124
124
|
readonly Bitbucket: "bitbucket";
|
|
125
125
|
};
|
|
126
|
-
export type
|
|
127
|
-
export type
|
|
126
|
+
export type CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type>;
|
|
127
|
+
export type GitSource7 = {
|
|
128
128
|
owner: string;
|
|
129
129
|
ref: string;
|
|
130
130
|
sha?: string | undefined;
|
|
131
131
|
slug: string;
|
|
132
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type;
|
|
133
|
+
};
|
|
134
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType: {
|
|
135
|
+
readonly Bitbucket: "bitbucket";
|
|
136
|
+
};
|
|
137
|
+
export type CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
|
|
138
|
+
export type GitSource6 = {
|
|
139
|
+
ref: string;
|
|
140
|
+
repoUuid: string;
|
|
141
|
+
sha?: string | undefined;
|
|
142
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType;
|
|
143
|
+
workspaceUuid?: string | undefined;
|
|
144
|
+
};
|
|
145
|
+
export type ProjectId = number | string;
|
|
146
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestType: {
|
|
147
|
+
readonly Gitlab: "gitlab";
|
|
148
|
+
};
|
|
149
|
+
export type CreateDeploymentGitSourceDeploymentsRequestType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
|
|
150
|
+
export type GitSource5 = {
|
|
151
|
+
projectId: number | string;
|
|
152
|
+
ref: string;
|
|
153
|
+
sha?: string | undefined;
|
|
132
154
|
type: CreateDeploymentGitSourceDeploymentsRequestType;
|
|
133
155
|
};
|
|
134
156
|
export declare const CreateDeploymentGitSourceDeploymentsType: {
|
|
135
|
-
readonly
|
|
157
|
+
readonly GithubLimited: "github-limited";
|
|
136
158
|
};
|
|
137
159
|
export type CreateDeploymentGitSourceDeploymentsType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsType>;
|
|
138
160
|
export type GitSource4 = {
|
|
161
|
+
org: string;
|
|
139
162
|
ref: string;
|
|
140
|
-
|
|
163
|
+
repo: string;
|
|
141
164
|
sha?: string | undefined;
|
|
142
165
|
type: CreateDeploymentGitSourceDeploymentsType;
|
|
143
|
-
workspaceUuid?: string | undefined;
|
|
144
166
|
};
|
|
145
|
-
export type
|
|
167
|
+
export type GitSourceRepoId = number | string;
|
|
146
168
|
export declare const CreateDeploymentGitSourceType: {
|
|
147
|
-
readonly
|
|
169
|
+
readonly GithubLimited: "github-limited";
|
|
148
170
|
};
|
|
149
171
|
export type CreateDeploymentGitSourceType = ClosedEnum<typeof CreateDeploymentGitSourceType>;
|
|
150
172
|
export type GitSource3 = {
|
|
151
|
-
projectId: number | string;
|
|
152
173
|
ref: string;
|
|
174
|
+
repoId: number | string;
|
|
153
175
|
sha?: string | undefined;
|
|
154
176
|
type: CreateDeploymentGitSourceType;
|
|
155
177
|
};
|
|
@@ -165,20 +187,20 @@ export type GitSource2 = {
|
|
|
165
187
|
type: GitSourceType;
|
|
166
188
|
};
|
|
167
189
|
export type RepoId = number | string;
|
|
168
|
-
export declare const
|
|
190
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type: {
|
|
169
191
|
readonly Github: "github";
|
|
170
192
|
};
|
|
171
|
-
export type
|
|
193
|
+
export type CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
|
|
172
194
|
export type GitSource1 = {
|
|
173
195
|
ref: string;
|
|
174
196
|
repoId: number | string;
|
|
175
197
|
sha?: string | undefined;
|
|
176
|
-
type:
|
|
198
|
+
type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type;
|
|
177
199
|
};
|
|
178
200
|
/**
|
|
179
201
|
* Defines the Git Repository source to be deployed. This property can not be used in combination with `files`.
|
|
180
202
|
*/
|
|
181
|
-
export type GitSource = GitSource2 |
|
|
203
|
+
export type GitSource = GitSource2 | GitSource4 | GitSource7 | GitSource1 | GitSource3 | GitSource5 | GitSource6;
|
|
182
204
|
/**
|
|
183
205
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
184
206
|
*/
|
|
@@ -233,6 +255,7 @@ export declare const Framework: {
|
|
|
233
255
|
readonly Nitro: "nitro";
|
|
234
256
|
readonly Hono: "hono";
|
|
235
257
|
readonly Express: "express";
|
|
258
|
+
readonly H3: "h3";
|
|
236
259
|
readonly Xmcp: "xmcp";
|
|
237
260
|
};
|
|
238
261
|
/**
|
|
@@ -324,7 +347,7 @@ export type CreateDeploymentRequestBody = {
|
|
|
324
347
|
/**
|
|
325
348
|
* Defines the Git Repository source to be deployed. This property can not be used in combination with `files`.
|
|
326
349
|
*/
|
|
327
|
-
gitSource?: GitSource2 |
|
|
350
|
+
gitSource?: GitSource2 | GitSource4 | GitSource7 | GitSource1 | GitSource3 | GitSource5 | GitSource6 | undefined;
|
|
328
351
|
/**
|
|
329
352
|
* An object containing the deployment's metadata. Multiple key-value pairs can be attached to a deployment
|
|
330
353
|
*/
|
|
@@ -437,6 +460,7 @@ export declare const CreateDeploymentFramework: {
|
|
|
437
460
|
readonly Nitro: "nitro";
|
|
438
461
|
readonly Hono: "hono";
|
|
439
462
|
readonly Express: "express";
|
|
463
|
+
readonly H3: "h3";
|
|
440
464
|
readonly Xmcp: "xmcp";
|
|
441
465
|
};
|
|
442
466
|
export type CreateDeploymentFramework = ClosedEnum<typeof CreateDeploymentFramework>;
|
|
@@ -466,11 +490,11 @@ export type CreateDeploymentProjectSettings = {
|
|
|
466
490
|
webAnalytics?: CreateDeploymentWebAnalytics | undefined;
|
|
467
491
|
};
|
|
468
492
|
export declare const CreateDeploymentDeploymentsStatus: {
|
|
469
|
-
readonly Error: "error";
|
|
470
|
-
readonly Timeout: "timeout";
|
|
471
493
|
readonly Skipped: "skipped";
|
|
472
494
|
readonly Pending: "pending";
|
|
473
495
|
readonly Ready: "ready";
|
|
496
|
+
readonly Error: "error";
|
|
497
|
+
readonly Timeout: "timeout";
|
|
474
498
|
};
|
|
475
499
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
|
|
476
500
|
export type Integrations = {
|
|
@@ -551,8 +575,8 @@ export type Creator = {
|
|
|
551
575
|
avatar?: string | undefined;
|
|
552
576
|
};
|
|
553
577
|
export declare const CreateDeploymentReadyState: {
|
|
554
|
-
readonly Error: "ERROR";
|
|
555
578
|
readonly Building: "BUILDING";
|
|
579
|
+
readonly Error: "ERROR";
|
|
556
580
|
readonly Initializing: "INITIALIZING";
|
|
557
581
|
readonly Ready: "READY";
|
|
558
582
|
};
|
|
@@ -568,8 +592,8 @@ export type Lambdas = {
|
|
|
568
592
|
id: string;
|
|
569
593
|
createdAt?: number | undefined;
|
|
570
594
|
readyState?: CreateDeploymentReadyState | undefined;
|
|
571
|
-
readyStateAt?: number | undefined;
|
|
572
595
|
entrypoint?: string | null | undefined;
|
|
596
|
+
readyStateAt?: number | undefined;
|
|
573
597
|
output: Array<CreateDeploymentOutput>;
|
|
574
598
|
};
|
|
575
599
|
export declare const CreateDeploymentStatus: {
|
|
@@ -833,7 +857,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
833
857
|
readonly GithubLimited: "github-limited";
|
|
834
858
|
};
|
|
835
859
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
|
|
836
|
-
export type
|
|
860
|
+
export type CreateDeploymentGitSourceDeploymentsResponseRepoId = string | number;
|
|
837
861
|
export type CreateDeploymentGitSource5 = {
|
|
838
862
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
|
|
839
863
|
repoId: string | number;
|
|
@@ -858,7 +882,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
858
882
|
readonly GithubCustomHost: "github-custom-host";
|
|
859
883
|
};
|
|
860
884
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
|
|
861
|
-
export type
|
|
885
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
|
|
862
886
|
export type CreateDeploymentGitSource3 = {
|
|
863
887
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
|
|
864
888
|
host: string;
|
|
@@ -883,7 +907,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponseType: {
|
|
|
883
907
|
readonly Github: "github";
|
|
884
908
|
};
|
|
885
909
|
export type CreateDeploymentGitSourceDeploymentsResponseType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponseType>;
|
|
886
|
-
export type
|
|
910
|
+
export type CreateDeploymentGitSourceRepoId = string | number;
|
|
887
911
|
export type CreateDeploymentGitSource1 = {
|
|
888
912
|
type: CreateDeploymentGitSourceDeploymentsResponseType;
|
|
889
913
|
repoId: string | number;
|
|
@@ -992,13 +1016,13 @@ export declare const CreateDeploymentPlan: {
|
|
|
992
1016
|
};
|
|
993
1017
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
994
1018
|
export declare const FunctionType: {
|
|
995
|
-
readonly Standard: "standard";
|
|
996
1019
|
readonly Fluid: "fluid";
|
|
1020
|
+
readonly Standard: "standard";
|
|
997
1021
|
};
|
|
998
1022
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
999
1023
|
export declare const FunctionMemoryType: {
|
|
1000
|
-
readonly StandardLegacy: "standard_legacy";
|
|
1001
1024
|
readonly Standard: "standard";
|
|
1025
|
+
readonly StandardLegacy: "standard_legacy";
|
|
1002
1026
|
readonly Performance: "performance";
|
|
1003
1027
|
};
|
|
1004
1028
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1074,12 +1098,12 @@ export type Routes3 = {
|
|
|
1074
1098
|
middleware: number;
|
|
1075
1099
|
};
|
|
1076
1100
|
export declare const Handle: {
|
|
1077
|
-
readonly Filesystem: "filesystem";
|
|
1078
1101
|
readonly Error: "error";
|
|
1102
|
+
readonly Filesystem: "filesystem";
|
|
1079
1103
|
readonly Hit: "hit";
|
|
1080
1104
|
readonly Miss: "miss";
|
|
1081
|
-
readonly Resource: "resource";
|
|
1082
1105
|
readonly Rewrite: "rewrite";
|
|
1106
|
+
readonly Resource: "resource";
|
|
1083
1107
|
};
|
|
1084
1108
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1085
1109
|
export type Routes2 = {
|
|
@@ -1108,11 +1132,11 @@ export type CreateDeploymentValue2 = {
|
|
|
1108
1132
|
lt?: number | undefined;
|
|
1109
1133
|
lte?: number | undefined;
|
|
1110
1134
|
};
|
|
1111
|
-
export type CreateDeploymentHasDeploymentsValue =
|
|
1135
|
+
export type CreateDeploymentHasDeploymentsValue = string | CreateDeploymentValue2;
|
|
1112
1136
|
export type CreateDeploymentHas2 = {
|
|
1113
1137
|
type: CreateDeploymentHasDeploymentsType;
|
|
1114
1138
|
key: string;
|
|
1115
|
-
value?:
|
|
1139
|
+
value?: string | CreateDeploymentValue2 | undefined;
|
|
1116
1140
|
};
|
|
1117
1141
|
export declare const CreateDeploymentHasType: {
|
|
1118
1142
|
readonly Host: "host";
|
|
@@ -1132,10 +1156,10 @@ export type CreateDeploymentValueDeploymentsResponse2002 = {
|
|
|
1132
1156
|
lt?: number | undefined;
|
|
1133
1157
|
lte?: number | undefined;
|
|
1134
1158
|
};
|
|
1135
|
-
export type CreateDeploymentHasValue =
|
|
1159
|
+
export type CreateDeploymentHasValue = string | CreateDeploymentValueDeploymentsResponse2002;
|
|
1136
1160
|
export type CreateDeploymentHas1 = {
|
|
1137
1161
|
type: CreateDeploymentHasType;
|
|
1138
|
-
value:
|
|
1162
|
+
value: string | CreateDeploymentValueDeploymentsResponse2002;
|
|
1139
1163
|
};
|
|
1140
1164
|
export type RoutesHas = CreateDeploymentHas1 | CreateDeploymentHas2;
|
|
1141
1165
|
export declare const CreateDeploymentMissingType: {
|
|
@@ -1158,11 +1182,11 @@ export type CreateDeploymentValueDeploymentsResponse2 = {
|
|
|
1158
1182
|
lt?: number | undefined;
|
|
1159
1183
|
lte?: number | undefined;
|
|
1160
1184
|
};
|
|
1161
|
-
export type CreateDeploymentMissingValue =
|
|
1185
|
+
export type CreateDeploymentMissingValue = string | CreateDeploymentValueDeploymentsResponse2;
|
|
1162
1186
|
export type Missing2 = {
|
|
1163
1187
|
type: CreateDeploymentMissingType;
|
|
1164
1188
|
key: string;
|
|
1165
|
-
value?:
|
|
1189
|
+
value?: string | CreateDeploymentValueDeploymentsResponse2 | undefined;
|
|
1166
1190
|
};
|
|
1167
1191
|
export declare const MissingType: {
|
|
1168
1192
|
readonly Host: "host";
|
|
@@ -1182,10 +1206,10 @@ export type CreateDeploymentValueDeployments2 = {
|
|
|
1182
1206
|
lt?: number | undefined;
|
|
1183
1207
|
lte?: number | undefined;
|
|
1184
1208
|
};
|
|
1185
|
-
export type MissingValue =
|
|
1209
|
+
export type MissingValue = string | CreateDeploymentValueDeployments2;
|
|
1186
1210
|
export type Missing1 = {
|
|
1187
1211
|
type: MissingType;
|
|
1188
|
-
value:
|
|
1212
|
+
value: string | CreateDeploymentValueDeployments2;
|
|
1189
1213
|
};
|
|
1190
1214
|
export type Missing = Missing1 | Missing2;
|
|
1191
1215
|
export declare const RoutesAction: {
|
|
@@ -1203,8 +1227,8 @@ export declare const RoutesType: {
|
|
|
1203
1227
|
};
|
|
1204
1228
|
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1205
1229
|
export declare const CreateDeploymentRoutesOp: {
|
|
1206
|
-
readonly Set: "set";
|
|
1207
1230
|
readonly Append: "append";
|
|
1231
|
+
readonly Set: "set";
|
|
1208
1232
|
readonly Delete: "delete";
|
|
1209
1233
|
};
|
|
1210
1234
|
export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
|
|
@@ -1221,9 +1245,9 @@ export type Key2 = {
|
|
|
1221
1245
|
lt?: number | undefined;
|
|
1222
1246
|
lte?: number | undefined;
|
|
1223
1247
|
};
|
|
1224
|
-
export type RoutesKey =
|
|
1248
|
+
export type RoutesKey = string | Key2;
|
|
1225
1249
|
export type RoutesTarget = {
|
|
1226
|
-
key:
|
|
1250
|
+
key: string | Key2;
|
|
1227
1251
|
};
|
|
1228
1252
|
export type Args = string | Array<string>;
|
|
1229
1253
|
export type Transforms = {
|
|
@@ -1349,6 +1373,10 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1349
1373
|
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1350
1374
|
*/
|
|
1351
1375
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1376
|
+
/**
|
|
1377
|
+
* Temporary flag to safely test MFE alias routing in vercel-site production for specific production hosts (not vercel.com)
|
|
1378
|
+
*/
|
|
1379
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
1352
1380
|
};
|
|
1353
1381
|
export type CreateDeploymentMicrofrontends1 = {
|
|
1354
1382
|
isDefaultApp?: boolean | undefined;
|
|
@@ -1368,6 +1396,10 @@ export type CreateDeploymentMicrofrontends1 = {
|
|
|
1368
1396
|
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1369
1397
|
*/
|
|
1370
1398
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1399
|
+
/**
|
|
1400
|
+
* Temporary flag to safely test MFE alias routing in vercel-site production for specific production hosts (not vercel.com)
|
|
1401
|
+
*/
|
|
1402
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
1371
1403
|
};
|
|
1372
1404
|
export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
|
|
1373
1405
|
/**
|
|
@@ -1397,8 +1429,8 @@ export declare const CreateDeploymentGitRepoDeploymentsType: {
|
|
|
1397
1429
|
};
|
|
1398
1430
|
export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
1399
1431
|
export declare const CreateDeploymentGitRepoOwnerType: {
|
|
1400
|
-
readonly User: "user";
|
|
1401
1432
|
readonly Team: "team";
|
|
1433
|
+
readonly User: "user";
|
|
1402
1434
|
};
|
|
1403
1435
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
|
|
1404
1436
|
export type GitRepo3 = {
|
|
@@ -1418,8 +1450,8 @@ export declare const CreateDeploymentGitRepoType: {
|
|
|
1418
1450
|
};
|
|
1419
1451
|
export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
|
|
1420
1452
|
export declare const GitRepoOwnerType: {
|
|
1421
|
-
readonly User: "user";
|
|
1422
1453
|
readonly Team: "team";
|
|
1454
|
+
readonly User: "user";
|
|
1423
1455
|
};
|
|
1424
1456
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1425
1457
|
export type GitRepo2 = {
|
|
@@ -1439,8 +1471,8 @@ export declare const GitRepoType: {
|
|
|
1439
1471
|
};
|
|
1440
1472
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1441
1473
|
export declare const OwnerType: {
|
|
1442
|
-
readonly User: "user";
|
|
1443
1474
|
readonly Team: "team";
|
|
1475
|
+
readonly User: "user";
|
|
1444
1476
|
};
|
|
1445
1477
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1446
1478
|
export type GitRepo1 = {
|
|
@@ -1498,8 +1530,6 @@ export type CreateDeploymentResponseBody = {
|
|
|
1498
1530
|
name: string;
|
|
1499
1531
|
createdAt: number;
|
|
1500
1532
|
type: CreateDeploymentType;
|
|
1501
|
-
deletedAt?: number | null | undefined;
|
|
1502
|
-
version: number;
|
|
1503
1533
|
/**
|
|
1504
1534
|
* applies to custom domains only, defaults to `true`
|
|
1505
1535
|
*/
|
|
@@ -1517,11 +1547,13 @@ export type CreateDeploymentResponseBody = {
|
|
|
1517
1547
|
source?: CreateDeploymentSource | undefined;
|
|
1518
1548
|
target?: CreateDeploymentTarget | null | undefined;
|
|
1519
1549
|
errorMessage?: string | null | undefined;
|
|
1550
|
+
deletedAt?: number | null | undefined;
|
|
1520
1551
|
/**
|
|
1521
1552
|
* Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
|
|
1522
1553
|
*/
|
|
1523
1554
|
passiveRegions?: Array<string> | undefined;
|
|
1524
1555
|
regions: Array<string>;
|
|
1556
|
+
version: number;
|
|
1525
1557
|
aliasError?: AliasError | null | undefined;
|
|
1526
1558
|
aliasFinal?: string | null | undefined;
|
|
1527
1559
|
aliasWarning?: AliasWarning | null | undefined;
|
|
@@ -1547,8 +1579,8 @@ export type CreateDeploymentResponseBody = {
|
|
|
1547
1579
|
undeletedAt?: number | undefined;
|
|
1548
1580
|
url: string;
|
|
1549
1581
|
projectId: string;
|
|
1550
|
-
ownerId: string;
|
|
1551
1582
|
monorepoManager?: string | null | undefined;
|
|
1583
|
+
ownerId: string;
|
|
1552
1584
|
plan: CreateDeploymentPlan;
|
|
1553
1585
|
/**
|
|
1554
1586
|
* Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured
|
|
@@ -1732,6 +1764,114 @@ export declare namespace GitMetadata$ {
|
|
|
1732
1764
|
export declare function gitMetadataToJSON(gitMetadata: GitMetadata): string;
|
|
1733
1765
|
export declare function gitMetadataFromJSON(jsonString: string): SafeParseResult<GitMetadata, SDKValidationError>;
|
|
1734
1766
|
/** @internal */
|
|
1767
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type>;
|
|
1768
|
+
/** @internal */
|
|
1769
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type>;
|
|
1770
|
+
/**
|
|
1771
|
+
* @internal
|
|
1772
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1773
|
+
*/
|
|
1774
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$ {
|
|
1775
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema` instead. */
|
|
1776
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1777
|
+
readonly Bitbucket: "bitbucket";
|
|
1778
|
+
}>;
|
|
1779
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema` instead. */
|
|
1780
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1781
|
+
readonly Bitbucket: "bitbucket";
|
|
1782
|
+
}>;
|
|
1783
|
+
}
|
|
1784
|
+
/** @internal */
|
|
1785
|
+
export declare const GitSource7$inboundSchema: z.ZodType<GitSource7, z.ZodTypeDef, unknown>;
|
|
1786
|
+
/** @internal */
|
|
1787
|
+
export type GitSource7$Outbound = {
|
|
1788
|
+
owner: string;
|
|
1789
|
+
ref: string;
|
|
1790
|
+
sha?: string | undefined;
|
|
1791
|
+
slug: string;
|
|
1792
|
+
type: string;
|
|
1793
|
+
};
|
|
1794
|
+
/** @internal */
|
|
1795
|
+
export declare const GitSource7$outboundSchema: z.ZodType<GitSource7$Outbound, z.ZodTypeDef, GitSource7>;
|
|
1796
|
+
/**
|
|
1797
|
+
* @internal
|
|
1798
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1799
|
+
*/
|
|
1800
|
+
export declare namespace GitSource7$ {
|
|
1801
|
+
/** @deprecated use `GitSource7$inboundSchema` instead. */
|
|
1802
|
+
const inboundSchema: z.ZodType<GitSource7, z.ZodTypeDef, unknown>;
|
|
1803
|
+
/** @deprecated use `GitSource7$outboundSchema` instead. */
|
|
1804
|
+
const outboundSchema: z.ZodType<GitSource7$Outbound, z.ZodTypeDef, GitSource7>;
|
|
1805
|
+
/** @deprecated use `GitSource7$Outbound` instead. */
|
|
1806
|
+
type Outbound = GitSource7$Outbound;
|
|
1807
|
+
}
|
|
1808
|
+
export declare function gitSource7ToJSON(gitSource7: GitSource7): string;
|
|
1809
|
+
export declare function gitSource7FromJSON(jsonString: string): SafeParseResult<GitSource7, SDKValidationError>;
|
|
1810
|
+
/** @internal */
|
|
1811
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
|
|
1812
|
+
/** @internal */
|
|
1813
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
|
|
1814
|
+
/**
|
|
1815
|
+
* @internal
|
|
1816
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1817
|
+
*/
|
|
1818
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ {
|
|
1819
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema` instead. */
|
|
1820
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1821
|
+
readonly Bitbucket: "bitbucket";
|
|
1822
|
+
}>;
|
|
1823
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema` instead. */
|
|
1824
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1825
|
+
readonly Bitbucket: "bitbucket";
|
|
1826
|
+
}>;
|
|
1827
|
+
}
|
|
1828
|
+
/** @internal */
|
|
1829
|
+
export declare const GitSource6$inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
|
|
1830
|
+
/** @internal */
|
|
1831
|
+
export type GitSource6$Outbound = {
|
|
1832
|
+
ref: string;
|
|
1833
|
+
repoUuid: string;
|
|
1834
|
+
sha?: string | undefined;
|
|
1835
|
+
type: string;
|
|
1836
|
+
workspaceUuid?: string | undefined;
|
|
1837
|
+
};
|
|
1838
|
+
/** @internal */
|
|
1839
|
+
export declare const GitSource6$outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
|
|
1840
|
+
/**
|
|
1841
|
+
* @internal
|
|
1842
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1843
|
+
*/
|
|
1844
|
+
export declare namespace GitSource6$ {
|
|
1845
|
+
/** @deprecated use `GitSource6$inboundSchema` instead. */
|
|
1846
|
+
const inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
|
|
1847
|
+
/** @deprecated use `GitSource6$outboundSchema` instead. */
|
|
1848
|
+
const outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
|
|
1849
|
+
/** @deprecated use `GitSource6$Outbound` instead. */
|
|
1850
|
+
type Outbound = GitSource6$Outbound;
|
|
1851
|
+
}
|
|
1852
|
+
export declare function gitSource6ToJSON(gitSource6: GitSource6): string;
|
|
1853
|
+
export declare function gitSource6FromJSON(jsonString: string): SafeParseResult<GitSource6, SDKValidationError>;
|
|
1854
|
+
/** @internal */
|
|
1855
|
+
export declare const ProjectId$inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
|
|
1856
|
+
/** @internal */
|
|
1857
|
+
export type ProjectId$Outbound = number | string;
|
|
1858
|
+
/** @internal */
|
|
1859
|
+
export declare const ProjectId$outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
|
|
1860
|
+
/**
|
|
1861
|
+
* @internal
|
|
1862
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1863
|
+
*/
|
|
1864
|
+
export declare namespace ProjectId$ {
|
|
1865
|
+
/** @deprecated use `ProjectId$inboundSchema` instead. */
|
|
1866
|
+
const inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
|
|
1867
|
+
/** @deprecated use `ProjectId$outboundSchema` instead. */
|
|
1868
|
+
const outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
|
|
1869
|
+
/** @deprecated use `ProjectId$Outbound` instead. */
|
|
1870
|
+
type Outbound = ProjectId$Outbound;
|
|
1871
|
+
}
|
|
1872
|
+
export declare function projectIdToJSON(projectId: ProjectId): string;
|
|
1873
|
+
export declare function projectIdFromJSON(jsonString: string): SafeParseResult<ProjectId, SDKValidationError>;
|
|
1874
|
+
/** @internal */
|
|
1735
1875
|
export declare const CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
|
|
1736
1876
|
/** @internal */
|
|
1737
1877
|
export declare const CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
|
|
@@ -1742,21 +1882,20 @@ export declare const CreateDeploymentGitSourceDeploymentsRequestType$outboundSch
|
|
|
1742
1882
|
export declare namespace CreateDeploymentGitSourceDeploymentsRequestType$ {
|
|
1743
1883
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema` instead. */
|
|
1744
1884
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1745
|
-
readonly
|
|
1885
|
+
readonly Gitlab: "gitlab";
|
|
1746
1886
|
}>;
|
|
1747
1887
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema` instead. */
|
|
1748
1888
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1749
|
-
readonly
|
|
1889
|
+
readonly Gitlab: "gitlab";
|
|
1750
1890
|
}>;
|
|
1751
1891
|
}
|
|
1752
1892
|
/** @internal */
|
|
1753
1893
|
export declare const GitSource5$inboundSchema: z.ZodType<GitSource5, z.ZodTypeDef, unknown>;
|
|
1754
1894
|
/** @internal */
|
|
1755
1895
|
export type GitSource5$Outbound = {
|
|
1756
|
-
|
|
1896
|
+
projectId: number | string;
|
|
1757
1897
|
ref: string;
|
|
1758
1898
|
sha?: string | undefined;
|
|
1759
|
-
slug: string;
|
|
1760
1899
|
type: string;
|
|
1761
1900
|
};
|
|
1762
1901
|
/** @internal */
|
|
@@ -1786,22 +1925,22 @@ export declare const CreateDeploymentGitSourceDeploymentsType$outboundSchema: z.
|
|
|
1786
1925
|
export declare namespace CreateDeploymentGitSourceDeploymentsType$ {
|
|
1787
1926
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsType$inboundSchema` instead. */
|
|
1788
1927
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1789
|
-
readonly
|
|
1928
|
+
readonly GithubLimited: "github-limited";
|
|
1790
1929
|
}>;
|
|
1791
1930
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsType$outboundSchema` instead. */
|
|
1792
1931
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1793
|
-
readonly
|
|
1932
|
+
readonly GithubLimited: "github-limited";
|
|
1794
1933
|
}>;
|
|
1795
1934
|
}
|
|
1796
1935
|
/** @internal */
|
|
1797
1936
|
export declare const GitSource4$inboundSchema: z.ZodType<GitSource4, z.ZodTypeDef, unknown>;
|
|
1798
1937
|
/** @internal */
|
|
1799
1938
|
export type GitSource4$Outbound = {
|
|
1939
|
+
org: string;
|
|
1800
1940
|
ref: string;
|
|
1801
|
-
|
|
1941
|
+
repo: string;
|
|
1802
1942
|
sha?: string | undefined;
|
|
1803
1943
|
type: string;
|
|
1804
|
-
workspaceUuid?: string | undefined;
|
|
1805
1944
|
};
|
|
1806
1945
|
/** @internal */
|
|
1807
1946
|
export declare const GitSource4$outboundSchema: z.ZodType<GitSource4$Outbound, z.ZodTypeDef, GitSource4>;
|
|
@@ -1820,25 +1959,25 @@ export declare namespace GitSource4$ {
|
|
|
1820
1959
|
export declare function gitSource4ToJSON(gitSource4: GitSource4): string;
|
|
1821
1960
|
export declare function gitSource4FromJSON(jsonString: string): SafeParseResult<GitSource4, SDKValidationError>;
|
|
1822
1961
|
/** @internal */
|
|
1823
|
-
export declare const
|
|
1962
|
+
export declare const GitSourceRepoId$inboundSchema: z.ZodType<GitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
1824
1963
|
/** @internal */
|
|
1825
|
-
export type
|
|
1964
|
+
export type GitSourceRepoId$Outbound = number | string;
|
|
1826
1965
|
/** @internal */
|
|
1827
|
-
export declare const
|
|
1966
|
+
export declare const GitSourceRepoId$outboundSchema: z.ZodType<GitSourceRepoId$Outbound, z.ZodTypeDef, GitSourceRepoId>;
|
|
1828
1967
|
/**
|
|
1829
1968
|
* @internal
|
|
1830
1969
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1831
1970
|
*/
|
|
1832
|
-
export declare namespace
|
|
1833
|
-
/** @deprecated use `
|
|
1834
|
-
const inboundSchema: z.ZodType<
|
|
1835
|
-
/** @deprecated use `
|
|
1836
|
-
const outboundSchema: z.ZodType<
|
|
1837
|
-
/** @deprecated use `
|
|
1838
|
-
type Outbound =
|
|
1971
|
+
export declare namespace GitSourceRepoId$ {
|
|
1972
|
+
/** @deprecated use `GitSourceRepoId$inboundSchema` instead. */
|
|
1973
|
+
const inboundSchema: z.ZodType<GitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
1974
|
+
/** @deprecated use `GitSourceRepoId$outboundSchema` instead. */
|
|
1975
|
+
const outboundSchema: z.ZodType<GitSourceRepoId$Outbound, z.ZodTypeDef, GitSourceRepoId>;
|
|
1976
|
+
/** @deprecated use `GitSourceRepoId$Outbound` instead. */
|
|
1977
|
+
type Outbound = GitSourceRepoId$Outbound;
|
|
1839
1978
|
}
|
|
1840
|
-
export declare function
|
|
1841
|
-
export declare function
|
|
1979
|
+
export declare function gitSourceRepoIdToJSON(gitSourceRepoId: GitSourceRepoId): string;
|
|
1980
|
+
export declare function gitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GitSourceRepoId, SDKValidationError>;
|
|
1842
1981
|
/** @internal */
|
|
1843
1982
|
export declare const CreateDeploymentGitSourceType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceType>;
|
|
1844
1983
|
/** @internal */
|
|
@@ -1850,19 +1989,19 @@ export declare const CreateDeploymentGitSourceType$outboundSchema: z.ZodNativeEn
|
|
|
1850
1989
|
export declare namespace CreateDeploymentGitSourceType$ {
|
|
1851
1990
|
/** @deprecated use `CreateDeploymentGitSourceType$inboundSchema` instead. */
|
|
1852
1991
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1853
|
-
readonly
|
|
1992
|
+
readonly GithubLimited: "github-limited";
|
|
1854
1993
|
}>;
|
|
1855
1994
|
/** @deprecated use `CreateDeploymentGitSourceType$outboundSchema` instead. */
|
|
1856
1995
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1857
|
-
readonly
|
|
1996
|
+
readonly GithubLimited: "github-limited";
|
|
1858
1997
|
}>;
|
|
1859
1998
|
}
|
|
1860
1999
|
/** @internal */
|
|
1861
2000
|
export declare const GitSource3$inboundSchema: z.ZodType<GitSource3, z.ZodTypeDef, unknown>;
|
|
1862
2001
|
/** @internal */
|
|
1863
2002
|
export type GitSource3$Outbound = {
|
|
1864
|
-
projectId: number | string;
|
|
1865
2003
|
ref: string;
|
|
2004
|
+
repoId: number | string;
|
|
1866
2005
|
sha?: string | undefined;
|
|
1867
2006
|
type: string;
|
|
1868
2007
|
};
|
|
@@ -1947,19 +2086,19 @@ export declare namespace RepoId$ {
|
|
|
1947
2086
|
export declare function repoIdToJSON(repoId: RepoId): string;
|
|
1948
2087
|
export declare function repoIdFromJSON(jsonString: string): SafeParseResult<RepoId, SDKValidationError>;
|
|
1949
2088
|
/** @internal */
|
|
1950
|
-
export declare const
|
|
2089
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
|
|
1951
2090
|
/** @internal */
|
|
1952
|
-
export declare const
|
|
2091
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
|
|
1953
2092
|
/**
|
|
1954
2093
|
* @internal
|
|
1955
2094
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1956
2095
|
*/
|
|
1957
|
-
export declare namespace
|
|
1958
|
-
/** @deprecated use `
|
|
2096
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ {
|
|
2097
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema` instead. */
|
|
1959
2098
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1960
2099
|
readonly Github: "github";
|
|
1961
2100
|
}>;
|
|
1962
|
-
/** @deprecated use `
|
|
2101
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema` instead. */
|
|
1963
2102
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1964
2103
|
readonly Github: "github";
|
|
1965
2104
|
}>;
|
|
@@ -1992,7 +2131,7 @@ export declare function gitSource1FromJSON(jsonString: string): SafeParseResult<
|
|
|
1992
2131
|
/** @internal */
|
|
1993
2132
|
export declare const GitSource$inboundSchema: z.ZodType<GitSource, z.ZodTypeDef, unknown>;
|
|
1994
2133
|
/** @internal */
|
|
1995
|
-
export type GitSource$Outbound = GitSource2$Outbound |
|
|
2134
|
+
export type GitSource$Outbound = GitSource2$Outbound | GitSource4$Outbound | GitSource7$Outbound | GitSource1$Outbound | GitSource3$Outbound | GitSource5$Outbound | GitSource6$Outbound;
|
|
1996
2135
|
/** @internal */
|
|
1997
2136
|
export declare const GitSource$outboundSchema: z.ZodType<GitSource$Outbound, z.ZodTypeDef, GitSource>;
|
|
1998
2137
|
/**
|
|
@@ -2070,6 +2209,7 @@ export declare namespace Framework$ {
|
|
|
2070
2209
|
readonly Nitro: "nitro";
|
|
2071
2210
|
readonly Hono: "hono";
|
|
2072
2211
|
readonly Express: "express";
|
|
2212
|
+
readonly H3: "h3";
|
|
2073
2213
|
readonly Xmcp: "xmcp";
|
|
2074
2214
|
}>;
|
|
2075
2215
|
/** @deprecated use `Framework$outboundSchema` instead. */
|
|
@@ -2124,6 +2264,7 @@ export declare namespace Framework$ {
|
|
|
2124
2264
|
readonly Nitro: "nitro";
|
|
2125
2265
|
readonly Hono: "hono";
|
|
2126
2266
|
readonly Express: "express";
|
|
2267
|
+
readonly H3: "h3";
|
|
2127
2268
|
readonly Xmcp: "xmcp";
|
|
2128
2269
|
}>;
|
|
2129
2270
|
}
|
|
@@ -2199,7 +2340,7 @@ export type CreateDeploymentRequestBody$Outbound = {
|
|
|
2199
2340
|
deploymentId?: string | undefined;
|
|
2200
2341
|
files?: Array<InlinedFile$Outbound | UploadedFile$Outbound> | undefined;
|
|
2201
2342
|
gitMetadata?: GitMetadata$Outbound | undefined;
|
|
2202
|
-
gitSource?: GitSource2$Outbound |
|
|
2343
|
+
gitSource?: GitSource2$Outbound | GitSource4$Outbound | GitSource7$Outbound | GitSource1$Outbound | GitSource3$Outbound | GitSource5$Outbound | GitSource6$Outbound | undefined;
|
|
2203
2344
|
meta?: {
|
|
2204
2345
|
[k: string]: string;
|
|
2205
2346
|
} | undefined;
|
|
@@ -2381,6 +2522,7 @@ export declare namespace CreateDeploymentFramework$ {
|
|
|
2381
2522
|
readonly Nitro: "nitro";
|
|
2382
2523
|
readonly Hono: "hono";
|
|
2383
2524
|
readonly Express: "express";
|
|
2525
|
+
readonly H3: "h3";
|
|
2384
2526
|
readonly Xmcp: "xmcp";
|
|
2385
2527
|
}>;
|
|
2386
2528
|
/** @deprecated use `CreateDeploymentFramework$outboundSchema` instead. */
|
|
@@ -2435,6 +2577,7 @@ export declare namespace CreateDeploymentFramework$ {
|
|
|
2435
2577
|
readonly Nitro: "nitro";
|
|
2436
2578
|
readonly Hono: "hono";
|
|
2437
2579
|
readonly Express: "express";
|
|
2580
|
+
readonly H3: "h3";
|
|
2438
2581
|
readonly Xmcp: "xmcp";
|
|
2439
2582
|
}>;
|
|
2440
2583
|
}
|
|
@@ -2531,19 +2674,19 @@ export declare const CreateDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
|
|
|
2531
2674
|
export declare namespace CreateDeploymentDeploymentsStatus$ {
|
|
2532
2675
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
|
|
2533
2676
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2534
|
-
readonly Error: "error";
|
|
2535
|
-
readonly Timeout: "timeout";
|
|
2536
2677
|
readonly Skipped: "skipped";
|
|
2537
2678
|
readonly Pending: "pending";
|
|
2538
2679
|
readonly Ready: "ready";
|
|
2680
|
+
readonly Error: "error";
|
|
2681
|
+
readonly Timeout: "timeout";
|
|
2539
2682
|
}>;
|
|
2540
2683
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
|
|
2541
2684
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2542
|
-
readonly Error: "error";
|
|
2543
|
-
readonly Timeout: "timeout";
|
|
2544
2685
|
readonly Skipped: "skipped";
|
|
2545
2686
|
readonly Pending: "pending";
|
|
2546
2687
|
readonly Ready: "ready";
|
|
2688
|
+
readonly Error: "error";
|
|
2689
|
+
readonly Timeout: "timeout";
|
|
2547
2690
|
}>;
|
|
2548
2691
|
}
|
|
2549
2692
|
/** @internal */
|
|
@@ -2747,15 +2890,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
|
|
|
2747
2890
|
export declare namespace CreateDeploymentReadyState$ {
|
|
2748
2891
|
/** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
|
|
2749
2892
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2750
|
-
readonly Error: "ERROR";
|
|
2751
2893
|
readonly Building: "BUILDING";
|
|
2894
|
+
readonly Error: "ERROR";
|
|
2752
2895
|
readonly Initializing: "INITIALIZING";
|
|
2753
2896
|
readonly Ready: "READY";
|
|
2754
2897
|
}>;
|
|
2755
2898
|
/** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
|
|
2756
2899
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2757
|
-
readonly Error: "ERROR";
|
|
2758
2900
|
readonly Building: "BUILDING";
|
|
2901
|
+
readonly Error: "ERROR";
|
|
2759
2902
|
readonly Initializing: "INITIALIZING";
|
|
2760
2903
|
readonly Ready: "READY";
|
|
2761
2904
|
}>;
|
|
@@ -2790,8 +2933,8 @@ export type Lambdas$Outbound = {
|
|
|
2790
2933
|
id: string;
|
|
2791
2934
|
createdAt?: number | undefined;
|
|
2792
2935
|
readyState?: string | undefined;
|
|
2793
|
-
readyStateAt?: number | undefined;
|
|
2794
2936
|
entrypoint?: string | null | undefined;
|
|
2937
|
+
readyStateAt?: number | undefined;
|
|
2795
2938
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
2796
2939
|
};
|
|
2797
2940
|
/** @internal */
|
|
@@ -3581,25 +3724,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200Applicat
|
|
|
3581
3724
|
}>;
|
|
3582
3725
|
}
|
|
3583
3726
|
/** @internal */
|
|
3584
|
-
export declare const
|
|
3727
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
|
|
3585
3728
|
/** @internal */
|
|
3586
|
-
export type
|
|
3729
|
+
export type CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound = string | number;
|
|
3587
3730
|
/** @internal */
|
|
3588
|
-
export declare const
|
|
3731
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsResponseRepoId>;
|
|
3589
3732
|
/**
|
|
3590
3733
|
* @internal
|
|
3591
3734
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3592
3735
|
*/
|
|
3593
|
-
export declare namespace
|
|
3594
|
-
/** @deprecated use `
|
|
3595
|
-
const inboundSchema: z.ZodType<
|
|
3596
|
-
/** @deprecated use `
|
|
3597
|
-
const outboundSchema: z.ZodType<
|
|
3598
|
-
/** @deprecated use `
|
|
3599
|
-
type Outbound =
|
|
3736
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponseRepoId$ {
|
|
3737
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
|
|
3738
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
|
|
3739
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
|
|
3740
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsResponseRepoId>;
|
|
3741
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound` instead. */
|
|
3742
|
+
type Outbound = CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound;
|
|
3600
3743
|
}
|
|
3601
|
-
export declare function
|
|
3602
|
-
export declare function
|
|
3744
|
+
export declare function createDeploymentGitSourceDeploymentsResponseRepoIdToJSON(createDeploymentGitSourceDeploymentsResponseRepoId: CreateDeploymentGitSourceDeploymentsResponseRepoId): string;
|
|
3745
|
+
export declare function createDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsResponseRepoId, SDKValidationError>;
|
|
3603
3746
|
/** @internal */
|
|
3604
3747
|
export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
|
|
3605
3748
|
/** @internal */
|
|
@@ -3691,25 +3834,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200Applicat
|
|
|
3691
3834
|
}>;
|
|
3692
3835
|
}
|
|
3693
3836
|
/** @internal */
|
|
3694
|
-
export declare const
|
|
3837
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
3695
3838
|
/** @internal */
|
|
3696
|
-
export type
|
|
3839
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
|
|
3697
3840
|
/** @internal */
|
|
3698
|
-
export declare const
|
|
3841
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
|
|
3699
3842
|
/**
|
|
3700
3843
|
* @internal
|
|
3701
3844
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3702
3845
|
*/
|
|
3703
|
-
export declare namespace
|
|
3704
|
-
/** @deprecated use `
|
|
3705
|
-
const inboundSchema: z.ZodType<
|
|
3706
|
-
/** @deprecated use `
|
|
3707
|
-
const outboundSchema: z.ZodType<
|
|
3708
|
-
/** @deprecated use `
|
|
3709
|
-
type Outbound =
|
|
3846
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRepoId$ {
|
|
3847
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
3848
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
3849
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
3850
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
|
|
3851
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
|
|
3852
|
+
type Outbound = CreateDeploymentGitSourceDeploymentsRepoId$Outbound;
|
|
3710
3853
|
}
|
|
3711
|
-
export declare function
|
|
3712
|
-
export declare function
|
|
3854
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId: CreateDeploymentGitSourceDeploymentsRepoId): string;
|
|
3855
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
|
|
3713
3856
|
/** @internal */
|
|
3714
3857
|
export declare const CreateDeploymentGitSource3$inboundSchema: z.ZodType<CreateDeploymentGitSource3, z.ZodTypeDef, unknown>;
|
|
3715
3858
|
/** @internal */
|
|
@@ -3801,25 +3944,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponseType$ {
|
|
|
3801
3944
|
}>;
|
|
3802
3945
|
}
|
|
3803
3946
|
/** @internal */
|
|
3804
|
-
export declare const
|
|
3947
|
+
export declare const CreateDeploymentGitSourceRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
3805
3948
|
/** @internal */
|
|
3806
|
-
export type
|
|
3949
|
+
export type CreateDeploymentGitSourceRepoId$Outbound = string | number;
|
|
3807
3950
|
/** @internal */
|
|
3808
|
-
export declare const
|
|
3951
|
+
export declare const CreateDeploymentGitSourceRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceRepoId>;
|
|
3809
3952
|
/**
|
|
3810
3953
|
* @internal
|
|
3811
3954
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3812
3955
|
*/
|
|
3813
|
-
export declare namespace
|
|
3814
|
-
/** @deprecated use `
|
|
3815
|
-
const inboundSchema: z.ZodType<
|
|
3816
|
-
/** @deprecated use `
|
|
3817
|
-
const outboundSchema: z.ZodType<
|
|
3818
|
-
/** @deprecated use `
|
|
3819
|
-
type Outbound =
|
|
3956
|
+
export declare namespace CreateDeploymentGitSourceRepoId$ {
|
|
3957
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$inboundSchema` instead. */
|
|
3958
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
3959
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$outboundSchema` instead. */
|
|
3960
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceRepoId>;
|
|
3961
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$Outbound` instead. */
|
|
3962
|
+
type Outbound = CreateDeploymentGitSourceRepoId$Outbound;
|
|
3820
3963
|
}
|
|
3821
|
-
export declare function
|
|
3822
|
-
export declare function
|
|
3964
|
+
export declare function createDeploymentGitSourceRepoIdToJSON(createDeploymentGitSourceRepoId: CreateDeploymentGitSourceRepoId): string;
|
|
3965
|
+
export declare function createDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceRepoId, SDKValidationError>;
|
|
3823
3966
|
/** @internal */
|
|
3824
3967
|
export declare const CreateDeploymentGitSource1$inboundSchema: z.ZodType<CreateDeploymentGitSource1, z.ZodTypeDef, unknown>;
|
|
3825
3968
|
/** @internal */
|
|
@@ -4181,13 +4324,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
|
|
|
4181
4324
|
export declare namespace FunctionType$ {
|
|
4182
4325
|
/** @deprecated use `FunctionType$inboundSchema` instead. */
|
|
4183
4326
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4184
|
-
readonly Standard: "standard";
|
|
4185
4327
|
readonly Fluid: "fluid";
|
|
4328
|
+
readonly Standard: "standard";
|
|
4186
4329
|
}>;
|
|
4187
4330
|
/** @deprecated use `FunctionType$outboundSchema` instead. */
|
|
4188
4331
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4189
|
-
readonly Standard: "standard";
|
|
4190
4332
|
readonly Fluid: "fluid";
|
|
4333
|
+
readonly Standard: "standard";
|
|
4191
4334
|
}>;
|
|
4192
4335
|
}
|
|
4193
4336
|
/** @internal */
|
|
@@ -4201,14 +4344,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
|
|
|
4201
4344
|
export declare namespace FunctionMemoryType$ {
|
|
4202
4345
|
/** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
|
|
4203
4346
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4204
|
-
readonly StandardLegacy: "standard_legacy";
|
|
4205
4347
|
readonly Standard: "standard";
|
|
4348
|
+
readonly StandardLegacy: "standard_legacy";
|
|
4206
4349
|
readonly Performance: "performance";
|
|
4207
4350
|
}>;
|
|
4208
4351
|
/** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
|
|
4209
4352
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4210
|
-
readonly StandardLegacy: "standard_legacy";
|
|
4211
4353
|
readonly Standard: "standard";
|
|
4354
|
+
readonly StandardLegacy: "standard_legacy";
|
|
4212
4355
|
readonly Performance: "performance";
|
|
4213
4356
|
}>;
|
|
4214
4357
|
}
|
|
@@ -4369,21 +4512,21 @@ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
|
4369
4512
|
export declare namespace Handle$ {
|
|
4370
4513
|
/** @deprecated use `Handle$inboundSchema` instead. */
|
|
4371
4514
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4372
|
-
readonly Filesystem: "filesystem";
|
|
4373
4515
|
readonly Error: "error";
|
|
4516
|
+
readonly Filesystem: "filesystem";
|
|
4374
4517
|
readonly Hit: "hit";
|
|
4375
4518
|
readonly Miss: "miss";
|
|
4376
|
-
readonly Resource: "resource";
|
|
4377
4519
|
readonly Rewrite: "rewrite";
|
|
4520
|
+
readonly Resource: "resource";
|
|
4378
4521
|
}>;
|
|
4379
4522
|
/** @deprecated use `Handle$outboundSchema` instead. */
|
|
4380
4523
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4381
|
-
readonly Filesystem: "filesystem";
|
|
4382
4524
|
readonly Error: "error";
|
|
4525
|
+
readonly Filesystem: "filesystem";
|
|
4383
4526
|
readonly Hit: "hit";
|
|
4384
4527
|
readonly Miss: "miss";
|
|
4385
|
-
readonly Resource: "resource";
|
|
4386
4528
|
readonly Rewrite: "rewrite";
|
|
4529
|
+
readonly Resource: "resource";
|
|
4387
4530
|
}>;
|
|
4388
4531
|
}
|
|
4389
4532
|
/** @internal */
|
|
@@ -4488,7 +4631,7 @@ export declare function createDeploymentValue2FromJSON(jsonString: string): Safe
|
|
|
4488
4631
|
/** @internal */
|
|
4489
4632
|
export declare const CreateDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<CreateDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
|
|
4490
4633
|
/** @internal */
|
|
4491
|
-
export type CreateDeploymentHasDeploymentsValue$Outbound = CreateDeploymentValue2$Outbound
|
|
4634
|
+
export type CreateDeploymentHasDeploymentsValue$Outbound = string | CreateDeploymentValue2$Outbound;
|
|
4492
4635
|
/** @internal */
|
|
4493
4636
|
export declare const CreateDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<CreateDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, CreateDeploymentHasDeploymentsValue>;
|
|
4494
4637
|
/**
|
|
@@ -4511,7 +4654,7 @@ export declare const CreateDeploymentHas2$inboundSchema: z.ZodType<CreateDeploym
|
|
|
4511
4654
|
export type CreateDeploymentHas2$Outbound = {
|
|
4512
4655
|
type: string;
|
|
4513
4656
|
key: string;
|
|
4514
|
-
value?: CreateDeploymentValue2$Outbound |
|
|
4657
|
+
value?: string | CreateDeploymentValue2$Outbound | undefined;
|
|
4515
4658
|
};
|
|
4516
4659
|
/** @internal */
|
|
4517
4660
|
export declare const CreateDeploymentHas2$outboundSchema: z.ZodType<CreateDeploymentHas2$Outbound, z.ZodTypeDef, CreateDeploymentHas2>;
|
|
@@ -4602,7 +4745,7 @@ export declare function createDeploymentValueDeploymentsResponse2002FromJSON(jso
|
|
|
4602
4745
|
/** @internal */
|
|
4603
4746
|
export declare const CreateDeploymentHasValue$inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
|
|
4604
4747
|
/** @internal */
|
|
4605
|
-
export type CreateDeploymentHasValue$Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound
|
|
4748
|
+
export type CreateDeploymentHasValue$Outbound = string | CreateDeploymentValueDeploymentsResponse2002$Outbound;
|
|
4606
4749
|
/** @internal */
|
|
4607
4750
|
export declare const CreateDeploymentHasValue$outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
|
|
4608
4751
|
/**
|
|
@@ -4624,7 +4767,7 @@ export declare const CreateDeploymentHas1$inboundSchema: z.ZodType<CreateDeploym
|
|
|
4624
4767
|
/** @internal */
|
|
4625
4768
|
export type CreateDeploymentHas1$Outbound = {
|
|
4626
4769
|
type: string;
|
|
4627
|
-
value: CreateDeploymentValueDeploymentsResponse2002$Outbound
|
|
4770
|
+
value: string | CreateDeploymentValueDeploymentsResponse2002$Outbound;
|
|
4628
4771
|
};
|
|
4629
4772
|
/** @internal */
|
|
4630
4773
|
export declare const CreateDeploymentHas1$outboundSchema: z.ZodType<CreateDeploymentHas1$Outbound, z.ZodTypeDef, CreateDeploymentHas1>;
|
|
@@ -4739,7 +4882,7 @@ export declare function createDeploymentValueDeploymentsResponse2FromJSON(jsonSt
|
|
|
4739
4882
|
/** @internal */
|
|
4740
4883
|
export declare const CreateDeploymentMissingValue$inboundSchema: z.ZodType<CreateDeploymentMissingValue, z.ZodTypeDef, unknown>;
|
|
4741
4884
|
/** @internal */
|
|
4742
|
-
export type CreateDeploymentMissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound
|
|
4885
|
+
export type CreateDeploymentMissingValue$Outbound = string | CreateDeploymentValueDeploymentsResponse2$Outbound;
|
|
4743
4886
|
/** @internal */
|
|
4744
4887
|
export declare const CreateDeploymentMissingValue$outboundSchema: z.ZodType<CreateDeploymentMissingValue$Outbound, z.ZodTypeDef, CreateDeploymentMissingValue>;
|
|
4745
4888
|
/**
|
|
@@ -4762,7 +4905,7 @@ export declare const Missing2$inboundSchema: z.ZodType<Missing2, z.ZodTypeDef, u
|
|
|
4762
4905
|
export type Missing2$Outbound = {
|
|
4763
4906
|
type: string;
|
|
4764
4907
|
key: string;
|
|
4765
|
-
value?: CreateDeploymentValueDeploymentsResponse2$Outbound |
|
|
4908
|
+
value?: string | CreateDeploymentValueDeploymentsResponse2$Outbound | undefined;
|
|
4766
4909
|
};
|
|
4767
4910
|
/** @internal */
|
|
4768
4911
|
export declare const Missing2$outboundSchema: z.ZodType<Missing2$Outbound, z.ZodTypeDef, Missing2>;
|
|
@@ -4853,7 +4996,7 @@ export declare function createDeploymentValueDeployments2FromJSON(jsonString: st
|
|
|
4853
4996
|
/** @internal */
|
|
4854
4997
|
export declare const MissingValue$inboundSchema: z.ZodType<MissingValue, z.ZodTypeDef, unknown>;
|
|
4855
4998
|
/** @internal */
|
|
4856
|
-
export type MissingValue$Outbound = CreateDeploymentValueDeployments2$Outbound
|
|
4999
|
+
export type MissingValue$Outbound = string | CreateDeploymentValueDeployments2$Outbound;
|
|
4857
5000
|
/** @internal */
|
|
4858
5001
|
export declare const MissingValue$outboundSchema: z.ZodType<MissingValue$Outbound, z.ZodTypeDef, MissingValue>;
|
|
4859
5002
|
/**
|
|
@@ -4875,7 +5018,7 @@ export declare const Missing1$inboundSchema: z.ZodType<Missing1, z.ZodTypeDef, u
|
|
|
4875
5018
|
/** @internal */
|
|
4876
5019
|
export type Missing1$Outbound = {
|
|
4877
5020
|
type: string;
|
|
4878
|
-
value: CreateDeploymentValueDeployments2$Outbound
|
|
5021
|
+
value: string | CreateDeploymentValueDeployments2$Outbound;
|
|
4879
5022
|
};
|
|
4880
5023
|
/** @internal */
|
|
4881
5024
|
export declare const Missing1$outboundSchema: z.ZodType<Missing1$Outbound, z.ZodTypeDef, Missing1>;
|
|
@@ -4988,14 +5131,14 @@ export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<ty
|
|
|
4988
5131
|
export declare namespace CreateDeploymentRoutesOp$ {
|
|
4989
5132
|
/** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
|
|
4990
5133
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4991
|
-
readonly Set: "set";
|
|
4992
5134
|
readonly Append: "append";
|
|
5135
|
+
readonly Set: "set";
|
|
4993
5136
|
readonly Delete: "delete";
|
|
4994
5137
|
}>;
|
|
4995
5138
|
/** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
|
|
4996
5139
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4997
|
-
readonly Set: "set";
|
|
4998
5140
|
readonly Append: "append";
|
|
5141
|
+
readonly Set: "set";
|
|
4999
5142
|
readonly Delete: "delete";
|
|
5000
5143
|
}>;
|
|
5001
5144
|
}
|
|
@@ -5053,7 +5196,7 @@ export declare function key2FromJSON(jsonString: string): SafeParseResult<Key2,
|
|
|
5053
5196
|
/** @internal */
|
|
5054
5197
|
export declare const RoutesKey$inboundSchema: z.ZodType<RoutesKey, z.ZodTypeDef, unknown>;
|
|
5055
5198
|
/** @internal */
|
|
5056
|
-
export type RoutesKey$Outbound = Key2$Outbound
|
|
5199
|
+
export type RoutesKey$Outbound = string | Key2$Outbound;
|
|
5057
5200
|
/** @internal */
|
|
5058
5201
|
export declare const RoutesKey$outboundSchema: z.ZodType<RoutesKey$Outbound, z.ZodTypeDef, RoutesKey>;
|
|
5059
5202
|
/**
|
|
@@ -5074,7 +5217,7 @@ export declare function routesKeyFromJSON(jsonString: string): SafeParseResult<R
|
|
|
5074
5217
|
export declare const RoutesTarget$inboundSchema: z.ZodType<RoutesTarget, z.ZodTypeDef, unknown>;
|
|
5075
5218
|
/** @internal */
|
|
5076
5219
|
export type RoutesTarget$Outbound = {
|
|
5077
|
-
key: Key2$Outbound
|
|
5220
|
+
key: string | Key2$Outbound;
|
|
5078
5221
|
};
|
|
5079
5222
|
/** @internal */
|
|
5080
5223
|
export declare const RoutesTarget$outboundSchema: z.ZodType<RoutesTarget$Outbound, z.ZodTypeDef, RoutesTarget>;
|
|
@@ -5374,6 +5517,7 @@ export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
|
5374
5517
|
defaultRoute?: string | undefined;
|
|
5375
5518
|
groupIds: Array<string>;
|
|
5376
5519
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5520
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
5377
5521
|
};
|
|
5378
5522
|
/** @internal */
|
|
5379
5523
|
export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
|
|
@@ -5400,6 +5544,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
|
|
|
5400
5544
|
defaultRoute?: string | undefined;
|
|
5401
5545
|
groupIds: Array<string>;
|
|
5402
5546
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5547
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
5403
5548
|
};
|
|
5404
5549
|
/** @internal */
|
|
5405
5550
|
export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
|
|
@@ -5577,13 +5722,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
|
|
|
5577
5722
|
export declare namespace CreateDeploymentGitRepoOwnerType$ {
|
|
5578
5723
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
|
|
5579
5724
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5580
|
-
readonly User: "user";
|
|
5581
5725
|
readonly Team: "team";
|
|
5726
|
+
readonly User: "user";
|
|
5582
5727
|
}>;
|
|
5583
5728
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
|
|
5584
5729
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5585
|
-
readonly User: "user";
|
|
5586
5730
|
readonly Team: "team";
|
|
5731
|
+
readonly User: "user";
|
|
5587
5732
|
}>;
|
|
5588
5733
|
}
|
|
5589
5734
|
/** @internal */
|
|
@@ -5646,13 +5791,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
|
|
|
5646
5791
|
export declare namespace GitRepoOwnerType$ {
|
|
5647
5792
|
/** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
|
|
5648
5793
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5649
|
-
readonly User: "user";
|
|
5650
5794
|
readonly Team: "team";
|
|
5795
|
+
readonly User: "user";
|
|
5651
5796
|
}>;
|
|
5652
5797
|
/** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
|
|
5653
5798
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5654
|
-
readonly User: "user";
|
|
5655
5799
|
readonly Team: "team";
|
|
5800
|
+
readonly User: "user";
|
|
5656
5801
|
}>;
|
|
5657
5802
|
}
|
|
5658
5803
|
/** @internal */
|
|
@@ -5715,13 +5860,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
|
|
|
5715
5860
|
export declare namespace OwnerType$ {
|
|
5716
5861
|
/** @deprecated use `OwnerType$inboundSchema` instead. */
|
|
5717
5862
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5718
|
-
readonly User: "user";
|
|
5719
5863
|
readonly Team: "team";
|
|
5864
|
+
readonly User: "user";
|
|
5720
5865
|
}>;
|
|
5721
5866
|
/** @deprecated use `OwnerType$outboundSchema` instead. */
|
|
5722
5867
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5723
|
-
readonly User: "user";
|
|
5724
5868
|
readonly Team: "team";
|
|
5869
|
+
readonly User: "user";
|
|
5725
5870
|
}>;
|
|
5726
5871
|
}
|
|
5727
5872
|
/** @internal */
|
|
@@ -5814,8 +5959,6 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5814
5959
|
name: string;
|
|
5815
5960
|
createdAt: number;
|
|
5816
5961
|
type: string;
|
|
5817
|
-
deletedAt?: number | null | undefined;
|
|
5818
|
-
version: number;
|
|
5819
5962
|
autoAssignCustomDomains?: boolean | undefined;
|
|
5820
5963
|
gitSource?: CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound | undefined;
|
|
5821
5964
|
meta: {
|
|
@@ -5827,8 +5970,10 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5827
5970
|
source?: string | undefined;
|
|
5828
5971
|
target?: string | null | undefined;
|
|
5829
5972
|
errorMessage?: string | null | undefined;
|
|
5973
|
+
deletedAt?: number | null | undefined;
|
|
5830
5974
|
passiveRegions?: Array<string> | undefined;
|
|
5831
5975
|
regions: Array<string>;
|
|
5976
|
+
version: number;
|
|
5832
5977
|
aliasError?: AliasError$Outbound | null | undefined;
|
|
5833
5978
|
aliasFinal?: string | null | undefined;
|
|
5834
5979
|
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
@@ -5848,8 +5993,8 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5848
5993
|
undeletedAt?: number | undefined;
|
|
5849
5994
|
url: string;
|
|
5850
5995
|
projectId: string;
|
|
5851
|
-
ownerId: string;
|
|
5852
5996
|
monorepoManager?: string | null | undefined;
|
|
5997
|
+
ownerId: string;
|
|
5853
5998
|
plan: string;
|
|
5854
5999
|
config?: Config$Outbound | undefined;
|
|
5855
6000
|
functions?: {
|