@supernova-studio/client 0.47.17 → 0.47.19
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 +1828 -297
- package/dist/index.d.ts +1828 -297
- package/dist/index.js +152 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +630 -520
- 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 +2 -2
- package/src/api/dto/export/index.ts +1 -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">;
|
|
@@ -23072,7 +23072,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23072
23072
|
iconURL?: string | null | undefined;
|
|
23073
23073
|
mode?: "array" | "block" | null | undefined;
|
|
23074
23074
|
}>, "many">;
|
|
23075
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23075
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23076
23076
|
key: z.ZodString;
|
|
23077
23077
|
name: z.ZodString;
|
|
23078
23078
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23090,7 +23090,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23090
23090
|
description?: string | null | undefined;
|
|
23091
23091
|
isDefault?: boolean | null | undefined;
|
|
23092
23092
|
thumbnailURL?: string | null | undefined;
|
|
23093
|
-
}>, "many"
|
|
23093
|
+
}>, "many">>;
|
|
23094
23094
|
usesBrands: z.ZodBoolean;
|
|
23095
23095
|
usesThemes: z.ZodBoolean;
|
|
23096
23096
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23133,13 +23133,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23133
23133
|
iconURL?: string | undefined;
|
|
23134
23134
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23135
23135
|
}[];
|
|
23136
|
-
blockVariants: {
|
|
23136
|
+
blockVariants: Record<string, {
|
|
23137
23137
|
name: string;
|
|
23138
23138
|
key: string;
|
|
23139
23139
|
description?: string | undefined;
|
|
23140
23140
|
isDefault?: boolean | undefined;
|
|
23141
23141
|
thumbnailURL?: string | undefined;
|
|
23142
|
-
}[]
|
|
23142
|
+
}[]>;
|
|
23143
23143
|
usesBrands: boolean;
|
|
23144
23144
|
usesThemes: boolean;
|
|
23145
23145
|
iconURL?: string | undefined;
|
|
@@ -23182,13 +23182,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23182
23182
|
iconURL?: string | null | undefined;
|
|
23183
23183
|
mode?: "array" | "block" | null | undefined;
|
|
23184
23184
|
}[];
|
|
23185
|
-
blockVariants: {
|
|
23185
|
+
blockVariants: Record<string, {
|
|
23186
23186
|
name: string;
|
|
23187
23187
|
key: string;
|
|
23188
23188
|
description?: string | null | undefined;
|
|
23189
23189
|
isDefault?: boolean | null | undefined;
|
|
23190
23190
|
thumbnailURL?: string | null | undefined;
|
|
23191
|
-
}[]
|
|
23191
|
+
}[]>;
|
|
23192
23192
|
usesBrands: boolean;
|
|
23193
23193
|
usesThemes: boolean;
|
|
23194
23194
|
iconURL?: string | undefined;
|
|
@@ -23348,7 +23348,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23348
23348
|
iconURL?: string | null | undefined;
|
|
23349
23349
|
mode?: "array" | "block" | null | undefined;
|
|
23350
23350
|
}>, "many">;
|
|
23351
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23351
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23352
23352
|
key: z.ZodString;
|
|
23353
23353
|
name: z.ZodString;
|
|
23354
23354
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23366,7 +23366,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23366
23366
|
description?: string | null | undefined;
|
|
23367
23367
|
isDefault?: boolean | null | undefined;
|
|
23368
23368
|
thumbnailURL?: string | null | undefined;
|
|
23369
|
-
}>, "many"
|
|
23369
|
+
}>, "many">>;
|
|
23370
23370
|
usesBrands: z.ZodBoolean;
|
|
23371
23371
|
usesThemes: z.ZodBoolean;
|
|
23372
23372
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23409,13 +23409,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23409
23409
|
iconURL?: string | undefined;
|
|
23410
23410
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23411
23411
|
}[];
|
|
23412
|
-
blockVariants: {
|
|
23412
|
+
blockVariants: Record<string, {
|
|
23413
23413
|
name: string;
|
|
23414
23414
|
key: string;
|
|
23415
23415
|
description?: string | undefined;
|
|
23416
23416
|
isDefault?: boolean | undefined;
|
|
23417
23417
|
thumbnailURL?: string | undefined;
|
|
23418
|
-
}[]
|
|
23418
|
+
}[]>;
|
|
23419
23419
|
usesBrands: boolean;
|
|
23420
23420
|
usesThemes: boolean;
|
|
23421
23421
|
iconURL?: string | undefined;
|
|
@@ -23458,13 +23458,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23458
23458
|
iconURL?: string | null | undefined;
|
|
23459
23459
|
mode?: "array" | "block" | null | undefined;
|
|
23460
23460
|
}[];
|
|
23461
|
-
blockVariants: {
|
|
23461
|
+
blockVariants: Record<string, {
|
|
23462
23462
|
name: string;
|
|
23463
23463
|
key: string;
|
|
23464
23464
|
description?: string | null | undefined;
|
|
23465
23465
|
isDefault?: boolean | null | undefined;
|
|
23466
23466
|
thumbnailURL?: string | null | undefined;
|
|
23467
|
-
}[]
|
|
23467
|
+
}[]>;
|
|
23468
23468
|
usesBrands: boolean;
|
|
23469
23469
|
usesThemes: boolean;
|
|
23470
23470
|
iconURL?: string | undefined;
|
|
@@ -23522,13 +23522,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23522
23522
|
iconURL?: string | undefined;
|
|
23523
23523
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23524
23524
|
}[];
|
|
23525
|
-
blockVariants: {
|
|
23525
|
+
blockVariants: Record<string, {
|
|
23526
23526
|
name: string;
|
|
23527
23527
|
key: string;
|
|
23528
23528
|
description?: string | undefined;
|
|
23529
23529
|
isDefault?: boolean | undefined;
|
|
23530
23530
|
thumbnailURL?: string | undefined;
|
|
23531
|
-
}[]
|
|
23531
|
+
}[]>;
|
|
23532
23532
|
usesBrands: boolean;
|
|
23533
23533
|
usesThemes: boolean;
|
|
23534
23534
|
iconURL?: string | undefined;
|
|
@@ -23578,13 +23578,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23578
23578
|
iconURL?: string | null | undefined;
|
|
23579
23579
|
mode?: "array" | "block" | null | undefined;
|
|
23580
23580
|
}[];
|
|
23581
|
-
blockVariants: {
|
|
23581
|
+
blockVariants: Record<string, {
|
|
23582
23582
|
name: string;
|
|
23583
23583
|
key: string;
|
|
23584
23584
|
description?: string | null | undefined;
|
|
23585
23585
|
isDefault?: boolean | null | undefined;
|
|
23586
23586
|
thumbnailURL?: string | null | undefined;
|
|
23587
|
-
}[]
|
|
23587
|
+
}[]>;
|
|
23588
23588
|
usesBrands: boolean;
|
|
23589
23589
|
usesThemes: boolean;
|
|
23590
23590
|
iconURL?: string | undefined;
|
|
@@ -23603,13 +23603,13 @@ declare const DTOExporterGitProviderEnum: z.ZodEnum<["github", "gitlab", "bitbuc
|
|
|
23603
23603
|
type DTOExporterGitProviderEnum = z.infer<typeof DTOExporterGitProviderEnum>;
|
|
23604
23604
|
declare const DTOExporterCreateInput: z.ZodObject<{
|
|
23605
23605
|
url: z.ZodString;
|
|
23606
|
-
provider: z.
|
|
23606
|
+
provider: z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>;
|
|
23607
23607
|
}, "strip", z.ZodTypeAny, {
|
|
23608
23608
|
url: string;
|
|
23609
|
-
provider
|
|
23609
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23610
23610
|
}, {
|
|
23611
23611
|
url: string;
|
|
23612
|
-
provider
|
|
23612
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23613
23613
|
}>;
|
|
23614
23614
|
type DTOExporterCreateInput = z.infer<typeof DTOExporterCreateInput>;
|
|
23615
23615
|
|
|
@@ -23685,83 +23685,86 @@ type DTOExportJobDesignSystemVersionPreview = z.infer<typeof DTOExportJobDesignS
|
|
|
23685
23685
|
declare const DTOExportJobDestinations: z.ZodObject<{
|
|
23686
23686
|
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
23687
23687
|
azure: z.ZodOptional<z.ZodObject<{
|
|
23688
|
-
|
|
23688
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23689
23689
|
organizationId: z.ZodString;
|
|
23690
23690
|
projectId: z.ZodString;
|
|
23691
23691
|
repositoryId: z.ZodString;
|
|
23692
23692
|
branch: z.ZodString;
|
|
23693
|
-
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>;
|
|
23694
23695
|
}, "strip", z.ZodTypeAny, {
|
|
23695
23696
|
branch: string;
|
|
23696
|
-
connectionId: string;
|
|
23697
|
-
relativePath: string;
|
|
23698
23697
|
organizationId: string;
|
|
23699
23698
|
projectId: string;
|
|
23700
23699
|
repositoryId: string;
|
|
23700
|
+
url?: string | undefined;
|
|
23701
|
+
credentialId?: string | undefined;
|
|
23702
|
+
relativePath?: string | undefined;
|
|
23701
23703
|
}, {
|
|
23702
23704
|
branch: string;
|
|
23703
|
-
connectionId: string;
|
|
23704
|
-
relativePath: string;
|
|
23705
23705
|
organizationId: string;
|
|
23706
23706
|
projectId: string;
|
|
23707
23707
|
repositoryId: string;
|
|
23708
|
+
url?: string | null | undefined;
|
|
23709
|
+
credentialId?: string | undefined;
|
|
23710
|
+
relativePath?: string | null | undefined;
|
|
23708
23711
|
}>>;
|
|
23709
23712
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
23710
|
-
|
|
23713
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23711
23714
|
workspaceSlug: z.ZodString;
|
|
23712
23715
|
projectKey: z.ZodString;
|
|
23713
23716
|
repoSlug: z.ZodString;
|
|
23714
23717
|
branch: z.ZodString;
|
|
23715
|
-
relativePath: z.
|
|
23718
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23716
23719
|
}, "strip", z.ZodTypeAny, {
|
|
23717
23720
|
branch: string;
|
|
23718
|
-
connectionId: string;
|
|
23719
|
-
relativePath: string;
|
|
23720
23721
|
workspaceSlug: string;
|
|
23721
23722
|
projectKey: string;
|
|
23722
23723
|
repoSlug: string;
|
|
23724
|
+
credentialId?: string | undefined;
|
|
23725
|
+
relativePath?: string | undefined;
|
|
23723
23726
|
}, {
|
|
23724
23727
|
branch: string;
|
|
23725
|
-
connectionId: string;
|
|
23726
|
-
relativePath: string;
|
|
23727
23728
|
workspaceSlug: string;
|
|
23728
23729
|
projectKey: string;
|
|
23729
23730
|
repoSlug: string;
|
|
23731
|
+
credentialId?: string | undefined;
|
|
23732
|
+
relativePath?: string | null | undefined;
|
|
23730
23733
|
}>>;
|
|
23731
23734
|
github: z.ZodOptional<z.ZodObject<{
|
|
23735
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23732
23736
|
url: z.ZodString;
|
|
23733
23737
|
branch: z.ZodString;
|
|
23734
|
-
|
|
23735
|
-
connectionId: z.ZodString;
|
|
23736
|
-
relativePath: z.ZodString;
|
|
23738
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23737
23739
|
}, "strip", z.ZodTypeAny, {
|
|
23738
23740
|
url: string;
|
|
23739
|
-
userId: string;
|
|
23740
23741
|
branch: string;
|
|
23741
|
-
|
|
23742
|
-
relativePath
|
|
23742
|
+
credentialId?: string | undefined;
|
|
23743
|
+
relativePath?: string | undefined;
|
|
23743
23744
|
}, {
|
|
23744
23745
|
url: string;
|
|
23745
|
-
userId: string;
|
|
23746
23746
|
branch: string;
|
|
23747
|
-
|
|
23748
|
-
relativePath
|
|
23747
|
+
credentialId?: string | undefined;
|
|
23748
|
+
relativePath?: string | null | undefined;
|
|
23749
23749
|
}>>;
|
|
23750
23750
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
23751
|
-
|
|
23751
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23752
23752
|
projectId: z.ZodString;
|
|
23753
23753
|
branch: z.ZodString;
|
|
23754
|
-
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>;
|
|
23755
23756
|
}, "strip", z.ZodTypeAny, {
|
|
23756
23757
|
branch: string;
|
|
23757
|
-
connectionId: string;
|
|
23758
|
-
relativePath: string;
|
|
23759
23758
|
projectId: string;
|
|
23759
|
+
url?: string | undefined;
|
|
23760
|
+
credentialId?: string | undefined;
|
|
23761
|
+
relativePath?: string | undefined;
|
|
23760
23762
|
}, {
|
|
23761
23763
|
branch: string;
|
|
23762
|
-
connectionId: string;
|
|
23763
|
-
relativePath: string;
|
|
23764
23764
|
projectId: string;
|
|
23765
|
+
url?: string | null | undefined;
|
|
23766
|
+
credentialId?: string | undefined;
|
|
23767
|
+
relativePath?: string | null | undefined;
|
|
23765
23768
|
}>>;
|
|
23766
23769
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
23767
23770
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -23772,74 +23775,76 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23772
23775
|
}>>;
|
|
23773
23776
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
23774
23777
|
}, "strip", z.ZodTypeAny, {
|
|
23775
|
-
|
|
23776
|
-
|
|
23777
|
-
} | undefined;
|
|
23778
|
-
github?: {
|
|
23779
|
-
url: string;
|
|
23780
|
-
userId: string;
|
|
23781
|
-
branch: string;
|
|
23782
|
-
connectionId: string;
|
|
23783
|
-
relativePath: string;
|
|
23784
|
-
} | undefined;
|
|
23785
|
-
gitlab?: {
|
|
23778
|
+
s3?: {} | undefined;
|
|
23779
|
+
azure?: {
|
|
23786
23780
|
branch: string;
|
|
23787
|
-
|
|
23788
|
-
relativePath: string;
|
|
23781
|
+
organizationId: string;
|
|
23789
23782
|
projectId: string;
|
|
23783
|
+
repositoryId: string;
|
|
23784
|
+
url?: string | undefined;
|
|
23785
|
+
credentialId?: string | undefined;
|
|
23786
|
+
relativePath?: string | undefined;
|
|
23790
23787
|
} | undefined;
|
|
23791
23788
|
bitbucket?: {
|
|
23792
23789
|
branch: string;
|
|
23793
|
-
connectionId: string;
|
|
23794
|
-
relativePath: string;
|
|
23795
23790
|
workspaceSlug: string;
|
|
23796
23791
|
projectKey: string;
|
|
23797
23792
|
repoSlug: string;
|
|
23793
|
+
credentialId?: string | undefined;
|
|
23794
|
+
relativePath?: string | undefined;
|
|
23798
23795
|
} | undefined;
|
|
23799
|
-
|
|
23796
|
+
github?: {
|
|
23797
|
+
url: string;
|
|
23798
|
+
branch: string;
|
|
23799
|
+
credentialId?: string | undefined;
|
|
23800
|
+
relativePath?: string | undefined;
|
|
23801
|
+
} | undefined;
|
|
23802
|
+
gitlab?: {
|
|
23800
23803
|
branch: string;
|
|
23801
|
-
connectionId: string;
|
|
23802
|
-
relativePath: string;
|
|
23803
|
-
organizationId: string;
|
|
23804
23804
|
projectId: string;
|
|
23805
|
-
|
|
23805
|
+
url?: string | undefined;
|
|
23806
|
+
credentialId?: string | undefined;
|
|
23807
|
+
relativePath?: string | undefined;
|
|
23806
23808
|
} | undefined;
|
|
23807
|
-
s3?: {} | undefined;
|
|
23808
|
-
webhookUrl?: string | undefined;
|
|
23809
|
-
}, {
|
|
23810
23809
|
documentation?: {
|
|
23811
23810
|
environment: "Live" | "Preview";
|
|
23812
23811
|
} | undefined;
|
|
23813
|
-
|
|
23814
|
-
|
|
23815
|
-
|
|
23816
|
-
|
|
23817
|
-
connectionId: string;
|
|
23818
|
-
relativePath: string;
|
|
23819
|
-
} | undefined;
|
|
23820
|
-
gitlab?: {
|
|
23812
|
+
webhookUrl?: string | undefined;
|
|
23813
|
+
}, {
|
|
23814
|
+
s3?: {} | undefined;
|
|
23815
|
+
azure?: {
|
|
23821
23816
|
branch: string;
|
|
23822
|
-
|
|
23823
|
-
relativePath: string;
|
|
23817
|
+
organizationId: string;
|
|
23824
23818
|
projectId: string;
|
|
23819
|
+
repositoryId: string;
|
|
23820
|
+
url?: string | null | undefined;
|
|
23821
|
+
credentialId?: string | undefined;
|
|
23822
|
+
relativePath?: string | null | undefined;
|
|
23825
23823
|
} | undefined;
|
|
23826
23824
|
bitbucket?: {
|
|
23827
23825
|
branch: string;
|
|
23828
|
-
connectionId: string;
|
|
23829
|
-
relativePath: string;
|
|
23830
23826
|
workspaceSlug: string;
|
|
23831
23827
|
projectKey: string;
|
|
23832
23828
|
repoSlug: string;
|
|
23829
|
+
credentialId?: string | undefined;
|
|
23830
|
+
relativePath?: string | null | undefined;
|
|
23833
23831
|
} | undefined;
|
|
23834
|
-
|
|
23832
|
+
github?: {
|
|
23833
|
+
url: string;
|
|
23834
|
+
branch: string;
|
|
23835
|
+
credentialId?: string | undefined;
|
|
23836
|
+
relativePath?: string | null | undefined;
|
|
23837
|
+
} | undefined;
|
|
23838
|
+
gitlab?: {
|
|
23835
23839
|
branch: string;
|
|
23836
|
-
connectionId: string;
|
|
23837
|
-
relativePath: string;
|
|
23838
|
-
organizationId: string;
|
|
23839
23840
|
projectId: string;
|
|
23840
|
-
|
|
23841
|
+
url?: string | null | undefined;
|
|
23842
|
+
credentialId?: string | undefined;
|
|
23843
|
+
relativePath?: string | null | undefined;
|
|
23844
|
+
} | undefined;
|
|
23845
|
+
documentation?: {
|
|
23846
|
+
environment: "Live" | "Preview";
|
|
23841
23847
|
} | undefined;
|
|
23842
|
-
s3?: {} | undefined;
|
|
23843
23848
|
webhookUrl?: string | undefined;
|
|
23844
23849
|
}>;
|
|
23845
23850
|
type DTOExportJobDestinations = z.infer<typeof DTOExportJobDestinations>;
|
|
@@ -23850,7 +23855,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23850
23855
|
index: z.ZodOptional<z.ZodNumber>;
|
|
23851
23856
|
status: z.ZodEnum<["InProgress", "Success", "Failed", "Timeout"]>;
|
|
23852
23857
|
estimatedExecutionTime: z.ZodOptional<z.ZodNumber>;
|
|
23853
|
-
createdBy: z.ZodObject<{
|
|
23858
|
+
createdBy: z.ZodOptional<z.ZodObject<{
|
|
23854
23859
|
userId: z.ZodString;
|
|
23855
23860
|
userName: z.ZodString;
|
|
23856
23861
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23859,7 +23864,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23859
23864
|
}, {
|
|
23860
23865
|
userId: string;
|
|
23861
23866
|
userName: string;
|
|
23862
|
-
}
|
|
23867
|
+
}>>;
|
|
23863
23868
|
designSystem: z.ZodObject<{
|
|
23864
23869
|
id: z.ZodString;
|
|
23865
23870
|
meta: z.ZodObject<{
|
|
@@ -23919,83 +23924,86 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23919
23924
|
destinations: z.ZodObject<{
|
|
23920
23925
|
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
23921
23926
|
azure: z.ZodOptional<z.ZodObject<{
|
|
23922
|
-
|
|
23927
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23923
23928
|
organizationId: z.ZodString;
|
|
23924
23929
|
projectId: z.ZodString;
|
|
23925
23930
|
repositoryId: z.ZodString;
|
|
23926
23931
|
branch: z.ZodString;
|
|
23927
|
-
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>;
|
|
23928
23934
|
}, "strip", z.ZodTypeAny, {
|
|
23929
23935
|
branch: string;
|
|
23930
|
-
connectionId: string;
|
|
23931
|
-
relativePath: string;
|
|
23932
23936
|
organizationId: string;
|
|
23933
23937
|
projectId: string;
|
|
23934
23938
|
repositoryId: string;
|
|
23939
|
+
url?: string | undefined;
|
|
23940
|
+
credentialId?: string | undefined;
|
|
23941
|
+
relativePath?: string | undefined;
|
|
23935
23942
|
}, {
|
|
23936
23943
|
branch: string;
|
|
23937
|
-
connectionId: string;
|
|
23938
|
-
relativePath: string;
|
|
23939
23944
|
organizationId: string;
|
|
23940
23945
|
projectId: string;
|
|
23941
23946
|
repositoryId: string;
|
|
23947
|
+
url?: string | null | undefined;
|
|
23948
|
+
credentialId?: string | undefined;
|
|
23949
|
+
relativePath?: string | null | undefined;
|
|
23942
23950
|
}>>;
|
|
23943
23951
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
23944
|
-
|
|
23952
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23945
23953
|
workspaceSlug: z.ZodString;
|
|
23946
23954
|
projectKey: z.ZodString;
|
|
23947
23955
|
repoSlug: z.ZodString;
|
|
23948
23956
|
branch: z.ZodString;
|
|
23949
|
-
relativePath: z.
|
|
23957
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23950
23958
|
}, "strip", z.ZodTypeAny, {
|
|
23951
23959
|
branch: string;
|
|
23952
|
-
connectionId: string;
|
|
23953
|
-
relativePath: string;
|
|
23954
23960
|
workspaceSlug: string;
|
|
23955
23961
|
projectKey: string;
|
|
23956
23962
|
repoSlug: string;
|
|
23963
|
+
credentialId?: string | undefined;
|
|
23964
|
+
relativePath?: string | undefined;
|
|
23957
23965
|
}, {
|
|
23958
23966
|
branch: string;
|
|
23959
|
-
connectionId: string;
|
|
23960
|
-
relativePath: string;
|
|
23961
23967
|
workspaceSlug: string;
|
|
23962
23968
|
projectKey: string;
|
|
23963
23969
|
repoSlug: string;
|
|
23970
|
+
credentialId?: string | undefined;
|
|
23971
|
+
relativePath?: string | null | undefined;
|
|
23964
23972
|
}>>;
|
|
23965
23973
|
github: z.ZodOptional<z.ZodObject<{
|
|
23974
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23966
23975
|
url: z.ZodString;
|
|
23967
23976
|
branch: z.ZodString;
|
|
23968
|
-
|
|
23969
|
-
connectionId: z.ZodString;
|
|
23970
|
-
relativePath: z.ZodString;
|
|
23977
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23971
23978
|
}, "strip", z.ZodTypeAny, {
|
|
23972
23979
|
url: string;
|
|
23973
|
-
userId: string;
|
|
23974
23980
|
branch: string;
|
|
23975
|
-
|
|
23976
|
-
relativePath
|
|
23981
|
+
credentialId?: string | undefined;
|
|
23982
|
+
relativePath?: string | undefined;
|
|
23977
23983
|
}, {
|
|
23978
23984
|
url: string;
|
|
23979
|
-
userId: string;
|
|
23980
23985
|
branch: string;
|
|
23981
|
-
|
|
23982
|
-
relativePath
|
|
23986
|
+
credentialId?: string | undefined;
|
|
23987
|
+
relativePath?: string | null | undefined;
|
|
23983
23988
|
}>>;
|
|
23984
23989
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
23985
|
-
|
|
23990
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
23986
23991
|
projectId: z.ZodString;
|
|
23987
23992
|
branch: z.ZodString;
|
|
23988
|
-
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>;
|
|
23989
23995
|
}, "strip", z.ZodTypeAny, {
|
|
23990
23996
|
branch: string;
|
|
23991
|
-
connectionId: string;
|
|
23992
|
-
relativePath: string;
|
|
23993
23997
|
projectId: string;
|
|
23998
|
+
url?: string | undefined;
|
|
23999
|
+
credentialId?: string | undefined;
|
|
24000
|
+
relativePath?: string | undefined;
|
|
23994
24001
|
}, {
|
|
23995
24002
|
branch: string;
|
|
23996
|
-
connectionId: string;
|
|
23997
|
-
relativePath: string;
|
|
23998
24003
|
projectId: string;
|
|
24004
|
+
url?: string | null | undefined;
|
|
24005
|
+
credentialId?: string | undefined;
|
|
24006
|
+
relativePath?: string | null | undefined;
|
|
23999
24007
|
}>>;
|
|
24000
24008
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
24001
24009
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -24006,78 +24014,80 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24006
24014
|
}>>;
|
|
24007
24015
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
24008
24016
|
}, "strip", z.ZodTypeAny, {
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
} | undefined;
|
|
24012
|
-
github?: {
|
|
24013
|
-
url: string;
|
|
24014
|
-
userId: string;
|
|
24015
|
-
branch: string;
|
|
24016
|
-
connectionId: string;
|
|
24017
|
-
relativePath: string;
|
|
24018
|
-
} | undefined;
|
|
24019
|
-
gitlab?: {
|
|
24017
|
+
s3?: {} | undefined;
|
|
24018
|
+
azure?: {
|
|
24020
24019
|
branch: string;
|
|
24021
|
-
|
|
24022
|
-
relativePath: string;
|
|
24020
|
+
organizationId: string;
|
|
24023
24021
|
projectId: string;
|
|
24022
|
+
repositoryId: string;
|
|
24023
|
+
url?: string | undefined;
|
|
24024
|
+
credentialId?: string | undefined;
|
|
24025
|
+
relativePath?: string | undefined;
|
|
24024
24026
|
} | undefined;
|
|
24025
24027
|
bitbucket?: {
|
|
24026
24028
|
branch: string;
|
|
24027
|
-
connectionId: string;
|
|
24028
|
-
relativePath: string;
|
|
24029
24029
|
workspaceSlug: string;
|
|
24030
24030
|
projectKey: string;
|
|
24031
24031
|
repoSlug: string;
|
|
24032
|
+
credentialId?: string | undefined;
|
|
24033
|
+
relativePath?: string | undefined;
|
|
24032
24034
|
} | undefined;
|
|
24033
|
-
|
|
24035
|
+
github?: {
|
|
24036
|
+
url: string;
|
|
24037
|
+
branch: string;
|
|
24038
|
+
credentialId?: string | undefined;
|
|
24039
|
+
relativePath?: string | undefined;
|
|
24040
|
+
} | undefined;
|
|
24041
|
+
gitlab?: {
|
|
24034
24042
|
branch: string;
|
|
24035
|
-
connectionId: string;
|
|
24036
|
-
relativePath: string;
|
|
24037
|
-
organizationId: string;
|
|
24038
24043
|
projectId: string;
|
|
24039
|
-
|
|
24044
|
+
url?: string | undefined;
|
|
24045
|
+
credentialId?: string | undefined;
|
|
24046
|
+
relativePath?: string | undefined;
|
|
24040
24047
|
} | undefined;
|
|
24041
|
-
s3?: {} | undefined;
|
|
24042
|
-
webhookUrl?: string | undefined;
|
|
24043
|
-
}, {
|
|
24044
24048
|
documentation?: {
|
|
24045
24049
|
environment: "Live" | "Preview";
|
|
24046
24050
|
} | undefined;
|
|
24047
|
-
|
|
24048
|
-
|
|
24049
|
-
|
|
24050
|
-
|
|
24051
|
-
connectionId: string;
|
|
24052
|
-
relativePath: string;
|
|
24053
|
-
} | undefined;
|
|
24054
|
-
gitlab?: {
|
|
24051
|
+
webhookUrl?: string | undefined;
|
|
24052
|
+
}, {
|
|
24053
|
+
s3?: {} | undefined;
|
|
24054
|
+
azure?: {
|
|
24055
24055
|
branch: string;
|
|
24056
|
-
|
|
24057
|
-
relativePath: string;
|
|
24056
|
+
organizationId: string;
|
|
24058
24057
|
projectId: string;
|
|
24058
|
+
repositoryId: string;
|
|
24059
|
+
url?: string | null | undefined;
|
|
24060
|
+
credentialId?: string | undefined;
|
|
24061
|
+
relativePath?: string | null | undefined;
|
|
24059
24062
|
} | undefined;
|
|
24060
24063
|
bitbucket?: {
|
|
24061
24064
|
branch: string;
|
|
24062
|
-
connectionId: string;
|
|
24063
|
-
relativePath: string;
|
|
24064
24065
|
workspaceSlug: string;
|
|
24065
24066
|
projectKey: string;
|
|
24066
24067
|
repoSlug: string;
|
|
24068
|
+
credentialId?: string | undefined;
|
|
24069
|
+
relativePath?: string | null | undefined;
|
|
24067
24070
|
} | undefined;
|
|
24068
|
-
|
|
24071
|
+
github?: {
|
|
24072
|
+
url: string;
|
|
24073
|
+
branch: string;
|
|
24074
|
+
credentialId?: string | undefined;
|
|
24075
|
+
relativePath?: string | null | undefined;
|
|
24076
|
+
} | undefined;
|
|
24077
|
+
gitlab?: {
|
|
24069
24078
|
branch: string;
|
|
24070
|
-
connectionId: string;
|
|
24071
|
-
relativePath: string;
|
|
24072
|
-
organizationId: string;
|
|
24073
24079
|
projectId: string;
|
|
24074
|
-
|
|
24080
|
+
url?: string | null | undefined;
|
|
24081
|
+
credentialId?: string | undefined;
|
|
24082
|
+
relativePath?: string | null | undefined;
|
|
24083
|
+
} | undefined;
|
|
24084
|
+
documentation?: {
|
|
24085
|
+
environment: "Live" | "Preview";
|
|
24075
24086
|
} | undefined;
|
|
24076
|
-
s3?: {} | undefined;
|
|
24077
24087
|
webhookUrl?: string | undefined;
|
|
24078
24088
|
}>;
|
|
24079
24089
|
exporterId: z.ZodString;
|
|
24080
|
-
scheduleId: z.ZodString
|
|
24090
|
+
scheduleId: z.ZodOptional<z.ZodString>;
|
|
24081
24091
|
result: z.ZodOptional<z.ZodObject<{
|
|
24082
24092
|
error: z.ZodOptional<z.ZodString>;
|
|
24083
24093
|
s3: z.ZodOptional<z.ZodObject<{
|
|
@@ -24182,6 +24192,44 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24182
24192
|
id: string;
|
|
24183
24193
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24184
24194
|
createdAt: Date;
|
|
24195
|
+
exporterId: string;
|
|
24196
|
+
destinations: {
|
|
24197
|
+
s3?: {} | undefined;
|
|
24198
|
+
azure?: {
|
|
24199
|
+
branch: string;
|
|
24200
|
+
organizationId: string;
|
|
24201
|
+
projectId: string;
|
|
24202
|
+
repositoryId: string;
|
|
24203
|
+
url?: string | undefined;
|
|
24204
|
+
credentialId?: string | undefined;
|
|
24205
|
+
relativePath?: string | undefined;
|
|
24206
|
+
} | undefined;
|
|
24207
|
+
bitbucket?: {
|
|
24208
|
+
branch: string;
|
|
24209
|
+
workspaceSlug: string;
|
|
24210
|
+
projectKey: string;
|
|
24211
|
+
repoSlug: string;
|
|
24212
|
+
credentialId?: string | undefined;
|
|
24213
|
+
relativePath?: string | undefined;
|
|
24214
|
+
} | undefined;
|
|
24215
|
+
github?: {
|
|
24216
|
+
url: string;
|
|
24217
|
+
branch: string;
|
|
24218
|
+
credentialId?: string | undefined;
|
|
24219
|
+
relativePath?: string | undefined;
|
|
24220
|
+
} | undefined;
|
|
24221
|
+
gitlab?: {
|
|
24222
|
+
branch: string;
|
|
24223
|
+
projectId: string;
|
|
24224
|
+
url?: string | undefined;
|
|
24225
|
+
credentialId?: string | undefined;
|
|
24226
|
+
relativePath?: string | undefined;
|
|
24227
|
+
} | undefined;
|
|
24228
|
+
documentation?: {
|
|
24229
|
+
environment: "Live" | "Preview";
|
|
24230
|
+
} | undefined;
|
|
24231
|
+
webhookUrl?: string | undefined;
|
|
24232
|
+
};
|
|
24185
24233
|
designSystemVersion: {
|
|
24186
24234
|
id: string;
|
|
24187
24235
|
meta: {
|
|
@@ -24191,11 +24239,6 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24191
24239
|
version: string;
|
|
24192
24240
|
isReadonly: boolean;
|
|
24193
24241
|
};
|
|
24194
|
-
exporterId: string;
|
|
24195
|
-
createdBy: {
|
|
24196
|
-
userId: string;
|
|
24197
|
-
userName: string;
|
|
24198
|
-
};
|
|
24199
24242
|
designSystem: {
|
|
24200
24243
|
id: string;
|
|
24201
24244
|
meta: {
|
|
@@ -24203,46 +24246,104 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24203
24246
|
description?: string | undefined;
|
|
24204
24247
|
};
|
|
24205
24248
|
};
|
|
24206
|
-
|
|
24207
|
-
|
|
24208
|
-
|
|
24209
|
-
|
|
24249
|
+
finishedAt?: Date | undefined;
|
|
24250
|
+
index?: number | undefined;
|
|
24251
|
+
estimatedExecutionTime?: number | undefined;
|
|
24252
|
+
createdBy?: {
|
|
24253
|
+
userId: string;
|
|
24254
|
+
userName: string;
|
|
24255
|
+
} | undefined;
|
|
24256
|
+
scheduleId?: string | undefined;
|
|
24257
|
+
result?: {
|
|
24258
|
+
error?: string | undefined;
|
|
24210
24259
|
github?: {
|
|
24211
|
-
|
|
24212
|
-
|
|
24213
|
-
|
|
24214
|
-
|
|
24215
|
-
relativePath: string;
|
|
24260
|
+
pullRequestUrl: string;
|
|
24261
|
+
} | undefined;
|
|
24262
|
+
azure?: {
|
|
24263
|
+
pullRequestUrl: string;
|
|
24216
24264
|
} | undefined;
|
|
24217
24265
|
gitlab?: {
|
|
24266
|
+
pullRequestUrl: string;
|
|
24267
|
+
} | undefined;
|
|
24268
|
+
bitbucket?: {
|
|
24269
|
+
pullRequestUrl: string;
|
|
24270
|
+
} | undefined;
|
|
24271
|
+
s3?: {
|
|
24272
|
+
path: string;
|
|
24273
|
+
files: string[];
|
|
24274
|
+
bucket: string;
|
|
24275
|
+
urlPrefix?: string | undefined;
|
|
24276
|
+
} | undefined;
|
|
24277
|
+
sndocs?: {
|
|
24278
|
+
url: string;
|
|
24279
|
+
} | undefined;
|
|
24280
|
+
} | undefined;
|
|
24281
|
+
}, {
|
|
24282
|
+
id: string;
|
|
24283
|
+
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
24284
|
+
createdAt: Date;
|
|
24285
|
+
exporterId: string;
|
|
24286
|
+
destinations: {
|
|
24287
|
+
s3?: {} | undefined;
|
|
24288
|
+
azure?: {
|
|
24218
24289
|
branch: string;
|
|
24219
|
-
|
|
24220
|
-
relativePath: string;
|
|
24290
|
+
organizationId: string;
|
|
24221
24291
|
projectId: string;
|
|
24292
|
+
repositoryId: string;
|
|
24293
|
+
url?: string | null | undefined;
|
|
24294
|
+
credentialId?: string | undefined;
|
|
24295
|
+
relativePath?: string | null | undefined;
|
|
24222
24296
|
} | undefined;
|
|
24223
24297
|
bitbucket?: {
|
|
24224
24298
|
branch: string;
|
|
24225
|
-
connectionId: string;
|
|
24226
|
-
relativePath: string;
|
|
24227
24299
|
workspaceSlug: string;
|
|
24228
24300
|
projectKey: string;
|
|
24229
24301
|
repoSlug: string;
|
|
24302
|
+
credentialId?: string | undefined;
|
|
24303
|
+
relativePath?: string | null | undefined;
|
|
24230
24304
|
} | undefined;
|
|
24231
|
-
|
|
24305
|
+
github?: {
|
|
24306
|
+
url: string;
|
|
24307
|
+
branch: string;
|
|
24308
|
+
credentialId?: string | undefined;
|
|
24309
|
+
relativePath?: string | null | undefined;
|
|
24310
|
+
} | undefined;
|
|
24311
|
+
gitlab?: {
|
|
24232
24312
|
branch: string;
|
|
24233
|
-
connectionId: string;
|
|
24234
|
-
relativePath: string;
|
|
24235
|
-
organizationId: string;
|
|
24236
24313
|
projectId: string;
|
|
24237
|
-
|
|
24314
|
+
url?: string | null | undefined;
|
|
24315
|
+
credentialId?: string | undefined;
|
|
24316
|
+
relativePath?: string | null | undefined;
|
|
24317
|
+
} | undefined;
|
|
24318
|
+
documentation?: {
|
|
24319
|
+
environment: "Live" | "Preview";
|
|
24238
24320
|
} | undefined;
|
|
24239
|
-
s3?: {} | undefined;
|
|
24240
24321
|
webhookUrl?: string | undefined;
|
|
24241
24322
|
};
|
|
24242
|
-
|
|
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
|
+
};
|
|
24243
24339
|
finishedAt?: Date | undefined;
|
|
24244
24340
|
index?: number | undefined;
|
|
24245
24341
|
estimatedExecutionTime?: number | undefined;
|
|
24342
|
+
createdBy?: {
|
|
24343
|
+
userId: string;
|
|
24344
|
+
userName: string;
|
|
24345
|
+
} | undefined;
|
|
24346
|
+
scheduleId?: string | undefined;
|
|
24246
24347
|
result?: {
|
|
24247
24348
|
error?: string | undefined;
|
|
24248
24349
|
github?: {
|
|
@@ -24267,97 +24368,910 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24267
24368
|
url: string;
|
|
24268
24369
|
} | undefined;
|
|
24269
24370
|
} | undefined;
|
|
24270
|
-
}
|
|
24271
|
-
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
|
|
24371
|
+
}>;
|
|
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, {
|
|
24275
24715
|
id: string;
|
|
24276
|
-
|
|
24277
|
-
|
|
24278
|
-
|
|
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;
|
|
24279
24755
|
};
|
|
24280
|
-
|
|
24281
|
-
|
|
24282
|
-
|
|
24283
|
-
|
|
24284
|
-
|
|
24285
|
-
|
|
24286
|
-
|
|
24287
|
-
|
|
24288
|
-
designSystem: {
|
|
24289
|
-
id: string;
|
|
24290
|
-
meta: {
|
|
24291
|
-
name: string;
|
|
24292
|
-
description?: string | undefined;
|
|
24756
|
+
designSystemVersion: {
|
|
24757
|
+
id: string;
|
|
24758
|
+
meta: {
|
|
24759
|
+
name: string;
|
|
24760
|
+
description?: string | undefined;
|
|
24761
|
+
};
|
|
24762
|
+
version: string;
|
|
24763
|
+
isReadonly: boolean;
|
|
24293
24764
|
};
|
|
24294
|
-
|
|
24295
|
-
|
|
24296
|
-
|
|
24297
|
-
|
|
24298
|
-
|
|
24299
|
-
|
|
24300
|
-
|
|
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?: {
|
|
24301
24776
|
userId: string;
|
|
24302
|
-
|
|
24303
|
-
connectionId: string;
|
|
24304
|
-
relativePath: string;
|
|
24305
|
-
} | undefined;
|
|
24306
|
-
gitlab?: {
|
|
24307
|
-
branch: string;
|
|
24308
|
-
connectionId: string;
|
|
24309
|
-
relativePath: string;
|
|
24310
|
-
projectId: string;
|
|
24777
|
+
userName: string;
|
|
24311
24778
|
} | undefined;
|
|
24312
|
-
|
|
24313
|
-
|
|
24314
|
-
|
|
24315
|
-
|
|
24316
|
-
|
|
24317
|
-
|
|
24318
|
-
|
|
24319
|
-
|
|
24320
|
-
|
|
24321
|
-
|
|
24322
|
-
|
|
24323
|
-
|
|
24324
|
-
|
|
24325
|
-
|
|
24326
|
-
|
|
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;
|
|
24327
24803
|
} | undefined;
|
|
24328
|
-
|
|
24329
|
-
|
|
24330
|
-
|
|
24331
|
-
|
|
24332
|
-
|
|
24333
|
-
|
|
24334
|
-
|
|
24335
|
-
|
|
24336
|
-
|
|
24337
|
-
|
|
24338
|
-
|
|
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;
|
|
24339
24868
|
} | undefined;
|
|
24340
|
-
|
|
24341
|
-
|
|
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;
|
|
24342
24893
|
} | undefined;
|
|
24343
|
-
|
|
24344
|
-
|
|
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;
|
|
24345
24960
|
} | undefined;
|
|
24346
|
-
|
|
24347
|
-
|
|
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;
|
|
24348
24985
|
} | undefined;
|
|
24349
|
-
|
|
24350
|
-
|
|
24351
|
-
|
|
24352
|
-
|
|
24353
|
-
|
|
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;
|
|
24354
25052
|
} | undefined;
|
|
24355
|
-
|
|
24356
|
-
|
|
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;
|
|
24357
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;
|
|
24358
25272
|
} | undefined;
|
|
24359
25273
|
}>;
|
|
24360
|
-
type
|
|
25274
|
+
type DTOPipeline = z.infer<typeof DTOPipeline>;
|
|
24361
25275
|
|
|
24362
25276
|
declare const DTOLiveblocksAuthResponse: z.ZodObject<{
|
|
24363
25277
|
token: z.ZodString;
|
|
@@ -26652,7 +27566,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26652
27566
|
enabledScopes: string[];
|
|
26653
27567
|
bypassProxy: boolean;
|
|
26654
27568
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26655
|
-
authType: "Custom" | "
|
|
27569
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26656
27570
|
registryUrl: string;
|
|
26657
27571
|
proxyUrl: string;
|
|
26658
27572
|
customRegistryUrl?: string | undefined;
|
|
@@ -26663,7 +27577,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26663
27577
|
enabledScopes: string[];
|
|
26664
27578
|
bypassProxy: boolean;
|
|
26665
27579
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26666
|
-
authType: "Custom" | "
|
|
27580
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26667
27581
|
registryUrl: string;
|
|
26668
27582
|
proxyUrl: string;
|
|
26669
27583
|
customRegistryUrl?: string | undefined;
|
|
@@ -26827,7 +27741,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26827
27741
|
enabledScopes: string[];
|
|
26828
27742
|
bypassProxy: boolean;
|
|
26829
27743
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26830
|
-
authType: "Custom" | "
|
|
27744
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26831
27745
|
registryUrl: string;
|
|
26832
27746
|
proxyUrl: string;
|
|
26833
27747
|
customRegistryUrl?: string | undefined;
|
|
@@ -26991,7 +27905,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
26991
27905
|
enabledScopes: string[];
|
|
26992
27906
|
bypassProxy: boolean;
|
|
26993
27907
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
26994
|
-
authType: "Custom" | "
|
|
27908
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
26995
27909
|
registryUrl: string;
|
|
26996
27910
|
proxyUrl: string;
|
|
26997
27911
|
customRegistryUrl?: string | undefined;
|
|
@@ -27160,7 +28074,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
27160
28074
|
enabledScopes: string[];
|
|
27161
28075
|
bypassProxy: boolean;
|
|
27162
28076
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27163
|
-
authType: "Custom" | "
|
|
28077
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27164
28078
|
registryUrl: string;
|
|
27165
28079
|
proxyUrl: string;
|
|
27166
28080
|
customRegistryUrl?: string | undefined;
|
|
@@ -27328,7 +28242,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
27328
28242
|
enabledScopes: string[];
|
|
27329
28243
|
bypassProxy: boolean;
|
|
27330
28244
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
27331
|
-
authType: "Custom" | "
|
|
28245
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
27332
28246
|
registryUrl: string;
|
|
27333
28247
|
proxyUrl: string;
|
|
27334
28248
|
customRegistryUrl?: string | undefined;
|
|
@@ -28199,7 +29113,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28199
29113
|
enabledScopes: string[];
|
|
28200
29114
|
bypassProxy: boolean;
|
|
28201
29115
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28202
|
-
authType: "Custom" | "
|
|
29116
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28203
29117
|
registryUrl: string;
|
|
28204
29118
|
proxyUrl: string;
|
|
28205
29119
|
customRegistryUrl?: string | undefined;
|
|
@@ -28210,7 +29124,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28210
29124
|
enabledScopes: string[];
|
|
28211
29125
|
bypassProxy: boolean;
|
|
28212
29126
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28213
|
-
authType: "Custom" | "
|
|
29127
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28214
29128
|
registryUrl: string;
|
|
28215
29129
|
proxyUrl: string;
|
|
28216
29130
|
customRegistryUrl?: string | undefined;
|
|
@@ -28374,7 +29288,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28374
29288
|
enabledScopes: string[];
|
|
28375
29289
|
bypassProxy: boolean;
|
|
28376
29290
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28377
|
-
authType: "Custom" | "
|
|
29291
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28378
29292
|
registryUrl: string;
|
|
28379
29293
|
proxyUrl: string;
|
|
28380
29294
|
customRegistryUrl?: string | undefined;
|
|
@@ -28538,7 +29452,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28538
29452
|
enabledScopes: string[];
|
|
28539
29453
|
bypassProxy: boolean;
|
|
28540
29454
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28541
|
-
authType: "Custom" | "
|
|
29455
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28542
29456
|
registryUrl: string;
|
|
28543
29457
|
proxyUrl: string;
|
|
28544
29458
|
customRegistryUrl?: string | undefined;
|
|
@@ -28707,7 +29621,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28707
29621
|
enabledScopes: string[];
|
|
28708
29622
|
bypassProxy: boolean;
|
|
28709
29623
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28710
|
-
authType: "Custom" | "
|
|
29624
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28711
29625
|
registryUrl: string;
|
|
28712
29626
|
proxyUrl: string;
|
|
28713
29627
|
customRegistryUrl?: string | undefined;
|
|
@@ -28875,7 +29789,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
28875
29789
|
enabledScopes: string[];
|
|
28876
29790
|
bypassProxy: boolean;
|
|
28877
29791
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
28878
|
-
authType: "Custom" | "
|
|
29792
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
28879
29793
|
registryUrl: string;
|
|
28880
29794
|
proxyUrl: string;
|
|
28881
29795
|
customRegistryUrl?: string | undefined;
|
|
@@ -29045,7 +29959,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
29045
29959
|
enabledScopes: string[];
|
|
29046
29960
|
bypassProxy: boolean;
|
|
29047
29961
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29048
|
-
authType: "Custom" | "
|
|
29962
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29049
29963
|
registryUrl: string;
|
|
29050
29964
|
proxyUrl: string;
|
|
29051
29965
|
customRegistryUrl?: string | undefined;
|
|
@@ -29215,7 +30129,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
29215
30129
|
enabledScopes: string[];
|
|
29216
30130
|
bypassProxy: boolean;
|
|
29217
30131
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29218
|
-
authType: "Custom" | "
|
|
30132
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29219
30133
|
registryUrl: string;
|
|
29220
30134
|
proxyUrl: string;
|
|
29221
30135
|
customRegistryUrl?: string | undefined;
|
|
@@ -29247,7 +30161,7 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
|
|
|
29247
30161
|
enabledScopes: string[];
|
|
29248
30162
|
bypassProxy: boolean;
|
|
29249
30163
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29250
|
-
authType: "Custom" | "
|
|
30164
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29251
30165
|
registryUrl: string;
|
|
29252
30166
|
proxyUrl: string;
|
|
29253
30167
|
customRegistryUrl?: string | undefined;
|
|
@@ -29258,7 +30172,7 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
|
|
|
29258
30172
|
enabledScopes: string[];
|
|
29259
30173
|
bypassProxy: boolean;
|
|
29260
30174
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
29261
|
-
authType: "Custom" | "
|
|
30175
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
29262
30176
|
registryUrl: string;
|
|
29263
30177
|
proxyUrl: string;
|
|
29264
30178
|
customRegistryUrl?: string | undefined;
|
|
@@ -30125,7 +31039,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
30125
31039
|
enabledScopes: string[];
|
|
30126
31040
|
bypassProxy: boolean;
|
|
30127
31041
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
30128
|
-
authType: "Custom" | "
|
|
31042
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
30129
31043
|
registryUrl: string;
|
|
30130
31044
|
proxyUrl: string;
|
|
30131
31045
|
customRegistryUrl?: string | undefined;
|
|
@@ -30136,7 +31050,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
30136
31050
|
enabledScopes: string[];
|
|
30137
31051
|
bypassProxy: boolean;
|
|
30138
31052
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
30139
|
-
authType: "Custom" | "
|
|
31053
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
30140
31054
|
registryUrl: string;
|
|
30141
31055
|
proxyUrl: string;
|
|
30142
31056
|
customRegistryUrl?: string | undefined;
|
|
@@ -30300,7 +31214,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
30300
31214
|
enabledScopes: string[];
|
|
30301
31215
|
bypassProxy: boolean;
|
|
30302
31216
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
30303
|
-
authType: "Custom" | "
|
|
31217
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
30304
31218
|
registryUrl: string;
|
|
30305
31219
|
proxyUrl: string;
|
|
30306
31220
|
customRegistryUrl?: string | undefined;
|
|
@@ -30464,7 +31378,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
30464
31378
|
enabledScopes: string[];
|
|
30465
31379
|
bypassProxy: boolean;
|
|
30466
31380
|
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
30467
|
-
authType: "Custom" | "
|
|
31381
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
30468
31382
|
registryUrl: string;
|
|
30469
31383
|
proxyUrl: string;
|
|
30470
31384
|
customRegistryUrl?: string | undefined;
|
|
@@ -30531,6 +31445,8 @@ declare function documentationPagesToStructureDTOV2(pages: DocumentationPageV2[]
|
|
|
30531
31445
|
declare function documentationPagesToDTOV2(pages: DocumentationPageV2[], groups: ElementGroup[], routingVersion: string): DTODocumentationPageV2[];
|
|
30532
31446
|
declare function documentationPagesFixedConfigurationToDTOV2(pages: DocumentationPageV2[], groups: ElementGroup[], routingVersion: string): DTODocumentationPageV2[];
|
|
30533
31447
|
|
|
31448
|
+
declare function pipelineToDto(pipeline: Pipeline): DTOPipeline;
|
|
31449
|
+
|
|
30534
31450
|
declare function gitOrganizationToDto(org: GitOrganization): DTOGitOrganization;
|
|
30535
31451
|
declare function gitProjectToDto(project: GitProject): DTOGitProject;
|
|
30536
31452
|
declare function gitRepositoryToDto(repo: GitRepository): DTOGitRepository;
|
|
@@ -31215,6 +32131,621 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
31215
32131
|
}>;
|
|
31216
32132
|
type DTOGetBlockDefinitionsOutput = z.infer<typeof DTOGetBlockDefinitionsOutput>;
|
|
31217
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
|
+
|
|
31218
32749
|
declare const DTOLiveblocksAuthRequest: z.ZodObject<{
|
|
31219
32750
|
room: z.ZodOptional<z.ZodString>;
|
|
31220
32751
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34305,4 +35836,4 @@ declare const BlockDefinitionUtils: {
|
|
|
34305
35836
|
};
|
|
34306
35837
|
};
|
|
34307
35838
|
|
|
34308
|
-
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, 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, 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 };
|