@vercel/sdk 1.10.3 → 1.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/bin/mcp-server.js +5742 -1519
- package/bin/mcp-server.js.map +44 -41
- package/docs/sdks/aliases/README.md +1 -1
- package/docs/sdks/integrations/README.md +81 -0
- package/docs/sdks/projects/README.md +6 -0
- package/docs/sdks/teams/README.md +0 -2
- package/esm/__tests__/accessgroups.test.js +6 -0
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/aliases.test.js +1 -20
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +2 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -0
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +18 -0
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +25 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +2 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +2 -2
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +3 -1
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +16 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +15 -2
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +4 -2
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +10 -4
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +6 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createaccessgroupop.d.ts +24 -0
- package/esm/models/createaccessgroupop.d.ts.map +1 -1
- package/esm/models/createaccessgroupop.js +20 -0
- package/esm/models/createaccessgroupop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +31 -19
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +23 -19
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +17 -12
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +14 -12
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +12 -12
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +12 -12
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +81 -62
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +74 -68
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +20 -20
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +20 -24
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +656 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +548 -0
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +6435 -0
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
- package/esm/models/getconfigurationproductsop.js +7314 -0
- package/esm/models/getconfigurationproductsop.js.map +1 -0
- package/esm/models/getconfigurationsop.d.ts +15 -15
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +15 -15
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +66 -60
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +54 -52
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +49 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +29 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainconfigop.d.ts +24 -12
- package/esm/models/getdomainconfigop.d.ts.map +1 -1
- package/esm/models/getdomainconfigop.js +24 -16
- package/esm/models/getdomainconfigop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +17 -12
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +14 -12
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +6 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +8 -8
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +12 -12
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +70 -62
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +70 -68
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +4 -4
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +4 -4
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +32 -223
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +42 -182
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +68 -66
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +80 -78
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +32 -30
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +36 -34
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
- package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
- package/esm/models/patchurlprotectionbypassop.js +2 -0
- package/esm/models/patchurlprotectionbypassop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +9 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +3 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/team.d.ts +23 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +23 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateaccessgroupop.d.ts +2 -2
- package/esm/models/updateaccessgroupop.d.ts.map +1 -1
- package/esm/models/updateaccessgroupop.js +2 -3
- package/esm/models/updateaccessgroupop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +17 -12
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +14 -12
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +78 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +50 -4
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +70 -62
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +70 -70
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -62
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +72 -68
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +56 -56
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +56 -62
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/aliases.d.ts +2 -2
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -0
- package/src/__tests__/aliases.test.ts +1 -20
- package/src/__tests__/deployments.test.ts +2 -2
- package/src/__tests__/domains.test.ts +6 -0
- package/src/__tests__/edgeconfig.test.ts +18 -0
- package/src/__tests__/integrations.test.ts +28 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/funcs/aliasesGetAlias.ts +6 -4
- package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
- package/src/funcs/projectsCreateProject.ts +30 -2
- package/src/funcs/projectsCreateProjectEnv.ts +29 -2
- package/src/funcs/projectsEditProjectEnv.ts +18 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
- package/src/models/canceldeploymentop.ts +10 -8
- package/src/models/createaccessgroupop.ts +32 -0
- package/src/models/createdeploymentop.ts +73 -47
- package/src/models/createedgeconfigop.ts +31 -24
- package/src/models/createprojectenvop.ts +24 -24
- package/src/models/createprojectop.ts +149 -136
- package/src/models/filterprojectenvsop.ts +42 -46
- package/src/models/getaliasop.ts +1266 -0
- package/src/models/getconfigurationproductsop.ts +16739 -0
- package/src/models/getconfigurationsop.ts +28 -24
- package/src/models/getdeploymentop.ts +91 -89
- package/src/models/getdeploymentsop.ts +57 -0
- package/src/models/getdomainconfigop.ts +48 -28
- package/src/models/getedgeconfigop.ts +31 -24
- package/src/models/getfirewallconfigop.ts +2 -0
- package/src/models/getprojectmembersop.ts +16 -19
- package/src/models/getprojectsop.ts +140 -136
- package/src/models/getteammembersop.ts +8 -8
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/inviteusertoteamop.ts +69 -330
- package/src/models/listaliasesop.ts +147 -124
- package/src/models/listdeploymentaliasesop.ts +74 -58
- package/src/models/patchurlprotectionbypassop.ts +7 -0
- package/src/models/putfirewallconfigop.ts +3 -0
- package/src/models/team.ts +54 -0
- package/src/models/updateaccessgroupop.ts +4 -5
- package/src/models/updateedgeconfigop.ts +31 -24
- package/src/models/updatefirewallconfigop.ts +73 -8
- package/src/models/updateprojectdatacacheop.ts +137 -135
- package/src/models/updateprojectop.ts +142 -136
- package/src/models/userevent.ts +112 -124
- package/src/sdk/aliases.ts +2 -2
- package/src/sdk/integrations.ts +22 -0
- package/vercel-spec.json +3704 -586
|
@@ -127,11 +127,13 @@ export type ListAliasesProtectionBypass3 = {
|
|
|
127
127
|
scope: ListAliasesProtectionBypassAliasesResponseScope;
|
|
128
128
|
};
|
|
129
129
|
|
|
130
|
-
export const
|
|
130
|
+
export const ListAliasesProtectionBypassAccess = {
|
|
131
131
|
Requested: "requested",
|
|
132
132
|
Granted: "granted",
|
|
133
133
|
} as const;
|
|
134
|
-
export type
|
|
134
|
+
export type ListAliasesProtectionBypassAccess = ClosedEnum<
|
|
135
|
+
typeof ListAliasesProtectionBypassAccess
|
|
136
|
+
>;
|
|
135
137
|
|
|
136
138
|
export const ListAliasesProtectionBypassAliasesScope = {
|
|
137
139
|
User: "user",
|
|
@@ -147,7 +149,7 @@ export type ListAliasesProtectionBypass2 = {
|
|
|
147
149
|
createdAt: number;
|
|
148
150
|
lastUpdatedAt: number;
|
|
149
151
|
lastUpdatedBy: string;
|
|
150
|
-
access:
|
|
152
|
+
access: ListAliasesProtectionBypassAccess;
|
|
151
153
|
scope: ListAliasesProtectionBypassAliasesScope;
|
|
152
154
|
};
|
|
153
155
|
|
|
@@ -165,6 +167,7 @@ export type ListAliasesProtectionBypass1 = {
|
|
|
165
167
|
createdAt: number;
|
|
166
168
|
createdBy: string;
|
|
167
169
|
scope: ListAliasesProtectionBypassScope;
|
|
170
|
+
expires?: number | undefined;
|
|
168
171
|
};
|
|
169
172
|
|
|
170
173
|
export type ListAliasesProtectionBypass =
|
|
@@ -173,14 +176,14 @@ export type ListAliasesProtectionBypass =
|
|
|
173
176
|
| ListAliasesProtectionBypass1
|
|
174
177
|
| ListAliasesProtectionBypass3;
|
|
175
178
|
|
|
176
|
-
export type
|
|
179
|
+
export type ListAliasesDefaultApp = {
|
|
177
180
|
projectId: string;
|
|
178
181
|
};
|
|
179
182
|
|
|
180
183
|
/**
|
|
181
184
|
* A list of the deployment routing information for each project.
|
|
182
185
|
*/
|
|
183
|
-
export type
|
|
186
|
+
export type ListAliasesApplications3 = {
|
|
184
187
|
/**
|
|
185
188
|
* This is the deployment for the same commit, it could be a cancelled deployment. The proxy will fallback to the branchDeploymentId and then the fallbackDeploymentId.
|
|
186
189
|
*/
|
|
@@ -207,7 +210,7 @@ export type Applications3 = {
|
|
|
207
210
|
/**
|
|
208
211
|
* A list of the deployment routing information for each project.
|
|
209
212
|
*/
|
|
210
|
-
export type
|
|
213
|
+
export type ListAliasesApplications2 = {
|
|
211
214
|
/**
|
|
212
215
|
* This is always set. For branch aliases, it's used as the fallback if there is no deployment for the branch.
|
|
213
216
|
*/
|
|
@@ -225,7 +228,7 @@ export type Applications2 = {
|
|
|
225
228
|
/**
|
|
226
229
|
* A list of the deployment routing information for each project.
|
|
227
230
|
*/
|
|
228
|
-
export type
|
|
231
|
+
export type ListAliasesApplications1 = {
|
|
229
232
|
/**
|
|
230
233
|
* This is always set. In production it is used as a pointer to each apps production deployment. For pre-production, it's used as the fallback if there is no deployment for the branch.
|
|
231
234
|
*/
|
|
@@ -237,19 +240,19 @@ export type Applications1 = {
|
|
|
237
240
|
};
|
|
238
241
|
|
|
239
242
|
export type ListAliasesApplications =
|
|
240
|
-
| Array<
|
|
241
|
-
| Array<
|
|
242
|
-
| Array<
|
|
243
|
+
| Array<ListAliasesApplications1>
|
|
244
|
+
| Array<ListAliasesApplications2>
|
|
245
|
+
| Array<ListAliasesApplications3>;
|
|
243
246
|
|
|
244
247
|
/**
|
|
245
248
|
* The microfrontends for the alias including the routing configuration
|
|
246
249
|
*/
|
|
247
250
|
export type ListAliasesMicrofrontends = {
|
|
248
|
-
defaultApp:
|
|
251
|
+
defaultApp: ListAliasesDefaultApp;
|
|
249
252
|
applications:
|
|
250
|
-
| Array<
|
|
251
|
-
| Array<
|
|
252
|
-
| Array<
|
|
253
|
+
| Array<ListAliasesApplications1>
|
|
254
|
+
| Array<ListAliasesApplications2>
|
|
255
|
+
| Array<ListAliasesApplications3>;
|
|
253
256
|
};
|
|
254
257
|
|
|
255
258
|
export type ListAliasesAliases = {
|
|
@@ -741,24 +744,25 @@ export function listAliasesProtectionBypass3FromJSON(
|
|
|
741
744
|
}
|
|
742
745
|
|
|
743
746
|
/** @internal */
|
|
744
|
-
export const
|
|
745
|
-
typeof
|
|
746
|
-
> = z.nativeEnum(
|
|
747
|
+
export const ListAliasesProtectionBypassAccess$inboundSchema: z.ZodNativeEnum<
|
|
748
|
+
typeof ListAliasesProtectionBypassAccess
|
|
749
|
+
> = z.nativeEnum(ListAliasesProtectionBypassAccess);
|
|
747
750
|
|
|
748
751
|
/** @internal */
|
|
749
|
-
export const
|
|
750
|
-
typeof
|
|
751
|
-
> =
|
|
752
|
+
export const ListAliasesProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<
|
|
753
|
+
typeof ListAliasesProtectionBypassAccess
|
|
754
|
+
> = ListAliasesProtectionBypassAccess$inboundSchema;
|
|
752
755
|
|
|
753
756
|
/**
|
|
754
757
|
* @internal
|
|
755
758
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
756
759
|
*/
|
|
757
|
-
export namespace
|
|
758
|
-
/** @deprecated use `
|
|
759
|
-
export const inboundSchema =
|
|
760
|
-
/** @deprecated use `
|
|
761
|
-
export const outboundSchema =
|
|
760
|
+
export namespace ListAliasesProtectionBypassAccess$ {
|
|
761
|
+
/** @deprecated use `ListAliasesProtectionBypassAccess$inboundSchema` instead. */
|
|
762
|
+
export const inboundSchema = ListAliasesProtectionBypassAccess$inboundSchema;
|
|
763
|
+
/** @deprecated use `ListAliasesProtectionBypassAccess$outboundSchema` instead. */
|
|
764
|
+
export const outboundSchema =
|
|
765
|
+
ListAliasesProtectionBypassAccess$outboundSchema;
|
|
762
766
|
}
|
|
763
767
|
|
|
764
768
|
/** @internal */
|
|
@@ -793,7 +797,7 @@ export const ListAliasesProtectionBypass2$inboundSchema: z.ZodType<
|
|
|
793
797
|
createdAt: z.number(),
|
|
794
798
|
lastUpdatedAt: z.number(),
|
|
795
799
|
lastUpdatedBy: z.string(),
|
|
796
|
-
access:
|
|
800
|
+
access: ListAliasesProtectionBypassAccess$inboundSchema,
|
|
797
801
|
scope: ListAliasesProtectionBypassAliasesScope$inboundSchema,
|
|
798
802
|
});
|
|
799
803
|
|
|
@@ -815,7 +819,7 @@ export const ListAliasesProtectionBypass2$outboundSchema: z.ZodType<
|
|
|
815
819
|
createdAt: z.number(),
|
|
816
820
|
lastUpdatedAt: z.number(),
|
|
817
821
|
lastUpdatedBy: z.string(),
|
|
818
|
-
access:
|
|
822
|
+
access: ListAliasesProtectionBypassAccess$outboundSchema,
|
|
819
823
|
scope: ListAliasesProtectionBypassAliasesScope$outboundSchema,
|
|
820
824
|
});
|
|
821
825
|
|
|
@@ -882,6 +886,7 @@ export const ListAliasesProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
882
886
|
createdAt: z.number(),
|
|
883
887
|
createdBy: z.string(),
|
|
884
888
|
scope: ListAliasesProtectionBypassScope$inboundSchema,
|
|
889
|
+
expires: z.number().optional(),
|
|
885
890
|
});
|
|
886
891
|
|
|
887
892
|
/** @internal */
|
|
@@ -889,6 +894,7 @@ export type ListAliasesProtectionBypass1$Outbound = {
|
|
|
889
894
|
createdAt: number;
|
|
890
895
|
createdBy: string;
|
|
891
896
|
scope: string;
|
|
897
|
+
expires?: number | undefined;
|
|
892
898
|
};
|
|
893
899
|
|
|
894
900
|
/** @internal */
|
|
@@ -900,6 +906,7 @@ export const ListAliasesProtectionBypass1$outboundSchema: z.ZodType<
|
|
|
900
906
|
createdAt: z.number(),
|
|
901
907
|
createdBy: z.string(),
|
|
902
908
|
scope: ListAliasesProtectionBypassScope$outboundSchema,
|
|
909
|
+
expires: z.number().optional(),
|
|
903
910
|
});
|
|
904
911
|
|
|
905
912
|
/**
|
|
@@ -1000,8 +1007,8 @@ export function listAliasesProtectionBypassFromJSON(
|
|
|
1000
1007
|
}
|
|
1001
1008
|
|
|
1002
1009
|
/** @internal */
|
|
1003
|
-
export const
|
|
1004
|
-
|
|
1010
|
+
export const ListAliasesDefaultApp$inboundSchema: z.ZodType<
|
|
1011
|
+
ListAliasesDefaultApp,
|
|
1005
1012
|
z.ZodTypeDef,
|
|
1006
1013
|
unknown
|
|
1007
1014
|
> = z.object({
|
|
@@ -1009,15 +1016,15 @@ export const DefaultApp$inboundSchema: z.ZodType<
|
|
|
1009
1016
|
});
|
|
1010
1017
|
|
|
1011
1018
|
/** @internal */
|
|
1012
|
-
export type
|
|
1019
|
+
export type ListAliasesDefaultApp$Outbound = {
|
|
1013
1020
|
projectId: string;
|
|
1014
1021
|
};
|
|
1015
1022
|
|
|
1016
1023
|
/** @internal */
|
|
1017
|
-
export const
|
|
1018
|
-
|
|
1024
|
+
export const ListAliasesDefaultApp$outboundSchema: z.ZodType<
|
|
1025
|
+
ListAliasesDefaultApp$Outbound,
|
|
1019
1026
|
z.ZodTypeDef,
|
|
1020
|
-
|
|
1027
|
+
ListAliasesDefaultApp
|
|
1021
1028
|
> = z.object({
|
|
1022
1029
|
projectId: z.string(),
|
|
1023
1030
|
});
|
|
@@ -1026,32 +1033,36 @@ export const DefaultApp$outboundSchema: z.ZodType<
|
|
|
1026
1033
|
* @internal
|
|
1027
1034
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1028
1035
|
*/
|
|
1029
|
-
export namespace
|
|
1030
|
-
/** @deprecated use `
|
|
1031
|
-
export const inboundSchema =
|
|
1032
|
-
/** @deprecated use `
|
|
1033
|
-
export const outboundSchema =
|
|
1034
|
-
/** @deprecated use `
|
|
1035
|
-
export type Outbound =
|
|
1036
|
+
export namespace ListAliasesDefaultApp$ {
|
|
1037
|
+
/** @deprecated use `ListAliasesDefaultApp$inboundSchema` instead. */
|
|
1038
|
+
export const inboundSchema = ListAliasesDefaultApp$inboundSchema;
|
|
1039
|
+
/** @deprecated use `ListAliasesDefaultApp$outboundSchema` instead. */
|
|
1040
|
+
export const outboundSchema = ListAliasesDefaultApp$outboundSchema;
|
|
1041
|
+
/** @deprecated use `ListAliasesDefaultApp$Outbound` instead. */
|
|
1042
|
+
export type Outbound = ListAliasesDefaultApp$Outbound;
|
|
1036
1043
|
}
|
|
1037
1044
|
|
|
1038
|
-
export function
|
|
1039
|
-
|
|
1045
|
+
export function listAliasesDefaultAppToJSON(
|
|
1046
|
+
listAliasesDefaultApp: ListAliasesDefaultApp,
|
|
1047
|
+
): string {
|
|
1048
|
+
return JSON.stringify(
|
|
1049
|
+
ListAliasesDefaultApp$outboundSchema.parse(listAliasesDefaultApp),
|
|
1050
|
+
);
|
|
1040
1051
|
}
|
|
1041
1052
|
|
|
1042
|
-
export function
|
|
1053
|
+
export function listAliasesDefaultAppFromJSON(
|
|
1043
1054
|
jsonString: string,
|
|
1044
|
-
): SafeParseResult<
|
|
1055
|
+
): SafeParseResult<ListAliasesDefaultApp, SDKValidationError> {
|
|
1045
1056
|
return safeParse(
|
|
1046
1057
|
jsonString,
|
|
1047
|
-
(x) =>
|
|
1048
|
-
`Failed to parse '
|
|
1058
|
+
(x) => ListAliasesDefaultApp$inboundSchema.parse(JSON.parse(x)),
|
|
1059
|
+
`Failed to parse 'ListAliasesDefaultApp' from JSON`,
|
|
1049
1060
|
);
|
|
1050
1061
|
}
|
|
1051
1062
|
|
|
1052
1063
|
/** @internal */
|
|
1053
|
-
export const
|
|
1054
|
-
|
|
1064
|
+
export const ListAliasesApplications3$inboundSchema: z.ZodType<
|
|
1065
|
+
ListAliasesApplications3,
|
|
1055
1066
|
z.ZodTypeDef,
|
|
1056
1067
|
unknown
|
|
1057
1068
|
> = z.object({
|
|
@@ -1064,7 +1075,7 @@ export const Applications3$inboundSchema: z.ZodType<
|
|
|
1064
1075
|
});
|
|
1065
1076
|
|
|
1066
1077
|
/** @internal */
|
|
1067
|
-
export type
|
|
1078
|
+
export type ListAliasesApplications3$Outbound = {
|
|
1068
1079
|
deploymentId?: string | undefined;
|
|
1069
1080
|
branchDeploymentId?: string | undefined;
|
|
1070
1081
|
fallbackDeploymentId?: string | undefined;
|
|
@@ -1074,10 +1085,10 @@ export type Applications3$Outbound = {
|
|
|
1074
1085
|
};
|
|
1075
1086
|
|
|
1076
1087
|
/** @internal */
|
|
1077
|
-
export const
|
|
1078
|
-
|
|
1088
|
+
export const ListAliasesApplications3$outboundSchema: z.ZodType<
|
|
1089
|
+
ListAliasesApplications3$Outbound,
|
|
1079
1090
|
z.ZodTypeDef,
|
|
1080
|
-
|
|
1091
|
+
ListAliasesApplications3
|
|
1081
1092
|
> = z.object({
|
|
1082
1093
|
deploymentId: z.string().optional(),
|
|
1083
1094
|
branchDeploymentId: z.string().optional(),
|
|
@@ -1091,32 +1102,36 @@ export const Applications3$outboundSchema: z.ZodType<
|
|
|
1091
1102
|
* @internal
|
|
1092
1103
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1093
1104
|
*/
|
|
1094
|
-
export namespace
|
|
1095
|
-
/** @deprecated use `
|
|
1096
|
-
export const inboundSchema =
|
|
1097
|
-
/** @deprecated use `
|
|
1098
|
-
export const outboundSchema =
|
|
1099
|
-
/** @deprecated use `
|
|
1100
|
-
export type Outbound =
|
|
1105
|
+
export namespace ListAliasesApplications3$ {
|
|
1106
|
+
/** @deprecated use `ListAliasesApplications3$inboundSchema` instead. */
|
|
1107
|
+
export const inboundSchema = ListAliasesApplications3$inboundSchema;
|
|
1108
|
+
/** @deprecated use `ListAliasesApplications3$outboundSchema` instead. */
|
|
1109
|
+
export const outboundSchema = ListAliasesApplications3$outboundSchema;
|
|
1110
|
+
/** @deprecated use `ListAliasesApplications3$Outbound` instead. */
|
|
1111
|
+
export type Outbound = ListAliasesApplications3$Outbound;
|
|
1101
1112
|
}
|
|
1102
1113
|
|
|
1103
|
-
export function
|
|
1104
|
-
|
|
1114
|
+
export function listAliasesApplications3ToJSON(
|
|
1115
|
+
listAliasesApplications3: ListAliasesApplications3,
|
|
1116
|
+
): string {
|
|
1117
|
+
return JSON.stringify(
|
|
1118
|
+
ListAliasesApplications3$outboundSchema.parse(listAliasesApplications3),
|
|
1119
|
+
);
|
|
1105
1120
|
}
|
|
1106
1121
|
|
|
1107
|
-
export function
|
|
1122
|
+
export function listAliasesApplications3FromJSON(
|
|
1108
1123
|
jsonString: string,
|
|
1109
|
-
): SafeParseResult<
|
|
1124
|
+
): SafeParseResult<ListAliasesApplications3, SDKValidationError> {
|
|
1110
1125
|
return safeParse(
|
|
1111
1126
|
jsonString,
|
|
1112
|
-
(x) =>
|
|
1113
|
-
`Failed to parse '
|
|
1127
|
+
(x) => ListAliasesApplications3$inboundSchema.parse(JSON.parse(x)),
|
|
1128
|
+
`Failed to parse 'ListAliasesApplications3' from JSON`,
|
|
1114
1129
|
);
|
|
1115
1130
|
}
|
|
1116
1131
|
|
|
1117
1132
|
/** @internal */
|
|
1118
|
-
export const
|
|
1119
|
-
|
|
1133
|
+
export const ListAliasesApplications2$inboundSchema: z.ZodType<
|
|
1134
|
+
ListAliasesApplications2,
|
|
1120
1135
|
z.ZodTypeDef,
|
|
1121
1136
|
unknown
|
|
1122
1137
|
> = z.object({
|
|
@@ -1126,17 +1141,17 @@ export const Applications2$inboundSchema: z.ZodType<
|
|
|
1126
1141
|
});
|
|
1127
1142
|
|
|
1128
1143
|
/** @internal */
|
|
1129
|
-
export type
|
|
1144
|
+
export type ListAliasesApplications2$Outbound = {
|
|
1130
1145
|
fallbackHost: string;
|
|
1131
1146
|
branchAlias: string;
|
|
1132
1147
|
projectId: string;
|
|
1133
1148
|
};
|
|
1134
1149
|
|
|
1135
1150
|
/** @internal */
|
|
1136
|
-
export const
|
|
1137
|
-
|
|
1151
|
+
export const ListAliasesApplications2$outboundSchema: z.ZodType<
|
|
1152
|
+
ListAliasesApplications2$Outbound,
|
|
1138
1153
|
z.ZodTypeDef,
|
|
1139
|
-
|
|
1154
|
+
ListAliasesApplications2
|
|
1140
1155
|
> = z.object({
|
|
1141
1156
|
fallbackHost: z.string(),
|
|
1142
1157
|
branchAlias: z.string(),
|
|
@@ -1147,32 +1162,36 @@ export const Applications2$outboundSchema: z.ZodType<
|
|
|
1147
1162
|
* @internal
|
|
1148
1163
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1149
1164
|
*/
|
|
1150
|
-
export namespace
|
|
1151
|
-
/** @deprecated use `
|
|
1152
|
-
export const inboundSchema =
|
|
1153
|
-
/** @deprecated use `
|
|
1154
|
-
export const outboundSchema =
|
|
1155
|
-
/** @deprecated use `
|
|
1156
|
-
export type Outbound =
|
|
1165
|
+
export namespace ListAliasesApplications2$ {
|
|
1166
|
+
/** @deprecated use `ListAliasesApplications2$inboundSchema` instead. */
|
|
1167
|
+
export const inboundSchema = ListAliasesApplications2$inboundSchema;
|
|
1168
|
+
/** @deprecated use `ListAliasesApplications2$outboundSchema` instead. */
|
|
1169
|
+
export const outboundSchema = ListAliasesApplications2$outboundSchema;
|
|
1170
|
+
/** @deprecated use `ListAliasesApplications2$Outbound` instead. */
|
|
1171
|
+
export type Outbound = ListAliasesApplications2$Outbound;
|
|
1157
1172
|
}
|
|
1158
1173
|
|
|
1159
|
-
export function
|
|
1160
|
-
|
|
1174
|
+
export function listAliasesApplications2ToJSON(
|
|
1175
|
+
listAliasesApplications2: ListAliasesApplications2,
|
|
1176
|
+
): string {
|
|
1177
|
+
return JSON.stringify(
|
|
1178
|
+
ListAliasesApplications2$outboundSchema.parse(listAliasesApplications2),
|
|
1179
|
+
);
|
|
1161
1180
|
}
|
|
1162
1181
|
|
|
1163
|
-
export function
|
|
1182
|
+
export function listAliasesApplications2FromJSON(
|
|
1164
1183
|
jsonString: string,
|
|
1165
|
-
): SafeParseResult<
|
|
1184
|
+
): SafeParseResult<ListAliasesApplications2, SDKValidationError> {
|
|
1166
1185
|
return safeParse(
|
|
1167
1186
|
jsonString,
|
|
1168
|
-
(x) =>
|
|
1169
|
-
`Failed to parse '
|
|
1187
|
+
(x) => ListAliasesApplications2$inboundSchema.parse(JSON.parse(x)),
|
|
1188
|
+
`Failed to parse 'ListAliasesApplications2' from JSON`,
|
|
1170
1189
|
);
|
|
1171
1190
|
}
|
|
1172
1191
|
|
|
1173
1192
|
/** @internal */
|
|
1174
|
-
export const
|
|
1175
|
-
|
|
1193
|
+
export const ListAliasesApplications1$inboundSchema: z.ZodType<
|
|
1194
|
+
ListAliasesApplications1,
|
|
1176
1195
|
z.ZodTypeDef,
|
|
1177
1196
|
unknown
|
|
1178
1197
|
> = z.object({
|
|
@@ -1181,16 +1200,16 @@ export const Applications1$inboundSchema: z.ZodType<
|
|
|
1181
1200
|
});
|
|
1182
1201
|
|
|
1183
1202
|
/** @internal */
|
|
1184
|
-
export type
|
|
1203
|
+
export type ListAliasesApplications1$Outbound = {
|
|
1185
1204
|
fallbackHost: string;
|
|
1186
1205
|
projectId: string;
|
|
1187
1206
|
};
|
|
1188
1207
|
|
|
1189
1208
|
/** @internal */
|
|
1190
|
-
export const
|
|
1191
|
-
|
|
1209
|
+
export const ListAliasesApplications1$outboundSchema: z.ZodType<
|
|
1210
|
+
ListAliasesApplications1$Outbound,
|
|
1192
1211
|
z.ZodTypeDef,
|
|
1193
|
-
|
|
1212
|
+
ListAliasesApplications1
|
|
1194
1213
|
> = z.object({
|
|
1195
1214
|
fallbackHost: z.string(),
|
|
1196
1215
|
projectId: z.string(),
|
|
@@ -1200,26 +1219,30 @@ export const Applications1$outboundSchema: z.ZodType<
|
|
|
1200
1219
|
* @internal
|
|
1201
1220
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1202
1221
|
*/
|
|
1203
|
-
export namespace
|
|
1204
|
-
/** @deprecated use `
|
|
1205
|
-
export const inboundSchema =
|
|
1206
|
-
/** @deprecated use `
|
|
1207
|
-
export const outboundSchema =
|
|
1208
|
-
/** @deprecated use `
|
|
1209
|
-
export type Outbound =
|
|
1222
|
+
export namespace ListAliasesApplications1$ {
|
|
1223
|
+
/** @deprecated use `ListAliasesApplications1$inboundSchema` instead. */
|
|
1224
|
+
export const inboundSchema = ListAliasesApplications1$inboundSchema;
|
|
1225
|
+
/** @deprecated use `ListAliasesApplications1$outboundSchema` instead. */
|
|
1226
|
+
export const outboundSchema = ListAliasesApplications1$outboundSchema;
|
|
1227
|
+
/** @deprecated use `ListAliasesApplications1$Outbound` instead. */
|
|
1228
|
+
export type Outbound = ListAliasesApplications1$Outbound;
|
|
1210
1229
|
}
|
|
1211
1230
|
|
|
1212
|
-
export function
|
|
1213
|
-
|
|
1231
|
+
export function listAliasesApplications1ToJSON(
|
|
1232
|
+
listAliasesApplications1: ListAliasesApplications1,
|
|
1233
|
+
): string {
|
|
1234
|
+
return JSON.stringify(
|
|
1235
|
+
ListAliasesApplications1$outboundSchema.parse(listAliasesApplications1),
|
|
1236
|
+
);
|
|
1214
1237
|
}
|
|
1215
1238
|
|
|
1216
|
-
export function
|
|
1239
|
+
export function listAliasesApplications1FromJSON(
|
|
1217
1240
|
jsonString: string,
|
|
1218
|
-
): SafeParseResult<
|
|
1241
|
+
): SafeParseResult<ListAliasesApplications1, SDKValidationError> {
|
|
1219
1242
|
return safeParse(
|
|
1220
1243
|
jsonString,
|
|
1221
|
-
(x) =>
|
|
1222
|
-
`Failed to parse '
|
|
1244
|
+
(x) => ListAliasesApplications1$inboundSchema.parse(JSON.parse(x)),
|
|
1245
|
+
`Failed to parse 'ListAliasesApplications1' from JSON`,
|
|
1223
1246
|
);
|
|
1224
1247
|
}
|
|
1225
1248
|
|
|
@@ -1229,16 +1252,16 @@ export const ListAliasesApplications$inboundSchema: z.ZodType<
|
|
|
1229
1252
|
z.ZodTypeDef,
|
|
1230
1253
|
unknown
|
|
1231
1254
|
> = z.union([
|
|
1232
|
-
z.array(z.lazy(() =>
|
|
1233
|
-
z.array(z.lazy(() =>
|
|
1234
|
-
z.array(z.lazy(() =>
|
|
1255
|
+
z.array(z.lazy(() => ListAliasesApplications1$inboundSchema)),
|
|
1256
|
+
z.array(z.lazy(() => ListAliasesApplications2$inboundSchema)),
|
|
1257
|
+
z.array(z.lazy(() => ListAliasesApplications3$inboundSchema)),
|
|
1235
1258
|
]);
|
|
1236
1259
|
|
|
1237
1260
|
/** @internal */
|
|
1238
1261
|
export type ListAliasesApplications$Outbound =
|
|
1239
|
-
| Array<
|
|
1240
|
-
| Array<
|
|
1241
|
-
| Array<
|
|
1262
|
+
| Array<ListAliasesApplications1$Outbound>
|
|
1263
|
+
| Array<ListAliasesApplications2$Outbound>
|
|
1264
|
+
| Array<ListAliasesApplications3$Outbound>;
|
|
1242
1265
|
|
|
1243
1266
|
/** @internal */
|
|
1244
1267
|
export const ListAliasesApplications$outboundSchema: z.ZodType<
|
|
@@ -1246,9 +1269,9 @@ export const ListAliasesApplications$outboundSchema: z.ZodType<
|
|
|
1246
1269
|
z.ZodTypeDef,
|
|
1247
1270
|
ListAliasesApplications
|
|
1248
1271
|
> = z.union([
|
|
1249
|
-
z.array(z.lazy(() =>
|
|
1250
|
-
z.array(z.lazy(() =>
|
|
1251
|
-
z.array(z.lazy(() =>
|
|
1272
|
+
z.array(z.lazy(() => ListAliasesApplications1$outboundSchema)),
|
|
1273
|
+
z.array(z.lazy(() => ListAliasesApplications2$outboundSchema)),
|
|
1274
|
+
z.array(z.lazy(() => ListAliasesApplications3$outboundSchema)),
|
|
1252
1275
|
]);
|
|
1253
1276
|
|
|
1254
1277
|
/**
|
|
@@ -1288,21 +1311,21 @@ export const ListAliasesMicrofrontends$inboundSchema: z.ZodType<
|
|
|
1288
1311
|
z.ZodTypeDef,
|
|
1289
1312
|
unknown
|
|
1290
1313
|
> = z.object({
|
|
1291
|
-
defaultApp: z.lazy(() =>
|
|
1314
|
+
defaultApp: z.lazy(() => ListAliasesDefaultApp$inboundSchema),
|
|
1292
1315
|
applications: z.union([
|
|
1293
|
-
z.array(z.lazy(() =>
|
|
1294
|
-
z.array(z.lazy(() =>
|
|
1295
|
-
z.array(z.lazy(() =>
|
|
1316
|
+
z.array(z.lazy(() => ListAliasesApplications1$inboundSchema)),
|
|
1317
|
+
z.array(z.lazy(() => ListAliasesApplications2$inboundSchema)),
|
|
1318
|
+
z.array(z.lazy(() => ListAliasesApplications3$inboundSchema)),
|
|
1296
1319
|
]),
|
|
1297
1320
|
});
|
|
1298
1321
|
|
|
1299
1322
|
/** @internal */
|
|
1300
1323
|
export type ListAliasesMicrofrontends$Outbound = {
|
|
1301
|
-
defaultApp:
|
|
1324
|
+
defaultApp: ListAliasesDefaultApp$Outbound;
|
|
1302
1325
|
applications:
|
|
1303
|
-
| Array<
|
|
1304
|
-
| Array<
|
|
1305
|
-
| Array<
|
|
1326
|
+
| Array<ListAliasesApplications1$Outbound>
|
|
1327
|
+
| Array<ListAliasesApplications2$Outbound>
|
|
1328
|
+
| Array<ListAliasesApplications3$Outbound>;
|
|
1306
1329
|
};
|
|
1307
1330
|
|
|
1308
1331
|
/** @internal */
|
|
@@ -1311,11 +1334,11 @@ export const ListAliasesMicrofrontends$outboundSchema: z.ZodType<
|
|
|
1311
1334
|
z.ZodTypeDef,
|
|
1312
1335
|
ListAliasesMicrofrontends
|
|
1313
1336
|
> = z.object({
|
|
1314
|
-
defaultApp: z.lazy(() =>
|
|
1337
|
+
defaultApp: z.lazy(() => ListAliasesDefaultApp$outboundSchema),
|
|
1315
1338
|
applications: z.union([
|
|
1316
|
-
z.array(z.lazy(() =>
|
|
1317
|
-
z.array(z.lazy(() =>
|
|
1318
|
-
z.array(z.lazy(() =>
|
|
1339
|
+
z.array(z.lazy(() => ListAliasesApplications1$outboundSchema)),
|
|
1340
|
+
z.array(z.lazy(() => ListAliasesApplications2$outboundSchema)),
|
|
1341
|
+
z.array(z.lazy(() => ListAliasesApplications3$outboundSchema)),
|
|
1319
1342
|
]),
|
|
1320
1343
|
});
|
|
1321
1344
|
|