@supernova-studio/client 1.43.3 → 1.43.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -83734,6 +83734,1092 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
83734
83734
  }[];
83735
83735
  }>;
83736
83736
  type DTOForgeProjectArtifactsListResponse = z$1.infer<typeof DTOForgeProjectArtifactsListResponse>;
83737
+ declare const DTOForgeProjectArtifactContentResponse: z$1.ZodObject<{
83738
+ artifactId: z$1.ZodString;
83739
+ content: z$1.ZodObject<{
83740
+ items: z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
83741
+ id: z$1.ZodString;
83742
+ type: z$1.ZodLiteral<"Block">;
83743
+ data: z$1.ZodObject<{
83744
+ packageId: z$1.ZodString;
83745
+ variantId: z$1.ZodOptional<z$1.ZodString>;
83746
+ indentLevel: z$1.ZodNumber;
83747
+ appearance: z$1.ZodOptional<z$1.ZodObject<{
83748
+ itemBackgroundColor: z$1.ZodOptional<z$1.ZodObject<{
83749
+ value: z$1.ZodString;
83750
+ referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
83751
+ }, "strip", z$1.ZodTypeAny, {
83752
+ value: string;
83753
+ referencedTokenId?: string | undefined;
83754
+ }, {
83755
+ value: string;
83756
+ referencedTokenId?: string | undefined;
83757
+ }>>;
83758
+ numberOfColumns: z$1.ZodOptional<z$1.ZodNumber>;
83759
+ }, "strip", z$1.ZodTypeAny, {
83760
+ numberOfColumns?: number | undefined;
83761
+ itemBackgroundColor?: {
83762
+ value: string;
83763
+ referencedTokenId?: string | undefined;
83764
+ } | undefined;
83765
+ }, {
83766
+ numberOfColumns?: number | undefined;
83767
+ itemBackgroundColor?: {
83768
+ value: string;
83769
+ referencedTokenId?: string | undefined;
83770
+ } | undefined;
83771
+ }>>;
83772
+ items: z$1.ZodArray<z$1.ZodObject<{
83773
+ id: z$1.ZodString;
83774
+ linksTo: z$1.ZodOptional<z$1.ZodObject<{
83775
+ type: z$1.ZodEnum<["DocumentationItem", "PageHeading", "Url"]>;
83776
+ documentationItemId: z$1.ZodOptional<z$1.ZodString>;
83777
+ pageHeadingId: z$1.ZodOptional<z$1.ZodString>;
83778
+ url: z$1.ZodOptional<z$1.ZodString>;
83779
+ openInNewTab: z$1.ZodOptional<z$1.ZodBoolean>;
83780
+ }, "strip", z$1.ZodTypeAny, {
83781
+ type: "DocumentationItem" | "PageHeading" | "Url";
83782
+ url?: string | undefined;
83783
+ documentationItemId?: string | undefined;
83784
+ pageHeadingId?: string | undefined;
83785
+ openInNewTab?: boolean | undefined;
83786
+ }, {
83787
+ type: "DocumentationItem" | "PageHeading" | "Url";
83788
+ url?: string | undefined;
83789
+ documentationItemId?: string | undefined;
83790
+ pageHeadingId?: string | undefined;
83791
+ openInNewTab?: boolean | undefined;
83792
+ }>>;
83793
+ props: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodObject<{
83794
+ value: z$1.ZodAny;
83795
+ }, "strip", z$1.ZodTypeAny, {
83796
+ value?: any;
83797
+ }, {
83798
+ value?: any;
83799
+ }>, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
83800
+ }, "strip", z$1.ZodTypeAny, {
83801
+ id: string;
83802
+ props: Record<string, {
83803
+ value?: any;
83804
+ } & Record<string, any>>;
83805
+ linksTo?: {
83806
+ type: "DocumentationItem" | "PageHeading" | "Url";
83807
+ url?: string | undefined;
83808
+ documentationItemId?: string | undefined;
83809
+ pageHeadingId?: string | undefined;
83810
+ openInNewTab?: boolean | undefined;
83811
+ } | undefined;
83812
+ }, {
83813
+ id: string;
83814
+ props: Record<string, {
83815
+ value?: any;
83816
+ } & Record<string, any>>;
83817
+ linksTo?: {
83818
+ type: "DocumentationItem" | "PageHeading" | "Url";
83819
+ url?: string | undefined;
83820
+ documentationItemId?: string | undefined;
83821
+ pageHeadingId?: string | undefined;
83822
+ openInNewTab?: boolean | undefined;
83823
+ } | undefined;
83824
+ }>, "many">;
83825
+ }, "strip", z$1.ZodTypeAny, {
83826
+ items: {
83827
+ id: string;
83828
+ props: Record<string, {
83829
+ value?: any;
83830
+ } & Record<string, any>>;
83831
+ linksTo?: {
83832
+ type: "DocumentationItem" | "PageHeading" | "Url";
83833
+ url?: string | undefined;
83834
+ documentationItemId?: string | undefined;
83835
+ pageHeadingId?: string | undefined;
83836
+ openInNewTab?: boolean | undefined;
83837
+ } | undefined;
83838
+ }[];
83839
+ packageId: string;
83840
+ indentLevel: number;
83841
+ appearance?: {
83842
+ numberOfColumns?: number | undefined;
83843
+ itemBackgroundColor?: {
83844
+ value: string;
83845
+ referencedTokenId?: string | undefined;
83846
+ } | undefined;
83847
+ } | undefined;
83848
+ variantId?: string | undefined;
83849
+ }, {
83850
+ items: {
83851
+ id: string;
83852
+ props: Record<string, {
83853
+ value?: any;
83854
+ } & Record<string, any>>;
83855
+ linksTo?: {
83856
+ type: "DocumentationItem" | "PageHeading" | "Url";
83857
+ url?: string | undefined;
83858
+ documentationItemId?: string | undefined;
83859
+ pageHeadingId?: string | undefined;
83860
+ openInNewTab?: boolean | undefined;
83861
+ } | undefined;
83862
+ }[];
83863
+ packageId: string;
83864
+ indentLevel: number;
83865
+ appearance?: {
83866
+ numberOfColumns?: number | undefined;
83867
+ itemBackgroundColor?: {
83868
+ value: string;
83869
+ referencedTokenId?: string | undefined;
83870
+ } | undefined;
83871
+ } | undefined;
83872
+ variantId?: string | undefined;
83873
+ }>;
83874
+ }, "strip", z$1.ZodTypeAny, {
83875
+ type: "Block";
83876
+ data: {
83877
+ items: {
83878
+ id: string;
83879
+ props: Record<string, {
83880
+ value?: any;
83881
+ } & Record<string, any>>;
83882
+ linksTo?: {
83883
+ type: "DocumentationItem" | "PageHeading" | "Url";
83884
+ url?: string | undefined;
83885
+ documentationItemId?: string | undefined;
83886
+ pageHeadingId?: string | undefined;
83887
+ openInNewTab?: boolean | undefined;
83888
+ } | undefined;
83889
+ }[];
83890
+ packageId: string;
83891
+ indentLevel: number;
83892
+ appearance?: {
83893
+ numberOfColumns?: number | undefined;
83894
+ itemBackgroundColor?: {
83895
+ value: string;
83896
+ referencedTokenId?: string | undefined;
83897
+ } | undefined;
83898
+ } | undefined;
83899
+ variantId?: string | undefined;
83900
+ };
83901
+ id: string;
83902
+ }, {
83903
+ type: "Block";
83904
+ data: {
83905
+ items: {
83906
+ id: string;
83907
+ props: Record<string, {
83908
+ value?: any;
83909
+ } & Record<string, any>>;
83910
+ linksTo?: {
83911
+ type: "DocumentationItem" | "PageHeading" | "Url";
83912
+ url?: string | undefined;
83913
+ documentationItemId?: string | undefined;
83914
+ pageHeadingId?: string | undefined;
83915
+ openInNewTab?: boolean | undefined;
83916
+ } | undefined;
83917
+ }[];
83918
+ packageId: string;
83919
+ indentLevel: number;
83920
+ appearance?: {
83921
+ numberOfColumns?: number | undefined;
83922
+ itemBackgroundColor?: {
83923
+ value: string;
83924
+ referencedTokenId?: string | undefined;
83925
+ } | undefined;
83926
+ } | undefined;
83927
+ variantId?: string | undefined;
83928
+ };
83929
+ id: string;
83930
+ }>, z$1.ZodObject<{
83931
+ id: z$1.ZodString;
83932
+ type: z$1.ZodLiteral<"Section">;
83933
+ variantId: z$1.ZodOptional<z$1.ZodString>;
83934
+ sectionType: z$1.ZodEnum<["Tabs"]>;
83935
+ appearance: z$1.ZodObject<{
83936
+ expandToEdges: z$1.ZodBoolean;
83937
+ contentExpandToEdges: z$1.ZodBoolean;
83938
+ backgroundColor: z$1.ZodOptional<z$1.ZodObject<{
83939
+ value: z$1.ZodString;
83940
+ referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
83941
+ }, "strip", z$1.ZodTypeAny, {
83942
+ value: string;
83943
+ referencedTokenId?: string | undefined;
83944
+ }, {
83945
+ value: string;
83946
+ referencedTokenId?: string | undefined;
83947
+ }>>;
83948
+ foregroundColor: z$1.ZodOptional<z$1.ZodObject<{
83949
+ value: z$1.ZodString;
83950
+ referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
83951
+ }, "strip", z$1.ZodTypeAny, {
83952
+ value: string;
83953
+ referencedTokenId?: string | undefined;
83954
+ }, {
83955
+ value: string;
83956
+ referencedTokenId?: string | undefined;
83957
+ }>>;
83958
+ padding: z$1.ZodOptional<z$1.ZodObject<{
83959
+ top: z$1.ZodOptional<z$1.ZodNumber>;
83960
+ bottom: z$1.ZodOptional<z$1.ZodNumber>;
83961
+ left: z$1.ZodOptional<z$1.ZodNumber>;
83962
+ right: z$1.ZodOptional<z$1.ZodNumber>;
83963
+ }, "strip", z$1.ZodTypeAny, {
83964
+ top?: number | undefined;
83965
+ bottom?: number | undefined;
83966
+ left?: number | undefined;
83967
+ right?: number | undefined;
83968
+ }, {
83969
+ top?: number | undefined;
83970
+ bottom?: number | undefined;
83971
+ left?: number | undefined;
83972
+ right?: number | undefined;
83973
+ }>>;
83974
+ }, "strip", z$1.ZodTypeAny, {
83975
+ expandToEdges: boolean;
83976
+ contentExpandToEdges: boolean;
83977
+ backgroundColor?: {
83978
+ value: string;
83979
+ referencedTokenId?: string | undefined;
83980
+ } | undefined;
83981
+ foregroundColor?: {
83982
+ value: string;
83983
+ referencedTokenId?: string | undefined;
83984
+ } | undefined;
83985
+ padding?: {
83986
+ top?: number | undefined;
83987
+ bottom?: number | undefined;
83988
+ left?: number | undefined;
83989
+ right?: number | undefined;
83990
+ } | undefined;
83991
+ }, {
83992
+ expandToEdges: boolean;
83993
+ contentExpandToEdges: boolean;
83994
+ backgroundColor?: {
83995
+ value: string;
83996
+ referencedTokenId?: string | undefined;
83997
+ } | undefined;
83998
+ foregroundColor?: {
83999
+ value: string;
84000
+ referencedTokenId?: string | undefined;
84001
+ } | undefined;
84002
+ padding?: {
84003
+ top?: number | undefined;
84004
+ bottom?: number | undefined;
84005
+ left?: number | undefined;
84006
+ right?: number | undefined;
84007
+ } | undefined;
84008
+ }>;
84009
+ items: z$1.ZodArray<z$1.ZodObject<{
84010
+ id: z$1.ZodString;
84011
+ title: z$1.ZodString;
84012
+ columns: z$1.ZodArray<z$1.ZodObject<{
84013
+ id: z$1.ZodString;
84014
+ blocks: z$1.ZodArray<z$1.ZodObject<{
84015
+ id: z$1.ZodString;
84016
+ type: z$1.ZodLiteral<"Block">;
84017
+ data: z$1.ZodObject<{
84018
+ packageId: z$1.ZodString;
84019
+ variantId: z$1.ZodOptional<z$1.ZodString>;
84020
+ indentLevel: z$1.ZodNumber;
84021
+ appearance: z$1.ZodOptional<z$1.ZodObject<{
84022
+ itemBackgroundColor: z$1.ZodOptional<z$1.ZodObject<{
84023
+ value: z$1.ZodString;
84024
+ referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
84025
+ }, "strip", z$1.ZodTypeAny, {
84026
+ value: string;
84027
+ referencedTokenId?: string | undefined;
84028
+ }, {
84029
+ value: string;
84030
+ referencedTokenId?: string | undefined;
84031
+ }>>;
84032
+ numberOfColumns: z$1.ZodOptional<z$1.ZodNumber>;
84033
+ }, "strip", z$1.ZodTypeAny, {
84034
+ numberOfColumns?: number | undefined;
84035
+ itemBackgroundColor?: {
84036
+ value: string;
84037
+ referencedTokenId?: string | undefined;
84038
+ } | undefined;
84039
+ }, {
84040
+ numberOfColumns?: number | undefined;
84041
+ itemBackgroundColor?: {
84042
+ value: string;
84043
+ referencedTokenId?: string | undefined;
84044
+ } | undefined;
84045
+ }>>;
84046
+ items: z$1.ZodArray<z$1.ZodObject<{
84047
+ id: z$1.ZodString;
84048
+ linksTo: z$1.ZodOptional<z$1.ZodObject<{
84049
+ type: z$1.ZodEnum<["DocumentationItem", "PageHeading", "Url"]>;
84050
+ documentationItemId: z$1.ZodOptional<z$1.ZodString>;
84051
+ pageHeadingId: z$1.ZodOptional<z$1.ZodString>;
84052
+ url: z$1.ZodOptional<z$1.ZodString>;
84053
+ openInNewTab: z$1.ZodOptional<z$1.ZodBoolean>;
84054
+ }, "strip", z$1.ZodTypeAny, {
84055
+ type: "DocumentationItem" | "PageHeading" | "Url";
84056
+ url?: string | undefined;
84057
+ documentationItemId?: string | undefined;
84058
+ pageHeadingId?: string | undefined;
84059
+ openInNewTab?: boolean | undefined;
84060
+ }, {
84061
+ type: "DocumentationItem" | "PageHeading" | "Url";
84062
+ url?: string | undefined;
84063
+ documentationItemId?: string | undefined;
84064
+ pageHeadingId?: string | undefined;
84065
+ openInNewTab?: boolean | undefined;
84066
+ }>>;
84067
+ props: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodObject<{
84068
+ value: z$1.ZodAny;
84069
+ }, "strip", z$1.ZodTypeAny, {
84070
+ value?: any;
84071
+ }, {
84072
+ value?: any;
84073
+ }>, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
84074
+ }, "strip", z$1.ZodTypeAny, {
84075
+ id: string;
84076
+ props: Record<string, {
84077
+ value?: any;
84078
+ } & Record<string, any>>;
84079
+ linksTo?: {
84080
+ type: "DocumentationItem" | "PageHeading" | "Url";
84081
+ url?: string | undefined;
84082
+ documentationItemId?: string | undefined;
84083
+ pageHeadingId?: string | undefined;
84084
+ openInNewTab?: boolean | undefined;
84085
+ } | undefined;
84086
+ }, {
84087
+ id: string;
84088
+ props: Record<string, {
84089
+ value?: any;
84090
+ } & Record<string, any>>;
84091
+ linksTo?: {
84092
+ type: "DocumentationItem" | "PageHeading" | "Url";
84093
+ url?: string | undefined;
84094
+ documentationItemId?: string | undefined;
84095
+ pageHeadingId?: string | undefined;
84096
+ openInNewTab?: boolean | undefined;
84097
+ } | undefined;
84098
+ }>, "many">;
84099
+ }, "strip", z$1.ZodTypeAny, {
84100
+ items: {
84101
+ id: string;
84102
+ props: Record<string, {
84103
+ value?: any;
84104
+ } & Record<string, any>>;
84105
+ linksTo?: {
84106
+ type: "DocumentationItem" | "PageHeading" | "Url";
84107
+ url?: string | undefined;
84108
+ documentationItemId?: string | undefined;
84109
+ pageHeadingId?: string | undefined;
84110
+ openInNewTab?: boolean | undefined;
84111
+ } | undefined;
84112
+ }[];
84113
+ packageId: string;
84114
+ indentLevel: number;
84115
+ appearance?: {
84116
+ numberOfColumns?: number | undefined;
84117
+ itemBackgroundColor?: {
84118
+ value: string;
84119
+ referencedTokenId?: string | undefined;
84120
+ } | undefined;
84121
+ } | undefined;
84122
+ variantId?: string | undefined;
84123
+ }, {
84124
+ items: {
84125
+ id: string;
84126
+ props: Record<string, {
84127
+ value?: any;
84128
+ } & Record<string, any>>;
84129
+ linksTo?: {
84130
+ type: "DocumentationItem" | "PageHeading" | "Url";
84131
+ url?: string | undefined;
84132
+ documentationItemId?: string | undefined;
84133
+ pageHeadingId?: string | undefined;
84134
+ openInNewTab?: boolean | undefined;
84135
+ } | undefined;
84136
+ }[];
84137
+ packageId: string;
84138
+ indentLevel: number;
84139
+ appearance?: {
84140
+ numberOfColumns?: number | undefined;
84141
+ itemBackgroundColor?: {
84142
+ value: string;
84143
+ referencedTokenId?: string | undefined;
84144
+ } | undefined;
84145
+ } | undefined;
84146
+ variantId?: string | undefined;
84147
+ }>;
84148
+ }, "strip", z$1.ZodTypeAny, {
84149
+ type: "Block";
84150
+ data: {
84151
+ items: {
84152
+ id: string;
84153
+ props: Record<string, {
84154
+ value?: any;
84155
+ } & Record<string, any>>;
84156
+ linksTo?: {
84157
+ type: "DocumentationItem" | "PageHeading" | "Url";
84158
+ url?: string | undefined;
84159
+ documentationItemId?: string | undefined;
84160
+ pageHeadingId?: string | undefined;
84161
+ openInNewTab?: boolean | undefined;
84162
+ } | undefined;
84163
+ }[];
84164
+ packageId: string;
84165
+ indentLevel: number;
84166
+ appearance?: {
84167
+ numberOfColumns?: number | undefined;
84168
+ itemBackgroundColor?: {
84169
+ value: string;
84170
+ referencedTokenId?: string | undefined;
84171
+ } | undefined;
84172
+ } | undefined;
84173
+ variantId?: string | undefined;
84174
+ };
84175
+ id: string;
84176
+ }, {
84177
+ type: "Block";
84178
+ data: {
84179
+ items: {
84180
+ id: string;
84181
+ props: Record<string, {
84182
+ value?: any;
84183
+ } & Record<string, any>>;
84184
+ linksTo?: {
84185
+ type: "DocumentationItem" | "PageHeading" | "Url";
84186
+ url?: string | undefined;
84187
+ documentationItemId?: string | undefined;
84188
+ pageHeadingId?: string | undefined;
84189
+ openInNewTab?: boolean | undefined;
84190
+ } | undefined;
84191
+ }[];
84192
+ packageId: string;
84193
+ indentLevel: number;
84194
+ appearance?: {
84195
+ numberOfColumns?: number | undefined;
84196
+ itemBackgroundColor?: {
84197
+ value: string;
84198
+ referencedTokenId?: string | undefined;
84199
+ } | undefined;
84200
+ } | undefined;
84201
+ variantId?: string | undefined;
84202
+ };
84203
+ id: string;
84204
+ }>, "many">;
84205
+ }, "strip", z$1.ZodTypeAny, {
84206
+ id: string;
84207
+ blocks: {
84208
+ type: "Block";
84209
+ data: {
84210
+ items: {
84211
+ id: string;
84212
+ props: Record<string, {
84213
+ value?: any;
84214
+ } & Record<string, any>>;
84215
+ linksTo?: {
84216
+ type: "DocumentationItem" | "PageHeading" | "Url";
84217
+ url?: string | undefined;
84218
+ documentationItemId?: string | undefined;
84219
+ pageHeadingId?: string | undefined;
84220
+ openInNewTab?: boolean | undefined;
84221
+ } | undefined;
84222
+ }[];
84223
+ packageId: string;
84224
+ indentLevel: number;
84225
+ appearance?: {
84226
+ numberOfColumns?: number | undefined;
84227
+ itemBackgroundColor?: {
84228
+ value: string;
84229
+ referencedTokenId?: string | undefined;
84230
+ } | undefined;
84231
+ } | undefined;
84232
+ variantId?: string | undefined;
84233
+ };
84234
+ id: string;
84235
+ }[];
84236
+ }, {
84237
+ id: string;
84238
+ blocks: {
84239
+ type: "Block";
84240
+ data: {
84241
+ items: {
84242
+ id: string;
84243
+ props: Record<string, {
84244
+ value?: any;
84245
+ } & Record<string, any>>;
84246
+ linksTo?: {
84247
+ type: "DocumentationItem" | "PageHeading" | "Url";
84248
+ url?: string | undefined;
84249
+ documentationItemId?: string | undefined;
84250
+ pageHeadingId?: string | undefined;
84251
+ openInNewTab?: boolean | undefined;
84252
+ } | undefined;
84253
+ }[];
84254
+ packageId: string;
84255
+ indentLevel: number;
84256
+ appearance?: {
84257
+ numberOfColumns?: number | undefined;
84258
+ itemBackgroundColor?: {
84259
+ value: string;
84260
+ referencedTokenId?: string | undefined;
84261
+ } | undefined;
84262
+ } | undefined;
84263
+ variantId?: string | undefined;
84264
+ };
84265
+ id: string;
84266
+ }[];
84267
+ }>, "many">;
84268
+ }, "strip", z$1.ZodTypeAny, {
84269
+ id: string;
84270
+ title: string;
84271
+ columns: {
84272
+ id: string;
84273
+ blocks: {
84274
+ type: "Block";
84275
+ data: {
84276
+ items: {
84277
+ id: string;
84278
+ props: Record<string, {
84279
+ value?: any;
84280
+ } & Record<string, any>>;
84281
+ linksTo?: {
84282
+ type: "DocumentationItem" | "PageHeading" | "Url";
84283
+ url?: string | undefined;
84284
+ documentationItemId?: string | undefined;
84285
+ pageHeadingId?: string | undefined;
84286
+ openInNewTab?: boolean | undefined;
84287
+ } | undefined;
84288
+ }[];
84289
+ packageId: string;
84290
+ indentLevel: number;
84291
+ appearance?: {
84292
+ numberOfColumns?: number | undefined;
84293
+ itemBackgroundColor?: {
84294
+ value: string;
84295
+ referencedTokenId?: string | undefined;
84296
+ } | undefined;
84297
+ } | undefined;
84298
+ variantId?: string | undefined;
84299
+ };
84300
+ id: string;
84301
+ }[];
84302
+ }[];
84303
+ }, {
84304
+ id: string;
84305
+ title: string;
84306
+ columns: {
84307
+ id: string;
84308
+ blocks: {
84309
+ type: "Block";
84310
+ data: {
84311
+ items: {
84312
+ id: string;
84313
+ props: Record<string, {
84314
+ value?: any;
84315
+ } & Record<string, any>>;
84316
+ linksTo?: {
84317
+ type: "DocumentationItem" | "PageHeading" | "Url";
84318
+ url?: string | undefined;
84319
+ documentationItemId?: string | undefined;
84320
+ pageHeadingId?: string | undefined;
84321
+ openInNewTab?: boolean | undefined;
84322
+ } | undefined;
84323
+ }[];
84324
+ packageId: string;
84325
+ indentLevel: number;
84326
+ appearance?: {
84327
+ numberOfColumns?: number | undefined;
84328
+ itemBackgroundColor?: {
84329
+ value: string;
84330
+ referencedTokenId?: string | undefined;
84331
+ } | undefined;
84332
+ } | undefined;
84333
+ variantId?: string | undefined;
84334
+ };
84335
+ id: string;
84336
+ }[];
84337
+ }[];
84338
+ }>, "many">;
84339
+ }, "strip", z$1.ZodTypeAny, {
84340
+ type: "Section";
84341
+ id: string;
84342
+ items: {
84343
+ id: string;
84344
+ title: string;
84345
+ columns: {
84346
+ id: string;
84347
+ blocks: {
84348
+ type: "Block";
84349
+ data: {
84350
+ items: {
84351
+ id: string;
84352
+ props: Record<string, {
84353
+ value?: any;
84354
+ } & Record<string, any>>;
84355
+ linksTo?: {
84356
+ type: "DocumentationItem" | "PageHeading" | "Url";
84357
+ url?: string | undefined;
84358
+ documentationItemId?: string | undefined;
84359
+ pageHeadingId?: string | undefined;
84360
+ openInNewTab?: boolean | undefined;
84361
+ } | undefined;
84362
+ }[];
84363
+ packageId: string;
84364
+ indentLevel: number;
84365
+ appearance?: {
84366
+ numberOfColumns?: number | undefined;
84367
+ itemBackgroundColor?: {
84368
+ value: string;
84369
+ referencedTokenId?: string | undefined;
84370
+ } | undefined;
84371
+ } | undefined;
84372
+ variantId?: string | undefined;
84373
+ };
84374
+ id: string;
84375
+ }[];
84376
+ }[];
84377
+ }[];
84378
+ appearance: {
84379
+ expandToEdges: boolean;
84380
+ contentExpandToEdges: boolean;
84381
+ backgroundColor?: {
84382
+ value: string;
84383
+ referencedTokenId?: string | undefined;
84384
+ } | undefined;
84385
+ foregroundColor?: {
84386
+ value: string;
84387
+ referencedTokenId?: string | undefined;
84388
+ } | undefined;
84389
+ padding?: {
84390
+ top?: number | undefined;
84391
+ bottom?: number | undefined;
84392
+ left?: number | undefined;
84393
+ right?: number | undefined;
84394
+ } | undefined;
84395
+ };
84396
+ sectionType: "Tabs";
84397
+ variantId?: string | undefined;
84398
+ }, {
84399
+ type: "Section";
84400
+ id: string;
84401
+ items: {
84402
+ id: string;
84403
+ title: string;
84404
+ columns: {
84405
+ id: string;
84406
+ blocks: {
84407
+ type: "Block";
84408
+ data: {
84409
+ items: {
84410
+ id: string;
84411
+ props: Record<string, {
84412
+ value?: any;
84413
+ } & Record<string, any>>;
84414
+ linksTo?: {
84415
+ type: "DocumentationItem" | "PageHeading" | "Url";
84416
+ url?: string | undefined;
84417
+ documentationItemId?: string | undefined;
84418
+ pageHeadingId?: string | undefined;
84419
+ openInNewTab?: boolean | undefined;
84420
+ } | undefined;
84421
+ }[];
84422
+ packageId: string;
84423
+ indentLevel: number;
84424
+ appearance?: {
84425
+ numberOfColumns?: number | undefined;
84426
+ itemBackgroundColor?: {
84427
+ value: string;
84428
+ referencedTokenId?: string | undefined;
84429
+ } | undefined;
84430
+ } | undefined;
84431
+ variantId?: string | undefined;
84432
+ };
84433
+ id: string;
84434
+ }[];
84435
+ }[];
84436
+ }[];
84437
+ appearance: {
84438
+ expandToEdges: boolean;
84439
+ contentExpandToEdges: boolean;
84440
+ backgroundColor?: {
84441
+ value: string;
84442
+ referencedTokenId?: string | undefined;
84443
+ } | undefined;
84444
+ foregroundColor?: {
84445
+ value: string;
84446
+ referencedTokenId?: string | undefined;
84447
+ } | undefined;
84448
+ padding?: {
84449
+ top?: number | undefined;
84450
+ bottom?: number | undefined;
84451
+ left?: number | undefined;
84452
+ right?: number | undefined;
84453
+ } | undefined;
84454
+ };
84455
+ sectionType: "Tabs";
84456
+ variantId?: string | undefined;
84457
+ }>]>, "many">;
84458
+ }, "strip", z$1.ZodTypeAny, {
84459
+ items: ({
84460
+ type: "Block";
84461
+ data: {
84462
+ items: {
84463
+ id: string;
84464
+ props: Record<string, {
84465
+ value?: any;
84466
+ } & Record<string, any>>;
84467
+ linksTo?: {
84468
+ type: "DocumentationItem" | "PageHeading" | "Url";
84469
+ url?: string | undefined;
84470
+ documentationItemId?: string | undefined;
84471
+ pageHeadingId?: string | undefined;
84472
+ openInNewTab?: boolean | undefined;
84473
+ } | undefined;
84474
+ }[];
84475
+ packageId: string;
84476
+ indentLevel: number;
84477
+ appearance?: {
84478
+ numberOfColumns?: number | undefined;
84479
+ itemBackgroundColor?: {
84480
+ value: string;
84481
+ referencedTokenId?: string | undefined;
84482
+ } | undefined;
84483
+ } | undefined;
84484
+ variantId?: string | undefined;
84485
+ };
84486
+ id: string;
84487
+ } | {
84488
+ type: "Section";
84489
+ id: string;
84490
+ items: {
84491
+ id: string;
84492
+ title: string;
84493
+ columns: {
84494
+ id: string;
84495
+ blocks: {
84496
+ type: "Block";
84497
+ data: {
84498
+ items: {
84499
+ id: string;
84500
+ props: Record<string, {
84501
+ value?: any;
84502
+ } & Record<string, any>>;
84503
+ linksTo?: {
84504
+ type: "DocumentationItem" | "PageHeading" | "Url";
84505
+ url?: string | undefined;
84506
+ documentationItemId?: string | undefined;
84507
+ pageHeadingId?: string | undefined;
84508
+ openInNewTab?: boolean | undefined;
84509
+ } | undefined;
84510
+ }[];
84511
+ packageId: string;
84512
+ indentLevel: number;
84513
+ appearance?: {
84514
+ numberOfColumns?: number | undefined;
84515
+ itemBackgroundColor?: {
84516
+ value: string;
84517
+ referencedTokenId?: string | undefined;
84518
+ } | undefined;
84519
+ } | undefined;
84520
+ variantId?: string | undefined;
84521
+ };
84522
+ id: string;
84523
+ }[];
84524
+ }[];
84525
+ }[];
84526
+ appearance: {
84527
+ expandToEdges: boolean;
84528
+ contentExpandToEdges: boolean;
84529
+ backgroundColor?: {
84530
+ value: string;
84531
+ referencedTokenId?: string | undefined;
84532
+ } | undefined;
84533
+ foregroundColor?: {
84534
+ value: string;
84535
+ referencedTokenId?: string | undefined;
84536
+ } | undefined;
84537
+ padding?: {
84538
+ top?: number | undefined;
84539
+ bottom?: number | undefined;
84540
+ left?: number | undefined;
84541
+ right?: number | undefined;
84542
+ } | undefined;
84543
+ };
84544
+ sectionType: "Tabs";
84545
+ variantId?: string | undefined;
84546
+ })[];
84547
+ }, {
84548
+ items: ({
84549
+ type: "Block";
84550
+ data: {
84551
+ items: {
84552
+ id: string;
84553
+ props: Record<string, {
84554
+ value?: any;
84555
+ } & Record<string, any>>;
84556
+ linksTo?: {
84557
+ type: "DocumentationItem" | "PageHeading" | "Url";
84558
+ url?: string | undefined;
84559
+ documentationItemId?: string | undefined;
84560
+ pageHeadingId?: string | undefined;
84561
+ openInNewTab?: boolean | undefined;
84562
+ } | undefined;
84563
+ }[];
84564
+ packageId: string;
84565
+ indentLevel: number;
84566
+ appearance?: {
84567
+ numberOfColumns?: number | undefined;
84568
+ itemBackgroundColor?: {
84569
+ value: string;
84570
+ referencedTokenId?: string | undefined;
84571
+ } | undefined;
84572
+ } | undefined;
84573
+ variantId?: string | undefined;
84574
+ };
84575
+ id: string;
84576
+ } | {
84577
+ type: "Section";
84578
+ id: string;
84579
+ items: {
84580
+ id: string;
84581
+ title: string;
84582
+ columns: {
84583
+ id: string;
84584
+ blocks: {
84585
+ type: "Block";
84586
+ data: {
84587
+ items: {
84588
+ id: string;
84589
+ props: Record<string, {
84590
+ value?: any;
84591
+ } & Record<string, any>>;
84592
+ linksTo?: {
84593
+ type: "DocumentationItem" | "PageHeading" | "Url";
84594
+ url?: string | undefined;
84595
+ documentationItemId?: string | undefined;
84596
+ pageHeadingId?: string | undefined;
84597
+ openInNewTab?: boolean | undefined;
84598
+ } | undefined;
84599
+ }[];
84600
+ packageId: string;
84601
+ indentLevel: number;
84602
+ appearance?: {
84603
+ numberOfColumns?: number | undefined;
84604
+ itemBackgroundColor?: {
84605
+ value: string;
84606
+ referencedTokenId?: string | undefined;
84607
+ } | undefined;
84608
+ } | undefined;
84609
+ variantId?: string | undefined;
84610
+ };
84611
+ id: string;
84612
+ }[];
84613
+ }[];
84614
+ }[];
84615
+ appearance: {
84616
+ expandToEdges: boolean;
84617
+ contentExpandToEdges: boolean;
84618
+ backgroundColor?: {
84619
+ value: string;
84620
+ referencedTokenId?: string | undefined;
84621
+ } | undefined;
84622
+ foregroundColor?: {
84623
+ value: string;
84624
+ referencedTokenId?: string | undefined;
84625
+ } | undefined;
84626
+ padding?: {
84627
+ top?: number | undefined;
84628
+ bottom?: number | undefined;
84629
+ left?: number | undefined;
84630
+ right?: number | undefined;
84631
+ } | undefined;
84632
+ };
84633
+ sectionType: "Tabs";
84634
+ variantId?: string | undefined;
84635
+ })[];
84636
+ }>;
84637
+ }, "strip", z$1.ZodTypeAny, {
84638
+ artifactId: string;
84639
+ content: {
84640
+ items: ({
84641
+ type: "Block";
84642
+ data: {
84643
+ items: {
84644
+ id: string;
84645
+ props: Record<string, {
84646
+ value?: any;
84647
+ } & Record<string, any>>;
84648
+ linksTo?: {
84649
+ type: "DocumentationItem" | "PageHeading" | "Url";
84650
+ url?: string | undefined;
84651
+ documentationItemId?: string | undefined;
84652
+ pageHeadingId?: string | undefined;
84653
+ openInNewTab?: boolean | undefined;
84654
+ } | undefined;
84655
+ }[];
84656
+ packageId: string;
84657
+ indentLevel: number;
84658
+ appearance?: {
84659
+ numberOfColumns?: number | undefined;
84660
+ itemBackgroundColor?: {
84661
+ value: string;
84662
+ referencedTokenId?: string | undefined;
84663
+ } | undefined;
84664
+ } | undefined;
84665
+ variantId?: string | undefined;
84666
+ };
84667
+ id: string;
84668
+ } | {
84669
+ type: "Section";
84670
+ id: string;
84671
+ items: {
84672
+ id: string;
84673
+ title: string;
84674
+ columns: {
84675
+ id: string;
84676
+ blocks: {
84677
+ type: "Block";
84678
+ data: {
84679
+ items: {
84680
+ id: string;
84681
+ props: Record<string, {
84682
+ value?: any;
84683
+ } & Record<string, any>>;
84684
+ linksTo?: {
84685
+ type: "DocumentationItem" | "PageHeading" | "Url";
84686
+ url?: string | undefined;
84687
+ documentationItemId?: string | undefined;
84688
+ pageHeadingId?: string | undefined;
84689
+ openInNewTab?: boolean | undefined;
84690
+ } | undefined;
84691
+ }[];
84692
+ packageId: string;
84693
+ indentLevel: number;
84694
+ appearance?: {
84695
+ numberOfColumns?: number | undefined;
84696
+ itemBackgroundColor?: {
84697
+ value: string;
84698
+ referencedTokenId?: string | undefined;
84699
+ } | undefined;
84700
+ } | undefined;
84701
+ variantId?: string | undefined;
84702
+ };
84703
+ id: string;
84704
+ }[];
84705
+ }[];
84706
+ }[];
84707
+ appearance: {
84708
+ expandToEdges: boolean;
84709
+ contentExpandToEdges: boolean;
84710
+ backgroundColor?: {
84711
+ value: string;
84712
+ referencedTokenId?: string | undefined;
84713
+ } | undefined;
84714
+ foregroundColor?: {
84715
+ value: string;
84716
+ referencedTokenId?: string | undefined;
84717
+ } | undefined;
84718
+ padding?: {
84719
+ top?: number | undefined;
84720
+ bottom?: number | undefined;
84721
+ left?: number | undefined;
84722
+ right?: number | undefined;
84723
+ } | undefined;
84724
+ };
84725
+ sectionType: "Tabs";
84726
+ variantId?: string | undefined;
84727
+ })[];
84728
+ };
84729
+ }, {
84730
+ artifactId: string;
84731
+ content: {
84732
+ items: ({
84733
+ type: "Block";
84734
+ data: {
84735
+ items: {
84736
+ id: string;
84737
+ props: Record<string, {
84738
+ value?: any;
84739
+ } & Record<string, any>>;
84740
+ linksTo?: {
84741
+ type: "DocumentationItem" | "PageHeading" | "Url";
84742
+ url?: string | undefined;
84743
+ documentationItemId?: string | undefined;
84744
+ pageHeadingId?: string | undefined;
84745
+ openInNewTab?: boolean | undefined;
84746
+ } | undefined;
84747
+ }[];
84748
+ packageId: string;
84749
+ indentLevel: number;
84750
+ appearance?: {
84751
+ numberOfColumns?: number | undefined;
84752
+ itemBackgroundColor?: {
84753
+ value: string;
84754
+ referencedTokenId?: string | undefined;
84755
+ } | undefined;
84756
+ } | undefined;
84757
+ variantId?: string | undefined;
84758
+ };
84759
+ id: string;
84760
+ } | {
84761
+ type: "Section";
84762
+ id: string;
84763
+ items: {
84764
+ id: string;
84765
+ title: string;
84766
+ columns: {
84767
+ id: string;
84768
+ blocks: {
84769
+ type: "Block";
84770
+ data: {
84771
+ items: {
84772
+ id: string;
84773
+ props: Record<string, {
84774
+ value?: any;
84775
+ } & Record<string, any>>;
84776
+ linksTo?: {
84777
+ type: "DocumentationItem" | "PageHeading" | "Url";
84778
+ url?: string | undefined;
84779
+ documentationItemId?: string | undefined;
84780
+ pageHeadingId?: string | undefined;
84781
+ openInNewTab?: boolean | undefined;
84782
+ } | undefined;
84783
+ }[];
84784
+ packageId: string;
84785
+ indentLevel: number;
84786
+ appearance?: {
84787
+ numberOfColumns?: number | undefined;
84788
+ itemBackgroundColor?: {
84789
+ value: string;
84790
+ referencedTokenId?: string | undefined;
84791
+ } | undefined;
84792
+ } | undefined;
84793
+ variantId?: string | undefined;
84794
+ };
84795
+ id: string;
84796
+ }[];
84797
+ }[];
84798
+ }[];
84799
+ appearance: {
84800
+ expandToEdges: boolean;
84801
+ contentExpandToEdges: boolean;
84802
+ backgroundColor?: {
84803
+ value: string;
84804
+ referencedTokenId?: string | undefined;
84805
+ } | undefined;
84806
+ foregroundColor?: {
84807
+ value: string;
84808
+ referencedTokenId?: string | undefined;
84809
+ } | undefined;
84810
+ padding?: {
84811
+ top?: number | undefined;
84812
+ bottom?: number | undefined;
84813
+ left?: number | undefined;
84814
+ right?: number | undefined;
84815
+ } | undefined;
84816
+ };
84817
+ sectionType: "Tabs";
84818
+ variantId?: string | undefined;
84819
+ })[];
84820
+ };
84821
+ }>;
84822
+ type DTOForgeProjectArtifactContentResponse = z$1.infer<typeof DTOForgeProjectArtifactContentResponse>;
83737
84823
 
