@supernova-studio/client 1.43.4 → 1.43.5
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 +52 -58
- package/dist/index.d.ts +52 -58
- package/dist/index.js +13 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -84847,7 +84847,7 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
|
|
|
84847
84847
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
84848
84848
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
84849
84849
|
isArchived: z$1.ZodBoolean;
|
|
84850
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
84850
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
84851
84851
|
componentSet: z$1.ZodObject<{
|
|
84852
84852
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
84853
84853
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -92417,7 +92417,7 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
|
|
|
92417
92417
|
designSystemId?: string | undefined;
|
|
92418
92418
|
productContext?: string | undefined;
|
|
92419
92419
|
additionalContext?: string | undefined;
|
|
92420
|
-
themePreset?:
|
|
92420
|
+
themePreset?: string | undefined;
|
|
92421
92421
|
}, {
|
|
92422
92422
|
id: string;
|
|
92423
92423
|
createdAt: Date;
|
|
@@ -93384,11 +93384,11 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
|
|
|
93384
93384
|
designSystemId?: string | undefined;
|
|
93385
93385
|
productContext?: string | undefined;
|
|
93386
93386
|
additionalContext?: string | undefined;
|
|
93387
|
-
themePreset?:
|
|
93387
|
+
themePreset?: string | undefined;
|
|
93388
93388
|
}>;
|
|
93389
93389
|
type DTOForgeProjectContextV2 = z$1.infer<typeof DTOForgeProjectContextV2>;
|
|
93390
|
-
declare const
|
|
93391
|
-
type
|
|
93390
|
+
declare const DTOForgeThemeKnownPreset: z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>;
|
|
93391
|
+
type DTOForgeThemeKnownPreset = z$1.infer<typeof DTOForgeThemeKnownPreset>;
|
|
93392
93392
|
declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
|
|
93393
93393
|
id: z$1.ZodString;
|
|
93394
93394
|
name: z$1.ZodString;
|
|
@@ -93398,7 +93398,7 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
|
|
|
93398
93398
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
93399
93399
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
93400
93400
|
isArchived: z$1.ZodBoolean;
|
|
93401
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
93401
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
93402
93402
|
componentSet: z$1.ZodObject<{
|
|
93403
93403
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
93404
93404
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -100964,7 +100964,7 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
|
|
|
100964
100964
|
designSystemId?: string | undefined;
|
|
100965
100965
|
productContext?: string | undefined;
|
|
100966
100966
|
additionalContext?: string | undefined;
|
|
100967
|
-
themePreset?:
|
|
100967
|
+
themePreset?: string | undefined;
|
|
100968
100968
|
}, {
|
|
100969
100969
|
name: string;
|
|
100970
100970
|
theme: {
|
|
@@ -101927,15 +101927,13 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
|
|
|
101927
101927
|
designSystemId?: string | undefined;
|
|
101928
101928
|
productContext?: string | undefined;
|
|
101929
101929
|
additionalContext?: string | undefined;
|
|
101930
|
-
themePreset?:
|
|
101930
|
+
themePreset?: string | undefined;
|
|
101931
101931
|
}>;
|
|
101932
101932
|
type DTOForgeProjectContextCreateV2 = z$1.infer<typeof DTOForgeProjectContextCreateV2>;
|
|
101933
101933
|
declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
101934
|
-
createdAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
101935
101934
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
101936
101935
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
101937
101936
|
designSystemId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
101938
|
-
updatedAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
101939
101937
|
theme: z$1.ZodOptional<z$1.ZodObject<{
|
|
101940
101938
|
background: z$1.ZodObject<{
|
|
101941
101939
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
@@ -108523,7 +108521,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
|
108523
108521
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
108524
108522
|
productContext: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
108525
108523
|
additionalContext: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
108526
|
-
themePreset: z$1.ZodOptional<z$1.ZodOptional<z$1.
|
|
108524
|
+
themePreset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
108527
108525
|
componentSet: z$1.ZodOptional<z$1.ZodObject<{
|
|
108528
108526
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
108529
108527
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -108542,11 +108540,9 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
|
108542
108540
|
variant?: string | undefined;
|
|
108543
108541
|
}>>;
|
|
108544
108542
|
}, "strip", z$1.ZodTypeAny, {
|
|
108545
|
-
createdAt?: Date | undefined;
|
|
108546
108543
|
name?: string | undefined;
|
|
108547
108544
|
description?: string | undefined;
|
|
108548
108545
|
designSystemId?: string | undefined;
|
|
108549
|
-
updatedAt?: Date | undefined;
|
|
108550
108546
|
theme?: {
|
|
108551
108547
|
card: {
|
|
108552
108548
|
value?: {
|
|
@@ -109498,7 +109494,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
|
109498
109494
|
isArchived?: boolean | undefined;
|
|
109499
109495
|
productContext?: string | undefined;
|
|
109500
109496
|
additionalContext?: string | undefined;
|
|
109501
|
-
themePreset?:
|
|
109497
|
+
themePreset?: string | undefined;
|
|
109502
109498
|
componentSet?: {
|
|
109503
109499
|
type: "Shadcn";
|
|
109504
109500
|
} | undefined;
|
|
@@ -109507,11 +109503,9 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
|
109507
109503
|
variant?: string | undefined;
|
|
109508
109504
|
} | undefined;
|
|
109509
109505
|
}, {
|
|
109510
|
-
createdAt?: Date | undefined;
|
|
109511
109506
|
name?: string | undefined;
|
|
109512
109507
|
description?: string | undefined;
|
|
109513
109508
|
designSystemId?: string | undefined;
|
|
109514
|
-
updatedAt?: Date | undefined;
|
|
109515
109509
|
theme?: {
|
|
109516
109510
|
card: {
|
|
109517
109511
|
value?: {
|
|
@@ -110463,7 +110457,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
|
|
|
110463
110457
|
isArchived?: boolean | undefined;
|
|
110464
110458
|
productContext?: string | undefined;
|
|
110465
110459
|
additionalContext?: string | undefined;
|
|
110466
|
-
themePreset?:
|
|
110460
|
+
themePreset?: string | undefined;
|
|
110467
110461
|
componentSet?: {
|
|
110468
110462
|
type: "Shadcn";
|
|
110469
110463
|
} | undefined;
|
|
@@ -110487,7 +110481,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
110487
110481
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
110488
110482
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
110489
110483
|
isArchived: z$1.ZodBoolean;
|
|
110490
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
110484
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
110491
110485
|
componentSet: z$1.ZodObject<{
|
|
110492
110486
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
110493
110487
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -118057,7 +118051,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
118057
118051
|
designSystemId?: string | undefined;
|
|
118058
118052
|
productContext?: string | undefined;
|
|
118059
118053
|
additionalContext?: string | undefined;
|
|
118060
|
-
themePreset?:
|
|
118054
|
+
themePreset?: string | undefined;
|
|
118061
118055
|
}, {
|
|
118062
118056
|
id: string;
|
|
118063
118057
|
createdAt: Date;
|
|
@@ -119024,7 +119018,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
119024
119018
|
designSystemId?: string | undefined;
|
|
119025
119019
|
productContext?: string | undefined;
|
|
119026
119020
|
additionalContext?: string | undefined;
|
|
119027
|
-
themePreset?:
|
|
119021
|
+
themePreset?: string | undefined;
|
|
119028
119022
|
}>;
|
|
119029
119023
|
}, "strip", z$1.ZodTypeAny, {
|
|
119030
119024
|
context: {
|
|
@@ -119993,7 +119987,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
119993
119987
|
designSystemId?: string | undefined;
|
|
119994
119988
|
productContext?: string | undefined;
|
|
119995
119989
|
additionalContext?: string | undefined;
|
|
119996
|
-
themePreset?:
|
|
119990
|
+
themePreset?: string | undefined;
|
|
119997
119991
|
};
|
|
119998
119992
|
}, {
|
|
119999
119993
|
context: {
|
|
@@ -120962,16 +120956,19 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
120962
120956
|
designSystemId?: string | undefined;
|
|
120963
120957
|
productContext?: string | undefined;
|
|
120964
120958
|
additionalContext?: string | undefined;
|
|
120965
|
-
themePreset?:
|
|
120959
|
+
themePreset?: string | undefined;
|
|
120966
120960
|
};
|
|
120967
120961
|
}>;
|
|
120968
120962
|
type DTOForgeProjectContextResponseV2 = z$1.infer<typeof DTOForgeProjectContextResponseV2>;
|
|
120969
120963
|
declare const DTOForgeProjectContextListQueryV2: z$1.ZodObject<{
|
|
120970
120964
|
workspaceId: z$1.ZodString;
|
|
120965
|
+
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
120971
120966
|
}, "strip", z$1.ZodTypeAny, {
|
|
120972
120967
|
workspaceId: string;
|
|
120968
|
+
isArchived?: boolean | undefined;
|
|
120973
120969
|
}, {
|
|
120974
120970
|
workspaceId: string;
|
|
120971
|
+
isArchived?: boolean | undefined;
|
|
120975
120972
|
}>;
|
|
120976
120973
|
type DTOForgeProjectContextListQueryV2 = z$1.infer<typeof DTOForgeProjectContextListQueryV2>;
|
|
120977
120974
|
declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
@@ -120984,7 +120981,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
|
120984
120981
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
120985
120982
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
120986
120983
|
isArchived: z$1.ZodBoolean;
|
|
120987
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
120984
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
120988
120985
|
componentSet: z$1.ZodObject<{
|
|
120989
120986
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
120990
120987
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -128554,7 +128551,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
|
128554
128551
|
designSystemId?: string | undefined;
|
|
128555
128552
|
productContext?: string | undefined;
|
|
128556
128553
|
additionalContext?: string | undefined;
|
|
128557
|
-
themePreset?:
|
|
128554
|
+
themePreset?: string | undefined;
|
|
128558
128555
|
}, {
|
|
128559
128556
|
id: string;
|
|
128560
128557
|
createdAt: Date;
|
|
@@ -129521,7 +129518,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
|
129521
129518
|
designSystemId?: string | undefined;
|
|
129522
129519
|
productContext?: string | undefined;
|
|
129523
129520
|
additionalContext?: string | undefined;
|
|
129524
|
-
themePreset?:
|
|
129521
|
+
themePreset?: string | undefined;
|
|
129525
129522
|
}>, "many">;
|
|
129526
129523
|
}, "strip", z$1.ZodTypeAny, {
|
|
129527
129524
|
contexts: {
|
|
@@ -130490,7 +130487,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
|
130490
130487
|
designSystemId?: string | undefined;
|
|
130491
130488
|
productContext?: string | undefined;
|
|
130492
130489
|
additionalContext?: string | undefined;
|
|
130493
|
-
themePreset?:
|
|
130490
|
+
themePreset?: string | undefined;
|
|
130494
130491
|
}[];
|
|
130495
130492
|
}, {
|
|
130496
130493
|
contexts: {
|
|
@@ -131459,7 +131456,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
|
131459
131456
|
designSystemId?: string | undefined;
|
|
131460
131457
|
productContext?: string | undefined;
|
|
131461
131458
|
additionalContext?: string | undefined;
|
|
131462
|
-
themePreset?:
|
|
131459
|
+
themePreset?: string | undefined;
|
|
131463
131460
|
}[];
|
|
131464
131461
|
}>;
|
|
131465
131462
|
type DTOForgeProjectContextListResponseV2 = z$1.infer<typeof DTOForgeProjectContextListResponseV2>;
|
|
@@ -155277,7 +155274,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
155277
155274
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
155278
155275
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
155279
155276
|
isArchived: z$1.ZodBoolean;
|
|
155280
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
155277
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
155281
155278
|
componentSet: z$1.ZodObject<{
|
|
155282
155279
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
155283
155280
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -162847,7 +162844,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
162847
162844
|
designSystemId?: string | undefined;
|
|
162848
162845
|
productContext?: string | undefined;
|
|
162849
162846
|
additionalContext?: string | undefined;
|
|
162850
|
-
themePreset?:
|
|
162847
|
+
themePreset?: string | undefined;
|
|
162851
162848
|
}, {
|
|
162852
162849
|
id: string;
|
|
162853
162850
|
createdAt: Date;
|
|
@@ -163814,7 +163811,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
163814
163811
|
designSystemId?: string | undefined;
|
|
163815
163812
|
productContext?: string | undefined;
|
|
163816
163813
|
additionalContext?: string | undefined;
|
|
163817
|
-
themePreset?:
|
|
163814
|
+
themePreset?: string | undefined;
|
|
163818
163815
|
}>;
|
|
163819
163816
|
numberOfFeatures: z$1.ZodNumber;
|
|
163820
163817
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -164795,7 +164792,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
164795
164792
|
designSystemId?: string | undefined;
|
|
164796
164793
|
productContext?: string | undefined;
|
|
164797
164794
|
additionalContext?: string | undefined;
|
|
164798
|
-
themePreset?:
|
|
164795
|
+
themePreset?: string | undefined;
|
|
164799
164796
|
};
|
|
164800
164797
|
projectContextId: string;
|
|
164801
164798
|
instruction: string | null;
|
|
@@ -165783,7 +165780,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
165783
165780
|
designSystemId?: string | undefined;
|
|
165784
165781
|
productContext?: string | undefined;
|
|
165785
165782
|
additionalContext?: string | undefined;
|
|
165786
|
-
themePreset?:
|
|
165783
|
+
themePreset?: string | undefined;
|
|
165787
165784
|
};
|
|
165788
165785
|
projectContextId: string;
|
|
165789
165786
|
instruction: string | null;
|
|
@@ -165835,7 +165832,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
165835
165832
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
165836
165833
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
165837
165834
|
isArchived: z$1.ZodBoolean;
|
|
165838
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
165835
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
165839
165836
|
componentSet: z$1.ZodObject<{
|
|
165840
165837
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
165841
165838
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -173405,7 +173402,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
173405
173402
|
designSystemId?: string | undefined;
|
|
173406
173403
|
productContext?: string | undefined;
|
|
173407
173404
|
additionalContext?: string | undefined;
|
|
173408
|
-
themePreset?:
|
|
173405
|
+
themePreset?: string | undefined;
|
|
173409
173406
|
}, {
|
|
173410
173407
|
id: string;
|
|
173411
173408
|
createdAt: Date;
|
|
@@ -174372,7 +174369,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
174372
174369
|
designSystemId?: string | undefined;
|
|
174373
174370
|
productContext?: string | undefined;
|
|
174374
174371
|
additionalContext?: string | undefined;
|
|
174375
|
-
themePreset?:
|
|
174372
|
+
themePreset?: string | undefined;
|
|
174376
174373
|
}>;
|
|
174377
174374
|
numberOfFeatures: z$1.ZodNumber;
|
|
174378
174375
|
}, "name" | "description" | "emoji" | "tags" | "accessMode" | "instruction" | "defaultRole"> & {
|
|
@@ -175463,7 +175460,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
175463
175460
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
175464
175461
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
175465
175462
|
isArchived: z$1.ZodBoolean;
|
|
175466
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
175463
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
175467
175464
|
componentSet: z$1.ZodObject<{
|
|
175468
175465
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
175469
175466
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -183033,7 +183030,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
183033
183030
|
designSystemId?: string | undefined;
|
|
183034
183031
|
productContext?: string | undefined;
|
|
183035
183032
|
additionalContext?: string | undefined;
|
|
183036
|
-
themePreset?:
|
|
183033
|
+
themePreset?: string | undefined;
|
|
183037
183034
|
}, {
|
|
183038
183035
|
id: string;
|
|
183039
183036
|
createdAt: Date;
|
|
@@ -184000,7 +183997,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
184000
183997
|
designSystemId?: string | undefined;
|
|
184001
183998
|
productContext?: string | undefined;
|
|
184002
183999
|
additionalContext?: string | undefined;
|
|
184003
|
-
themePreset?:
|
|
184000
|
+
themePreset?: string | undefined;
|
|
184004
184001
|
}>;
|
|
184005
184002
|
numberOfFeatures: z$1.ZodNumber;
|
|
184006
184003
|
} & {
|
|
@@ -184984,7 +184981,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
184984
184981
|
designSystemId?: string | undefined;
|
|
184985
184982
|
productContext?: string | undefined;
|
|
184986
184983
|
additionalContext?: string | undefined;
|
|
184987
|
-
themePreset?:
|
|
184984
|
+
themePreset?: string | undefined;
|
|
184988
184985
|
};
|
|
184989
184986
|
projectContextId: string;
|
|
184990
184987
|
instruction: string | null;
|
|
@@ -185973,7 +185970,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
185973
185970
|
designSystemId?: string | undefined;
|
|
185974
185971
|
productContext?: string | undefined;
|
|
185975
185972
|
additionalContext?: string | undefined;
|
|
185976
|
-
themePreset?:
|
|
185973
|
+
themePreset?: string | undefined;
|
|
185977
185974
|
};
|
|
185978
185975
|
projectContextId: string;
|
|
185979
185976
|
instruction: string | null;
|
|
@@ -186966,7 +186963,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
186966
186963
|
designSystemId?: string | undefined;
|
|
186967
186964
|
productContext?: string | undefined;
|
|
186968
186965
|
additionalContext?: string | undefined;
|
|
186969
|
-
themePreset?:
|
|
186966
|
+
themePreset?: string | undefined;
|
|
186970
186967
|
};
|
|
186971
186968
|
projectContextId: string;
|
|
186972
186969
|
instruction: string | null;
|
|
@@ -187957,7 +187954,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
187957
187954
|
designSystemId?: string | undefined;
|
|
187958
187955
|
productContext?: string | undefined;
|
|
187959
187956
|
additionalContext?: string | undefined;
|
|
187960
|
-
themePreset?:
|
|
187957
|
+
themePreset?: string | undefined;
|
|
187961
187958
|
};
|
|
187962
187959
|
projectContextId: string;
|
|
187963
187960
|
instruction: string | null;
|
|
@@ -188011,7 +188008,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
188011
188008
|
productContext: z$1.ZodOptional<z$1.ZodString>;
|
|
188012
188009
|
additionalContext: z$1.ZodOptional<z$1.ZodString>;
|
|
188013
188010
|
isArchived: z$1.ZodBoolean;
|
|
188014
|
-
themePreset: z$1.ZodOptional<z$1.
|
|
188011
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
188015
188012
|
componentSet: z$1.ZodObject<{
|
|
188016
188013
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
188017
188014
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -195581,7 +195578,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
195581
195578
|
designSystemId?: string | undefined;
|
|
195582
195579
|
productContext?: string | undefined;
|
|
195583
195580
|
additionalContext?: string | undefined;
|
|
195584
|
-
themePreset?:
|
|
195581
|
+
themePreset?: string | undefined;
|
|
195585
195582
|
}, {
|
|
195586
195583
|
id: string;
|
|
195587
195584
|
createdAt: Date;
|
|
@@ -196548,7 +196545,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
196548
196545
|
designSystemId?: string | undefined;
|
|
196549
196546
|
productContext?: string | undefined;
|
|
196550
196547
|
additionalContext?: string | undefined;
|
|
196551
|
-
themePreset?:
|
|
196548
|
+
themePreset?: string | undefined;
|
|
196552
196549
|
}>;
|
|
196553
196550
|
numberOfFeatures: z$1.ZodNumber;
|
|
196554
196551
|
} & {
|
|
@@ -197532,7 +197529,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
197532
197529
|
designSystemId?: string | undefined;
|
|
197533
197530
|
productContext?: string | undefined;
|
|
197534
197531
|
additionalContext?: string | undefined;
|
|
197535
|
-
themePreset?:
|
|
197532
|
+
themePreset?: string | undefined;
|
|
197536
197533
|
};
|
|
197537
197534
|
projectContextId: string;
|
|
197538
197535
|
instruction: string | null;
|
|
@@ -198521,7 +198518,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
198521
198518
|
designSystemId?: string | undefined;
|
|
198522
198519
|
productContext?: string | undefined;
|
|
198523
198520
|
additionalContext?: string | undefined;
|
|
198524
|
-
themePreset?:
|
|
198521
|
+
themePreset?: string | undefined;
|
|
198525
198522
|
};
|
|
198526
198523
|
projectContextId: string;
|
|
198527
198524
|
instruction: string | null;
|
|
@@ -199514,7 +199511,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
199514
199511
|
designSystemId?: string | undefined;
|
|
199515
199512
|
productContext?: string | undefined;
|
|
199516
199513
|
additionalContext?: string | undefined;
|
|
199517
|
-
themePreset?:
|
|
199514
|
+
themePreset?: string | undefined;
|
|
199518
199515
|
};
|
|
199519
199516
|
projectContextId: string;
|
|
199520
199517
|
instruction: string | null;
|
|
@@ -200505,7 +200502,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
200505
200502
|
designSystemId?: string | undefined;
|
|
200506
200503
|
productContext?: string | undefined;
|
|
200507
200504
|
additionalContext?: string | undefined;
|
|
200508
|
-
themePreset?:
|
|
200505
|
+
themePreset?: string | undefined;
|
|
200509
200506
|
};
|
|
200510
200507
|
projectContextId: string;
|
|
200511
200508
|
instruction: string | null;
|
|
@@ -245436,9 +245433,6 @@ declare class ForgeProjectContextsEndpoint {
|
|
|
245436
245433
|
} | undefined;
|
|
245437
245434
|
};
|
|
245438
245435
|
}>;
|
|
245439
|
-
delete(workspaceId: string, contextId: string): Promise<{
|
|
245440
|
-
ok: true;
|
|
245441
|
-
}>;
|
|
245442
245436
|
}
|
|
245443
245437
|
|
|
245444
245438
|
declare class ForgeProjectFilesEndpoint {
|
|
@@ -246614,7 +246608,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
246614
246608
|
designSystemId?: string | undefined;
|
|
246615
246609
|
productContext?: string | undefined;
|
|
246616
246610
|
additionalContext?: string | undefined;
|
|
246617
|
-
themePreset?:
|
|
246611
|
+
themePreset?: string | undefined;
|
|
246618
246612
|
};
|
|
246619
246613
|
projectContextId: string;
|
|
246620
246614
|
instruction: string | null;
|
|
@@ -247607,7 +247601,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
247607
247601
|
designSystemId?: string | undefined;
|
|
247608
247602
|
productContext?: string | undefined;
|
|
247609
247603
|
additionalContext?: string | undefined;
|
|
247610
|
-
themePreset?:
|
|
247604
|
+
themePreset?: string | undefined;
|
|
247611
247605
|
};
|
|
247612
247606
|
projectContextId: string;
|
|
247613
247607
|
instruction: string | null;
|
|
@@ -248600,7 +248594,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
248600
248594
|
designSystemId?: string | undefined;
|
|
248601
248595
|
productContext?: string | undefined;
|
|
248602
248596
|
additionalContext?: string | undefined;
|
|
248603
|
-
themePreset?:
|
|
248597
|
+
themePreset?: string | undefined;
|
|
248604
248598
|
};
|
|
248605
248599
|
projectContextId: string;
|
|
248606
248600
|
instruction: string | null;
|
|
@@ -249593,7 +249587,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
249593
249587
|
designSystemId?: string | undefined;
|
|
249594
249588
|
productContext?: string | undefined;
|
|
249595
249589
|
additionalContext?: string | undefined;
|
|
249596
|
-
themePreset?:
|
|
249590
|
+
themePreset?: string | undefined;
|
|
249597
249591
|
};
|
|
249598
249592
|
projectContextId: string;
|
|
249599
249593
|
instruction: string | null;
|
|
@@ -250586,7 +250580,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
250586
250580
|
designSystemId?: string | undefined;
|
|
250587
250581
|
productContext?: string | undefined;
|
|
250588
250582
|
additionalContext?: string | undefined;
|
|
250589
|
-
themePreset?:
|
|
250583
|
+
themePreset?: string | undefined;
|
|
250590
250584
|
};
|
|
250591
250585
|
projectContextId: string;
|
|
250592
250586
|
instruction: string | null;
|
|
@@ -254988,4 +254982,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
254988
254982
|
reason: ValidationErrorReason | undefined;
|
|
254989
254983
|
};
|
|
254990
254984
|
|
|
254991
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, 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, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, 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, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, 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, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, 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, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, 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, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, 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 };
|
|
254985
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, 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, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, 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, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, 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, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, 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, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, 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, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, 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 };
|