@vercel/sdk 1.16.0 → 1.16.1
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 +39 -37
- package/bin/mcp-server.js +1263 -912
- package/bin/mcp-server.js.map +42 -39
- package/docs/sdks/logdrains/README.md +7 -7
- package/docs/sdks/projects/README.md +78 -0
- package/docs/sdks/teams/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +5 -5
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +4 -4
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +17 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -7
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/funcs/projectsGetProjectClientCerts.d.ts +17 -0
- package/esm/funcs/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectClientCerts.js +88 -0
- package/esm/funcs/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- 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/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts +7 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js +28 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -1
- package/esm/models/approverollingreleasestageop.d.ts +78 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +18 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +67 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +49 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +106 -1
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +9 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +78 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +18 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +106 -1
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +9 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createlogdrainop.d.ts +3 -0
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +1 -0
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +67 -15
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +47 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getdeploymentop.d.ts +212 -2
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +18 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +3 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +1 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectclientcertsop.d.ts +97 -0
- package/esm/models/getprojectclientcertsop.d.ts.map +1 -0
- package/esm/models/getprojectclientcertsop.js +87 -0
- package/esm/models/getprojectclientcertsop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +67 -15
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +47 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +78 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +18 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +67 -15
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +47 -6
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +67 -15
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +47 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatestaticipsop.d.ts +3 -3
- package/esm/models/updatestaticipsop.js +1 -1
- package/esm/models/updatestaticipsop.js.map +1 -1
- package/esm/models/userevent.d.ts +176 -30
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +136 -12
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +7 -7
- package/esm/sdk/logdrains.js +7 -7
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/teams.d.ts +1 -1
- package/esm/sdk/teams.js +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 -2
- package/src/__tests__/domains.test.ts +5 -5
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +4 -4
- package/src/__tests__/projects.test.ts +20 -0
- package/src/__tests__/rollingrelease.test.ts +2 -7
- package/src/__tests__/security.test.ts +1 -11
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetAllLogDrains.ts +1 -1
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/funcs/projectsGetProjectClientCerts.ts +177 -0
- package/src/funcs/teamsInviteUserToTeam.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +2 -1
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/mcp-server/tools/projectsGetProjectClientCerts.ts +37 -0
- package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
- package/src/models/approverollingreleasestageop.ts +78 -0
- package/src/models/authuser.ts +100 -0
- package/src/models/canceldeploymentop.ts +106 -1
- package/src/models/completerollingreleaseop.ts +78 -0
- package/src/models/createdeploymentop.ts +106 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createlogdrainop.ts +1 -0
- package/src/models/createprojectop.ts +126 -19
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getdeploymentop.ts +212 -2
- package/src/models/getintegrationlogdrainsop.ts +1 -0
- package/src/models/getprojectclientcertsop.ts +207 -0
- package/src/models/getprojectsop.ts +124 -19
- package/src/models/getrollingreleaseop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +129 -19
- package/src/models/updateprojectop.ts +126 -19
- package/src/models/updatestaticipsop.ts +1 -1
- package/src/models/userevent.ts +329 -39
- package/src/sdk/logdrains.ts +7 -7
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/teams.ts +1 -1
- package/vercel-spec.json +1092 -278
|
@@ -987,13 +987,22 @@ export type Link1 = {
|
|
|
987
987
|
|
|
988
988
|
export type Link = Link4 | Link5 | Link3 | Link1 | Link2;
|
|
989
989
|
|
|
990
|
-
export type
|
|
990
|
+
export type UpdateProjectDataCacheMicrofrontends3 = {
|
|
991
991
|
updatedAt: number;
|
|
992
992
|
groupIds: Array<any>;
|
|
993
993
|
enabled: boolean;
|
|
994
994
|
};
|
|
995
995
|
|
|
996
|
-
export type
|
|
996
|
+
export type UpdateProjectDataCacheMicrofrontends2 = {
|
|
997
|
+
isDefaultApp?: boolean | undefined;
|
|
998
|
+
/**
|
|
999
|
+
* Whether observability data should be routed to this microfrontend project or a root project.
|
|
1000
|
+
*/
|
|
1001
|
+
routeObservabilityToThisProject?: boolean | undefined;
|
|
1002
|
+
/**
|
|
1003
|
+
* Whether to add microfrontends routing to aliases. This means domains in this project will route as a microfrontend.
|
|
1004
|
+
*/
|
|
1005
|
+
doNotRouteWithMicrofrontendsRouting?: boolean | undefined;
|
|
997
1006
|
/**
|
|
998
1007
|
* Timestamp when the microfrontends settings were last updated.
|
|
999
1008
|
*/
|
|
@@ -1006,23 +1015,36 @@ export type UpdateProjectDataCacheMicrofrontends1 = {
|
|
|
1006
1015
|
* Whether microfrontends are enabled for this project.
|
|
1007
1016
|
*/
|
|
1008
1017
|
enabled: boolean;
|
|
1009
|
-
/**
|
|
1010
|
-
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
1011
|
-
*/
|
|
1012
|
-
isDefaultApp?: boolean | undefined;
|
|
1013
1018
|
/**
|
|
1014
1019
|
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
1015
1020
|
*/
|
|
1016
1021
|
defaultRoute?: string | undefined;
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1024
|
+
export type UpdateProjectDataCacheMicrofrontends1 = {
|
|
1025
|
+
isDefaultApp: boolean;
|
|
1017
1026
|
/**
|
|
1018
|
-
*
|
|
1027
|
+
* Timestamp when the microfrontends settings were last updated.
|
|
1019
1028
|
*/
|
|
1020
|
-
|
|
1029
|
+
updatedAt: number;
|
|
1030
|
+
/**
|
|
1031
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1032
|
+
*/
|
|
1033
|
+
groupIds: Array<string>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Whether microfrontends are enabled for this project.
|
|
1036
|
+
*/
|
|
1037
|
+
enabled: boolean;
|
|
1038
|
+
/**
|
|
1039
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
1040
|
+
*/
|
|
1041
|
+
defaultRoute?: string | undefined;
|
|
1021
1042
|
};
|
|
1022
1043
|
|
|
1023
1044
|
export type UpdateProjectDataCacheMicrofrontends =
|
|
1024
1045
|
| UpdateProjectDataCacheMicrofrontends1
|
|
1025
|
-
| UpdateProjectDataCacheMicrofrontends2
|
|
1046
|
+
| UpdateProjectDataCacheMicrofrontends2
|
|
1047
|
+
| UpdateProjectDataCacheMicrofrontends3;
|
|
1026
1048
|
|
|
1027
1049
|
export const UpdateProjectDataCacheNodeVersion = {
|
|
1028
1050
|
TwentyTwoDotX: "22.x",
|
|
@@ -1700,6 +1722,10 @@ export type GitProviderOptions = {
|
|
|
1700
1722
|
* Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
|
|
1701
1723
|
*/
|
|
1702
1724
|
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
1725
|
+
/**
|
|
1726
|
+
* Whether the project requires commits to be signed before deployments will be created.
|
|
1727
|
+
*/
|
|
1728
|
+
requireVerifiedCommits?: boolean | undefined;
|
|
1703
1729
|
};
|
|
1704
1730
|
|
|
1705
1731
|
export type UpdateProjectDataCacheWebAnalytics = {
|
|
@@ -2178,6 +2204,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
2178
2204
|
microfrontends?:
|
|
2179
2205
|
| UpdateProjectDataCacheMicrofrontends1
|
|
2180
2206
|
| UpdateProjectDataCacheMicrofrontends2
|
|
2207
|
+
| UpdateProjectDataCacheMicrofrontends3
|
|
2181
2208
|
| undefined;
|
|
2182
2209
|
name: string;
|
|
2183
2210
|
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
@@ -6809,22 +6836,95 @@ export function linkFromJSON(
|
|
|
6809
6836
|
);
|
|
6810
6837
|
}
|
|
6811
6838
|
|
|
6839
|
+
/** @internal */
|
|
6840
|
+
export const UpdateProjectDataCacheMicrofrontends3$inboundSchema: z.ZodType<
|
|
6841
|
+
UpdateProjectDataCacheMicrofrontends3,
|
|
6842
|
+
z.ZodTypeDef,
|
|
6843
|
+
unknown
|
|
6844
|
+
> = z.object({
|
|
6845
|
+
updatedAt: z.number(),
|
|
6846
|
+
groupIds: z.array(z.any()),
|
|
6847
|
+
enabled: z.boolean(),
|
|
6848
|
+
});
|
|
6849
|
+
|
|
6850
|
+
/** @internal */
|
|
6851
|
+
export type UpdateProjectDataCacheMicrofrontends3$Outbound = {
|
|
6852
|
+
updatedAt: number;
|
|
6853
|
+
groupIds: Array<any>;
|
|
6854
|
+
enabled: boolean;
|
|
6855
|
+
};
|
|
6856
|
+
|
|
6857
|
+
/** @internal */
|
|
6858
|
+
export const UpdateProjectDataCacheMicrofrontends3$outboundSchema: z.ZodType<
|
|
6859
|
+
UpdateProjectDataCacheMicrofrontends3$Outbound,
|
|
6860
|
+
z.ZodTypeDef,
|
|
6861
|
+
UpdateProjectDataCacheMicrofrontends3
|
|
6862
|
+
> = z.object({
|
|
6863
|
+
updatedAt: z.number(),
|
|
6864
|
+
groupIds: z.array(z.any()),
|
|
6865
|
+
enabled: z.boolean(),
|
|
6866
|
+
});
|
|
6867
|
+
|
|
6868
|
+
/**
|
|
6869
|
+
* @internal
|
|
6870
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6871
|
+
*/
|
|
6872
|
+
export namespace UpdateProjectDataCacheMicrofrontends3$ {
|
|
6873
|
+
/** @deprecated use `UpdateProjectDataCacheMicrofrontends3$inboundSchema` instead. */
|
|
6874
|
+
export const inboundSchema =
|
|
6875
|
+
UpdateProjectDataCacheMicrofrontends3$inboundSchema;
|
|
6876
|
+
/** @deprecated use `UpdateProjectDataCacheMicrofrontends3$outboundSchema` instead. */
|
|
6877
|
+
export const outboundSchema =
|
|
6878
|
+
UpdateProjectDataCacheMicrofrontends3$outboundSchema;
|
|
6879
|
+
/** @deprecated use `UpdateProjectDataCacheMicrofrontends3$Outbound` instead. */
|
|
6880
|
+
export type Outbound = UpdateProjectDataCacheMicrofrontends3$Outbound;
|
|
6881
|
+
}
|
|
6882
|
+
|
|
6883
|
+
export function updateProjectDataCacheMicrofrontends3ToJSON(
|
|
6884
|
+
updateProjectDataCacheMicrofrontends3: UpdateProjectDataCacheMicrofrontends3,
|
|
6885
|
+
): string {
|
|
6886
|
+
return JSON.stringify(
|
|
6887
|
+
UpdateProjectDataCacheMicrofrontends3$outboundSchema.parse(
|
|
6888
|
+
updateProjectDataCacheMicrofrontends3,
|
|
6889
|
+
),
|
|
6890
|
+
);
|
|
6891
|
+
}
|
|
6892
|
+
|
|
6893
|
+
export function updateProjectDataCacheMicrofrontends3FromJSON(
|
|
6894
|
+
jsonString: string,
|
|
6895
|
+
): SafeParseResult<UpdateProjectDataCacheMicrofrontends3, SDKValidationError> {
|
|
6896
|
+
return safeParse(
|
|
6897
|
+
jsonString,
|
|
6898
|
+
(x) =>
|
|
6899
|
+
UpdateProjectDataCacheMicrofrontends3$inboundSchema.parse(JSON.parse(x)),
|
|
6900
|
+
`Failed to parse 'UpdateProjectDataCacheMicrofrontends3' from JSON`,
|
|
6901
|
+
);
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6812
6904
|
/** @internal */
|
|
6813
6905
|
export const UpdateProjectDataCacheMicrofrontends2$inboundSchema: z.ZodType<
|
|
6814
6906
|
UpdateProjectDataCacheMicrofrontends2,
|
|
6815
6907
|
z.ZodTypeDef,
|
|
6816
6908
|
unknown
|
|
6817
6909
|
> = z.object({
|
|
6910
|
+
isDefaultApp: z.boolean().optional(),
|
|
6911
|
+
routeObservabilityToThisProject: z.boolean().optional(),
|
|
6912
|
+
doNotRouteWithMicrofrontendsRouting: z.boolean().optional(),
|
|
6818
6913
|
updatedAt: z.number(),
|
|
6819
|
-
groupIds: z.array(z.
|
|
6914
|
+
groupIds: z.array(z.string()),
|
|
6820
6915
|
enabled: z.boolean(),
|
|
6916
|
+
defaultRoute: z.string().optional(),
|
|
6821
6917
|
});
|
|
6822
6918
|
|
|
6823
6919
|
/** @internal */
|
|
6824
6920
|
export type UpdateProjectDataCacheMicrofrontends2$Outbound = {
|
|
6921
|
+
isDefaultApp?: boolean | undefined;
|
|
6922
|
+
routeObservabilityToThisProject?: boolean | undefined;
|
|
6923
|
+
doNotRouteWithMicrofrontendsRouting?: boolean | undefined;
|
|
6825
6924
|
updatedAt: number;
|
|
6826
|
-
groupIds: Array<
|
|
6925
|
+
groupIds: Array<string>;
|
|
6827
6926
|
enabled: boolean;
|
|
6927
|
+
defaultRoute?: string | undefined;
|
|
6828
6928
|
};
|
|
6829
6929
|
|
|
6830
6930
|
/** @internal */
|
|
@@ -6833,9 +6933,13 @@ export const UpdateProjectDataCacheMicrofrontends2$outboundSchema: z.ZodType<
|
|
|
6833
6933
|
z.ZodTypeDef,
|
|
6834
6934
|
UpdateProjectDataCacheMicrofrontends2
|
|
6835
6935
|
> = z.object({
|
|
6936
|
+
isDefaultApp: z.boolean().optional(),
|
|
6937
|
+
routeObservabilityToThisProject: z.boolean().optional(),
|
|
6938
|
+
doNotRouteWithMicrofrontendsRouting: z.boolean().optional(),
|
|
6836
6939
|
updatedAt: z.number(),
|
|
6837
|
-
groupIds: z.array(z.
|
|
6940
|
+
groupIds: z.array(z.string()),
|
|
6838
6941
|
enabled: z.boolean(),
|
|
6942
|
+
defaultRoute: z.string().optional(),
|
|
6839
6943
|
});
|
|
6840
6944
|
|
|
6841
6945
|
/**
|
|
@@ -6880,22 +6984,20 @@ export const UpdateProjectDataCacheMicrofrontends1$inboundSchema: z.ZodType<
|
|
|
6880
6984
|
z.ZodTypeDef,
|
|
6881
6985
|
unknown
|
|
6882
6986
|
> = z.object({
|
|
6987
|
+
isDefaultApp: z.boolean(),
|
|
6883
6988
|
updatedAt: z.number(),
|
|
6884
6989
|
groupIds: z.array(z.string()),
|
|
6885
6990
|
enabled: z.boolean(),
|
|
6886
|
-
isDefaultApp: z.boolean().optional(),
|
|
6887
6991
|
defaultRoute: z.string().optional(),
|
|
6888
|
-
routeObservabilityToThisProject: z.boolean().optional(),
|
|
6889
6992
|
});
|
|
6890
6993
|
|
|
6891
6994
|
/** @internal */
|
|
6892
6995
|
export type UpdateProjectDataCacheMicrofrontends1$Outbound = {
|
|
6996
|
+
isDefaultApp: boolean;
|
|
6893
6997
|
updatedAt: number;
|
|
6894
6998
|
groupIds: Array<string>;
|
|
6895
6999
|
enabled: boolean;
|
|
6896
|
-
isDefaultApp?: boolean | undefined;
|
|
6897
7000
|
defaultRoute?: string | undefined;
|
|
6898
|
-
routeObservabilityToThisProject?: boolean | undefined;
|
|
6899
7001
|
};
|
|
6900
7002
|
|
|
6901
7003
|
/** @internal */
|
|
@@ -6904,12 +7006,11 @@ export const UpdateProjectDataCacheMicrofrontends1$outboundSchema: z.ZodType<
|
|
|
6904
7006
|
z.ZodTypeDef,
|
|
6905
7007
|
UpdateProjectDataCacheMicrofrontends1
|
|
6906
7008
|
> = z.object({
|
|
7009
|
+
isDefaultApp: z.boolean(),
|
|
6907
7010
|
updatedAt: z.number(),
|
|
6908
7011
|
groupIds: z.array(z.string()),
|
|
6909
7012
|
enabled: z.boolean(),
|
|
6910
|
-
isDefaultApp: z.boolean().optional(),
|
|
6911
7013
|
defaultRoute: z.string().optional(),
|
|
6912
|
-
routeObservabilityToThisProject: z.boolean().optional(),
|
|
6913
7014
|
});
|
|
6914
7015
|
|
|
6915
7016
|
/**
|
|
@@ -6956,12 +7057,14 @@ export const UpdateProjectDataCacheMicrofrontends$inboundSchema: z.ZodType<
|
|
|
6956
7057
|
> = z.union([
|
|
6957
7058
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$inboundSchema),
|
|
6958
7059
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends2$inboundSchema),
|
|
7060
|
+
z.lazy(() => UpdateProjectDataCacheMicrofrontends3$inboundSchema),
|
|
6959
7061
|
]);
|
|
6960
7062
|
|
|
6961
7063
|
/** @internal */
|
|
6962
7064
|
export type UpdateProjectDataCacheMicrofrontends$Outbound =
|
|
6963
7065
|
| UpdateProjectDataCacheMicrofrontends1$Outbound
|
|
6964
|
-
| UpdateProjectDataCacheMicrofrontends2$Outbound
|
|
7066
|
+
| UpdateProjectDataCacheMicrofrontends2$Outbound
|
|
7067
|
+
| UpdateProjectDataCacheMicrofrontends3$Outbound;
|
|
6965
7068
|
|
|
6966
7069
|
/** @internal */
|
|
6967
7070
|
export const UpdateProjectDataCacheMicrofrontends$outboundSchema: z.ZodType<
|
|
@@ -6971,6 +7074,7 @@ export const UpdateProjectDataCacheMicrofrontends$outboundSchema: z.ZodType<
|
|
|
6971
7074
|
> = z.union([
|
|
6972
7075
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$outboundSchema),
|
|
6973
7076
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends2$outboundSchema),
|
|
7077
|
+
z.lazy(() => UpdateProjectDataCacheMicrofrontends3$outboundSchema),
|
|
6974
7078
|
]);
|
|
6975
7079
|
|
|
6976
7080
|
/**
|
|
@@ -9957,12 +10061,14 @@ export const GitProviderOptions$inboundSchema: z.ZodType<
|
|
|
9957
10061
|
> = z.object({
|
|
9958
10062
|
createDeployments: CreateDeployments$inboundSchema,
|
|
9959
10063
|
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
10064
|
+
requireVerifiedCommits: z.boolean().optional(),
|
|
9960
10065
|
});
|
|
9961
10066
|
|
|
9962
10067
|
/** @internal */
|
|
9963
10068
|
export type GitProviderOptions$Outbound = {
|
|
9964
10069
|
createDeployments: string;
|
|
9965
10070
|
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
10071
|
+
requireVerifiedCommits?: boolean | undefined;
|
|
9966
10072
|
};
|
|
9967
10073
|
|
|
9968
10074
|
/** @internal */
|
|
@@ -9973,6 +10079,7 @@ export const GitProviderOptions$outboundSchema: z.ZodType<
|
|
|
9973
10079
|
> = z.object({
|
|
9974
10080
|
createDeployments: CreateDeployments$outboundSchema,
|
|
9975
10081
|
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
10082
|
+
requireVerifiedCommits: z.boolean().optional(),
|
|
9976
10083
|
});
|
|
9977
10084
|
|
|
9978
10085
|
/**
|
|
@@ -13350,6 +13457,7 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
13350
13457
|
microfrontends: z.union([
|
|
13351
13458
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$inboundSchema),
|
|
13352
13459
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends2$inboundSchema),
|
|
13460
|
+
z.lazy(() => UpdateProjectDataCacheMicrofrontends3$inboundSchema),
|
|
13353
13461
|
]).optional(),
|
|
13354
13462
|
name: z.string(),
|
|
13355
13463
|
nodeVersion: UpdateProjectDataCacheNodeVersion$inboundSchema,
|
|
@@ -13473,6 +13581,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
13473
13581
|
microfrontends?:
|
|
13474
13582
|
| UpdateProjectDataCacheMicrofrontends1$Outbound
|
|
13475
13583
|
| UpdateProjectDataCacheMicrofrontends2$Outbound
|
|
13584
|
+
| UpdateProjectDataCacheMicrofrontends3$Outbound
|
|
13476
13585
|
| undefined;
|
|
13477
13586
|
name: string;
|
|
13478
13587
|
nodeVersion: string;
|
|
@@ -13592,6 +13701,7 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
13592
13701
|
microfrontends: z.union([
|
|
13593
13702
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$outboundSchema),
|
|
13594
13703
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends2$outboundSchema),
|
|
13704
|
+
z.lazy(() => UpdateProjectDataCacheMicrofrontends3$outboundSchema),
|
|
13595
13705
|
]).optional(),
|
|
13596
13706
|
name: z.string(),
|
|
13597
13707
|
nodeVersion: UpdateProjectDataCacheNodeVersion$outboundSchema,
|
|
@@ -1394,13 +1394,22 @@ export type UpdateProjectLink =
|
|
|
1394
1394
|
| UpdateProjectLink1
|
|
1395
1395
|
| UpdateProjectLink2;
|
|
1396
1396
|
|
|
1397
|
-
export type
|
|
1397
|
+
export type UpdateProjectMicrofrontends3 = {
|
|
1398
1398
|
updatedAt: number;
|
|
1399
1399
|
groupIds: Array<any>;
|
|
1400
1400
|
enabled: boolean;
|
|
1401
1401
|
};
|
|
1402
1402
|
|
|
1403
|
-
export type
|
|
1403
|
+
export type UpdateProjectMicrofrontends2 = {
|
|
1404
|
+
isDefaultApp?: boolean | undefined;
|
|
1405
|
+
/**
|
|
1406
|
+
* Whether observability data should be routed to this microfrontend project or a root project.
|
|
1407
|
+
*/
|
|
1408
|
+
routeObservabilityToThisProject?: boolean | undefined;
|
|
1409
|
+
/**
|
|
1410
|
+
* Whether to add microfrontends routing to aliases. This means domains in this project will route as a microfrontend.
|
|
1411
|
+
*/
|
|
1412
|
+
doNotRouteWithMicrofrontendsRouting?: boolean | undefined;
|
|
1404
1413
|
/**
|
|
1405
1414
|
* Timestamp when the microfrontends settings were last updated.
|
|
1406
1415
|
*/
|
|
@@ -1413,23 +1422,36 @@ export type UpdateProjectMicrofrontends1 = {
|
|
|
1413
1422
|
* Whether microfrontends are enabled for this project.
|
|
1414
1423
|
*/
|
|
1415
1424
|
enabled: boolean;
|
|
1416
|
-
/**
|
|
1417
|
-
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
1418
|
-
*/
|
|
1419
|
-
isDefaultApp?: boolean | undefined;
|
|
1420
1425
|
/**
|
|
1421
1426
|
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
1422
1427
|
*/
|
|
1423
1428
|
defaultRoute?: string | undefined;
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1431
|
+
export type UpdateProjectMicrofrontends1 = {
|
|
1432
|
+
isDefaultApp: boolean;
|
|
1424
1433
|
/**
|
|
1425
|
-
*
|
|
1434
|
+
* Timestamp when the microfrontends settings were last updated.
|
|
1426
1435
|
*/
|
|
1427
|
-
|
|
1436
|
+
updatedAt: number;
|
|
1437
|
+
/**
|
|
1438
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1439
|
+
*/
|
|
1440
|
+
groupIds: Array<string>;
|
|
1441
|
+
/**
|
|
1442
|
+
* Whether microfrontends are enabled for this project.
|
|
1443
|
+
*/
|
|
1444
|
+
enabled: boolean;
|
|
1445
|
+
/**
|
|
1446
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
1447
|
+
*/
|
|
1448
|
+
defaultRoute?: string | undefined;
|
|
1428
1449
|
};
|
|
1429
1450
|
|
|
1430
1451
|
export type UpdateProjectMicrofrontends =
|
|
1431
1452
|
| UpdateProjectMicrofrontends1
|
|
1432
|
-
| UpdateProjectMicrofrontends2
|
|
1453
|
+
| UpdateProjectMicrofrontends2
|
|
1454
|
+
| UpdateProjectMicrofrontends3;
|
|
1433
1455
|
|
|
1434
1456
|
export const UpdateProjectProjectsNodeVersion = {
|
|
1435
1457
|
TwentyTwoDotX: "22.x",
|
|
@@ -2115,6 +2137,10 @@ export type UpdateProjectGitProviderOptions = {
|
|
|
2115
2137
|
* Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
|
|
2116
2138
|
*/
|
|
2117
2139
|
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
2140
|
+
/**
|
|
2141
|
+
* Whether the project requires commits to be signed before deployments will be created.
|
|
2142
|
+
*/
|
|
2143
|
+
requireVerifiedCommits?: boolean | undefined;
|
|
2118
2144
|
};
|
|
2119
2145
|
|
|
2120
2146
|
export type UpdateProjectWebAnalytics = {
|
|
@@ -2617,6 +2643,7 @@ export type UpdateProjectResponseBody = {
|
|
|
2617
2643
|
microfrontends?:
|
|
2618
2644
|
| UpdateProjectMicrofrontends1
|
|
2619
2645
|
| UpdateProjectMicrofrontends2
|
|
2646
|
+
| UpdateProjectMicrofrontends3
|
|
2620
2647
|
| undefined;
|
|
2621
2648
|
name: string;
|
|
2622
2649
|
nodeVersion: UpdateProjectProjectsNodeVersion;
|
|
@@ -8252,22 +8279,92 @@ export function updateProjectLinkFromJSON(
|
|
|
8252
8279
|
);
|
|
8253
8280
|
}
|
|
8254
8281
|
|
|
8282
|
+
/** @internal */
|
|
8283
|
+
export const UpdateProjectMicrofrontends3$inboundSchema: z.ZodType<
|
|
8284
|
+
UpdateProjectMicrofrontends3,
|
|
8285
|
+
z.ZodTypeDef,
|
|
8286
|
+
unknown
|
|
8287
|
+
> = z.object({
|
|
8288
|
+
updatedAt: z.number(),
|
|
8289
|
+
groupIds: z.array(z.any()),
|
|
8290
|
+
enabled: z.boolean(),
|
|
8291
|
+
});
|
|
8292
|
+
|
|
8293
|
+
/** @internal */
|
|
8294
|
+
export type UpdateProjectMicrofrontends3$Outbound = {
|
|
8295
|
+
updatedAt: number;
|
|
8296
|
+
groupIds: Array<any>;
|
|
8297
|
+
enabled: boolean;
|
|
8298
|
+
};
|
|
8299
|
+
|
|
8300
|
+
/** @internal */
|
|
8301
|
+
export const UpdateProjectMicrofrontends3$outboundSchema: z.ZodType<
|
|
8302
|
+
UpdateProjectMicrofrontends3$Outbound,
|
|
8303
|
+
z.ZodTypeDef,
|
|
8304
|
+
UpdateProjectMicrofrontends3
|
|
8305
|
+
> = z.object({
|
|
8306
|
+
updatedAt: z.number(),
|
|
8307
|
+
groupIds: z.array(z.any()),
|
|
8308
|
+
enabled: z.boolean(),
|
|
8309
|
+
});
|
|
8310
|
+
|
|
8311
|
+
/**
|
|
8312
|
+
* @internal
|
|
8313
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8314
|
+
*/
|
|
8315
|
+
export namespace UpdateProjectMicrofrontends3$ {
|
|
8316
|
+
/** @deprecated use `UpdateProjectMicrofrontends3$inboundSchema` instead. */
|
|
8317
|
+
export const inboundSchema = UpdateProjectMicrofrontends3$inboundSchema;
|
|
8318
|
+
/** @deprecated use `UpdateProjectMicrofrontends3$outboundSchema` instead. */
|
|
8319
|
+
export const outboundSchema = UpdateProjectMicrofrontends3$outboundSchema;
|
|
8320
|
+
/** @deprecated use `UpdateProjectMicrofrontends3$Outbound` instead. */
|
|
8321
|
+
export type Outbound = UpdateProjectMicrofrontends3$Outbound;
|
|
8322
|
+
}
|
|
8323
|
+
|
|
8324
|
+
export function updateProjectMicrofrontends3ToJSON(
|
|
8325
|
+
updateProjectMicrofrontends3: UpdateProjectMicrofrontends3,
|
|
8326
|
+
): string {
|
|
8327
|
+
return JSON.stringify(
|
|
8328
|
+
UpdateProjectMicrofrontends3$outboundSchema.parse(
|
|
8329
|
+
updateProjectMicrofrontends3,
|
|
8330
|
+
),
|
|
8331
|
+
);
|
|
8332
|
+
}
|
|
8333
|
+
|
|
8334
|
+
export function updateProjectMicrofrontends3FromJSON(
|
|
8335
|
+
jsonString: string,
|
|
8336
|
+
): SafeParseResult<UpdateProjectMicrofrontends3, SDKValidationError> {
|
|
8337
|
+
return safeParse(
|
|
8338
|
+
jsonString,
|
|
8339
|
+
(x) => UpdateProjectMicrofrontends3$inboundSchema.parse(JSON.parse(x)),
|
|
8340
|
+
`Failed to parse 'UpdateProjectMicrofrontends3' from JSON`,
|
|
8341
|
+
);
|
|
8342
|
+
}
|
|
8343
|
+
|
|
8255
8344
|
/** @internal */
|
|
8256
8345
|
export const UpdateProjectMicrofrontends2$inboundSchema: z.ZodType<
|
|
8257
8346
|
UpdateProjectMicrofrontends2,
|
|
8258
8347
|
z.ZodTypeDef,
|
|
8259
8348
|
unknown
|
|
8260
8349
|
> = z.object({
|
|
8350
|
+
isDefaultApp: z.boolean().optional(),
|
|
8351
|
+
routeObservabilityToThisProject: z.boolean().optional(),
|
|
8352
|
+
doNotRouteWithMicrofrontendsRouting: z.boolean().optional(),
|
|
8261
8353
|
updatedAt: z.number(),
|
|
8262
|
-
groupIds: z.array(z.
|
|
8354
|
+
groupIds: z.array(z.string()),
|
|
8263
8355
|
enabled: z.boolean(),
|
|
8356
|
+
defaultRoute: z.string().optional(),
|
|
8264
8357
|
});
|
|
8265
8358
|
|
|
8266
8359
|
/** @internal */
|
|
8267
8360
|
export type UpdateProjectMicrofrontends2$Outbound = {
|
|
8361
|
+
isDefaultApp?: boolean | undefined;
|
|
8362
|
+
routeObservabilityToThisProject?: boolean | undefined;
|
|
8363
|
+
doNotRouteWithMicrofrontendsRouting?: boolean | undefined;
|
|
8268
8364
|
updatedAt: number;
|
|
8269
|
-
groupIds: Array<
|
|
8365
|
+
groupIds: Array<string>;
|
|
8270
8366
|
enabled: boolean;
|
|
8367
|
+
defaultRoute?: string | undefined;
|
|
8271
8368
|
};
|
|
8272
8369
|
|
|
8273
8370
|
/** @internal */
|
|
@@ -8276,9 +8373,13 @@ export const UpdateProjectMicrofrontends2$outboundSchema: z.ZodType<
|
|
|
8276
8373
|
z.ZodTypeDef,
|
|
8277
8374
|
UpdateProjectMicrofrontends2
|
|
8278
8375
|
> = z.object({
|
|
8376
|
+
isDefaultApp: z.boolean().optional(),
|
|
8377
|
+
routeObservabilityToThisProject: z.boolean().optional(),
|
|
8378
|
+
doNotRouteWithMicrofrontendsRouting: z.boolean().optional(),
|
|
8279
8379
|
updatedAt: z.number(),
|
|
8280
|
-
groupIds: z.array(z.
|
|
8380
|
+
groupIds: z.array(z.string()),
|
|
8281
8381
|
enabled: z.boolean(),
|
|
8382
|
+
defaultRoute: z.string().optional(),
|
|
8282
8383
|
});
|
|
8283
8384
|
|
|
8284
8385
|
/**
|
|
@@ -8320,22 +8421,20 @@ export const UpdateProjectMicrofrontends1$inboundSchema: z.ZodType<
|
|
|
8320
8421
|
z.ZodTypeDef,
|
|
8321
8422
|
unknown
|
|
8322
8423
|
> = z.object({
|
|
8424
|
+
isDefaultApp: z.boolean(),
|
|
8323
8425
|
updatedAt: z.number(),
|
|
8324
8426
|
groupIds: z.array(z.string()),
|
|
8325
8427
|
enabled: z.boolean(),
|
|
8326
|
-
isDefaultApp: z.boolean().optional(),
|
|
8327
8428
|
defaultRoute: z.string().optional(),
|
|
8328
|
-
routeObservabilityToThisProject: z.boolean().optional(),
|
|
8329
8429
|
});
|
|
8330
8430
|
|
|
8331
8431
|
/** @internal */
|
|
8332
8432
|
export type UpdateProjectMicrofrontends1$Outbound = {
|
|
8433
|
+
isDefaultApp: boolean;
|
|
8333
8434
|
updatedAt: number;
|
|
8334
8435
|
groupIds: Array<string>;
|
|
8335
8436
|
enabled: boolean;
|
|
8336
|
-
isDefaultApp?: boolean | undefined;
|
|
8337
8437
|
defaultRoute?: string | undefined;
|
|
8338
|
-
routeObservabilityToThisProject?: boolean | undefined;
|
|
8339
8438
|
};
|
|
8340
8439
|
|
|
8341
8440
|
/** @internal */
|
|
@@ -8344,12 +8443,11 @@ export const UpdateProjectMicrofrontends1$outboundSchema: z.ZodType<
|
|
|
8344
8443
|
z.ZodTypeDef,
|
|
8345
8444
|
UpdateProjectMicrofrontends1
|
|
8346
8445
|
> = z.object({
|
|
8446
|
+
isDefaultApp: z.boolean(),
|
|
8347
8447
|
updatedAt: z.number(),
|
|
8348
8448
|
groupIds: z.array(z.string()),
|
|
8349
8449
|
enabled: z.boolean(),
|
|
8350
|
-
isDefaultApp: z.boolean().optional(),
|
|
8351
8450
|
defaultRoute: z.string().optional(),
|
|
8352
|
-
routeObservabilityToThisProject: z.boolean().optional(),
|
|
8353
8451
|
});
|
|
8354
8452
|
|
|
8355
8453
|
/**
|
|
@@ -8393,12 +8491,14 @@ export const UpdateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
8393
8491
|
> = z.union([
|
|
8394
8492
|
z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
|
|
8395
8493
|
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
8494
|
+
z.lazy(() => UpdateProjectMicrofrontends3$inboundSchema),
|
|
8396
8495
|
]);
|
|
8397
8496
|
|
|
8398
8497
|
/** @internal */
|
|
8399
8498
|
export type UpdateProjectMicrofrontends$Outbound =
|
|
8400
8499
|
| UpdateProjectMicrofrontends1$Outbound
|
|
8401
|
-
| UpdateProjectMicrofrontends2$Outbound
|
|
8500
|
+
| UpdateProjectMicrofrontends2$Outbound
|
|
8501
|
+
| UpdateProjectMicrofrontends3$Outbound;
|
|
8402
8502
|
|
|
8403
8503
|
/** @internal */
|
|
8404
8504
|
export const UpdateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
@@ -8408,6 +8508,7 @@ export const UpdateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
|
8408
8508
|
> = z.union([
|
|
8409
8509
|
z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),
|
|
8410
8510
|
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
8511
|
+
z.lazy(() => UpdateProjectMicrofrontends3$outboundSchema),
|
|
8411
8512
|
]);
|
|
8412
8513
|
|
|
8413
8514
|
/**
|
|
@@ -11429,12 +11530,14 @@ export const UpdateProjectGitProviderOptions$inboundSchema: z.ZodType<
|
|
|
11429
11530
|
> = z.object({
|
|
11430
11531
|
createDeployments: UpdateProjectCreateDeployments$inboundSchema,
|
|
11431
11532
|
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
11533
|
+
requireVerifiedCommits: z.boolean().optional(),
|
|
11432
11534
|
});
|
|
11433
11535
|
|
|
11434
11536
|
/** @internal */
|
|
11435
11537
|
export type UpdateProjectGitProviderOptions$Outbound = {
|
|
11436
11538
|
createDeployments: string;
|
|
11437
11539
|
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
11540
|
+
requireVerifiedCommits?: boolean | undefined;
|
|
11438
11541
|
};
|
|
11439
11542
|
|
|
11440
11543
|
/** @internal */
|
|
@@ -11445,6 +11548,7 @@ export const UpdateProjectGitProviderOptions$outboundSchema: z.ZodType<
|
|
|
11445
11548
|
> = z.object({
|
|
11446
11549
|
createDeployments: UpdateProjectCreateDeployments$outboundSchema,
|
|
11447
11550
|
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
11551
|
+
requireVerifiedCommits: z.boolean().optional(),
|
|
11448
11552
|
});
|
|
11449
11553
|
|
|
11450
11554
|
/**
|
|
@@ -14901,6 +15005,7 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
14901
15005
|
microfrontends: z.union([
|
|
14902
15006
|
z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
|
|
14903
15007
|
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
15008
|
+
z.lazy(() => UpdateProjectMicrofrontends3$inboundSchema),
|
|
14904
15009
|
]).optional(),
|
|
14905
15010
|
name: z.string(),
|
|
14906
15011
|
nodeVersion: UpdateProjectProjectsNodeVersion$inboundSchema,
|
|
@@ -15040,6 +15145,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
15040
15145
|
microfrontends?:
|
|
15041
15146
|
| UpdateProjectMicrofrontends1$Outbound
|
|
15042
15147
|
| UpdateProjectMicrofrontends2$Outbound
|
|
15148
|
+
| UpdateProjectMicrofrontends3$Outbound
|
|
15043
15149
|
| undefined;
|
|
15044
15150
|
name: string;
|
|
15045
15151
|
nodeVersion: string;
|
|
@@ -15169,6 +15275,7 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
15169
15275
|
microfrontends: z.union([
|
|
15170
15276
|
z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),
|
|
15171
15277
|
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
15278
|
+
z.lazy(() => UpdateProjectMicrofrontends3$outboundSchema),
|
|
15172
15279
|
]).optional(),
|
|
15173
15280
|
name: z.string(),
|
|
15174
15281
|
nodeVersion: UpdateProjectProjectsNodeVersion$outboundSchema,
|
|
@@ -49,8 +49,8 @@ export type UpdateStaticIpsRequest = {
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
export const UpdateStaticIpsEnvId2 = {
|
|
52
|
-
Production: "production",
|
|
53
52
|
Preview: "preview",
|
|
53
|
+
Production: "production",
|
|
54
54
|
} as const;
|
|
55
55
|
export type UpdateStaticIpsEnvId2 = ClosedEnum<typeof UpdateStaticIpsEnvId2>;
|
|
56
56
|
|