83738
84824
  declare const DTOForgeComponentSet: z$1.ZodObject<{
83739
84825
  type: z$1.ZodEnum<["Shadcn"]>;
@@ -83761,7 +84847,7 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
83761
84847
  productContext: z$1.ZodOptional<z$1.ZodString>;
83762
84848
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
83763
84849
  isArchived: z$1.ZodBoolean;
83764
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
84850
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
83765
84851
  componentSet: z$1.ZodObject<{
83766
84852
  type: z$1.ZodEnum<["Shadcn"]>;
83767
84853
  }, "strip", z$1.ZodTypeAny, {
@@ -91331,7 +92417,7 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
91331
92417
  designSystemId?: string | undefined;
91332
92418
  productContext?: string | undefined;
91333
92419
  additionalContext?: string | undefined;
91334
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
92420
+ themePreset?: string | undefined;
91335
92421
  }, {
91336
92422
  id: string;
91337
92423
  createdAt: Date;
@@ -92298,11 +93384,11 @@ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
92298
93384
  designSystemId?: string | undefined;
92299
93385
  productContext?: string | undefined;
92300
93386
  additionalContext?: string | undefined;
92301
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
93387
+ themePreset?: string | undefined;
92302
93388
  }>;
92303
93389
  type DTOForgeProjectContextV2 = z$1.infer<typeof DTOForgeProjectContextV2>;
92304
- declare const DTOForgeThemePreset: z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>;
92305
- type DTOForgeThemePreset = z$1.infer<typeof DTOForgeThemePreset>;
93390
+ declare const DTOForgeThemeKnownPreset: z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>;
93391
+ type DTOForgeThemeKnownPreset = z$1.infer<typeof DTOForgeThemeKnownPreset>;
92306
93392
  declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
92307
93393
  id: z$1.ZodString;
92308
93394
  name: z$1.ZodString;
@@ -92312,7 +93398,7 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
92312
93398
  productContext: z$1.ZodOptional<z$1.ZodString>;
92313
93399
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
92314
93400
  isArchived: z$1.ZodBoolean;
92315
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
93401
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
92316
93402
  componentSet: z$1.ZodObject<{
92317
93403
  type: z$1.ZodEnum<["Shadcn"]>;
92318
93404
  }, "strip", z$1.ZodTypeAny, {
@@ -99878,7 +100964,7 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
99878
100964
  designSystemId?: string | undefined;
99879
100965
  productContext?: string | undefined;
99880
100966
  additionalContext?: string | undefined;
99881
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
100967
+ themePreset?: string | undefined;
99882
100968
  }, {
99883
100969
  name: string;
99884
100970
  theme: {
@@ -100841,15 +101927,13 @@ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<Omit<{
100841
101927
  designSystemId?: string | undefined;
100842
101928
  productContext?: string | undefined;
100843
101929
  additionalContext?: string | undefined;
100844
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
101930
+ themePreset?: string | undefined;
100845
101931
  }>;
100846
101932
  type DTOForgeProjectContextCreateV2 = z$1.infer<typeof DTOForgeProjectContextCreateV2>;
100847
101933
  declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
100848
- createdAt: z$1.ZodOptional<z$1.ZodDate>;
100849
101934
  name: z$1.ZodOptional<z$1.ZodString>;
100850
101935
  description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
100851
101936
  designSystemId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
100852
- updatedAt: z$1.ZodOptional<z$1.ZodDate>;
100853
101937
  theme: z$1.ZodOptional<z$1.ZodObject<{
100854
101938
  background: z$1.ZodObject<{
100855
101939
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
@@ -107437,7 +108521,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
107437
108521
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
107438
108522
  productContext: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
107439
108523
  additionalContext: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
107440
- themePreset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>>;
108524
+ themePreset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
107441
108525
  componentSet: z$1.ZodOptional<z$1.ZodObject<{
107442
108526
  type: z$1.ZodEnum<["Shadcn"]>;
107443
108527
  }, "strip", z$1.ZodTypeAny, {
@@ -107456,11 +108540,9 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
107456
108540
  variant?: string | undefined;
107457
108541
  }>>;
107458
108542
  }, "strip", z$1.ZodTypeAny, {
107459
- createdAt?: Date | undefined;
107460
108543
  name?: string | undefined;
107461
108544
  description?: string | undefined;
107462
108545
  designSystemId?: string | undefined;
107463
- updatedAt?: Date | undefined;
107464
108546
  theme?: {
107465
108547
  card: {
107466
108548
  value?: {
@@ -108412,7 +109494,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
108412
109494
  isArchived?: boolean | undefined;
108413
109495
  productContext?: string | undefined;
108414
109496
  additionalContext?: string | undefined;
108415
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
109497
+ themePreset?: string | undefined;
108416
109498
  componentSet?: {
108417
109499
  type: "Shadcn";
108418
109500
  } | undefined;
@@ -108421,11 +109503,9 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
108421
109503
  variant?: string | undefined;
108422
109504
  } | undefined;
108423
109505
  }, {
108424
- createdAt?: Date | undefined;
108425
109506
  name?: string | undefined;
108426
109507
  description?: string | undefined;
108427
109508
  designSystemId?: string | undefined;
108428
- updatedAt?: Date | undefined;
108429
109509
  theme?: {
108430
109510
  card: {
108431
109511
  value?: {
@@ -109377,7 +110457,7 @@ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
109377
110457
  isArchived?: boolean | undefined;
109378
110458
  productContext?: string | undefined;
109379
110459
  additionalContext?: string | undefined;
109380
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
110460
+ themePreset?: string | undefined;
109381
110461
  componentSet?: {
109382
110462
  type: "Shadcn";
109383
110463
  } | undefined;
@@ -109401,7 +110481,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
109401
110481
  productContext: z$1.ZodOptional<z$1.ZodString>;
109402
110482
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
109403
110483
  isArchived: z$1.ZodBoolean;
109404
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
110484
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
109405
110485
  componentSet: z$1.ZodObject<{
109406
110486
  type: z$1.ZodEnum<["Shadcn"]>;
109407
110487
  }, "strip", z$1.ZodTypeAny, {
@@ -116971,7 +118051,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
116971
118051
  designSystemId?: string | undefined;
116972
118052
  productContext?: string | undefined;
116973
118053
  additionalContext?: string | undefined;
116974
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
118054
+ themePreset?: string | undefined;
116975
118055
  }, {
116976
118056
  id: string;
116977
118057
  createdAt: Date;
@@ -117938,7 +119018,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
117938
119018
  designSystemId?: string | undefined;
117939
119019
  productContext?: string | undefined;
117940
119020
  additionalContext?: string | undefined;
117941
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
119021
+ themePreset?: string | undefined;
117942
119022
  }>;
117943
119023
  }, "strip", z$1.ZodTypeAny, {
117944
119024
  context: {
@@ -118907,7 +119987,7 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
118907
119987
  designSystemId?: string | undefined;
118908
119988
  productContext?: string | undefined;
118909
119989
  additionalContext?: string | undefined;
118910
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
119990
+ themePreset?: string | undefined;
118911
119991
  };
118912
119992
  }, {
118913
119993
  context: {
@@ -119876,16 +120956,19 @@ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
119876
120956
  designSystemId?: string | undefined;
119877
120957
  productContext?: string | undefined;
119878
120958
  additionalContext?: string | undefined;
119879
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
120959
+ themePreset?: string | undefined;
119880
120960
  };
119881
120961
  }>;
119882
120962
  type DTOForgeProjectContextResponseV2 = z$1.infer<typeof DTOForgeProjectContextResponseV2>;
119883
120963
  declare const DTOForgeProjectContextListQueryV2: z$1.ZodObject<{
119884
120964
  workspaceId: z$1.ZodString;
120965
+ isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
119885
120966
  }, "strip", z$1.ZodTypeAny, {
119886
120967
  workspaceId: string;
120968
+ isArchived?: boolean | undefined;
119887
120969
  }, {
119888
120970
  workspaceId: string;
120971
+ isArchived?: boolean | undefined;
119889
120972
  }>;
119890
120973
  type DTOForgeProjectContextListQueryV2 = z$1.infer<typeof DTOForgeProjectContextListQueryV2>;
119891
120974
  declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
@@ -119898,7 +120981,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
119898
120981
  productContext: z$1.ZodOptional<z$1.ZodString>;
119899
120982
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
119900
120983
  isArchived: z$1.ZodBoolean;
119901
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
120984
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
119902
120985
  componentSet: z$1.ZodObject<{
119903
120986
  type: z$1.ZodEnum<["Shadcn"]>;
119904
120987
  }, "strip", z$1.ZodTypeAny, {
@@ -127468,7 +128551,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
127468
128551
  designSystemId?: string | undefined;
127469
128552
  productContext?: string | undefined;
127470
128553
  additionalContext?: string | undefined;
127471
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
128554
+ themePreset?: string | undefined;
127472
128555
  }, {
127473
128556
  id: string;
127474
128557
  createdAt: Date;
@@ -128435,7 +129518,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
128435
129518
  designSystemId?: string | undefined;
128436
129519
  productContext?: string | undefined;
128437
129520
  additionalContext?: string | undefined;
128438
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
129521
+ themePreset?: string | undefined;
128439
129522
  }>, "many">;
128440
129523
  }, "strip", z$1.ZodTypeAny, {
128441
129524
  contexts: {
@@ -129404,7 +130487,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
129404
130487
  designSystemId?: string | undefined;
129405
130488
  productContext?: string | undefined;
129406
130489
  additionalContext?: string | undefined;
129407
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
130490
+ themePreset?: string | undefined;
129408
130491
  }[];
129409
130492
  }, {
129410
130493
  contexts: {
@@ -130373,7 +131456,7 @@ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
130373
131456
  designSystemId?: string | undefined;
130374
131457
  productContext?: string | undefined;
130375
131458
  additionalContext?: string | undefined;
130376
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
131459
+ themePreset?: string | undefined;
130377
131460
  }[];
130378
131461
  }>;
130379
131462
  type DTOForgeProjectContextListResponseV2 = z$1.infer<typeof DTOForgeProjectContextListResponseV2>;
@@ -154191,7 +155274,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
154191
155274
  productContext: z$1.ZodOptional<z$1.ZodString>;
154192
155275
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
154193
155276
  isArchived: z$1.ZodBoolean;
154194
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
155277
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
154195
155278
  componentSet: z$1.ZodObject<{
154196
155279
  type: z$1.ZodEnum<["Shadcn"]>;
154197
155280
  }, "strip", z$1.ZodTypeAny, {
@@ -161761,7 +162844,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
161761
162844
  designSystemId?: string | undefined;
161762
162845
  productContext?: string | undefined;
161763
162846
  additionalContext?: string | undefined;
161764
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
162847
+ themePreset?: string | undefined;
161765
162848
  }, {
161766
162849
  id: string;
161767
162850
  createdAt: Date;
@@ -162728,7 +163811,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
162728
163811
  designSystemId?: string | undefined;
162729
163812
  productContext?: string | undefined;
162730
163813
  additionalContext?: string | undefined;
162731
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
163814
+ themePreset?: string | undefined;
162732
163815
  }>;
162733
163816
  numberOfFeatures: z$1.ZodNumber;
162734
163817
  }, "strip", z$1.ZodTypeAny, {
@@ -163709,7 +164792,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
163709
164792
  designSystemId?: string | undefined;
163710
164793
  productContext?: string | undefined;
163711
164794
  additionalContext?: string | undefined;
163712
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
164795
+ themePreset?: string | undefined;
163713
164796
  };
163714
164797
  projectContextId: string;
163715
164798
  instruction: string | null;
@@ -164697,7 +165780,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
164697
165780
  designSystemId?: string | undefined;
164698
165781
  productContext?: string | undefined;
164699
165782
  additionalContext?: string | undefined;
164700
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
165783
+ themePreset?: string | undefined;
164701
165784
  };
164702
165785
  projectContextId: string;
164703
165786
  instruction: string | null;
@@ -164749,7 +165832,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
164749
165832
  productContext: z$1.ZodOptional<z$1.ZodString>;
164750
165833
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
164751
165834
  isArchived: z$1.ZodBoolean;
164752
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
165835
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
164753
165836
  componentSet: z$1.ZodObject<{
164754
165837
  type: z$1.ZodEnum<["Shadcn"]>;
164755
165838
  }, "strip", z$1.ZodTypeAny, {
@@ -172319,7 +173402,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
172319
173402
  designSystemId?: string | undefined;
172320
173403
  productContext?: string | undefined;
172321
173404
  additionalContext?: string | undefined;
172322
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
173405
+ themePreset?: string | undefined;
172323
173406
  }, {
172324
173407
  id: string;
172325
173408
  createdAt: Date;
@@ -173286,7 +174369,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
173286
174369
  designSystemId?: string | undefined;
173287
174370
  productContext?: string | undefined;
173288
174371
  additionalContext?: string | undefined;
173289
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
174372
+ themePreset?: string | undefined;
173290
174373
  }>;
173291
174374
  numberOfFeatures: z$1.ZodNumber;
173292
174375
  }, "name" | "description" | "emoji" | "tags" | "accessMode" | "instruction" | "defaultRole"> & {
@@ -174377,7 +175460,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
174377
175460
  productContext: z$1.ZodOptional<z$1.ZodString>;
174378
175461
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
174379
175462
  isArchived: z$1.ZodBoolean;
174380
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
175463
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
174381
175464
  componentSet: z$1.ZodObject<{
174382
175465
  type: z$1.ZodEnum<["Shadcn"]>;
174383
175466
  }, "strip", z$1.ZodTypeAny, {
@@ -181947,7 +183030,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
181947
183030
  designSystemId?: string | undefined;
181948
183031
  productContext?: string | undefined;
181949
183032
  additionalContext?: string | undefined;
181950
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
183033
+ themePreset?: string | undefined;
181951
183034
  }, {
181952
183035
  id: string;
181953
183036
  createdAt: Date;
@@ -182914,7 +183997,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
182914
183997
  designSystemId?: string | undefined;
182915
183998
  productContext?: string | undefined;
182916
183999
  additionalContext?: string | undefined;
182917
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
184000
+ themePreset?: string | undefined;
182918
184001
  }>;
182919
184002
  numberOfFeatures: z$1.ZodNumber;
182920
184003
  } & {
@@ -183898,7 +184981,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
183898
184981
  designSystemId?: string | undefined;
183899
184982
  productContext?: string | undefined;
183900
184983
  additionalContext?: string | undefined;
183901
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
184984
+ themePreset?: string | undefined;
183902
184985
  };
183903
184986
  projectContextId: string;
183904
184987
  instruction: string | null;
@@ -184887,7 +185970,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
184887
185970
  designSystemId?: string | undefined;
184888
185971
  productContext?: string | undefined;
184889
185972
  additionalContext?: string | undefined;
184890
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
185973
+ themePreset?: string | undefined;
184891
185974
  };
184892
185975
  projectContextId: string;
184893
185976
  instruction: string | null;
@@ -185880,7 +186963,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
185880
186963
  designSystemId?: string | undefined;
185881
186964
  productContext?: string | undefined;
185882
186965
  additionalContext?: string | undefined;
185883
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
186966
+ themePreset?: string | undefined;
185884
186967
  };
185885
186968
  projectContextId: string;
185886
186969
  instruction: string | null;
@@ -186871,7 +187954,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
186871
187954
  designSystemId?: string | undefined;
186872
187955
  productContext?: string | undefined;
186873
187956
  additionalContext?: string | undefined;
186874
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
187957
+ themePreset?: string | undefined;
186875
187958
  };
186876
187959
  projectContextId: string;
186877
187960
  instruction: string | null;
@@ -186925,7 +188008,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
186925
188008
  productContext: z$1.ZodOptional<z$1.ZodString>;
186926
188009
  additionalContext: z$1.ZodOptional<z$1.ZodString>;
186927
188010
  isArchived: z$1.ZodBoolean;
186928
- themePreset: z$1.ZodOptional<z$1.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>>;
188011
+ themePreset: z$1.ZodOptional<z$1.ZodString>;
186929
188012
  componentSet: z$1.ZodObject<{
186930
188013
  type: z$1.ZodEnum<["Shadcn"]>;
186931
188014
  }, "strip", z$1.ZodTypeAny, {
@@ -194495,7 +195578,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
194495
195578
  designSystemId?: string | undefined;
194496
195579
  productContext?: string | undefined;
194497
195580
  additionalContext?: string | undefined;
194498
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
195581
+ themePreset?: string | undefined;
194499
195582
  }, {
194500
195583
  id: string;
194501
195584
  createdAt: Date;
@@ -195462,7 +196545,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
195462
196545
  designSystemId?: string | undefined;
195463
196546
  productContext?: string | undefined;
195464
196547
  additionalContext?: string | undefined;
195465
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
196548
+ themePreset?: string | undefined;
195466
196549
  }>;
195467
196550
  numberOfFeatures: z$1.ZodNumber;
195468
196551
  } & {
@@ -196446,7 +197529,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
196446
197529
  designSystemId?: string | undefined;
196447
197530
  productContext?: string | undefined;
196448
197531
  additionalContext?: string | undefined;
196449
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
197532
+ themePreset?: string | undefined;
196450
197533
  };
196451
197534
  projectContextId: string;
196452
197535
  instruction: string | null;
@@ -197435,7 +198518,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
197435
198518
  designSystemId?: string | undefined;
197436
198519
  productContext?: string | undefined;
197437
198520
  additionalContext?: string | undefined;
197438
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
198521
+ themePreset?: string | undefined;
197439
198522
  };
