@supernova-studio/client 1.44.0 → 1.44.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 +222 -33
- package/dist/index.d.ts +222 -33
- package/dist/index.js +33 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1780 -1765
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9470,13 +9470,13 @@ declare const DTOStorybookEntryQuery: z$1.ZodObject<{
|
|
|
9470
9470
|
* Unique ID across versions (non-persistent ID)
|
|
9471
9471
|
*/
|
|
9472
9472
|
brandId: z$1.ZodOptional<z$1.ZodString>;
|
|
9473
|
-
excludeDocs: z$1.ZodOptional<z$1.
|
|
9473
|
+
excludeDocs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, boolean | undefined, string | undefined>;
|
|
9474
9474
|
}, "strip", z$1.ZodTypeAny, {
|
|
9475
9475
|
brandId?: string | undefined;
|
|
9476
9476
|
excludeDocs?: boolean | undefined;
|
|
9477
9477
|
}, {
|
|
9478
9478
|
brandId?: string | undefined;
|
|
9479
|
-
excludeDocs?:
|
|
9479
|
+
excludeDocs?: string | undefined;
|
|
9480
9480
|
}>;
|
|
9481
9481
|
type DTOStorybookEntryQuery = z$1.infer<typeof DTOStorybookEntryQuery>;
|
|
9482
9482
|
declare const DTOStorybookEntry: z$1.ZodObject<{
|
|
@@ -66664,9 +66664,12 @@ declare const DTOFileReference: z__default.ZodObject<Pick<{
|
|
|
66664
66664
|
type: "Figma";
|
|
66665
66665
|
renderMode: "Image" | "HTML" | "JSON";
|
|
66666
66666
|
}>]>>;
|
|
66667
|
-
}, "id" | "url" | "source"
|
|
66667
|
+
}, "id" | "url" | "source"> & {
|
|
66668
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
66669
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
66668
66670
|
id: string;
|
|
66669
66671
|
url: string;
|
|
66672
|
+
name?: string | undefined;
|
|
66670
66673
|
source?: {
|
|
66671
66674
|
type: "UserUpload";
|
|
66672
66675
|
userId: string;
|
|
@@ -66677,6 +66680,7 @@ declare const DTOFileReference: z__default.ZodObject<Pick<{
|
|
|
66677
66680
|
}, {
|
|
66678
66681
|
id: string;
|
|
66679
66682
|
url: string;
|
|
66683
|
+
name?: string | undefined;
|
|
66680
66684
|
source?: {
|
|
66681
66685
|
type: "UserUpload";
|
|
66682
66686
|
userId: string;
|
|
@@ -69496,9 +69500,12 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
69496
69500
|
type: "Figma";
|
|
69497
69501
|
renderMode: "Image" | "HTML" | "JSON";
|
|
69498
69502
|
}>]>>;
|
|
69499
|
-
}, "id" | "url" | "source"
|
|
69503
|
+
}, "id" | "url" | "source"> & {
|
|
69504
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
69505
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
69500
69506
|
id: string;
|
|
69501
69507
|
url: string;
|
|
69508
|
+
name?: string | undefined;
|
|
69502
69509
|
source?: {
|
|
69503
69510
|
type: "UserUpload";
|
|
69504
69511
|
userId: string;
|
|
@@ -69509,6 +69516,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
69509
69516
|
}, {
|
|
69510
69517
|
id: string;
|
|
69511
69518
|
url: string;
|
|
69519
|
+
name?: string | undefined;
|
|
69512
69520
|
source?: {
|
|
69513
69521
|
type: "UserUpload";
|
|
69514
69522
|
userId: string;
|
|
@@ -69546,6 +69554,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
69546
69554
|
thumbnail?: {
|
|
69547
69555
|
id: string;
|
|
69548
69556
|
url: string;
|
|
69557
|
+
name?: string | undefined;
|
|
69549
69558
|
source?: {
|
|
69550
69559
|
type: "UserUpload";
|
|
69551
69560
|
userId: string;
|
|
@@ -69573,6 +69582,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
69573
69582
|
thumbnail?: {
|
|
69574
69583
|
id: string;
|
|
69575
69584
|
url: string;
|
|
69585
|
+
name?: string | undefined;
|
|
69576
69586
|
source?: {
|
|
69577
69587
|
type: "UserUpload";
|
|
69578
69588
|
userId: string;
|
|
@@ -69862,9 +69872,12 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
|
|
|
69862
69872
|
type: "Figma";
|
|
69863
69873
|
renderMode: "Image" | "HTML" | "JSON";
|
|
69864
69874
|
}>]>>;
|
|
69865
|
-
}, "id" | "url" | "source"
|
|
69875
|
+
}, "id" | "url" | "source"> & {
|
|
69876
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
69877
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
69866
69878
|
id: string;
|
|
69867
69879
|
url: string;
|
|
69880
|
+
name?: string | undefined;
|
|
69868
69881
|
source?: {
|
|
69869
69882
|
type: "UserUpload";
|
|
69870
69883
|
userId: string;
|
|
@@ -69875,6 +69888,7 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
|
|
|
69875
69888
|
}, {
|
|
69876
69889
|
id: string;
|
|
69877
69890
|
url: string;
|
|
69891
|
+
name?: string | undefined;
|
|
69878
69892
|
source?: {
|
|
69879
69893
|
type: "UserUpload";
|
|
69880
69894
|
userId: string;
|
|
@@ -70731,9 +70745,12 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70731
70745
|
type: "Figma";
|
|
70732
70746
|
renderMode: "Image" | "HTML" | "JSON";
|
|
70733
70747
|
}>]>>;
|
|
70734
|
-
}, "id" | "url" | "source"
|
|
70748
|
+
}, "id" | "url" | "source"> & {
|
|
70749
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
70750
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
70735
70751
|
id: string;
|
|
70736
70752
|
url: string;
|
|
70753
|
+
name?: string | undefined;
|
|
70737
70754
|
source?: {
|
|
70738
70755
|
type: "UserUpload";
|
|
70739
70756
|
userId: string;
|
|
@@ -70744,6 +70761,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70744
70761
|
}, {
|
|
70745
70762
|
id: string;
|
|
70746
70763
|
url: string;
|
|
70764
|
+
name?: string | undefined;
|
|
70747
70765
|
source?: {
|
|
70748
70766
|
type: "UserUpload";
|
|
70749
70767
|
userId: string;
|
|
@@ -70781,6 +70799,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70781
70799
|
thumbnail?: {
|
|
70782
70800
|
id: string;
|
|
70783
70801
|
url: string;
|
|
70802
|
+
name?: string | undefined;
|
|
70784
70803
|
source?: {
|
|
70785
70804
|
type: "UserUpload";
|
|
70786
70805
|
userId: string;
|
|
@@ -70808,6 +70827,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70808
70827
|
thumbnail?: {
|
|
70809
70828
|
id: string;
|
|
70810
70829
|
url: string;
|
|
70830
|
+
name?: string | undefined;
|
|
70811
70831
|
source?: {
|
|
70812
70832
|
type: "UserUpload";
|
|
70813
70833
|
userId: string;
|
|
@@ -70837,6 +70857,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70837
70857
|
thumbnail?: {
|
|
70838
70858
|
id: string;
|
|
70839
70859
|
url: string;
|
|
70860
|
+
name?: string | undefined;
|
|
70840
70861
|
source?: {
|
|
70841
70862
|
type: "UserUpload";
|
|
70842
70863
|
userId: string;
|
|
@@ -70866,6 +70887,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
70866
70887
|
thumbnail?: {
|
|
70867
70888
|
id: string;
|
|
70868
70889
|
url: string;
|
|
70890
|
+
name?: string | undefined;
|
|
70869
70891
|
source?: {
|
|
70870
70892
|
type: "UserUpload";
|
|
70871
70893
|
userId: string;
|
|
@@ -70941,9 +70963,12 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
70941
70963
|
type: "Figma";
|
|
70942
70964
|
renderMode: "Image" | "HTML" | "JSON";
|
|
70943
70965
|
}>]>>;
|
|
70944
|
-
}, "id" | "url" | "source"
|
|
70966
|
+
}, "id" | "url" | "source"> & {
|
|
70967
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
70968
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
70945
70969
|
id: string;
|
|
70946
70970
|
url: string;
|
|
70971
|
+
name?: string | undefined;
|
|
70947
70972
|
source?: {
|
|
70948
70973
|
type: "UserUpload";
|
|
70949
70974
|
userId: string;
|
|
@@ -70954,6 +70979,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
70954
70979
|
}, {
|
|
70955
70980
|
id: string;
|
|
70956
70981
|
url: string;
|
|
70982
|
+
name?: string | undefined;
|
|
70957
70983
|
source?: {
|
|
70958
70984
|
type: "UserUpload";
|
|
70959
70985
|
userId: string;
|
|
@@ -70991,6 +71017,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
70991
71017
|
thumbnail?: {
|
|
70992
71018
|
id: string;
|
|
70993
71019
|
url: string;
|
|
71020
|
+
name?: string | undefined;
|
|
70994
71021
|
source?: {
|
|
70995
71022
|
type: "UserUpload";
|
|
70996
71023
|
userId: string;
|
|
@@ -71018,6 +71045,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
71018
71045
|
thumbnail?: {
|
|
71019
71046
|
id: string;
|
|
71020
71047
|
url: string;
|
|
71048
|
+
name?: string | undefined;
|
|
71021
71049
|
source?: {
|
|
71022
71050
|
type: "UserUpload";
|
|
71023
71051
|
userId: string;
|
|
@@ -71047,6 +71075,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
71047
71075
|
thumbnail?: {
|
|
71048
71076
|
id: string;
|
|
71049
71077
|
url: string;
|
|
71078
|
+
name?: string | undefined;
|
|
71050
71079
|
source?: {
|
|
71051
71080
|
type: "UserUpload";
|
|
71052
71081
|
userId: string;
|
|
@@ -71076,6 +71105,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
71076
71105
|
thumbnail?: {
|
|
71077
71106
|
id: string;
|
|
71078
71107
|
url: string;
|
|
71108
|
+
name?: string | undefined;
|
|
71079
71109
|
source?: {
|
|
71080
71110
|
type: "UserUpload";
|
|
71081
71111
|
userId: string;
|
|
@@ -82134,9 +82164,12 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
82134
82164
|
type: "Figma";
|
|
82135
82165
|
renderMode: "Image" | "HTML" | "JSON";
|
|
82136
82166
|
}>]>>;
|
|
82137
|
-
}, "id" | "url" | "source"
|
|
82167
|
+
}, "id" | "url" | "source"> & {
|
|
82168
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
82169
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
82138
82170
|
id: string;
|
|
82139
82171
|
url: string;
|
|
82172
|
+
name?: string | undefined;
|
|
82140
82173
|
source?: {
|
|
82141
82174
|
type: "UserUpload";
|
|
82142
82175
|
userId: string;
|
|
@@ -82147,6 +82180,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
82147
82180
|
}, {
|
|
82148
82181
|
id: string;
|
|
82149
82182
|
url: string;
|
|
82183
|
+
name?: string | undefined;
|
|
82150
82184
|
source?: {
|
|
82151
82185
|
type: "UserUpload";
|
|
82152
82186
|
userId: string;
|
|
@@ -82159,6 +82193,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
82159
82193
|
files?: {
|
|
82160
82194
|
id: string;
|
|
82161
82195
|
url: string;
|
|
82196
|
+
name?: string | undefined;
|
|
82162
82197
|
source?: {
|
|
82163
82198
|
type: "UserUpload";
|
|
82164
82199
|
userId: string;
|
|
@@ -82172,6 +82207,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
82172
82207
|
files?: {
|
|
82173
82208
|
id: string;
|
|
82174
82209
|
url: string;
|
|
82210
|
+
name?: string | undefined;
|
|
82175
82211
|
source?: {
|
|
82176
82212
|
type: "UserUpload";
|
|
82177
82213
|
userId: string;
|
|
@@ -82466,9 +82502,12 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
82466
82502
|
type: "Figma";
|
|
82467
82503
|
renderMode: "Image" | "HTML" | "JSON";
|
|
82468
82504
|
}>]>>;
|
|
82469
|
-
}, "id" | "url" | "source"
|
|
82505
|
+
}, "id" | "url" | "source"> & {
|
|
82506
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
82507
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
82470
82508
|
id: string;
|
|
82471
82509
|
url: string;
|
|
82510
|
+
name?: string | undefined;
|
|
82472
82511
|
source?: {
|
|
82473
82512
|
type: "UserUpload";
|
|
82474
82513
|
userId: string;
|
|
@@ -82479,6 +82518,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
82479
82518
|
}, {
|
|
82480
82519
|
id: string;
|
|
82481
82520
|
url: string;
|
|
82521
|
+
name?: string | undefined;
|
|
82482
82522
|
source?: {
|
|
82483
82523
|
type: "UserUpload";
|
|
82484
82524
|
userId: string;
|
|
@@ -82491,6 +82531,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
82491
82531
|
files?: {
|
|
82492
82532
|
id: string;
|
|
82493
82533
|
url: string;
|
|
82534
|
+
name?: string | undefined;
|
|
82494
82535
|
source?: {
|
|
82495
82536
|
type: "UserUpload";
|
|
82496
82537
|
userId: string;
|
|
@@ -82504,6 +82545,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
82504
82545
|
files?: {
|
|
82505
82546
|
id: string;
|
|
82506
82547
|
url: string;
|
|
82548
|
+
name?: string | undefined;
|
|
82507
82549
|
source?: {
|
|
82508
82550
|
type: "UserUpload";
|
|
82509
82551
|
userId: string;
|
|
@@ -82918,9 +82960,12 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82918
82960
|
type: "Figma";
|
|
82919
82961
|
renderMode: "Image" | "HTML" | "JSON";
|
|
82920
82962
|
}>]>>;
|
|
82921
|
-
}, "id" | "url" | "source"
|
|
82963
|
+
}, "id" | "url" | "source"> & {
|
|
82964
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
82965
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
82922
82966
|
id: string;
|
|
82923
82967
|
url: string;
|
|
82968
|
+
name?: string | undefined;
|
|
82924
82969
|
source?: {
|
|
82925
82970
|
type: "UserUpload";
|
|
82926
82971
|
userId: string;
|
|
@@ -82931,6 +82976,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82931
82976
|
}, {
|
|
82932
82977
|
id: string;
|
|
82933
82978
|
url: string;
|
|
82979
|
+
name?: string | undefined;
|
|
82934
82980
|
source?: {
|
|
82935
82981
|
type: "UserUpload";
|
|
82936
82982
|
userId: string;
|
|
@@ -82943,6 +82989,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82943
82989
|
files?: {
|
|
82944
82990
|
id: string;
|
|
82945
82991
|
url: string;
|
|
82992
|
+
name?: string | undefined;
|
|
82946
82993
|
source?: {
|
|
82947
82994
|
type: "UserUpload";
|
|
82948
82995
|
userId: string;
|
|
@@ -82956,6 +83003,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82956
83003
|
files?: {
|
|
82957
83004
|
id: string;
|
|
82958
83005
|
url: string;
|
|
83006
|
+
name?: string | undefined;
|
|
82959
83007
|
source?: {
|
|
82960
83008
|
type: "UserUpload";
|
|
82961
83009
|
userId: string;
|
|
@@ -83242,9 +83290,12 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
83242
83290
|
type: "Figma";
|
|
83243
83291
|
renderMode: "Image" | "HTML" | "JSON";
|
|
83244
83292
|
}>]>>;
|
|
83245
|
-
}, "id" | "url" | "source"
|
|
83293
|
+
}, "id" | "url" | "source"> & {
|
|
83294
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
83295
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
83246
83296
|
id: string;
|
|
83247
83297
|
url: string;
|
|
83298
|
+
name?: string | undefined;
|
|
83248
83299
|
source?: {
|
|
83249
83300
|
type: "UserUpload";
|
|
83250
83301
|
userId: string;
|
|
@@ -83255,6 +83306,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
83255
83306
|
}, {
|
|
83256
83307
|
id: string;
|
|
83257
83308
|
url: string;
|
|
83309
|
+
name?: string | undefined;
|
|
83258
83310
|
source?: {
|
|
83259
83311
|
type: "UserUpload";
|
|
83260
83312
|
userId: string;
|
|
@@ -83267,6 +83319,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
83267
83319
|
files?: {
|
|
83268
83320
|
id: string;
|
|
83269
83321
|
url: string;
|
|
83322
|
+
name?: string | undefined;
|
|
83270
83323
|
source?: {
|
|
83271
83324
|
type: "UserUpload";
|
|
83272
83325
|
userId: string;
|
|
@@ -83280,6 +83333,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
83280
83333
|
files?: {
|
|
83281
83334
|
id: string;
|
|
83282
83335
|
url: string;
|
|
83336
|
+
name?: string | undefined;
|
|
83283
83337
|
source?: {
|
|
83284
83338
|
type: "UserUpload";
|
|
83285
83339
|
userId: string;
|
|
@@ -83764,9 +83818,12 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
83764
83818
|
type: "Figma";
|
|
83765
83819
|
renderMode: "Image" | "HTML" | "JSON";
|
|
83766
83820
|
}>]>>;
|
|
83767
|
-
}, "id" | "url" | "source"
|
|
83821
|
+
}, "id" | "url" | "source"> & {
|
|
83822
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
83823
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83768
83824
|
id: string;
|
|
83769
83825
|
url: string;
|
|
83826
|
+
name?: string | undefined;
|
|
83770
83827
|
source?: {
|
|
83771
83828
|
type: "UserUpload";
|
|
83772
83829
|
userId: string;
|
|
@@ -83777,6 +83834,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
83777
83834
|
}, {
|
|
83778
83835
|
id: string;
|
|
83779
83836
|
url: string;
|
|
83837
|
+
name?: string | undefined;
|
|
83780
83838
|
source?: {
|
|
83781
83839
|
type: "UserUpload";
|
|
83782
83840
|
userId: string;
|
|
@@ -83789,6 +83847,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
83789
83847
|
files?: {
|
|
83790
83848
|
id: string;
|
|
83791
83849
|
url: string;
|
|
83850
|
+
name?: string | undefined;
|
|
83792
83851
|
source?: {
|
|
83793
83852
|
type: "UserUpload";
|
|
83794
83853
|
userId: string;
|
|
@@ -83802,6 +83861,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
83802
83861
|
files?: {
|
|
83803
83862
|
id: string;
|
|
83804
83863
|
url: string;
|
|
83864
|
+
name?: string | undefined;
|
|
83805
83865
|
source?: {
|
|
83806
83866
|
type: "UserUpload";
|
|
83807
83867
|
userId: string;
|
|
@@ -121484,13 +121544,13 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
|
|
|
121484
121544
|
type DTOForgeProjectContextResponseV2 = z$1.infer<typeof DTOForgeProjectContextResponseV2>;
|
|
121485
121545
|
declare const DTOForgeProjectContextListQueryV2: z$1.ZodObject<{
|
|
121486
121546
|
workspaceId: z$1.ZodString;
|
|
121487
|
-
isArchived: z$1.ZodOptional<z$1.
|
|
121547
|
+
isArchived: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, boolean | undefined, string | undefined>;
|
|
121488
121548
|
}, "strip", z$1.ZodTypeAny, {
|
|
121489
121549
|
workspaceId: string;
|
|
121490
121550
|
isArchived?: boolean | undefined;
|
|
121491
121551
|
}, {
|
|
121492
121552
|
workspaceId: string;
|
|
121493
|
-
isArchived?:
|
|
121553
|
+
isArchived?: string | undefined;
|
|
121494
121554
|
}>;
|
|
121495
121555
|
type DTOForgeProjectContextListQueryV2 = z$1.infer<typeof DTOForgeProjectContextListQueryV2>;
|
|
121496
121556
|
declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
|
|
@@ -140171,9 +140231,12 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
140171
140231
|
type: "Figma";
|
|
140172
140232
|
renderMode: "Image" | "HTML" | "JSON";
|
|
140173
140233
|
}>]>>;
|
|
140174
|
-
}, "id" | "url" | "source"
|
|
140234
|
+
}, "id" | "url" | "source"> & {
|
|
140235
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
140236
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
140175
140237
|
id: string;
|
|
140176
140238
|
url: string;
|
|
140239
|
+
name?: string | undefined;
|
|
140177
140240
|
source?: {
|
|
140178
140241
|
type: "UserUpload";
|
|
140179
140242
|
userId: string;
|
|
@@ -140184,6 +140247,7 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
140184
140247
|
}, {
|
|
140185
140248
|
id: string;
|
|
140186
140249
|
url: string;
|
|
140250
|
+
name?: string | undefined;
|
|
140187
140251
|
source?: {
|
|
140188
140252
|
type: "UserUpload";
|
|
140189
140253
|
userId: string;
|
|
@@ -140196,6 +140260,7 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
140196
140260
|
files?: {
|
|
140197
140261
|
id: string;
|
|
140198
140262
|
url: string;
|
|
140263
|
+
name?: string | undefined;
|
|
140199
140264
|
source?: {
|
|
140200
140265
|
type: "UserUpload";
|
|
140201
140266
|
userId: string;
|
|
@@ -140209,6 +140274,7 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
140209
140274
|
files?: {
|
|
140210
140275
|
id: string;
|
|
140211
140276
|
url: string;
|
|
140277
|
+
name?: string | undefined;
|
|
140212
140278
|
source?: {
|
|
140213
140279
|
type: "UserUpload";
|
|
140214
140280
|
userId: string;
|
|
@@ -175525,9 +175591,12 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175525
175591
|
type: "Figma";
|
|
175526
175592
|
renderMode: "Image" | "HTML" | "JSON";
|
|
175527
175593
|
}>]>>;
|
|
175528
|
-
}, "id" | "url" | "source"
|
|
175594
|
+
}, "id" | "url" | "source"> & {
|
|
175595
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
175596
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
175529
175597
|
id: string;
|
|
175530
175598
|
url: string;
|
|
175599
|
+
name?: string | undefined;
|
|
175531
175600
|
source?: {
|
|
175532
175601
|
type: "UserUpload";
|
|
175533
175602
|
userId: string;
|
|
@@ -175538,6 +175607,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175538
175607
|
}, {
|
|
175539
175608
|
id: string;
|
|
175540
175609
|
url: string;
|
|
175610
|
+
name?: string | undefined;
|
|
175541
175611
|
source?: {
|
|
175542
175612
|
type: "UserUpload";
|
|
175543
175613
|
userId: string;
|
|
@@ -175550,6 +175620,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175550
175620
|
files?: {
|
|
175551
175621
|
id: string;
|
|
175552
175622
|
url: string;
|
|
175623
|
+
name?: string | undefined;
|
|
175553
175624
|
source?: {
|
|
175554
175625
|
type: "UserUpload";
|
|
175555
175626
|
userId: string;
|
|
@@ -175563,6 +175634,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175563
175634
|
files?: {
|
|
175564
175635
|
id: string;
|
|
175565
175636
|
url: string;
|
|
175637
|
+
name?: string | undefined;
|
|
175566
175638
|
source?: {
|
|
175567
175639
|
type: "UserUpload";
|
|
175568
175640
|
userId: string;
|
|
@@ -175718,9 +175790,12 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175718
175790
|
type: "Figma";
|
|
175719
175791
|
renderMode: "Image" | "HTML" | "JSON";
|
|
175720
175792
|
}>]>>;
|
|
175721
|
-
}, "id" | "url" | "source"
|
|
175793
|
+
}, "id" | "url" | "source"> & {
|
|
175794
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
175795
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
175722
175796
|
id: string;
|
|
175723
175797
|
url: string;
|
|
175798
|
+
name?: string | undefined;
|
|
175724
175799
|
source?: {
|
|
175725
175800
|
type: "UserUpload";
|
|
175726
175801
|
userId: string;
|
|
@@ -175731,6 +175806,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175731
175806
|
}, {
|
|
175732
175807
|
id: string;
|
|
175733
175808
|
url: string;
|
|
175809
|
+
name?: string | undefined;
|
|
175734
175810
|
source?: {
|
|
175735
175811
|
type: "UserUpload";
|
|
175736
175812
|
userId: string;
|
|
@@ -175743,6 +175819,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175743
175819
|
files?: {
|
|
175744
175820
|
id: string;
|
|
175745
175821
|
url: string;
|
|
175822
|
+
name?: string | undefined;
|
|
175746
175823
|
source?: {
|
|
175747
175824
|
type: "UserUpload";
|
|
175748
175825
|
userId: string;
|
|
@@ -175756,6 +175833,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
175756
175833
|
files?: {
|
|
175757
175834
|
id: string;
|
|
175758
175835
|
url: string;
|
|
175836
|
+
name?: string | undefined;
|
|
175759
175837
|
source?: {
|
|
175760
175838
|
type: "UserUpload";
|
|
175761
175839
|
userId: string;
|
|
@@ -176044,9 +176122,12 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176044
176122
|
type: "Figma";
|
|
176045
176123
|
renderMode: "Image" | "HTML" | "JSON";
|
|
176046
176124
|
}>]>>;
|
|
176047
|
-
}, "id" | "url" | "source"
|
|
176125
|
+
}, "id" | "url" | "source"> & {
|
|
176126
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
176127
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
176048
176128
|
id: string;
|
|
176049
176129
|
url: string;
|
|
176130
|
+
name?: string | undefined;
|
|
176050
176131
|
source?: {
|
|
176051
176132
|
type: "UserUpload";
|
|
176052
176133
|
userId: string;
|
|
@@ -176057,6 +176138,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176057
176138
|
}, {
|
|
176058
176139
|
id: string;
|
|
176059
176140
|
url: string;
|
|
176141
|
+
name?: string | undefined;
|
|
176060
176142
|
source?: {
|
|
176061
176143
|
type: "UserUpload";
|
|
176062
176144
|
userId: string;
|
|
@@ -176069,6 +176151,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176069
176151
|
files?: {
|
|
176070
176152
|
id: string;
|
|
176071
176153
|
url: string;
|
|
176154
|
+
name?: string | undefined;
|
|
176072
176155
|
source?: {
|
|
176073
176156
|
type: "UserUpload";
|
|
176074
176157
|
userId: string;
|
|
@@ -176082,6 +176165,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176082
176165
|
files?: {
|
|
176083
176166
|
id: string;
|
|
176084
176167
|
url: string;
|
|
176168
|
+
name?: string | undefined;
|
|
176085
176169
|
source?: {
|
|
176086
176170
|
type: "UserUpload";
|
|
176087
176171
|
userId: string;
|
|
@@ -176237,9 +176321,12 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176237
176321
|
type: "Figma";
|
|
176238
176322
|
renderMode: "Image" | "HTML" | "JSON";
|
|
176239
176323
|
}>]>>;
|
|
176240
|
-
}, "id" | "url" | "source"
|
|
176324
|
+
}, "id" | "url" | "source"> & {
|
|
176325
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
176326
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
176241
176327
|
id: string;
|
|
176242
176328
|
url: string;
|
|
176329
|
+
name?: string | undefined;
|
|
176243
176330
|
source?: {
|
|
176244
176331
|
type: "UserUpload";
|
|
176245
176332
|
userId: string;
|
|
@@ -176250,6 +176337,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176250
176337
|
}, {
|
|
176251
176338
|
id: string;
|
|
176252
176339
|
url: string;
|
|
176340
|
+
name?: string | undefined;
|
|
176253
176341
|
source?: {
|
|
176254
176342
|
type: "UserUpload";
|
|
176255
176343
|
userId: string;
|
|
@@ -176262,6 +176350,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176262
176350
|
files?: {
|
|
176263
176351
|
id: string;
|
|
176264
176352
|
url: string;
|
|
176353
|
+
name?: string | undefined;
|
|
176265
176354
|
source?: {
|
|
176266
176355
|
type: "UserUpload";
|
|
176267
176356
|
userId: string;
|
|
@@ -176275,6 +176364,7 @@ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
|
|
|
176275
176364
|
files?: {
|
|
176276
176365
|
id: string;
|
|
176277
176366
|
url: string;
|
|
176367
|
+
name?: string | undefined;
|
|
176278
176368
|
source?: {
|
|
176279
176369
|
type: "UserUpload";
|
|
176280
176370
|
userId: string;
|
|
@@ -221507,9 +221597,12 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221507
221597
|
type: "Figma";
|
|
221508
221598
|
renderMode: "Image" | "HTML" | "JSON";
|
|
221509
221599
|
}>]>>;
|
|
221510
|
-
}, "id" | "url" | "source"
|
|
221600
|
+
}, "id" | "url" | "source"> & {
|
|
221601
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
221602
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
221511
221603
|
id: string;
|
|
221512
221604
|
url: string;
|
|
221605
|
+
name?: string | undefined;
|
|
221513
221606
|
source?: {
|
|
221514
221607
|
type: "UserUpload";
|
|
221515
221608
|
userId: string;
|
|
@@ -221520,6 +221613,7 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221520
221613
|
}, {
|
|
221521
221614
|
id: string;
|
|
221522
221615
|
url: string;
|
|
221616
|
+
name?: string | undefined;
|
|
221523
221617
|
source?: {
|
|
221524
221618
|
type: "UserUpload";
|
|
221525
221619
|
userId: string;
|
|
@@ -221532,6 +221626,7 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221532
221626
|
files?: {
|
|
221533
221627
|
id: string;
|
|
221534
221628
|
url: string;
|
|
221629
|
+
name?: string | undefined;
|
|
221535
221630
|
source?: {
|
|
221536
221631
|
type: "UserUpload";
|
|
221537
221632
|
userId: string;
|
|
@@ -221545,6 +221640,7 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221545
221640
|
files?: {
|
|
221546
221641
|
id: string;
|
|
221547
221642
|
url: string;
|
|
221643
|
+
name?: string | undefined;
|
|
221548
221644
|
source?: {
|
|
221549
221645
|
type: "UserUpload";
|
|
221550
221646
|
userId: string;
|
|
@@ -221586,6 +221682,7 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221586
221682
|
files?: {
|
|
221587
221683
|
id: string;
|
|
221588
221684
|
url: string;
|
|
221685
|
+
name?: string | undefined;
|
|
221589
221686
|
source?: {
|
|
221590
221687
|
type: "UserUpload";
|
|
221591
221688
|
userId: string;
|
|
@@ -221622,6 +221719,7 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
221622
221719
|
files?: {
|
|
221623
221720
|
id: string;
|
|
221624
221721
|
url: string;
|
|
221722
|
+
name?: string | undefined;
|
|
221625
221723
|
source?: {
|
|
221626
221724
|
type: "UserUpload";
|
|
221627
221725
|
userId: string;
|
|
@@ -221665,9 +221763,12 @@ declare const DTOThreadMessageAttachments: z__default.ZodObject<{
|
|
|
221665
221763
|
type: "Figma";
|
|
221666
221764
|
renderMode: "Image" | "HTML" | "JSON";
|
|
221667
221765
|
}>]>>;
|
|
221668
|
-
}, "id" | "url" | "source"
|
|
221766
|
+
}, "id" | "url" | "source"> & {
|
|
221767
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
221768
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
221669
221769
|
id: string;
|
|
221670
221770
|
url: string;
|
|
221771
|
+
name?: string | undefined;
|
|
221671
221772
|
source?: {
|
|
221672
221773
|
type: "UserUpload";
|
|
221673
221774
|
userId: string;
|
|
@@ -221678,6 +221779,7 @@ declare const DTOThreadMessageAttachments: z__default.ZodObject<{
|
|
|
221678
221779
|
}, {
|
|
221679
221780
|
id: string;
|
|
221680
221781
|
url: string;
|
|
221782
|
+
name?: string | undefined;
|
|
221681
221783
|
source?: {
|
|
221682
221784
|
type: "UserUpload";
|
|
221683
221785
|
userId: string;
|
|
@@ -221690,6 +221792,7 @@ declare const DTOThreadMessageAttachments: z__default.ZodObject<{
|
|
|
221690
221792
|
files?: {
|
|
221691
221793
|
id: string;
|
|
221692
221794
|
url: string;
|
|
221795
|
+
name?: string | undefined;
|
|
221693
221796
|
source?: {
|
|
221694
221797
|
type: "UserUpload";
|
|
221695
221798
|
userId: string;
|
|
@@ -221703,6 +221806,7 @@ declare const DTOThreadMessageAttachments: z__default.ZodObject<{
|
|
|
221703
221806
|
files?: {
|
|
221704
221807
|
id: string;
|
|
221705
221808
|
url: string;
|
|
221809
|
+
name?: string | undefined;
|
|
221706
221810
|
source?: {
|
|
221707
221811
|
type: "UserUpload";
|
|
221708
221812
|
userId: string;
|
|
@@ -221831,9 +221935,12 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
221831
221935
|
type: "Figma";
|
|
221832
221936
|
renderMode: "Image" | "HTML" | "JSON";
|
|
221833
221937
|
}>]>>;
|
|
221834
|
-
}, "id" | "url" | "source"
|
|
221938
|
+
}, "id" | "url" | "source"> & {
|
|
221939
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
221940
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
221835
221941
|
id: string;
|
|
221836
221942
|
url: string;
|
|
221943
|
+
name?: string | undefined;
|
|
221837
221944
|
source?: {
|
|
221838
221945
|
type: "UserUpload";
|
|
221839
221946
|
userId: string;
|
|
@@ -221844,6 +221951,7 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
221844
221951
|
}, {
|
|
221845
221952
|
id: string;
|
|
221846
221953
|
url: string;
|
|
221954
|
+
name?: string | undefined;
|
|
221847
221955
|
source?: {
|
|
221848
221956
|
type: "UserUpload";
|
|
221849
221957
|
userId: string;
|
|
@@ -221856,6 +221964,7 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
221856
221964
|
files?: {
|
|
221857
221965
|
id: string;
|
|
221858
221966
|
url: string;
|
|
221967
|
+
name?: string | undefined;
|
|
221859
221968
|
source?: {
|
|
221860
221969
|
type: "UserUpload";
|
|
221861
221970
|
userId: string;
|
|
@@ -221869,6 +221978,7 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
221869
221978
|
files?: {
|
|
221870
221979
|
id: string;
|
|
221871
221980
|
url: string;
|
|
221981
|
+
name?: string | undefined;
|
|
221872
221982
|
source?: {
|
|
221873
221983
|
type: "UserUpload";
|
|
221874
221984
|
userId: string;
|
|
@@ -222005,9 +222115,12 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222005
222115
|
type: "Figma";
|
|
222006
222116
|
renderMode: "Image" | "HTML" | "JSON";
|
|
222007
222117
|
}>]>>;
|
|
222008
|
-
}, "id" | "url" | "source"
|
|
222118
|
+
}, "id" | "url" | "source"> & {
|
|
222119
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
222120
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
222009
222121
|
id: string;
|
|
222010
222122
|
url: string;
|
|
222123
|
+
name?: string | undefined;
|
|
222011
222124
|
source?: {
|
|
222012
222125
|
type: "UserUpload";
|
|
222013
222126
|
userId: string;
|
|
@@ -222018,6 +222131,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222018
222131
|
}, {
|
|
222019
222132
|
id: string;
|
|
222020
222133
|
url: string;
|
|
222134
|
+
name?: string | undefined;
|
|
222021
222135
|
source?: {
|
|
222022
222136
|
type: "UserUpload";
|
|
222023
222137
|
userId: string;
|
|
@@ -222030,6 +222144,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222030
222144
|
files?: {
|
|
222031
222145
|
id: string;
|
|
222032
222146
|
url: string;
|
|
222147
|
+
name?: string | undefined;
|
|
222033
222148
|
source?: {
|
|
222034
222149
|
type: "UserUpload";
|
|
222035
222150
|
userId: string;
|
|
@@ -222043,6 +222158,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222043
222158
|
files?: {
|
|
222044
222159
|
id: string;
|
|
222045
222160
|
url: string;
|
|
222161
|
+
name?: string | undefined;
|
|
222046
222162
|
source?: {
|
|
222047
222163
|
type: "UserUpload";
|
|
222048
222164
|
userId: string;
|
|
@@ -222091,9 +222207,12 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222091
222207
|
type: "Figma";
|
|
222092
222208
|
renderMode: "Image" | "HTML" | "JSON";
|
|
222093
222209
|
}>]>>;
|
|
222094
|
-
}, "id" | "url" | "source"
|
|
222210
|
+
}, "id" | "url" | "source"> & {
|
|
222211
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
222212
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
222095
222213
|
id: string;
|
|
222096
222214
|
url: string;
|
|
222215
|
+
name?: string | undefined;
|
|
222097
222216
|
source?: {
|
|
222098
222217
|
type: "UserUpload";
|
|
222099
222218
|
userId: string;
|
|
@@ -222104,6 +222223,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222104
222223
|
}, {
|
|
222105
222224
|
id: string;
|
|
222106
222225
|
url: string;
|
|
222226
|
+
name?: string | undefined;
|
|
222107
222227
|
source?: {
|
|
222108
222228
|
type: "UserUpload";
|
|
222109
222229
|
userId: string;
|
|
@@ -222116,6 +222236,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222116
222236
|
files?: {
|
|
222117
222237
|
id: string;
|
|
222118
222238
|
url: string;
|
|
222239
|
+
name?: string | undefined;
|
|
222119
222240
|
source?: {
|
|
222120
222241
|
type: "UserUpload";
|
|
222121
222242
|
userId: string;
|
|
@@ -222129,6 +222250,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222129
222250
|
files?: {
|
|
222130
222251
|
id: string;
|
|
222131
222252
|
url: string;
|
|
222253
|
+
name?: string | undefined;
|
|
222132
222254
|
source?: {
|
|
222133
222255
|
type: "UserUpload";
|
|
222134
222256
|
userId: string;
|
|
@@ -222148,6 +222270,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222148
222270
|
files?: {
|
|
222149
222271
|
id: string;
|
|
222150
222272
|
url: string;
|
|
222273
|
+
name?: string | undefined;
|
|
222151
222274
|
source?: {
|
|
222152
222275
|
type: "UserUpload";
|
|
222153
222276
|
userId: string;
|
|
@@ -222166,6 +222289,7 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
222166
222289
|
files?: {
|
|
222167
222290
|
id: string;
|
|
222168
222291
|
url: string;
|
|
222292
|
+
name?: string | undefined;
|
|
222169
222293
|
source?: {
|
|
222170
222294
|
type: "UserUpload";
|
|
222171
222295
|
userId: string;
|
|
@@ -222285,9 +222409,12 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222285
222409
|
type: "Figma";
|
|
222286
222410
|
renderMode: "Image" | "HTML" | "JSON";
|
|
222287
222411
|
}>]>>;
|
|
222288
|
-
}, "id" | "url" | "source"
|
|
222412
|
+
}, "id" | "url" | "source"> & {
|
|
222413
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
222414
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
222289
222415
|
id: string;
|
|
222290
222416
|
url: string;
|
|
222417
|
+
name?: string | undefined;
|
|
222291
222418
|
source?: {
|
|
222292
222419
|
type: "UserUpload";
|
|
222293
222420
|
userId: string;
|
|
@@ -222298,6 +222425,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222298
222425
|
}, {
|
|
222299
222426
|
id: string;
|
|
222300
222427
|
url: string;
|
|
222428
|
+
name?: string | undefined;
|
|
222301
222429
|
source?: {
|
|
222302
222430
|
type: "UserUpload";
|
|
222303
222431
|
userId: string;
|
|
@@ -222310,6 +222438,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222310
222438
|
files?: {
|
|
222311
222439
|
id: string;
|
|
222312
222440
|
url: string;
|
|
222441
|
+
name?: string | undefined;
|
|
222313
222442
|
source?: {
|
|
222314
222443
|
type: "UserUpload";
|
|
222315
222444
|
userId: string;
|
|
@@ -222323,6 +222452,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222323
222452
|
files?: {
|
|
222324
222453
|
id: string;
|
|
222325
222454
|
url: string;
|
|
222455
|
+
name?: string | undefined;
|
|
222326
222456
|
source?: {
|
|
222327
222457
|
type: "UserUpload";
|
|
222328
222458
|
userId: string;
|
|
@@ -222364,6 +222494,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222364
222494
|
files?: {
|
|
222365
222495
|
id: string;
|
|
222366
222496
|
url: string;
|
|
222497
|
+
name?: string | undefined;
|
|
222367
222498
|
source?: {
|
|
222368
222499
|
type: "UserUpload";
|
|
222369
222500
|
userId: string;
|
|
@@ -222400,6 +222531,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222400
222531
|
files?: {
|
|
222401
222532
|
id: string;
|
|
222402
222533
|
url: string;
|
|
222534
|
+
name?: string | undefined;
|
|
222403
222535
|
source?: {
|
|
222404
222536
|
type: "UserUpload";
|
|
222405
222537
|
userId: string;
|
|
@@ -222438,6 +222570,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222438
222570
|
files?: {
|
|
222439
222571
|
id: string;
|
|
222440
222572
|
url: string;
|
|
222573
|
+
name?: string | undefined;
|
|
222441
222574
|
source?: {
|
|
222442
222575
|
type: "UserUpload";
|
|
222443
222576
|
userId: string;
|
|
@@ -222476,6 +222609,7 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
222476
222609
|
files?: {
|
|
222477
222610
|
id: string;
|
|
222478
222611
|
url: string;
|
|
222612
|
+
name?: string | undefined;
|
|
222479
222613
|
source?: {
|
|
222480
222614
|
type: "UserUpload";
|
|
222481
222615
|
userId: string;
|
|
@@ -222609,9 +222743,12 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222609
222743
|
type: "Figma";
|
|
222610
222744
|
renderMode: "Image" | "HTML" | "JSON";
|
|
222611
222745
|
}>]>>;
|
|
222612
|
-
}, "id" | "url" | "source"
|
|
222746
|
+
}, "id" | "url" | "source"> & {
|
|
222747
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
222748
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
222613
222749
|
id: string;
|
|
222614
222750
|
url: string;
|
|
222751
|
+
name?: string | undefined;
|
|
222615
222752
|
source?: {
|
|
222616
222753
|
type: "UserUpload";
|
|
222617
222754
|
userId: string;
|
|
@@ -222622,6 +222759,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222622
222759
|
}, {
|
|
222623
222760
|
id: string;
|
|
222624
222761
|
url: string;
|
|
222762
|
+
name?: string | undefined;
|
|
222625
222763
|
source?: {
|
|
222626
222764
|
type: "UserUpload";
|
|
222627
222765
|
userId: string;
|
|
@@ -222634,6 +222772,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222634
222772
|
files?: {
|
|
222635
222773
|
id: string;
|
|
222636
222774
|
url: string;
|
|
222775
|
+
name?: string | undefined;
|
|
222637
222776
|
source?: {
|
|
222638
222777
|
type: "UserUpload";
|
|
222639
222778
|
userId: string;
|
|
@@ -222647,6 +222786,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222647
222786
|
files?: {
|
|
222648
222787
|
id: string;
|
|
222649
222788
|
url: string;
|
|
222789
|
+
name?: string | undefined;
|
|
222650
222790
|
source?: {
|
|
222651
222791
|
type: "UserUpload";
|
|
222652
222792
|
userId: string;
|
|
@@ -222688,6 +222828,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222688
222828
|
files?: {
|
|
222689
222829
|
id: string;
|
|
222690
222830
|
url: string;
|
|
222831
|
+
name?: string | undefined;
|
|
222691
222832
|
source?: {
|
|
222692
222833
|
type: "UserUpload";
|
|
222693
222834
|
userId: string;
|
|
@@ -222724,6 +222865,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222724
222865
|
files?: {
|
|
222725
222866
|
id: string;
|
|
222726
222867
|
url: string;
|
|
222868
|
+
name?: string | undefined;
|
|
222727
222869
|
source?: {
|
|
222728
222870
|
type: "UserUpload";
|
|
222729
222871
|
userId: string;
|
|
@@ -222779,6 +222921,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222779
222921
|
files?: {
|
|
222780
222922
|
id: string;
|
|
222781
222923
|
url: string;
|
|
222924
|
+
name?: string | undefined;
|
|
222782
222925
|
source?: {
|
|
222783
222926
|
type: "UserUpload";
|
|
222784
222927
|
userId: string;
|
|
@@ -222824,6 +222967,7 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
222824
222967
|
files?: {
|
|
222825
222968
|
id: string;
|
|
222826
222969
|
url: string;
|
|
222970
|
+
name?: string | undefined;
|
|
222827
222971
|
source?: {
|
|
222828
222972
|
type: "UserUpload";
|
|
222829
222973
|
userId: string;
|
|
@@ -222932,9 +223076,12 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
222932
223076
|
type: "Figma";
|
|
222933
223077
|
renderMode: "Image" | "HTML" | "JSON";
|
|
222934
223078
|
}>]>>;
|
|
222935
|
-
}, "id" | "url" | "source"
|
|
223079
|
+
}, "id" | "url" | "source"> & {
|
|
223080
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
223081
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
222936
223082
|
id: string;
|
|
222937
223083
|
url: string;
|
|
223084
|
+
name?: string | undefined;
|
|
222938
223085
|
source?: {
|
|
222939
223086
|
type: "UserUpload";
|
|
222940
223087
|
userId: string;
|
|
@@ -222945,6 +223092,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
222945
223092
|
}, {
|
|
222946
223093
|
id: string;
|
|
222947
223094
|
url: string;
|
|
223095
|
+
name?: string | undefined;
|
|
222948
223096
|
source?: {
|
|
222949
223097
|
type: "UserUpload";
|
|
222950
223098
|
userId: string;
|
|
@@ -222957,6 +223105,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
222957
223105
|
files?: {
|
|
222958
223106
|
id: string;
|
|
222959
223107
|
url: string;
|
|
223108
|
+
name?: string | undefined;
|
|
222960
223109
|
source?: {
|
|
222961
223110
|
type: "UserUpload";
|
|
222962
223111
|
userId: string;
|
|
@@ -222970,6 +223119,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
222970
223119
|
files?: {
|
|
222971
223120
|
id: string;
|
|
222972
223121
|
url: string;
|
|
223122
|
+
name?: string | undefined;
|
|
222973
223123
|
source?: {
|
|
222974
223124
|
type: "UserUpload";
|
|
222975
223125
|
userId: string;
|
|
@@ -223011,6 +223161,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
223011
223161
|
files?: {
|
|
223012
223162
|
id: string;
|
|
223013
223163
|
url: string;
|
|
223164
|
+
name?: string | undefined;
|
|
223014
223165
|
source?: {
|
|
223015
223166
|
type: "UserUpload";
|
|
223016
223167
|
userId: string;
|
|
@@ -223047,6 +223198,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
223047
223198
|
files?: {
|
|
223048
223199
|
id: string;
|
|
223049
223200
|
url: string;
|
|
223201
|
+
name?: string | undefined;
|
|
223050
223202
|
source?: {
|
|
223051
223203
|
type: "UserUpload";
|
|
223052
223204
|
userId: string;
|
|
@@ -223086,6 +223238,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
223086
223238
|
files?: {
|
|
223087
223239
|
id: string;
|
|
223088
223240
|
url: string;
|
|
223241
|
+
name?: string | undefined;
|
|
223089
223242
|
source?: {
|
|
223090
223243
|
type: "UserUpload";
|
|
223091
223244
|
userId: string;
|
|
@@ -223125,6 +223278,7 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
223125
223278
|
files?: {
|
|
223126
223279
|
id: string;
|
|
223127
223280
|
url: string;
|
|
223281
|
+
name?: string | undefined;
|
|
223128
223282
|
source?: {
|
|
223129
223283
|
type: "UserUpload";
|
|
223130
223284
|
userId: string;
|
|
@@ -223226,9 +223380,12 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223226
223380
|
type: "Figma";
|
|
223227
223381
|
renderMode: "Image" | "HTML" | "JSON";
|
|
223228
223382
|
}>]>>;
|
|
223229
|
-
}, "id" | "url" | "source"
|
|
223383
|
+
}, "id" | "url" | "source"> & {
|
|
223384
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
223385
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
223230
223386
|
id: string;
|
|
223231
223387
|
url: string;
|
|
223388
|
+
name?: string | undefined;
|
|
223232
223389
|
source?: {
|
|
223233
223390
|
type: "UserUpload";
|
|
223234
223391
|
userId: string;
|
|
@@ -223239,6 +223396,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223239
223396
|
}, {
|
|
223240
223397
|
id: string;
|
|
223241
223398
|
url: string;
|
|
223399
|
+
name?: string | undefined;
|
|
223242
223400
|
source?: {
|
|
223243
223401
|
type: "UserUpload";
|
|
223244
223402
|
userId: string;
|
|
@@ -223251,6 +223409,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223251
223409
|
files?: {
|
|
223252
223410
|
id: string;
|
|
223253
223411
|
url: string;
|
|
223412
|
+
name?: string | undefined;
|
|
223254
223413
|
source?: {
|
|
223255
223414
|
type: "UserUpload";
|
|
223256
223415
|
userId: string;
|
|
@@ -223264,6 +223423,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223264
223423
|
files?: {
|
|
223265
223424
|
id: string;
|
|
223266
223425
|
url: string;
|
|
223426
|
+
name?: string | undefined;
|
|
223267
223427
|
source?: {
|
|
223268
223428
|
type: "UserUpload";
|
|
223269
223429
|
userId: string;
|
|
@@ -223305,6 +223465,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223305
223465
|
files?: {
|
|
223306
223466
|
id: string;
|
|
223307
223467
|
url: string;
|
|
223468
|
+
name?: string | undefined;
|
|
223308
223469
|
source?: {
|
|
223309
223470
|
type: "UserUpload";
|
|
223310
223471
|
userId: string;
|
|
@@ -223341,6 +223502,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223341
223502
|
files?: {
|
|
223342
223503
|
id: string;
|
|
223343
223504
|
url: string;
|
|
223505
|
+
name?: string | undefined;
|
|
223344
223506
|
source?: {
|
|
223345
223507
|
type: "UserUpload";
|
|
223346
223508
|
userId: string;
|
|
@@ -223380,6 +223542,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223380
223542
|
files?: {
|
|
223381
223543
|
id: string;
|
|
223382
223544
|
url: string;
|
|
223545
|
+
name?: string | undefined;
|
|
223383
223546
|
source?: {
|
|
223384
223547
|
type: "UserUpload";
|
|
223385
223548
|
userId: string;
|
|
@@ -223419,6 +223582,7 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
223419
223582
|
files?: {
|
|
223420
223583
|
id: string;
|
|
223421
223584
|
url: string;
|
|
223585
|
+
name?: string | undefined;
|
|
223422
223586
|
source?: {
|
|
223423
223587
|
type: "UserUpload";
|
|
223424
223588
|
userId: string;
|
|
@@ -223592,9 +223756,12 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223592
223756
|
type: "Figma";
|
|
223593
223757
|
renderMode: "Image" | "HTML" | "JSON";
|
|
223594
223758
|
}>]>>;
|
|
223595
|
-
}, "id" | "url" | "source"
|
|
223759
|
+
}, "id" | "url" | "source"> & {
|
|
223760
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
223761
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
223596
223762
|
id: string;
|
|
223597
223763
|
url: string;
|
|
223764
|
+
name?: string | undefined;
|
|
223598
223765
|
source?: {
|
|
223599
223766
|
type: "UserUpload";
|
|
223600
223767
|
userId: string;
|
|
@@ -223605,6 +223772,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223605
223772
|
}, {
|
|
223606
223773
|
id: string;
|
|
223607
223774
|
url: string;
|
|
223775
|
+
name?: string | undefined;
|
|
223608
223776
|
source?: {
|
|
223609
223777
|
type: "UserUpload";
|
|
223610
223778
|
userId: string;
|
|
@@ -223617,6 +223785,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223617
223785
|
files?: {
|
|
223618
223786
|
id: string;
|
|
223619
223787
|
url: string;
|
|
223788
|
+
name?: string | undefined;
|
|
223620
223789
|
source?: {
|
|
223621
223790
|
type: "UserUpload";
|
|
223622
223791
|
userId: string;
|
|
@@ -223630,6 +223799,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223630
223799
|
files?: {
|
|
223631
223800
|
id: string;
|
|
223632
223801
|
url: string;
|
|
223802
|
+
name?: string | undefined;
|
|
223633
223803
|
source?: {
|
|
223634
223804
|
type: "UserUpload";
|
|
223635
223805
|
userId: string;
|
|
@@ -223671,6 +223841,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223671
223841
|
files?: {
|
|
223672
223842
|
id: string;
|
|
223673
223843
|
url: string;
|
|
223844
|
+
name?: string | undefined;
|
|
223674
223845
|
source?: {
|
|
223675
223846
|
type: "UserUpload";
|
|
223676
223847
|
userId: string;
|
|
@@ -223707,6 +223878,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223707
223878
|
files?: {
|
|
223708
223879
|
id: string;
|
|
223709
223880
|
url: string;
|
|
223881
|
+
name?: string | undefined;
|
|
223710
223882
|
source?: {
|
|
223711
223883
|
type: "UserUpload";
|
|
223712
223884
|
userId: string;
|
|
@@ -223746,6 +223918,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223746
223918
|
files?: {
|
|
223747
223919
|
id: string;
|
|
223748
223920
|
url: string;
|
|
223921
|
+
name?: string | undefined;
|
|
223749
223922
|
source?: {
|
|
223750
223923
|
type: "UserUpload";
|
|
223751
223924
|
userId: string;
|
|
@@ -223785,6 +223958,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223785
223958
|
files?: {
|
|
223786
223959
|
id: string;
|
|
223787
223960
|
url: string;
|
|
223961
|
+
name?: string | undefined;
|
|
223788
223962
|
source?: {
|
|
223789
223963
|
type: "UserUpload";
|
|
223790
223964
|
userId: string;
|
|
@@ -223884,9 +224058,12 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223884
224058
|
type: "Figma";
|
|
223885
224059
|
renderMode: "Image" | "HTML" | "JSON";
|
|
223886
224060
|
}>]>>;
|
|
223887
|
-
}, "id" | "url" | "source"
|
|
224061
|
+
}, "id" | "url" | "source"> & {
|
|
224062
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
224063
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
223888
224064
|
id: string;
|
|
223889
224065
|
url: string;
|
|
224066
|
+
name?: string | undefined;
|
|
223890
224067
|
source?: {
|
|
223891
224068
|
type: "UserUpload";
|
|
223892
224069
|
userId: string;
|
|
@@ -223897,6 +224074,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223897
224074
|
}, {
|
|
223898
224075
|
id: string;
|
|
223899
224076
|
url: string;
|
|
224077
|
+
name?: string | undefined;
|
|
223900
224078
|
source?: {
|
|
223901
224079
|
type: "UserUpload";
|
|
223902
224080
|
userId: string;
|
|
@@ -223909,6 +224087,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223909
224087
|
files?: {
|
|
223910
224088
|
id: string;
|
|
223911
224089
|
url: string;
|
|
224090
|
+
name?: string | undefined;
|
|
223912
224091
|
source?: {
|
|
223913
224092
|
type: "UserUpload";
|
|
223914
224093
|
userId: string;
|
|
@@ -223922,6 +224101,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223922
224101
|
files?: {
|
|
223923
224102
|
id: string;
|
|
223924
224103
|
url: string;
|
|
224104
|
+
name?: string | undefined;
|
|
223925
224105
|
source?: {
|
|
223926
224106
|
type: "UserUpload";
|
|
223927
224107
|
userId: string;
|
|
@@ -223963,6 +224143,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223963
224143
|
files?: {
|
|
223964
224144
|
id: string;
|
|
223965
224145
|
url: string;
|
|
224146
|
+
name?: string | undefined;
|
|
223966
224147
|
source?: {
|
|
223967
224148
|
type: "UserUpload";
|
|
223968
224149
|
userId: string;
|
|
@@ -223999,6 +224180,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
223999
224180
|
files?: {
|
|
224000
224181
|
id: string;
|
|
224001
224182
|
url: string;
|
|
224183
|
+
name?: string | undefined;
|
|
224002
224184
|
source?: {
|
|
224003
224185
|
type: "UserUpload";
|
|
224004
224186
|
userId: string;
|
|
@@ -224038,6 +224220,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
224038
224220
|
files?: {
|
|
224039
224221
|
id: string;
|
|
224040
224222
|
url: string;
|
|
224223
|
+
name?: string | undefined;
|
|
224041
224224
|
source?: {
|
|
224042
224225
|
type: "UserUpload";
|
|
224043
224226
|
userId: string;
|
|
@@ -224077,6 +224260,7 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
224077
224260
|
files?: {
|
|
224078
224261
|
id: string;
|
|
224079
224262
|
url: string;
|
|
224263
|
+
name?: string | undefined;
|
|
224080
224264
|
source?: {
|
|
224081
224265
|
type: "UserUpload";
|
|
224082
224266
|
userId: string;
|
|
@@ -237619,11 +237803,11 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
237619
237803
|
}>;
|
|
237620
237804
|
type DTOGetBlockDefinitionsOutput = z$1.infer<typeof DTOGetBlockDefinitionsOutput>;
|
|
237621
237805
|
declare const DTOGetBlockDefinitionsQuery: z$1.ZodObject<{
|
|
237622
|
-
files: z$1.ZodOptional<z$1.
|
|
237806
|
+
files: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, boolean | undefined, string | undefined>;
|
|
237623
237807
|
}, "strip", z$1.ZodTypeAny, {
|
|
237624
237808
|
files?: boolean | undefined;
|
|
237625
237809
|
}, {
|
|
237626
|
-
files?:
|
|
237810
|
+
files?: string | undefined;
|
|
237627
237811
|
}>;
|
|
237628
237812
|
type DTOGetBlockDefinitionsQuery = z$1.infer<typeof DTOGetBlockDefinitionsQuery>;
|
|
237629
237813
|
|
|
@@ -246343,6 +246527,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
246343
246527
|
thumbnail?: {
|
|
246344
246528
|
id: string;
|
|
246345
246529
|
url: string;
|
|
246530
|
+
name?: string | undefined;
|
|
246346
246531
|
source?: {
|
|
246347
246532
|
type: "UserUpload";
|
|
246348
246533
|
userId: string;
|
|
@@ -246502,6 +246687,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
246502
246687
|
thumbnail?: {
|
|
246503
246688
|
id: string;
|
|
246504
246689
|
url: string;
|
|
246690
|
+
name?: string | undefined;
|
|
246505
246691
|
source?: {
|
|
246506
246692
|
type: "UserUpload";
|
|
246507
246693
|
userId: string;
|
|
@@ -253161,6 +253347,7 @@ declare class ThreadsEndpoint {
|
|
|
253161
253347
|
files?: {
|
|
253162
253348
|
id: string;
|
|
253163
253349
|
url: string;
|
|
253350
|
+
name?: string | undefined;
|
|
253164
253351
|
source?: {
|
|
253165
253352
|
type: "UserUpload";
|
|
253166
253353
|
userId: string;
|
|
@@ -253207,6 +253394,7 @@ declare class ThreadsEndpoint {
|
|
|
253207
253394
|
files?: {
|
|
253208
253395
|
id: string;
|
|
253209
253396
|
url: string;
|
|
253397
|
+
name?: string | undefined;
|
|
253210
253398
|
source?: {
|
|
253211
253399
|
type: "UserUpload";
|
|
253212
253400
|
userId: string;
|
|
@@ -256152,6 +256340,7 @@ declare function generateHash(input: object | string, debug?: boolean): string;
|
|
|
256152
256340
|
type CompatibleValue = number | string | boolean | undefined;
|
|
256153
256341
|
type QueryObject = Record<string, CompatibleValue | CompatibleValue[]>;
|
|
256154
256342
|
declare function serializeQuery(query: QueryObject): URLSearchParams;
|
|
256343
|
+
declare function zodQueryBoolean(): z__default.ZodEffects<z__default.ZodOptional<z__default.ZodString>, boolean | undefined, string | undefined>;
|
|
256155
256344
|
|
|
256156
256345
|
declare const exhaustiveInvalidUriPaths: {
|
|
256157
256346
|
emptyPath: string;
|
|
@@ -256190,4 +256379,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
256190
256379
|
reason: ValidationErrorReason | undefined;
|
|
256191
256380
|
};
|
|
256192
256381
|
|
|
256193
|
-
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 };
|
|
256382
|
+
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, zodQueryBoolean };
|