@supernova-studio/client 0.47.16 → 0.47.18
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/dist/index.d.mts +2412 -198
- package/dist/index.d.ts +2412 -198
- package/dist/index.js +200 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +651 -493
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/conversion/export/index.ts +1 -0
- package/src/api/conversion/export/pipeline.ts +23 -0
- package/src/api/conversion/index.ts +1 -0
- package/src/api/dto/export/exporter.ts +68 -0
- package/src/api/dto/export/index.ts +2 -0
- package/src/api/dto/export/job.ts +7 -2
- package/src/api/dto/export/pipeline.ts +17 -0
- package/src/api/payloads/export/index.ts +1 -0
- package/src/api/payloads/export/pipeline.ts +46 -0
- package/src/api/payloads/index.ts +1 -0
- package/src/api/payloads/workspaces/workspace-integrations.ts +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _supernova_studio_model from '@supernova-studio/model';
|
|
2
|
-
import { PageBlockV1, DocumentationPageV2, ElementGroup, DocumentationGroupV1, DocumentationPageV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, SsoProvider, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
|
|
2
|
+
import { PageBlockV1, DocumentationPageV2, ElementGroup, DocumentationGroupV1, DocumentationPageV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, SsoProvider, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
|
|
3
3
|
import * as zod from 'zod';
|
|
4
4
|
import { z, ZodTypeDef } from 'zod';
|
|
5
5
|
import * as Y from 'yjs';
|
|
@@ -3855,8 +3855,8 @@ declare const DTODesignSystemVersion: z.ZodObject<{
|
|
|
3855
3855
|
createdAt: Date;
|
|
3856
3856
|
version: string;
|
|
3857
3857
|
changeLog: string;
|
|
3858
|
-
isReadonly: boolean;
|
|
3859
3858
|
designSystemId: string;
|
|
3859
|
+
isReadonly: boolean;
|
|
3860
3860
|
}, {
|
|
3861
3861
|
id: string;
|
|
3862
3862
|
meta: {
|
|
@@ -3866,8 +3866,8 @@ declare const DTODesignSystemVersion: z.ZodObject<{
|
|
|
3866
3866
|
createdAt: Date;
|
|
3867
3867
|
version: string;
|
|
3868
3868
|
changeLog: string;
|
|
3869
|
-
isReadonly: boolean;
|
|
3870
3869
|
designSystemId: string;
|
|
3870
|
+
isReadonly: boolean;
|
|
3871
3871
|
}>;
|
|
3872
3872
|
type DTODesignSystemVersion = z.infer<typeof DTODesignSystemVersion>;
|
|
3873
3873
|
declare const DTODesignSystemVersionsListResponse: z.ZodObject<{
|
|
@@ -3897,8 +3897,8 @@ declare const DTODesignSystemVersionsListResponse: z.ZodObject<{
|
|
|
3897
3897
|
createdAt: Date;
|
|
3898
3898
|
version: string;
|
|
3899
3899
|
changeLog: string;
|
|
3900
|
-
isReadonly: boolean;
|
|
3901
3900
|
designSystemId: string;
|
|
3901
|
+
isReadonly: boolean;
|
|
3902
3902
|
}, {
|
|
3903
3903
|
id: string;
|
|
3904
3904
|
meta: {
|
|
@@ -3908,8 +3908,8 @@ declare const DTODesignSystemVersionsListResponse: z.ZodObject<{
|
|
|
3908
3908
|
createdAt: Date;
|
|
3909
3909
|
version: string;
|
|
3910
3910
|
changeLog: string;
|
|
3911
|
-
isReadonly: boolean;
|
|
3912
3911
|
designSystemId: string;
|
|
3912
|
+
isReadonly: boolean;
|
|
3913
3913
|
}>, "many">;
|
|
3914
3914
|
}, "strip", z.ZodTypeAny, {
|
|
3915
3915
|
designSystemVersions: {
|
|
@@ -3921,8 +3921,8 @@ declare const DTODesignSystemVersionsListResponse: z.ZodObject<{
|
|
|
3921
3921
|
createdAt: Date;
|
|
3922
3922
|
version: string;
|
|
3923
3923
|
changeLog: string;
|
|
3924
|
-
isReadonly: boolean;
|
|
3925
3924
|
designSystemId: string;
|
|
3925
|
+
isReadonly: boolean;
|
|
3926
3926
|
}[];
|
|
3927
3927
|
}, {
|
|
3928
3928
|
designSystemVersions: {
|
|
@@ -3934,8 +3934,8 @@ declare const DTODesignSystemVersionsListResponse: z.ZodObject<{
|
|
|
3934
3934
|
createdAt: Date;
|
|
3935
3935
|
version: string;
|
|
3936
3936
|
changeLog: string;
|
|
3937
|
-
isReadonly: boolean;
|
|
3938
3937
|
designSystemId: string;
|
|
3938
|
+
isReadonly: boolean;
|
|
3939
3939
|
}[];
|
|
3940
3940
|
}>;
|
|
3941
3941
|
type DTODesignSystemVersionsListResponse = z.infer<typeof DTODesignSystemVersionsListResponse>;
|
|
@@ -3966,8 +3966,8 @@ declare const DTODesignSystemVersionGetResponse: z.ZodObject<{
|
|
|
3966
3966
|
createdAt: Date;
|
|
3967
3967
|
version: string;
|
|
3968
3968
|
changeLog: string;
|
|
3969
|
-
isReadonly: boolean;
|
|
3970
3969
|
designSystemId: string;
|
|
3970
|
+
isReadonly: boolean;
|
|
3971
3971
|
}, {
|
|
3972
3972
|
id: string;
|
|
3973
3973
|
meta: {
|
|
@@ -3977,8 +3977,8 @@ declare const DTODesignSystemVersionGetResponse: z.ZodObject<{
|
|
|
3977
3977
|
createdAt: Date;
|
|
3978
3978
|
version: string;
|
|
3979
3979
|
changeLog: string;
|
|
3980
|
-
isReadonly: boolean;
|
|
3981
3980
|
designSystemId: string;
|
|
3981
|
+
isReadonly: boolean;
|
|
3982
3982
|
}>;
|
|
3983
3983
|
}, "strip", z.ZodTypeAny, {
|
|
3984
3984
|
designSystemVersion: {
|
|
@@ -3990,8 +3990,8 @@ declare const DTODesignSystemVersionGetResponse: z.ZodObject<{
|
|
|
3990
3990
|
createdAt: Date;
|
|
3991
3991
|
version: string;
|
|
3992
3992
|
changeLog: string;
|
|
3993
|
-
isReadonly: boolean;
|
|
3994
3993
|
designSystemId: string;
|
|
3994
|
+
isReadonly: boolean;
|
|
3995
3995
|
};
|
|
3996
3996
|
}, {
|
|
3997
3997
|
designSystemVersion: {
|
|
@@ -4003,8 +4003,8 @@ declare const DTODesignSystemVersionGetResponse: z.ZodObject<{
|
|
|
4003
4003
|
createdAt: Date;
|
|
4004
4004
|
version: string;
|
|
4005
4005
|
changeLog: string;
|
|
4006
|
-
isReadonly: boolean;
|
|
4007
4006
|
designSystemId: string;
|
|
4007
|
+
isReadonly: boolean;
|
|
4008
4008
|
};
|
|
4009
4009
|
}>;
|
|
4010
4010
|
type DTODesignSystemVersionGetResponse = z.infer<typeof DTODesignSystemVersionGetResponse>;
|
|
@@ -5934,7 +5934,7 @@ declare const DTODocumentationGroupStructureV1: z.ZodObject<z.objectUtil.extendS
|
|
|
5934
5934
|
} | null | undefined;
|
|
5935
5935
|
behavior?: "Group" | "Tabs" | null | undefined;
|
|
5936
5936
|
}>>;
|
|
5937
|
-
}>, "meta" | "
|
|
5937
|
+
}>, "meta" | "brandPersistentId" | "parentPersistentId" | "sortOrder" | "shortPersistentId" | "childType" | "data">, {
|
|
5938
5938
|
title: z.ZodString;
|
|
5939
5939
|
isRoot: z.ZodBoolean;
|
|
5940
5940
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -6194,7 +6194,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
6194
6194
|
} | null | undefined;
|
|
6195
6195
|
behavior?: "Group" | "Tabs" | null | undefined;
|
|
6196
6196
|
}>>;
|
|
6197
|
-
}>, "meta" | "
|
|
6197
|
+
}>, "meta" | "brandPersistentId" | "parentPersistentId" | "sortOrder" | "shortPersistentId" | "childType" | "data">, {
|
|
6198
6198
|
title: z.ZodString;
|
|
6199
6199
|
isRoot: z.ZodBoolean;
|
|
6200
6200
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -7052,7 +7052,7 @@ declare const DTODocumentationGroupV2: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
7052
7052
|
} | null | undefined;
|
|
7053
7053
|
behavior?: "Group" | "Tabs" | null | undefined;
|
|
7054
7054
|
}>>;
|
|
7055
|
-
}>, "meta" | "
|
|
7055
|
+
}>, "meta" | "brandPersistentId" | "parentPersistentId" | "sortOrder" | "shortPersistentId" | "childType" | "data">, {
|
|
7056
7056
|
title: z.ZodString;
|
|
7057
7057
|
isRoot: z.ZodBoolean;
|
|
7058
7058
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -7566,7 +7566,7 @@ declare const DTODocumentationGroupStructureV2: z.ZodObject<z.objectUtil.extendS
|
|
|
7566
7566
|
} | null | undefined;
|
|
7567
7567
|
behavior?: "Group" | "Tabs" | null | undefined;
|
|
7568
7568
|
}>>;
|
|
7569
|
-
}>, "meta" | "
|
|
7569
|
+
}>, "meta" | "brandPersistentId" | "parentPersistentId" | "sortOrder" | "shortPersistentId" | "childType" | "data">, {
|
|
7570
7570
|
title: z.ZodString;
|
|
7571
7571
|
isRoot: z.ZodBoolean;
|
|
7572
7572
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -17580,7 +17580,7 @@ declare const DTODocumentationHierarchyV2: z.ZodObject<{
|
|
|
17580
17580
|
} | null | undefined;
|
|
17581
17581
|
behavior?: "Group" | "Tabs" | null | undefined;
|
|
17582
17582
|
}>>;
|
|
17583
|
-
}>, "meta" | "
|
|
17583
|
+
}>, "meta" | "brandPersistentId" | "parentPersistentId" | "sortOrder" | "shortPersistentId" | "childType" | "data">, {
|
|
17584
17584
|
title: z.ZodString;
|
|
17585
17585
|
isRoot: z.ZodBoolean;
|
|
17586
17586
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -22930,6 +22930,689 @@ type DTOElementsGetQueryParsed = z.output<typeof DTOElementsGetQuerySchema>;
|
|
|
22930
22930
|
declare const DTOElementsGetTypeFilter: z.ZodEnum<["FigmaNode"]>;
|
|
22931
22931
|
type DTOElementsGetTypeFilter = z.infer<typeof DTOElementsGetTypeFilter>;
|
|
22932
22932
|
|
|
22933
|
+
declare const DTOExporterType: z.ZodEnum<["documentation", "code"]>;
|
|
22934
|
+
type DTOExporterType = z.infer<typeof DTOExporterType>;
|
|
22935
|
+
declare const DTOExporterSource: z.ZodEnum<["git", "upload"]>;
|
|
22936
|
+
type DTOExporterSource = z.infer<typeof DTOExporterSource>;
|
|
22937
|
+
declare const DTOExporterMembershipRole: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
22938
|
+
type DTOExporterMembershipRole = z.infer<typeof DTOExporterMembershipRole>;
|
|
22939
|
+
declare const DTOExporter: z.ZodObject<{
|
|
22940
|
+
id: z.ZodString;
|
|
22941
|
+
name: z.ZodString;
|
|
22942
|
+
isPrivate: z.ZodBoolean;
|
|
22943
|
+
exporterType: z.ZodEnum<["documentation", "code"]>;
|
|
22944
|
+
isDefaultDocumentationExporter: z.ZodBoolean;
|
|
22945
|
+
iconURL: z.ZodOptional<z.ZodString>;
|
|
22946
|
+
configurationProperties: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
22947
|
+
label: z.ZodString;
|
|
22948
|
+
key: z.ZodString;
|
|
22949
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22950
|
+
type: z.ZodEnum<["string", "number", "boolean", "image", "enum", "color", "typography", "component", "componentProperties", "tokenProperties", "tokenType"]>;
|
|
22951
|
+
values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
22952
|
+
default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
|
|
22953
|
+
inputType: z.ZodOptional<z.ZodEnum<["code", "plain"]>>;
|
|
22954
|
+
isMultiline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22955
|
+
}, {
|
|
22956
|
+
category: z.ZodString;
|
|
22957
|
+
}>, "strip", z.ZodTypeAny, {
|
|
22958
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
22959
|
+
category: string;
|
|
22960
|
+
key: string;
|
|
22961
|
+
label: string;
|
|
22962
|
+
values?: string[] | null | undefined;
|
|
22963
|
+
description?: string | null | undefined;
|
|
22964
|
+
default?: string | number | boolean | null | undefined;
|
|
22965
|
+
inputType?: "code" | "plain" | undefined;
|
|
22966
|
+
isMultiline?: boolean | null | undefined;
|
|
22967
|
+
}, {
|
|
22968
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
22969
|
+
category: string;
|
|
22970
|
+
key: string;
|
|
22971
|
+
label: string;
|
|
22972
|
+
values?: string[] | null | undefined;
|
|
22973
|
+
description?: string | null | undefined;
|
|
22974
|
+
default?: string | number | boolean | null | undefined;
|
|
22975
|
+
inputType?: "code" | "plain" | undefined;
|
|
22976
|
+
isMultiline?: boolean | null | undefined;
|
|
22977
|
+
}>, "many">;
|
|
22978
|
+
customBlocks: z.ZodArray<z.ZodObject<{
|
|
22979
|
+
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22980
|
+
key: z.ZodString;
|
|
22981
|
+
category: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22982
|
+
description: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22983
|
+
iconURL: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22984
|
+
mode: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"array" | "block", z.ZodTypeDef, "array" | "block">>>, NonNullable<"array" | "block"> | undefined, "array" | "block" | null | undefined>;
|
|
22985
|
+
properties: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
22986
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
22987
|
+
key: string;
|
|
22988
|
+
label: string;
|
|
22989
|
+
values?: string[] | null | undefined;
|
|
22990
|
+
description?: string | null | undefined;
|
|
22991
|
+
default?: string | number | boolean | null | undefined;
|
|
22992
|
+
inputType?: "code" | "plain" | undefined;
|
|
22993
|
+
isMultiline?: boolean | null | undefined;
|
|
22994
|
+
}[], z.ZodTypeDef, {
|
|
22995
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
22996
|
+
key: string;
|
|
22997
|
+
label: string;
|
|
22998
|
+
values?: string[] | null | undefined;
|
|
22999
|
+
description?: string | null | undefined;
|
|
23000
|
+
default?: string | number | boolean | null | undefined;
|
|
23001
|
+
inputType?: "code" | "plain" | undefined;
|
|
23002
|
+
isMultiline?: boolean | null | undefined;
|
|
23003
|
+
}[]>>>, {
|
|
23004
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23005
|
+
key: string;
|
|
23006
|
+
label: string;
|
|
23007
|
+
values?: string[] | null | undefined;
|
|
23008
|
+
description?: string | null | undefined;
|
|
23009
|
+
default?: string | number | boolean | null | undefined;
|
|
23010
|
+
inputType?: "code" | "plain" | undefined;
|
|
23011
|
+
isMultiline?: boolean | null | undefined;
|
|
23012
|
+
}[] | undefined, {
|
|
23013
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23014
|
+
key: string;
|
|
23015
|
+
label: string;
|
|
23016
|
+
values?: string[] | null | undefined;
|
|
23017
|
+
description?: string | null | undefined;
|
|
23018
|
+
default?: string | number | boolean | null | undefined;
|
|
23019
|
+
inputType?: "code" | "plain" | undefined;
|
|
23020
|
+
isMultiline?: boolean | null | undefined;
|
|
23021
|
+
}[] | null | undefined>, {
|
|
23022
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23023
|
+
key: string;
|
|
23024
|
+
label: string;
|
|
23025
|
+
values?: string[] | null | undefined;
|
|
23026
|
+
description?: string | null | undefined;
|
|
23027
|
+
default?: string | number | boolean | null | undefined;
|
|
23028
|
+
inputType?: "code" | "plain" | undefined;
|
|
23029
|
+
isMultiline?: boolean | null | undefined;
|
|
23030
|
+
}[], {
|
|
23031
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23032
|
+
key: string;
|
|
23033
|
+
label: string;
|
|
23034
|
+
values?: string[] | null | undefined;
|
|
23035
|
+
description?: string | null | undefined;
|
|
23036
|
+
default?: string | number | boolean | null | undefined;
|
|
23037
|
+
inputType?: "code" | "plain" | undefined;
|
|
23038
|
+
isMultiline?: boolean | null | undefined;
|
|
23039
|
+
}[] | null | undefined>;
|
|
23040
|
+
}, "strip", z.ZodTypeAny, {
|
|
23041
|
+
properties: {
|
|
23042
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23043
|
+
key: string;
|
|
23044
|
+
label: string;
|
|
23045
|
+
values?: string[] | null | undefined;
|
|
23046
|
+
description?: string | null | undefined;
|
|
23047
|
+
default?: string | number | boolean | null | undefined;
|
|
23048
|
+
inputType?: "code" | "plain" | undefined;
|
|
23049
|
+
isMultiline?: boolean | null | undefined;
|
|
23050
|
+
}[];
|
|
23051
|
+
key: string;
|
|
23052
|
+
description?: string | undefined;
|
|
23053
|
+
category?: string | undefined;
|
|
23054
|
+
title?: string | undefined;
|
|
23055
|
+
iconURL?: string | undefined;
|
|
23056
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23057
|
+
}, {
|
|
23058
|
+
key: string;
|
|
23059
|
+
description?: string | null | undefined;
|
|
23060
|
+
category?: string | null | undefined;
|
|
23061
|
+
properties?: {
|
|
23062
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23063
|
+
key: string;
|
|
23064
|
+
label: string;
|
|
23065
|
+
values?: string[] | null | undefined;
|
|
23066
|
+
description?: string | null | undefined;
|
|
23067
|
+
default?: string | number | boolean | null | undefined;
|
|
23068
|
+
inputType?: "code" | "plain" | undefined;
|
|
23069
|
+
isMultiline?: boolean | null | undefined;
|
|
23070
|
+
}[] | null | undefined;
|
|
23071
|
+
title?: string | null | undefined;
|
|
23072
|
+
iconURL?: string | null | undefined;
|
|
23073
|
+
mode?: "array" | "block" | null | undefined;
|
|
23074
|
+
}>, "many">;
|
|
23075
|
+
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23076
|
+
key: z.ZodString;
|
|
23077
|
+
name: z.ZodString;
|
|
23078
|
+
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
23079
|
+
description: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23080
|
+
thumbnailURL: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23081
|
+
}, "strip", z.ZodTypeAny, {
|
|
23082
|
+
name: string;
|
|
23083
|
+
key: string;
|
|
23084
|
+
description?: string | undefined;
|
|
23085
|
+
isDefault?: boolean | undefined;
|
|
23086
|
+
thumbnailURL?: string | undefined;
|
|
23087
|
+
}, {
|
|
23088
|
+
name: string;
|
|
23089
|
+
key: string;
|
|
23090
|
+
description?: string | null | undefined;
|
|
23091
|
+
isDefault?: boolean | null | undefined;
|
|
23092
|
+
thumbnailURL?: string | null | undefined;
|
|
23093
|
+
}>, "many">;
|
|
23094
|
+
usesBrands: z.ZodBoolean;
|
|
23095
|
+
usesThemes: z.ZodBoolean;
|
|
23096
|
+
source: z.ZodEnum<["git", "upload"]>;
|
|
23097
|
+
gitUrl: z.ZodOptional<z.ZodString>;
|
|
23098
|
+
gitBranch: z.ZodOptional<z.ZodString>;
|
|
23099
|
+
gitDirectory: z.ZodOptional<z.ZodString>;
|
|
23100
|
+
}, "strip", z.ZodTypeAny, {
|
|
23101
|
+
id: string;
|
|
23102
|
+
source: "upload" | "git";
|
|
23103
|
+
name: string;
|
|
23104
|
+
isPrivate: boolean;
|
|
23105
|
+
exporterType: "code" | "documentation";
|
|
23106
|
+
isDefaultDocumentationExporter: boolean;
|
|
23107
|
+
configurationProperties: {
|
|
23108
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23109
|
+
category: string;
|
|
23110
|
+
key: string;
|
|
23111
|
+
label: string;
|
|
23112
|
+
values?: string[] | null | undefined;
|
|
23113
|
+
description?: string | null | undefined;
|
|
23114
|
+
default?: string | number | boolean | null | undefined;
|
|
23115
|
+
inputType?: "code" | "plain" | undefined;
|
|
23116
|
+
isMultiline?: boolean | null | undefined;
|
|
23117
|
+
}[];
|
|
23118
|
+
customBlocks: {
|
|
23119
|
+
properties: {
|
|
23120
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23121
|
+
key: string;
|
|
23122
|
+
label: string;
|
|
23123
|
+
values?: string[] | null | undefined;
|
|
23124
|
+
description?: string | null | undefined;
|
|
23125
|
+
default?: string | number | boolean | null | undefined;
|
|
23126
|
+
inputType?: "code" | "plain" | undefined;
|
|
23127
|
+
isMultiline?: boolean | null | undefined;
|
|
23128
|
+
}[];
|
|
23129
|
+
key: string;
|
|
23130
|
+
description?: string | undefined;
|
|
23131
|
+
category?: string | undefined;
|
|
23132
|
+
title?: string | undefined;
|
|
23133
|
+
iconURL?: string | undefined;
|
|
23134
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23135
|
+
}[];
|
|
23136
|
+
blockVariants: {
|
|
23137
|
+
name: string;
|
|
23138
|
+
key: string;
|
|
23139
|
+
description?: string | undefined;
|
|
23140
|
+
isDefault?: boolean | undefined;
|
|
23141
|
+
thumbnailURL?: string | undefined;
|
|
23142
|
+
}[];
|
|
23143
|
+
usesBrands: boolean;
|
|
23144
|
+
usesThemes: boolean;
|
|
23145
|
+
iconURL?: string | undefined;
|
|
23146
|
+
gitUrl?: string | undefined;
|
|
23147
|
+
gitBranch?: string | undefined;
|
|
23148
|
+
gitDirectory?: string | undefined;
|
|
23149
|
+
}, {
|
|
23150
|
+
id: string;
|
|
23151
|
+
source: "upload" | "git";
|
|
23152
|
+
name: string;
|
|
23153
|
+
isPrivate: boolean;
|
|
23154
|
+
exporterType: "code" | "documentation";
|
|
23155
|
+
isDefaultDocumentationExporter: boolean;
|
|
23156
|
+
configurationProperties: {
|
|
23157
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23158
|
+
category: string;
|
|
23159
|
+
key: string;
|
|
23160
|
+
label: string;
|
|
23161
|
+
values?: string[] | null | undefined;
|
|
23162
|
+
description?: string | null | undefined;
|
|
23163
|
+
default?: string | number | boolean | null | undefined;
|
|
23164
|
+
inputType?: "code" | "plain" | undefined;
|
|
23165
|
+
isMultiline?: boolean | null | undefined;
|
|
23166
|
+
}[];
|
|
23167
|
+
customBlocks: {
|
|
23168
|
+
key: string;
|
|
23169
|
+
description?: string | null | undefined;
|
|
23170
|
+
category?: string | null | undefined;
|
|
23171
|
+
properties?: {
|
|
23172
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23173
|
+
key: string;
|
|
23174
|
+
label: string;
|
|
23175
|
+
values?: string[] | null | undefined;
|
|
23176
|
+
description?: string | null | undefined;
|
|
23177
|
+
default?: string | number | boolean | null | undefined;
|
|
23178
|
+
inputType?: "code" | "plain" | undefined;
|
|
23179
|
+
isMultiline?: boolean | null | undefined;
|
|
23180
|
+
}[] | null | undefined;
|
|
23181
|
+
title?: string | null | undefined;
|
|
23182
|
+
iconURL?: string | null | undefined;
|
|
23183
|
+
mode?: "array" | "block" | null | undefined;
|
|
23184
|
+
}[];
|
|
23185
|
+
blockVariants: {
|
|
23186
|
+
name: string;
|
|
23187
|
+
key: string;
|
|
23188
|
+
description?: string | null | undefined;
|
|
23189
|
+
isDefault?: boolean | null | undefined;
|
|
23190
|
+
thumbnailURL?: string | null | undefined;
|
|
23191
|
+
}[];
|
|
23192
|
+
usesBrands: boolean;
|
|
23193
|
+
usesThemes: boolean;
|
|
23194
|
+
iconURL?: string | undefined;
|
|
23195
|
+
gitUrl?: string | undefined;
|
|
23196
|
+
gitBranch?: string | undefined;
|
|
23197
|
+
gitDirectory?: string | undefined;
|
|
23198
|
+
}>;
|
|
23199
|
+
type DTOExporter = z.infer<typeof DTOExporter>;
|
|
23200
|
+
declare const DTOExporterMembership: z.ZodObject<{
|
|
23201
|
+
workspaceId: z.ZodString;
|
|
23202
|
+
exporterId: z.ZodString;
|
|
23203
|
+
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
23204
|
+
}, "strip", z.ZodTypeAny, {
|
|
23205
|
+
workspaceId: string;
|
|
23206
|
+
exporterId: string;
|
|
23207
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23208
|
+
}, {
|
|
23209
|
+
workspaceId: string;
|
|
23210
|
+
exporterId: string;
|
|
23211
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23212
|
+
}>;
|
|
23213
|
+
type DTOExporterMembership = z.infer<typeof DTOExporterMembership>;
|
|
23214
|
+
declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
23215
|
+
exporter: z.ZodObject<{
|
|
23216
|
+
id: z.ZodString;
|
|
23217
|
+
name: z.ZodString;
|
|
23218
|
+
isPrivate: z.ZodBoolean;
|
|
23219
|
+
exporterType: z.ZodEnum<["documentation", "code"]>;
|
|
23220
|
+
isDefaultDocumentationExporter: z.ZodBoolean;
|
|
23221
|
+
iconURL: z.ZodOptional<z.ZodString>;
|
|
23222
|
+
configurationProperties: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
23223
|
+
label: z.ZodString;
|
|
23224
|
+
key: z.ZodString;
|
|
23225
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23226
|
+
type: z.ZodEnum<["string", "number", "boolean", "image", "enum", "color", "typography", "component", "componentProperties", "tokenProperties", "tokenType"]>;
|
|
23227
|
+
values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
23228
|
+
default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
|
|
23229
|
+
inputType: z.ZodOptional<z.ZodEnum<["code", "plain"]>>;
|
|
23230
|
+
isMultiline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23231
|
+
}, {
|
|
23232
|
+
category: z.ZodString;
|
|
23233
|
+
}>, "strip", z.ZodTypeAny, {
|
|
23234
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23235
|
+
category: string;
|
|
23236
|
+
key: string;
|
|
23237
|
+
label: string;
|
|
23238
|
+
values?: string[] | null | undefined;
|
|
23239
|
+
description?: string | null | undefined;
|
|
23240
|
+
default?: string | number | boolean | null | undefined;
|
|
23241
|
+
inputType?: "code" | "plain" | undefined;
|
|
23242
|
+
isMultiline?: boolean | null | undefined;
|
|
23243
|
+
}, {
|
|
23244
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23245
|
+
category: string;
|
|
23246
|
+
key: string;
|
|
23247
|
+
label: string;
|
|
23248
|
+
values?: string[] | null | undefined;
|
|
23249
|
+
description?: string | null | undefined;
|
|
23250
|
+
default?: string | number | boolean | null | undefined;
|
|
23251
|
+
inputType?: "code" | "plain" | undefined;
|
|
23252
|
+
isMultiline?: boolean | null | undefined;
|
|
23253
|
+
}>, "many">;
|
|
23254
|
+
customBlocks: z.ZodArray<z.ZodObject<{
|
|
23255
|
+
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23256
|
+
key: z.ZodString;
|
|
23257
|
+
category: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23258
|
+
description: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23259
|
+
iconURL: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23260
|
+
mode: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"array" | "block", z.ZodTypeDef, "array" | "block">>>, NonNullable<"array" | "block"> | undefined, "array" | "block" | null | undefined>;
|
|
23261
|
+
properties: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
23262
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23263
|
+
key: string;
|
|
23264
|
+
label: string;
|
|
23265
|
+
values?: string[] | null | undefined;
|
|
23266
|
+
description?: string | null | undefined;
|
|
23267
|
+
default?: string | number | boolean | null | undefined;
|
|
23268
|
+
inputType?: "code" | "plain" | undefined;
|
|
23269
|
+
isMultiline?: boolean | null | undefined;
|
|
23270
|
+
}[], z.ZodTypeDef, {
|
|
23271
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23272
|
+
key: string;
|
|
23273
|
+
label: string;
|
|
23274
|
+
values?: string[] | null | undefined;
|
|
23275
|
+
description?: string | null | undefined;
|
|
23276
|
+
default?: string | number | boolean | null | undefined;
|
|
23277
|
+
inputType?: "code" | "plain" | undefined;
|
|
23278
|
+
isMultiline?: boolean | null | undefined;
|
|
23279
|
+
}[]>>>, {
|
|
23280
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23281
|
+
key: string;
|
|
23282
|
+
label: string;
|
|
23283
|
+
values?: string[] | null | undefined;
|
|
23284
|
+
description?: string | null | undefined;
|
|
23285
|
+
default?: string | number | boolean | null | undefined;
|
|
23286
|
+
inputType?: "code" | "plain" | undefined;
|
|
23287
|
+
isMultiline?: boolean | null | undefined;
|
|
23288
|
+
}[] | undefined, {
|
|
23289
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23290
|
+
key: string;
|
|
23291
|
+
label: string;
|
|
23292
|
+
values?: string[] | null | undefined;
|
|
23293
|
+
description?: string | null | undefined;
|
|
23294
|
+
default?: string | number | boolean | null | undefined;
|
|
23295
|
+
inputType?: "code" | "plain" | undefined;
|
|
23296
|
+
isMultiline?: boolean | null | undefined;
|
|
23297
|
+
}[] | null | undefined>, {
|
|
23298
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23299
|
+
key: string;
|
|
23300
|
+
label: string;
|
|
23301
|
+
values?: string[] | null | undefined;
|
|
23302
|
+
description?: string | null | undefined;
|
|
23303
|
+
default?: string | number | boolean | null | undefined;
|
|
23304
|
+
inputType?: "code" | "plain" | undefined;
|
|
23305
|
+
isMultiline?: boolean | null | undefined;
|
|
23306
|
+
}[], {
|
|
23307
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23308
|
+
key: string;
|
|
23309
|
+
label: string;
|
|
23310
|
+
values?: string[] | null | undefined;
|
|
23311
|
+
description?: string | null | undefined;
|
|
23312
|
+
default?: string | number | boolean | null | undefined;
|
|
23313
|
+
inputType?: "code" | "plain" | undefined;
|
|
23314
|
+
isMultiline?: boolean | null | undefined;
|
|
23315
|
+
}[] | null | undefined>;
|
|
23316
|
+
}, "strip", z.ZodTypeAny, {
|
|
23317
|
+
properties: {
|
|
23318
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23319
|
+
key: string;
|
|
23320
|
+
label: string;
|
|
23321
|
+
values?: string[] | null | undefined;
|
|
23322
|
+
description?: string | null | undefined;
|
|
23323
|
+
default?: string | number | boolean | null | undefined;
|
|
23324
|
+
inputType?: "code" | "plain" | undefined;
|
|
23325
|
+
isMultiline?: boolean | null | undefined;
|
|
23326
|
+
}[];
|
|
23327
|
+
key: string;
|
|
23328
|
+
description?: string | undefined;
|
|
23329
|
+
category?: string | undefined;
|
|
23330
|
+
title?: string | undefined;
|
|
23331
|
+
iconURL?: string | undefined;
|
|
23332
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23333
|
+
}, {
|
|
23334
|
+
key: string;
|
|
23335
|
+
description?: string | null | undefined;
|
|
23336
|
+
category?: string | null | undefined;
|
|
23337
|
+
properties?: {
|
|
23338
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23339
|
+
key: string;
|
|
23340
|
+
label: string;
|
|
23341
|
+
values?: string[] | null | undefined;
|
|
23342
|
+
description?: string | null | undefined;
|
|
23343
|
+
default?: string | number | boolean | null | undefined;
|
|
23344
|
+
inputType?: "code" | "plain" | undefined;
|
|
23345
|
+
isMultiline?: boolean | null | undefined;
|
|
23346
|
+
}[] | null | undefined;
|
|
23347
|
+
title?: string | null | undefined;
|
|
23348
|
+
iconURL?: string | null | undefined;
|
|
23349
|
+
mode?: "array" | "block" | null | undefined;
|
|
23350
|
+
}>, "many">;
|
|
23351
|
+
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23352
|
+
key: z.ZodString;
|
|
23353
|
+
name: z.ZodString;
|
|
23354
|
+
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
23355
|
+
description: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23356
|
+
thumbnailURL: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23357
|
+
}, "strip", z.ZodTypeAny, {
|
|
23358
|
+
name: string;
|
|
23359
|
+
key: string;
|
|
23360
|
+
description?: string | undefined;
|
|
23361
|
+
isDefault?: boolean | undefined;
|
|
23362
|
+
thumbnailURL?: string | undefined;
|
|
23363
|
+
}, {
|
|
23364
|
+
name: string;
|
|
23365
|
+
key: string;
|
|
23366
|
+
description?: string | null | undefined;
|
|
23367
|
+
isDefault?: boolean | null | undefined;
|
|
23368
|
+
thumbnailURL?: string | null | undefined;
|
|
23369
|
+
}>, "many">;
|
|
23370
|
+
usesBrands: z.ZodBoolean;
|
|
23371
|
+
usesThemes: z.ZodBoolean;
|
|
23372
|
+
source: z.ZodEnum<["git", "upload"]>;
|
|
23373
|
+
gitUrl: z.ZodOptional<z.ZodString>;
|
|
23374
|
+
gitBranch: z.ZodOptional<z.ZodString>;
|
|
23375
|
+
gitDirectory: z.ZodOptional<z.ZodString>;
|
|
23376
|
+
}, "strip", z.ZodTypeAny, {
|
|
23377
|
+
id: string;
|
|
23378
|
+
source: "upload" | "git";
|
|
23379
|
+
name: string;
|
|
23380
|
+
isPrivate: boolean;
|
|
23381
|
+
exporterType: "code" | "documentation";
|
|
23382
|
+
isDefaultDocumentationExporter: boolean;
|
|
23383
|
+
configurationProperties: {
|
|
23384
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23385
|
+
category: string;
|
|
23386
|
+
key: string;
|
|
23387
|
+
label: string;
|
|
23388
|
+
values?: string[] | null | undefined;
|
|
23389
|
+
description?: string | null | undefined;
|
|
23390
|
+
default?: string | number | boolean | null | undefined;
|
|
23391
|
+
inputType?: "code" | "plain" | undefined;
|
|
23392
|
+
isMultiline?: boolean | null | undefined;
|
|
23393
|
+
}[];
|
|
23394
|
+
customBlocks: {
|
|
23395
|
+
properties: {
|
|
23396
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23397
|
+
key: string;
|
|
23398
|
+
label: string;
|
|
23399
|
+
values?: string[] | null | undefined;
|
|
23400
|
+
description?: string | null | undefined;
|
|
23401
|
+
default?: string | number | boolean | null | undefined;
|
|
23402
|
+
inputType?: "code" | "plain" | undefined;
|
|
23403
|
+
isMultiline?: boolean | null | undefined;
|
|
23404
|
+
}[];
|
|
23405
|
+
key: string;
|
|
23406
|
+
description?: string | undefined;
|
|
23407
|
+
category?: string | undefined;
|
|
23408
|
+
title?: string | undefined;
|
|
23409
|
+
iconURL?: string | undefined;
|
|
23410
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23411
|
+
}[];
|
|
23412
|
+
blockVariants: {
|
|
23413
|
+
name: string;
|
|
23414
|
+
key: string;
|
|
23415
|
+
description?: string | undefined;
|
|
23416
|
+
isDefault?: boolean | undefined;
|
|
23417
|
+
thumbnailURL?: string | undefined;
|
|
23418
|
+
}[];
|
|
23419
|
+
usesBrands: boolean;
|
|
23420
|
+
usesThemes: boolean;
|
|
23421
|
+
iconURL?: string | undefined;
|
|
23422
|
+
gitUrl?: string | undefined;
|
|
23423
|
+
gitBranch?: string | undefined;
|
|
23424
|
+
gitDirectory?: string | undefined;
|
|
23425
|
+
}, {
|
|
23426
|
+
id: string;
|
|
23427
|
+
source: "upload" | "git";
|
|
23428
|
+
name: string;
|
|
23429
|
+
isPrivate: boolean;
|
|
23430
|
+
exporterType: "code" | "documentation";
|
|
23431
|
+
isDefaultDocumentationExporter: boolean;
|
|
23432
|
+
configurationProperties: {
|
|
23433
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23434
|
+
category: string;
|
|
23435
|
+
key: string;
|
|
23436
|
+
label: string;
|
|
23437
|
+
values?: string[] | null | undefined;
|
|
23438
|
+
description?: string | null | undefined;
|
|
23439
|
+
default?: string | number | boolean | null | undefined;
|
|
23440
|
+
inputType?: "code" | "plain" | undefined;
|
|
23441
|
+
isMultiline?: boolean | null | undefined;
|
|
23442
|
+
}[];
|
|
23443
|
+
customBlocks: {
|
|
23444
|
+
key: string;
|
|
23445
|
+
description?: string | null | undefined;
|
|
23446
|
+
category?: string | null | undefined;
|
|
23447
|
+
properties?: {
|
|
23448
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23449
|
+
key: string;
|
|
23450
|
+
label: string;
|
|
23451
|
+
values?: string[] | null | undefined;
|
|
23452
|
+
description?: string | null | undefined;
|
|
23453
|
+
default?: string | number | boolean | null | undefined;
|
|
23454
|
+
inputType?: "code" | "plain" | undefined;
|
|
23455
|
+
isMultiline?: boolean | null | undefined;
|
|
23456
|
+
}[] | null | undefined;
|
|
23457
|
+
title?: string | null | undefined;
|
|
23458
|
+
iconURL?: string | null | undefined;
|
|
23459
|
+
mode?: "array" | "block" | null | undefined;
|
|
23460
|
+
}[];
|
|
23461
|
+
blockVariants: {
|
|
23462
|
+
name: string;
|
|
23463
|
+
key: string;
|
|
23464
|
+
description?: string | null | undefined;
|
|
23465
|
+
isDefault?: boolean | null | undefined;
|
|
23466
|
+
thumbnailURL?: string | null | undefined;
|
|
23467
|
+
}[];
|
|
23468
|
+
usesBrands: boolean;
|
|
23469
|
+
usesThemes: boolean;
|
|
23470
|
+
iconURL?: string | undefined;
|
|
23471
|
+
gitUrl?: string | undefined;
|
|
23472
|
+
gitBranch?: string | undefined;
|
|
23473
|
+
gitDirectory?: string | undefined;
|
|
23474
|
+
}>;
|
|
23475
|
+
membership: z.ZodObject<{
|
|
23476
|
+
workspaceId: z.ZodString;
|
|
23477
|
+
exporterId: z.ZodString;
|
|
23478
|
+
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
23479
|
+
}, "strip", z.ZodTypeAny, {
|
|
23480
|
+
workspaceId: string;
|
|
23481
|
+
exporterId: string;
|
|
23482
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23483
|
+
}, {
|
|
23484
|
+
workspaceId: string;
|
|
23485
|
+
exporterId: string;
|
|
23486
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23487
|
+
}>;
|
|
23488
|
+
}, "strip", z.ZodTypeAny, {
|
|
23489
|
+
exporter: {
|
|
23490
|
+
id: string;
|
|
23491
|
+
source: "upload" | "git";
|
|
23492
|
+
name: string;
|
|
23493
|
+
isPrivate: boolean;
|
|
23494
|
+
exporterType: "code" | "documentation";
|
|
23495
|
+
isDefaultDocumentationExporter: boolean;
|
|
23496
|
+
configurationProperties: {
|
|
23497
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23498
|
+
category: string;
|
|
23499
|
+
key: string;
|
|
23500
|
+
label: string;
|
|
23501
|
+
values?: string[] | null | undefined;
|
|
23502
|
+
description?: string | null | undefined;
|
|
23503
|
+
default?: string | number | boolean | null | undefined;
|
|
23504
|
+
inputType?: "code" | "plain" | undefined;
|
|
23505
|
+
isMultiline?: boolean | null | undefined;
|
|
23506
|
+
}[];
|
|
23507
|
+
customBlocks: {
|
|
23508
|
+
properties: {
|
|
23509
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23510
|
+
key: string;
|
|
23511
|
+
label: string;
|
|
23512
|
+
values?: string[] | null | undefined;
|
|
23513
|
+
description?: string | null | undefined;
|
|
23514
|
+
default?: string | number | boolean | null | undefined;
|
|
23515
|
+
inputType?: "code" | "plain" | undefined;
|
|
23516
|
+
isMultiline?: boolean | null | undefined;
|
|
23517
|
+
}[];
|
|
23518
|
+
key: string;
|
|
23519
|
+
description?: string | undefined;
|
|
23520
|
+
category?: string | undefined;
|
|
23521
|
+
title?: string | undefined;
|
|
23522
|
+
iconURL?: string | undefined;
|
|
23523
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23524
|
+
}[];
|
|
23525
|
+
blockVariants: {
|
|
23526
|
+
name: string;
|
|
23527
|
+
key: string;
|
|
23528
|
+
description?: string | undefined;
|
|
23529
|
+
isDefault?: boolean | undefined;
|
|
23530
|
+
thumbnailURL?: string | undefined;
|
|
23531
|
+
}[];
|
|
23532
|
+
usesBrands: boolean;
|
|
23533
|
+
usesThemes: boolean;
|
|
23534
|
+
iconURL?: string | undefined;
|
|
23535
|
+
gitUrl?: string | undefined;
|
|
23536
|
+
gitBranch?: string | undefined;
|
|
23537
|
+
gitDirectory?: string | undefined;
|
|
23538
|
+
};
|
|
23539
|
+
membership: {
|
|
23540
|
+
workspaceId: string;
|
|
23541
|
+
exporterId: string;
|
|
23542
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23543
|
+
};
|
|
23544
|
+
}, {
|
|
23545
|
+
exporter: {
|
|
23546
|
+
id: string;
|
|
23547
|
+
source: "upload" | "git";
|
|
23548
|
+
name: string;
|
|
23549
|
+
isPrivate: boolean;
|
|
23550
|
+
exporterType: "code" | "documentation";
|
|
23551
|
+
isDefaultDocumentationExporter: boolean;
|
|
23552
|
+
configurationProperties: {
|
|
23553
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23554
|
+
category: string;
|
|
23555
|
+
key: string;
|
|
23556
|
+
label: string;
|
|
23557
|
+
values?: string[] | null | undefined;
|
|
23558
|
+
description?: string | null | undefined;
|
|
23559
|
+
default?: string | number | boolean | null | undefined;
|
|
23560
|
+
inputType?: "code" | "plain" | undefined;
|
|
23561
|
+
isMultiline?: boolean | null | undefined;
|
|
23562
|
+
}[];
|
|
23563
|
+
customBlocks: {
|
|
23564
|
+
key: string;
|
|
23565
|
+
description?: string | null | undefined;
|
|
23566
|
+
category?: string | null | undefined;
|
|
23567
|
+
properties?: {
|
|
23568
|
+
type: "string" | "number" | "boolean" | "color" | "image" | "typography" | "enum" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
23569
|
+
key: string;
|
|
23570
|
+
label: string;
|
|
23571
|
+
values?: string[] | null | undefined;
|
|
23572
|
+
description?: string | null | undefined;
|
|
23573
|
+
default?: string | number | boolean | null | undefined;
|
|
23574
|
+
inputType?: "code" | "plain" | undefined;
|
|
23575
|
+
isMultiline?: boolean | null | undefined;
|
|
23576
|
+
}[] | null | undefined;
|
|
23577
|
+
title?: string | null | undefined;
|
|
23578
|
+
iconURL?: string | null | undefined;
|
|
23579
|
+
mode?: "array" | "block" | null | undefined;
|
|
23580
|
+
}[];
|
|
23581
|
+
blockVariants: {
|
|
23582
|
+
name: string;
|
|
23583
|
+
key: string;
|
|
23584
|
+
description?: string | null | undefined;
|
|
23585
|
+
isDefault?: boolean | null | undefined;
|
|
23586
|
+
thumbnailURL?: string | null | undefined;
|
|
23587
|
+
}[];
|
|
23588
|
+
usesBrands: boolean;
|
|
23589
|
+
usesThemes: boolean;
|
|
23590
|
+
iconURL?: string | undefined;
|
|
23591
|
+
gitUrl?: string | undefined;
|
|
23592
|
+
gitBranch?: string | undefined;
|
|
23593
|
+
gitDirectory?: string | undefined;
|
|
23594
|
+
};
|
|
23595
|
+
membership: {
|
|
23596
|
+
workspaceId: string;
|
|
23597
|
+
exporterId: string;
|
|
23598
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
23599
|
+
};
|
|
23600
|
+
}>;
|
|
23601
|
+
type DTOExporterCreateOutput = z.infer<typeof DTOExporterCreateOutput>;
|
|
23602
|
+
declare const DTOExporterGitProviderEnum: z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>;
|
|
23603
|
+
type DTOExporterGitProviderEnum = z.infer<typeof DTOExporterGitProviderEnum>;
|
|
23604
|
+
declare const DTOExporterCreateInput: z.ZodObject<{
|
|
23605
|
+
url: z.ZodString;
|
|
23606
|
+
provider: z.ZodOptional<z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>>;
|
|
23607
|
+
}, "strip", z.ZodTypeAny, {
|
|
23608
|
+
url: string;
|
|
23609
|
+
provider?: "azure" | "bitbucket" | "github" | "gitlab" | undefined;
|
|
23610
|
+
}, {
|
|
23611
|
+
url: string;
|
|
23612
|
+
provider?: "azure" | "bitbucket" | "github" | "gitlab" | undefined;
|
|
23613
|
+
}>;
|
|
23614
|
+
type DTOExporterCreateInput = z.infer<typeof DTOExporterCreateInput>;
|
|
23615
|
+
|
|
22933
23616
|
declare const DTOExportJobCreatedBy: z.ZodObject<{
|
|
22934
23617
|
userId: z.ZodString;
|
|
22935
23618
|
userName: z.ZodString;
|
|
@@ -23002,83 +23685,86 @@ type DTOExportJobDesignSystemVersionPreview = z.infer<typeof DTOExportJobDesignS
|
|
|
23002
23685
|
declare const DTOExportJobDestinations: z.ZodObject<{
|
|
23003
23686
|
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
23004
23687
|
azure: z.ZodOptional<z.ZodObject<{
|
|
23005
|
-
|
|
23688
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23006
23689
|
organizationId: z.ZodString;
|
|
23007
23690
|
projectId: z.ZodString;
|
|
23008
23691
|
repositoryId: z.ZodString;
|
|
23009
23692
|
branch: z.ZodString;
|
|
23010
|
-
relativePath: z.
|
|
23693
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23694
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23011
23695
|
}, "strip", z.ZodTypeAny, {
|
|
23012
23696
|
branch: string;
|
|
23013
|
-
connectionId: string;
|
|
23014
|
-
relativePath: string;
|
|
23015
23697
|
organizationId: string;
|
|
23016
23698
|
projectId: string;
|
|
23017
23699
|
repositoryId: string;
|
|
23700
|
+
url?: string | undefined;
|
|
23701
|
+
credentialId?: string | undefined;
|
|
23702
|
+
relativePath?: string | undefined;
|
|
23018
23703
|
}, {
|
|
23019
23704
|
branch: string;
|
|
23020
|
-
connectionId: string;
|
|
23021
|
-
relativePath: string;
|
|
23022
23705
|
organizationId: string;
|
|
23023
23706
|
projectId: string;
|
|
23024
23707
|
repositoryId: string;
|
|
23708
|
+
url?: string | null | undefined;
|
|
23709
|
+
credentialId?: string | undefined;
|
|
23710
|
+
relativePath?: string | null | undefined;
|
|
23025
23711
|
}>>;
|
|
23026
23712
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
23027
|
-
|
|
23713
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23028
23714
|
workspaceSlug: z.ZodString;
|
|
23029
23715
|
projectKey: z.ZodString;
|
|
23030
23716
|
repoSlug: z.ZodString;
|
|
23031
23717
|
branch: z.ZodString;
|
|
23032
|
-
relativePath: z.
|
|
23718
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23033
23719
|
}, "strip", z.ZodTypeAny, {
|
|
23034
23720
|
branch: string;
|
|
23035
|
-
connectionId: string;
|
|
23036
|
-
relativePath: string;
|
|
23037
23721
|
workspaceSlug: string;
|
|
23038
23722
|
projectKey: string;
|
|
23039
23723
|
repoSlug: string;
|
|
23724
|
+
credentialId?: string | undefined;
|
|
23725
|
+
relativePath?: string | undefined;
|
|
23040
23726
|
}, {
|
|
23041
23727
|
branch: string;
|
|
23042
|
-
connectionId: string;
|
|
23043
|
-
relativePath: string;
|
|
23044
23728
|
workspaceSlug: string;
|
|
23045
23729
|
projectKey: string;
|
|
23046
23730
|
repoSlug: string;
|
|
23731
|
+
credentialId?: string | undefined;
|
|
23732
|
+
relativePath?: string | null | undefined;
|
|
23047
23733
|
}>>;
|
|
23048
23734
|
github: z.ZodOptional<z.ZodObject<{
|
|
23735
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23049
23736
|
url: z.ZodString;
|
|
23050
23737
|
branch: z.ZodString;
|
|
23051
|
-
|
|
23052
|
-
connectionId: z.ZodString;
|
|
23053
|
-
relativePath: z.ZodString;
|
|
23738
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23054
23739
|
}, "strip", z.ZodTypeAny, {
|
|
23055
23740
|
url: string;
|
|
23056
|
-
userId: string;
|
|
23057
23741
|
branch: string;
|
|
23058
|
-
|
|
23059
|
-
relativePath
|
|
23742
|
+
credentialId?: string | undefined;
|
|
23743
|
+
relativePath?: string | undefined;
|
|
23060
23744
|
}, {
|
|
23061
23745
|
url: string;
|
|
23062
|
-
userId: string;
|
|
23063
23746
|
branch: string;
|
|
23064
|
-
|
|
23065
|
-
relativePath
|
|
23747
|
+
credentialId?: string | undefined;
|
|
23748
|
+
relativePath?: string | null | undefined;
|
|
23066
23749
|
}>>;
|
|
23067
23750
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
23068
|
-
|
|
23751
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23069
23752
|
projectId: z.ZodString;
|
|
23070
23753
|
branch: z.ZodString;
|
|
23071
|
-
relativePath: z.
|
|
23754
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23755
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23072
23756
|
}, "strip", z.ZodTypeAny, {
|
|
23073
23757
|
branch: string;
|
|
23074
|
-
connectionId: string;
|
|
23075
|
-
relativePath: string;
|
|
23076
23758
|
projectId: string;
|
|
23759
|
+
url?: string | undefined;
|
|
23760
|
+
credentialId?: string | undefined;
|
|
23761
|
+
relativePath?: string | undefined;
|
|
23077
23762
|
}, {
|
|
23078
23763
|
branch: string;
|
|
23079
|
-
connectionId: string;
|
|
23080
|
-
relativePath: string;
|
|
23081
23764
|
projectId: string;
|
|
23765
|
+
url?: string | null | undefined;
|
|
23766
|
+
credentialId?: string | undefined;
|
|
23767
|
+
relativePath?: string | null | undefined;
|
|
23082
23768
|
}>>;
|
|
23083
23769
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
23084
23770
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -23092,32 +23778,33 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23092
23778
|
s3?: {} | undefined;
|
|
23093
23779
|
azure?: {
|
|
23094
23780
|
branch: string;
|
|
23095
|
-
connectionId: string;
|
|
23096
|
-
relativePath: string;
|
|
23097
23781
|
organizationId: string;
|
|
23098
23782
|
projectId: string;
|
|
23099
23783
|
repositoryId: string;
|
|
23784
|
+
url?: string | undefined;
|
|
23785
|
+
credentialId?: string | undefined;
|
|
23786
|
+
relativePath?: string | undefined;
|
|
23100
23787
|
} | undefined;
|
|
23101
23788
|
bitbucket?: {
|
|
23102
23789
|
branch: string;
|
|
23103
|
-
connectionId: string;
|
|
23104
|
-
relativePath: string;
|
|
23105
23790
|
workspaceSlug: string;
|
|
23106
23791
|
projectKey: string;
|
|
23107
23792
|
repoSlug: string;
|
|
23793
|
+
credentialId?: string | undefined;
|
|
23794
|
+
relativePath?: string | undefined;
|
|
23108
23795
|
} | undefined;
|
|
23109
23796
|
github?: {
|
|
23110
23797
|
url: string;
|
|
23111
|
-
userId: string;
|
|
23112
23798
|
branch: string;
|
|
23113
|
-
|
|
23114
|
-
relativePath
|
|
23799
|
+
credentialId?: string | undefined;
|
|
23800
|
+
relativePath?: string | undefined;
|
|
23115
23801
|
} | undefined;
|
|
23116
23802
|
gitlab?: {
|
|
23117
23803
|
branch: string;
|
|
23118
|
-
connectionId: string;
|
|
23119
|
-
relativePath: string;
|
|
23120
23804
|
projectId: string;
|
|
23805
|
+
url?: string | undefined;
|
|
23806
|
+
credentialId?: string | undefined;
|
|
23807
|
+
relativePath?: string | undefined;
|
|
23121
23808
|
} | undefined;
|
|
23122
23809
|
documentation?: {
|
|
23123
23810
|
environment: "Live" | "Preview";
|
|
@@ -23127,32 +23814,33 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23127
23814
|
s3?: {} | undefined;
|
|
23128
23815
|
azure?: {
|
|
23129
23816
|
branch: string;
|
|
23130
|
-
connectionId: string;
|
|
23131
|
-
relativePath: string;
|
|
23132
23817
|
organizationId: string;
|
|
23133
23818
|
projectId: string;
|
|
23134
23819
|
repositoryId: string;
|
|
23820
|
+
url?: string | null | undefined;
|
|
23821
|
+
credentialId?: string | undefined;
|
|
23822
|
+
relativePath?: string | null | undefined;
|
|
23135
23823
|
} | undefined;
|
|
23136
23824
|
bitbucket?: {
|
|
23137
23825
|
branch: string;
|
|
23138
|
-
connectionId: string;
|
|
23139
|
-
relativePath: string;
|
|
23140
23826
|
workspaceSlug: string;
|
|
23141
23827
|
projectKey: string;
|
|
23142
23828
|
repoSlug: string;
|
|
23829
|
+
credentialId?: string | undefined;
|
|
23830
|
+
relativePath?: string | null | undefined;
|
|
23143
23831
|
} | undefined;
|
|
23144
23832
|
github?: {
|
|
23145
23833
|
url: string;
|
|
23146
|
-
userId: string;
|
|
23147
23834
|
branch: string;
|
|
23148
|
-
|
|
23149
|
-
relativePath
|
|
23835
|
+
credentialId?: string | undefined;
|
|
23836
|
+
relativePath?: string | null | undefined;
|
|
23150
23837
|
} | undefined;
|
|
23151
23838
|
gitlab?: {
|
|
23152
23839
|
branch: string;
|
|
23153
|
-
connectionId: string;
|
|
23154
|
-
relativePath: string;
|
|
23155
23840
|
projectId: string;
|
|
23841
|
+
url?: string | null | undefined;
|
|
23842
|
+
credentialId?: string | undefined;
|
|
23843
|
+
relativePath?: string | null | undefined;
|
|
23156
23844
|
} | undefined;
|
|
23157
23845
|
documentation?: {
|
|
23158
23846
|
environment: "Live" | "Preview";
|
|
@@ -23167,7 +23855,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23167
23855
|
index: z.ZodOptional<z.ZodNumber>;
|
|
23168
23856
|
status: z.ZodEnum<["InProgress", "Success", "Failed", "Timeout"]>;
|
|
23169
23857
|
estimatedExecutionTime: z.ZodOptional<z.ZodNumber>;
|
|
23170
|
-
createdBy: z.ZodObject<{
|
|
23858
|
+
createdBy: z.ZodOptional<z.ZodObject<{
|
|
23171
23859
|
userId: z.ZodString;
|
|
23172
23860
|
userName: z.ZodString;
|
|
23173
23861
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23176,7 +23864,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23176
23864
|
}, {
|
|
23177
23865
|
userId: string;
|
|
23178
23866
|
userName: string;
|
|
23179
|
-
}
|
|
23867
|
+
}>>;
|
|
23180
23868
|
designSystem: z.ZodObject<{
|
|
23181
23869
|
id: z.ZodString;
|
|
23182
23870
|
meta: z.ZodObject<{
|
|
@@ -23236,83 +23924,86 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23236
23924
|
destinations: z.ZodObject<{
|
|
23237
23925
|
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
23238
23926
|
azure: z.ZodOptional<z.ZodObject<{
|
|
23239
|
-
|
|
23927
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23240
23928
|
organizationId: z.ZodString;
|
|
23241
23929
|
projectId: z.ZodString;
|
|
23242
23930
|
repositoryId: z.ZodString;
|
|
23243
23931
|
branch: z.ZodString;
|
|
23244
|
-
relativePath: z.
|
|
23932
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23933
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23245
23934
|
}, "strip", z.ZodTypeAny, {
|
|
23246
23935
|
branch: string;
|
|
23247
|
-
connectionId: string;
|
|
23248
|
-
relativePath: string;
|
|
23249
23936
|
organizationId: string;
|
|
23250
23937
|
projectId: string;
|
|
23251
23938
|
repositoryId: string;
|
|
23939
|
+
url?: string | undefined;
|
|
23940
|
+
credentialId?: string | undefined;
|
|
23941
|
+
relativePath?: string | undefined;
|
|
23252
23942
|
}, {
|
|
23253
23943
|
branch: string;
|
|
23254
|
-
connectionId: string;
|
|
23255
|
-
relativePath: string;
|
|
23256
23944
|
organizationId: string;
|
|
23257
23945
|
projectId: string;
|
|
23258
23946
|
repositoryId: string;
|
|
23947
|
+
url?: string | null | undefined;
|
|
23948
|
+
credentialId?: string | undefined;
|
|
23949
|
+
relativePath?: string | null | undefined;
|
|
23259
23950
|
}>>;
|
|
23260
23951
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
23261
|
-
|
|
23952
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23262
23953
|
workspaceSlug: z.ZodString;
|
|
23263
23954
|
projectKey: z.ZodString;
|
|
23264
23955
|
repoSlug: z.ZodString;
|
|
23265
23956
|
branch: z.ZodString;
|
|
23266
|
-
relativePath: z.
|
|
23957
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23267
23958
|
}, "strip", z.ZodTypeAny, {
|
|
23268
23959
|
branch: string;
|
|
23269
|
-
connectionId: string;
|
|
23270
|
-
relativePath: string;
|
|
23271
23960
|
workspaceSlug: string;
|
|
23272
23961
|
projectKey: string;
|
|
23273
23962
|
repoSlug: string;
|
|
23963
|
+
credentialId?: string | undefined;
|
|
23964
|
+
relativePath?: string | undefined;
|
|
23274
23965
|
}, {
|
|
23275
23966
|
branch: string;
|
|
23276
|
-
connectionId: string;
|
|
23277
|
-
relativePath: string;
|
|
23278
23967
|
workspaceSlug: string;
|
|
23279
23968
|
projectKey: string;
|
|
23280
23969
|
repoSlug: string;
|
|
23970
|
+
credentialId?: string | undefined;
|
|
23971
|
+
relativePath?: string | null | undefined;
|
|
23281
23972
|
}>>;
|
|
23282
23973
|
github: z.ZodOptional<z.ZodObject<{
|
|
23974
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23283
23975
|
url: z.ZodString;
|
|
23284
23976
|
branch: z.ZodString;
|
|
23285
|
-
|
|
23286
|
-
connectionId: z.ZodString;
|
|
23287
|
-
relativePath: z.ZodString;
|
|
23977
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23288
23978
|
}, "strip", z.ZodTypeAny, {
|
|
23289
23979
|
url: string;
|
|
23290
|
-
userId: string;
|
|
23291
23980
|
branch: string;
|
|
23292
|
-
|
|
23293
|
-
relativePath
|
|
23981
|
+
credentialId?: string | undefined;
|
|
23982
|
+
relativePath?: string | undefined;
|
|
23294
23983
|
}, {
|
|
23295
23984
|
url: string;
|
|
23296
|
-
userId: string;
|
|
23297
23985
|
branch: string;
|
|
23298
|
-
|
|
23299
|
-
relativePath
|
|
23986
|
+
credentialId?: string | undefined;
|
|
23987
|
+
relativePath?: string | null | undefined;
|
|
23300
23988
|
}>>;
|
|
23301
23989
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
23302
|
-
|
|
23990
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23303
23991
|
projectId: z.ZodString;
|
|
23304
23992
|
branch: z.ZodString;
|
|
23305
|
-
relativePath: z.
|
|
23993
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23994
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23306
23995
|
}, "strip", z.ZodTypeAny, {
|
|
23307
23996
|
branch: string;
|
|
23308
|
-
connectionId: string;
|
|
23309
|
-
relativePath: string;
|
|
23310
23997
|
projectId: string;
|
|
23998
|
+
url?: string | undefined;
|
|
23999
|
+
credentialId?: string | undefined;
|
|
24000
|
+
relativePath?: string | undefined;
|
|
23311
24001
|
}, {
|
|
23312
24002
|
branch: string;
|
|
23313
|
-
connectionId: string;
|
|
23314
|
-
relativePath: string;
|
|
23315
24003
|
projectId: string;
|
|
24004
|
+
url?: string | null | undefined;
|
|
24005
|
+
credentialId?: string | undefined;
|
|
24006
|
+
relativePath?: string | null | undefined;
|
|
23316
24007
|
}>>;
|
|
23317
24008
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
23318
24009
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -23326,32 +24017,33 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23326
24017
|
s3?: {} | undefined;
|
|
23327
24018
|
azure?: {
|
|
23328
24019
|
branch: string;
|
|
23329
|
-
connectionId: string;
|
|
23330
|
-
relativePath: string;
|
|
23331
24020
|
organizationId: string;
|
|
23332
24021
|
projectId: string;
|
|
23333
24022
|
repositoryId: string;
|
|
24023
|
+
url?: string | undefined;
|
|
24024
|
+
credentialId?: string | undefined;
|
|
24025
|
+
relativePath?: string | undefined;
|
|
23334
24026
|
} | undefined;
|
|
23335
24027
|
bitbucket?: {
|
|
23336
24028
|
branch: string;
|
|
23337
|
-
connectionId: string;
|
|
23338
|
-
relativePath: string;
|
|
23339
24029
|
workspaceSlug: string;
|
|
23340
24030
|
projectKey: string;
|
|
23341
24031
|
repoSlug: string;
|
|
24032
|
+
credentialId?: string | undefined;
|
|
24033
|
+
relativePath?: string | undefined;
|
|
23342
24034
|
} | undefined;
|
|
23343
24035
|
github?: {
|
|
23344
24036
|
url: string;
|
|
23345
|
-
userId: string;
|
|
23346
24037
|
branch: string;
|
|
23347
|
-
|
|
23348
|
-
relativePath
|
|
24038
|
+
credentialId?: string | undefined;
|
|
24039
|
+
relativePath?: string | undefined;
|
|
23349
24040
|
} | undefined;
|
|
23350
24041
|
gitlab?: {
|
|
23351
24042
|
branch: string;
|
|
23352
|
-
connectionId: string;
|
|
23353
|
-
relativePath: string;
|
|
23354
24043
|
projectId: string;
|
|
24044
|
+
url?: string | undefined;
|
|
24045
|
+
credentialId?: string | undefined;
|
|
24046
|
+
relativePath?: string | undefined;
|
|
23355
24047
|
} | undefined;
|
|
23356
24048
|
documentation?: {
|
|
23357
24049
|
environment: "Live" | "Preview";
|
|
@@ -23361,32 +24053,33 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23361
24053
|
s3?: {} | undefined;
|
|
23362
24054
|
azure?: {
|
|
23363
24055
|
branch: string;
|
|
23364
|
-
connectionId: string;
|
|
23365
|
-
relativePath: string;
|
|
23366
24056
|
organizationId: string;
|
|
23367
24057
|
projectId: string;
|
|
23368
24058
|
repositoryId: string;
|
|
24059
|
+
url?: string | null | undefined;
|
|
24060
|
+
credentialId?: string | undefined;
|
|
24061
|
+
relativePath?: string | null | undefined;
|
|
23369
24062
|
} | undefined;
|
|
23370
24063
|
bitbucket?: {
|
|
23371
24064
|
branch: string;
|
|
23372
|
-
connectionId: string;
|
|
23373
|
-
relativePath: string;
|
|
23374
24065
|
workspaceSlug: string;
|
|
23375
24066
|
projectKey: string;
|
|
23376
24067
|
repoSlug: string;
|
|
24068
|
+
credentialId?: string | undefined;
|
|
24069
|
+
relativePath?: string | null | undefined;
|
|
23377
24070
|
} | undefined;
|
|
23378
24071
|
github?: {
|
|
23379
24072
|
url: string;
|
|
23380
|
-
userId: string;
|
|
23381
24073
|
branch: string;
|
|
23382
|
-
|
|
23383
|
-
relativePath
|
|
24074
|
+
credentialId?: string | undefined;
|
|
24075
|
+
relativePath?: string | null | undefined;
|
|
23384
24076
|
} | undefined;
|
|
23385
24077
|
gitlab?: {
|
|
23386
24078
|
branch: string;
|
|
23387
|
-
connectionId: string;
|
|
23388
|
-
relativePath: string;
|
|
23389
24079
|
projectId: string;
|
|
24080
|
+
url?: string | null | undefined;
|
|
24081
|
+
credentialId?: string | undefined;
|
|
24082
|
+
relativePath?: string | null | undefined;
|
|
23390
24083
|
} | undefined;
|
|
23391
24084
|
documentation?: {
|
|
23392
24085
|
environment: "Live" | "Preview";
|
|
@@ -23394,7 +24087,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23394
24087
|
webhookUrl?: string | undefined;
|
|
23395
24088
|
}>;
|
|
23396
24089
|
exporterId: z.ZodString;
|
|
23397
|
-
scheduleId: z.ZodString
|
|
24090
|
+
scheduleId: z.ZodOptional<z.ZodString>;
|
|
23398
24091
|
result: z.ZodOptional<z.ZodObject<{
|
|
23399
24092
|
error: z.ZodOptional<z.ZodString>;
|
|
23400
24093
|
s3: z.ZodOptional<z.ZodObject<{
|
|
@@ -23499,67 +24192,68 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23499
24192
|
id: string;
|
|
23500
24193
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
23501
24194
|
createdAt: Date;
|
|
23502
|
-
|
|
23503
|
-
id: string;
|
|
23504
|
-
meta: {
|
|
23505
|
-
name: string;
|
|
23506
|
-
description?: string | undefined;
|
|
23507
|
-
};
|
|
23508
|
-
version: string;
|
|
23509
|
-
isReadonly: boolean;
|
|
23510
|
-
};
|
|
23511
|
-
createdBy: {
|
|
23512
|
-
userId: string;
|
|
23513
|
-
userName: string;
|
|
23514
|
-
};
|
|
23515
|
-
designSystem: {
|
|
23516
|
-
id: string;
|
|
23517
|
-
meta: {
|
|
23518
|
-
name: string;
|
|
23519
|
-
description?: string | undefined;
|
|
23520
|
-
};
|
|
23521
|
-
};
|
|
24195
|
+
exporterId: string;
|
|
23522
24196
|
destinations: {
|
|
23523
24197
|
s3?: {} | undefined;
|
|
23524
24198
|
azure?: {
|
|
23525
24199
|
branch: string;
|
|
23526
|
-
connectionId: string;
|
|
23527
|
-
relativePath: string;
|
|
23528
24200
|
organizationId: string;
|
|
23529
24201
|
projectId: string;
|
|
23530
24202
|
repositoryId: string;
|
|
24203
|
+
url?: string | undefined;
|
|
24204
|
+
credentialId?: string | undefined;
|
|
24205
|
+
relativePath?: string | undefined;
|
|
23531
24206
|
} | undefined;
|
|
23532
24207
|
bitbucket?: {
|
|
23533
24208
|
branch: string;
|
|
23534
|
-
connectionId: string;
|
|
23535
|
-
relativePath: string;
|
|
23536
24209
|
workspaceSlug: string;
|
|
23537
24210
|
projectKey: string;
|
|
23538
24211
|
repoSlug: string;
|
|
24212
|
+
credentialId?: string | undefined;
|
|
24213
|
+
relativePath?: string | undefined;
|
|
23539
24214
|
} | undefined;
|
|
23540
24215
|
github?: {
|
|
23541
24216
|
url: string;
|
|
23542
|
-
userId: string;
|
|
23543
24217
|
branch: string;
|
|
23544
|
-
|
|
23545
|
-
relativePath
|
|
24218
|
+
credentialId?: string | undefined;
|
|
24219
|
+
relativePath?: string | undefined;
|
|
23546
24220
|
} | undefined;
|
|
23547
24221
|
gitlab?: {
|
|
23548
24222
|
branch: string;
|
|
23549
|
-
connectionId: string;
|
|
23550
|
-
relativePath: string;
|
|
23551
24223
|
projectId: string;
|
|
24224
|
+
url?: string | undefined;
|
|
24225
|
+
credentialId?: string | undefined;
|
|
24226
|
+
relativePath?: string | undefined;
|
|
23552
24227
|
} | undefined;
|
|
23553
24228
|
documentation?: {
|
|
23554
24229
|
environment: "Live" | "Preview";
|
|
23555
24230
|
} | undefined;
|
|
23556
24231
|
webhookUrl?: string | undefined;
|
|
23557
24232
|
};
|
|
23558
|
-
|
|
23559
|
-
|
|
24233
|
+
designSystemVersion: {
|
|
24234
|
+
id: string;
|
|
24235
|
+
meta: {
|
|
24236
|
+
name: string;
|
|
24237
|
+
description?: string | undefined;
|
|
24238
|
+
};
|
|
24239
|
+
version: string;
|
|
24240
|
+
isReadonly: boolean;
|
|
24241
|
+
};
|
|
24242
|
+
designSystem: {
|
|
24243
|
+
id: string;
|
|
24244
|
+
meta: {
|
|
24245
|
+
name: string;
|
|
24246
|
+
description?: string | undefined;
|
|
24247
|
+
};
|
|
24248
|
+
};
|
|
23560
24249
|
finishedAt?: Date | undefined;
|
|
23561
24250
|
index?: number | undefined;
|
|
23562
24251
|
estimatedExecutionTime?: number | undefined;
|
|
24252
|
+
createdBy?: {
|
|
24253
|
+
userId: string;
|
|
24254
|
+
userName: string;
|
|
24255
|
+
} | undefined;
|
|
24256
|
+
scheduleId?: string | undefined;
|
|
23563
24257
|
result?: {
|
|
23564
24258
|
error?: string | undefined;
|
|
23565
24259
|
github?: {
|
|
@@ -23588,67 +24282,68 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23588
24282
|
id: string;
|
|
23589
24283
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
23590
24284
|
createdAt: Date;
|
|
23591
|
-
|
|
23592
|
-
id: string;
|
|
23593
|
-
meta: {
|
|
23594
|
-
name: string;
|
|
23595
|
-
description?: string | undefined;
|
|
23596
|
-
};
|
|
23597
|
-
version: string;
|
|
23598
|
-
isReadonly: boolean;
|
|
23599
|
-
};
|
|
23600
|
-
createdBy: {
|
|
23601
|
-
userId: string;
|
|
23602
|
-
userName: string;
|
|
23603
|
-
};
|
|
23604
|
-
designSystem: {
|
|
23605
|
-
id: string;
|
|
23606
|
-
meta: {
|
|
23607
|
-
name: string;
|
|
23608
|
-
description?: string | undefined;
|
|
23609
|
-
};
|
|
23610
|
-
};
|
|
24285
|
+
exporterId: string;
|
|
23611
24286
|
destinations: {
|
|
23612
24287
|
s3?: {} | undefined;
|
|
23613
24288
|
azure?: {
|
|
23614
24289
|
branch: string;
|
|
23615
|
-
connectionId: string;
|
|
23616
|
-
relativePath: string;
|
|
23617
24290
|
organizationId: string;
|
|
23618
24291
|
projectId: string;
|
|
23619
24292
|
repositoryId: string;
|
|
24293
|
+
url?: string | null | undefined;
|
|
24294
|
+
credentialId?: string | undefined;
|
|
24295
|
+
relativePath?: string | null | undefined;
|
|
23620
24296
|
} | undefined;
|
|
23621
24297
|
bitbucket?: {
|
|
23622
24298
|
branch: string;
|
|
23623
|
-
connectionId: string;
|
|
23624
|
-
relativePath: string;
|
|
23625
24299
|
workspaceSlug: string;
|
|
23626
24300
|
projectKey: string;
|
|
23627
24301
|
repoSlug: string;
|
|
24302
|
+
credentialId?: string | undefined;
|
|
24303
|
+
relativePath?: string | null | undefined;
|
|
23628
24304
|
} | undefined;
|
|
23629
24305
|
github?: {
|
|
23630
24306
|
url: string;
|
|
23631
|
-
userId: string;
|
|
23632
24307
|
branch: string;
|
|
23633
|
-
|
|
23634
|
-
relativePath
|
|
24308
|
+
credentialId?: string | undefined;
|
|
24309
|
+
relativePath?: string | null | undefined;
|
|
23635
24310
|
} | undefined;
|
|
23636
24311
|
gitlab?: {
|
|
23637
24312
|
branch: string;
|
|
23638
|
-
connectionId: string;
|
|
23639
|
-
relativePath: string;
|
|
23640
24313
|
projectId: string;
|
|
24314
|
+
url?: string | null | undefined;
|
|
24315
|
+
credentialId?: string | undefined;
|
|
24316
|
+
relativePath?: string | null | undefined;
|
|
23641
24317
|
} | undefined;
|
|
23642
24318
|
documentation?: {
|
|
23643
24319
|
environment: "Live" | "Preview";
|
|
23644
24320
|
} | undefined;
|
|
23645
24321
|
webhookUrl?: string | undefined;
|
|
23646
24322
|
};
|
|
23647
|
-
|
|
23648
|
-
|
|
24323
|
+
designSystemVersion: {
|
|
24324
|
+
id: string;
|
|
24325
|
+
meta: {
|
|
24326
|
+
name: string;
|
|
24327
|
+
description?: string | undefined;
|
|
24328
|
+
};
|
|
24329
|
+
version: string;
|
|
24330
|
+
isReadonly: boolean;
|
|
24331
|
+
};
|
|
24332
|
+
designSystem: {
|
|
24333
|
+
id: string;
|
|
24334
|
+
meta: {
|
|
24335
|
+
name: string;
|
|
24336
|
+
description?: string | undefined;
|
|
24337
|
+
};
|
|
24338
|
+
};
|
|
23649
24339
|
finishedAt?: Date | undefined;
|
|
23650
24340
|
index?: number | undefined;
|
|
23651
24341
|
estimatedExecutionTime?: number | undefined;
|
|
24342
|
+
createdBy?: {
|
|
24343
|
+
userId: string;
|
|
24344
|
+
userName: string;
|
|
24345
|
+
} | undefined;
|
|
24346
|
+
scheduleId?: string | undefined;
|
|
23652
24347
|
result?: {
|
|
23653
24348
|
error?: string | undefined;
|
|
23654
24349
|
github?: {
|
|
@@ -23675,6 +24370,908 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23675
24370
|
} | undefined;
|
|
23676
24371
|
}>;
|
|
23677
24372
|
type DTOExportJob = z.infer<typeof DTOExportJob>;
|
|
24373
|
+
declare const DTOExportJobResponse: z.ZodObject<{
|
|
24374
|
+
job: z.ZodObject<{
|
|
24375
|
+
id: z.ZodString;
|
|
24376
|
+
createdAt: z.ZodDate;
|
|
24377
|
+
finishedAt: z.ZodOptional<z.ZodDate>;
|
|
24378
|
+
index: z.ZodOptional<z.ZodNumber>;
|
|
24379
|
+
status: z.ZodEnum<["InProgress", "Success", "Failed", "Timeout"]>;
|
|
24380
|
+
estimatedExecutionTime: z.ZodOptional<z.ZodNumber>;
|
|
24381
|
+
createdBy: z.ZodOptional<z.ZodObject<{
|
|
24382
|
+
userId: z.ZodString;
|
|
24383
|
+
userName: z.ZodString;
|
|
24384
|
+
}, "strip", z.ZodTypeAny, {
|
|
24385
|
+
userId: string;
|
|
24386
|
+
userName: string;
|
|
24387
|
+
}, {
|
|
24388
|
+
userId: string;
|
|
24389
|
+
userName: string;
|
|
24390
|
+
}>>;
|
|
24391
|
+
designSystem: z.ZodObject<{
|
|
24392
|
+
id: z.ZodString;
|
|
24393
|
+
meta: z.ZodObject<{
|
|
24394
|
+
name: z.ZodString;
|
|
24395
|
+
description: z.ZodOptional<z.ZodString>;
|
|
24396
|
+
}, "strip", z.ZodTypeAny, {
|
|
24397
|
+
name: string;
|
|
24398
|
+
description?: string | undefined;
|
|
24399
|
+
}, {
|
|
24400
|
+
name: string;
|
|
24401
|
+
description?: string | undefined;
|
|
24402
|
+
}>;
|
|
24403
|
+
}, "strip", z.ZodTypeAny, {
|
|
24404
|
+
id: string;
|
|
24405
|
+
meta: {
|
|
24406
|
+
name: string;
|
|
24407
|
+
description?: string | undefined;
|
|
24408
|
+
};
|
|
24409
|
+
}, {
|
|
24410
|
+
id: string;
|
|
24411
|
+
meta: {
|
|
24412
|
+
name: string;
|
|
24413
|
+
description?: string | undefined;
|
|
24414
|
+
};
|
|
24415
|
+
}>;
|
|
24416
|
+
designSystemVersion: z.ZodObject<{
|
|
24417
|
+
id: z.ZodString;
|
|
24418
|
+
meta: z.ZodObject<{
|
|
24419
|
+
name: z.ZodString;
|
|
24420
|
+
description: z.ZodOptional<z.ZodString>;
|
|
24421
|
+
}, "strip", z.ZodTypeAny, {
|
|
24422
|
+
name: string;
|
|
24423
|
+
description?: string | undefined;
|
|
24424
|
+
}, {
|
|
24425
|
+
name: string;
|
|
24426
|
+
description?: string | undefined;
|
|
24427
|
+
}>;
|
|
24428
|
+
version: z.ZodString;
|
|
24429
|
+
isReadonly: z.ZodBoolean;
|
|
24430
|
+
}, "strip", z.ZodTypeAny, {
|
|
24431
|
+
id: string;
|
|
24432
|
+
meta: {
|
|
24433
|
+
name: string;
|
|
24434
|
+
description?: string | undefined;
|
|
24435
|
+
};
|
|
24436
|
+
version: string;
|
|
24437
|
+
isReadonly: boolean;
|
|
24438
|
+
}, {
|
|
24439
|
+
id: string;
|
|
24440
|
+
meta: {
|
|
24441
|
+
name: string;
|
|
24442
|
+
description?: string | undefined;
|
|
24443
|
+
};
|
|
24444
|
+
version: string;
|
|
24445
|
+
isReadonly: boolean;
|
|
24446
|
+
}>;
|
|
24447
|
+
destinations: z.ZodObject<{
|
|
24448
|
+
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
24449
|
+
azure: z.ZodOptional<z.ZodObject<{
|
|
24450
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
24451
|
+
organizationId: z.ZodString;
|
|
24452
|
+
projectId: z.ZodString;
|
|
24453
|
+
repositoryId: z.ZodString;
|
|
24454
|
+
branch: z.ZodString;
|
|
24455
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24456
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24457
|
+
}, "strip", z.ZodTypeAny, {
|
|
24458
|
+
branch: string;
|
|
24459
|
+
organizationId: string;
|
|
24460
|
+
projectId: string;
|
|
24461
|
+
repositoryId: string;
|
|
24462
|
+
url?: string | undefined;
|
|
24463
|
+
credentialId?: string | undefined;
|
|
24464
|
+
relativePath?: string | undefined;
|
|
24465
|
+
}, {
|
|
24466
|
+
branch: string;
|
|
24467
|
+
organizationId: string;
|
|
24468
|
+
projectId: string;
|
|
24469
|
+
repositoryId: string;
|
|
24470
|
+
url?: string | null | undefined;
|
|
24471
|
+
credentialId?: string | undefined;
|
|
24472
|
+
relativePath?: string | null | undefined;
|
|
24473
|
+
}>>;
|
|
24474
|
+
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24475
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
24476
|
+
workspaceSlug: z.ZodString;
|
|
24477
|
+
projectKey: z.ZodString;
|
|
24478
|
+
repoSlug: z.ZodString;
|
|
24479
|
+
branch: z.ZodString;
|
|
24480
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24481
|
+
}, "strip", z.ZodTypeAny, {
|
|
24482
|
+
branch: string;
|
|
24483
|
+
workspaceSlug: string;
|
|
24484
|
+
projectKey: string;
|
|
24485
|
+
repoSlug: string;
|
|
24486
|
+
credentialId?: string | undefined;
|
|
24487
|
+
relativePath?: string | undefined;
|
|
24488
|
+
}, {
|
|
24489
|
+
branch: string;
|
|
24490
|
+
workspaceSlug: string;
|
|
24491
|
+
projectKey: string;
|
|
24492
|
+
repoSlug: string;
|
|
24493
|
+
credentialId?: string | undefined;
|
|
24494
|
+
relativePath?: string | null | undefined;
|
|
24495
|
+
}>>;
|
|
24496
|
+
github: z.ZodOptional<z.ZodObject<{
|
|
24497
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
24498
|
+
url: z.ZodString;
|
|
24499
|
+
branch: z.ZodString;
|
|
24500
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24501
|
+
}, "strip", z.ZodTypeAny, {
|
|
24502
|
+
url: string;
|
|
24503
|
+
branch: string;
|
|
24504
|
+
credentialId?: string | undefined;
|
|
24505
|
+
relativePath?: string | undefined;
|
|
24506
|
+
}, {
|
|
24507
|
+
url: string;
|
|
24508
|
+
branch: string;
|
|
24509
|
+
credentialId?: string | undefined;
|
|
24510
|
+
relativePath?: string | null | undefined;
|
|
24511
|
+
}>>;
|
|
24512
|
+
gitlab: z.ZodOptional<z.ZodObject<{
|
|
24513
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
24514
|
+
projectId: z.ZodString;
|
|
24515
|
+
branch: z.ZodString;
|
|
24516
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24517
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24518
|
+
}, "strip", z.ZodTypeAny, {
|
|
24519
|
+
branch: string;
|
|
24520
|
+
projectId: string;
|
|
24521
|
+
url?: string | undefined;
|
|
24522
|
+
credentialId?: string | undefined;
|
|
24523
|
+
relativePath?: string | undefined;
|
|
24524
|
+
}, {
|
|
24525
|
+
branch: string;
|
|
24526
|
+
projectId: string;
|
|
24527
|
+
url?: string | null | undefined;
|
|
24528
|
+
credentialId?: string | undefined;
|
|
24529
|
+
relativePath?: string | null | undefined;
|
|
24530
|
+
}>>;
|
|
24531
|
+
documentation: z.ZodOptional<z.ZodObject<{
|
|
24532
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
24533
|
+
}, "strip", z.ZodTypeAny, {
|
|
24534
|
+
environment: "Live" | "Preview";
|
|
24535
|
+
}, {
|
|
24536
|
+
environment: "Live" | "Preview";
|
|
24537
|
+
}>>;
|
|
24538
|
+
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
24539
|
+
}, "strip", z.ZodTypeAny, {
|
|
24540
|
+
s3?: {} | undefined;
|
|
24541
|
+
azure?: {
|
|
24542
|
+
branch: string;
|
|
24543
|
+
organizationId: string;
|
|
24544
|
+
projectId: string;
|
|
24545
|
+
repositoryId: string;
|
|
24546
|
+
url?: string | undefined;
|
|
24547
|
+
credentialId?: string | undefined;
|
|
24548
|
+
relativePath?: string | undefined;
|
|
24549
|
+
} | undefined;
|
|
24550
|
+
bitbucket?: {
|
|
24551
|
+
branch: string;
|
|
24552
|
+
workspaceSlug: string;
|
|
24553
|
+
projectKey: string;
|
|
24554
|
+
repoSlug: string;
|
|
24555
|
+
credentialId?: string | undefined;
|
|
24556
|
+
relativePath?: string | undefined;
|
|
24557
|
+
} | undefined;
|
|
24558
|
+
github?: {
|
|
24559
|
+
url: string;
|
|
24560
|
+
branch: string;
|
|
24561
|
+
credentialId?: string | undefined;
|
|
24562
|
+
relativePath?: string | undefined;
|
|
24563
|
+
} | undefined;
|
|
24564
|
+
gitlab?: {
|
|
24565
|
+
branch: string;
|
|
24566
|
+
projectId: string;
|
|
24567
|
+
url?: string | undefined;
|
|
24568
|
+
credentialId?: string | undefined;
|
|
24569
|
+
relativePath?: string | undefined;
|
|
24570
|
+
} | undefined;
|
|
24571
|
+
documentation?: {
|
|
24572
|
+
environment: "Live" | "Preview";
|
|
24573
|
+
} | undefined;
|
|
24574
|
+
webhookUrl?: string | undefined;
|
|
24575
|
+
}, {
|
|
24576
|
+
s3?: {} | undefined;
|
|
24577
|
+
azure?: {
|
|
24578
|
+
branch: string;
|
|
24579
|
+
organizationId: string;
|
|
24580
|
+
projectId: string;
|
|
24581
|
+
repositoryId: string;
|
|
24582
|
+
url?: string | null | undefined;
|
|
24583
|
+
credentialId?: string | undefined;
|
|
24584
|
+
relativePath?: string | null | undefined;
|
|
24585
|
+
} | undefined;
|
|
24586
|
+
bitbucket?: {
|
|
24587
|
+
branch: string;
|
|
24588
|
+
workspaceSlug: string;
|
|
24589
|
+
projectKey: string;
|
|
24590
|
+
repoSlug: string;
|
|
24591
|
+
credentialId?: string | undefined;
|
|
24592
|
+
relativePath?: string | null | undefined;
|
|
24593
|
+
} | undefined;
|
|
24594
|
+
github?: {
|
|
24595
|
+
url: string;
|
|
24596
|
+
branch: string;
|
|
24597
|
+
credentialId?: string | undefined;
|
|
24598
|
+
relativePath?: string | null | undefined;
|
|
24599
|
+
} | undefined;
|
|
24600
|
+
gitlab?: {
|
|
24601
|
+
branch: string;
|
|
24602
|
+
projectId: string;
|
|
24603
|
+
url?: string | null | undefined;
|
|
24604
|
+
credentialId?: string | undefined;
|
|
24605
|
+
relativePath?: string | null | undefined;
|
|
24606
|
+
} | undefined;
|
|
24607
|
+
documentation?: {
|
|
24608
|
+
environment: "Live" | "Preview";
|
|
24609
|
+
} | undefined;
|
|
24610
|
+
webhookUrl?: string | undefined;
|
|
24611
|
+
}>;
|
|
24612
|
+
exporterId: z.ZodString;
|
|
24613
|
+
scheduleId: z.ZodOptional<z.ZodString>;
|
|
24614
|
+
result: z.ZodOptional<z.ZodObject<{
|
|
24615
|
+
error: z.ZodOptional<z.ZodString>;
|
|
24616
|
+
s3: z.ZodOptional<z.ZodObject<{
|
|
24617
|
+
bucket: z.ZodString;
|
|
24618
|
+
urlPrefix: z.ZodOptional<z.ZodString>;
|
|
24619
|
+
path: z.ZodString;
|
|
24620
|
+
files: z.ZodArray<z.ZodString, "many">;
|
|
24621
|
+
}, "strip", z.ZodTypeAny, {
|
|
24622
|
+
path: string;
|
|
24623
|
+
files: string[];
|
|
24624
|
+
bucket: string;
|
|
24625
|
+
urlPrefix?: string | undefined;
|
|
24626
|
+
}, {
|
|
24627
|
+
path: string;
|
|
24628
|
+
files: string[];
|
|
24629
|
+
bucket: string;
|
|
24630
|
+
urlPrefix?: string | undefined;
|
|
24631
|
+
}>>;
|
|
24632
|
+
github: z.ZodOptional<z.ZodObject<{
|
|
24633
|
+
pullRequestUrl: z.ZodString;
|
|
24634
|
+
}, "strip", z.ZodTypeAny, {
|
|
24635
|
+
pullRequestUrl: string;
|
|
24636
|
+
}, {
|
|
24637
|
+
pullRequestUrl: string;
|
|
24638
|
+
}>>;
|
|
24639
|
+
azure: z.ZodOptional<z.ZodObject<{
|
|
24640
|
+
pullRequestUrl: z.ZodString;
|
|
24641
|
+
}, "strip", z.ZodTypeAny, {
|
|
24642
|
+
pullRequestUrl: string;
|
|
24643
|
+
}, {
|
|
24644
|
+
pullRequestUrl: string;
|
|
24645
|
+
}>>;
|
|
24646
|
+
gitlab: z.ZodOptional<z.ZodObject<{
|
|
24647
|
+
pullRequestUrl: z.ZodString;
|
|
24648
|
+
}, "strip", z.ZodTypeAny, {
|
|
24649
|
+
pullRequestUrl: string;
|
|
24650
|
+
}, {
|
|
24651
|
+
pullRequestUrl: string;
|
|
24652
|
+
}>>;
|
|
24653
|
+
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24654
|
+
pullRequestUrl: z.ZodString;
|
|
24655
|
+
}, "strip", z.ZodTypeAny, {
|
|
24656
|
+
pullRequestUrl: string;
|
|
24657
|
+
}, {
|
|
24658
|
+
pullRequestUrl: string;
|
|
24659
|
+
}>>;
|
|
24660
|
+
sndocs: z.ZodOptional<z.ZodObject<{
|
|
24661
|
+
url: z.ZodString;
|
|
24662
|
+
}, "strip", z.ZodTypeAny, {
|
|
24663
|
+
url: string;
|
|
24664
|
+
}, {
|
|
24665
|
+
url: string;
|
|
24666
|
+
}>>;
|
|
24667
|
+
}, "strip", z.ZodTypeAny, {
|
|
24668
|
+
error?: string | undefined;
|
|
24669
|
+
github?: {
|
|
24670
|
+
pullRequestUrl: string;
|
|
24671
|
+
} | undefined;
|
|
24672
|
+
azure?: {
|
|
24673
|
+
pullRequestUrl: string;
|
|
24674
|
+
} | undefined;
|
|
24675
|
+
gitlab?: {
|
|
24676
|
+
pullRequestUrl: string;
|
|
24677
|
+
} | undefined;
|
|
24678
|
+
bitbucket?: {
|
|
24679
|
+
pullRequestUrl: string;
|
|
24680
|
+
} | undefined;
|
|
24681
|
+
s3?: {
|
|
24682
|
+
path: string;
|
|
24683
|
+
files: string[];
|
|
24684
|
+
bucket: string;
|
|
24685
|
+
urlPrefix?: string | undefined;
|
|
24686
|
+
} | undefined;
|
|
24687
|
+
sndocs?: {
|
|
24688
|
+
url: string;
|
|
24689
|
+
} | undefined;
|
|
24690
|
+
}, {
|
|
24691
|
+
error?: string | undefined;
|
|
24692
|
+
github?: {
|
|
24693
|
+
pullRequestUrl: string;
|
|
24694
|
+
} | undefined;
|
|
24695
|
+
azure?: {
|
|
24696
|
+
pullRequestUrl: string;
|
|
24697
|
+
} | undefined;
|
|
24698
|
+
gitlab?: {
|
|
24699
|
+
pullRequestUrl: string;
|
|
24700
|
+
} | undefined;
|
|
24701
|
+
bitbucket?: {
|
|
24702
|
+
pullRequestUrl: string;
|
|
24703
|
+
} | undefined;
|
|
24704
|
+
s3?: {
|
|
24705
|
+
path: string;
|
|
24706
|
+
files: string[];
|
|
24707
|
+
bucket: string;
|
|
24708
|
+
urlPrefix?: string | undefined;
|
|
24709
|
+
} | undefined;
|
|
24710
|
+
sndocs?: {
|
|
24711
|
+
url: string;
|
|
24712
|
+
} | undefined;
|
|
24713
|
+
}>>;
|
|
24714
|
+
}, "strip", z.ZodTypeAny, {
|
|
24715
|
+
id: string;
|
|
24716
|
+
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24717
|
+
createdAt: Date;
|
|
24718
|
+
exporterId: string;
|
|
24719
|
+
destinations: {
|
|
24720
|
+
s3?: {} | undefined;
|
|
24721
|
+
azure?: {
|
|
24722
|
+
branch: string;
|
|
24723
|
+
organizationId: string;
|
|
24724
|
+
projectId: string;
|
|
24725
|
+
repositoryId: string;
|
|
24726
|
+
url?: string | undefined;
|
|
24727
|
+
credentialId?: string | undefined;
|
|
24728
|
+
relativePath?: string | undefined;
|
|
24729
|
+
} | undefined;
|
|
24730
|
+
bitbucket?: {
|
|
24731
|
+
branch: string;
|
|
24732
|
+
workspaceSlug: string;
|
|
24733
|
+
projectKey: string;
|
|
24734
|
+
repoSlug: string;
|
|
24735
|
+
credentialId?: string | undefined;
|
|
24736
|
+
relativePath?: string | undefined;
|
|
24737
|
+
} | undefined;
|
|
24738
|
+
github?: {
|
|
24739
|
+
url: string;
|
|
24740
|
+
branch: string;
|
|
24741
|
+
credentialId?: string | undefined;
|
|
24742
|
+
relativePath?: string | undefined;
|
|
24743
|
+
} | undefined;
|
|
24744
|
+
gitlab?: {
|
|
24745
|
+
branch: string;
|
|
24746
|
+
projectId: string;
|
|
24747
|
+
url?: string | undefined;
|
|
24748
|
+
credentialId?: string | undefined;
|
|
24749
|
+
relativePath?: string | undefined;
|
|
24750
|
+
} | undefined;
|
|
24751
|
+
documentation?: {
|
|
24752
|
+
environment: "Live" | "Preview";
|
|
24753
|
+
} | undefined;
|
|
24754
|
+
webhookUrl?: string | undefined;
|
|
24755
|
+
};
|
|
24756
|
+
designSystemVersion: {
|
|
24757
|
+
id: string;
|
|
24758
|
+
meta: {
|
|
24759
|
+
name: string;
|
|
24760
|
+
description?: string | undefined;
|
|
24761
|
+
};
|
|
24762
|
+
version: string;
|
|
24763
|
+
isReadonly: boolean;
|
|
24764
|
+
};
|
|
24765
|
+
designSystem: {
|
|
24766
|
+
id: string;
|
|
24767
|
+
meta: {
|
|
24768
|
+
name: string;
|
|
24769
|
+
description?: string | undefined;
|
|
24770
|
+
};
|
|
24771
|
+
};
|
|
24772
|
+
finishedAt?: Date | undefined;
|
|
24773
|
+
index?: number | undefined;
|
|
24774
|
+
estimatedExecutionTime?: number | undefined;
|
|
24775
|
+
createdBy?: {
|
|
24776
|
+
userId: string;
|
|
24777
|
+
userName: string;
|
|
24778
|
+
} | undefined;
|
|
24779
|
+
scheduleId?: string | undefined;
|
|
24780
|
+
result?: {
|
|
24781
|
+
error?: string | undefined;
|
|
24782
|
+
github?: {
|
|
24783
|
+
pullRequestUrl: string;
|
|
24784
|
+
} | undefined;
|
|
24785
|
+
azure?: {
|
|
24786
|
+
pullRequestUrl: string;
|
|
24787
|
+
} | undefined;
|
|
24788
|
+
gitlab?: {
|
|
24789
|
+
pullRequestUrl: string;
|
|
24790
|
+
} | undefined;
|
|
24791
|
+
bitbucket?: {
|
|
24792
|
+
pullRequestUrl: string;
|
|
24793
|
+
} | undefined;
|
|
24794
|
+
s3?: {
|
|
24795
|
+
path: string;
|
|
24796
|
+
files: string[];
|
|
24797
|
+
bucket: string;
|
|
24798
|
+
urlPrefix?: string | undefined;
|
|
24799
|
+
} | undefined;
|
|
24800
|
+
sndocs?: {
|
|
24801
|
+
url: string;
|
|
24802
|
+
} | undefined;
|
|
24803
|
+
} | undefined;
|
|
24804
|
+
}, {
|
|
24805
|
+
id: string;
|
|
24806
|
+
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24807
|
+
createdAt: Date;
|
|
24808
|
+
exporterId: string;
|
|
24809
|
+
destinations: {
|
|
24810
|
+
s3?: {} | undefined;
|
|
24811
|
+
azure?: {
|
|
24812
|
+
branch: string;
|
|
24813
|
+
organizationId: string;
|
|
24814
|
+
projectId: string;
|
|
24815
|
+
repositoryId: string;
|
|
24816
|
+
url?: string | null | undefined;
|
|
24817
|
+
credentialId?: string | undefined;
|
|
24818
|
+
relativePath?: string | null | undefined;
|
|
24819
|
+
} | undefined;
|
|
24820
|
+
bitbucket?: {
|
|
24821
|
+
branch: string;
|
|
24822
|
+
workspaceSlug: string;
|
|
24823
|
+
projectKey: string;
|
|
24824
|
+
repoSlug: string;
|
|
24825
|
+
credentialId?: string | undefined;
|
|
24826
|
+
relativePath?: string | null | undefined;
|
|
24827
|
+
} | undefined;
|
|
24828
|
+
github?: {
|
|
24829
|
+
url: string;
|
|
24830
|
+
branch: string;
|
|
24831
|
+
credentialId?: string | undefined;
|
|
24832
|
+
relativePath?: string | null | undefined;
|
|
24833
|
+
} | undefined;
|
|
24834
|
+
gitlab?: {
|
|
24835
|
+
branch: string;
|
|
24836
|
+
projectId: string;
|
|
24837
|
+
url?: string | null | undefined;
|
|
24838
|
+
credentialId?: string | undefined;
|
|
24839
|
+
relativePath?: string | null | undefined;
|
|
24840
|
+
} | undefined;
|
|
24841
|
+
documentation?: {
|
|
24842
|
+
environment: "Live" | "Preview";
|
|
24843
|
+
} | undefined;
|
|
24844
|
+
webhookUrl?: string | undefined;
|
|
24845
|
+
};
|
|
24846
|
+
designSystemVersion: {
|
|
24847
|
+
id: string;
|
|
24848
|
+
meta: {
|
|
24849
|
+
name: string;
|
|
24850
|
+
description?: string | undefined;
|
|
24851
|
+
};
|
|
24852
|
+
version: string;
|
|
24853
|
+
isReadonly: boolean;
|
|
24854
|
+
};
|
|
24855
|
+
designSystem: {
|
|
24856
|
+
id: string;
|
|
24857
|
+
meta: {
|
|
24858
|
+
name: string;
|
|
24859
|
+
description?: string | undefined;
|
|
24860
|
+
};
|
|
24861
|
+
};
|
|
24862
|
+
finishedAt?: Date | undefined;
|
|
24863
|
+
index?: number | undefined;
|
|
24864
|
+
estimatedExecutionTime?: number | undefined;
|
|
24865
|
+
createdBy?: {
|
|
24866
|
+
userId: string;
|
|
24867
|
+
userName: string;
|
|
24868
|
+
} | undefined;
|
|
24869
|
+
scheduleId?: string | undefined;
|
|
24870
|
+
result?: {
|
|
24871
|
+
error?: string | undefined;
|
|
24872
|
+
github?: {
|
|
24873
|
+
pullRequestUrl: string;
|
|
24874
|
+
} | undefined;
|
|
24875
|
+
azure?: {
|
|
24876
|
+
pullRequestUrl: string;
|
|
24877
|
+
} | undefined;
|
|
24878
|
+
gitlab?: {
|
|
24879
|
+
pullRequestUrl: string;
|
|
24880
|
+
} | undefined;
|
|
24881
|
+
bitbucket?: {
|
|
24882
|
+
pullRequestUrl: string;
|
|
24883
|
+
} | undefined;
|
|
24884
|
+
s3?: {
|
|
24885
|
+
path: string;
|
|
24886
|
+
files: string[];
|
|
24887
|
+
bucket: string;
|
|
24888
|
+
urlPrefix?: string | undefined;
|
|
24889
|
+
} | undefined;
|
|
24890
|
+
sndocs?: {
|
|
24891
|
+
url: string;
|
|
24892
|
+
} | undefined;
|
|
24893
|
+
} | undefined;
|
|
24894
|
+
}>;
|
|
24895
|
+
}, "strip", z.ZodTypeAny, {
|
|
24896
|
+
job: {
|
|
24897
|
+
id: string;
|
|
24898
|
+
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24899
|
+
createdAt: Date;
|
|
24900
|
+
exporterId: string;
|
|
24901
|
+
destinations: {
|
|
24902
|
+
s3?: {} | undefined;
|
|
24903
|
+
azure?: {
|
|
24904
|
+
branch: string;
|
|
24905
|
+
organizationId: string;
|
|
24906
|
+
projectId: string;
|
|
24907
|
+
repositoryId: string;
|
|
24908
|
+
url?: string | undefined;
|
|
24909
|
+
credentialId?: string | undefined;
|
|
24910
|
+
relativePath?: string | undefined;
|
|
24911
|
+
} | undefined;
|
|
24912
|
+
bitbucket?: {
|
|
24913
|
+
branch: string;
|
|
24914
|
+
workspaceSlug: string;
|
|
24915
|
+
projectKey: string;
|
|
24916
|
+
repoSlug: string;
|
|
24917
|
+
credentialId?: string | undefined;
|
|
24918
|
+
relativePath?: string | undefined;
|
|
24919
|
+
} | undefined;
|
|
24920
|
+
github?: {
|
|
24921
|
+
url: string;
|
|
24922
|
+
branch: string;
|
|
24923
|
+
credentialId?: string | undefined;
|
|
24924
|
+
relativePath?: string | undefined;
|
|
24925
|
+
} | undefined;
|
|
24926
|
+
gitlab?: {
|
|
24927
|
+
branch: string;
|
|
24928
|
+
projectId: string;
|
|
24929
|
+
url?: string | undefined;
|
|
24930
|
+
credentialId?: string | undefined;
|
|
24931
|
+
relativePath?: string | undefined;
|
|
24932
|
+
} | undefined;
|
|
24933
|
+
documentation?: {
|
|
24934
|
+
environment: "Live" | "Preview";
|
|
24935
|
+
} | undefined;
|
|
24936
|
+
webhookUrl?: string | undefined;
|
|
24937
|
+
};
|
|
24938
|
+
designSystemVersion: {
|
|
24939
|
+
id: string;
|
|
24940
|
+
meta: {
|
|
24941
|
+
name: string;
|
|
24942
|
+
description?: string | undefined;
|
|
24943
|
+
};
|
|
24944
|
+
version: string;
|
|
24945
|
+
isReadonly: boolean;
|
|
24946
|
+
};
|
|
24947
|
+
designSystem: {
|
|
24948
|
+
id: string;
|
|
24949
|
+
meta: {
|
|
24950
|
+
name: string;
|
|
24951
|
+
description?: string | undefined;
|
|
24952
|
+
};
|
|
24953
|
+
};
|
|
24954
|
+
finishedAt?: Date | undefined;
|
|
24955
|
+
index?: number | undefined;
|
|
24956
|
+
estimatedExecutionTime?: number | undefined;
|
|
24957
|
+
createdBy?: {
|
|
24958
|
+
userId: string;
|
|
24959
|
+
userName: string;
|
|
24960
|
+
} | undefined;
|
|
24961
|
+
scheduleId?: string | undefined;
|
|
24962
|
+
result?: {
|
|
24963
|
+
error?: string | undefined;
|
|
24964
|
+
github?: {
|
|
24965
|
+
pullRequestUrl: string;
|
|
24966
|
+
} | undefined;
|
|
24967
|
+
azure?: {
|
|
24968
|
+
pullRequestUrl: string;
|
|
24969
|
+
} | undefined;
|
|
24970
|
+
gitlab?: {
|
|
24971
|
+
pullRequestUrl: string;
|
|
24972
|
+
} | undefined;
|
|
24973
|
+
bitbucket?: {
|
|
24974
|
+
pullRequestUrl: string;
|
|
24975
|
+
} | undefined;
|
|
24976
|
+
s3?: {
|
|
24977
|
+
path: string;
|
|
24978
|
+
files: string[];
|
|
24979
|
+
bucket: string;
|
|
24980
|
+
urlPrefix?: string | undefined;
|
|
24981
|
+
} | undefined;
|
|
24982
|
+
sndocs?: {
|
|
24983
|
+
url: string;
|
|
24984
|
+
} | undefined;
|
|
24985
|
+
} | undefined;
|
|
24986
|
+
};
|
|
24987
|
+
}, {
|
|
24988
|
+
job: {
|
|
24989
|
+
id: string;
|
|
24990
|
+
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24991
|
+
createdAt: Date;
|
|
24992
|
+
exporterId: string;
|
|
24993
|
+
destinations: {
|
|
24994
|
+
s3?: {} | undefined;
|
|
24995
|
+
azure?: {
|
|
24996
|
+
branch: string;
|
|
24997
|
+
organizationId: string;
|
|
24998
|
+
projectId: string;
|
|
24999
|
+
repositoryId: string;
|
|
25000
|
+
url?: string | null | undefined;
|
|
25001
|
+
credentialId?: string | undefined;
|
|
25002
|
+
relativePath?: string | null | undefined;
|
|
25003
|
+
} | undefined;
|
|
25004
|
+
bitbucket?: {
|
|
25005
|
+
branch: string;
|
|
25006
|
+
workspaceSlug: string;
|
|
25007
|
+
projectKey: string;
|
|
25008
|
+
repoSlug: string;
|
|
25009
|
+
credentialId?: string | undefined;
|
|
25010
|
+
relativePath?: string | null | undefined;
|
|
25011
|
+
} | undefined;
|
|
25012
|
+
github?: {
|
|
25013
|
+
url: string;
|
|
25014
|
+
branch: string;
|
|
25015
|
+
credentialId?: string | undefined;
|
|
25016
|
+
relativePath?: string | null | undefined;
|
|
25017
|
+
} | undefined;
|
|
25018
|
+
gitlab?: {
|
|
25019
|
+
branch: string;
|
|
25020
|
+
projectId: string;
|
|
25021
|
+
url?: string | null | undefined;
|
|
25022
|
+
credentialId?: string | undefined;
|
|
25023
|
+
relativePath?: string | null | undefined;
|
|
25024
|
+
} | undefined;
|
|
25025
|
+
documentation?: {
|
|
25026
|
+
environment: "Live" | "Preview";
|
|
25027
|
+
} | undefined;
|
|
25028
|
+
webhookUrl?: string | undefined;
|
|
25029
|
+
};
|
|
25030
|
+
designSystemVersion: {
|
|
25031
|
+
id: string;
|
|
25032
|
+
meta: {
|
|
25033
|
+
name: string;
|
|
25034
|
+
description?: string | undefined;
|
|
25035
|
+
};
|
|
25036
|
+
version: string;
|
|
25037
|
+
isReadonly: boolean;
|
|
25038
|
+
};
|
|
25039
|
+
designSystem: {
|
|
25040
|
+
id: string;
|
|
25041
|
+
meta: {
|
|
25042
|
+
name: string;
|
|
25043
|
+
description?: string | undefined;
|
|
25044
|
+
};
|
|
25045
|
+
};
|
|
25046
|
+
finishedAt?: Date | undefined;
|
|
25047
|
+
index?: number | undefined;
|
|
25048
|
+
estimatedExecutionTime?: number | undefined;
|
|
25049
|
+
createdBy?: {
|
|
25050
|
+
userId: string;
|
|
25051
|
+
userName: string;
|
|
25052
|
+
} | undefined;
|
|
25053
|
+
scheduleId?: string | undefined;
|
|
25054
|
+
result?: {
|
|
25055
|
+
error?: string | undefined;
|
|
25056
|
+
github?: {
|
|
25057
|
+
pullRequestUrl: string;
|
|
25058
|
+
} | undefined;
|
|
25059
|
+
azure?: {
|
|
25060
|
+
pullRequestUrl: string;
|
|
25061
|
+
} | undefined;
|
|
25062
|
+
gitlab?: {
|
|
25063
|
+
pullRequestUrl: string;
|
|
25064
|
+
} | undefined;
|
|
25065
|
+
bitbucket?: {
|
|
25066
|
+
pullRequestUrl: string;
|
|
25067
|
+
} | undefined;
|
|
25068
|
+
s3?: {
|
|
25069
|
+
path: string;
|
|
25070
|
+
files: string[];
|
|
25071
|
+
bucket: string;
|
|
25072
|
+
urlPrefix?: string | undefined;
|
|
25073
|
+
} | undefined;
|
|
25074
|
+
sndocs?: {
|
|
25075
|
+
url: string;
|
|
25076
|
+
} | undefined;
|
|
25077
|
+
} | undefined;
|
|
25078
|
+
};
|
|
25079
|
+
}>;
|
|
25080
|
+
type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
|
|
25081
|
+
|
|
25082
|
+
declare const DTOPipeline: z.ZodObject<{
|
|
25083
|
+
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
25084
|
+
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
25085
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
25086
|
+
}, "strip", z.ZodTypeAny, {
|
|
25087
|
+
environment: "Live" | "Preview";
|
|
25088
|
+
}, {
|
|
25089
|
+
environment: "Live" | "Preview";
|
|
25090
|
+
}>>;
|
|
25091
|
+
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
25092
|
+
destinationGithub: z.ZodOptional<z.ZodObject<{
|
|
25093
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
25094
|
+
url: z.ZodString;
|
|
25095
|
+
branch: z.ZodString;
|
|
25096
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25097
|
+
}, "strip", z.ZodTypeAny, {
|
|
25098
|
+
url: string;
|
|
25099
|
+
branch: string;
|
|
25100
|
+
credentialId?: string | undefined;
|
|
25101
|
+
relativePath?: string | undefined;
|
|
25102
|
+
}, {
|
|
25103
|
+
url: string;
|
|
25104
|
+
branch: string;
|
|
25105
|
+
credentialId?: string | undefined;
|
|
25106
|
+
relativePath?: string | null | undefined;
|
|
25107
|
+
}>>;
|
|
25108
|
+
destinationAzure: z.ZodOptional<z.ZodObject<{
|
|
25109
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
25110
|
+
organizationId: z.ZodString;
|
|
25111
|
+
projectId: z.ZodString;
|
|
25112
|
+
repositoryId: z.ZodString;
|
|
25113
|
+
branch: z.ZodString;
|
|
25114
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25115
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25116
|
+
}, "strip", z.ZodTypeAny, {
|
|
25117
|
+
branch: string;
|
|
25118
|
+
organizationId: string;
|
|
25119
|
+
projectId: string;
|
|
25120
|
+
repositoryId: string;
|
|
25121
|
+
url?: string | undefined;
|
|
25122
|
+
credentialId?: string | undefined;
|
|
25123
|
+
relativePath?: string | undefined;
|
|
25124
|
+
}, {
|
|
25125
|
+
branch: string;
|
|
25126
|
+
organizationId: string;
|
|
25127
|
+
projectId: string;
|
|
25128
|
+
repositoryId: string;
|
|
25129
|
+
url?: string | null | undefined;
|
|
25130
|
+
credentialId?: string | undefined;
|
|
25131
|
+
relativePath?: string | null | undefined;
|
|
25132
|
+
}>>;
|
|
25133
|
+
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
25134
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
25135
|
+
projectId: z.ZodString;
|
|
25136
|
+
branch: z.ZodString;
|
|
25137
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25138
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25139
|
+
}, "strip", z.ZodTypeAny, {
|
|
25140
|
+
branch: string;
|
|
25141
|
+
projectId: string;
|
|
25142
|
+
url?: string | undefined;
|
|
25143
|
+
credentialId?: string | undefined;
|
|
25144
|
+
relativePath?: string | undefined;
|
|
25145
|
+
}, {
|
|
25146
|
+
branch: string;
|
|
25147
|
+
projectId: string;
|
|
25148
|
+
url?: string | null | undefined;
|
|
25149
|
+
credentialId?: string | undefined;
|
|
25150
|
+
relativePath?: string | null | undefined;
|
|
25151
|
+
}>>;
|
|
25152
|
+
destinationBitbucket: z.ZodOptional<z.ZodObject<{
|
|
25153
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
25154
|
+
workspaceSlug: z.ZodString;
|
|
25155
|
+
projectKey: z.ZodString;
|
|
25156
|
+
repoSlug: z.ZodString;
|
|
25157
|
+
branch: z.ZodString;
|
|
25158
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25159
|
+
}, "strip", z.ZodTypeAny, {
|
|
25160
|
+
branch: string;
|
|
25161
|
+
workspaceSlug: string;
|
|
25162
|
+
projectKey: string;
|
|
25163
|
+
repoSlug: string;
|
|
25164
|
+
credentialId?: string | undefined;
|
|
25165
|
+
relativePath?: string | undefined;
|
|
25166
|
+
}, {
|
|
25167
|
+
branch: string;
|
|
25168
|
+
workspaceSlug: string;
|
|
25169
|
+
projectKey: string;
|
|
25170
|
+
repoSlug: string;
|
|
25171
|
+
credentialId?: string | undefined;
|
|
25172
|
+
relativePath?: string | null | undefined;
|
|
25173
|
+
}>>;
|
|
25174
|
+
id: z.ZodString;
|
|
25175
|
+
name: z.ZodString;
|
|
25176
|
+
eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
|
|
25177
|
+
isEnabled: z.ZodBoolean;
|
|
25178
|
+
workspaceId: z.ZodString;
|
|
25179
|
+
designSystemId: z.ZodString;
|
|
25180
|
+
exporterId: z.ZodString;
|
|
25181
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
25182
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
25183
|
+
}, "strip", z.ZodTypeAny, {
|
|
25184
|
+
id: string;
|
|
25185
|
+
workspaceId: string;
|
|
25186
|
+
name: string;
|
|
25187
|
+
exporterId: string;
|
|
25188
|
+
designSystemId: string;
|
|
25189
|
+
isEnabled: boolean;
|
|
25190
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
25191
|
+
brandPersistentId?: string | undefined;
|
|
25192
|
+
themePersistentId?: string | undefined;
|
|
25193
|
+
webhookUrl?: string | undefined;
|
|
25194
|
+
destinationSnDocs?: {
|
|
25195
|
+
environment: "Live" | "Preview";
|
|
25196
|
+
} | undefined;
|
|
25197
|
+
destinationS3?: {} | undefined;
|
|
25198
|
+
destinationGithub?: {
|
|
25199
|
+
url: string;
|
|
25200
|
+
branch: string;
|
|
25201
|
+
credentialId?: string | undefined;
|
|
25202
|
+
relativePath?: string | undefined;
|
|
25203
|
+
} | undefined;
|
|
25204
|
+
destinationAzure?: {
|
|
25205
|
+
branch: string;
|
|
25206
|
+
organizationId: string;
|
|
25207
|
+
projectId: string;
|
|
25208
|
+
repositoryId: string;
|
|
25209
|
+
url?: string | undefined;
|
|
25210
|
+
credentialId?: string | undefined;
|
|
25211
|
+
relativePath?: string | undefined;
|
|
25212
|
+
} | undefined;
|
|
25213
|
+
destinationGitlab?: {
|
|
25214
|
+
branch: string;
|
|
25215
|
+
projectId: string;
|
|
25216
|
+
url?: string | undefined;
|
|
25217
|
+
credentialId?: string | undefined;
|
|
25218
|
+
relativePath?: string | undefined;
|
|
25219
|
+
} | undefined;
|
|
25220
|
+
destinationBitbucket?: {
|
|
25221
|
+
branch: string;
|
|
25222
|
+
workspaceSlug: string;
|
|
25223
|
+
projectKey: string;
|
|
25224
|
+
repoSlug: string;
|
|
25225
|
+
credentialId?: string | undefined;
|
|
25226
|
+
relativePath?: string | undefined;
|
|
25227
|
+
} | undefined;
|
|
25228
|
+
}, {
|
|
25229
|
+
id: string;
|
|
25230
|
+
workspaceId: string;
|
|
25231
|
+
name: string;
|
|
25232
|
+
exporterId: string;
|
|
25233
|
+
designSystemId: string;
|
|
25234
|
+
isEnabled: boolean;
|
|
25235
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
25236
|
+
brandPersistentId?: string | undefined;
|
|
25237
|
+
themePersistentId?: string | undefined;
|
|
25238
|
+
webhookUrl?: string | undefined;
|
|
25239
|
+
destinationSnDocs?: {
|
|
25240
|
+
environment: "Live" | "Preview";
|
|
25241
|
+
} | undefined;
|
|
25242
|
+
destinationS3?: {} | undefined;
|
|
25243
|
+
destinationGithub?: {
|
|
25244
|
+
url: string;
|
|
25245
|
+
branch: string;
|
|
25246
|
+
credentialId?: string | undefined;
|
|
25247
|
+
relativePath?: string | null | undefined;
|
|
25248
|
+
} | undefined;
|
|
25249
|
+
destinationAzure?: {
|
|
25250
|
+
branch: string;
|
|
25251
|
+
organizationId: string;
|
|
25252
|
+
projectId: string;
|
|
25253
|
+
repositoryId: string;
|
|
25254
|
+
url?: string | null | undefined;
|
|
25255
|
+
credentialId?: string | undefined;
|
|
25256
|
+
relativePath?: string | null | undefined;
|
|
25257
|
+
} | undefined;
|
|
25258
|
+
destinationGitlab?: {
|
|
25259
|
+
branch: string;
|
|
25260
|
+
projectId: string;
|
|
25261
|
+
url?: string | null | undefined;
|
|
25262
|
+
credentialId?: string | undefined;
|
|
25263
|
+
relativePath?: string | null | undefined;
|
|
25264
|
+
} | undefined;
|
|
25265
|
+
destinationBitbucket?: {
|
|
25266
|
+
branch: string;
|
|
25267
|
+
workspaceSlug: string;
|
|
25268
|
+
projectKey: string;
|
|
25269
|
+
repoSlug: string;
|
|
25270
|
+
credentialId?: string | undefined;
|
|
25271
|
+
relativePath?: string | null | undefined;
|
|
25272
|
+
} | undefined;
|
|
25273
|
+
}>;
|
|
25274
|
+
type DTOPipeline = z.infer<typeof DTOPipeline>;
|
|
23678
25275
|
|
|
23679
25276
|
declare const DTOLiveblocksAuthResponse: z.ZodObject<{
|
|
23680
25277
|
token: z.ZodString;
|
|
@@ -25969,7 +27566,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
25969
27566
|
enabledScopes: string[];
|
|
25970
27567
|
bypassProxy: boolean;
|
|
25971
27568
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
25972
|
-
authType: "Custom" | "
|
|
27569
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
25973
27570
|
registryUrl: string;
|
|
25974
27571
|
proxyUrl: string;
|
|
25975
27572
|
customRegistryUrl?: string | undefined;
|
|
@@ -25980,7 +27577,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
25980
27577
|
enabledScopes: string[];
|
|
25981
27578
|
bypassProxy: boolean;
|
|
25982
27579
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
25983
|
-
authType: "Custom" | "
|
|
27580
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
25984
27581
|
registryUrl: string;
|
|
25985
27582
|
proxyUrl: string;
|
|
25986
27583
|
customRegistryUrl?: string | undefined;
|
|
@@ -26144,7 +27741,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26144
27741
|
enabledScopes: string[];
|
|
26145
27742
|
bypassProxy: boolean;
|
|
26146
27743
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26147
|
-
authType: "Custom" | "
|
|
27744
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26148
27745
|
registryUrl: string;
|
|
26149
27746
|
proxyUrl: string;
|
|
26150
27747
|
customRegistryUrl?: string | undefined;
|
|
@@ -26308,7 +27905,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26308
27905
|
enabledScopes: string[];
|
|
26309
27906
|
bypassProxy: boolean;
|
|
26310
27907
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26311
|
-
authType: "Custom" | "
|
|
27908
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26312
27909
|
registryUrl: string;
|
|
26313
27910
|
proxyUrl: string;
|
|
26314
27911
|
customRegistryUrl?: string | undefined;
|
|
@@ -26320,6 +27917,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26320
27917
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
|
|
26321
27918
|
effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
|
|
26322
27919
|
}, "strip", z.ZodTypeAny, {
|
|
27920
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26323
27921
|
workspace: {
|
|
26324
27922
|
id: string;
|
|
26325
27923
|
profile: {
|
|
@@ -26476,7 +28074,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26476
28074
|
enabledScopes: string[];
|
|
26477
28075
|
bypassProxy: boolean;
|
|
26478
28076
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26479
|
-
authType: "Custom" | "
|
|
28077
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26480
28078
|
registryUrl: string;
|
|
26481
28079
|
proxyUrl: string;
|
|
26482
28080
|
customRegistryUrl?: string | undefined;
|
|
@@ -26485,9 +28083,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26485
28083
|
password?: string | undefined;
|
|
26486
28084
|
} | undefined;
|
|
26487
28085
|
};
|
|
26488
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26489
28086
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26490
28087
|
}, {
|
|
28088
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26491
28089
|
workspace: {
|
|
26492
28090
|
id: string;
|
|
26493
28091
|
profile: {
|
|
@@ -26644,7 +28242,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26644
28242
|
enabledScopes: string[];
|
|
26645
28243
|
bypassProxy: boolean;
|
|
26646
28244
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26647
|
-
authType: "Custom" | "
|
|
28245
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26648
28246
|
registryUrl: string;
|
|
26649
28247
|
proxyUrl: string;
|
|
26650
28248
|
customRegistryUrl?: string | undefined;
|
|
@@ -26653,7 +28251,6 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26653
28251
|
password?: string | undefined;
|
|
26654
28252
|
} | undefined;
|
|
26655
28253
|
};
|
|
26656
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26657
28254
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
26658
28255
|
}>;
|
|
26659
28256
|
type DTOUserWorkspaceMembership = z.infer<typeof DTOUserWorkspaceMembership>;
|
|
@@ -27516,7 +29113,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
27516
29113
|
enabledScopes: string[];
|
|
27517
29114
|
bypassProxy: boolean;
|
|
27518
29115
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27519
|
-
authType: "Custom" | "
|
|
29116
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27520
29117
|
registryUrl: string;
|
|
27521
29118
|
proxyUrl: string;
|
|
27522
29119
|
customRegistryUrl?: string | undefined;
|
|
@@ -27527,7 +29124,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
27527
29124
|
enabledScopes: string[];
|
|
27528
29125
|
bypassProxy: boolean;
|
|
27529
29126
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27530
|
-
authType: "Custom" | "
|
|
29127
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27531
29128
|
registryUrl: string;
|
|
27532
29129
|
proxyUrl: string;
|
|
27533
29130
|
customRegistryUrl?: string | undefined;
|
|
@@ -27691,7 +29288,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
27691
29288
|
enabledScopes: string[];
|
|
27692
29289
|
bypassProxy: boolean;
|
|
27693
29290
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27694
|
-
authType: "Custom" | "
|
|
29291
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27695
29292
|
registryUrl: string;
|
|
27696
29293
|
proxyUrl: string;
|
|
27697
29294
|
customRegistryUrl?: string | undefined;
|
|
@@ -27855,7 +29452,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
27855
29452
|
enabledScopes: string[];
|
|
27856
29453
|
bypassProxy: boolean;
|
|
27857
29454
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27858
|
-
authType: "Custom" | "
|
|
29455
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27859
29456
|
registryUrl: string;
|
|
27860
29457
|
proxyUrl: string;
|
|
27861
29458
|
customRegistryUrl?: string | undefined;
|
|
@@ -27867,6 +29464,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
27867
29464
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
|
|
27868
29465
|
effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
|
|
27869
29466
|
}, "strip", z.ZodTypeAny, {
|
|
29467
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
27870
29468
|
workspace: {
|
|
27871
29469
|
id: string;
|
|
27872
29470
|
profile: {
|
|
@@ -28023,7 +29621,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28023
29621
|
enabledScopes: string[];
|
|
28024
29622
|
bypassProxy: boolean;
|
|
28025
29623
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28026
|
-
authType: "Custom" | "
|
|
29624
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28027
29625
|
registryUrl: string;
|
|
28028
29626
|
proxyUrl: string;
|
|
28029
29627
|
customRegistryUrl?: string | undefined;
|
|
@@ -28032,9 +29630,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28032
29630
|
password?: string | undefined;
|
|
28033
29631
|
} | undefined;
|
|
28034
29632
|
};
|
|
28035
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28036
29633
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28037
29634
|
}, {
|
|
29635
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28038
29636
|
workspace: {
|
|
28039
29637
|
id: string;
|
|
28040
29638
|
profile: {
|
|
@@ -28191,7 +29789,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28191
29789
|
enabledScopes: string[];
|
|
28192
29790
|
bypassProxy: boolean;
|
|
28193
29791
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28194
|
-
authType: "Custom" | "
|
|
29792
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28195
29793
|
registryUrl: string;
|
|
28196
29794
|
proxyUrl: string;
|
|
28197
29795
|
customRegistryUrl?: string | undefined;
|
|
@@ -28200,11 +29798,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28200
29798
|
password?: string | undefined;
|
|
28201
29799
|
} | undefined;
|
|
28202
29800
|
};
|
|
28203
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28204
29801
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28205
29802
|
}>, "many">;
|
|
28206
29803
|
}, "strip", z.ZodTypeAny, {
|
|
28207
29804
|
membership: {
|
|
29805
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28208
29806
|
workspace: {
|
|
28209
29807
|
id: string;
|
|
28210
29808
|
profile: {
|
|
@@ -28361,7 +29959,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28361
29959
|
enabledScopes: string[];
|
|
28362
29960
|
bypassProxy: boolean;
|
|
28363
29961
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28364
|
-
authType: "Custom" | "
|
|
29962
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28365
29963
|
registryUrl: string;
|
|
28366
29964
|
proxyUrl: string;
|
|
28367
29965
|
customRegistryUrl?: string | undefined;
|
|
@@ -28370,11 +29968,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28370
29968
|
password?: string | undefined;
|
|
28371
29969
|
} | undefined;
|
|
28372
29970
|
};
|
|
28373
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28374
29971
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28375
29972
|
}[];
|
|
28376
29973
|
}, {
|
|
28377
29974
|
membership: {
|
|
29975
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28378
29976
|
workspace: {
|
|
28379
29977
|
id: string;
|
|
28380
29978
|
profile: {
|
|
@@ -28531,7 +30129,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28531
30129
|
enabledScopes: string[];
|
|
28532
30130
|
bypassProxy: boolean;
|
|
28533
30131
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28534
|
-
authType: "Custom" | "
|
|
30132
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28535
30133
|
registryUrl: string;
|
|
28536
30134
|
proxyUrl: string;
|
|
28537
30135
|
customRegistryUrl?: string | undefined;
|
|
@@ -28540,7 +30138,6 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28540
30138
|
password?: string | undefined;
|
|
28541
30139
|
} | undefined;
|
|
28542
30140
|
};
|
|
28543
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28544
30141
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
|
|
28545
30142
|
}[];
|
|
28546
30143
|
}>;
|
|
@@ -28564,7 +30161,7 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
|
|
|
28564
30161
|
enabledScopes: string[];
|
|
28565
30162
|
bypassProxy: boolean;
|
|
28566
30163
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28567
|
-
authType: "Custom" | "
|
|
30164
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28568
30165
|
registryUrl: string;
|
|
28569
30166
|
proxyUrl: string;
|
|
28570
30167
|
customRegistryUrl?: string | undefined;
|
|
@@ -28575,7 +30172,7 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
|
|
|
28575
30172
|
enabledScopes: string[];
|
|
28576
30173
|
bypassProxy: boolean;
|
|
28577
30174
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28578
|
-
authType: "Custom" | "
|
|
30175
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28579
30176
|
registryUrl: string;
|
|
28580
30177
|
proxyUrl: string;
|
|
28581
30178
|
customRegistryUrl?: string | undefined;
|
|
@@ -29442,7 +31039,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
29442
31039
|
enabledScopes: string[];
|
|
29443
31040
|
bypassProxy: boolean;
|
|
29444
31041
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29445
|
-
authType: "Custom" | "
|
|
31042
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29446
31043
|
registryUrl: string;
|
|
29447
31044
|
proxyUrl: string;
|
|
29448
31045
|
customRegistryUrl?: string | undefined;
|
|
@@ -29453,7 +31050,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
29453
31050
|
enabledScopes: string[];
|
|
29454
31051
|
bypassProxy: boolean;
|
|
29455
31052
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29456
|
-
authType: "Custom" | "
|
|
31053
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29457
31054
|
registryUrl: string;
|
|
29458
31055
|
proxyUrl: string;
|
|
29459
31056
|
customRegistryUrl?: string | undefined;
|
|
@@ -29617,7 +31214,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
29617
31214
|
enabledScopes: string[];
|
|
29618
31215
|
bypassProxy: boolean;
|
|
29619
31216
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29620
|
-
authType: "Custom" | "
|
|
31217
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29621
31218
|
registryUrl: string;
|
|
29622
31219
|
proxyUrl: string;
|
|
29623
31220
|
customRegistryUrl?: string | undefined;
|
|
@@ -29781,7 +31378,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
29781
31378
|
enabledScopes: string[];
|
|
29782
31379
|
bypassProxy: boolean;
|
|
29783
31380
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29784
|
-
authType: "Custom" | "
|
|
31381
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29785
31382
|
registryUrl: string;
|
|
29786
31383
|
proxyUrl: string;
|
|
29787
31384
|
customRegistryUrl?: string | undefined;
|
|
@@ -29848,6 +31445,8 @@ declare function documentationPagesToStructureDTOV2(pages: DocumentationPageV2[]
|
|
|
29848
31445
|
declare function documentationPagesToDTOV2(pages: DocumentationPageV2[], groups: ElementGroup[], routingVersion: string): DTODocumentationPageV2[];
|
|
29849
31446
|
declare function documentationPagesFixedConfigurationToDTOV2(pages: DocumentationPageV2[], groups: ElementGroup[], routingVersion: string): DTODocumentationPageV2[];
|
|
29850
31447
|
|
|
31448
|
+
declare function pipelineToDto(pipeline: Pipeline): DTOPipeline;
|
|
31449
|
+
|
|
29851
31450
|
declare function gitOrganizationToDto(org: GitOrganization): DTOGitOrganization;
|
|
29852
31451
|
declare function gitProjectToDto(project: GitProject): DTOGitProject;
|
|
29853
31452
|
declare function gitRepositoryToDto(repo: GitRepository): DTOGitRepository;
|
|
@@ -30532,6 +32131,621 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
30532
32131
|
}>;
|
|
30533
32132
|
type DTOGetBlockDefinitionsOutput = z.infer<typeof DTOGetBlockDefinitionsOutput>;
|
|
30534
32133
|
|
|
32134
|
+
declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
32135
|
+
name: z.ZodString;
|
|
32136
|
+
exporterId: z.ZodString;
|
|
32137
|
+
designSystemId: z.ZodString;
|
|
32138
|
+
isEnabled: z.ZodBoolean;
|
|
32139
|
+
eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
|
|
32140
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
32141
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
32142
|
+
destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>;
|
|
32143
|
+
gitQuery: z.ZodObject<{
|
|
32144
|
+
organization: z.ZodOptional<z.ZodString>;
|
|
32145
|
+
project: z.ZodOptional<z.ZodString>;
|
|
32146
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
32147
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
32148
|
+
user: z.ZodOptional<z.ZodString>;
|
|
32149
|
+
}, "strip", z.ZodTypeAny, {
|
|
32150
|
+
organization?: string | undefined;
|
|
32151
|
+
project?: string | undefined;
|
|
32152
|
+
repository?: string | undefined;
|
|
32153
|
+
user?: string | undefined;
|
|
32154
|
+
branch?: string | undefined;
|
|
32155
|
+
}, {
|
|
32156
|
+
organization?: string | undefined;
|
|
32157
|
+
project?: string | undefined;
|
|
32158
|
+
repository?: string | undefined;
|
|
32159
|
+
user?: string | undefined;
|
|
32160
|
+
branch?: string | undefined;
|
|
32161
|
+
}>;
|
|
32162
|
+
destinations: z.ZodObject<{
|
|
32163
|
+
s3: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
32164
|
+
azure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32165
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32166
|
+
organizationId: z.ZodString;
|
|
32167
|
+
projectId: z.ZodString;
|
|
32168
|
+
repositoryId: z.ZodString;
|
|
32169
|
+
branch: z.ZodString;
|
|
32170
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32171
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32172
|
+
}, "strip", z.ZodTypeAny, {
|
|
32173
|
+
branch: string;
|
|
32174
|
+
organizationId: string;
|
|
32175
|
+
projectId: string;
|
|
32176
|
+
repositoryId: string;
|
|
32177
|
+
url?: string | undefined;
|
|
32178
|
+
credentialId?: string | undefined;
|
|
32179
|
+
relativePath?: string | undefined;
|
|
32180
|
+
}, {
|
|
32181
|
+
branch: string;
|
|
32182
|
+
organizationId: string;
|
|
32183
|
+
projectId: string;
|
|
32184
|
+
repositoryId: string;
|
|
32185
|
+
url?: string | null | undefined;
|
|
32186
|
+
credentialId?: string | undefined;
|
|
32187
|
+
relativePath?: string | null | undefined;
|
|
32188
|
+
}>>>;
|
|
32189
|
+
bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32190
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32191
|
+
workspaceSlug: z.ZodString;
|
|
32192
|
+
projectKey: z.ZodString;
|
|
32193
|
+
repoSlug: z.ZodString;
|
|
32194
|
+
branch: z.ZodString;
|
|
32195
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32196
|
+
}, "strip", z.ZodTypeAny, {
|
|
32197
|
+
branch: string;
|
|
32198
|
+
workspaceSlug: string;
|
|
32199
|
+
projectKey: string;
|
|
32200
|
+
repoSlug: string;
|
|
32201
|
+
credentialId?: string | undefined;
|
|
32202
|
+
relativePath?: string | undefined;
|
|
32203
|
+
}, {
|
|
32204
|
+
branch: string;
|
|
32205
|
+
workspaceSlug: string;
|
|
32206
|
+
projectKey: string;
|
|
32207
|
+
repoSlug: string;
|
|
32208
|
+
credentialId?: string | undefined;
|
|
32209
|
+
relativePath?: string | null | undefined;
|
|
32210
|
+
}>>>;
|
|
32211
|
+
github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32212
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32213
|
+
url: z.ZodString;
|
|
32214
|
+
branch: z.ZodString;
|
|
32215
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32216
|
+
}, "strip", z.ZodTypeAny, {
|
|
32217
|
+
url: string;
|
|
32218
|
+
branch: string;
|
|
32219
|
+
credentialId?: string | undefined;
|
|
32220
|
+
relativePath?: string | undefined;
|
|
32221
|
+
}, {
|
|
32222
|
+
url: string;
|
|
32223
|
+
branch: string;
|
|
32224
|
+
credentialId?: string | undefined;
|
|
32225
|
+
relativePath?: string | null | undefined;
|
|
32226
|
+
}>>>;
|
|
32227
|
+
gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32228
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32229
|
+
projectId: z.ZodString;
|
|
32230
|
+
branch: z.ZodString;
|
|
32231
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32232
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32233
|
+
}, "strip", z.ZodTypeAny, {
|
|
32234
|
+
branch: string;
|
|
32235
|
+
projectId: string;
|
|
32236
|
+
url?: string | undefined;
|
|
32237
|
+
credentialId?: string | undefined;
|
|
32238
|
+
relativePath?: string | undefined;
|
|
32239
|
+
}, {
|
|
32240
|
+
branch: string;
|
|
32241
|
+
projectId: string;
|
|
32242
|
+
url?: string | null | undefined;
|
|
32243
|
+
credentialId?: string | undefined;
|
|
32244
|
+
relativePath?: string | null | undefined;
|
|
32245
|
+
}>>>;
|
|
32246
|
+
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32247
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
32248
|
+
}, "strip", z.ZodTypeAny, {
|
|
32249
|
+
environment: "Live" | "Preview";
|
|
32250
|
+
}, {
|
|
32251
|
+
environment: "Live" | "Preview";
|
|
32252
|
+
}>>>;
|
|
32253
|
+
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32254
|
+
}, "strip", z.ZodTypeAny, {
|
|
32255
|
+
s3?: {} | null | undefined;
|
|
32256
|
+
azure?: {
|
|
32257
|
+
branch: string;
|
|
32258
|
+
organizationId: string;
|
|
32259
|
+
projectId: string;
|
|
32260
|
+
repositoryId: string;
|
|
32261
|
+
url?: string | undefined;
|
|
32262
|
+
credentialId?: string | undefined;
|
|
32263
|
+
relativePath?: string | undefined;
|
|
32264
|
+
} | null | undefined;
|
|
32265
|
+
bitbucket?: {
|
|
32266
|
+
branch: string;
|
|
32267
|
+
workspaceSlug: string;
|
|
32268
|
+
projectKey: string;
|
|
32269
|
+
repoSlug: string;
|
|
32270
|
+
credentialId?: string | undefined;
|
|
32271
|
+
relativePath?: string | undefined;
|
|
32272
|
+
} | null | undefined;
|
|
32273
|
+
github?: {
|
|
32274
|
+
url: string;
|
|
32275
|
+
branch: string;
|
|
32276
|
+
credentialId?: string | undefined;
|
|
32277
|
+
relativePath?: string | undefined;
|
|
32278
|
+
} | null | undefined;
|
|
32279
|
+
gitlab?: {
|
|
32280
|
+
branch: string;
|
|
32281
|
+
projectId: string;
|
|
32282
|
+
url?: string | undefined;
|
|
32283
|
+
credentialId?: string | undefined;
|
|
32284
|
+
relativePath?: string | undefined;
|
|
32285
|
+
} | null | undefined;
|
|
32286
|
+
documentation?: {
|
|
32287
|
+
environment: "Live" | "Preview";
|
|
32288
|
+
} | null | undefined;
|
|
32289
|
+
webhookUrl?: string | null | undefined;
|
|
32290
|
+
}, {
|
|
32291
|
+
s3?: {} | null | undefined;
|
|
32292
|
+
azure?: {
|
|
32293
|
+
branch: string;
|
|
32294
|
+
organizationId: string;
|
|
32295
|
+
projectId: string;
|
|
32296
|
+
repositoryId: string;
|
|
32297
|
+
url?: string | null | undefined;
|
|
32298
|
+
credentialId?: string | undefined;
|
|
32299
|
+
relativePath?: string | null | undefined;
|
|
32300
|
+
} | null | undefined;
|
|
32301
|
+
bitbucket?: {
|
|
32302
|
+
branch: string;
|
|
32303
|
+
workspaceSlug: string;
|
|
32304
|
+
projectKey: string;
|
|
32305
|
+
repoSlug: string;
|
|
32306
|
+
credentialId?: string | undefined;
|
|
32307
|
+
relativePath?: string | null | undefined;
|
|
32308
|
+
} | null | undefined;
|
|
32309
|
+
github?: {
|
|
32310
|
+
url: string;
|
|
32311
|
+
branch: string;
|
|
32312
|
+
credentialId?: string | undefined;
|
|
32313
|
+
relativePath?: string | null | undefined;
|
|
32314
|
+
} | null | undefined;
|
|
32315
|
+
gitlab?: {
|
|
32316
|
+
branch: string;
|
|
32317
|
+
projectId: string;
|
|
32318
|
+
url?: string | null | undefined;
|
|
32319
|
+
credentialId?: string | undefined;
|
|
32320
|
+
relativePath?: string | null | undefined;
|
|
32321
|
+
} | null | undefined;
|
|
32322
|
+
documentation?: {
|
|
32323
|
+
environment: "Live" | "Preview";
|
|
32324
|
+
} | null | undefined;
|
|
32325
|
+
webhookUrl?: string | null | undefined;
|
|
32326
|
+
}>;
|
|
32327
|
+
}, "strip", z.ZodTypeAny, {
|
|
32328
|
+
name: string;
|
|
32329
|
+
exporterId: string;
|
|
32330
|
+
designSystemId: string;
|
|
32331
|
+
isEnabled: boolean;
|
|
32332
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
32333
|
+
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
32334
|
+
gitQuery: {
|
|
32335
|
+
organization?: string | undefined;
|
|
32336
|
+
project?: string | undefined;
|
|
32337
|
+
repository?: string | undefined;
|
|
32338
|
+
user?: string | undefined;
|
|
32339
|
+
branch?: string | undefined;
|
|
32340
|
+
};
|
|
32341
|
+
destinations: {
|
|
32342
|
+
s3?: {} | null | undefined;
|
|
32343
|
+
azure?: {
|
|
32344
|
+
branch: string;
|
|
32345
|
+
organizationId: string;
|
|
32346
|
+
projectId: string;
|
|
32347
|
+
repositoryId: string;
|
|
32348
|
+
url?: string | undefined;
|
|
32349
|
+
credentialId?: string | undefined;
|
|
32350
|
+
relativePath?: string | undefined;
|
|
32351
|
+
} | null | undefined;
|
|
32352
|
+
bitbucket?: {
|
|
32353
|
+
branch: string;
|
|
32354
|
+
workspaceSlug: string;
|
|
32355
|
+
projectKey: string;
|
|
32356
|
+
repoSlug: string;
|
|
32357
|
+
credentialId?: string | undefined;
|
|
32358
|
+
relativePath?: string | undefined;
|
|
32359
|
+
} | null | undefined;
|
|
32360
|
+
github?: {
|
|
32361
|
+
url: string;
|
|
32362
|
+
branch: string;
|
|
32363
|
+
credentialId?: string | undefined;
|
|
32364
|
+
relativePath?: string | undefined;
|
|
32365
|
+
} | null | undefined;
|
|
32366
|
+
gitlab?: {
|
|
32367
|
+
branch: string;
|
|
32368
|
+
projectId: string;
|
|
32369
|
+
url?: string | undefined;
|
|
32370
|
+
credentialId?: string | undefined;
|
|
32371
|
+
relativePath?: string | undefined;
|
|
32372
|
+
} | null | undefined;
|
|
32373
|
+
documentation?: {
|
|
32374
|
+
environment: "Live" | "Preview";
|
|
32375
|
+
} | null | undefined;
|
|
32376
|
+
webhookUrl?: string | null | undefined;
|
|
32377
|
+
};
|
|
32378
|
+
brandPersistentId?: string | undefined;
|
|
32379
|
+
themePersistentId?: string | undefined;
|
|
32380
|
+
}, {
|
|
32381
|
+
name: string;
|
|
32382
|
+
exporterId: string;
|
|
32383
|
+
designSystemId: string;
|
|
32384
|
+
isEnabled: boolean;
|
|
32385
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
32386
|
+
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
32387
|
+
gitQuery: {
|
|
32388
|
+
organization?: string | undefined;
|
|
32389
|
+
project?: string | undefined;
|
|
32390
|
+
repository?: string | undefined;
|
|
32391
|
+
user?: string | undefined;
|
|
32392
|
+
branch?: string | undefined;
|
|
32393
|
+
};
|
|
32394
|
+
destinations: {
|
|
32395
|
+
s3?: {} | null | undefined;
|
|
32396
|
+
azure?: {
|
|
32397
|
+
branch: string;
|
|
32398
|
+
organizationId: string;
|
|
32399
|
+
projectId: string;
|
|
32400
|
+
repositoryId: string;
|
|
32401
|
+
url?: string | null | undefined;
|
|
32402
|
+
credentialId?: string | undefined;
|
|
32403
|
+
relativePath?: string | null | undefined;
|
|
32404
|
+
} | null | undefined;
|
|
32405
|
+
bitbucket?: {
|
|
32406
|
+
branch: string;
|
|
32407
|
+
workspaceSlug: string;
|
|
32408
|
+
projectKey: string;
|
|
32409
|
+
repoSlug: string;
|
|
32410
|
+
credentialId?: string | undefined;
|
|
32411
|
+
relativePath?: string | null | undefined;
|
|
32412
|
+
} | null | undefined;
|
|
32413
|
+
github?: {
|
|
32414
|
+
url: string;
|
|
32415
|
+
branch: string;
|
|
32416
|
+
credentialId?: string | undefined;
|
|
32417
|
+
relativePath?: string | null | undefined;
|
|
32418
|
+
} | null | undefined;
|
|
32419
|
+
gitlab?: {
|
|
32420
|
+
branch: string;
|
|
32421
|
+
projectId: string;
|
|
32422
|
+
url?: string | null | undefined;
|
|
32423
|
+
credentialId?: string | undefined;
|
|
32424
|
+
relativePath?: string | null | undefined;
|
|
32425
|
+
} | null | undefined;
|
|
32426
|
+
documentation?: {
|
|
32427
|
+
environment: "Live" | "Preview";
|
|
32428
|
+
} | null | undefined;
|
|
32429
|
+
webhookUrl?: string | null | undefined;
|
|
32430
|
+
};
|
|
32431
|
+
brandPersistentId?: string | undefined;
|
|
32432
|
+
themePersistentId?: string | undefined;
|
|
32433
|
+
}>;
|
|
32434
|
+
type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
|
|
32435
|
+
declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
32436
|
+
name: z.ZodString;
|
|
32437
|
+
exporterId: z.ZodString;
|
|
32438
|
+
designSystemId: z.ZodString;
|
|
32439
|
+
isEnabled: z.ZodBoolean;
|
|
32440
|
+
eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
|
|
32441
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
32442
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
32443
|
+
destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>;
|
|
32444
|
+
gitQuery: z.ZodObject<{
|
|
32445
|
+
organization: z.ZodOptional<z.ZodString>;
|
|
32446
|
+
project: z.ZodOptional<z.ZodString>;
|
|
32447
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
32448
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
32449
|
+
user: z.ZodOptional<z.ZodString>;
|
|
32450
|
+
}, "strip", z.ZodTypeAny, {
|
|
32451
|
+
organization?: string | undefined;
|
|
32452
|
+
project?: string | undefined;
|
|
32453
|
+
repository?: string | undefined;
|
|
32454
|
+
user?: string | undefined;
|
|
32455
|
+
branch?: string | undefined;
|
|
32456
|
+
}, {
|
|
32457
|
+
organization?: string | undefined;
|
|
32458
|
+
project?: string | undefined;
|
|
32459
|
+
repository?: string | undefined;
|
|
32460
|
+
user?: string | undefined;
|
|
32461
|
+
branch?: string | undefined;
|
|
32462
|
+
}>;
|
|
32463
|
+
destinations: z.ZodObject<{
|
|
32464
|
+
s3: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
32465
|
+
azure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32466
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32467
|
+
organizationId: z.ZodString;
|
|
32468
|
+
projectId: z.ZodString;
|
|
32469
|
+
repositoryId: z.ZodString;
|
|
32470
|
+
branch: z.ZodString;
|
|
32471
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32472
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32473
|
+
}, "strip", z.ZodTypeAny, {
|
|
32474
|
+
branch: string;
|
|
32475
|
+
organizationId: string;
|
|
32476
|
+
projectId: string;
|
|
32477
|
+
repositoryId: string;
|
|
32478
|
+
url?: string | undefined;
|
|
32479
|
+
credentialId?: string | undefined;
|
|
32480
|
+
relativePath?: string | undefined;
|
|
32481
|
+
}, {
|
|
32482
|
+
branch: string;
|
|
32483
|
+
organizationId: string;
|
|
32484
|
+
projectId: string;
|
|
32485
|
+
repositoryId: string;
|
|
32486
|
+
url?: string | null | undefined;
|
|
32487
|
+
credentialId?: string | undefined;
|
|
32488
|
+
relativePath?: string | null | undefined;
|
|
32489
|
+
}>>>;
|
|
32490
|
+
bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32491
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32492
|
+
workspaceSlug: z.ZodString;
|
|
32493
|
+
projectKey: z.ZodString;
|
|
32494
|
+
repoSlug: z.ZodString;
|
|
32495
|
+
branch: z.ZodString;
|
|
32496
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32497
|
+
}, "strip", z.ZodTypeAny, {
|
|
32498
|
+
branch: string;
|
|
32499
|
+
workspaceSlug: string;
|
|
32500
|
+
projectKey: string;
|
|
32501
|
+
repoSlug: string;
|
|
32502
|
+
credentialId?: string | undefined;
|
|
32503
|
+
relativePath?: string | undefined;
|
|
32504
|
+
}, {
|
|
32505
|
+
branch: string;
|
|
32506
|
+
workspaceSlug: string;
|
|
32507
|
+
projectKey: string;
|
|
32508
|
+
repoSlug: string;
|
|
32509
|
+
credentialId?: string | undefined;
|
|
32510
|
+
relativePath?: string | null | undefined;
|
|
32511
|
+
}>>>;
|
|
32512
|
+
github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32513
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32514
|
+
url: z.ZodString;
|
|
32515
|
+
branch: z.ZodString;
|
|
32516
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32517
|
+
}, "strip", z.ZodTypeAny, {
|
|
32518
|
+
url: string;
|
|
32519
|
+
branch: string;
|
|
32520
|
+
credentialId?: string | undefined;
|
|
32521
|
+
relativePath?: string | undefined;
|
|
32522
|
+
}, {
|
|
32523
|
+
url: string;
|
|
32524
|
+
branch: string;
|
|
32525
|
+
credentialId?: string | undefined;
|
|
32526
|
+
relativePath?: string | null | undefined;
|
|
32527
|
+
}>>>;
|
|
32528
|
+
gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32529
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
32530
|
+
projectId: z.ZodString;
|
|
32531
|
+
branch: z.ZodString;
|
|
32532
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32533
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32534
|
+
}, "strip", z.ZodTypeAny, {
|
|
32535
|
+
branch: string;
|
|
32536
|
+
projectId: string;
|
|
32537
|
+
url?: string | undefined;
|
|
32538
|
+
credentialId?: string | undefined;
|
|
32539
|
+
relativePath?: string | undefined;
|
|
32540
|
+
}, {
|
|
32541
|
+
branch: string;
|
|
32542
|
+
projectId: string;
|
|
32543
|
+
url?: string | null | undefined;
|
|
32544
|
+
credentialId?: string | undefined;
|
|
32545
|
+
relativePath?: string | null | undefined;
|
|
32546
|
+
}>>>;
|
|
32547
|
+
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
32548
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
32549
|
+
}, "strip", z.ZodTypeAny, {
|
|
32550
|
+
environment: "Live" | "Preview";
|
|
32551
|
+
}, {
|
|
32552
|
+
environment: "Live" | "Preview";
|
|
32553
|
+
}>>>;
|
|
32554
|
+
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32555
|
+
}, "strip", z.ZodTypeAny, {
|
|
32556
|
+
s3?: {} | null | undefined;
|
|
32557
|
+
azure?: {
|
|
32558
|
+
branch: string;
|
|
32559
|
+
organizationId: string;
|
|
32560
|
+
projectId: string;
|
|
32561
|
+
repositoryId: string;
|
|
32562
|
+
url?: string | undefined;
|
|
32563
|
+
credentialId?: string | undefined;
|
|
32564
|
+
relativePath?: string | undefined;
|
|
32565
|
+
} | null | undefined;
|
|
32566
|
+
bitbucket?: {
|
|
32567
|
+
branch: string;
|
|
32568
|
+
workspaceSlug: string;
|
|
32569
|
+
projectKey: string;
|
|
32570
|
+
repoSlug: string;
|
|
32571
|
+
credentialId?: string | undefined;
|
|
32572
|
+
relativePath?: string | undefined;
|
|
32573
|
+
} | null | undefined;
|
|
32574
|
+
github?: {
|
|
32575
|
+
url: string;
|
|
32576
|
+
branch: string;
|
|
32577
|
+
credentialId?: string | undefined;
|
|
32578
|
+
relativePath?: string | undefined;
|
|
32579
|
+
} | null | undefined;
|
|
32580
|
+
gitlab?: {
|
|
32581
|
+
branch: string;
|
|
32582
|
+
projectId: string;
|
|
32583
|
+
url?: string | undefined;
|
|
32584
|
+
credentialId?: string | undefined;
|
|
32585
|
+
relativePath?: string | undefined;
|
|
32586
|
+
} | null | undefined;
|
|
32587
|
+
documentation?: {
|
|
32588
|
+
environment: "Live" | "Preview";
|
|
32589
|
+
} | null | undefined;
|
|
32590
|
+
webhookUrl?: string | null | undefined;
|
|
32591
|
+
}, {
|
|
32592
|
+
s3?: {} | null | undefined;
|
|
32593
|
+
azure?: {
|
|
32594
|
+
branch: string;
|
|
32595
|
+
organizationId: string;
|
|
32596
|
+
projectId: string;
|
|
32597
|
+
repositoryId: string;
|
|
32598
|
+
url?: string | null | undefined;
|
|
32599
|
+
credentialId?: string | undefined;
|
|
32600
|
+
relativePath?: string | null | undefined;
|
|
32601
|
+
} | null | undefined;
|
|
32602
|
+
bitbucket?: {
|
|
32603
|
+
branch: string;
|
|
32604
|
+
workspaceSlug: string;
|
|
32605
|
+
projectKey: string;
|
|
32606
|
+
repoSlug: string;
|
|
32607
|
+
credentialId?: string | undefined;
|
|
32608
|
+
relativePath?: string | null | undefined;
|
|
32609
|
+
} | null | undefined;
|
|
32610
|
+
github?: {
|
|
32611
|
+
url: string;
|
|
32612
|
+
branch: string;
|
|
32613
|
+
credentialId?: string | undefined;
|
|
32614
|
+
relativePath?: string | null | undefined;
|
|
32615
|
+
} | null | undefined;
|
|
32616
|
+
gitlab?: {
|
|
32617
|
+
branch: string;
|
|
32618
|
+
projectId: string;
|
|
32619
|
+
url?: string | null | undefined;
|
|
32620
|
+
credentialId?: string | undefined;
|
|
32621
|
+
relativePath?: string | null | undefined;
|
|
32622
|
+
} | null | undefined;
|
|
32623
|
+
documentation?: {
|
|
32624
|
+
environment: "Live" | "Preview";
|
|
32625
|
+
} | null | undefined;
|
|
32626
|
+
webhookUrl?: string | null | undefined;
|
|
32627
|
+
}>;
|
|
32628
|
+
}, {
|
|
32629
|
+
id: z.ZodString;
|
|
32630
|
+
}>, "strip", z.ZodTypeAny, {
|
|
32631
|
+
id: string;
|
|
32632
|
+
name: string;
|
|
32633
|
+
exporterId: string;
|
|
32634
|
+
designSystemId: string;
|
|
32635
|
+
isEnabled: boolean;
|
|
32636
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
32637
|
+
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
32638
|
+
gitQuery: {
|
|
32639
|
+
organization?: string | undefined;
|
|
32640
|
+
project?: string | undefined;
|
|
32641
|
+
repository?: string | undefined;
|
|
32642
|
+
user?: string | undefined;
|
|
32643
|
+
branch?: string | undefined;
|
|
32644
|
+
};
|
|
32645
|
+
destinations: {
|
|
32646
|
+
s3?: {} | null | undefined;
|
|
32647
|
+
azure?: {
|
|
32648
|
+
branch: string;
|
|
32649
|
+
organizationId: string;
|
|
32650
|
+
projectId: string;
|
|
32651
|
+
repositoryId: string;
|
|
32652
|
+
url?: string | undefined;
|
|
32653
|
+
credentialId?: string | undefined;
|
|
32654
|
+
relativePath?: string | undefined;
|
|
32655
|
+
} | null | undefined;
|
|
32656
|
+
bitbucket?: {
|
|
32657
|
+
branch: string;
|
|
32658
|
+
workspaceSlug: string;
|
|
32659
|
+
projectKey: string;
|
|
32660
|
+
repoSlug: string;
|
|
32661
|
+
credentialId?: string | undefined;
|
|
32662
|
+
relativePath?: string | undefined;
|
|
32663
|
+
} | null | undefined;
|
|
32664
|
+
github?: {
|
|
32665
|
+
url: string;
|
|
32666
|
+
branch: string;
|
|
32667
|
+
credentialId?: string | undefined;
|
|
32668
|
+
relativePath?: string | undefined;
|
|
32669
|
+
} | null | undefined;
|
|
32670
|
+
gitlab?: {
|
|
32671
|
+
branch: string;
|
|
32672
|
+
projectId: string;
|
|
32673
|
+
url?: string | undefined;
|
|
32674
|
+
credentialId?: string | undefined;
|
|
32675
|
+
relativePath?: string | undefined;
|
|
32676
|
+
} | null | undefined;
|
|
32677
|
+
documentation?: {
|
|
32678
|
+
environment: "Live" | "Preview";
|
|
32679
|
+
} | null | undefined;
|
|
32680
|
+
webhookUrl?: string | null | undefined;
|
|
32681
|
+
};
|
|
32682
|
+
brandPersistentId?: string | undefined;
|
|
32683
|
+
themePersistentId?: string | undefined;
|
|
32684
|
+
}, {
|
|
32685
|
+
id: string;
|
|
32686
|
+
name: string;
|
|
32687
|
+
exporterId: string;
|
|
32688
|
+
designSystemId: string;
|
|
32689
|
+
isEnabled: boolean;
|
|
32690
|
+
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
32691
|
+
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
32692
|
+
gitQuery: {
|
|
32693
|
+
organization?: string | undefined;
|
|
32694
|
+
project?: string | undefined;
|
|
32695
|
+
repository?: string | undefined;
|
|
32696
|
+
user?: string | undefined;
|
|
32697
|
+
branch?: string | undefined;
|
|
32698
|
+
};
|
|
32699
|
+
destinations: {
|
|
32700
|
+
s3?: {} | null | undefined;
|
|
32701
|
+
azure?: {
|
|
32702
|
+
branch: string;
|
|
32703
|
+
organizationId: string;
|
|
32704
|
+
projectId: string;
|
|
32705
|
+
repositoryId: string;
|
|
32706
|
+
url?: string | null | undefined;
|
|
32707
|
+
credentialId?: string | undefined;
|
|
32708
|
+
relativePath?: string | null | undefined;
|
|
32709
|
+
} | null | undefined;
|
|
32710
|
+
bitbucket?: {
|
|
32711
|
+
branch: string;
|
|
32712
|
+
workspaceSlug: string;
|
|
32713
|
+
projectKey: string;
|
|
32714
|
+
repoSlug: string;
|
|
32715
|
+
credentialId?: string | undefined;
|
|
32716
|
+
relativePath?: string | null | undefined;
|
|
32717
|
+
} | null | undefined;
|
|
32718
|
+
github?: {
|
|
32719
|
+
url: string;
|
|
32720
|
+
branch: string;
|
|
32721
|
+
credentialId?: string | undefined;
|
|
32722
|
+
relativePath?: string | null | undefined;
|
|
32723
|
+
} | null | undefined;
|
|
32724
|
+
gitlab?: {
|
|
32725
|
+
branch: string;
|
|
32726
|
+
projectId: string;
|
|
32727
|
+
url?: string | null | undefined;
|
|
32728
|
+
credentialId?: string | undefined;
|
|
32729
|
+
relativePath?: string | null | undefined;
|
|
32730
|
+
} | null | undefined;
|
|
32731
|
+
documentation?: {
|
|
32732
|
+
environment: "Live" | "Preview";
|
|
32733
|
+
} | null | undefined;
|
|
32734
|
+
webhookUrl?: string | null | undefined;
|
|
32735
|
+
};
|
|
32736
|
+
brandPersistentId?: string | undefined;
|
|
32737
|
+
themePersistentId?: string | undefined;
|
|
32738
|
+
}>;
|
|
32739
|
+
type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
|
|
32740
|
+
declare const DTOPipelineTriggerBody: z.ZodObject<{
|
|
32741
|
+
designSystemVersionId: z.ZodString;
|
|
32742
|
+
}, "strip", z.ZodTypeAny, {
|
|
32743
|
+
designSystemVersionId: string;
|
|
32744
|
+
}, {
|
|
32745
|
+
designSystemVersionId: string;
|
|
32746
|
+
}>;
|
|
32747
|
+
type DTOPipelineTriggerBody = z.infer<typeof DTOPipelineTriggerBody>;
|
|
32748
|
+
|
|
30535
32749
|
declare const DTOLiveblocksAuthRequest: z.ZodObject<{
|
|
30536
32750
|
room: z.ZodOptional<z.ZodString>;
|
|
30537
32751
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33622,4 +35836,4 @@ declare const BlockDefinitionUtils: {
|
|
|
33622
35836
|
};
|
|
33623
35837
|
};
|
|
33624
35838
|
|
|
33625
|
-
export { BlockDefinitionUtils, BlockParsingUtils, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupStructureV2, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageStructureV2, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExporterProperty, DTOExporterPropertyListResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUserNotificationSettingsResponse, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationElementsToHierarchyDto, documentationHierarchyToYjs, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, documentationPagesToStructureDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, elementGroupsToDocumentationGroupStructureDTOV2, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
35839
|
+
export { BlockDefinitionUtils, BlockParsingUtils, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupStructureV2, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageStructureV2, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUserNotificationSettingsResponse, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationElementsToHierarchyDto, documentationHierarchyToYjs, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, documentationPagesToStructureDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, elementGroupsToDocumentationGroupStructureDTOV2, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pipelineToDto, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|