197440
198523
  projectContextId: string;
197441
198524
  instruction: string | null;
@@ -198428,7 +199511,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
198428
199511
  designSystemId?: string | undefined;
198429
199512
  productContext?: string | undefined;
198430
199513
  additionalContext?: string | undefined;
198431
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
199514
+ themePreset?: string | undefined;
198432
199515
  };
198433
199516
  projectContextId: string;
198434
199517
  instruction: string | null;
@@ -199419,7 +200502,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
199419
200502
  designSystemId?: string | undefined;
199420
200503
  productContext?: string | undefined;
199421
200504
  additionalContext?: string | undefined;
199422
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
200505
+ themePreset?: string | undefined;
199423
200506
  };
199424
200507
  projectContextId: string;
199425
200508
  instruction: string | null;
@@ -244350,9 +245433,6 @@ declare class ForgeProjectContextsEndpoint {
244350
245433
  } | undefined;
244351
245434
  };
244352
245435
  }>;
244353
- delete(workspaceId: string, contextId: string): Promise<{
244354
- ok: true;
244355
- }>;
244356
245436
  }
244357
245437
 
244358
245438
  declare class ForgeProjectFilesEndpoint {
@@ -245528,7 +246608,7 @@ declare class ForgeProjectsEndpoint {
245528
246608
  designSystemId?: string | undefined;
245529
246609
  productContext?: string | undefined;
245530
246610
  additionalContext?: string | undefined;
245531
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
246611
+ themePreset?: string | undefined;
245532
246612
  };
245533
246613
  projectContextId: string;
245534
246614
  instruction: string | null;
@@ -246521,7 +247601,7 @@ declare class ForgeProjectsEndpoint {
246521
247601
  designSystemId?: string | undefined;
246522
247602
  productContext?: string | undefined;
246523
247603
  additionalContext?: string | undefined;
246524
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
247604
+ themePreset?: string | undefined;
246525
247605
  };
246526
247606
  projectContextId: string;
246527
247607
  instruction: string | null;
@@ -247514,7 +248594,7 @@ declare class ForgeProjectsEndpoint {
247514
248594
  designSystemId?: string | undefined;
247515
248595
  productContext?: string | undefined;
247516
248596
  additionalContext?: string | undefined;
247517
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
248597
+ themePreset?: string | undefined;
247518
248598
  };
247519
248599
  projectContextId: string;
247520
248600
  instruction: string | null;
@@ -248507,7 +249587,7 @@ declare class ForgeProjectsEndpoint {
248507
249587
  designSystemId?: string | undefined;
248508
249588
  productContext?: string | undefined;
248509
249589
  additionalContext?: string | undefined;
248510
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
249590
+ themePreset?: string | undefined;
248511
249591
  };
248512
249592
  projectContextId: string;
248513
249593
  instruction: string | null;
@@ -249500,7 +250580,7 @@ declare class ForgeProjectsEndpoint {
249500
250580
  designSystemId?: string | undefined;
249501
250581
  productContext?: string | undefined;
249502
250582
  additionalContext?: string | undefined;
249503
- themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
250583
+ themePreset?: string | undefined;
249504
250584
  };
249505
250585
  projectContextId: string;
249506
250586
  instruction: string | null;
@@ -253902,4 +254982,4 @@ declare function isValidRedirectPath(path: string): {
253902
254982
  reason: ValidationErrorReason | undefined;
253903
254983
  };
253904
254984
 
253905
- 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, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
254985
+ export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };