@vercel/sdk 1.10.4 → 1.10.6
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 +5676 -1708
- package/bin/mcp-server.js.map +46 -43
- package/docs/sdks/integrations/README.md +81 -0
- package/docs/sdks/projects/README.md +8 -0
- package/docs/sdks/teams/README.md +0 -2
- package/esm/__tests__/accessgroups.test.js +4 -0
- package/esm/__tests__/accessgroups.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 +11 -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__/security.test.js +4 -4
- package/esm/__tests__/security.test.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/funcs/projectsGetProjects.js +1 -0
- 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/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 +45 -39
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -17
- 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 +49 -37
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -15
- 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 +18 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +14 -14
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +243 -218
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +228 -216
- package/esm/models/createprojectop.js.map +1 -1
- 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/filterprojectenvsop.d.ts +29 -29
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +23 -27
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +2 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +2 -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 +114 -66
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +103 -72
- 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 +2 -0
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +2 -0
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +2 -0
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +2 -0
- 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/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.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 +74 -62
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +74 -70
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +86 -66
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +82 -72
- 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/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 +4 -0
- package/src/__tests__/deployments.test.ts +2 -2
- package/src/__tests__/domains.test.ts +11 -0
- package/src/__tests__/edgeconfig.test.ts +18 -0
- package/src/__tests__/integrations.test.ts +28 -0
- package/src/__tests__/security.test.ts +4 -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/funcs/projectsGetProjects.ts +1 -0
- 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 +25 -23
- package/src/models/createaccessgroupop.ts +32 -0
- package/src/models/createdeploymentop.ts +23 -19
- package/src/models/createedgeconfigop.ts +31 -24
- package/src/models/createprojectenvop.ts +26 -26
- package/src/models/createprojectop.ts +447 -422
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +45 -49
- package/src/models/getaliasop.ts +4 -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 +199 -144
- 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 +4 -0
- package/src/models/listdeploymentaliasesop.ts +4 -0
- package/src/models/patchurlprotectionbypassop.ts +7 -0
- package/src/models/putfirewallconfigop.ts +3 -0
- package/src/models/removeprojectenvop.ts +3 -3
- 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 +145 -135
- package/src/models/updateprojectop.ts +162 -144
- package/src/models/userevent.ts +112 -124
- package/src/sdk/integrations.ts +22 -0
- package/vercel-spec.json +3786 -967
|
@@ -631,6 +631,8 @@ export const UpdateProjectDataCacheFramework = {
|
|
|
631
631
|
Storybook: "storybook",
|
|
632
632
|
Nitro: "nitro",
|
|
633
633
|
Hono: "hono",
|
|
634
|
+
Express: "express",
|
|
635
|
+
Xmcp: "xmcp",
|
|
634
636
|
} as const;
|
|
635
637
|
export type UpdateProjectDataCacheFramework = ClosedEnum<
|
|
636
638
|
typeof UpdateProjectDataCacheFramework
|
|
@@ -817,21 +819,21 @@ export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
|
|
|
817
819
|
};
|
|
818
820
|
|
|
819
821
|
export type Link5 = {
|
|
820
|
-
org
|
|
822
|
+
org: string;
|
|
821
823
|
/**
|
|
822
824
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
823
825
|
*/
|
|
824
826
|
repoOwnerId?: number | undefined;
|
|
825
827
|
repo?: string | undefined;
|
|
826
828
|
repoId?: number | undefined;
|
|
827
|
-
type
|
|
828
|
-
host
|
|
829
|
+
type: UpdateProjectDataCacheLinkProjectsResponse200Type;
|
|
830
|
+
host: string;
|
|
829
831
|
createdAt?: number | undefined;
|
|
830
832
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsResponseDeployHooks>;
|
|
831
|
-
gitCredentialId
|
|
833
|
+
gitCredentialId: string;
|
|
832
834
|
updatedAt?: number | undefined;
|
|
833
835
|
sourceless?: boolean | undefined;
|
|
834
|
-
productionBranch
|
|
836
|
+
productionBranch: string;
|
|
835
837
|
};
|
|
836
838
|
|
|
837
839
|
export const UpdateProjectDataCacheLinkProjectsResponseType = {
|
|
@@ -850,18 +852,18 @@ export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
|
|
|
850
852
|
};
|
|
851
853
|
|
|
852
854
|
export type Link4 = {
|
|
853
|
-
name
|
|
854
|
-
slug
|
|
855
|
-
owner
|
|
856
|
-
type
|
|
857
|
-
uuid
|
|
858
|
-
workspaceUuid
|
|
855
|
+
name: string;
|
|
856
|
+
slug: string;
|
|
857
|
+
owner: string;
|
|
858
|
+
type: UpdateProjectDataCacheLinkProjectsResponseType;
|
|
859
|
+
uuid: string;
|
|
860
|
+
workspaceUuid: string;
|
|
859
861
|
createdAt?: number | undefined;
|
|
860
862
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
|
|
861
|
-
gitCredentialId
|
|
863
|
+
gitCredentialId: string;
|
|
862
864
|
updatedAt?: number | undefined;
|
|
863
865
|
sourceless?: boolean | undefined;
|
|
864
|
-
productionBranch
|
|
866
|
+
productionBranch: string;
|
|
865
867
|
};
|
|
866
868
|
|
|
867
869
|
export const UpdateProjectDataCacheLinkProjectsType = {
|
|
@@ -880,22 +882,22 @@ export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
|
880
882
|
};
|
|
881
883
|
|
|
882
884
|
export type Link3 = {
|
|
883
|
-
projectId
|
|
884
|
-
projectName
|
|
885
|
-
projectNameWithNamespace
|
|
886
|
-
projectNamespace
|
|
885
|
+
projectId: string;
|
|
886
|
+
projectName: string;
|
|
887
|
+
projectNameWithNamespace: string;
|
|
888
|
+
projectNamespace: string;
|
|
887
889
|
/**
|
|
888
890
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
|
|
889
891
|
*/
|
|
890
892
|
projectOwnerId?: number | undefined;
|
|
891
|
-
projectUrl
|
|
892
|
-
type
|
|
893
|
+
projectUrl: string;
|
|
894
|
+
type: UpdateProjectDataCacheLinkProjectsType;
|
|
893
895
|
createdAt?: number | undefined;
|
|
894
896
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
895
|
-
gitCredentialId
|
|
897
|
+
gitCredentialId: string;
|
|
896
898
|
updatedAt?: number | undefined;
|
|
897
899
|
sourceless?: boolean | undefined;
|
|
898
|
-
productionBranch
|
|
900
|
+
productionBranch: string;
|
|
899
901
|
};
|
|
900
902
|
|
|
901
903
|
export const UpdateProjectDataCacheLinkType = {
|
|
@@ -914,10 +916,10 @@ export type LinkDeployHooks = {
|
|
|
914
916
|
};
|
|
915
917
|
|
|
916
918
|
export type Link2 = {
|
|
917
|
-
type
|
|
919
|
+
type: UpdateProjectDataCacheLinkType;
|
|
918
920
|
createdAt?: number | undefined;
|
|
919
921
|
updatedAt?: number | undefined;
|
|
920
|
-
org
|
|
922
|
+
org: string;
|
|
921
923
|
/**
|
|
922
924
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
923
925
|
*/
|
|
@@ -925,9 +927,9 @@ export type Link2 = {
|
|
|
925
927
|
repo?: string | undefined;
|
|
926
928
|
repoId?: number | undefined;
|
|
927
929
|
deployHooks: Array<LinkDeployHooks>;
|
|
928
|
-
gitCredentialId
|
|
930
|
+
gitCredentialId: string;
|
|
929
931
|
sourceless?: boolean | undefined;
|
|
930
|
-
productionBranch
|
|
932
|
+
productionBranch: string;
|
|
931
933
|
};
|
|
932
934
|
|
|
933
935
|
export const LinkType = {
|
|
@@ -944,23 +946,23 @@ export type DeployHooks = {
|
|
|
944
946
|
};
|
|
945
947
|
|
|
946
948
|
export type Link1 = {
|
|
947
|
-
org
|
|
949
|
+
org: string;
|
|
948
950
|
/**
|
|
949
951
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
950
952
|
*/
|
|
951
953
|
repoOwnerId?: number | undefined;
|
|
952
954
|
repo?: string | undefined;
|
|
953
955
|
repoId?: number | undefined;
|
|
954
|
-
type
|
|
956
|
+
type: LinkType;
|
|
955
957
|
createdAt?: number | undefined;
|
|
956
958
|
deployHooks: Array<DeployHooks>;
|
|
957
|
-
gitCredentialId
|
|
959
|
+
gitCredentialId: string;
|
|
958
960
|
updatedAt?: number | undefined;
|
|
959
961
|
sourceless?: boolean | undefined;
|
|
960
|
-
productionBranch
|
|
962
|
+
productionBranch: string;
|
|
961
963
|
};
|
|
962
964
|
|
|
963
|
-
export type Link =
|
|
965
|
+
export type Link = Link3 | Link4 | Link5 | Link1 | Link2;
|
|
964
966
|
|
|
965
967
|
export type UpdateProjectDataCacheMicrofrontends2 = {
|
|
966
968
|
updatedAt: number;
|
|
@@ -1049,6 +1051,7 @@ export type UpdateProjectDataCacheResourceConfig = {
|
|
|
1049
1051
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1050
1052
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1051
1053
|
buildMachineType?: UpdateProjectDataCacheProjectsBuildMachineType | undefined;
|
|
1054
|
+
isNSNBDisabled?: boolean | undefined;
|
|
1052
1055
|
};
|
|
1053
1056
|
|
|
1054
1057
|
/**
|
|
@@ -1136,6 +1139,7 @@ export type DefaultResourceConfig = {
|
|
|
1136
1139
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1137
1140
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1138
1141
|
buildMachineType?: UpdateProjectDataCacheBuildMachineType | undefined;
|
|
1142
|
+
isNSNBDisabled?: boolean | undefined;
|
|
1139
1143
|
};
|
|
1140
1144
|
|
|
1141
1145
|
export const UpdateProjectDataCacheDeploymentType = {
|
|
@@ -1521,6 +1525,7 @@ export type Permissions = {
|
|
|
1521
1525
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1522
1526
|
analytics?: Array<ACLAction> | undefined;
|
|
1523
1527
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1528
|
+
v0Chat?: Array<ACLAction> | undefined;
|
|
1524
1529
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1525
1530
|
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1526
1531
|
sonar?: Array<ACLAction> | undefined;
|
|
@@ -1807,7 +1812,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1807
1812
|
id: string;
|
|
1808
1813
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
1809
1814
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1810
|
-
link?:
|
|
1815
|
+
link?: Link3 | Link4 | Link5 | Link1 | Link2 | undefined;
|
|
1811
1816
|
microfrontends?:
|
|
1812
1817
|
| UpdateProjectDataCacheMicrofrontends1
|
|
1813
1818
|
| UpdateProjectDataCacheMicrofrontends2
|
|
@@ -5600,41 +5605,40 @@ export function updateProjectDataCacheLinkProjectsResponseDeployHooksFromJSON(
|
|
|
5600
5605
|
/** @internal */
|
|
5601
5606
|
export const Link5$inboundSchema: z.ZodType<Link5, z.ZodTypeDef, unknown> = z
|
|
5602
5607
|
.object({
|
|
5603
|
-
org: z.string()
|
|
5608
|
+
org: z.string(),
|
|
5604
5609
|
repoOwnerId: z.number().optional(),
|
|
5605
5610
|
repo: z.string().optional(),
|
|
5606
5611
|
repoId: z.number().optional(),
|
|
5607
|
-
type: UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema
|
|
5608
|
-
|
|
5609
|
-
host: z.string().optional(),
|
|
5612
|
+
type: UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema,
|
|
5613
|
+
host: z.string(),
|
|
5610
5614
|
createdAt: z.number().optional(),
|
|
5611
5615
|
deployHooks: z.array(
|
|
5612
5616
|
z.lazy(() =>
|
|
5613
5617
|
UpdateProjectDataCacheLinkProjectsResponseDeployHooks$inboundSchema
|
|
5614
5618
|
),
|
|
5615
5619
|
),
|
|
5616
|
-
gitCredentialId: z.string()
|
|
5620
|
+
gitCredentialId: z.string(),
|
|
5617
5621
|
updatedAt: z.number().optional(),
|
|
5618
5622
|
sourceless: z.boolean().optional(),
|
|
5619
|
-
productionBranch: z.string()
|
|
5623
|
+
productionBranch: z.string(),
|
|
5620
5624
|
});
|
|
5621
5625
|
|
|
5622
5626
|
/** @internal */
|
|
5623
5627
|
export type Link5$Outbound = {
|
|
5624
|
-
org
|
|
5628
|
+
org: string;
|
|
5625
5629
|
repoOwnerId?: number | undefined;
|
|
5626
5630
|
repo?: string | undefined;
|
|
5627
5631
|
repoId?: number | undefined;
|
|
5628
|
-
type
|
|
5629
|
-
host
|
|
5632
|
+
type: string;
|
|
5633
|
+
host: string;
|
|
5630
5634
|
createdAt?: number | undefined;
|
|
5631
5635
|
deployHooks: Array<
|
|
5632
5636
|
UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound
|
|
5633
5637
|
>;
|
|
5634
|
-
gitCredentialId
|
|
5638
|
+
gitCredentialId: string;
|
|
5635
5639
|
updatedAt?: number | undefined;
|
|
5636
5640
|
sourceless?: boolean | undefined;
|
|
5637
|
-
productionBranch
|
|
5641
|
+
productionBranch: string;
|
|
5638
5642
|
};
|
|
5639
5643
|
|
|
5640
5644
|
/** @internal */
|
|
@@ -5643,23 +5647,22 @@ export const Link5$outboundSchema: z.ZodType<
|
|
|
5643
5647
|
z.ZodTypeDef,
|
|
5644
5648
|
Link5
|
|
5645
5649
|
> = z.object({
|
|
5646
|
-
org: z.string()
|
|
5650
|
+
org: z.string(),
|
|
5647
5651
|
repoOwnerId: z.number().optional(),
|
|
5648
5652
|
repo: z.string().optional(),
|
|
5649
5653
|
repoId: z.number().optional(),
|
|
5650
|
-
type: UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema
|
|
5651
|
-
|
|
5652
|
-
host: z.string().optional(),
|
|
5654
|
+
type: UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema,
|
|
5655
|
+
host: z.string(),
|
|
5653
5656
|
createdAt: z.number().optional(),
|
|
5654
5657
|
deployHooks: z.array(
|
|
5655
5658
|
z.lazy(() =>
|
|
5656
5659
|
UpdateProjectDataCacheLinkProjectsResponseDeployHooks$outboundSchema
|
|
5657
5660
|
),
|
|
5658
5661
|
),
|
|
5659
|
-
gitCredentialId: z.string()
|
|
5662
|
+
gitCredentialId: z.string(),
|
|
5660
5663
|
updatedAt: z.number().optional(),
|
|
5661
5664
|
sourceless: z.boolean().optional(),
|
|
5662
|
-
productionBranch: z.string()
|
|
5665
|
+
productionBranch: z.string(),
|
|
5663
5666
|
});
|
|
5664
5667
|
|
|
5665
5668
|
/**
|
|
@@ -5794,37 +5797,36 @@ export function updateProjectDataCacheLinkProjectsDeployHooksFromJSON(
|
|
|
5794
5797
|
/** @internal */
|
|
5795
5798
|
export const Link4$inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown> = z
|
|
5796
5799
|
.object({
|
|
5797
|
-
name: z.string()
|
|
5798
|
-
slug: z.string()
|
|
5799
|
-
owner: z.string()
|
|
5800
|
-
type: UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema
|
|
5801
|
-
|
|
5802
|
-
|
|
5803
|
-
workspaceUuid: z.string().optional(),
|
|
5800
|
+
name: z.string(),
|
|
5801
|
+
slug: z.string(),
|
|
5802
|
+
owner: z.string(),
|
|
5803
|
+
type: UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema,
|
|
5804
|
+
uuid: z.string(),
|
|
5805
|
+
workspaceUuid: z.string(),
|
|
5804
5806
|
createdAt: z.number().optional(),
|
|
5805
5807
|
deployHooks: z.array(
|
|
5806
5808
|
z.lazy(() => UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema),
|
|
5807
5809
|
),
|
|
5808
|
-
gitCredentialId: z.string()
|
|
5810
|
+
gitCredentialId: z.string(),
|
|
5809
5811
|
updatedAt: z.number().optional(),
|
|
5810
5812
|
sourceless: z.boolean().optional(),
|
|
5811
|
-
productionBranch: z.string()
|
|
5813
|
+
productionBranch: z.string(),
|
|
5812
5814
|
});
|
|
5813
5815
|
|
|
5814
5816
|
/** @internal */
|
|
5815
5817
|
export type Link4$Outbound = {
|
|
5816
|
-
name
|
|
5817
|
-
slug
|
|
5818
|
-
owner
|
|
5819
|
-
type
|
|
5820
|
-
uuid
|
|
5821
|
-
workspaceUuid
|
|
5818
|
+
name: string;
|
|
5819
|
+
slug: string;
|
|
5820
|
+
owner: string;
|
|
5821
|
+
type: string;
|
|
5822
|
+
uuid: string;
|
|
5823
|
+
workspaceUuid: string;
|
|
5822
5824
|
createdAt?: number | undefined;
|
|
5823
5825
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
|
|
5824
|
-
gitCredentialId
|
|
5826
|
+
gitCredentialId: string;
|
|
5825
5827
|
updatedAt?: number | undefined;
|
|
5826
5828
|
sourceless?: boolean | undefined;
|
|
5827
|
-
productionBranch
|
|
5829
|
+
productionBranch: string;
|
|
5828
5830
|
};
|
|
5829
5831
|
|
|
5830
5832
|
/** @internal */
|
|
@@ -5833,21 +5835,20 @@ export const Link4$outboundSchema: z.ZodType<
|
|
|
5833
5835
|
z.ZodTypeDef,
|
|
5834
5836
|
Link4
|
|
5835
5837
|
> = z.object({
|
|
5836
|
-
name: z.string()
|
|
5837
|
-
slug: z.string()
|
|
5838
|
-
owner: z.string()
|
|
5839
|
-
type: UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
workspaceUuid: z.string().optional(),
|
|
5838
|
+
name: z.string(),
|
|
5839
|
+
slug: z.string(),
|
|
5840
|
+
owner: z.string(),
|
|
5841
|
+
type: UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema,
|
|
5842
|
+
uuid: z.string(),
|
|
5843
|
+
workspaceUuid: z.string(),
|
|
5843
5844
|
createdAt: z.number().optional(),
|
|
5844
5845
|
deployHooks: z.array(
|
|
5845
5846
|
z.lazy(() => UpdateProjectDataCacheLinkProjectsDeployHooks$outboundSchema),
|
|
5846
5847
|
),
|
|
5847
|
-
gitCredentialId: z.string()
|
|
5848
|
+
gitCredentialId: z.string(),
|
|
5848
5849
|
updatedAt: z.number().optional(),
|
|
5849
5850
|
sourceless: z.boolean().optional(),
|
|
5850
|
-
productionBranch: z.string()
|
|
5851
|
+
productionBranch: z.string(),
|
|
5851
5852
|
});
|
|
5852
5853
|
|
|
5853
5854
|
/**
|
|
@@ -5975,38 +5976,38 @@ export function updateProjectDataCacheLinkDeployHooksFromJSON(
|
|
|
5975
5976
|
/** @internal */
|
|
5976
5977
|
export const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown> = z
|
|
5977
5978
|
.object({
|
|
5978
|
-
projectId: z.string()
|
|
5979
|
-
projectName: z.string()
|
|
5980
|
-
projectNameWithNamespace: z.string()
|
|
5981
|
-
projectNamespace: z.string()
|
|
5979
|
+
projectId: z.string(),
|
|
5980
|
+
projectName: z.string(),
|
|
5981
|
+
projectNameWithNamespace: z.string(),
|
|
5982
|
+
projectNamespace: z.string(),
|
|
5982
5983
|
projectOwnerId: z.number().optional(),
|
|
5983
|
-
projectUrl: z.string()
|
|
5984
|
-
type: UpdateProjectDataCacheLinkProjectsType$inboundSchema
|
|
5984
|
+
projectUrl: z.string(),
|
|
5985
|
+
type: UpdateProjectDataCacheLinkProjectsType$inboundSchema,
|
|
5985
5986
|
createdAt: z.number().optional(),
|
|
5986
5987
|
deployHooks: z.array(
|
|
5987
5988
|
z.lazy(() => UpdateProjectDataCacheLinkDeployHooks$inboundSchema),
|
|
5988
5989
|
),
|
|
5989
|
-
gitCredentialId: z.string()
|
|
5990
|
+
gitCredentialId: z.string(),
|
|
5990
5991
|
updatedAt: z.number().optional(),
|
|
5991
5992
|
sourceless: z.boolean().optional(),
|
|
5992
|
-
productionBranch: z.string()
|
|
5993
|
+
productionBranch: z.string(),
|
|
5993
5994
|
});
|
|
5994
5995
|
|
|
5995
5996
|
/** @internal */
|
|
5996
5997
|
export type Link3$Outbound = {
|
|
5997
|
-
projectId
|
|
5998
|
-
projectName
|
|
5999
|
-
projectNameWithNamespace
|
|
6000
|
-
projectNamespace
|
|
5998
|
+
projectId: string;
|
|
5999
|
+
projectName: string;
|
|
6000
|
+
projectNameWithNamespace: string;
|
|
6001
|
+
projectNamespace: string;
|
|
6001
6002
|
projectOwnerId?: number | undefined;
|
|
6002
|
-
projectUrl
|
|
6003
|
-
type
|
|
6003
|
+
projectUrl: string;
|
|
6004
|
+
type: string;
|
|
6004
6005
|
createdAt?: number | undefined;
|
|
6005
6006
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
6006
|
-
gitCredentialId
|
|
6007
|
+
gitCredentialId: string;
|
|
6007
6008
|
updatedAt?: number | undefined;
|
|
6008
6009
|
sourceless?: boolean | undefined;
|
|
6009
|
-
productionBranch
|
|
6010
|
+
productionBranch: string;
|
|
6010
6011
|
};
|
|
6011
6012
|
|
|
6012
6013
|
/** @internal */
|
|
@@ -6015,21 +6016,21 @@ export const Link3$outboundSchema: z.ZodType<
|
|
|
6015
6016
|
z.ZodTypeDef,
|
|
6016
6017
|
Link3
|
|
6017
6018
|
> = z.object({
|
|
6018
|
-
projectId: z.string()
|
|
6019
|
-
projectName: z.string()
|
|
6020
|
-
projectNameWithNamespace: z.string()
|
|
6021
|
-
projectNamespace: z.string()
|
|
6019
|
+
projectId: z.string(),
|
|
6020
|
+
projectName: z.string(),
|
|
6021
|
+
projectNameWithNamespace: z.string(),
|
|
6022
|
+
projectNamespace: z.string(),
|
|
6022
6023
|
projectOwnerId: z.number().optional(),
|
|
6023
|
-
projectUrl: z.string()
|
|
6024
|
-
type: UpdateProjectDataCacheLinkProjectsType$outboundSchema
|
|
6024
|
+
projectUrl: z.string(),
|
|
6025
|
+
type: UpdateProjectDataCacheLinkProjectsType$outboundSchema,
|
|
6025
6026
|
createdAt: z.number().optional(),
|
|
6026
6027
|
deployHooks: z.array(
|
|
6027
6028
|
z.lazy(() => UpdateProjectDataCacheLinkDeployHooks$outboundSchema),
|
|
6028
6029
|
),
|
|
6029
|
-
gitCredentialId: z.string()
|
|
6030
|
+
gitCredentialId: z.string(),
|
|
6030
6031
|
updatedAt: z.number().optional(),
|
|
6031
6032
|
sourceless: z.boolean().optional(),
|
|
6032
|
-
productionBranch: z.string()
|
|
6033
|
+
productionBranch: z.string(),
|
|
6033
6034
|
});
|
|
6034
6035
|
|
|
6035
6036
|
/**
|
|
@@ -6147,32 +6148,32 @@ export function linkDeployHooksFromJSON(
|
|
|
6147
6148
|
/** @internal */
|
|
6148
6149
|
export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
6149
6150
|
.object({
|
|
6150
|
-
type: UpdateProjectDataCacheLinkType$inboundSchema
|
|
6151
|
+
type: UpdateProjectDataCacheLinkType$inboundSchema,
|
|
6151
6152
|
createdAt: z.number().optional(),
|
|
6152
6153
|
updatedAt: z.number().optional(),
|
|
6153
|
-
org: z.string()
|
|
6154
|
+
org: z.string(),
|
|
6154
6155
|
repoOwnerId: z.number().optional(),
|
|
6155
6156
|
repo: z.string().optional(),
|
|
6156
6157
|
repoId: z.number().optional(),
|
|
6157
6158
|
deployHooks: z.array(z.lazy(() => LinkDeployHooks$inboundSchema)),
|
|
6158
|
-
gitCredentialId: z.string()
|
|
6159
|
+
gitCredentialId: z.string(),
|
|
6159
6160
|
sourceless: z.boolean().optional(),
|
|
6160
|
-
productionBranch: z.string()
|
|
6161
|
+
productionBranch: z.string(),
|
|
6161
6162
|
});
|
|
6162
6163
|
|
|
6163
6164
|
/** @internal */
|
|
6164
6165
|
export type Link2$Outbound = {
|
|
6165
|
-
type
|
|
6166
|
+
type: string;
|
|
6166
6167
|
createdAt?: number | undefined;
|
|
6167
6168
|
updatedAt?: number | undefined;
|
|
6168
|
-
org
|
|
6169
|
+
org: string;
|
|
6169
6170
|
repoOwnerId?: number | undefined;
|
|
6170
6171
|
repo?: string | undefined;
|
|
6171
6172
|
repoId?: number | undefined;
|
|
6172
6173
|
deployHooks: Array<LinkDeployHooks$Outbound>;
|
|
6173
|
-
gitCredentialId
|
|
6174
|
+
gitCredentialId: string;
|
|
6174
6175
|
sourceless?: boolean | undefined;
|
|
6175
|
-
productionBranch
|
|
6176
|
+
productionBranch: string;
|
|
6176
6177
|
};
|
|
6177
6178
|
|
|
6178
6179
|
/** @internal */
|
|
@@ -6181,17 +6182,17 @@ export const Link2$outboundSchema: z.ZodType<
|
|
|
6181
6182
|
z.ZodTypeDef,
|
|
6182
6183
|
Link2
|
|
6183
6184
|
> = z.object({
|
|
6184
|
-
type: UpdateProjectDataCacheLinkType$outboundSchema
|
|
6185
|
+
type: UpdateProjectDataCacheLinkType$outboundSchema,
|
|
6185
6186
|
createdAt: z.number().optional(),
|
|
6186
6187
|
updatedAt: z.number().optional(),
|
|
6187
|
-
org: z.string()
|
|
6188
|
+
org: z.string(),
|
|
6188
6189
|
repoOwnerId: z.number().optional(),
|
|
6189
6190
|
repo: z.string().optional(),
|
|
6190
6191
|
repoId: z.number().optional(),
|
|
6191
6192
|
deployHooks: z.array(z.lazy(() => LinkDeployHooks$outboundSchema)),
|
|
6192
|
-
gitCredentialId: z.string()
|
|
6193
|
+
gitCredentialId: z.string(),
|
|
6193
6194
|
sourceless: z.boolean().optional(),
|
|
6194
|
-
productionBranch: z.string()
|
|
6195
|
+
productionBranch: z.string(),
|
|
6195
6196
|
});
|
|
6196
6197
|
|
|
6197
6198
|
/**
|
|
@@ -6305,32 +6306,32 @@ export function deployHooksFromJSON(
|
|
|
6305
6306
|
/** @internal */
|
|
6306
6307
|
export const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown> = z
|
|
6307
6308
|
.object({
|
|
6308
|
-
org: z.string()
|
|
6309
|
+
org: z.string(),
|
|
6309
6310
|
repoOwnerId: z.number().optional(),
|
|
6310
6311
|
repo: z.string().optional(),
|
|
6311
6312
|
repoId: z.number().optional(),
|
|
6312
|
-
type: LinkType$inboundSchema
|
|
6313
|
+
type: LinkType$inboundSchema,
|
|
6313
6314
|
createdAt: z.number().optional(),
|
|
6314
6315
|
deployHooks: z.array(z.lazy(() => DeployHooks$inboundSchema)),
|
|
6315
|
-
gitCredentialId: z.string()
|
|
6316
|
+
gitCredentialId: z.string(),
|
|
6316
6317
|
updatedAt: z.number().optional(),
|
|
6317
6318
|
sourceless: z.boolean().optional(),
|
|
6318
|
-
productionBranch: z.string()
|
|
6319
|
+
productionBranch: z.string(),
|
|
6319
6320
|
});
|
|
6320
6321
|
|
|
6321
6322
|
/** @internal */
|
|
6322
6323
|
export type Link1$Outbound = {
|
|
6323
|
-
org
|
|
6324
|
+
org: string;
|
|
6324
6325
|
repoOwnerId?: number | undefined;
|
|
6325
6326
|
repo?: string | undefined;
|
|
6326
6327
|
repoId?: number | undefined;
|
|
6327
|
-
type
|
|
6328
|
+
type: string;
|
|
6328
6329
|
createdAt?: number | undefined;
|
|
6329
6330
|
deployHooks: Array<DeployHooks$Outbound>;
|
|
6330
|
-
gitCredentialId
|
|
6331
|
+
gitCredentialId: string;
|
|
6331
6332
|
updatedAt?: number | undefined;
|
|
6332
6333
|
sourceless?: boolean | undefined;
|
|
6333
|
-
productionBranch
|
|
6334
|
+
productionBranch: string;
|
|
6334
6335
|
};
|
|
6335
6336
|
|
|
6336
6337
|
/** @internal */
|
|
@@ -6339,17 +6340,17 @@ export const Link1$outboundSchema: z.ZodType<
|
|
|
6339
6340
|
z.ZodTypeDef,
|
|
6340
6341
|
Link1
|
|
6341
6342
|
> = z.object({
|
|
6342
|
-
org: z.string()
|
|
6343
|
+
org: z.string(),
|
|
6343
6344
|
repoOwnerId: z.number().optional(),
|
|
6344
6345
|
repo: z.string().optional(),
|
|
6345
6346
|
repoId: z.number().optional(),
|
|
6346
|
-
type: LinkType$outboundSchema
|
|
6347
|
+
type: LinkType$outboundSchema,
|
|
6347
6348
|
createdAt: z.number().optional(),
|
|
6348
6349
|
deployHooks: z.array(z.lazy(() => DeployHooks$outboundSchema)),
|
|
6349
|
-
gitCredentialId: z.string()
|
|
6350
|
+
gitCredentialId: z.string(),
|
|
6350
6351
|
updatedAt: z.number().optional(),
|
|
6351
6352
|
sourceless: z.boolean().optional(),
|
|
6352
|
-
productionBranch: z.string()
|
|
6353
|
+
productionBranch: z.string(),
|
|
6353
6354
|
});
|
|
6354
6355
|
|
|
6355
6356
|
/**
|
|
@@ -6382,29 +6383,29 @@ export function link1FromJSON(
|
|
|
6382
6383
|
/** @internal */
|
|
6383
6384
|
export const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown> = z
|
|
6384
6385
|
.union([
|
|
6385
|
-
z.lazy(() => Link1$inboundSchema),
|
|
6386
|
-
z.lazy(() => Link2$inboundSchema),
|
|
6387
6386
|
z.lazy(() => Link3$inboundSchema),
|
|
6388
6387
|
z.lazy(() => Link4$inboundSchema),
|
|
6389
6388
|
z.lazy(() => Link5$inboundSchema),
|
|
6389
|
+
z.lazy(() => Link1$inboundSchema),
|
|
6390
|
+
z.lazy(() => Link2$inboundSchema),
|
|
6390
6391
|
]);
|
|
6391
6392
|
|
|
6392
6393
|
/** @internal */
|
|
6393
6394
|
export type Link$Outbound =
|
|
6394
|
-
| Link1$Outbound
|
|
6395
|
-
| Link2$Outbound
|
|
6396
6395
|
| Link3$Outbound
|
|
6397
6396
|
| Link4$Outbound
|
|
6398
|
-
| Link5$Outbound
|
|
6397
|
+
| Link5$Outbound
|
|
6398
|
+
| Link1$Outbound
|
|
6399
|
+
| Link2$Outbound;
|
|
6399
6400
|
|
|
6400
6401
|
/** @internal */
|
|
6401
6402
|
export const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link> =
|
|
6402
6403
|
z.union([
|
|
6403
|
-
z.lazy(() => Link1$outboundSchema),
|
|
6404
|
-
z.lazy(() => Link2$outboundSchema),
|
|
6405
6404
|
z.lazy(() => Link3$outboundSchema),
|
|
6406
6405
|
z.lazy(() => Link4$outboundSchema),
|
|
6407
6406
|
z.lazy(() => Link5$outboundSchema),
|
|
6407
|
+
z.lazy(() => Link1$outboundSchema),
|
|
6408
|
+
z.lazy(() => Link2$outboundSchema),
|
|
6408
6409
|
]);
|
|
6409
6410
|
|
|
6410
6411
|
/**
|
|
@@ -6895,6 +6896,7 @@ export const UpdateProjectDataCacheResourceConfig$inboundSchema: z.ZodType<
|
|
|
6895
6896
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
6896
6897
|
buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$inboundSchema
|
|
6897
6898
|
.optional(),
|
|
6899
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
6898
6900
|
});
|
|
6899
6901
|
|
|
6900
6902
|
/** @internal */
|
|
@@ -6906,6 +6908,7 @@ export type UpdateProjectDataCacheResourceConfig$Outbound = {
|
|
|
6906
6908
|
functionZeroConfigFailover?: boolean | undefined;
|
|
6907
6909
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
6908
6910
|
buildMachineType?: string | undefined;
|
|
6911
|
+
isNSNBDisabled?: boolean | undefined;
|
|
6909
6912
|
};
|
|
6910
6913
|
|
|
6911
6914
|
/** @internal */
|
|
@@ -6924,6 +6927,7 @@ export const UpdateProjectDataCacheResourceConfig$outboundSchema: z.ZodType<
|
|
|
6924
6927
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
6925
6928
|
buildMachineType:
|
|
6926
6929
|
UpdateProjectDataCacheProjectsBuildMachineType$outboundSchema.optional(),
|
|
6930
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
6927
6931
|
});
|
|
6928
6932
|
|
|
6929
6933
|
/**
|
|
@@ -7196,6 +7200,7 @@ export const DefaultResourceConfig$inboundSchema: z.ZodType<
|
|
|
7196
7200
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
7197
7201
|
buildMachineType: UpdateProjectDataCacheBuildMachineType$inboundSchema
|
|
7198
7202
|
.optional(),
|
|
7203
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
7199
7204
|
});
|
|
7200
7205
|
|
|
7201
7206
|
/** @internal */
|
|
@@ -7207,6 +7212,7 @@ export type DefaultResourceConfig$Outbound = {
|
|
|
7207
7212
|
functionZeroConfigFailover?: boolean | undefined;
|
|
7208
7213
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7209
7214
|
buildMachineType?: string | undefined;
|
|
7215
|
+
isNSNBDisabled?: boolean | undefined;
|
|
7210
7216
|
};
|
|
7211
7217
|
|
|
7212
7218
|
/** @internal */
|
|
@@ -7224,6 +7230,7 @@ export const DefaultResourceConfig$outboundSchema: z.ZodType<
|
|
|
7224
7230
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
7225
7231
|
buildMachineType: UpdateProjectDataCacheBuildMachineType$outboundSchema
|
|
7226
7232
|
.optional(),
|
|
7233
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
7227
7234
|
});
|
|
7228
7235
|
|
|
7229
7236
|
/**
|
|
@@ -8302,6 +8309,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
8302
8309
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8303
8310
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8304
8311
|
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
8312
|
+
v0Chat: z.array(ACLAction$inboundSchema).optional(),
|
|
8305
8313
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8306
8314
|
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8307
8315
|
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8523,6 +8531,7 @@ export type Permissions$Outbound = {
|
|
|
8523
8531
|
skewProtection?: Array<string> | undefined;
|
|
8524
8532
|
analytics?: Array<string> | undefined;
|
|
8525
8533
|
trustedIps?: Array<string> | undefined;
|
|
8534
|
+
v0Chat?: Array<string> | undefined;
|
|
8526
8535
|
webAnalytics?: Array<string> | undefined;
|
|
8527
8536
|
sharedEnvVarConnection?: Array<string> | undefined;
|
|
8528
8537
|
sonar?: Array<string> | undefined;
|
|
@@ -8749,6 +8758,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
8749
8758
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
8750
8759
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
8751
8760
|
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
8761
|
+
v0Chat: z.array(ACLAction$outboundSchema).optional(),
|
|
8752
8762
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
8753
8763
|
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
8754
8764
|
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10285,11 +10295,11 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
10285
10295
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$inboundSchema))
|
|
10286
10296
|
.optional(),
|
|
10287
10297
|
link: z.union([
|
|
10288
|
-
z.lazy(() => Link1$inboundSchema),
|
|
10289
|
-
z.lazy(() => Link2$inboundSchema),
|
|
10290
10298
|
z.lazy(() => Link3$inboundSchema),
|
|
10291
10299
|
z.lazy(() => Link4$inboundSchema),
|
|
10292
10300
|
z.lazy(() => Link5$inboundSchema),
|
|
10301
|
+
z.lazy(() => Link1$inboundSchema),
|
|
10302
|
+
z.lazy(() => Link2$inboundSchema),
|
|
10293
10303
|
]).optional(),
|
|
10294
10304
|
microfrontends: z.union([
|
|
10295
10305
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$inboundSchema),
|
|
@@ -10401,11 +10411,11 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
10401
10411
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
10402
10412
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
10403
10413
|
link?:
|
|
10404
|
-
| Link1$Outbound
|
|
10405
|
-
| Link2$Outbound
|
|
10406
10414
|
| Link3$Outbound
|
|
10407
10415
|
| Link4$Outbound
|
|
10408
10416
|
| Link5$Outbound
|
|
10417
|
+
| Link1$Outbound
|
|
10418
|
+
| Link2$Outbound
|
|
10409
10419
|
| undefined;
|
|
10410
10420
|
microfrontends?:
|
|
10411
10421
|
| UpdateProjectDataCacheMicrofrontends1$Outbound
|
|
@@ -10515,11 +10525,11 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
10515
10525
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$outboundSchema))
|
|
10516
10526
|
.optional(),
|
|
10517
10527
|
link: z.union([
|
|
10518
|
-
z.lazy(() => Link1$outboundSchema),
|
|
10519
|
-
z.lazy(() => Link2$outboundSchema),
|
|
10520
10528
|
z.lazy(() => Link3$outboundSchema),
|
|
10521
10529
|
z.lazy(() => Link4$outboundSchema),
|
|
10522
10530
|
z.lazy(() => Link5$outboundSchema),
|
|
10531
|
+
z.lazy(() => Link1$outboundSchema),
|
|
10532
|
+
z.lazy(() => Link2$outboundSchema),
|
|
10523
10533
|
]).optional(),
|
|
10524
10534
|
microfrontends: z.union([
|
|
10525
10535
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$outboundSchema),
|