@supernova-studio/client 1.16.0 → 1.16.2
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 +902 -755
- package/dist/index.d.ts +902 -755
- package/dist/index.js +742 -428
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1910 -1596
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -429,7 +429,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
429
429
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
430
430
|
registryUrl: string;
|
|
431
431
|
proxyUrl: string;
|
|
432
|
-
authType: "Custom" | "
|
|
432
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
433
433
|
enabledScopes: string[];
|
|
434
434
|
bypassProxy: boolean;
|
|
435
435
|
accessToken?: string | undefined;
|
|
@@ -440,7 +440,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
440
440
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
441
441
|
registryUrl: string;
|
|
442
442
|
proxyUrl: string;
|
|
443
|
-
authType: "Custom" | "
|
|
443
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
444
444
|
enabledScopes: string[];
|
|
445
445
|
bypassProxy: boolean;
|
|
446
446
|
accessToken?: string | undefined;
|
|
@@ -500,7 +500,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
500
500
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
501
501
|
registryUrl: string;
|
|
502
502
|
proxyUrl: string;
|
|
503
|
-
authType: "Custom" | "
|
|
503
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
504
504
|
enabledScopes: string[];
|
|
505
505
|
bypassProxy: boolean;
|
|
506
506
|
accessToken?: string | undefined;
|
|
@@ -560,7 +560,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
560
560
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
561
561
|
registryUrl: string;
|
|
562
562
|
proxyUrl: string;
|
|
563
|
-
authType: "Custom" | "
|
|
563
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
564
564
|
enabledScopes: string[];
|
|
565
565
|
bypassProxy: boolean;
|
|
566
566
|
accessToken?: string | undefined;
|
|
@@ -571,6 +571,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
571
571
|
}>;
|
|
572
572
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
573
573
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
574
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
575
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
574
576
|
}, "strip", z$1.ZodTypeAny, {
|
|
575
577
|
workspace: {
|
|
576
578
|
id: string;
|
|
@@ -624,7 +626,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
624
626
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
625
627
|
registryUrl: string;
|
|
626
628
|
proxyUrl: string;
|
|
627
|
-
authType: "Custom" | "
|
|
629
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
628
630
|
enabledScopes: string[];
|
|
629
631
|
bypassProxy: boolean;
|
|
630
632
|
accessToken?: string | undefined;
|
|
@@ -635,6 +637,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
635
637
|
};
|
|
636
638
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
637
639
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
640
|
+
seatType: "Full" | "Builder" | "None";
|
|
641
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
638
642
|
}, {
|
|
639
643
|
workspace: {
|
|
640
644
|
id: string;
|
|
@@ -688,7 +692,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
688
692
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
689
693
|
registryUrl: string;
|
|
690
694
|
proxyUrl: string;
|
|
691
|
-
authType: "Custom" | "
|
|
695
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
692
696
|
enabledScopes: string[];
|
|
693
697
|
bypassProxy: boolean;
|
|
694
698
|
accessToken?: string | undefined;
|
|
@@ -699,6 +703,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
699
703
|
};
|
|
700
704
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
701
705
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
706
|
+
seatType: "Full" | "Builder" | "None";
|
|
707
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
702
708
|
}>>;
|
|
703
709
|
designSystem: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
704
710
|
id: z$1.ZodString;
|
|
@@ -983,7 +989,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
983
989
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
984
990
|
registryUrl: string;
|
|
985
991
|
proxyUrl: string;
|
|
986
|
-
authType: "Custom" | "
|
|
992
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
987
993
|
enabledScopes: string[];
|
|
988
994
|
bypassProxy: boolean;
|
|
989
995
|
accessToken?: string | undefined;
|
|
@@ -994,6 +1000,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
994
1000
|
};
|
|
995
1001
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
996
1002
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1003
|
+
seatType: "Full" | "Builder" | "None";
|
|
1004
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
997
1005
|
} | undefined;
|
|
998
1006
|
}, {
|
|
999
1007
|
brand?: {
|
|
@@ -1100,7 +1108,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1100
1108
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
1101
1109
|
registryUrl: string;
|
|
1102
1110
|
proxyUrl: string;
|
|
1103
|
-
authType: "Custom" | "
|
|
1111
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
1104
1112
|
enabledScopes: string[];
|
|
1105
1113
|
bypassProxy: boolean;
|
|
1106
1114
|
accessToken?: string | undefined;
|
|
@@ -1111,6 +1119,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1111
1119
|
};
|
|
1112
1120
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1113
1121
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1122
|
+
seatType: "Full" | "Builder" | "None";
|
|
1123
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
1114
1124
|
} | undefined;
|
|
1115
1125
|
}>;
|
|
1116
1126
|
type DTOAppBootstrapDataResponse = z$1.infer<typeof DTOAppBootstrapDataResponse>;
|
|
@@ -10031,7 +10041,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10031
10041
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10032
10042
|
registryUrl: string;
|
|
10033
10043
|
proxyUrl: string;
|
|
10034
|
-
authType: "Custom" | "
|
|
10044
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10035
10045
|
enabledScopes: string[];
|
|
10036
10046
|
bypassProxy: boolean;
|
|
10037
10047
|
accessToken?: string | undefined;
|
|
@@ -10042,7 +10052,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10042
10052
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10043
10053
|
registryUrl: string;
|
|
10044
10054
|
proxyUrl: string;
|
|
10045
|
-
authType: "Custom" | "
|
|
10055
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10046
10056
|
enabledScopes: string[];
|
|
10047
10057
|
bypassProxy: boolean;
|
|
10048
10058
|
accessToken?: string | undefined;
|
|
@@ -10102,7 +10112,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10102
10112
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10103
10113
|
registryUrl: string;
|
|
10104
10114
|
proxyUrl: string;
|
|
10105
|
-
authType: "Custom" | "
|
|
10115
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10106
10116
|
enabledScopes: string[];
|
|
10107
10117
|
bypassProxy: boolean;
|
|
10108
10118
|
accessToken?: string | undefined;
|
|
@@ -10162,7 +10172,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10162
10172
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10163
10173
|
registryUrl: string;
|
|
10164
10174
|
proxyUrl: string;
|
|
10165
|
-
authType: "Custom" | "
|
|
10175
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10166
10176
|
enabledScopes: string[];
|
|
10167
10177
|
bypassProxy: boolean;
|
|
10168
10178
|
accessToken?: string | undefined;
|
|
@@ -10254,7 +10264,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10254
10264
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10255
10265
|
registryUrl: string;
|
|
10256
10266
|
proxyUrl: string;
|
|
10257
|
-
authType: "Custom" | "
|
|
10267
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10258
10268
|
enabledScopes: string[];
|
|
10259
10269
|
bypassProxy: boolean;
|
|
10260
10270
|
accessToken?: string | undefined;
|
|
@@ -10346,7 +10356,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10346
10356
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10347
10357
|
registryUrl: string;
|
|
10348
10358
|
proxyUrl: string;
|
|
10349
|
-
authType: "Custom" | "
|
|
10359
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10350
10360
|
enabledScopes: string[];
|
|
10351
10361
|
bypassProxy: boolean;
|
|
10352
10362
|
accessToken?: string | undefined;
|
|
@@ -78242,40 +78252,35 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78242
78252
|
type: z__default.ZodLiteral<"FeatureUpdate">;
|
|
78243
78253
|
input: z__default.ZodObject<{
|
|
78244
78254
|
id: z__default.ZodString;
|
|
78245
|
-
name: z__default.ZodString
|
|
78246
|
-
description: z__default.ZodString
|
|
78247
|
-
|
|
78248
|
-
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78255
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
78256
|
+
description: z__default.ZodOptional<z__default.ZodString>;
|
|
78257
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
78249
78258
|
}, "strip", z__default.ZodTypeAny, {
|
|
78250
78259
|
id: string;
|
|
78251
|
-
name
|
|
78252
|
-
description
|
|
78253
|
-
|
|
78254
|
-
afterFeatureId?: string | null | undefined;
|
|
78260
|
+
name?: string | undefined;
|
|
78261
|
+
description?: string | undefined;
|
|
78262
|
+
isArchived?: boolean | undefined;
|
|
78255
78263
|
}, {
|
|
78256
78264
|
id: string;
|
|
78257
|
-
name
|
|
78258
|
-
description
|
|
78259
|
-
|
|
78260
|
-
afterFeatureId?: string | null | undefined;
|
|
78265
|
+
name?: string | undefined;
|
|
78266
|
+
description?: string | undefined;
|
|
78267
|
+
isArchived?: boolean | undefined;
|
|
78261
78268
|
}>;
|
|
78262
78269
|
}, "strip", z__default.ZodTypeAny, {
|
|
78263
78270
|
type: "FeatureUpdate";
|
|
78264
78271
|
input: {
|
|
78265
78272
|
id: string;
|
|
78266
|
-
name
|
|
78267
|
-
description
|
|
78268
|
-
|
|
78269
|
-
afterFeatureId?: string | null | undefined;
|
|
78273
|
+
name?: string | undefined;
|
|
78274
|
+
description?: string | undefined;
|
|
78275
|
+
isArchived?: boolean | undefined;
|
|
78270
78276
|
};
|
|
78271
78277
|
}, {
|
|
78272
78278
|
type: "FeatureUpdate";
|
|
78273
78279
|
input: {
|
|
78274
78280
|
id: string;
|
|
78275
|
-
name
|
|
78276
|
-
description
|
|
78277
|
-
|
|
78278
|
-
afterFeatureId?: string | null | undefined;
|
|
78281
|
+
name?: string | undefined;
|
|
78282
|
+
description?: string | undefined;
|
|
78283
|
+
isArchived?: boolean | undefined;
|
|
78279
78284
|
};
|
|
78280
78285
|
}>;
|
|
78281
78286
|
type DTOForgeProjectActionFeatureUpdate = z__default.infer<typeof DTOForgeProjectActionFeatureUpdate>;
|
|
@@ -78333,84 +78338,63 @@ declare const DTOForgeProjectActionFeatureMove: z__default.ZodObject<{
|
|
|
78333
78338
|
type DTOForgeProjectActionFeatureMove = z__default.infer<typeof DTOForgeProjectActionFeatureMove>;
|
|
78334
78339
|
declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
78335
78340
|
type: z__default.ZodLiteral<"ArtifactCreate">;
|
|
78336
|
-
input: z__default.ZodObject<
|
|
78341
|
+
input: z__default.ZodObject<{
|
|
78337
78342
|
id: z__default.ZodString;
|
|
78338
|
-
projectId: z__default.ZodString;
|
|
78339
|
-
iterationId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78340
78343
|
title: z__default.ZodString;
|
|
78341
|
-
previewUrl: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78342
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
78343
|
-
createdAt: z__default.ZodDate;
|
|
78344
|
-
updatedAt: z__default.ZodDate;
|
|
78345
|
-
createdByUserId: z__default.ZodString;
|
|
78346
78344
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78347
|
-
|
|
78345
|
+
afterArtifactId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
78346
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
78348
78347
|
id: string;
|
|
78349
78348
|
title: string;
|
|
78350
|
-
previewUrl?: string | null | undefined;
|
|
78351
78349
|
sectionId?: string | undefined;
|
|
78352
|
-
|
|
78350
|
+
afterArtifactId?: string | null | undefined;
|
|
78353
78351
|
}, {
|
|
78354
78352
|
id: string;
|
|
78355
78353
|
title: string;
|
|
78356
|
-
previewUrl?: string | null | undefined;
|
|
78357
78354
|
sectionId?: string | undefined;
|
|
78358
|
-
|
|
78355
|
+
afterArtifactId?: string | null | undefined;
|
|
78359
78356
|
}>;
|
|
78360
78357
|
}, "strip", z__default.ZodTypeAny, {
|
|
78361
78358
|
type: "ArtifactCreate";
|
|
78362
78359
|
input: {
|
|
78363
78360
|
id: string;
|
|
78364
78361
|
title: string;
|
|
78365
|
-
previewUrl?: string | null | undefined;
|
|
78366
78362
|
sectionId?: string | undefined;
|
|
78367
|
-
|
|
78363
|
+
afterArtifactId?: string | null | undefined;
|
|
78368
78364
|
};
|
|
78369
78365
|
}, {
|
|
78370
78366
|
type: "ArtifactCreate";
|
|
78371
78367
|
input: {
|
|
78372
78368
|
id: string;
|
|
78373
78369
|
title: string;
|
|
78374
|
-
previewUrl?: string | null | undefined;
|
|
78375
78370
|
sectionId?: string | undefined;
|
|
78376
|
-
|
|
78371
|
+
afterArtifactId?: string | null | undefined;
|
|
78377
78372
|
};
|
|
78378
78373
|
}>;
|
|
78379
78374
|
type DTOForgeProjectActionArtifactCreate = z__default.infer<typeof DTOForgeProjectActionArtifactCreate>;
|
|
78380
78375
|
declare const DTOForgeProjectActionArtifactUpdate: z__default.ZodObject<{
|
|
78381
78376
|
type: z__default.ZodLiteral<"ArtifactUpdate">;
|
|
78382
78377
|
input: z__default.ZodObject<{
|
|
78383
|
-
title: z__default.ZodOptional<z__default.ZodString>;
|
|
78384
|
-
previewUrl: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
78385
|
-
sectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodString>>;
|
|
78386
|
-
} & {
|
|
78387
78378
|
id: z__default.ZodString;
|
|
78379
|
+
title: z__default.ZodOptional<z__default.ZodString>;
|
|
78388
78380
|
}, "strip", z__default.ZodTypeAny, {
|
|
78389
78381
|
id: string;
|
|
78390
78382
|
title?: string | undefined;
|
|
78391
|
-
previewUrl?: string | null | undefined;
|
|
78392
|
-
sectionId?: string | undefined;
|
|
78393
78383
|
}, {
|
|
78394
78384
|
id: string;
|
|
78395
78385
|
title?: string | undefined;
|
|
78396
|
-
previewUrl?: string | null | undefined;
|
|
78397
|
-
sectionId?: string | undefined;
|
|
78398
78386
|
}>;
|
|
78399
78387
|
}, "strip", z__default.ZodTypeAny, {
|
|
78400
78388
|
type: "ArtifactUpdate";
|
|
78401
78389
|
input: {
|
|
78402
78390
|
id: string;
|
|
78403
78391
|
title?: string | undefined;
|
|
78404
|
-
previewUrl?: string | null | undefined;
|
|
78405
|
-
sectionId?: string | undefined;
|
|
78406
78392
|
};
|
|
78407
78393
|
}, {
|
|
78408
78394
|
type: "ArtifactUpdate";
|
|
78409
78395
|
input: {
|
|
78410
78396
|
id: string;
|
|
78411
78397
|
title?: string | undefined;
|
|
78412
|
-
previewUrl?: string | null | undefined;
|
|
78413
|
-
sectionId?: string | undefined;
|
|
78414
78398
|
};
|
|
78415
78399
|
}>;
|
|
78416
78400
|
type DTOForgeProjectActionArtifactUpdate = z__default.infer<typeof DTOForgeProjectActionArtifactUpdate>;
|
|
@@ -78604,7 +78588,7 @@ declare const DTOForgeProjectActionSectionMove: z__default.ZodObject<{
|
|
|
78604
78588
|
};
|
|
78605
78589
|
}>;
|
|
78606
78590
|
type DTOForgeProjectActionSectionMove = z__default.infer<typeof DTOForgeProjectActionSectionMove>;
|
|
78607
|
-
declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
78591
|
+
declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
78608
78592
|
type: z__default.ZodLiteral<"FeatureCreate">;
|
|
78609
78593
|
input: z__default.ZodObject<{
|
|
78610
78594
|
id: z__default.ZodString;
|
|
@@ -78647,40 +78631,35 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78647
78631
|
type: z__default.ZodLiteral<"FeatureUpdate">;
|
|
78648
78632
|
input: z__default.ZodObject<{
|
|
78649
78633
|
id: z__default.ZodString;
|
|
78650
|
-
name: z__default.ZodString
|
|
78651
|
-
description: z__default.ZodString
|
|
78652
|
-
|
|
78653
|
-
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78634
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
78635
|
+
description: z__default.ZodOptional<z__default.ZodString>;
|
|
78636
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
78654
78637
|
}, "strip", z__default.ZodTypeAny, {
|
|
78655
78638
|
id: string;
|
|
78656
|
-
name
|
|
78657
|
-
description
|
|
78658
|
-
|
|
78659
|
-
afterFeatureId?: string | null | undefined;
|
|
78639
|
+
name?: string | undefined;
|
|
78640
|
+
description?: string | undefined;
|
|
78641
|
+
isArchived?: boolean | undefined;
|
|
78660
78642
|
}, {
|
|
78661
78643
|
id: string;
|
|
78662
|
-
name
|
|
78663
|
-
description
|
|
78664
|
-
|
|
78665
|
-
afterFeatureId?: string | null | undefined;
|
|
78644
|
+
name?: string | undefined;
|
|
78645
|
+
description?: string | undefined;
|
|
78646
|
+
isArchived?: boolean | undefined;
|
|
78666
78647
|
}>;
|
|
78667
78648
|
}, "strip", z__default.ZodTypeAny, {
|
|
78668
78649
|
type: "FeatureUpdate";
|
|
78669
78650
|
input: {
|
|
78670
78651
|
id: string;
|
|
78671
|
-
name
|
|
78672
|
-
description
|
|
78673
|
-
|
|
78674
|
-
afterFeatureId?: string | null | undefined;
|
|
78652
|
+
name?: string | undefined;
|
|
78653
|
+
description?: string | undefined;
|
|
78654
|
+
isArchived?: boolean | undefined;
|
|
78675
78655
|
};
|
|
78676
78656
|
}, {
|
|
78677
78657
|
type: "FeatureUpdate";
|
|
78678
78658
|
input: {
|
|
78679
78659
|
id: string;
|
|
78680
|
-
name
|
|
78681
|
-
description
|
|
78682
|
-
|
|
78683
|
-
afterFeatureId?: string | null | undefined;
|
|
78660
|
+
name?: string | undefined;
|
|
78661
|
+
description?: string | undefined;
|
|
78662
|
+
isArchived?: boolean | undefined;
|
|
78684
78663
|
};
|
|
78685
78664
|
}>, z__default.ZodObject<{
|
|
78686
78665
|
type: z__default.ZodLiteral<"FeatureDelete">;
|
|
@@ -78732,82 +78711,61 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78732
78711
|
};
|
|
78733
78712
|
}>, z__default.ZodObject<{
|
|
78734
78713
|
type: z__default.ZodLiteral<"ArtifactCreate">;
|
|
78735
|
-
input: z__default.ZodObject<
|
|
78714
|
+
input: z__default.ZodObject<{
|
|
78736
78715
|
id: z__default.ZodString;
|
|
78737
|
-
projectId: z__default.ZodString;
|
|
78738
|
-
iterationId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78739
78716
|
title: z__default.ZodString;
|
|
78740
|
-
previewUrl: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78741
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
78742
|
-
createdAt: z__default.ZodDate;
|
|
78743
|
-
updatedAt: z__default.ZodDate;
|
|
78744
|
-
createdByUserId: z__default.ZodString;
|
|
78745
78717
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78746
|
-
|
|
78718
|
+
afterArtifactId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
78719
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
78747
78720
|
id: string;
|
|
78748
78721
|
title: string;
|
|
78749
|
-
previewUrl?: string | null | undefined;
|
|
78750
78722
|
sectionId?: string | undefined;
|
|
78751
|
-
|
|
78723
|
+
afterArtifactId?: string | null | undefined;
|
|
78752
78724
|
}, {
|
|
78753
78725
|
id: string;
|
|
78754
78726
|
title: string;
|
|
78755
|
-
previewUrl?: string | null | undefined;
|
|
78756
78727
|
sectionId?: string | undefined;
|
|
78757
|
-
|
|
78728
|
+
afterArtifactId?: string | null | undefined;
|
|
78758
78729
|
}>;
|
|
78759
78730
|
}, "strip", z__default.ZodTypeAny, {
|
|
78760
78731
|
type: "ArtifactCreate";
|
|
78761
78732
|
input: {
|
|
78762
78733
|
id: string;
|
|
78763
78734
|
title: string;
|
|
78764
|
-
previewUrl?: string | null | undefined;
|
|
78765
78735
|
sectionId?: string | undefined;
|
|
78766
|
-
|
|
78736
|
+
afterArtifactId?: string | null | undefined;
|
|
78767
78737
|
};
|
|
78768
78738
|
}, {
|
|
78769
78739
|
type: "ArtifactCreate";
|
|
78770
78740
|
input: {
|
|
78771
78741
|
id: string;
|
|
78772
78742
|
title: string;
|
|
78773
|
-
previewUrl?: string | null | undefined;
|
|
78774
78743
|
sectionId?: string | undefined;
|
|
78775
|
-
|
|
78744
|
+
afterArtifactId?: string | null | undefined;
|
|
78776
78745
|
};
|
|
78777
78746
|
}>, z__default.ZodObject<{
|
|
78778
78747
|
type: z__default.ZodLiteral<"ArtifactUpdate">;
|
|
78779
78748
|
input: z__default.ZodObject<{
|
|
78780
|
-
title: z__default.ZodOptional<z__default.ZodString>;
|
|
78781
|
-
previewUrl: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
78782
|
-
sectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodString>>;
|
|
78783
|
-
} & {
|
|
78784
78749
|
id: z__default.ZodString;
|
|
78750
|
+
title: z__default.ZodOptional<z__default.ZodString>;
|
|
78785
78751
|
}, "strip", z__default.ZodTypeAny, {
|
|
78786
78752
|
id: string;
|
|
78787
78753
|
title?: string | undefined;
|
|
78788
|
-
previewUrl?: string | null | undefined;
|
|
78789
|
-
sectionId?: string | undefined;
|
|
78790
78754
|
}, {
|
|
78791
78755
|
id: string;
|
|
78792
78756
|
title?: string | undefined;
|
|
78793
|
-
previewUrl?: string | null | undefined;
|
|
78794
|
-
sectionId?: string | undefined;
|
|
78795
78757
|
}>;
|
|
78796
78758
|
}, "strip", z__default.ZodTypeAny, {
|
|
78797
78759
|
type: "ArtifactUpdate";
|
|
78798
78760
|
input: {
|
|
78799
78761
|
id: string;
|
|
78800
78762
|
title?: string | undefined;
|
|
78801
|
-
previewUrl?: string | null | undefined;
|
|
78802
|
-
sectionId?: string | undefined;
|
|
78803
78763
|
};
|
|
78804
78764
|
}, {
|
|
78805
78765
|
type: "ArtifactUpdate";
|
|
78806
78766
|
input: {
|
|
78807
78767
|
id: string;
|
|
78808
78768
|
title?: string | undefined;
|
|
78809
|
-
previewUrl?: string | null | undefined;
|
|
78810
|
-
sectionId?: string | undefined;
|
|
78811
78769
|
};
|
|
78812
78770
|
}>, z__default.ZodObject<{
|
|
78813
78771
|
type: z__default.ZodLiteral<"ArtifactDelete">;
|
|
@@ -78987,7 +78945,13 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78987
78945
|
id: string;
|
|
78988
78946
|
afterSectionId?: string | null | undefined;
|
|
78989
78947
|
};
|
|
78990
|
-
}>]
|
|
78948
|
+
}>]>, z__default.ZodObject<{
|
|
78949
|
+
tId: z__default.ZodOptional<z__default.ZodString>;
|
|
78950
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
78951
|
+
tId?: string | undefined;
|
|
78952
|
+
}, {
|
|
78953
|
+
tId?: string | undefined;
|
|
78954
|
+
}>>;
|
|
78991
78955
|
type DTOForgeProjectAction = z__default.infer<typeof DTOForgeProjectAction>;
|
|
78992
78956
|
type DTOForgeProjectActionType = DTOForgeProjectAction["type"];
|
|
78993
78957
|
type DTOForgeProjectActionOfType<T extends DTOForgeProjectActionType> = Extract<DTOForgeProjectAction, {
|
|
@@ -79057,46 +79021,31 @@ declare const DTOForgeProjectArtifact: z$1.ZodObject<{
|
|
|
79057
79021
|
}>;
|
|
79058
79022
|
type DTOForgeProjectArtifact = z$1.infer<typeof DTOForgeProjectArtifact>;
|
|
79059
79023
|
declare const DTOForgeProjectArtifactUpdateInput: z$1.ZodObject<{
|
|
79060
|
-
title: z$1.ZodOptional<z$1.ZodString>;
|
|
79061
|
-
previewUrl: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
79062
|
-
sectionId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
79063
|
-
} & {
|
|
79064
79024
|
id: z$1.ZodString;
|
|
79025
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
79065
79026
|
}, "strip", z$1.ZodTypeAny, {
|
|
79066
79027
|
id: string;
|
|
79067
79028
|
title?: string | undefined;
|
|
79068
|
-
previewUrl?: string | null | undefined;
|
|
79069
|
-
sectionId?: string | undefined;
|
|
79070
79029
|
}, {
|
|
79071
79030
|
id: string;
|
|
79072
79031
|
title?: string | undefined;
|
|
79073
|
-
previewUrl?: string | null | undefined;
|
|
79074
|
-
sectionId?: string | undefined;
|
|
79075
79032
|
}>;
|
|
79076
79033
|
type DTOForgeProjectArtifactUpdateInput = z$1.infer<typeof DTOForgeProjectArtifactUpdateInput>;
|
|
79077
|
-
declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<
|
|
79034
|
+
declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
79078
79035
|
id: z$1.ZodString;
|
|
79079
|
-
projectId: z$1.ZodString;
|
|
79080
|
-
iterationId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
79081
79036
|
title: z$1.ZodString;
|
|
79082
|
-
previewUrl: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
79083
|
-
sortOrder: z$1.ZodDefault<z$1.ZodNumber>;
|
|
79084
|
-
createdAt: z$1.ZodDate;
|
|
79085
|
-
updatedAt: z$1.ZodDate;
|
|
79086
|
-
createdByUserId: z$1.ZodString;
|
|
79087
79037
|
sectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
79088
|
-
|
|
79038
|
+
afterArtifactId: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>;
|
|
79039
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
79089
79040
|
id: string;
|
|
79090
79041
|
title: string;
|
|
79091
|
-
previewUrl?: string | null | undefined;
|
|
79092
79042
|
sectionId?: string | undefined;
|
|
79093
|
-
|
|
79043
|
+
afterArtifactId?: string | null | undefined;
|
|
79094
79044
|
}, {
|
|
79095
79045
|
id: string;
|
|
79096
79046
|
title: string;
|
|
79097
|
-
previewUrl?: string | null | undefined;
|
|
79098
79047
|
sectionId?: string | undefined;
|
|
79099
|
-
|
|
79048
|
+
afterArtifactId?: string | null | undefined;
|
|
79100
79049
|
}>;
|
|
79101
79050
|
type DTOForgeProjectArtifactCreateInput = z$1.infer<typeof DTOForgeProjectArtifactCreateInput>;
|
|
79102
79051
|
declare const DTOForgeProjectArtifactDeleteInput: z$1.ZodObject<{
|
|
@@ -79759,7 +79708,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79759
79708
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79760
79709
|
registryUrl: string;
|
|
79761
79710
|
proxyUrl: string;
|
|
79762
|
-
authType: "Custom" | "
|
|
79711
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79763
79712
|
enabledScopes: string[];
|
|
79764
79713
|
bypassProxy: boolean;
|
|
79765
79714
|
accessToken?: string | undefined;
|
|
@@ -79770,7 +79719,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79770
79719
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79771
79720
|
registryUrl: string;
|
|
79772
79721
|
proxyUrl: string;
|
|
79773
|
-
authType: "Custom" | "
|
|
79722
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79774
79723
|
enabledScopes: string[];
|
|
79775
79724
|
bypassProxy: boolean;
|
|
79776
79725
|
accessToken?: string | undefined;
|
|
@@ -79795,7 +79744,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79795
79744
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79796
79745
|
registryUrl: string;
|
|
79797
79746
|
proxyUrl: string;
|
|
79798
|
-
authType: "Custom" | "
|
|
79747
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79799
79748
|
enabledScopes: string[];
|
|
79800
79749
|
bypassProxy: boolean;
|
|
79801
79750
|
accessToken?: string | undefined;
|
|
@@ -79826,7 +79775,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79826
79775
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79827
79776
|
registryUrl: string;
|
|
79828
79777
|
proxyUrl: string;
|
|
79829
|
-
authType: "Custom" | "
|
|
79778
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79830
79779
|
enabledScopes: string[];
|
|
79831
79780
|
bypassProxy: boolean;
|
|
79832
79781
|
accessToken?: string | undefined;
|
|
@@ -79896,7 +79845,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79896
79845
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79897
79846
|
registryUrl: string;
|
|
79898
79847
|
proxyUrl: string;
|
|
79899
|
-
authType: "Custom" | "
|
|
79848
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79900
79849
|
enabledScopes: string[];
|
|
79901
79850
|
bypassProxy: boolean;
|
|
79902
79851
|
accessToken?: string | undefined;
|
|
@@ -79907,7 +79856,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79907
79856
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79908
79857
|
registryUrl: string;
|
|
79909
79858
|
proxyUrl: string;
|
|
79910
|
-
authType: "Custom" | "
|
|
79859
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79911
79860
|
enabledScopes: string[];
|
|
79912
79861
|
bypassProxy: boolean;
|
|
79913
79862
|
accessToken?: string | undefined;
|
|
@@ -79935,7 +79884,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79935
79884
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79936
79885
|
registryUrl: string;
|
|
79937
79886
|
proxyUrl: string;
|
|
79938
|
-
authType: "Custom" | "
|
|
79887
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79939
79888
|
enabledScopes: string[];
|
|
79940
79889
|
bypassProxy: boolean;
|
|
79941
79890
|
accessToken?: string | undefined;
|
|
@@ -79967,7 +79916,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79967
79916
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79968
79917
|
registryUrl: string;
|
|
79969
79918
|
proxyUrl: string;
|
|
79970
|
-
authType: "Custom" | "
|
|
79919
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79971
79920
|
enabledScopes: string[];
|
|
79972
79921
|
bypassProxy: boolean;
|
|
79973
79922
|
accessToken?: string | undefined;
|
|
@@ -96282,6 +96231,121 @@ declare const DTOForgeProjectRoomResponse: z$1.ZodObject<{
|
|
|
96282
96231
|
}>;
|
|
96283
96232
|
type DTOForgeProjectRoomResponse = z$1.infer<typeof DTOForgeProjectRoomResponse>;
|
|
96284
96233
|
|
|
96234
|
+
declare const DTOForgeSection: z__default.ZodObject<{
|
|
96235
|
+
id: z__default.ZodString;
|
|
96236
|
+
projectId: z__default.ZodString;
|
|
96237
|
+
name: z__default.ZodString;
|
|
96238
|
+
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
96239
|
+
createdAt: z__default.ZodDate;
|
|
96240
|
+
updatedAt: z__default.ZodDate;
|
|
96241
|
+
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
96242
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
96243
|
+
id: string;
|
|
96244
|
+
name: string;
|
|
96245
|
+
createdAt: Date;
|
|
96246
|
+
updatedAt: Date;
|
|
96247
|
+
childType: "Artifact" | "Feature";
|
|
96248
|
+
sortOrder: number;
|
|
96249
|
+
projectId: string;
|
|
96250
|
+
}, {
|
|
96251
|
+
id: string;
|
|
96252
|
+
name: string;
|
|
96253
|
+
createdAt: Date;
|
|
96254
|
+
updatedAt: Date;
|
|
96255
|
+
childType: "Artifact" | "Feature";
|
|
96256
|
+
projectId: string;
|
|
96257
|
+
sortOrder?: number | undefined;
|
|
96258
|
+
}>;
|
|
96259
|
+
type DTOForgeSection = z__default.infer<typeof DTOForgeSection>;
|
|
96260
|
+
declare const DTOForgeSectionCreateInput: z__default.ZodObject<Pick<{
|
|
96261
|
+
id: z__default.ZodString;
|
|
96262
|
+
projectId: z__default.ZodString;
|
|
96263
|
+
name: z__default.ZodString;
|
|
96264
|
+
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
96265
|
+
createdAt: z__default.ZodDate;
|
|
96266
|
+
updatedAt: z__default.ZodDate;
|
|
96267
|
+
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
96268
|
+
}, "id" | "name" | "childType"> & {
|
|
96269
|
+
afterSectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
96270
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
96271
|
+
id: string;
|
|
96272
|
+
name: string;
|
|
96273
|
+
childType: "Artifact" | "Feature";
|
|
96274
|
+
afterSectionId?: string | null | undefined;
|
|
96275
|
+
}, {
|
|
96276
|
+
id: string;
|
|
96277
|
+
name: string;
|
|
96278
|
+
childType: "Artifact" | "Feature";
|
|
96279
|
+
afterSectionId?: string | null | undefined;
|
|
96280
|
+
}>;
|
|
96281
|
+
type DTOForgeSectionCreateInput = z__default.infer<typeof DTOForgeSectionCreateInput>;
|
|
96282
|
+
declare const DTOForgeSectionUpdateInput: z__default.ZodObject<Pick<{
|
|
96283
|
+
id: z__default.ZodString;
|
|
96284
|
+
projectId: z__default.ZodString;
|
|
96285
|
+
name: z__default.ZodString;
|
|
96286
|
+
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
96287
|
+
createdAt: z__default.ZodDate;
|
|
96288
|
+
updatedAt: z__default.ZodDate;
|
|
96289
|
+
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
96290
|
+
}, "id" | "name">, "strip", z__default.ZodTypeAny, {
|
|
96291
|
+
id: string;
|
|
96292
|
+
name: string;
|
|
96293
|
+
}, {
|
|
96294
|
+
id: string;
|
|
96295
|
+
name: string;
|
|
96296
|
+
}>;
|
|
96297
|
+
type DTOForgeSectionUpdateInput = z__default.infer<typeof DTOForgeSectionUpdateInput>;
|
|
96298
|
+
declare const DTOForgeSectionDeleteInput: z__default.ZodObject<Pick<{
|
|
96299
|
+
id: z__default.ZodString;
|
|
96300
|
+
projectId: z__default.ZodString;
|
|
96301
|
+
name: z__default.ZodString;
|
|
96302
|
+
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
96303
|
+
createdAt: z__default.ZodDate;
|
|
96304
|
+
updatedAt: z__default.ZodDate;
|
|
96305
|
+
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
96306
|
+
}, "id"> & {
|
|
96307
|
+
deleteChildren: z__default.ZodDefault<z__default.ZodBoolean>;
|
|
96308
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
96309
|
+
id: string;
|
|
96310
|
+
deleteChildren: boolean;
|
|
96311
|
+
}, {
|
|
96312
|
+
id: string;
|
|
96313
|
+
deleteChildren?: boolean | undefined;
|
|
96314
|
+
}>;
|
|
96315
|
+
type DTOForgeSectionDeleteInput = z__default.infer<typeof DTOForgeSectionDeleteInput>;
|
|
96316
|
+
declare const DTOForgeSectionMoveInput: z__default.ZodObject<Pick<{
|
|
96317
|
+
id: z__default.ZodString;
|
|
96318
|
+
projectId: z__default.ZodString;
|
|
96319
|
+
name: z__default.ZodString;
|
|
96320
|
+
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
96321
|
+
createdAt: z__default.ZodDate;
|
|
96322
|
+
updatedAt: z__default.ZodDate;
|
|
96323
|
+
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
96324
|
+
}, "id"> & {
|
|
96325
|
+
afterSectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
96326
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
96327
|
+
id: string;
|
|
96328
|
+
afterSectionId?: string | null | undefined;
|
|
96329
|
+
}, {
|
|
96330
|
+
id: string;
|
|
96331
|
+
afterSectionId?: string | null | undefined;
|
|
96332
|
+
}>;
|
|
96333
|
+
type DTOForgeSectionMoveInput = z__default.infer<typeof DTOForgeSectionMoveInput>;
|
|
96334
|
+
declare const DTOForgeSectionItemMoveInput: z__default.ZodObject<{
|
|
96335
|
+
id: z__default.ZodString;
|
|
96336
|
+
sectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
96337
|
+
afterId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
96338
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
96339
|
+
id: string;
|
|
96340
|
+
sectionId?: string | null | undefined;
|
|
96341
|
+
afterId?: string | null | undefined;
|
|
96342
|
+
}, {
|
|
96343
|
+
id: string;
|
|
96344
|
+
sectionId?: string | null | undefined;
|
|
96345
|
+
afterId?: string | null | undefined;
|
|
96346
|
+
}>;
|
|
96347
|
+
type DTOForgeSectionItemMoveInput = z__default.infer<typeof DTOForgeSectionItemMoveInput>;
|
|
96348
|
+
|
|
96285
96349
|
declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
96286
96350
|
createdAt: z$1.ZodDate;
|
|
96287
96351
|
createdByUserId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -100273,121 +100337,6 @@ declare const DTORemoveForgeProjectResponse: z$1.ZodObject<{
|
|
|
100273
100337
|
}>;
|
|
100274
100338
|
type DTORemoveForgeProjectResponse = z$1.infer<typeof DTORemoveForgeProjectResponse>;
|
|
100275
100339
|
|
|
100276
|
-
declare const DTOForgeSection: z__default.ZodObject<{
|
|
100277
|
-
id: z__default.ZodString;
|
|
100278
|
-
projectId: z__default.ZodString;
|
|
100279
|
-
name: z__default.ZodString;
|
|
100280
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
100281
|
-
createdAt: z__default.ZodDate;
|
|
100282
|
-
updatedAt: z__default.ZodDate;
|
|
100283
|
-
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
100284
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
100285
|
-
id: string;
|
|
100286
|
-
name: string;
|
|
100287
|
-
createdAt: Date;
|
|
100288
|
-
updatedAt: Date;
|
|
100289
|
-
childType: "Artifact" | "Feature";
|
|
100290
|
-
sortOrder: number;
|
|
100291
|
-
projectId: string;
|
|
100292
|
-
}, {
|
|
100293
|
-
id: string;
|
|
100294
|
-
name: string;
|
|
100295
|
-
createdAt: Date;
|
|
100296
|
-
updatedAt: Date;
|
|
100297
|
-
childType: "Artifact" | "Feature";
|
|
100298
|
-
projectId: string;
|
|
100299
|
-
sortOrder?: number | undefined;
|
|
100300
|
-
}>;
|
|
100301
|
-
type DTOForgeSection = z__default.infer<typeof DTOForgeSection>;
|
|
100302
|
-
declare const DTOForgeSectionCreateInput: z__default.ZodObject<Pick<{
|
|
100303
|
-
id: z__default.ZodString;
|
|
100304
|
-
projectId: z__default.ZodString;
|
|
100305
|
-
name: z__default.ZodString;
|
|
100306
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
100307
|
-
createdAt: z__default.ZodDate;
|
|
100308
|
-
updatedAt: z__default.ZodDate;
|
|
100309
|
-
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
100310
|
-
}, "id" | "name" | "childType"> & {
|
|
100311
|
-
afterSectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
100312
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
100313
|
-
id: string;
|
|
100314
|
-
name: string;
|
|
100315
|
-
childType: "Artifact" | "Feature";
|
|
100316
|
-
afterSectionId?: string | null | undefined;
|
|
100317
|
-
}, {
|
|
100318
|
-
id: string;
|
|
100319
|
-
name: string;
|
|
100320
|
-
childType: "Artifact" | "Feature";
|
|
100321
|
-
afterSectionId?: string | null | undefined;
|
|
100322
|
-
}>;
|
|
100323
|
-
type DTOForgeSectionCreateInput = z__default.infer<typeof DTOForgeSectionCreateInput>;
|
|
100324
|
-
declare const DTOForgeSectionUpdateInput: z__default.ZodObject<Pick<{
|
|
100325
|
-
id: z__default.ZodString;
|
|
100326
|
-
projectId: z__default.ZodString;
|
|
100327
|
-
name: z__default.ZodString;
|
|
100328
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
100329
|
-
createdAt: z__default.ZodDate;
|
|
100330
|
-
updatedAt: z__default.ZodDate;
|
|
100331
|
-
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
100332
|
-
}, "id" | "name">, "strip", z__default.ZodTypeAny, {
|
|
100333
|
-
id: string;
|
|
100334
|
-
name: string;
|
|
100335
|
-
}, {
|
|
100336
|
-
id: string;
|
|
100337
|
-
name: string;
|
|
100338
|
-
}>;
|
|
100339
|
-
type DTOForgeSectionUpdateInput = z__default.infer<typeof DTOForgeSectionUpdateInput>;
|
|
100340
|
-
declare const DTOForgeSectionDeleteInput: z__default.ZodObject<Pick<{
|
|
100341
|
-
id: z__default.ZodString;
|
|
100342
|
-
projectId: z__default.ZodString;
|
|
100343
|
-
name: z__default.ZodString;
|
|
100344
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
100345
|
-
createdAt: z__default.ZodDate;
|
|
100346
|
-
updatedAt: z__default.ZodDate;
|
|
100347
|
-
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
100348
|
-
}, "id"> & {
|
|
100349
|
-
deleteChildren: z__default.ZodDefault<z__default.ZodBoolean>;
|
|
100350
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
100351
|
-
id: string;
|
|
100352
|
-
deleteChildren: boolean;
|
|
100353
|
-
}, {
|
|
100354
|
-
id: string;
|
|
100355
|
-
deleteChildren?: boolean | undefined;
|
|
100356
|
-
}>;
|
|
100357
|
-
type DTOForgeSectionDeleteInput = z__default.infer<typeof DTOForgeSectionDeleteInput>;
|
|
100358
|
-
declare const DTOForgeSectionMoveInput: z__default.ZodObject<Pick<{
|
|
100359
|
-
id: z__default.ZodString;
|
|
100360
|
-
projectId: z__default.ZodString;
|
|
100361
|
-
name: z__default.ZodString;
|
|
100362
|
-
sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
|
|
100363
|
-
createdAt: z__default.ZodDate;
|
|
100364
|
-
updatedAt: z__default.ZodDate;
|
|
100365
|
-
childType: z__default.ZodEnum<["Artifact", "Feature"]>;
|
|
100366
|
-
}, "id"> & {
|
|
100367
|
-
afterSectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
100368
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
100369
|
-
id: string;
|
|
100370
|
-
afterSectionId?: string | null | undefined;
|
|
100371
|
-
}, {
|
|
100372
|
-
id: string;
|
|
100373
|
-
afterSectionId?: string | null | undefined;
|
|
100374
|
-
}>;
|
|
100375
|
-
type DTOForgeSectionMoveInput = z__default.infer<typeof DTOForgeSectionMoveInput>;
|
|
100376
|
-
declare const DTOForgeSectionItemMoveInput: z__default.ZodObject<{
|
|
100377
|
-
id: z__default.ZodString;
|
|
100378
|
-
sectionId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
100379
|
-
afterId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>>;
|
|
100380
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
100381
|
-
id: string;
|
|
100382
|
-
sectionId?: string | null | undefined;
|
|
100383
|
-
afterId?: string | null | undefined;
|
|
100384
|
-
}, {
|
|
100385
|
-
id: string;
|
|
100386
|
-
sectionId?: string | null | undefined;
|
|
100387
|
-
afterId?: string | null | undefined;
|
|
100388
|
-
}>;
|
|
100389
|
-
type DTOForgeSectionItemMoveInput = z__default.infer<typeof DTOForgeSectionItemMoveInput>;
|
|
100390
|
-
|
|
100391
100340
|
declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
100392
100341
|
id: z$1.ZodString;
|
|
100393
100342
|
threadId: z$1.ZodString;
|
|
@@ -121345,6 +121294,11 @@ declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
|
121345
121294
|
}>;
|
|
121346
121295
|
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
121347
121296
|
|
|
121297
|
+
declare const DTOWorkspaceRole: z__default.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
121298
|
+
type DTOWorkspaceRole = z__default.infer<typeof DTOWorkspaceRole>;
|
|
121299
|
+
declare const DTOWorkspaceSeatType: z__default.ZodEnum<["Full", "Builder", "None"]>;
|
|
121300
|
+
type DTOWorkspaceSeatType = z__default.infer<typeof DTOWorkspaceSeatType>;
|
|
121301
|
+
|
|
121348
121302
|
declare const DTOGitOrganization: z$1.ZodObject<{
|
|
121349
121303
|
id: z$1.ZodString;
|
|
121350
121304
|
name: z$1.ZodString;
|
|
@@ -122376,36 +122330,44 @@ type DTOIntegrationsGetListResponse = z$1.infer<typeof DTOIntegrationsGetListRes
|
|
|
122376
122330
|
declare const DTOWorkspaceInvitationInput: z$1.ZodObject<{
|
|
122377
122331
|
email: z$1.ZodString;
|
|
122378
122332
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122333
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122379
122334
|
}, "strip", z$1.ZodTypeAny, {
|
|
122380
122335
|
email: string;
|
|
122381
122336
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122337
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122382
122338
|
}, {
|
|
122383
122339
|
email: string;
|
|
122384
122340
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122341
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122385
122342
|
}>;
|
|
122386
122343
|
type DTOWorkspaceInvitationInput = z$1.infer<typeof DTOWorkspaceInvitationInput>;
|
|
122387
122344
|
declare const DTOWorkspaceInvitationsListInput: z$1.ZodObject<{
|
|
122388
122345
|
invites: z$1.ZodArray<z$1.ZodObject<{
|
|
122389
122346
|
email: z$1.ZodString;
|
|
122390
122347
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122348
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122391
122349
|
}, "strip", z$1.ZodTypeAny, {
|
|
122392
122350
|
email: string;
|
|
122393
122351
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122352
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122394
122353
|
}, {
|
|
122395
122354
|
email: string;
|
|
122396
122355
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122356
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122397
122357
|
}>, "many">;
|
|
122398
122358
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
122399
122359
|
}, "strip", z$1.ZodTypeAny, {
|
|
122400
122360
|
invites: {
|
|
122401
122361
|
email: string;
|
|
122402
122362
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122363
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122403
122364
|
}[];
|
|
122404
122365
|
designSystemId?: string | undefined;
|
|
122405
122366
|
}, {
|
|
122406
122367
|
invites: {
|
|
122407
122368
|
email: string;
|
|
122408
122369
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122370
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122409
122371
|
}[];
|
|
122410
122372
|
designSystemId?: string | undefined;
|
|
122411
122373
|
}>;
|
|
@@ -122417,6 +122379,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122417
122379
|
createdAt: z$1.ZodDate;
|
|
122418
122380
|
resentAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodDate>>;
|
|
122419
122381
|
role: z$1.ZodNativeEnum<z$1.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
122382
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122420
122383
|
workspaceId: z$1.ZodString;
|
|
122421
122384
|
invitedBy: z$1.ZodString;
|
|
122422
122385
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -122425,6 +122388,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122425
122388
|
createdAt: Date;
|
|
122426
122389
|
workspaceId: string;
|
|
122427
122390
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122391
|
+
seatType: "None" | "Full" | "Builder";
|
|
122428
122392
|
invitedBy: string;
|
|
122429
122393
|
resentAt?: Date | null | undefined;
|
|
122430
122394
|
}, {
|
|
@@ -122433,6 +122397,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122433
122397
|
createdAt: Date;
|
|
122434
122398
|
workspaceId: string;
|
|
122435
122399
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122400
|
+
seatType: "None" | "Full" | "Builder";
|
|
122436
122401
|
invitedBy: string;
|
|
122437
122402
|
resentAt?: Date | null | undefined;
|
|
122438
122403
|
}>, "many">;
|
|
@@ -122443,6 +122408,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122443
122408
|
createdAt: Date;
|
|
122444
122409
|
workspaceId: string;
|
|
122445
122410
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122411
|
+
seatType: "None" | "Full" | "Builder";
|
|
122446
122412
|
invitedBy: string;
|
|
122447
122413
|
resentAt?: Date | null | undefined;
|
|
122448
122414
|
}[];
|
|
@@ -122453,6 +122419,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122453
122419
|
createdAt: Date;
|
|
122454
122420
|
workspaceId: string;
|
|
122455
122421
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122422
|
+
seatType: "None" | "Full" | "Builder";
|
|
122456
122423
|
invitedBy: string;
|
|
122457
122424
|
resentAt?: Date | null | undefined;
|
|
122458
122425
|
}[];
|
|
@@ -122460,10 +122427,13 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122460
122427
|
type DTOWorkspaceInvitationsResponse = z$1.infer<typeof DTOWorkspaceInvitationsResponse>;
|
|
122461
122428
|
declare const DTOWorkspaceInviteUpdate: z$1.ZodObject<{
|
|
122462
122429
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122430
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122463
122431
|
}, "strip", z$1.ZodTypeAny, {
|
|
122464
122432
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122433
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122465
122434
|
}, {
|
|
122466
122435
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122436
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122467
122437
|
}>;
|
|
122468
122438
|
type DTOWorkspaceInviteUpdate = z$1.infer<typeof DTOWorkspaceInviteUpdate>;
|
|
122469
122439
|
declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
@@ -122473,6 +122443,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122473
122443
|
createdAt: z$1.ZodDate;
|
|
122474
122444
|
resentAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodDate>>;
|
|
122475
122445
|
role: z$1.ZodNativeEnum<z$1.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
122446
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122476
122447
|
workspaceId: z$1.ZodString;
|
|
122477
122448
|
invitedBy: z$1.ZodString;
|
|
122478
122449
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -122481,6 +122452,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122481
122452
|
createdAt: Date;
|
|
122482
122453
|
workspaceId: string;
|
|
122483
122454
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122455
|
+
seatType: "None" | "Full" | "Builder";
|
|
122484
122456
|
invitedBy: string;
|
|
122485
122457
|
resentAt?: Date | null | undefined;
|
|
122486
122458
|
}, {
|
|
@@ -122489,6 +122461,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122489
122461
|
createdAt: Date;
|
|
122490
122462
|
workspaceId: string;
|
|
122491
122463
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122464
|
+
seatType: "None" | "Full" | "Builder";
|
|
122492
122465
|
invitedBy: string;
|
|
122493
122466
|
resentAt?: Date | null | undefined;
|
|
122494
122467
|
}>;
|
|
@@ -122499,6 +122472,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122499
122472
|
createdAt: Date;
|
|
122500
122473
|
workspaceId: string;
|
|
122501
122474
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122475
|
+
seatType: "None" | "Full" | "Builder";
|
|
122502
122476
|
invitedBy: string;
|
|
122503
122477
|
resentAt?: Date | null | undefined;
|
|
122504
122478
|
};
|
|
@@ -122509,397 +122483,13 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122509
122483
|
createdAt: Date;
|
|
122510
122484
|
workspaceId: string;
|
|
122511
122485
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122486
|
+
seatType: "None" | "Full" | "Builder";
|
|
122512
122487
|
invitedBy: string;
|
|
122513
122488
|
resentAt?: Date | null | undefined;
|
|
122514
122489
|
};
|
|
122515
122490
|
}>;
|
|
122516
122491
|
type DTOWorkspaceInvitationUpdateResponse = z$1.infer<typeof DTOWorkspaceInvitationUpdateResponse>;
|
|
122517
122492
|
|
|
122518
|
-
declare const DTOWorkspaceMember: z$1.ZodObject<{
|
|
122519
|
-
user: z$1.ZodObject<{
|
|
122520
|
-
id: z$1.ZodString;
|
|
122521
|
-
email: z$1.ZodString;
|
|
122522
|
-
createdAt: z$1.ZodDate;
|
|
122523
|
-
profile: z$1.ZodObject<{
|
|
122524
|
-
name: z$1.ZodString;
|
|
122525
|
-
avatar: z$1.ZodOptional<z$1.ZodString>;
|
|
122526
|
-
nickname: z$1.ZodOptional<z$1.ZodString>;
|
|
122527
|
-
onboarding: z$1.ZodOptional<z$1.ZodObject<{
|
|
122528
|
-
companyName: z$1.ZodOptional<z$1.ZodString>;
|
|
122529
|
-
numberOfPeopleInOrg: z$1.ZodOptional<z$1.ZodString>;
|
|
122530
|
-
numberOfPeopleInDesignTeam: z$1.ZodOptional<z$1.ZodString>;
|
|
122531
|
-
department: z$1.ZodOptional<z$1.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
122532
|
-
jobTitle: z$1.ZodOptional<z$1.ZodString>;
|
|
122533
|
-
phase: z$1.ZodOptional<z$1.ZodString>;
|
|
122534
|
-
jobLevel: z$1.ZodOptional<z$1.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
122535
|
-
designSystemName: z$1.ZodOptional<z$1.ZodString>;
|
|
122536
|
-
defaultDestination: z$1.ZodOptional<z$1.ZodString>;
|
|
122537
|
-
figmaUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
122538
|
-
isPageDraftOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122539
|
-
isApprovalsOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122540
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122541
|
-
companyName?: string | undefined;
|
|
122542
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122543
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122544
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122545
|
-
jobTitle?: string | undefined;
|
|
122546
|
-
phase?: string | undefined;
|
|
122547
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122548
|
-
designSystemName?: string | undefined;
|
|
122549
|
-
defaultDestination?: string | undefined;
|
|
122550
|
-
figmaUrl?: string | undefined;
|
|
122551
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122552
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122553
|
-
}, {
|
|
122554
|
-
companyName?: string | undefined;
|
|
122555
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122556
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122557
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122558
|
-
jobTitle?: string | undefined;
|
|
122559
|
-
phase?: string | undefined;
|
|
122560
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122561
|
-
designSystemName?: string | undefined;
|
|
122562
|
-
defaultDestination?: string | undefined;
|
|
122563
|
-
figmaUrl?: string | undefined;
|
|
122564
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122565
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122566
|
-
}>>;
|
|
122567
|
-
theme: z$1.ZodOptional<z$1.ZodObject<{
|
|
122568
|
-
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122569
|
-
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122570
|
-
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122571
|
-
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122572
|
-
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122573
|
-
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122574
|
-
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122575
|
-
} & {
|
|
122576
|
-
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
122577
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122578
|
-
backgroundColor?: string | undefined;
|
|
122579
|
-
accentColor?: string | undefined;
|
|
122580
|
-
contrast?: number | undefined;
|
|
122581
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122582
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122583
|
-
secondaryContrast?: number | undefined;
|
|
122584
|
-
isEditorWhite?: boolean | undefined;
|
|
122585
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122586
|
-
}, {
|
|
122587
|
-
backgroundColor?: string | undefined;
|
|
122588
|
-
accentColor?: string | undefined;
|
|
122589
|
-
contrast?: number | undefined;
|
|
122590
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122591
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122592
|
-
secondaryContrast?: number | undefined;
|
|
122593
|
-
isEditorWhite?: boolean | undefined;
|
|
122594
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122595
|
-
}>>;
|
|
122596
|
-
portalTheme: z$1.ZodOptional<z$1.ZodObject<{
|
|
122597
|
-
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122598
|
-
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122599
|
-
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122600
|
-
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122601
|
-
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122602
|
-
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122603
|
-
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122604
|
-
} & {
|
|
122605
|
-
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia", "DefaultPortal"]>>;
|
|
122606
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122607
|
-
backgroundColor?: string | undefined;
|
|
122608
|
-
accentColor?: string | undefined;
|
|
122609
|
-
contrast?: number | undefined;
|
|
122610
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122611
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122612
|
-
secondaryContrast?: number | undefined;
|
|
122613
|
-
isEditorWhite?: boolean | undefined;
|
|
122614
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122615
|
-
}, {
|
|
122616
|
-
backgroundColor?: string | undefined;
|
|
122617
|
-
accentColor?: string | undefined;
|
|
122618
|
-
contrast?: number | undefined;
|
|
122619
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122620
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122621
|
-
secondaryContrast?: number | undefined;
|
|
122622
|
-
isEditorWhite?: boolean | undefined;
|
|
122623
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122624
|
-
}>>;
|
|
122625
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122626
|
-
name: string;
|
|
122627
|
-
avatar?: string | undefined;
|
|
122628
|
-
nickname?: string | undefined;
|
|
122629
|
-
theme?: {
|
|
122630
|
-
backgroundColor?: string | undefined;
|
|
122631
|
-
accentColor?: string | undefined;
|
|
122632
|
-
contrast?: number | undefined;
|
|
122633
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122634
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122635
|
-
secondaryContrast?: number | undefined;
|
|
122636
|
-
isEditorWhite?: boolean | undefined;
|
|
122637
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122638
|
-
} | undefined;
|
|
122639
|
-
onboarding?: {
|
|
122640
|
-
companyName?: string | undefined;
|
|
122641
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122642
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122643
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122644
|
-
jobTitle?: string | undefined;
|
|
122645
|
-
phase?: string | undefined;
|
|
122646
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122647
|
-
designSystemName?: string | undefined;
|
|
122648
|
-
defaultDestination?: string | undefined;
|
|
122649
|
-
figmaUrl?: string | undefined;
|
|
122650
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122651
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122652
|
-
} | undefined;
|
|
122653
|
-
portalTheme?: {
|
|
122654
|
-
backgroundColor?: string | undefined;
|
|
122655
|
-
accentColor?: string | undefined;
|
|
122656
|
-
contrast?: number | undefined;
|
|
122657
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122658
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122659
|
-
secondaryContrast?: number | undefined;
|
|
122660
|
-
isEditorWhite?: boolean | undefined;
|
|
122661
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122662
|
-
} | undefined;
|
|
122663
|
-
}, {
|
|
122664
|
-
name: string;
|
|
122665
|
-
avatar?: string | undefined;
|
|
122666
|
-
nickname?: string | undefined;
|
|
122667
|
-
theme?: {
|
|
122668
|
-
backgroundColor?: string | undefined;
|
|
122669
|
-
accentColor?: string | undefined;
|
|
122670
|
-
contrast?: number | undefined;
|
|
122671
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122672
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122673
|
-
secondaryContrast?: number | undefined;
|
|
122674
|
-
isEditorWhite?: boolean | undefined;
|
|
122675
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122676
|
-
} | undefined;
|
|
122677
|
-
onboarding?: {
|
|
122678
|
-
companyName?: string | undefined;
|
|
122679
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122680
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122681
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122682
|
-
jobTitle?: string | undefined;
|
|
122683
|
-
phase?: string | undefined;
|
|
122684
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122685
|
-
designSystemName?: string | undefined;
|
|
122686
|
-
defaultDestination?: string | undefined;
|
|
122687
|
-
figmaUrl?: string | undefined;
|
|
122688
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122689
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122690
|
-
} | undefined;
|
|
122691
|
-
portalTheme?: {
|
|
122692
|
-
backgroundColor?: string | undefined;
|
|
122693
|
-
accentColor?: string | undefined;
|
|
122694
|
-
contrast?: number | undefined;
|
|
122695
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122696
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122697
|
-
secondaryContrast?: number | undefined;
|
|
122698
|
-
isEditorWhite?: boolean | undefined;
|
|
122699
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122700
|
-
} | undefined;
|
|
122701
|
-
}>;
|
|
122702
|
-
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
122703
|
-
isProtected: z$1.ZodBoolean;
|
|
122704
|
-
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
122705
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122706
|
-
email: string;
|
|
122707
|
-
id: string;
|
|
122708
|
-
profile: {
|
|
122709
|
-
name: string;
|
|
122710
|
-
avatar?: string | undefined;
|
|
122711
|
-
nickname?: string | undefined;
|
|
122712
|
-
theme?: {
|
|
122713
|
-
backgroundColor?: string | undefined;
|
|
122714
|
-
accentColor?: string | undefined;
|
|
122715
|
-
contrast?: number | undefined;
|
|
122716
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122717
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122718
|
-
secondaryContrast?: number | undefined;
|
|
122719
|
-
isEditorWhite?: boolean | undefined;
|
|
122720
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122721
|
-
} | undefined;
|
|
122722
|
-
onboarding?: {
|
|
122723
|
-
companyName?: string | undefined;
|
|
122724
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122725
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122726
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122727
|
-
jobTitle?: string | undefined;
|
|
122728
|
-
phase?: string | undefined;
|
|
122729
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122730
|
-
designSystemName?: string | undefined;
|
|
122731
|
-
defaultDestination?: string | undefined;
|
|
122732
|
-
figmaUrl?: string | undefined;
|
|
122733
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122734
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122735
|
-
} | undefined;
|
|
122736
|
-
portalTheme?: {
|
|
122737
|
-
backgroundColor?: string | undefined;
|
|
122738
|
-
accentColor?: string | undefined;
|
|
122739
|
-
contrast?: number | undefined;
|
|
122740
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122741
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122742
|
-
secondaryContrast?: number | undefined;
|
|
122743
|
-
isEditorWhite?: boolean | undefined;
|
|
122744
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122745
|
-
} | undefined;
|
|
122746
|
-
};
|
|
122747
|
-
createdAt: Date;
|
|
122748
|
-
isProtected: boolean;
|
|
122749
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122750
|
-
loggedOutAt?: Date | undefined;
|
|
122751
|
-
}, {
|
|
122752
|
-
email: string;
|
|
122753
|
-
id: string;
|
|
122754
|
-
profile: {
|
|
122755
|
-
name: string;
|
|
122756
|
-
avatar?: string | undefined;
|
|
122757
|
-
nickname?: string | undefined;
|
|
122758
|
-
theme?: {
|
|
122759
|
-
backgroundColor?: string | undefined;
|
|
122760
|
-
accentColor?: string | undefined;
|
|
122761
|
-
contrast?: number | undefined;
|
|
122762
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122763
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122764
|
-
secondaryContrast?: number | undefined;
|
|
122765
|
-
isEditorWhite?: boolean | undefined;
|
|
122766
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122767
|
-
} | undefined;
|
|
122768
|
-
onboarding?: {
|
|
122769
|
-
companyName?: string | undefined;
|
|
122770
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122771
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122772
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122773
|
-
jobTitle?: string | undefined;
|
|
122774
|
-
phase?: string | undefined;
|
|
122775
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122776
|
-
designSystemName?: string | undefined;
|
|
122777
|
-
defaultDestination?: string | undefined;
|
|
122778
|
-
figmaUrl?: string | undefined;
|
|
122779
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122780
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122781
|
-
} | undefined;
|
|
122782
|
-
portalTheme?: {
|
|
122783
|
-
backgroundColor?: string | undefined;
|
|
122784
|
-
accentColor?: string | undefined;
|
|
122785
|
-
contrast?: number | undefined;
|
|
122786
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122787
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122788
|
-
secondaryContrast?: number | undefined;
|
|
122789
|
-
isEditorWhite?: boolean | undefined;
|
|
122790
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122791
|
-
} | undefined;
|
|
122792
|
-
};
|
|
122793
|
-
createdAt: Date;
|
|
122794
|
-
isProtected: boolean;
|
|
122795
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122796
|
-
loggedOutAt?: Date | undefined;
|
|
122797
|
-
}>;
|
|
122798
|
-
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122799
|
-
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122800
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122801
|
-
user: {
|
|
122802
|
-
email: string;
|
|
122803
|
-
id: string;
|
|
122804
|
-
profile: {
|
|
122805
|
-
name: string;
|
|
122806
|
-
avatar?: string | undefined;
|
|
122807
|
-
nickname?: string | undefined;
|
|
122808
|
-
theme?: {
|
|
122809
|
-
backgroundColor?: string | undefined;
|
|
122810
|
-
accentColor?: string | undefined;
|
|
122811
|
-
contrast?: number | undefined;
|
|
122812
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122813
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122814
|
-
secondaryContrast?: number | undefined;
|
|
122815
|
-
isEditorWhite?: boolean | undefined;
|
|
122816
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122817
|
-
} | undefined;
|
|
122818
|
-
onboarding?: {
|
|
122819
|
-
companyName?: string | undefined;
|
|
122820
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122821
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122822
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122823
|
-
jobTitle?: string | undefined;
|
|
122824
|
-
phase?: string | undefined;
|
|
122825
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122826
|
-
designSystemName?: string | undefined;
|
|
122827
|
-
defaultDestination?: string | undefined;
|
|
122828
|
-
figmaUrl?: string | undefined;
|
|
122829
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122830
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122831
|
-
} | undefined;
|
|
122832
|
-
portalTheme?: {
|
|
122833
|
-
backgroundColor?: string | undefined;
|
|
122834
|
-
accentColor?: string | undefined;
|
|
122835
|
-
contrast?: number | undefined;
|
|
122836
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122837
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122838
|
-
secondaryContrast?: number | undefined;
|
|
122839
|
-
isEditorWhite?: boolean | undefined;
|
|
122840
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122841
|
-
} | undefined;
|
|
122842
|
-
};
|
|
122843
|
-
createdAt: Date;
|
|
122844
|
-
isProtected: boolean;
|
|
122845
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122846
|
-
loggedOutAt?: Date | undefined;
|
|
122847
|
-
};
|
|
122848
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122849
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122850
|
-
}, {
|
|
122851
|
-
user: {
|
|
122852
|
-
email: string;
|
|
122853
|
-
id: string;
|
|
122854
|
-
profile: {
|
|
122855
|
-
name: string;
|
|
122856
|
-
avatar?: string | undefined;
|
|
122857
|
-
nickname?: string | undefined;
|
|
122858
|
-
theme?: {
|
|
122859
|
-
backgroundColor?: string | undefined;
|
|
122860
|
-
accentColor?: string | undefined;
|
|
122861
|
-
contrast?: number | undefined;
|
|
122862
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122863
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122864
|
-
secondaryContrast?: number | undefined;
|
|
122865
|
-
isEditorWhite?: boolean | undefined;
|
|
122866
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122867
|
-
} | undefined;
|
|
122868
|
-
onboarding?: {
|
|
122869
|
-
companyName?: string | undefined;
|
|
122870
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122871
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122872
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122873
|
-
jobTitle?: string | undefined;
|
|
122874
|
-
phase?: string | undefined;
|
|
122875
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122876
|
-
designSystemName?: string | undefined;
|
|
122877
|
-
defaultDestination?: string | undefined;
|
|
122878
|
-
figmaUrl?: string | undefined;
|
|
122879
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122880
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122881
|
-
} | undefined;
|
|
122882
|
-
portalTheme?: {
|
|
122883
|
-
backgroundColor?: string | undefined;
|
|
122884
|
-
accentColor?: string | undefined;
|
|
122885
|
-
contrast?: number | undefined;
|
|
122886
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122887
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122888
|
-
secondaryContrast?: number | undefined;
|
|
122889
|
-
isEditorWhite?: boolean | undefined;
|
|
122890
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122891
|
-
} | undefined;
|
|
122892
|
-
};
|
|
122893
|
-
createdAt: Date;
|
|
122894
|
-
isProtected: boolean;
|
|
122895
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122896
|
-
loggedOutAt?: Date | undefined;
|
|
122897
|
-
};
|
|
122898
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122899
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122900
|
-
}>;
|
|
122901
|
-
declare const DTOWorkspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
122902
|
-
type DTOWorkspaceRole = z$1.infer<typeof DTOWorkspaceRole>;
|
|
122903
122493
|
declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
122904
122494
|
workspace: z$1.ZodObject<{
|
|
122905
122495
|
id: z$1.ZodString;
|
|
@@ -123118,7 +122708,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123118
122708
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123119
122709
|
registryUrl: string;
|
|
123120
122710
|
proxyUrl: string;
|
|
123121
|
-
authType: "Custom" | "
|
|
122711
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123122
122712
|
enabledScopes: string[];
|
|
123123
122713
|
bypassProxy: boolean;
|
|
123124
122714
|
accessToken?: string | undefined;
|
|
@@ -123129,7 +122719,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123129
122719
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123130
122720
|
registryUrl: string;
|
|
123131
122721
|
proxyUrl: string;
|
|
123132
|
-
authType: "Custom" | "
|
|
122722
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123133
122723
|
enabledScopes: string[];
|
|
123134
122724
|
bypassProxy: boolean;
|
|
123135
122725
|
accessToken?: string | undefined;
|
|
@@ -123189,7 +122779,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123189
122779
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123190
122780
|
registryUrl: string;
|
|
123191
122781
|
proxyUrl: string;
|
|
123192
|
-
authType: "Custom" | "
|
|
122782
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123193
122783
|
enabledScopes: string[];
|
|
123194
122784
|
bypassProxy: boolean;
|
|
123195
122785
|
accessToken?: string | undefined;
|
|
@@ -123249,7 +122839,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123249
122839
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123250
122840
|
registryUrl: string;
|
|
123251
122841
|
proxyUrl: string;
|
|
123252
|
-
authType: "Custom" | "
|
|
122842
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123253
122843
|
enabledScopes: string[];
|
|
123254
122844
|
bypassProxy: boolean;
|
|
123255
122845
|
accessToken?: string | undefined;
|
|
@@ -123260,6 +122850,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123260
122850
|
}>;
|
|
123261
122851
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123262
122852
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
122853
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122854
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123263
122855
|
}, "strip", z$1.ZodTypeAny, {
|
|
123264
122856
|
workspace: {
|
|
123265
122857
|
id: string;
|
|
@@ -123313,7 +122905,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123313
122905
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123314
122906
|
registryUrl: string;
|
|
123315
122907
|
proxyUrl: string;
|
|
123316
|
-
authType: "Custom" | "
|
|
122908
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123317
122909
|
enabledScopes: string[];
|
|
123318
122910
|
bypassProxy: boolean;
|
|
123319
122911
|
accessToken?: string | undefined;
|
|
@@ -123324,6 +122916,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123324
122916
|
};
|
|
123325
122917
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123326
122918
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
122919
|
+
seatType: "Full" | "Builder" | "None";
|
|
122920
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123327
122921
|
}, {
|
|
123328
122922
|
workspace: {
|
|
123329
122923
|
id: string;
|
|
@@ -123377,7 +122971,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123377
122971
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123378
122972
|
registryUrl: string;
|
|
123379
122973
|
proxyUrl: string;
|
|
123380
|
-
authType: "Custom" | "
|
|
122974
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123381
122975
|
enabledScopes: string[];
|
|
123382
122976
|
bypassProxy: boolean;
|
|
123383
122977
|
accessToken?: string | undefined;
|
|
@@ -123388,8 +122982,400 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123388
122982
|
};
|
|
123389
122983
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123390
122984
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
122985
|
+
seatType: "Full" | "Builder" | "None";
|
|
122986
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123391
122987
|
}>;
|
|
123392
122988
|
type DTOUserWorkspaceMembership = z$1.infer<typeof DTOUserWorkspaceMembership>;
|
|
122989
|
+
declare const DTOWorkspaceMember: z$1.ZodObject<{
|
|
122990
|
+
user: z$1.ZodObject<{
|
|
122991
|
+
id: z$1.ZodString;
|
|
122992
|
+
email: z$1.ZodString;
|
|
122993
|
+
createdAt: z$1.ZodDate;
|
|
122994
|
+
profile: z$1.ZodObject<{
|
|
122995
|
+
name: z$1.ZodString;
|
|
122996
|
+
avatar: z$1.ZodOptional<z$1.ZodString>;
|
|
122997
|
+
nickname: z$1.ZodOptional<z$1.ZodString>;
|
|
122998
|
+
onboarding: z$1.ZodOptional<z$1.ZodObject<{
|
|
122999
|
+
companyName: z$1.ZodOptional<z$1.ZodString>;
|
|
123000
|
+
numberOfPeopleInOrg: z$1.ZodOptional<z$1.ZodString>;
|
|
123001
|
+
numberOfPeopleInDesignTeam: z$1.ZodOptional<z$1.ZodString>;
|
|
123002
|
+
department: z$1.ZodOptional<z$1.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
123003
|
+
jobTitle: z$1.ZodOptional<z$1.ZodString>;
|
|
123004
|
+
phase: z$1.ZodOptional<z$1.ZodString>;
|
|
123005
|
+
jobLevel: z$1.ZodOptional<z$1.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
123006
|
+
designSystemName: z$1.ZodOptional<z$1.ZodString>;
|
|
123007
|
+
defaultDestination: z$1.ZodOptional<z$1.ZodString>;
|
|
123008
|
+
figmaUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
123009
|
+
isPageDraftOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123010
|
+
isApprovalsOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123011
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123012
|
+
companyName?: string | undefined;
|
|
123013
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123014
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123015
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123016
|
+
jobTitle?: string | undefined;
|
|
123017
|
+
phase?: string | undefined;
|
|
123018
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123019
|
+
designSystemName?: string | undefined;
|
|
123020
|
+
defaultDestination?: string | undefined;
|
|
123021
|
+
figmaUrl?: string | undefined;
|
|
123022
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123023
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123024
|
+
}, {
|
|
123025
|
+
companyName?: string | undefined;
|
|
123026
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123027
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123028
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123029
|
+
jobTitle?: string | undefined;
|
|
123030
|
+
phase?: string | undefined;
|
|
123031
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123032
|
+
designSystemName?: string | undefined;
|
|
123033
|
+
defaultDestination?: string | undefined;
|
|
123034
|
+
figmaUrl?: string | undefined;
|
|
123035
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123036
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123037
|
+
}>>;
|
|
123038
|
+
theme: z$1.ZodOptional<z$1.ZodObject<{
|
|
123039
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123040
|
+
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123041
|
+
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123042
|
+
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123043
|
+
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123044
|
+
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123045
|
+
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123046
|
+
} & {
|
|
123047
|
+
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
123048
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123049
|
+
backgroundColor?: string | undefined;
|
|
123050
|
+
accentColor?: string | undefined;
|
|
123051
|
+
contrast?: number | undefined;
|
|
123052
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123053
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123054
|
+
secondaryContrast?: number | undefined;
|
|
123055
|
+
isEditorWhite?: boolean | undefined;
|
|
123056
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123057
|
+
}, {
|
|
123058
|
+
backgroundColor?: string | undefined;
|
|
123059
|
+
accentColor?: string | undefined;
|
|
123060
|
+
contrast?: number | undefined;
|
|
123061
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123062
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123063
|
+
secondaryContrast?: number | undefined;
|
|
123064
|
+
isEditorWhite?: boolean | undefined;
|
|
123065
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123066
|
+
}>>;
|
|
123067
|
+
portalTheme: z$1.ZodOptional<z$1.ZodObject<{
|
|
123068
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123069
|
+
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123070
|
+
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123071
|
+
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123072
|
+
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123073
|
+
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123074
|
+
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123075
|
+
} & {
|
|
123076
|
+
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia", "DefaultPortal"]>>;
|
|
123077
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123078
|
+
backgroundColor?: string | undefined;
|
|
123079
|
+
accentColor?: string | undefined;
|
|
123080
|
+
contrast?: number | undefined;
|
|
123081
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123082
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123083
|
+
secondaryContrast?: number | undefined;
|
|
123084
|
+
isEditorWhite?: boolean | undefined;
|
|
123085
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123086
|
+
}, {
|
|
123087
|
+
backgroundColor?: string | undefined;
|
|
123088
|
+
accentColor?: string | undefined;
|
|
123089
|
+
contrast?: number | undefined;
|
|
123090
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123091
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123092
|
+
secondaryContrast?: number | undefined;
|
|
123093
|
+
isEditorWhite?: boolean | undefined;
|
|
123094
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123095
|
+
}>>;
|
|
123096
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123097
|
+
name: string;
|
|
123098
|
+
avatar?: string | undefined;
|
|
123099
|
+
nickname?: string | undefined;
|
|
123100
|
+
theme?: {
|
|
123101
|
+
backgroundColor?: string | undefined;
|
|
123102
|
+
accentColor?: string | undefined;
|
|
123103
|
+
contrast?: number | undefined;
|
|
123104
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123105
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123106
|
+
secondaryContrast?: number | undefined;
|
|
123107
|
+
isEditorWhite?: boolean | undefined;
|
|
123108
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123109
|
+
} | undefined;
|
|
123110
|
+
onboarding?: {
|
|
123111
|
+
companyName?: string | undefined;
|
|
123112
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123113
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123114
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123115
|
+
jobTitle?: string | undefined;
|
|
123116
|
+
phase?: string | undefined;
|
|
123117
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123118
|
+
designSystemName?: string | undefined;
|
|
123119
|
+
defaultDestination?: string | undefined;
|
|
123120
|
+
figmaUrl?: string | undefined;
|
|
123121
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123122
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123123
|
+
} | undefined;
|
|
123124
|
+
portalTheme?: {
|
|
123125
|
+
backgroundColor?: string | undefined;
|
|
123126
|
+
accentColor?: string | undefined;
|
|
123127
|
+
contrast?: number | undefined;
|
|
123128
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123129
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123130
|
+
secondaryContrast?: number | undefined;
|
|
123131
|
+
isEditorWhite?: boolean | undefined;
|
|
123132
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123133
|
+
} | undefined;
|
|
123134
|
+
}, {
|
|
123135
|
+
name: string;
|
|
123136
|
+
avatar?: string | undefined;
|
|
123137
|
+
nickname?: string | undefined;
|
|
123138
|
+
theme?: {
|
|
123139
|
+
backgroundColor?: string | undefined;
|
|
123140
|
+
accentColor?: string | undefined;
|
|
123141
|
+
contrast?: number | undefined;
|
|
123142
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123143
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123144
|
+
secondaryContrast?: number | undefined;
|
|
123145
|
+
isEditorWhite?: boolean | undefined;
|
|
123146
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123147
|
+
} | undefined;
|
|
123148
|
+
onboarding?: {
|
|
123149
|
+
companyName?: string | undefined;
|
|
123150
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123151
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123152
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123153
|
+
jobTitle?: string | undefined;
|
|
123154
|
+
phase?: string | undefined;
|
|
123155
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123156
|
+
designSystemName?: string | undefined;
|
|
123157
|
+
defaultDestination?: string | undefined;
|
|
123158
|
+
figmaUrl?: string | undefined;
|
|
123159
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123160
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123161
|
+
} | undefined;
|
|
123162
|
+
portalTheme?: {
|
|
123163
|
+
backgroundColor?: string | undefined;
|
|
123164
|
+
accentColor?: string | undefined;
|
|
123165
|
+
contrast?: number | undefined;
|
|
123166
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123167
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123168
|
+
secondaryContrast?: number | undefined;
|
|
123169
|
+
isEditorWhite?: boolean | undefined;
|
|
123170
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123171
|
+
} | undefined;
|
|
123172
|
+
}>;
|
|
123173
|
+
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
123174
|
+
isProtected: z$1.ZodBoolean;
|
|
123175
|
+
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
123176
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123177
|
+
email: string;
|
|
123178
|
+
id: string;
|
|
123179
|
+
profile: {
|
|
123180
|
+
name: string;
|
|
123181
|
+
avatar?: string | undefined;
|
|
123182
|
+
nickname?: string | undefined;
|
|
123183
|
+
theme?: {
|
|
123184
|
+
backgroundColor?: string | undefined;
|
|
123185
|
+
accentColor?: string | undefined;
|
|
123186
|
+
contrast?: number | undefined;
|
|
123187
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123188
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123189
|
+
secondaryContrast?: number | undefined;
|
|
123190
|
+
isEditorWhite?: boolean | undefined;
|
|
123191
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123192
|
+
} | undefined;
|
|
123193
|
+
onboarding?: {
|
|
123194
|
+
companyName?: string | undefined;
|
|
123195
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123196
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123197
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123198
|
+
jobTitle?: string | undefined;
|
|
123199
|
+
phase?: string | undefined;
|
|
123200
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123201
|
+
designSystemName?: string | undefined;
|
|
123202
|
+
defaultDestination?: string | undefined;
|
|
123203
|
+
figmaUrl?: string | undefined;
|
|
123204
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123205
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123206
|
+
} | undefined;
|
|
123207
|
+
portalTheme?: {
|
|
123208
|
+
backgroundColor?: string | undefined;
|
|
123209
|
+
accentColor?: string | undefined;
|
|
123210
|
+
contrast?: number | undefined;
|
|
123211
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123212
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123213
|
+
secondaryContrast?: number | undefined;
|
|
123214
|
+
isEditorWhite?: boolean | undefined;
|
|
123215
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123216
|
+
} | undefined;
|
|
123217
|
+
};
|
|
123218
|
+
createdAt: Date;
|
|
123219
|
+
isProtected: boolean;
|
|
123220
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123221
|
+
loggedOutAt?: Date | undefined;
|
|
123222
|
+
}, {
|
|
123223
|
+
email: string;
|
|
123224
|
+
id: string;
|
|
123225
|
+
profile: {
|
|
123226
|
+
name: string;
|
|
123227
|
+
avatar?: string | undefined;
|
|
123228
|
+
nickname?: string | undefined;
|
|
123229
|
+
theme?: {
|
|
123230
|
+
backgroundColor?: string | undefined;
|
|
123231
|
+
accentColor?: string | undefined;
|
|
123232
|
+
contrast?: number | undefined;
|
|
123233
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123234
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123235
|
+
secondaryContrast?: number | undefined;
|
|
123236
|
+
isEditorWhite?: boolean | undefined;
|
|
123237
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123238
|
+
} | undefined;
|
|
123239
|
+
onboarding?: {
|
|
123240
|
+
companyName?: string | undefined;
|
|
123241
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123242
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123243
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123244
|
+
jobTitle?: string | undefined;
|
|
123245
|
+
phase?: string | undefined;
|
|
123246
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123247
|
+
designSystemName?: string | undefined;
|
|
123248
|
+
defaultDestination?: string | undefined;
|
|
123249
|
+
figmaUrl?: string | undefined;
|
|
123250
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123251
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123252
|
+
} | undefined;
|
|
123253
|
+
portalTheme?: {
|
|
123254
|
+
backgroundColor?: string | undefined;
|
|
123255
|
+
accentColor?: string | undefined;
|
|
123256
|
+
contrast?: number | undefined;
|
|
123257
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123258
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123259
|
+
secondaryContrast?: number | undefined;
|
|
123260
|
+
isEditorWhite?: boolean | undefined;
|
|
123261
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123262
|
+
} | undefined;
|
|
123263
|
+
};
|
|
123264
|
+
createdAt: Date;
|
|
123265
|
+
isProtected: boolean;
|
|
123266
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123267
|
+
loggedOutAt?: Date | undefined;
|
|
123268
|
+
}>;
|
|
123269
|
+
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123270
|
+
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123271
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123272
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123273
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123274
|
+
user: {
|
|
123275
|
+
email: string;
|
|
123276
|
+
id: string;
|
|
123277
|
+
profile: {
|
|
123278
|
+
name: string;
|
|
123279
|
+
avatar?: string | undefined;
|
|
123280
|
+
nickname?: string | undefined;
|
|
123281
|
+
theme?: {
|
|
123282
|
+
backgroundColor?: string | undefined;
|
|
123283
|
+
accentColor?: string | undefined;
|
|
123284
|
+
contrast?: number | undefined;
|
|
123285
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123286
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123287
|
+
secondaryContrast?: number | undefined;
|
|
123288
|
+
isEditorWhite?: boolean | undefined;
|
|
123289
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123290
|
+
} | undefined;
|
|
123291
|
+
onboarding?: {
|
|
123292
|
+
companyName?: string | undefined;
|
|
123293
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123294
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123295
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123296
|
+
jobTitle?: string | undefined;
|
|
123297
|
+
phase?: string | undefined;
|
|
123298
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123299
|
+
designSystemName?: string | undefined;
|
|
123300
|
+
defaultDestination?: string | undefined;
|
|
123301
|
+
figmaUrl?: string | undefined;
|
|
123302
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123303
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123304
|
+
} | undefined;
|
|
123305
|
+
portalTheme?: {
|
|
123306
|
+
backgroundColor?: string | undefined;
|
|
123307
|
+
accentColor?: string | undefined;
|
|
123308
|
+
contrast?: number | undefined;
|
|
123309
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123310
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123311
|
+
secondaryContrast?: number | undefined;
|
|
123312
|
+
isEditorWhite?: boolean | undefined;
|
|
123313
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123314
|
+
} | undefined;
|
|
123315
|
+
};
|
|
123316
|
+
createdAt: Date;
|
|
123317
|
+
isProtected: boolean;
|
|
123318
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123319
|
+
loggedOutAt?: Date | undefined;
|
|
123320
|
+
};
|
|
123321
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123322
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123323
|
+
seatType: "Full" | "Builder" | "None";
|
|
123324
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123325
|
+
}, {
|
|
123326
|
+
user: {
|
|
123327
|
+
email: string;
|
|
123328
|
+
id: string;
|
|
123329
|
+
profile: {
|
|
123330
|
+
name: string;
|
|
123331
|
+
avatar?: string | undefined;
|
|
123332
|
+
nickname?: string | undefined;
|
|
123333
|
+
theme?: {
|
|
123334
|
+
backgroundColor?: string | undefined;
|
|
123335
|
+
accentColor?: string | undefined;
|
|
123336
|
+
contrast?: number | undefined;
|
|
123337
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123338
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123339
|
+
secondaryContrast?: number | undefined;
|
|
123340
|
+
isEditorWhite?: boolean | undefined;
|
|
123341
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123342
|
+
} | undefined;
|
|
123343
|
+
onboarding?: {
|
|
123344
|
+
companyName?: string | undefined;
|
|
123345
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123346
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123347
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123348
|
+
jobTitle?: string | undefined;
|
|
123349
|
+
phase?: string | undefined;
|
|
123350
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123351
|
+
designSystemName?: string | undefined;
|
|
123352
|
+
defaultDestination?: string | undefined;
|
|
123353
|
+
figmaUrl?: string | undefined;
|
|
123354
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123355
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123356
|
+
} | undefined;
|
|
123357
|
+
portalTheme?: {
|
|
123358
|
+
backgroundColor?: string | undefined;
|
|
123359
|
+
accentColor?: string | undefined;
|
|
123360
|
+
contrast?: number | undefined;
|
|
123361
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123362
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123363
|
+
secondaryContrast?: number | undefined;
|
|
123364
|
+
isEditorWhite?: boolean | undefined;
|
|
123365
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123366
|
+
} | undefined;
|
|
123367
|
+
};
|
|
123368
|
+
createdAt: Date;
|
|
123369
|
+
isProtected: boolean;
|
|
123370
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123371
|
+
loggedOutAt?: Date | undefined;
|
|
123372
|
+
};
|
|
123373
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123374
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123375
|
+
seatType: "Full" | "Builder" | "None";
|
|
123376
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123377
|
+
}>;
|
|
123378
|
+
type DTOWorkspaceMember = z$1.infer<typeof DTOWorkspaceMember>;
|
|
123393
123379
|
declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
123394
123380
|
membership: z$1.ZodArray<z$1.ZodObject<{
|
|
123395
123381
|
workspace: z$1.ZodObject<{
|
|
@@ -123609,7 +123595,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123609
123595
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123610
123596
|
registryUrl: string;
|
|
123611
123597
|
proxyUrl: string;
|
|
123612
|
-
authType: "Custom" | "
|
|
123598
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123613
123599
|
enabledScopes: string[];
|
|
123614
123600
|
bypassProxy: boolean;
|
|
123615
123601
|
accessToken?: string | undefined;
|
|
@@ -123620,7 +123606,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123620
123606
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123621
123607
|
registryUrl: string;
|
|
123622
123608
|
proxyUrl: string;
|
|
123623
|
-
authType: "Custom" | "
|
|
123609
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123624
123610
|
enabledScopes: string[];
|
|
123625
123611
|
bypassProxy: boolean;
|
|
123626
123612
|
accessToken?: string | undefined;
|
|
@@ -123680,7 +123666,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123680
123666
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123681
123667
|
registryUrl: string;
|
|
123682
123668
|
proxyUrl: string;
|
|
123683
|
-
authType: "Custom" | "
|
|
123669
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123684
123670
|
enabledScopes: string[];
|
|
123685
123671
|
bypassProxy: boolean;
|
|
123686
123672
|
accessToken?: string | undefined;
|
|
@@ -123740,7 +123726,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123740
123726
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123741
123727
|
registryUrl: string;
|
|
123742
123728
|
proxyUrl: string;
|
|
123743
|
-
authType: "Custom" | "
|
|
123729
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123744
123730
|
enabledScopes: string[];
|
|
123745
123731
|
bypassProxy: boolean;
|
|
123746
123732
|
accessToken?: string | undefined;
|
|
@@ -123751,6 +123737,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123751
123737
|
}>;
|
|
123752
123738
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123753
123739
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123740
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123741
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123754
123742
|
}, "strip", z$1.ZodTypeAny, {
|
|
123755
123743
|
workspace: {
|
|
123756
123744
|
id: string;
|
|
@@ -123804,7 +123792,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123804
123792
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123805
123793
|
registryUrl: string;
|
|
123806
123794
|
proxyUrl: string;
|
|
123807
|
-
authType: "Custom" | "
|
|
123795
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123808
123796
|
enabledScopes: string[];
|
|
123809
123797
|
bypassProxy: boolean;
|
|
123810
123798
|
accessToken?: string | undefined;
|
|
@@ -123815,6 +123803,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123815
123803
|
};
|
|
123816
123804
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123817
123805
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123806
|
+
seatType: "Full" | "Builder" | "None";
|
|
123807
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123818
123808
|
}, {
|
|
123819
123809
|
workspace: {
|
|
123820
123810
|
id: string;
|
|
@@ -123868,7 +123858,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123868
123858
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123869
123859
|
registryUrl: string;
|
|
123870
123860
|
proxyUrl: string;
|
|
123871
|
-
authType: "Custom" | "
|
|
123861
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123872
123862
|
enabledScopes: string[];
|
|
123873
123863
|
bypassProxy: boolean;
|
|
123874
123864
|
accessToken?: string | undefined;
|
|
@@ -123879,6 +123869,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123879
123869
|
};
|
|
123880
123870
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123881
123871
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123872
|
+
seatType: "Full" | "Builder" | "None";
|
|
123873
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123882
123874
|
}>, "many">;
|
|
123883
123875
|
}, "strip", z$1.ZodTypeAny, {
|
|
123884
123876
|
membership: {
|
|
@@ -123934,7 +123926,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123934
123926
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123935
123927
|
registryUrl: string;
|
|
123936
123928
|
proxyUrl: string;
|
|
123937
|
-
authType: "Custom" | "
|
|
123929
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123938
123930
|
enabledScopes: string[];
|
|
123939
123931
|
bypassProxy: boolean;
|
|
123940
123932
|
accessToken?: string | undefined;
|
|
@@ -123945,6 +123937,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123945
123937
|
};
|
|
123946
123938
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123947
123939
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123940
|
+
seatType: "Full" | "Builder" | "None";
|
|
123941
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123948
123942
|
}[];
|
|
123949
123943
|
}, {
|
|
123950
123944
|
membership: {
|
|
@@ -124000,7 +123994,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
124000
123994
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124001
123995
|
registryUrl: string;
|
|
124002
123996
|
proxyUrl: string;
|
|
124003
|
-
authType: "Custom" | "
|
|
123997
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124004
123998
|
enabledScopes: string[];
|
|
124005
123999
|
bypassProxy: boolean;
|
|
124006
124000
|
accessToken?: string | undefined;
|
|
@@ -124011,6 +124005,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
124011
124005
|
};
|
|
124012
124006
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124013
124007
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124008
|
+
seatType: "Full" | "Builder" | "None";
|
|
124009
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124014
124010
|
}[];
|
|
124015
124011
|
}>;
|
|
124016
124012
|
type DTOUserWorkspaceMembershipsResponse = z$1.infer<typeof DTOUserWorkspaceMembershipsResponse>;
|
|
@@ -124295,8 +124291,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124295
124291
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124296
124292
|
loggedOutAt?: Date | undefined;
|
|
124297
124293
|
}>;
|
|
124298
|
-
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "
|
|
124299
|
-
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "
|
|
124294
|
+
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
124295
|
+
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
124296
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
124297
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
124300
124298
|
}, "strip", z$1.ZodTypeAny, {
|
|
124301
124299
|
user: {
|
|
124302
124300
|
email: string;
|
|
@@ -124345,8 +124343,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124345
124343
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124346
124344
|
loggedOutAt?: Date | undefined;
|
|
124347
124345
|
};
|
|
124348
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124349
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124346
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124347
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124348
|
+
seatType: "Full" | "Builder" | "None";
|
|
124349
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124350
124350
|
}, {
|
|
124351
124351
|
user: {
|
|
124352
124352
|
email: string;
|
|
@@ -124395,8 +124395,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124395
124395
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124396
124396
|
loggedOutAt?: Date | undefined;
|
|
124397
124397
|
};
|
|
124398
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124399
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124398
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124399
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124400
|
+
seatType: "Full" | "Builder" | "None";
|
|
124401
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124400
124402
|
}>, "many">;
|
|
124401
124403
|
}, "strip", z$1.ZodTypeAny, {
|
|
124402
124404
|
members: {
|
|
@@ -124447,8 +124449,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124447
124449
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124448
124450
|
loggedOutAt?: Date | undefined;
|
|
124449
124451
|
};
|
|
124450
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124451
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124452
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124453
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124454
|
+
seatType: "Full" | "Builder" | "None";
|
|
124455
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124452
124456
|
}[];
|
|
124453
124457
|
}, {
|
|
124454
124458
|
members: {
|
|
@@ -124499,8 +124503,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124499
124503
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124500
124504
|
loggedOutAt?: Date | undefined;
|
|
124501
124505
|
};
|
|
124502
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124503
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124506
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124507
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124508
|
+
seatType: "Full" | "Builder" | "None";
|
|
124509
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124504
124510
|
}[];
|
|
124505
124511
|
}>;
|
|
124506
124512
|
type DTOWorkspaceMembersListResponse = z$1.infer<typeof DTOWorkspaceMembersListResponse>;
|
|
@@ -124523,7 +124529,7 @@ declare const DTONpmRegistryConfig: z$1.ZodObject<{
|
|
|
124523
124529
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124524
124530
|
registryUrl: string;
|
|
124525
124531
|
proxyUrl: string;
|
|
124526
|
-
authType: "Custom" | "
|
|
124532
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124527
124533
|
enabledScopes: string[];
|
|
124528
124534
|
bypassProxy: boolean;
|
|
124529
124535
|
accessToken?: string | undefined;
|
|
@@ -124534,7 +124540,7 @@ declare const DTONpmRegistryConfig: z$1.ZodObject<{
|
|
|
124534
124540
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124535
124541
|
registryUrl: string;
|
|
124536
124542
|
proxyUrl: string;
|
|
124537
|
-
authType: "Custom" | "
|
|
124543
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124538
124544
|
enabledScopes: string[];
|
|
124539
124545
|
bypassProxy: boolean;
|
|
124540
124546
|
accessToken?: string | undefined;
|
|
@@ -124559,7 +124565,7 @@ declare const DTONpmRegistryAccessTokenResponse: z$1.ZodObject<{
|
|
|
124559
124565
|
type DTONpmRegistryAccessTokenResponse = z$1.infer<typeof DTONpmRegistryAccessTokenResponse>;
|
|
124560
124566
|
declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
124561
124567
|
registryType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps", z$1.ZodTypeDef, "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps">>>, NonNullable<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps"> | undefined, "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | null | undefined>;
|
|
124562
|
-
authType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Custom" | "
|
|
124568
|
+
authType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Custom" | "None" | "Basic" | "Bearer", z$1.ZodTypeDef, "Custom" | "None" | "Basic" | "Bearer">>>, NonNullable<"Custom" | "None" | "Basic" | "Bearer"> | undefined, "Custom" | "None" | "Basic" | "Bearer" | null | undefined>;
|
|
124563
124569
|
enabledScopes: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string[], z$1.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
|
|
124564
124570
|
customRegistryUrl: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124565
124571
|
bypassProxy: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -124574,7 +124580,7 @@ declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
|
124574
124580
|
username?: string | undefined;
|
|
124575
124581
|
registryType?: NonNullable<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps"> | undefined;
|
|
124576
124582
|
customRegistryUrl?: string | undefined;
|
|
124577
|
-
authType?: NonNullable<"Custom" | "
|
|
124583
|
+
authType?: NonNullable<"Custom" | "None" | "Basic" | "Bearer"> | undefined;
|
|
124578
124584
|
password?: string | undefined;
|
|
124579
124585
|
enabledScopes?: string[] | undefined;
|
|
124580
124586
|
bypassProxy?: boolean | undefined;
|
|
@@ -124586,7 +124592,7 @@ declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
|
124586
124592
|
username?: string | null | undefined;
|
|
124587
124593
|
registryType?: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | null | undefined;
|
|
124588
124594
|
customRegistryUrl?: string | null | undefined;
|
|
124589
|
-
authType?: "Custom" | "
|
|
124595
|
+
authType?: "Custom" | "None" | "Basic" | "Bearer" | null | undefined;
|
|
124590
124596
|
password?: string | null | undefined;
|
|
124591
124597
|
enabledScopes?: string[] | null | undefined;
|
|
124592
124598
|
bypassProxy?: boolean | null | undefined;
|
|
@@ -124611,7 +124617,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124611
124617
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124612
124618
|
registryUrl: string;
|
|
124613
124619
|
proxyUrl: string;
|
|
124614
|
-
authType: "Custom" | "
|
|
124620
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124615
124621
|
enabledScopes: string[];
|
|
124616
124622
|
bypassProxy: boolean;
|
|
124617
124623
|
accessToken?: string | undefined;
|
|
@@ -124622,7 +124628,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124622
124628
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124623
124629
|
registryUrl: string;
|
|
124624
124630
|
proxyUrl: string;
|
|
124625
|
-
authType: "Custom" | "
|
|
124631
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124626
124632
|
enabledScopes: string[];
|
|
124627
124633
|
bypassProxy: boolean;
|
|
124628
124634
|
accessToken?: string | undefined;
|
|
@@ -124635,7 +124641,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124635
124641
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124636
124642
|
registryUrl: string;
|
|
124637
124643
|
proxyUrl: string;
|
|
124638
|
-
authType: "Custom" | "
|
|
124644
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124639
124645
|
enabledScopes: string[];
|
|
124640
124646
|
bypassProxy: boolean;
|
|
124641
124647
|
accessToken?: string | undefined;
|
|
@@ -124648,7 +124654,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124648
124654
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124649
124655
|
registryUrl: string;
|
|
124650
124656
|
proxyUrl: string;
|
|
124651
|
-
authType: "Custom" | "
|
|
124657
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124652
124658
|
enabledScopes: string[];
|
|
124653
124659
|
bypassProxy: boolean;
|
|
124654
124660
|
accessToken?: string | undefined;
|
|
@@ -127180,6 +127186,15 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
127180
127186
|
}>;
|
|
127181
127187
|
type DTOSubscriptionResponse = z__default.infer<typeof DTOSubscriptionResponse>;
|
|
127182
127188
|
|
|
127189
|
+
declare const DTOTransferOwnershipPayload: z$1.ZodObject<{
|
|
127190
|
+
newOwnerId: z$1.ZodString;
|
|
127191
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
127192
|
+
newOwnerId: string;
|
|
127193
|
+
}, {
|
|
127194
|
+
newOwnerId: string;
|
|
127195
|
+
}>;
|
|
127196
|
+
type DTOTransferOwnershipPayload = z$1.infer<typeof DTOTransferOwnershipPayload>;
|
|
127197
|
+
|
|
127183
127198
|
declare const DTOWorkspaceUntypedData: z$1.ZodObject<{
|
|
127184
127199
|
id: z$1.ZodString;
|
|
127185
127200
|
workspaceId: z$1.ZodString;
|
|
@@ -127620,7 +127635,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127620
127635
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127621
127636
|
registryUrl: string;
|
|
127622
127637
|
proxyUrl: string;
|
|
127623
|
-
authType: "Custom" | "
|
|
127638
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127624
127639
|
enabledScopes: string[];
|
|
127625
127640
|
bypassProxy: boolean;
|
|
127626
127641
|
accessToken?: string | undefined;
|
|
@@ -127631,7 +127646,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127631
127646
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127632
127647
|
registryUrl: string;
|
|
127633
127648
|
proxyUrl: string;
|
|
127634
|
-
authType: "Custom" | "
|
|
127649
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127635
127650
|
enabledScopes: string[];
|
|
127636
127651
|
bypassProxy: boolean;
|
|
127637
127652
|
accessToken?: string | undefined;
|
|
@@ -127691,7 +127706,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127691
127706
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127692
127707
|
registryUrl: string;
|
|
127693
127708
|
proxyUrl: string;
|
|
127694
|
-
authType: "Custom" | "
|
|
127709
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127695
127710
|
enabledScopes: string[];
|
|
127696
127711
|
bypassProxy: boolean;
|
|
127697
127712
|
accessToken?: string | undefined;
|
|
@@ -127751,7 +127766,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127751
127766
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127752
127767
|
registryUrl: string;
|
|
127753
127768
|
proxyUrl: string;
|
|
127754
|
-
authType: "Custom" | "
|
|
127769
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127755
127770
|
enabledScopes: string[];
|
|
127756
127771
|
bypassProxy: boolean;
|
|
127757
127772
|
accessToken?: string | undefined;
|
|
@@ -127987,7 +128002,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127987
128002
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127988
128003
|
registryUrl: string;
|
|
127989
128004
|
proxyUrl: string;
|
|
127990
|
-
authType: "Custom" | "
|
|
128005
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127991
128006
|
enabledScopes: string[];
|
|
127992
128007
|
bypassProxy: boolean;
|
|
127993
128008
|
accessToken?: string | undefined;
|
|
@@ -127998,7 +128013,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127998
128013
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127999
128014
|
registryUrl: string;
|
|
128000
128015
|
proxyUrl: string;
|
|
128001
|
-
authType: "Custom" | "
|
|
128016
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128002
128017
|
enabledScopes: string[];
|
|
128003
128018
|
bypassProxy: boolean;
|
|
128004
128019
|
accessToken?: string | undefined;
|
|
@@ -128058,7 +128073,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128058
128073
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128059
128074
|
registryUrl: string;
|
|
128060
128075
|
proxyUrl: string;
|
|
128061
|
-
authType: "Custom" | "
|
|
128076
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128062
128077
|
enabledScopes: string[];
|
|
128063
128078
|
bypassProxy: boolean;
|
|
128064
128079
|
accessToken?: string | undefined;
|
|
@@ -128118,7 +128133,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128118
128133
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128119
128134
|
registryUrl: string;
|
|
128120
128135
|
proxyUrl: string;
|
|
128121
|
-
authType: "Custom" | "
|
|
128136
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128122
128137
|
enabledScopes: string[];
|
|
128123
128138
|
bypassProxy: boolean;
|
|
128124
128139
|
accessToken?: string | undefined;
|
|
@@ -128180,7 +128195,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128180
128195
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128181
128196
|
registryUrl: string;
|
|
128182
128197
|
proxyUrl: string;
|
|
128183
|
-
authType: "Custom" | "
|
|
128198
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128184
128199
|
enabledScopes: string[];
|
|
128185
128200
|
bypassProxy: boolean;
|
|
128186
128201
|
accessToken?: string | undefined;
|
|
@@ -128242,7 +128257,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128242
128257
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128243
128258
|
registryUrl: string;
|
|
128244
128259
|
proxyUrl: string;
|
|
128245
|
-
authType: "Custom" | "
|
|
128260
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128246
128261
|
enabledScopes: string[];
|
|
128247
128262
|
bypassProxy: boolean;
|
|
128248
128263
|
accessToken?: string | undefined;
|
|
@@ -128973,7 +128988,11 @@ type LocalDocsPageGroup = OmitStrict<ElementGroup, "id" | "brandPersistentId" |
|
|
|
128973
128988
|
};
|
|
128974
128989
|
type LocalApproval = OmitStrict<DocumentationPageApproval, "id" | "pageId" | "persistentId">;
|
|
128975
128990
|
type NarrowedUnion<T, U extends T> = U;
|
|
128976
|
-
type
|
|
128991
|
+
type SupportedElementActionType = NarrowedUnion<DTOElementActionInput["type"], "DocumentationPageCreate" | "DocumentationPageUpdate" | "DocumentationPageDelete" | "DocumentationPageMove" | "DocumentationGroupCreate" | "DocumentationGroupUpdate" | "DocumentationGroupMove" | "DocumentationPageApprovalStateChange" | "DocumentationTabCreate">;
|
|
128992
|
+
type ProjectContentState = {
|
|
128993
|
+
artifacts: DTOForgeProjectArtifact[];
|
|
128994
|
+
features: DTOForgeProjectFeature[];
|
|
128995
|
+
};
|
|
128977
128996
|
|
|
128978
128997
|
type DocsPage$3 = LocalDocsPage | VersionRoomDocsPage;
|
|
128979
128998
|
type DocsPageGroup$3 = LocalDocsPageGroup | VersionRoomDocsPageGroup;
|
|
@@ -132443,15 +132462,6 @@ declare const DTOUserProfileUpdatePayload: z.ZodObject<Omit<{
|
|
|
132443
132462
|
} | undefined;
|
|
132444
132463
|
}>;
|
|
132445
132464
|
|
|
132446
|
-
declare const DTOTransferOwnershipPayload: z$1.ZodObject<{
|
|
132447
|
-
newOwnerId: z$1.ZodString;
|
|
132448
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
132449
|
-
newOwnerId: string;
|
|
132450
|
-
}, {
|
|
132451
|
-
newOwnerId: string;
|
|
132452
|
-
}>;
|
|
132453
|
-
type DTOTransferOwnershipPayload = z$1.infer<typeof DTOTransferOwnershipPayload>;
|
|
132454
|
-
|
|
132455
132465
|
declare function validateSsoPayload(ssoPayload: Partial<SsoProvider> | undefined): {
|
|
132456
132466
|
valid: boolean;
|
|
132457
132467
|
keys: string[];
|
|
@@ -138993,7 +139003,7 @@ declare class DesignSystemsEndpoint {
|
|
|
138993
139003
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
138994
139004
|
registryUrl: string;
|
|
138995
139005
|
proxyUrl: string;
|
|
138996
|
-
authType: "Custom" | "
|
|
139006
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
138997
139007
|
enabledScopes: string[];
|
|
138998
139008
|
bypassProxy: boolean;
|
|
138999
139009
|
accessToken?: string | undefined;
|
|
@@ -140852,6 +140862,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140852
140862
|
createdAt: Date;
|
|
140853
140863
|
workspaceId: string;
|
|
140854
140864
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
140865
|
+
seatType: "None" | "Full" | "Builder";
|
|
140855
140866
|
invitedBy: string;
|
|
140856
140867
|
resentAt?: Date | null | undefined;
|
|
140857
140868
|
};
|
|
@@ -140863,6 +140874,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140863
140874
|
createdAt: Date;
|
|
140864
140875
|
workspaceId: string;
|
|
140865
140876
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
140877
|
+
seatType: "None" | "Full" | "Builder";
|
|
140866
140878
|
invitedBy: string;
|
|
140867
140879
|
resentAt?: Date | null | undefined;
|
|
140868
140880
|
}[];
|
|
@@ -140920,7 +140932,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140920
140932
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
140921
140933
|
registryUrl: string;
|
|
140922
140934
|
proxyUrl: string;
|
|
140923
|
-
authType: "Custom" | "
|
|
140935
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
140924
140936
|
enabledScopes: string[];
|
|
140925
140937
|
bypassProxy: boolean;
|
|
140926
140938
|
accessToken?: string | undefined;
|
|
@@ -140984,8 +140996,10 @@ declare class WorkspaceMembersEndpoint {
|
|
|
140984
140996
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
140985
140997
|
loggedOutAt?: Date | undefined;
|
|
140986
140998
|
};
|
|
140987
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
140988
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
140999
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141000
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141001
|
+
seatType: "Full" | "Builder" | "None";
|
|
141002
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
140989
141003
|
}[];
|
|
140990
141004
|
}>;
|
|
140991
141005
|
update(workspaceId: string, body: UpdateMembershipRolesInput): Promise<{
|
|
@@ -141041,7 +141055,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
141041
141055
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141042
141056
|
registryUrl: string;
|
|
141043
141057
|
proxyUrl: string;
|
|
141044
|
-
authType: "Custom" | "
|
|
141058
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141045
141059
|
enabledScopes: string[];
|
|
141046
141060
|
bypassProxy: boolean;
|
|
141047
141061
|
accessToken?: string | undefined;
|
|
@@ -141105,7 +141119,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
141105
141119
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141106
141120
|
registryUrl: string;
|
|
141107
141121
|
proxyUrl: string;
|
|
141108
|
-
authType: "Custom" | "
|
|
141122
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141109
141123
|
enabledScopes: string[];
|
|
141110
141124
|
bypassProxy: boolean;
|
|
141111
141125
|
accessToken?: string | undefined;
|
|
@@ -141130,7 +141144,7 @@ declare class WorkspaceNpmRegistryEndpoint {
|
|
|
141130
141144
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141131
141145
|
registryUrl: string;
|
|
141132
141146
|
proxyUrl: string;
|
|
141133
|
-
authType: "Custom" | "
|
|
141147
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141134
141148
|
enabledScopes: string[];
|
|
141135
141149
|
bypassProxy: boolean;
|
|
141136
141150
|
accessToken?: string | undefined;
|
|
@@ -141202,7 +141216,7 @@ declare class WorkspacesEndpoint {
|
|
|
141202
141216
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141203
141217
|
registryUrl: string;
|
|
141204
141218
|
proxyUrl: string;
|
|
141205
|
-
authType: "Custom" | "
|
|
141219
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141206
141220
|
enabledScopes: string[];
|
|
141207
141221
|
bypassProxy: boolean;
|
|
141208
141222
|
accessToken?: string | undefined;
|
|
@@ -141266,7 +141280,7 @@ declare class WorkspacesEndpoint {
|
|
|
141266
141280
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141267
141281
|
registryUrl: string;
|
|
141268
141282
|
proxyUrl: string;
|
|
141269
|
-
authType: "Custom" | "
|
|
141283
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141270
141284
|
enabledScopes: string[];
|
|
141271
141285
|
bypassProxy: boolean;
|
|
141272
141286
|
accessToken?: string | undefined;
|
|
@@ -141277,6 +141291,8 @@ declare class WorkspacesEndpoint {
|
|
|
141277
141291
|
};
|
|
141278
141292
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141279
141293
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141294
|
+
seatType: "Full" | "Builder" | "None";
|
|
141295
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
141280
141296
|
}[];
|
|
141281
141297
|
}>;
|
|
141282
141298
|
get(workspaceId: string): Promise<{
|
|
@@ -141332,7 +141348,7 @@ declare class WorkspacesEndpoint {
|
|
|
141332
141348
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141333
141349
|
registryUrl: string;
|
|
141334
141350
|
proxyUrl: string;
|
|
141335
|
-
authType: "Custom" | "
|
|
141351
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141336
141352
|
enabledScopes: string[];
|
|
141337
141353
|
bypassProxy: boolean;
|
|
141338
141354
|
accessToken?: string | undefined;
|
|
@@ -141453,7 +141469,7 @@ declare class WorkspacesEndpoint {
|
|
|
141453
141469
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141454
141470
|
registryUrl: string;
|
|
141455
141471
|
proxyUrl: string;
|
|
141456
|
-
authType: "Custom" | "
|
|
141472
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141457
141473
|
enabledScopes: string[];
|
|
141458
141474
|
bypassProxy: boolean;
|
|
141459
141475
|
accessToken?: string | undefined;
|
|
@@ -141566,7 +141582,7 @@ declare class UsersEndpoint {
|
|
|
141566
141582
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141567
141583
|
registryUrl: string;
|
|
141568
141584
|
proxyUrl: string;
|
|
141569
|
-
authType: "Custom" | "
|
|
141585
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141570
141586
|
enabledScopes: string[];
|
|
141571
141587
|
bypassProxy: boolean;
|
|
141572
141588
|
accessToken?: string | undefined;
|
|
@@ -141577,6 +141593,8 @@ declare class UsersEndpoint {
|
|
|
141577
141593
|
};
|
|
141578
141594
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141579
141595
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141596
|
+
seatType: "Full" | "Builder" | "None";
|
|
141597
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
141580
141598
|
}[];
|
|
141581
141599
|
}>;
|
|
141582
141600
|
delete(uid: string): Promise<{
|
|
@@ -143535,6 +143553,7 @@ type ForgeProjectRoomTransaction = {
|
|
|
143535
143553
|
artifactIdsToDelete?: string[];
|
|
143536
143554
|
features?: ProjectFeature[];
|
|
143537
143555
|
featureIdsToDelete?: string[];
|
|
143556
|
+
executedTransactionIds?: string[];
|
|
143538
143557
|
};
|
|
143539
143558
|
declare class BackendForgeProjectRoomYDoc {
|
|
143540
143559
|
private readonly yDoc;
|
|
@@ -143546,6 +143565,7 @@ interface ForgeProjectRoomBaseYDocState {
|
|
|
143546
143565
|
isLoaded: boolean;
|
|
143547
143566
|
artifacts: ForgeProjectArtifact[];
|
|
143548
143567
|
features: ProjectFeature[];
|
|
143568
|
+
executedTransactionIds: string[];
|
|
143549
143569
|
}
|
|
143550
143570
|
declare class ForgeProjectRoomBaseYDoc {
|
|
143551
143571
|
private readonly yDoc;
|
|
@@ -143559,6 +143579,9 @@ declare class ForgeProjectRoomBaseYDoc {
|
|
|
143559
143579
|
updateFeatures(features: ProjectFeature[]): void;
|
|
143560
143580
|
deleteFeatures(ids: string[]): void;
|
|
143561
143581
|
private get featuresYMap();
|
|
143582
|
+
updateExecutedTransactionIds(transactionIds: string[]): void;
|
|
143583
|
+
getExecutedTransactionIds(): string[];
|
|
143584
|
+
private get executedTransactionIdsArray();
|
|
143562
143585
|
private getObjects;
|
|
143563
143586
|
private setObjects;
|
|
143564
143587
|
private deleteObjects;
|
|
@@ -143641,7 +143664,7 @@ declare class VersionRoomBaseYDoc {
|
|
|
143641
143664
|
type DocsPage = VersionRoomDocsPage | LocalDocsPage;
|
|
143642
143665
|
type DocsPageGroup = VersionRoomDocsPageGroup | LocalDocsPageGroup;
|
|
143643
143666
|
type Approval = VersionRoomApproval | LocalApproval;
|
|
143644
|
-
type Input$
|
|
143667
|
+
type Input$2 = {
|
|
143645
143668
|
pages: DocsPage[];
|
|
143646
143669
|
pageSnapshots: DocumentationPageSnapshot[];
|
|
143647
143670
|
pageContentHashes: Record<string, string>;
|
|
@@ -143651,7 +143674,7 @@ type Input$1 = {
|
|
|
143651
143674
|
approvals: Approval[];
|
|
143652
143675
|
settings: DocumentationHierarchySettings;
|
|
143653
143676
|
};
|
|
143654
|
-
declare function computeDocsHierarchy(input: Input$
|
|
143677
|
+
declare function computeDocsHierarchy(input: Input$2, options?: {
|
|
143655
143678
|
includeDeletedContent?: boolean;
|
|
143656
143679
|
debug?: boolean;
|
|
143657
143680
|
}): DTODocumentationHierarchyV2;
|
|
@@ -143673,13 +143696,58 @@ declare class FrontendVersionRoomYDoc {
|
|
|
143673
143696
|
|
|
143674
143697
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
143675
143698
|
|
|
143699
|
+
type Page = LocalDocsPage | VersionRoomDocsPage;
|
|
143700
|
+
type Group = LocalDocsPageGroup | VersionRoomDocsPageGroup;
|
|
143701
|
+
type ApprovalState = LocalApproval | VersionRoomApproval;
|
|
143702
|
+
type Input$1 = LocalExecutorConfig$1 & {
|
|
143703
|
+
actions: DTOElementActionInput[];
|
|
143704
|
+
};
|
|
143705
|
+
declare function applyActionsLocally(input: Input$1): {
|
|
143706
|
+
pages: Page[];
|
|
143707
|
+
groups: Group[];
|
|
143708
|
+
approvals: ApprovalState[];
|
|
143709
|
+
pageLiveblockRoomIds: Record<string, string>;
|
|
143710
|
+
};
|
|
143711
|
+
type LocalExecutorConfig$1 = {
|
|
143712
|
+
userId: string;
|
|
143713
|
+
designSystemVersionId: string;
|
|
143714
|
+
remoteState: VersionRoomBaseYDocState;
|
|
143715
|
+
};
|
|
143716
|
+
declare class LocalDocsElementActionExecutor {
|
|
143717
|
+
private readonly userId;
|
|
143718
|
+
private readonly designSystemVersionId;
|
|
143719
|
+
private readonly pages;
|
|
143720
|
+
private readonly groups;
|
|
143721
|
+
private readonly approvalStates;
|
|
143722
|
+
private readonly pageLiveblockRoomIds;
|
|
143723
|
+
constructor(config: LocalExecutorConfig$1);
|
|
143724
|
+
get localState(): {
|
|
143725
|
+
pages: Page[];
|
|
143726
|
+
groups: Group[];
|
|
143727
|
+
approvals: ApprovalState[];
|
|
143728
|
+
pageLiveblockRoomIds: Record<string, string>;
|
|
143729
|
+
};
|
|
143730
|
+
applyActions(trx: DTOElementActionInput[]): void;
|
|
143731
|
+
applyTransaction(trx: DTOElementActionInput): void;
|
|
143732
|
+
private documentationPageCreate;
|
|
143733
|
+
private documentationPageUpdate;
|
|
143734
|
+
private documentationPageMove;
|
|
143735
|
+
private documentationPageDelete;
|
|
143736
|
+
private documentationGroupCreate;
|
|
143737
|
+
private documentationGroupUpdate;
|
|
143738
|
+
private documentationGroupMove;
|
|
143739
|
+
private documentationTabCreate;
|
|
143740
|
+
private documentationApprovalStateUpdate;
|
|
143741
|
+
private calculateSortOrder;
|
|
143742
|
+
}
|
|
143743
|
+
|
|
143676
143744
|
type HierarchyObserver = (hierarchy: DTODocumentationHierarchyV2) => void;
|
|
143677
143745
|
type SettingsObserver = (settings: DTODocumentationSettings) => void;
|
|
143678
|
-
type ErrorObserver<T> = (error: unknown, actionMetadata: T | undefined) => void;
|
|
143679
|
-
type TransactionExecutor = (trx: DTOElementActionInput) => Promise<void>;
|
|
143680
|
-
type TransactionIdGenerator = () => string;
|
|
143681
|
-
type Action = DTOElementActionInputOfType<
|
|
143682
|
-
type InputAction<T> = OmitStrict<Action, "tId">;
|
|
143746
|
+
type ErrorObserver$1<T> = (error: unknown, actionMetadata: T | undefined) => void;
|
|
143747
|
+
type TransactionExecutor$1 = (trx: DTOElementActionInput) => Promise<void>;
|
|
143748
|
+
type TransactionIdGenerator$1 = () => string;
|
|
143749
|
+
type Action$1 = DTOElementActionInputOfType<SupportedElementActionType>;
|
|
143750
|
+
type InputAction$1<T> = OmitStrict<Action$1, "tId">;
|
|
143683
143751
|
declare class DocsStructureRepository<T> {
|
|
143684
143752
|
private userId;
|
|
143685
143753
|
private designSystemVersionId;
|
|
@@ -143700,8 +143768,8 @@ declare class DocsStructureRepository<T> {
|
|
|
143700
143768
|
userId: string;
|
|
143701
143769
|
designSystemVersionId: string;
|
|
143702
143770
|
yDoc: Y.Doc;
|
|
143703
|
-
transactionExecutor: TransactionExecutor;
|
|
143704
|
-
transactionIdGenerator: TransactionIdGenerator;
|
|
143771
|
+
transactionExecutor: TransactionExecutor$1;
|
|
143772
|
+
transactionIdGenerator: TransactionIdGenerator$1;
|
|
143705
143773
|
});
|
|
143706
143774
|
get isInitialized(): boolean;
|
|
143707
143775
|
onInitialized(): Promise<void>;
|
|
@@ -143709,12 +143777,12 @@ declare class DocsStructureRepository<T> {
|
|
|
143709
143777
|
removeHierarchyObserver(observer: HierarchyObserver): void;
|
|
143710
143778
|
addSettingsObserver(observer: SettingsObserver): void;
|
|
143711
143779
|
removeSettingsObserver(observer: SettingsObserver): void;
|
|
143712
|
-
addErrorObserver(observer: ErrorObserver<T>): void;
|
|
143713
|
-
removeErrorObserver(observer: ErrorObserver<T>): void;
|
|
143780
|
+
addErrorObserver(observer: ErrorObserver$1<T>): void;
|
|
143781
|
+
removeErrorObserver(observer: ErrorObserver$1<T>): void;
|
|
143714
143782
|
dispose(): void;
|
|
143715
143783
|
get currentHierarchy(): DTODocumentationHierarchyV2;
|
|
143716
|
-
executeAction(action: InputAction<T>, metadata?: T): void;
|
|
143717
|
-
executeActionPromise(action: InputAction<T>, metadata?: T): Promise<void>;
|
|
143784
|
+
executeAction(action: InputAction$1<T>, metadata?: T): void;
|
|
143785
|
+
executeActionPromise(action: InputAction$1<T>, metadata?: T): Promise<void>;
|
|
143718
143786
|
notifyPageContentUpdated(pagePersistentId: string, content: DocumentationPageEditorModel, definitions: DTOPageBlockDefinition[]): void;
|
|
143719
143787
|
private executeInternalAction;
|
|
143720
143788
|
private refreshState;
|
|
@@ -143724,49 +143792,128 @@ declare class DocsStructureRepository<T> {
|
|
|
143724
143792
|
private onYUpdate;
|
|
143725
143793
|
}
|
|
143726
143794
|
|
|
143727
|
-
type
|
|
143728
|
-
type
|
|
143729
|
-
type
|
|
143795
|
+
type ProjectContentObserver = (projectContent: ProjectContentState) => void;
|
|
143796
|
+
type ErrorObserver<T> = (error: unknown, actionMetadata: T | undefined) => void;
|
|
143797
|
+
type TransactionExecutor = (trx: DTOForgeProjectAction) => Promise<void>;
|
|
143798
|
+
type TransactionIdGenerator = () => string;
|
|
143799
|
+
type Action = DTOForgeProjectActionOfType<DTOForgeProjectAction["type"]>;
|
|
143800
|
+
type InputAction<T> = OmitStrict<Action, "tId">;
|
|
143801
|
+
declare class ForgeProjectContentRepository<T> {
|
|
143802
|
+
private userId;
|
|
143803
|
+
private projectId;
|
|
143804
|
+
private readonly yDoc;
|
|
143805
|
+
private readonly yObserver;
|
|
143806
|
+
private _yState;
|
|
143807
|
+
private _currentProjectContent;
|
|
143808
|
+
private localActions;
|
|
143809
|
+
private readonly actionQueue;
|
|
143810
|
+
private readonly projectContentObservers;
|
|
143811
|
+
private readonly errorObservers;
|
|
143812
|
+
private readonly initCallbacks;
|
|
143813
|
+
private readonly transactionIdGenerator;
|
|
143814
|
+
private readonly transactionExecutor;
|
|
143815
|
+
constructor(config: {
|
|
143816
|
+
userId: string;
|
|
143817
|
+
projectId: string;
|
|
143818
|
+
yDoc: Y.Doc;
|
|
143819
|
+
transactionExecutor: TransactionExecutor;
|
|
143820
|
+
transactionIdGenerator: TransactionIdGenerator;
|
|
143821
|
+
});
|
|
143822
|
+
get isInitialized(): boolean;
|
|
143823
|
+
onInitialized(): Promise<void>;
|
|
143824
|
+
addProjectContentObserver(observer: ProjectContentObserver): void;
|
|
143825
|
+
removeProjectContentObserver(observer: ProjectContentObserver): void;
|
|
143826
|
+
addErrorObserver(observer: ErrorObserver<T>): void;
|
|
143827
|
+
removeErrorObserver(observer: ErrorObserver<T>): void;
|
|
143828
|
+
dispose(): void;
|
|
143829
|
+
get currentProjectContent(): ProjectContentState;
|
|
143830
|
+
executeAction(action: InputAction<T>, metadata?: T): void;
|
|
143831
|
+
executeActionPromise(action: InputAction<T>, metadata?: T): Promise<void>;
|
|
143832
|
+
private executeInternalAction;
|
|
143833
|
+
private refreshState;
|
|
143834
|
+
private refreshProjectContent;
|
|
143835
|
+
private calculateProjectState;
|
|
143836
|
+
private onYUpdate;
|
|
143837
|
+
}
|
|
143838
|
+
|
|
143730
143839
|
type Input = LocalExecutorConfig & {
|
|
143731
|
-
actions:
|
|
143840
|
+
actions: DTOForgeProjectAction[];
|
|
143732
143841
|
};
|
|
143733
|
-
declare function
|
|
143734
|
-
|
|
143735
|
-
|
|
143736
|
-
|
|
143737
|
-
|
|
143842
|
+
declare function applyProjectActionsLocally(input: Input): {
|
|
143843
|
+
artifacts: {
|
|
143844
|
+
id: string;
|
|
143845
|
+
createdAt: Date;
|
|
143846
|
+
updatedAt: Date;
|
|
143847
|
+
title: string;
|
|
143848
|
+
sortOrder: number;
|
|
143849
|
+
createdByUserId: string;
|
|
143850
|
+
projectId: string;
|
|
143851
|
+
previewUrl?: string | null | undefined;
|
|
143852
|
+
iterationId?: string | null | undefined;
|
|
143853
|
+
sectionId?: string | undefined;
|
|
143854
|
+
}[];
|
|
143855
|
+
features: {
|
|
143856
|
+
id: string;
|
|
143857
|
+
name: string;
|
|
143858
|
+
createdAt: Date;
|
|
143859
|
+
description: string;
|
|
143860
|
+
sortOrder: number;
|
|
143861
|
+
createdByUserId: string;
|
|
143862
|
+
projectId: string;
|
|
143863
|
+
updatedAt?: Date | undefined;
|
|
143864
|
+
sectionId?: string | undefined;
|
|
143865
|
+
isArchived?: boolean | undefined;
|
|
143866
|
+
}[];
|
|
143738
143867
|
};
|
|
143739
143868
|
type LocalExecutorConfig = {
|
|
143740
143869
|
userId: string;
|
|
143741
|
-
|
|
143742
|
-
remoteState:
|
|
143870
|
+
projectId: string;
|
|
143871
|
+
remoteState: ForgeProjectYDocState;
|
|
143743
143872
|
};
|
|
143744
|
-
|
|
143873
|
+
type ForgeProjectYDocState = {
|
|
143874
|
+
artifacts: DTOForgeProjectArtifact[];
|
|
143875
|
+
features: DTOForgeProjectFeature[];
|
|
143876
|
+
};
|
|
143877
|
+
declare class LocalProjectActionExecutor {
|
|
143745
143878
|
private readonly userId;
|
|
143746
|
-
private readonly
|
|
143747
|
-
private readonly
|
|
143748
|
-
private readonly
|
|
143749
|
-
private readonly approvalStates;
|
|
143750
|
-
private readonly pageLiveblockRoomIds;
|
|
143879
|
+
private readonly projectId;
|
|
143880
|
+
private readonly artifacts;
|
|
143881
|
+
private readonly features;
|
|
143751
143882
|
constructor(config: LocalExecutorConfig);
|
|
143752
143883
|
get localState(): {
|
|
143753
|
-
|
|
143754
|
-
|
|
143755
|
-
|
|
143756
|
-
|
|
143884
|
+
artifacts: {
|
|
143885
|
+
id: string;
|
|
143886
|
+
createdAt: Date;
|
|
143887
|
+
updatedAt: Date;
|
|
143888
|
+
title: string;
|
|
143889
|
+
sortOrder: number;
|
|
143890
|
+
createdByUserId: string;
|
|
143891
|
+
projectId: string;
|
|
143892
|
+
previewUrl?: string | null | undefined;
|
|
143893
|
+
iterationId?: string | null | undefined;
|
|
143894
|
+
sectionId?: string | undefined;
|
|
143895
|
+
}[];
|
|
143896
|
+
features: {
|
|
143897
|
+
id: string;
|
|
143898
|
+
name: string;
|
|
143899
|
+
createdAt: Date;
|
|
143900
|
+
description: string;
|
|
143901
|
+
sortOrder: number;
|
|
143902
|
+
createdByUserId: string;
|
|
143903
|
+
projectId: string;
|
|
143904
|
+
updatedAt?: Date | undefined;
|
|
143905
|
+
sectionId?: string | undefined;
|
|
143906
|
+
isArchived?: boolean | undefined;
|
|
143907
|
+
}[];
|
|
143757
143908
|
};
|
|
143758
|
-
applyActions(trx:
|
|
143759
|
-
applyTransaction(trx:
|
|
143760
|
-
private
|
|
143761
|
-
private
|
|
143762
|
-
private
|
|
143763
|
-
private
|
|
143764
|
-
private
|
|
143765
|
-
private
|
|
143766
|
-
private documentationGroupMove;
|
|
143767
|
-
private documentationTabCreate;
|
|
143768
|
-
private documentationApprovalStateUpdate;
|
|
143769
|
-
private calculateSortOrder;
|
|
143909
|
+
applyActions(trx: DTOForgeProjectAction[]): void;
|
|
143910
|
+
applyTransaction(trx: DTOForgeProjectAction): void;
|
|
143911
|
+
private artifactCreate;
|
|
143912
|
+
private artifactUpdate;
|
|
143913
|
+
private artifactDelete;
|
|
143914
|
+
private featureCreate;
|
|
143915
|
+
private featureUpdate;
|
|
143916
|
+
private featureDelete;
|
|
143770
143917
|
}
|
|
143771
143918
|
|
|
143772
143919
|
declare enum ParsedFigmaFileURLError {
|
|
@@ -143830,4 +143977,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
143830
143977
|
reason: ValidationErrorReason | undefined;
|
|
143831
143978
|
};
|
|
143832
143979
|
|
|
143833
|
-
export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
143980
|
+
export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|