@vercel/sdk 1.11.4 → 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 +15 -7
- package/bin/mcp-server.js +4056 -2676
- package/bin/mcp-server.js.map +39 -33
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/projects/README.md +0 -2
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +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 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.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/edgeCacheInvalidateByTags.d.ts +20 -0
- 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/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 +5 -1
- 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/models/canceldeploymentop.d.ts +60 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +58 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +248 -109
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -111
- 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 +903 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1076 -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/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +32 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +20 -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/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- 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 +30 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +5 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -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 +198 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +204 -166
- package/esm/models/getprojectsop.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/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- 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 +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +32 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +20 -18
- package/esm/models/updateprojectop.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/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- 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__/checks.test.ts +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- 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 +5 -1
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/models/canceldeploymentop.ts +126 -104
- package/src/models/createdeploymentop.ts +511 -207
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2458 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +34 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/editprojectenvop.ts +1 -1
- 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 +62 -48
- package/src/models/getdeploymentsop.ts +7 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +426 -336
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +34 -30
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +3069 -2056
|
@@ -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
|
*/
|
|
@@ -325,7 +347,7 @@ export type CreateDeploymentRequestBody = {
|
|
|
325
347
|
/**
|
|
326
348
|
* Defines the Git Repository source to be deployed. This property can not be used in combination with `files`.
|
|
327
349
|
*/
|
|
328
|
-
gitSource?: GitSource2 |
|
|
350
|
+
gitSource?: GitSource2 | GitSource4 | GitSource7 | GitSource1 | GitSource3 | GitSource5 | GitSource6 | undefined;
|
|
329
351
|
/**
|
|
330
352
|
* An object containing the deployment's metadata. Multiple key-value pairs can be attached to a deployment
|
|
331
353
|
*/
|
|
@@ -835,7 +857,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
835
857
|
readonly GithubLimited: "github-limited";
|
|
836
858
|
};
|
|
837
859
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
|
|
838
|
-
export type
|
|
860
|
+
export type CreateDeploymentGitSourceDeploymentsResponseRepoId = string | number;
|
|
839
861
|
export type CreateDeploymentGitSource5 = {
|
|
840
862
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
|
|
841
863
|
repoId: string | number;
|
|
@@ -860,7 +882,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
860
882
|
readonly GithubCustomHost: "github-custom-host";
|
|
861
883
|
};
|
|
862
884
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
|
|
863
|
-
export type
|
|
885
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
|
|
864
886
|
export type CreateDeploymentGitSource3 = {
|
|
865
887
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
|
|
866
888
|
host: string;
|
|
@@ -885,7 +907,7 @@ export declare const CreateDeploymentGitSourceDeploymentsResponseType: {
|
|
|
885
907
|
readonly Github: "github";
|
|
886
908
|
};
|
|
887
909
|
export type CreateDeploymentGitSourceDeploymentsResponseType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponseType>;
|
|
888
|
-
export type
|
|
910
|
+
export type CreateDeploymentGitSourceRepoId = string | number;
|
|
889
911
|
export type CreateDeploymentGitSource1 = {
|
|
890
912
|
type: CreateDeploymentGitSourceDeploymentsResponseType;
|
|
891
913
|
repoId: string | number;
|
|
@@ -1110,11 +1132,11 @@ export type CreateDeploymentValue2 = {
|
|
|
1110
1132
|
lt?: number | undefined;
|
|
1111
1133
|
lte?: number | undefined;
|
|
1112
1134
|
};
|
|
1113
|
-
export type CreateDeploymentHasDeploymentsValue =
|
|
1135
|
+
export type CreateDeploymentHasDeploymentsValue = string | CreateDeploymentValue2;
|
|
1114
1136
|
export type CreateDeploymentHas2 = {
|
|
1115
1137
|
type: CreateDeploymentHasDeploymentsType;
|
|
1116
1138
|
key: string;
|
|
1117
|
-
value?:
|
|
1139
|
+
value?: string | CreateDeploymentValue2 | undefined;
|
|
1118
1140
|
};
|
|
1119
1141
|
export declare const CreateDeploymentHasType: {
|
|
1120
1142
|
readonly Host: "host";
|
|
@@ -1134,10 +1156,10 @@ export type CreateDeploymentValueDeploymentsResponse2002 = {
|
|
|
1134
1156
|
lt?: number | undefined;
|
|
1135
1157
|
lte?: number | undefined;
|
|
1136
1158
|
};
|
|
1137
|
-
export type CreateDeploymentHasValue =
|
|
1159
|
+
export type CreateDeploymentHasValue = string | CreateDeploymentValueDeploymentsResponse2002;
|
|
1138
1160
|
export type CreateDeploymentHas1 = {
|
|
1139
1161
|
type: CreateDeploymentHasType;
|
|
1140
|
-
value:
|
|
1162
|
+
value: string | CreateDeploymentValueDeploymentsResponse2002;
|
|
1141
1163
|
};
|
|
1142
1164
|
export type RoutesHas = CreateDeploymentHas1 | CreateDeploymentHas2;
|
|
1143
1165
|
export declare const CreateDeploymentMissingType: {
|
|
@@ -1160,11 +1182,11 @@ export type CreateDeploymentValueDeploymentsResponse2 = {
|
|
|
1160
1182
|
lt?: number | undefined;
|
|
1161
1183
|
lte?: number | undefined;
|
|
1162
1184
|
};
|
|
1163
|
-
export type CreateDeploymentMissingValue =
|
|
1185
|
+
export type CreateDeploymentMissingValue = string | CreateDeploymentValueDeploymentsResponse2;
|
|
1164
1186
|
export type Missing2 = {
|
|
1165
1187
|
type: CreateDeploymentMissingType;
|
|
1166
1188
|
key: string;
|
|
1167
|
-
value?:
|
|
1189
|
+
value?: string | CreateDeploymentValueDeploymentsResponse2 | undefined;
|
|
1168
1190
|
};
|
|
1169
1191
|
export declare const MissingType: {
|
|
1170
1192
|
readonly Host: "host";
|
|
@@ -1184,10 +1206,10 @@ export type CreateDeploymentValueDeployments2 = {
|
|
|
1184
1206
|
lt?: number | undefined;
|
|
1185
1207
|
lte?: number | undefined;
|
|
1186
1208
|
};
|
|
1187
|
-
export type MissingValue =
|
|
1209
|
+
export type MissingValue = string | CreateDeploymentValueDeployments2;
|
|
1188
1210
|
export type Missing1 = {
|
|
1189
1211
|
type: MissingType;
|
|
1190
|
-
value:
|
|
1212
|
+
value: string | CreateDeploymentValueDeployments2;
|
|
1191
1213
|
};
|
|
1192
1214
|
export type Missing = Missing1 | Missing2;
|
|
1193
1215
|
export declare const RoutesAction: {
|
|
@@ -1223,9 +1245,9 @@ export type Key2 = {
|
|
|
1223
1245
|
lt?: number | undefined;
|
|
1224
1246
|
lte?: number | undefined;
|
|
1225
1247
|
};
|
|
1226
|
-
export type RoutesKey =
|
|
1248
|
+
export type RoutesKey = string | Key2;
|
|
1227
1249
|
export type RoutesTarget = {
|
|
1228
|
-
key:
|
|
1250
|
+
key: string | Key2;
|
|
1229
1251
|
};
|
|
1230
1252
|
export type Args = string | Array<string>;
|
|
1231
1253
|
export type Transforms = {
|
|
@@ -1351,6 +1373,10 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1351
1373
|
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1352
1374
|
*/
|
|
1353
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;
|
|
1354
1380
|
};
|
|
1355
1381
|
export type CreateDeploymentMicrofrontends1 = {
|
|
1356
1382
|
isDefaultApp?: boolean | undefined;
|
|
@@ -1370,6 +1396,10 @@ export type CreateDeploymentMicrofrontends1 = {
|
|
|
1370
1396
|
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1371
1397
|
*/
|
|
1372
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;
|
|
1373
1403
|
};
|
|
1374
1404
|
export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
|
|
1375
1405
|
/**
|
|
@@ -1500,8 +1530,6 @@ export type CreateDeploymentResponseBody = {
|
|
|
1500
1530
|
name: string;
|
|
1501
1531
|
createdAt: number;
|
|
1502
1532
|
type: CreateDeploymentType;
|
|
1503
|
-
deletedAt?: number | null | undefined;
|
|
1504
|
-
version: number;
|
|
1505
1533
|
/**
|
|
1506
1534
|
* applies to custom domains only, defaults to `true`
|
|
1507
1535
|
*/
|
|
@@ -1519,11 +1547,13 @@ export type CreateDeploymentResponseBody = {
|
|
|
1519
1547
|
source?: CreateDeploymentSource | undefined;
|
|
1520
1548
|
target?: CreateDeploymentTarget | null | undefined;
|
|
1521
1549
|
errorMessage?: string | null | undefined;
|
|
1550
|
+
deletedAt?: number | null | undefined;
|
|
1522
1551
|
/**
|
|
1523
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
|
|
1524
1553
|
*/
|
|
1525
1554
|
passiveRegions?: Array<string> | undefined;
|
|
1526
1555
|
regions: Array<string>;
|
|
1556
|
+
version: number;
|
|
1527
1557
|
aliasError?: AliasError | null | undefined;
|
|
1528
1558
|
aliasFinal?: string | null | undefined;
|
|
1529
1559
|
aliasWarning?: AliasWarning | null | undefined;
|
|
@@ -1549,8 +1579,8 @@ export type CreateDeploymentResponseBody = {
|
|
|
1549
1579
|
undeletedAt?: number | undefined;
|
|
1550
1580
|
url: string;
|
|
1551
1581
|
projectId: string;
|
|
1552
|
-
ownerId: string;
|
|
1553
1582
|
monorepoManager?: string | null | undefined;
|
|
1583
|
+
ownerId: string;
|
|
1554
1584
|
plan: CreateDeploymentPlan;
|
|
1555
1585
|
/**
|
|
1556
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
|
|
@@ -1734,6 +1764,114 @@ export declare namespace GitMetadata$ {
|
|
|
1734
1764
|
export declare function gitMetadataToJSON(gitMetadata: GitMetadata): string;
|
|
1735
1765
|
export declare function gitMetadataFromJSON(jsonString: string): SafeParseResult<GitMetadata, SDKValidationError>;
|
|
1736
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 */
|
|
1737
1875
|
export declare const CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
|
|
1738
1876
|
/** @internal */
|
|
1739
1877
|
export declare const CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
|
|
@@ -1744,21 +1882,20 @@ export declare const CreateDeploymentGitSourceDeploymentsRequestType$outboundSch
|
|
|
1744
1882
|
export declare namespace CreateDeploymentGitSourceDeploymentsRequestType$ {
|
|
1745
1883
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema` instead. */
|
|
1746
1884
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1747
|
-
readonly
|
|
1885
|
+
readonly Gitlab: "gitlab";
|
|
1748
1886
|
}>;
|
|
1749
1887
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema` instead. */
|
|
1750
1888
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1751
|
-
readonly
|
|
1889
|
+
readonly Gitlab: "gitlab";
|
|
1752
1890
|
}>;
|
|
1753
1891
|
}
|
|
1754
1892
|
/** @internal */
|
|
1755
1893
|
export declare const GitSource5$inboundSchema: z.ZodType<GitSource5, z.ZodTypeDef, unknown>;
|
|
1756
1894
|
/** @internal */
|
|
1757
1895
|
export type GitSource5$Outbound = {
|
|
1758
|
-
|
|
1896
|
+
projectId: number | string;
|
|
1759
1897
|
ref: string;
|
|
1760
1898
|
sha?: string | undefined;
|
|
1761
|
-
slug: string;
|
|
1762
1899
|
type: string;
|
|
1763
1900
|
};
|
|
1764
1901
|
/** @internal */
|
|
@@ -1788,22 +1925,22 @@ export declare const CreateDeploymentGitSourceDeploymentsType$outboundSchema: z.
|
|
|
1788
1925
|
export declare namespace CreateDeploymentGitSourceDeploymentsType$ {
|
|
1789
1926
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsType$inboundSchema` instead. */
|
|
1790
1927
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1791
|
-
readonly
|
|
1928
|
+
readonly GithubLimited: "github-limited";
|
|
1792
1929
|
}>;
|
|
1793
1930
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsType$outboundSchema` instead. */
|
|
1794
1931
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1795
|
-
readonly
|
|
1932
|
+
readonly GithubLimited: "github-limited";
|
|
1796
1933
|
}>;
|
|
1797
1934
|
}
|
|
1798
1935
|
/** @internal */
|
|
1799
1936
|
export declare const GitSource4$inboundSchema: z.ZodType<GitSource4, z.ZodTypeDef, unknown>;
|
|
1800
1937
|
/** @internal */
|
|
1801
1938
|
export type GitSource4$Outbound = {
|
|
1939
|
+
org: string;
|
|
1802
1940
|
ref: string;
|
|
1803
|
-
|
|
1941
|
+
repo: string;
|
|
1804
1942
|
sha?: string | undefined;
|
|
1805
1943
|
type: string;
|
|
1806
|
-
workspaceUuid?: string | undefined;
|
|
1807
1944
|
};
|
|
1808
1945
|
/** @internal */
|
|
1809
1946
|
export declare const GitSource4$outboundSchema: z.ZodType<GitSource4$Outbound, z.ZodTypeDef, GitSource4>;
|
|
@@ -1822,25 +1959,25 @@ export declare namespace GitSource4$ {
|
|
|
1822
1959
|
export declare function gitSource4ToJSON(gitSource4: GitSource4): string;
|
|
1823
1960
|
export declare function gitSource4FromJSON(jsonString: string): SafeParseResult<GitSource4, SDKValidationError>;
|
|
1824
1961
|
/** @internal */
|
|
1825
|
-
export declare const
|
|
1962
|
+
export declare const GitSourceRepoId$inboundSchema: z.ZodType<GitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
1826
1963
|
/** @internal */
|
|
1827
|
-
export type
|
|
1964
|
+
export type GitSourceRepoId$Outbound = number | string;
|
|
1828
1965
|
/** @internal */
|
|
1829
|
-
export declare const
|
|
1966
|
+
export declare const GitSourceRepoId$outboundSchema: z.ZodType<GitSourceRepoId$Outbound, z.ZodTypeDef, GitSourceRepoId>;
|
|
1830
1967
|
/**
|
|
1831
1968
|
* @internal
|
|
1832
1969
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1833
1970
|
*/
|
|
1834
|
-
export declare namespace
|
|
1835
|
-
/** @deprecated use `
|
|
1836
|
-
const inboundSchema: z.ZodType<
|
|
1837
|
-
/** @deprecated use `
|
|
1838
|
-
const outboundSchema: z.ZodType<
|
|
1839
|
-
/** @deprecated use `
|
|
1840
|
-
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;
|
|
1841
1978
|
}
|
|
1842
|
-
export declare function
|
|
1843
|
-
export declare function
|
|
1979
|
+
export declare function gitSourceRepoIdToJSON(gitSourceRepoId: GitSourceRepoId): string;
|
|
1980
|
+
export declare function gitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GitSourceRepoId, SDKValidationError>;
|
|
1844
1981
|
/** @internal */
|
|
1845
1982
|
export declare const CreateDeploymentGitSourceType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceType>;
|
|
1846
1983
|
/** @internal */
|
|
@@ -1852,19 +1989,19 @@ export declare const CreateDeploymentGitSourceType$outboundSchema: z.ZodNativeEn
|
|
|
1852
1989
|
export declare namespace CreateDeploymentGitSourceType$ {
|
|
1853
1990
|
/** @deprecated use `CreateDeploymentGitSourceType$inboundSchema` instead. */
|
|
1854
1991
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1855
|
-
readonly
|
|
1992
|
+
readonly GithubLimited: "github-limited";
|
|
1856
1993
|
}>;
|
|
1857
1994
|
/** @deprecated use `CreateDeploymentGitSourceType$outboundSchema` instead. */
|
|
1858
1995
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1859
|
-
readonly
|
|
1996
|
+
readonly GithubLimited: "github-limited";
|
|
1860
1997
|
}>;
|
|
1861
1998
|
}
|
|
1862
1999
|
/** @internal */
|
|
1863
2000
|
export declare const GitSource3$inboundSchema: z.ZodType<GitSource3, z.ZodTypeDef, unknown>;
|
|
1864
2001
|
/** @internal */
|
|
1865
2002
|
export type GitSource3$Outbound = {
|
|
1866
|
-
projectId: number | string;
|
|
1867
2003
|
ref: string;
|
|
2004
|
+
repoId: number | string;
|
|
1868
2005
|
sha?: string | undefined;
|
|
1869
2006
|
type: string;
|
|
1870
2007
|
};
|
|
@@ -1949,19 +2086,19 @@ export declare namespace RepoId$ {
|
|
|
1949
2086
|
export declare function repoIdToJSON(repoId: RepoId): string;
|
|
1950
2087
|
export declare function repoIdFromJSON(jsonString: string): SafeParseResult<RepoId, SDKValidationError>;
|
|
1951
2088
|
/** @internal */
|
|
1952
|
-
export declare const
|
|
2089
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
|
|
1953
2090
|
/** @internal */
|
|
1954
|
-
export declare const
|
|
2091
|
+
export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
|
|
1955
2092
|
/**
|
|
1956
2093
|
* @internal
|
|
1957
2094
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1958
2095
|
*/
|
|
1959
|
-
export declare namespace
|
|
1960
|
-
/** @deprecated use `
|
|
2096
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ {
|
|
2097
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema` instead. */
|
|
1961
2098
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1962
2099
|
readonly Github: "github";
|
|
1963
2100
|
}>;
|
|
1964
|
-
/** @deprecated use `
|
|
2101
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema` instead. */
|
|
1965
2102
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1966
2103
|
readonly Github: "github";
|
|
1967
2104
|
}>;
|
|
@@ -1994,7 +2131,7 @@ export declare function gitSource1FromJSON(jsonString: string): SafeParseResult<
|
|
|
1994
2131
|
/** @internal */
|
|
1995
2132
|
export declare const GitSource$inboundSchema: z.ZodType<GitSource, z.ZodTypeDef, unknown>;
|
|
1996
2133
|
/** @internal */
|
|
1997
|
-
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;
|
|
1998
2135
|
/** @internal */
|
|
1999
2136
|
export declare const GitSource$outboundSchema: z.ZodType<GitSource$Outbound, z.ZodTypeDef, GitSource>;
|
|
2000
2137
|
/**
|
|
@@ -2203,7 +2340,7 @@ export type CreateDeploymentRequestBody$Outbound = {
|
|
|
2203
2340
|
deploymentId?: string | undefined;
|
|
2204
2341
|
files?: Array<InlinedFile$Outbound | UploadedFile$Outbound> | undefined;
|
|
2205
2342
|
gitMetadata?: GitMetadata$Outbound | undefined;
|
|
2206
|
-
gitSource?: GitSource2$Outbound |
|
|
2343
|
+
gitSource?: GitSource2$Outbound | GitSource4$Outbound | GitSource7$Outbound | GitSource1$Outbound | GitSource3$Outbound | GitSource5$Outbound | GitSource6$Outbound | undefined;
|
|
2207
2344
|
meta?: {
|
|
2208
2345
|
[k: string]: string;
|
|
2209
2346
|
} | undefined;
|
|
@@ -3587,25 +3724,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200Applicat
|
|
|
3587
3724
|
}>;
|
|
3588
3725
|
}
|
|
3589
3726
|
/** @internal */
|
|
3590
|
-
export declare const
|
|
3727
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
|
|
3591
3728
|
/** @internal */
|
|
3592
|
-
export type
|
|
3729
|
+
export type CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound = string | number;
|
|
3593
3730
|
/** @internal */
|
|
3594
|
-
export declare const
|
|
3731
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsResponseRepoId>;
|
|
3595
3732
|
/**
|
|
3596
3733
|
* @internal
|
|
3597
3734
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3598
3735
|
*/
|
|
3599
|
-
export declare namespace
|
|
3600
|
-
/** @deprecated use `
|
|
3601
|
-
const inboundSchema: z.ZodType<
|
|
3602
|
-
/** @deprecated use `
|
|
3603
|
-
const outboundSchema: z.ZodType<
|
|
3604
|
-
/** @deprecated use `
|
|
3605
|
-
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;
|
|
3606
3743
|
}
|
|
3607
|
-
export declare function
|
|
3608
|
-
export declare function
|
|
3744
|
+
export declare function createDeploymentGitSourceDeploymentsResponseRepoIdToJSON(createDeploymentGitSourceDeploymentsResponseRepoId: CreateDeploymentGitSourceDeploymentsResponseRepoId): string;
|
|
3745
|
+
export declare function createDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsResponseRepoId, SDKValidationError>;
|
|
3609
3746
|
/** @internal */
|
|
3610
3747
|
export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
|
|
3611
3748
|
/** @internal */
|
|
@@ -3697,25 +3834,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200Applicat
|
|
|
3697
3834
|
}>;
|
|
3698
3835
|
}
|
|
3699
3836
|
/** @internal */
|
|
3700
|
-
export declare const
|
|
3837
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
3701
3838
|
/** @internal */
|
|
3702
|
-
export type
|
|
3839
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
|
|
3703
3840
|
/** @internal */
|
|
3704
|
-
export declare const
|
|
3841
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
|
|
3705
3842
|
/**
|
|
3706
3843
|
* @internal
|
|
3707
3844
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3708
3845
|
*/
|
|
3709
|
-
export declare namespace
|
|
3710
|
-
/** @deprecated use `
|
|
3711
|
-
const inboundSchema: z.ZodType<
|
|
3712
|
-
/** @deprecated use `
|
|
3713
|
-
const outboundSchema: z.ZodType<
|
|
3714
|
-
/** @deprecated use `
|
|
3715
|
-
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;
|
|
3716
3853
|
}
|
|
3717
|
-
export declare function
|
|
3718
|
-
export declare function
|
|
3854
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId: CreateDeploymentGitSourceDeploymentsRepoId): string;
|
|
3855
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
|
|
3719
3856
|
/** @internal */
|
|
3720
3857
|
export declare const CreateDeploymentGitSource3$inboundSchema: z.ZodType<CreateDeploymentGitSource3, z.ZodTypeDef, unknown>;
|
|
3721
3858
|
/** @internal */
|
|
@@ -3807,25 +3944,25 @@ export declare namespace CreateDeploymentGitSourceDeploymentsResponseType$ {
|
|
|
3807
3944
|
}>;
|
|
3808
3945
|
}
|
|
3809
3946
|
/** @internal */
|
|
3810
|
-
export declare const
|
|
3947
|
+
export declare const CreateDeploymentGitSourceRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
3811
3948
|
/** @internal */
|
|
3812
|
-
export type
|
|
3949
|
+
export type CreateDeploymentGitSourceRepoId$Outbound = string | number;
|
|
3813
3950
|
/** @internal */
|
|
3814
|
-
export declare const
|
|
3951
|
+
export declare const CreateDeploymentGitSourceRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceRepoId>;
|
|
3815
3952
|
/**
|
|
3816
3953
|
* @internal
|
|
3817
3954
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3818
3955
|
*/
|
|
3819
|
-
export declare namespace
|
|
3820
|
-
/** @deprecated use `
|
|
3821
|
-
const inboundSchema: z.ZodType<
|
|
3822
|
-
/** @deprecated use `
|
|
3823
|
-
const outboundSchema: z.ZodType<
|
|
3824
|
-
/** @deprecated use `
|
|
3825
|
-
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;
|
|
3826
3963
|
}
|
|
3827
|
-
export declare function
|
|
3828
|
-
export declare function
|
|
3964
|
+
export declare function createDeploymentGitSourceRepoIdToJSON(createDeploymentGitSourceRepoId: CreateDeploymentGitSourceRepoId): string;
|
|
3965
|
+
export declare function createDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceRepoId, SDKValidationError>;
|
|
3829
3966
|
/** @internal */
|
|
3830
3967
|
export declare const CreateDeploymentGitSource1$inboundSchema: z.ZodType<CreateDeploymentGitSource1, z.ZodTypeDef, unknown>;
|
|
3831
3968
|
/** @internal */
|
|
@@ -4494,7 +4631,7 @@ export declare function createDeploymentValue2FromJSON(jsonString: string): Safe
|
|
|
4494
4631
|
/** @internal */
|
|
4495
4632
|
export declare const CreateDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<CreateDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
|
|
4496
4633
|
/** @internal */
|
|
4497
|
-
export type CreateDeploymentHasDeploymentsValue$Outbound = CreateDeploymentValue2$Outbound
|
|
4634
|
+
export type CreateDeploymentHasDeploymentsValue$Outbound = string | CreateDeploymentValue2$Outbound;
|
|
4498
4635
|
/** @internal */
|
|
4499
4636
|
export declare const CreateDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<CreateDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, CreateDeploymentHasDeploymentsValue>;
|
|
4500
4637
|
/**
|
|
@@ -4517,7 +4654,7 @@ export declare const CreateDeploymentHas2$inboundSchema: z.ZodType<CreateDeploym
|
|
|
4517
4654
|
export type CreateDeploymentHas2$Outbound = {
|
|
4518
4655
|
type: string;
|
|
4519
4656
|
key: string;
|
|
4520
|
-
value?: CreateDeploymentValue2$Outbound |
|
|
4657
|
+
value?: string | CreateDeploymentValue2$Outbound | undefined;
|
|
4521
4658
|
};
|
|
4522
4659
|
/** @internal */
|
|
4523
4660
|
export declare const CreateDeploymentHas2$outboundSchema: z.ZodType<CreateDeploymentHas2$Outbound, z.ZodTypeDef, CreateDeploymentHas2>;
|
|
@@ -4608,7 +4745,7 @@ export declare function createDeploymentValueDeploymentsResponse2002FromJSON(jso
|
|
|
4608
4745
|
/** @internal */
|
|
4609
4746
|
export declare const CreateDeploymentHasValue$inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
|
|
4610
4747
|
/** @internal */
|
|
4611
|
-
export type CreateDeploymentHasValue$Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound
|
|
4748
|
+
export type CreateDeploymentHasValue$Outbound = string | CreateDeploymentValueDeploymentsResponse2002$Outbound;
|
|
4612
4749
|
/** @internal */
|
|
4613
4750
|
export declare const CreateDeploymentHasValue$outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
|
|
4614
4751
|
/**
|
|
@@ -4630,7 +4767,7 @@ export declare const CreateDeploymentHas1$inboundSchema: z.ZodType<CreateDeploym
|
|
|
4630
4767
|
/** @internal */
|
|
4631
4768
|
export type CreateDeploymentHas1$Outbound = {
|
|
4632
4769
|
type: string;
|
|
4633
|
-
value: CreateDeploymentValueDeploymentsResponse2002$Outbound
|
|
4770
|
+
value: string | CreateDeploymentValueDeploymentsResponse2002$Outbound;
|
|
4634
4771
|
};
|
|
4635
4772
|
/** @internal */
|
|
4636
4773
|
export declare const CreateDeploymentHas1$outboundSchema: z.ZodType<CreateDeploymentHas1$Outbound, z.ZodTypeDef, CreateDeploymentHas1>;
|
|
@@ -4745,7 +4882,7 @@ export declare function createDeploymentValueDeploymentsResponse2FromJSON(jsonSt
|
|
|
4745
4882
|
/** @internal */
|
|
4746
4883
|
export declare const CreateDeploymentMissingValue$inboundSchema: z.ZodType<CreateDeploymentMissingValue, z.ZodTypeDef, unknown>;
|
|
4747
4884
|
/** @internal */
|
|
4748
|
-
export type CreateDeploymentMissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound
|
|
4885
|
+
export type CreateDeploymentMissingValue$Outbound = string | CreateDeploymentValueDeploymentsResponse2$Outbound;
|
|
4749
4886
|
/** @internal */
|
|
4750
4887
|
export declare const CreateDeploymentMissingValue$outboundSchema: z.ZodType<CreateDeploymentMissingValue$Outbound, z.ZodTypeDef, CreateDeploymentMissingValue>;
|
|
4751
4888
|
/**
|
|
@@ -4768,7 +4905,7 @@ export declare const Missing2$inboundSchema: z.ZodType<Missing2, z.ZodTypeDef, u
|
|
|
4768
4905
|
export type Missing2$Outbound = {
|
|
4769
4906
|
type: string;
|
|
4770
4907
|
key: string;
|
|
4771
|
-
value?: CreateDeploymentValueDeploymentsResponse2$Outbound |
|
|
4908
|
+
value?: string | CreateDeploymentValueDeploymentsResponse2$Outbound | undefined;
|
|
4772
4909
|
};
|
|
4773
4910
|
/** @internal */
|
|
4774
4911
|
export declare const Missing2$outboundSchema: z.ZodType<Missing2$Outbound, z.ZodTypeDef, Missing2>;
|
|
@@ -4859,7 +4996,7 @@ export declare function createDeploymentValueDeployments2FromJSON(jsonString: st
|
|
|
4859
4996
|
/** @internal */
|
|
4860
4997
|
export declare const MissingValue$inboundSchema: z.ZodType<MissingValue, z.ZodTypeDef, unknown>;
|
|
4861
4998
|
/** @internal */
|
|
4862
|
-
export type MissingValue$Outbound = CreateDeploymentValueDeployments2$Outbound
|
|
4999
|
+
export type MissingValue$Outbound = string | CreateDeploymentValueDeployments2$Outbound;
|
|
4863
5000
|
/** @internal */
|
|
4864
5001
|
export declare const MissingValue$outboundSchema: z.ZodType<MissingValue$Outbound, z.ZodTypeDef, MissingValue>;
|
|
4865
5002
|
/**
|
|
@@ -4881,7 +5018,7 @@ export declare const Missing1$inboundSchema: z.ZodType<Missing1, z.ZodTypeDef, u
|
|
|
4881
5018
|
/** @internal */
|
|
4882
5019
|
export type Missing1$Outbound = {
|
|
4883
5020
|
type: string;
|
|
4884
|
-
value: CreateDeploymentValueDeployments2$Outbound
|
|
5021
|
+
value: string | CreateDeploymentValueDeployments2$Outbound;
|
|
4885
5022
|
};
|
|
4886
5023
|
/** @internal */
|
|
4887
5024
|
export declare const Missing1$outboundSchema: z.ZodType<Missing1$Outbound, z.ZodTypeDef, Missing1>;
|
|
@@ -5059,7 +5196,7 @@ export declare function key2FromJSON(jsonString: string): SafeParseResult<Key2,
|
|
|
5059
5196
|
/** @internal */
|
|
5060
5197
|
export declare const RoutesKey$inboundSchema: z.ZodType<RoutesKey, z.ZodTypeDef, unknown>;
|
|
5061
5198
|
/** @internal */
|
|
5062
|
-
export type RoutesKey$Outbound = Key2$Outbound
|
|
5199
|
+
export type RoutesKey$Outbound = string | Key2$Outbound;
|
|
5063
5200
|
/** @internal */
|
|
5064
5201
|
export declare const RoutesKey$outboundSchema: z.ZodType<RoutesKey$Outbound, z.ZodTypeDef, RoutesKey>;
|
|
5065
5202
|
/**
|
|
@@ -5080,7 +5217,7 @@ export declare function routesKeyFromJSON(jsonString: string): SafeParseResult<R
|
|
|
5080
5217
|
export declare const RoutesTarget$inboundSchema: z.ZodType<RoutesTarget, z.ZodTypeDef, unknown>;
|
|
5081
5218
|
/** @internal */
|
|
5082
5219
|
export type RoutesTarget$Outbound = {
|
|
5083
|
-
key: Key2$Outbound
|
|
5220
|
+
key: string | Key2$Outbound;
|
|
5084
5221
|
};
|
|
5085
5222
|
/** @internal */
|
|
5086
5223
|
export declare const RoutesTarget$outboundSchema: z.ZodType<RoutesTarget$Outbound, z.ZodTypeDef, RoutesTarget>;
|
|
@@ -5380,6 +5517,7 @@ export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
|
5380
5517
|
defaultRoute?: string | undefined;
|
|
5381
5518
|
groupIds: Array<string>;
|
|
5382
5519
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5520
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
5383
5521
|
};
|
|
5384
5522
|
/** @internal */
|
|
5385
5523
|
export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
|
|
@@ -5406,6 +5544,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
|
|
|
5406
5544
|
defaultRoute?: string | undefined;
|
|
5407
5545
|
groupIds: Array<string>;
|
|
5408
5546
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5547
|
+
microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
|
|
5409
5548
|
};
|
|
5410
5549
|
/** @internal */
|
|
5411
5550
|
export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
|
|
@@ -5820,8 +5959,6 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5820
5959
|
name: string;
|
|
5821
5960
|
createdAt: number;
|
|
5822
5961
|
type: string;
|
|
5823
|
-
deletedAt?: number | null | undefined;
|
|
5824
|
-
version: number;
|
|
5825
5962
|
autoAssignCustomDomains?: boolean | undefined;
|
|
5826
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;
|
|
5827
5964
|
meta: {
|
|
@@ -5833,8 +5970,10 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5833
5970
|
source?: string | undefined;
|
|
5834
5971
|
target?: string | null | undefined;
|
|
5835
5972
|
errorMessage?: string | null | undefined;
|
|
5973
|
+
deletedAt?: number | null | undefined;
|
|
5836
5974
|
passiveRegions?: Array<string> | undefined;
|
|
5837
5975
|
regions: Array<string>;
|
|
5976
|
+
version: number;
|
|
5838
5977
|
aliasError?: AliasError$Outbound | null | undefined;
|
|
5839
5978
|
aliasFinal?: string | null | undefined;
|
|
5840
5979
|
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
@@ -5854,8 +5993,8 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5854
5993
|
undeletedAt?: number | undefined;
|
|
5855
5994
|
url: string;
|
|
5856
5995
|
projectId: string;
|
|
5857
|
-
ownerId: string;
|
|
5858
5996
|
monorepoManager?: string | null | undefined;
|
|
5997
|
+
ownerId: string;
|
|
5859
5998
|
plan: string;
|
|
5860
5999
|
config?: Config$Outbound | undefined;
|
|
5861
6000
|
functions?: {
|