@supernova-studio/client 1.42.0 → 1.42.1

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.ts CHANGED
@@ -247205,6 +247205,1081 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
247205
247205
  }>;
247206
247206
  type DTOWorkspaceResponse = z$1.infer<typeof DTOWorkspaceResponse>;
247207
247207
 
247208
+ declare const DTOTrailEvent: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
247209
+ type: z$1.ZodLiteral<"IterationCreated">;
247210
+ payload: z$1.ZodObject<{
247211
+ iterationName: z$1.ZodString;
247212
+ iterationId: z$1.ZodString;
247213
+ featureId: z$1.ZodString;
247214
+ }, "strip", z$1.ZodTypeAny, {
247215
+ iterationId: string;
247216
+ featureId: string;
247217
+ iterationName: string;
247218
+ }, {
247219
+ iterationId: string;
247220
+ featureId: string;
247221
+ iterationName: string;
247222
+ }>;
247223
+ }, "strip", z$1.ZodTypeAny, {
247224
+ type: "IterationCreated";
247225
+ payload: {
247226
+ iterationId: string;
247227
+ featureId: string;
247228
+ iterationName: string;
247229
+ };
247230
+ }, {
247231
+ type: "IterationCreated";
247232
+ payload: {
247233
+ iterationId: string;
247234
+ featureId: string;
247235
+ iterationName: string;
247236
+ };
247237
+ }>, z$1.ZodObject<{
247238
+ type: z$1.ZodLiteral<"IterationBookmarked">;
247239
+ payload: z$1.ZodObject<{
247240
+ iterationId: z$1.ZodString;
247241
+ featureId: z$1.ZodString;
247242
+ iterationName: z$1.ZodString;
247243
+ }, "strip", z$1.ZodTypeAny, {
247244
+ iterationId: string;
247245
+ featureId: string;
247246
+ iterationName: string;
247247
+ }, {
247248
+ iterationId: string;
247249
+ featureId: string;
247250
+ iterationName: string;
247251
+ }>;
247252
+ }, "strip", z$1.ZodTypeAny, {
247253
+ type: "IterationBookmarked";
247254
+ payload: {
247255
+ iterationId: string;
247256
+ featureId: string;
247257
+ iterationName: string;
247258
+ };
247259
+ }, {
247260
+ type: "IterationBookmarked";
247261
+ payload: {
247262
+ iterationId: string;
247263
+ featureId: string;
247264
+ iterationName: string;
247265
+ };
247266
+ }>, z$1.ZodObject<{
247267
+ type: z$1.ZodLiteral<"FeatureCreated">;
247268
+ payload: z$1.ZodObject<{
247269
+ featureId: z$1.ZodString;
247270
+ name: z$1.ZodString;
247271
+ description: z$1.ZodOptional<z$1.ZodString>;
247272
+ }, "strip", z$1.ZodTypeAny, {
247273
+ name: string;
247274
+ featureId: string;
247275
+ description?: string | undefined;
247276
+ }, {
247277
+ name: string;
247278
+ featureId: string;
247279
+ description?: string | undefined;
247280
+ }>;
247281
+ }, "strip", z$1.ZodTypeAny, {
247282
+ type: "FeatureCreated";
247283
+ payload: {
247284
+ name: string;
247285
+ featureId: string;
247286
+ description?: string | undefined;
247287
+ };
247288
+ }, {
247289
+ type: "FeatureCreated";
247290
+ payload: {
247291
+ name: string;
247292
+ featureId: string;
247293
+ description?: string | undefined;
247294
+ };
247295
+ }>, z$1.ZodObject<{
247296
+ type: z$1.ZodLiteral<"FeatureDeleted">;
247297
+ payload: z$1.ZodObject<{
247298
+ featureId: z$1.ZodString;
247299
+ name: z$1.ZodString;
247300
+ }, "strip", z$1.ZodTypeAny, {
247301
+ name: string;
247302
+ featureId: string;
247303
+ }, {
247304
+ name: string;
247305
+ featureId: string;
247306
+ }>;
247307
+ }, "strip", z$1.ZodTypeAny, {
247308
+ type: "FeatureDeleted";
247309
+ payload: {
247310
+ name: string;
247311
+ featureId: string;
247312
+ };
247313
+ }, {
247314
+ type: "FeatureDeleted";
247315
+ payload: {
247316
+ name: string;
247317
+ featureId: string;
247318
+ };
247319
+ }>, z$1.ZodObject<{
247320
+ type: z$1.ZodLiteral<"DocumentCreated">;
247321
+ payload: z$1.ZodObject<{
247322
+ documentId: z$1.ZodString;
247323
+ title: z$1.ZodString;
247324
+ sectionId: z$1.ZodOptional<z$1.ZodString>;
247325
+ }, "strip", z$1.ZodTypeAny, {
247326
+ title: string;
247327
+ documentId: string;
247328
+ sectionId?: string | undefined;
247329
+ }, {
247330
+ title: string;
247331
+ documentId: string;
247332
+ sectionId?: string | undefined;
247333
+ }>;
247334
+ }, "strip", z$1.ZodTypeAny, {
247335
+ type: "DocumentCreated";
247336
+ payload: {
247337
+ title: string;
247338
+ documentId: string;
247339
+ sectionId?: string | undefined;
247340
+ };
247341
+ }, {
247342
+ type: "DocumentCreated";
247343
+ payload: {
247344
+ title: string;
247345
+ documentId: string;
247346
+ sectionId?: string | undefined;
247347
+ };
247348
+ }>, z$1.ZodObject<{
247349
+ type: z$1.ZodLiteral<"DocumentDeleted">;
247350
+ payload: z$1.ZodObject<{
247351
+ documentId: z$1.ZodString;
247352
+ title: z$1.ZodString;
247353
+ }, "strip", z$1.ZodTypeAny, {
247354
+ title: string;
247355
+ documentId: string;
247356
+ }, {
247357
+ title: string;
247358
+ documentId: string;
247359
+ }>;
247360
+ }, "strip", z$1.ZodTypeAny, {
247361
+ type: "DocumentDeleted";
247362
+ payload: {
247363
+ title: string;
247364
+ documentId: string;
247365
+ };
247366
+ }, {
247367
+ type: "DocumentDeleted";
247368
+ payload: {
247369
+ title: string;
247370
+ documentId: string;
247371
+ };
247372
+ }>, z$1.ZodObject<{
247373
+ type: z$1.ZodLiteral<"ProjectCreated">;
247374
+ payload: z$1.ZodObject<{
247375
+ name: z$1.ZodString;
247376
+ description: z$1.ZodOptional<z$1.ZodString>;
247377
+ }, "strip", z$1.ZodTypeAny, {
247378
+ name: string;
247379
+ description?: string | undefined;
247380
+ }, {
247381
+ name: string;
247382
+ description?: string | undefined;
247383
+ }>;
247384
+ }, "strip", z$1.ZodTypeAny, {
247385
+ type: "ProjectCreated";
247386
+ payload: {
247387
+ name: string;
247388
+ description?: string | undefined;
247389
+ };
247390
+ }, {
247391
+ type: "ProjectCreated";
247392
+ payload: {
247393
+ name: string;
247394
+ description?: string | undefined;
247395
+ };
247396
+ }>, z$1.ZodObject<{
247397
+ type: z$1.ZodLiteral<"ProjectArchived">;
247398
+ payload: z$1.ZodObject<{
247399
+ name: z$1.ZodString;
247400
+ }, "strip", z$1.ZodTypeAny, {
247401
+ name: string;
247402
+ }, {
247403
+ name: string;
247404
+ }>;
247405
+ }, "strip", z$1.ZodTypeAny, {
247406
+ type: "ProjectArchived";
247407
+ payload: {
247408
+ name: string;
247409
+ };
247410
+ }, {
247411
+ type: "ProjectArchived";
247412
+ payload: {
247413
+ name: string;
247414
+ };
247415
+ }>, z$1.ZodObject<{
247416
+ type: z$1.ZodLiteral<"IterationPromoted">;
247417
+ payload: z$1.ZodObject<{
247418
+ iterationId: z$1.ZodString;
247419
+ featureId: z$1.ZodString;
247420
+ iterationName: z$1.ZodString;
247421
+ }, "strip", z$1.ZodTypeAny, {
247422
+ iterationId: string;
247423
+ featureId: string;
247424
+ iterationName: string;
247425
+ }, {
247426
+ iterationId: string;
247427
+ featureId: string;
247428
+ iterationName: string;
247429
+ }>;
247430
+ }, "strip", z$1.ZodTypeAny, {
247431
+ type: "IterationPromoted";
247432
+ payload: {
247433
+ iterationId: string;
247434
+ featureId: string;
247435
+ iterationName: string;
247436
+ };
247437
+ }, {
247438
+ type: "IterationPromoted";
247439
+ payload: {
247440
+ iterationId: string;
247441
+ featureId: string;
247442
+ iterationName: string;
247443
+ };
247444
+ }>, z$1.ZodObject<{
247445
+ type: z$1.ZodLiteral<"ProjectContextCreated">;
247446
+ payload: z$1.ZodObject<{
247447
+ contextId: z$1.ZodNumber;
247448
+ name: z$1.ZodString;
247449
+ description: z$1.ZodOptional<z$1.ZodString>;
247450
+ }, "strip", z$1.ZodTypeAny, {
247451
+ name: string;
247452
+ contextId: number;
247453
+ description?: string | undefined;
247454
+ }, {
247455
+ name: string;
247456
+ contextId: number;
247457
+ description?: string | undefined;
247458
+ }>;
247459
+ }, "strip", z$1.ZodTypeAny, {
247460
+ type: "ProjectContextCreated";
247461
+ payload: {
247462
+ name: string;
247463
+ contextId: number;
247464
+ description?: string | undefined;
247465
+ };
247466
+ }, {
247467
+ type: "ProjectContextCreated";
247468
+ payload: {
247469
+ name: string;
247470
+ contextId: number;
247471
+ description?: string | undefined;
247472
+ };
247473
+ }>, z$1.ZodObject<{
247474
+ type: z$1.ZodLiteral<"ProjectContextArchived">;
247475
+ payload: z$1.ZodObject<{
247476
+ contextId: z$1.ZodNumber;
247477
+ }, "strip", z$1.ZodTypeAny, {
247478
+ contextId: number;
247479
+ }, {
247480
+ contextId: number;
247481
+ }>;
247482
+ }, "strip", z$1.ZodTypeAny, {
247483
+ type: "ProjectContextArchived";
247484
+ payload: {
247485
+ contextId: number;
247486
+ };
247487
+ }, {
247488
+ type: "ProjectContextArchived";
247489
+ payload: {
247490
+ contextId: number;
247491
+ };
247492
+ }>]>, z$1.ZodObject<{
247493
+ id: z$1.ZodString;
247494
+ projectId: z$1.ZodString;
247495
+ userId: z$1.ZodString;
247496
+ createdAt: z$1.ZodDate;
247497
+ updatedAt: z$1.ZodDate;
247498
+ }, "strip", z$1.ZodTypeAny, {
247499
+ id: string;
247500
+ createdAt: Date;
247501
+ updatedAt: Date;
247502
+ userId: string;
247503
+ projectId: string;
247504
+ }, {
247505
+ id: string;
247506
+ createdAt: Date;
247507
+ updatedAt: Date;
247508
+ userId: string;
247509
+ projectId: string;
247510
+ }>>;
247511
+ type DTOTrailEvent = z$1.infer<typeof DTOTrailEvent>;
247512
+ declare const DTOTrailEventListInput: z$1.ZodObject<{
247513
+ projectId: z$1.ZodString;
247514
+ }, "strip", z$1.ZodTypeAny, {
247515
+ projectId: string;
247516
+ }, {
247517
+ projectId: string;
247518
+ }>;
247519
+ type DTOTrailEventListInput = z$1.infer<typeof DTOTrailEventListInput>;
247520
+ declare const DTOTrailEventListResponse: z$1.ZodObject<{
247521
+ events: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
247522
+ type: z$1.ZodLiteral<"IterationCreated">;
247523
+ payload: z$1.ZodObject<{
247524
+ iterationName: z$1.ZodString;
247525
+ iterationId: z$1.ZodString;
247526
+ featureId: z$1.ZodString;
247527
+ }, "strip", z$1.ZodTypeAny, {
247528
+ iterationId: string;
247529
+ featureId: string;
247530
+ iterationName: string;
247531
+ }, {
247532
+ iterationId: string;
247533
+ featureId: string;
247534
+ iterationName: string;
247535
+ }>;
247536
+ }, "strip", z$1.ZodTypeAny, {
247537
+ type: "IterationCreated";
247538
+ payload: {
247539
+ iterationId: string;
247540
+ featureId: string;
247541
+ iterationName: string;
247542
+ };
247543
+ }, {
247544
+ type: "IterationCreated";
247545
+ payload: {
247546
+ iterationId: string;
247547
+ featureId: string;
247548
+ iterationName: string;
247549
+ };
247550
+ }>, z$1.ZodObject<{
247551
+ type: z$1.ZodLiteral<"IterationBookmarked">;
247552
+ payload: z$1.ZodObject<{
247553
+ iterationId: z$1.ZodString;
247554
+ featureId: z$1.ZodString;
247555
+ iterationName: z$1.ZodString;
247556
+ }, "strip", z$1.ZodTypeAny, {
247557
+ iterationId: string;
247558
+ featureId: string;
247559
+ iterationName: string;
247560
+ }, {
247561
+ iterationId: string;
247562
+ featureId: string;
247563
+ iterationName: string;
247564
+ }>;
247565
+ }, "strip", z$1.ZodTypeAny, {
247566
+ type: "IterationBookmarked";
247567
+ payload: {
247568
+ iterationId: string;
247569
+ featureId: string;
247570
+ iterationName: string;
247571
+ };
247572
+ }, {
247573
+ type: "IterationBookmarked";
247574
+ payload: {
247575
+ iterationId: string;
247576
+ featureId: string;
247577
+ iterationName: string;
247578
+ };
247579
+ }>, z$1.ZodObject<{
247580
+ type: z$1.ZodLiteral<"FeatureCreated">;
247581
+ payload: z$1.ZodObject<{
247582
+ featureId: z$1.ZodString;
247583
+ name: z$1.ZodString;
247584
+ description: z$1.ZodOptional<z$1.ZodString>;
247585
+ }, "strip", z$1.ZodTypeAny, {
247586
+ name: string;
247587
+ featureId: string;
247588
+ description?: string | undefined;
247589
+ }, {
247590
+ name: string;
247591
+ featureId: string;
247592
+ description?: string | undefined;
247593
+ }>;
247594
+ }, "strip", z$1.ZodTypeAny, {
247595
+ type: "FeatureCreated";
247596
+ payload: {
247597
+ name: string;
247598
+ featureId: string;
247599
+ description?: string | undefined;
247600
+ };
247601
+ }, {
247602
+ type: "FeatureCreated";
247603
+ payload: {
247604
+ name: string;
247605
+ featureId: string;
247606
+ description?: string | undefined;
247607
+ };
247608
+ }>, z$1.ZodObject<{
247609
+ type: z$1.ZodLiteral<"FeatureDeleted">;
247610
+ payload: z$1.ZodObject<{
247611
+ featureId: z$1.ZodString;
247612
+ name: z$1.ZodString;
247613
+ }, "strip", z$1.ZodTypeAny, {
247614
+ name: string;
247615
+ featureId: string;
247616
+ }, {
247617
+ name: string;
247618
+ featureId: string;
247619
+ }>;
247620
+ }, "strip", z$1.ZodTypeAny, {
247621
+ type: "FeatureDeleted";
247622
+ payload: {
247623
+ name: string;
247624
+ featureId: string;
247625
+ };
247626
+ }, {
247627
+ type: "FeatureDeleted";
247628
+ payload: {
247629
+ name: string;
247630
+ featureId: string;
247631
+ };
247632
+ }>, z$1.ZodObject<{
247633
+ type: z$1.ZodLiteral<"DocumentCreated">;
247634
+ payload: z$1.ZodObject<{
247635
+ documentId: z$1.ZodString;
247636
+ title: z$1.ZodString;
247637
+ sectionId: z$1.ZodOptional<z$1.ZodString>;
247638
+ }, "strip", z$1.ZodTypeAny, {
247639
+ title: string;
247640
+ documentId: string;
247641
+ sectionId?: string | undefined;
247642
+ }, {
247643
+ title: string;
247644
+ documentId: string;
247645
+ sectionId?: string | undefined;
247646
+ }>;
247647
+ }, "strip", z$1.ZodTypeAny, {
247648
+ type: "DocumentCreated";
247649
+ payload: {
247650
+ title: string;
247651
+ documentId: string;
247652
+ sectionId?: string | undefined;
247653
+ };
247654
+ }, {
247655
+ type: "DocumentCreated";
247656
+ payload: {
247657
+ title: string;
247658
+ documentId: string;
247659
+ sectionId?: string | undefined;
247660
+ };
247661
+ }>, z$1.ZodObject<{
247662
+ type: z$1.ZodLiteral<"DocumentDeleted">;
247663
+ payload: z$1.ZodObject<{
247664
+ documentId: z$1.ZodString;
247665
+ title: z$1.ZodString;
247666
+ }, "strip", z$1.ZodTypeAny, {
247667
+ title: string;
247668
+ documentId: string;
247669
+ }, {
247670
+ title: string;
247671
+ documentId: string;
247672
+ }>;
247673
+ }, "strip", z$1.ZodTypeAny, {
247674
+ type: "DocumentDeleted";
247675
+ payload: {
247676
+ title: string;
247677
+ documentId: string;
247678
+ };
247679
+ }, {
247680
+ type: "DocumentDeleted";
247681
+ payload: {
247682
+ title: string;
247683
+ documentId: string;
247684
+ };
247685
+ }>, z$1.ZodObject<{
247686
+ type: z$1.ZodLiteral<"ProjectCreated">;
247687
+ payload: z$1.ZodObject<{
247688
+ name: z$1.ZodString;
247689
+ description: z$1.ZodOptional<z$1.ZodString>;
247690
+ }, "strip", z$1.ZodTypeAny, {
247691
+ name: string;
247692
+ description?: string | undefined;
247693
+ }, {
247694
+ name: string;
247695
+ description?: string | undefined;
247696
+ }>;
247697
+ }, "strip", z$1.ZodTypeAny, {
247698
+ type: "ProjectCreated";
247699
+ payload: {
247700
+ name: string;
247701
+ description?: string | undefined;
247702
+ };
247703
+ }, {
247704
+ type: "ProjectCreated";
247705
+ payload: {
247706
+ name: string;
247707
+ description?: string | undefined;
247708
+ };
247709
+ }>, z$1.ZodObject<{
247710
+ type: z$1.ZodLiteral<"ProjectArchived">;
247711
+ payload: z$1.ZodObject<{
247712
+ name: z$1.ZodString;
247713
+ }, "strip", z$1.ZodTypeAny, {
247714
+ name: string;
247715
+ }, {
247716
+ name: string;
247717
+ }>;
247718
+ }, "strip", z$1.ZodTypeAny, {
247719
+ type: "ProjectArchived";
247720
+ payload: {
247721
+ name: string;
247722
+ };
247723
+ }, {
247724
+ type: "ProjectArchived";
247725
+ payload: {
247726
+ name: string;
247727
+ };
247728
+ }>, z$1.ZodObject<{
247729
+ type: z$1.ZodLiteral<"IterationPromoted">;
247730
+ payload: z$1.ZodObject<{
247731
+ iterationId: z$1.ZodString;
247732
+ featureId: z$1.ZodString;
247733
+ iterationName: z$1.ZodString;
247734
+ }, "strip", z$1.ZodTypeAny, {
247735
+ iterationId: string;
247736
+ featureId: string;
247737
+ iterationName: string;
247738
+ }, {
247739
+ iterationId: string;
247740
+ featureId: string;
247741
+ iterationName: string;
247742
+ }>;
247743
+ }, "strip", z$1.ZodTypeAny, {
247744
+ type: "IterationPromoted";
247745
+ payload: {
247746
+ iterationId: string;
247747
+ featureId: string;
247748
+ iterationName: string;
247749
+ };
247750
+ }, {
247751
+ type: "IterationPromoted";
247752
+ payload: {
247753
+ iterationId: string;
247754
+ featureId: string;
247755
+ iterationName: string;
247756
+ };
247757
+ }>, z$1.ZodObject<{
247758
+ type: z$1.ZodLiteral<"ProjectContextCreated">;
247759
+ payload: z$1.ZodObject<{
247760
+ contextId: z$1.ZodNumber;
247761
+ name: z$1.ZodString;
247762
+ description: z$1.ZodOptional<z$1.ZodString>;
247763
+ }, "strip", z$1.ZodTypeAny, {
247764
+ name: string;
247765
+ contextId: number;
247766
+ description?: string | undefined;
247767
+ }, {
247768
+ name: string;
247769
+ contextId: number;
247770
+ description?: string | undefined;
247771
+ }>;
247772
+ }, "strip", z$1.ZodTypeAny, {
247773
+ type: "ProjectContextCreated";
247774
+ payload: {
247775
+ name: string;
247776
+ contextId: number;
247777
+ description?: string | undefined;
247778
+ };
247779
+ }, {
247780
+ type: "ProjectContextCreated";
247781
+ payload: {
247782
+ name: string;
247783
+ contextId: number;
247784
+ description?: string | undefined;
247785
+ };
247786
+ }>, z$1.ZodObject<{
247787
+ type: z$1.ZodLiteral<"ProjectContextArchived">;
247788
+ payload: z$1.ZodObject<{
247789
+ contextId: z$1.ZodNumber;
247790
+ }, "strip", z$1.ZodTypeAny, {
247791
+ contextId: number;
247792
+ }, {
247793
+ contextId: number;
247794
+ }>;
247795
+ }, "strip", z$1.ZodTypeAny, {
247796
+ type: "ProjectContextArchived";
247797
+ payload: {
247798
+ contextId: number;
247799
+ };
247800
+ }, {
247801
+ type: "ProjectContextArchived";
247802
+ payload: {
247803
+ contextId: number;
247804
+ };
247805
+ }>]>, z$1.ZodObject<{
247806
+ id: z$1.ZodString;
247807
+ projectId: z$1.ZodString;
247808
+ userId: z$1.ZodString;
247809
+ createdAt: z$1.ZodDate;
247810
+ updatedAt: z$1.ZodDate;
247811
+ }, "strip", z$1.ZodTypeAny, {
247812
+ id: string;
247813
+ createdAt: Date;
247814
+ updatedAt: Date;
247815
+ userId: string;
247816
+ projectId: string;
247817
+ }, {
247818
+ id: string;
247819
+ createdAt: Date;
247820
+ updatedAt: Date;
247821
+ userId: string;
247822
+ projectId: string;
247823
+ }>>, "many">;
247824
+ }, "strip", z$1.ZodTypeAny, {
247825
+ events: (({
247826
+ type: "IterationCreated";
247827
+ payload: {
247828
+ iterationId: string;
247829
+ featureId: string;
247830
+ iterationName: string;
247831
+ };
247832
+ } | {
247833
+ type: "IterationBookmarked";
247834
+ payload: {
247835
+ iterationId: string;
247836
+ featureId: string;
247837
+ iterationName: string;
247838
+ };
247839
+ } | {
247840
+ type: "FeatureCreated";
247841
+ payload: {
247842
+ name: string;
247843
+ featureId: string;
247844
+ description?: string | undefined;
247845
+ };
247846
+ } | {
247847
+ type: "FeatureDeleted";
247848
+ payload: {
247849
+ name: string;
247850
+ featureId: string;
247851
+ };
247852
+ } | {
247853
+ type: "DocumentCreated";
247854
+ payload: {
247855
+ title: string;
247856
+ documentId: string;
247857
+ sectionId?: string | undefined;
247858
+ };
247859
+ } | {
247860
+ type: "DocumentDeleted";
247861
+ payload: {
247862
+ title: string;
247863
+ documentId: string;
247864
+ };
247865
+ } | {
247866
+ type: "ProjectCreated";
247867
+ payload: {
247868
+ name: string;
247869
+ description?: string | undefined;
247870
+ };
247871
+ } | {
247872
+ type: "ProjectArchived";
247873
+ payload: {
247874
+ name: string;
247875
+ };
247876
+ } | {
247877
+ type: "IterationPromoted";
247878
+ payload: {
247879
+ iterationId: string;
247880
+ featureId: string;
247881
+ iterationName: string;
247882
+ };
247883
+ } | {
247884
+ type: "ProjectContextCreated";
247885
+ payload: {
247886
+ name: string;
247887
+ contextId: number;
247888
+ description?: string | undefined;
247889
+ };
247890
+ } | {
247891
+ type: "ProjectContextArchived";
247892
+ payload: {
247893
+ contextId: number;
247894
+ };
247895
+ }) & {
247896
+ id: string;
247897
+ createdAt: Date;
247898
+ updatedAt: Date;
247899
+ userId: string;
247900
+ projectId: string;
247901
+ })[];
247902
+ }, {
247903
+ events: (({
247904
+ type: "IterationCreated";
247905
+ payload: {
247906
+ iterationId: string;
247907
+ featureId: string;
247908
+ iterationName: string;
247909
+ };
247910
+ } | {
247911
+ type: "IterationBookmarked";
247912
+ payload: {
247913
+ iterationId: string;
247914
+ featureId: string;
247915
+ iterationName: string;
247916
+ };
247917
+ } | {
247918
+ type: "FeatureCreated";
247919
+ payload: {
247920
+ name: string;
247921
+ featureId: string;
247922
+ description?: string | undefined;
247923
+ };
247924
+ } | {
247925
+ type: "FeatureDeleted";
247926
+ payload: {
247927
+ name: string;
247928
+ featureId: string;
247929
+ };
247930
+ } | {
247931
+ type: "DocumentCreated";
247932
+ payload: {
247933
+ title: string;
247934
+ documentId: string;
247935
+ sectionId?: string | undefined;
247936
+ };
247937
+ } | {
247938
+ type: "DocumentDeleted";
247939
+ payload: {
247940
+ title: string;
247941
+ documentId: string;
247942
+ };
247943
+ } | {
247944
+ type: "ProjectCreated";
247945
+ payload: {
247946
+ name: string;
247947
+ description?: string | undefined;
247948
+ };
247949
+ } | {
247950
+ type: "ProjectArchived";
247951
+ payload: {
247952
+ name: string;
247953
+ };
247954
+ } | {
247955
+ type: "IterationPromoted";
247956
+ payload: {
247957
+ iterationId: string;
247958
+ featureId: string;
247959
+ iterationName: string;
247960
+ };
247961
+ } | {
247962
+ type: "ProjectContextCreated";
247963
+ payload: {
247964
+ name: string;
247965
+ contextId: number;
247966
+ description?: string | undefined;
247967
+ };
247968
+ } | {
247969
+ type: "ProjectContextArchived";
247970
+ payload: {
247971
+ contextId: number;
247972
+ };
247973
+ }) & {
247974
+ id: string;
247975
+ createdAt: Date;
247976
+ updatedAt: Date;
247977
+ userId: string;
247978
+ projectId: string;
247979
+ })[];
247980
+ }>;
247981
+ type DTOTrailEventListResponse = z$1.infer<typeof DTOTrailEventListResponse>;
247982
+ declare const DTOTrailEventType: z$1.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "DocumentCreated", "DocumentDeleted", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
247983
+ type DTOTrailEventType = z$1.infer<typeof DTOTrailEventType>;
247984
+ declare const DTOTrailEventCreate: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
247985
+ type: z$1.ZodLiteral<"IterationCreated">;
247986
+ payload: z$1.ZodObject<{
247987
+ iterationName: z$1.ZodString;
247988
+ iterationId: z$1.ZodString;
247989
+ featureId: z$1.ZodString;
247990
+ }, "strip", z$1.ZodTypeAny, {
247991
+ iterationId: string;
247992
+ featureId: string;
247993
+ iterationName: string;
247994
+ }, {
247995
+ iterationId: string;
247996
+ featureId: string;
247997
+ iterationName: string;
247998
+ }>;
247999
+ }, "strip", z$1.ZodTypeAny, {
248000
+ type: "IterationCreated";
248001
+ payload: {
248002
+ iterationId: string;
248003
+ featureId: string;
248004
+ iterationName: string;
248005
+ };
248006
+ }, {
248007
+ type: "IterationCreated";
248008
+ payload: {
248009
+ iterationId: string;
248010
+ featureId: string;
248011
+ iterationName: string;
248012
+ };
248013
+ }>, z$1.ZodObject<{
248014
+ type: z$1.ZodLiteral<"IterationBookmarked">;
248015
+ payload: z$1.ZodObject<{
248016
+ iterationId: z$1.ZodString;
248017
+ featureId: z$1.ZodString;
248018
+ iterationName: z$1.ZodString;
248019
+ }, "strip", z$1.ZodTypeAny, {
248020
+ iterationId: string;
248021
+ featureId: string;
248022
+ iterationName: string;
248023
+ }, {
248024
+ iterationId: string;
248025
+ featureId: string;
248026
+ iterationName: string;
248027
+ }>;
248028
+ }, "strip", z$1.ZodTypeAny, {
248029
+ type: "IterationBookmarked";
248030
+ payload: {
248031
+ iterationId: string;
248032
+ featureId: string;
248033
+ iterationName: string;
248034
+ };
248035
+ }, {
248036
+ type: "IterationBookmarked";
248037
+ payload: {
248038
+ iterationId: string;
248039
+ featureId: string;
248040
+ iterationName: string;
248041
+ };
248042
+ }>, z$1.ZodObject<{
248043
+ type: z$1.ZodLiteral<"FeatureCreated">;
248044
+ payload: z$1.ZodObject<{
248045
+ featureId: z$1.ZodString;
248046
+ name: z$1.ZodString;
248047
+ description: z$1.ZodOptional<z$1.ZodString>;
248048
+ }, "strip", z$1.ZodTypeAny, {
248049
+ name: string;
248050
+ featureId: string;
248051
+ description?: string | undefined;
248052
+ }, {
248053
+ name: string;
248054
+ featureId: string;
248055
+ description?: string | undefined;
248056
+ }>;
248057
+ }, "strip", z$1.ZodTypeAny, {
248058
+ type: "FeatureCreated";
248059
+ payload: {
248060
+ name: string;
248061
+ featureId: string;
248062
+ description?: string | undefined;
248063
+ };
248064
+ }, {
248065
+ type: "FeatureCreated";
248066
+ payload: {
248067
+ name: string;
248068
+ featureId: string;
248069
+ description?: string | undefined;
248070
+ };
248071
+ }>, z$1.ZodObject<{
248072
+ type: z$1.ZodLiteral<"FeatureDeleted">;
248073
+ payload: z$1.ZodObject<{
248074
+ featureId: z$1.ZodString;
248075
+ name: z$1.ZodString;
248076
+ }, "strip", z$1.ZodTypeAny, {
248077
+ name: string;
248078
+ featureId: string;
248079
+ }, {
248080
+ name: string;
248081
+ featureId: string;
248082
+ }>;
248083
+ }, "strip", z$1.ZodTypeAny, {
248084
+ type: "FeatureDeleted";
248085
+ payload: {
248086
+ name: string;
248087
+ featureId: string;
248088
+ };
248089
+ }, {
248090
+ type: "FeatureDeleted";
248091
+ payload: {
248092
+ name: string;
248093
+ featureId: string;
248094
+ };
248095
+ }>, z$1.ZodObject<{
248096
+ type: z$1.ZodLiteral<"DocumentCreated">;
248097
+ payload: z$1.ZodObject<{
248098
+ documentId: z$1.ZodString;
248099
+ title: z$1.ZodString;
248100
+ sectionId: z$1.ZodOptional<z$1.ZodString>;
248101
+ }, "strip", z$1.ZodTypeAny, {
248102
+ title: string;
248103
+ documentId: string;
248104
+ sectionId?: string | undefined;
248105
+ }, {
248106
+ title: string;
248107
+ documentId: string;
248108
+ sectionId?: string | undefined;
248109
+ }>;
248110
+ }, "strip", z$1.ZodTypeAny, {
248111
+ type: "DocumentCreated";
248112
+ payload: {
248113
+ title: string;
248114
+ documentId: string;
248115
+ sectionId?: string | undefined;
248116
+ };
248117
+ }, {
248118
+ type: "DocumentCreated";
248119
+ payload: {
248120
+ title: string;
248121
+ documentId: string;
248122
+ sectionId?: string | undefined;
248123
+ };
248124
+ }>, z$1.ZodObject<{
248125
+ type: z$1.ZodLiteral<"DocumentDeleted">;
248126
+ payload: z$1.ZodObject<{
248127
+ documentId: z$1.ZodString;
248128
+ title: z$1.ZodString;
248129
+ }, "strip", z$1.ZodTypeAny, {
248130
+ title: string;
248131
+ documentId: string;
248132
+ }, {
248133
+ title: string;
248134
+ documentId: string;
248135
+ }>;
248136
+ }, "strip", z$1.ZodTypeAny, {
248137
+ type: "DocumentDeleted";
248138
+ payload: {
248139
+ title: string;
248140
+ documentId: string;
248141
+ };
248142
+ }, {
248143
+ type: "DocumentDeleted";
248144
+ payload: {
248145
+ title: string;
248146
+ documentId: string;
248147
+ };
248148
+ }>, z$1.ZodObject<{
248149
+ type: z$1.ZodLiteral<"ProjectCreated">;
248150
+ payload: z$1.ZodObject<{
248151
+ name: z$1.ZodString;
248152
+ description: z$1.ZodOptional<z$1.ZodString>;
248153
+ }, "strip", z$1.ZodTypeAny, {
248154
+ name: string;
248155
+ description?: string | undefined;
248156
+ }, {
248157
+ name: string;
248158
+ description?: string | undefined;
248159
+ }>;
248160
+ }, "strip", z$1.ZodTypeAny, {
248161
+ type: "ProjectCreated";
248162
+ payload: {
248163
+ name: string;
248164
+ description?: string | undefined;
248165
+ };
248166
+ }, {
248167
+ type: "ProjectCreated";
248168
+ payload: {
248169
+ name: string;
248170
+ description?: string | undefined;
248171
+ };
248172
+ }>, z$1.ZodObject<{
248173
+ type: z$1.ZodLiteral<"ProjectArchived">;
248174
+ payload: z$1.ZodObject<{
248175
+ name: z$1.ZodString;
248176
+ }, "strip", z$1.ZodTypeAny, {
248177
+ name: string;
248178
+ }, {
248179
+ name: string;
248180
+ }>;
248181
+ }, "strip", z$1.ZodTypeAny, {
248182
+ type: "ProjectArchived";
248183
+ payload: {
248184
+ name: string;
248185
+ };
248186
+ }, {
248187
+ type: "ProjectArchived";
248188
+ payload: {
248189
+ name: string;
248190
+ };
248191
+ }>, z$1.ZodObject<{
248192
+ type: z$1.ZodLiteral<"IterationPromoted">;
248193
+ payload: z$1.ZodObject<{
248194
+ iterationId: z$1.ZodString;
248195
+ featureId: z$1.ZodString;
248196
+ iterationName: z$1.ZodString;
248197
+ }, "strip", z$1.ZodTypeAny, {
248198
+ iterationId: string;
248199
+ featureId: string;
248200
+ iterationName: string;
248201
+ }, {
248202
+ iterationId: string;
248203
+ featureId: string;
248204
+ iterationName: string;
248205
+ }>;
248206
+ }, "strip", z$1.ZodTypeAny, {
248207
+ type: "IterationPromoted";
248208
+ payload: {
248209
+ iterationId: string;
248210
+ featureId: string;
248211
+ iterationName: string;
248212
+ };
248213
+ }, {
248214
+ type: "IterationPromoted";
248215
+ payload: {
248216
+ iterationId: string;
248217
+ featureId: string;
248218
+ iterationName: string;
248219
+ };
248220
+ }>, z$1.ZodObject<{
248221
+ type: z$1.ZodLiteral<"ProjectContextCreated">;
248222
+ payload: z$1.ZodObject<{
248223
+ contextId: z$1.ZodNumber;
248224
+ name: z$1.ZodString;
248225
+ description: z$1.ZodOptional<z$1.ZodString>;
248226
+ }, "strip", z$1.ZodTypeAny, {
248227
+ name: string;
248228
+ contextId: number;
248229
+ description?: string | undefined;
248230
+ }, {
248231
+ name: string;
248232
+ contextId: number;
248233
+ description?: string | undefined;
248234
+ }>;
248235
+ }, "strip", z$1.ZodTypeAny, {
248236
+ type: "ProjectContextCreated";
248237
+ payload: {
248238
+ name: string;
248239
+ contextId: number;
248240
+ description?: string | undefined;
248241
+ };
248242
+ }, {
248243
+ type: "ProjectContextCreated";
248244
+ payload: {
248245
+ name: string;
248246
+ contextId: number;
248247
+ description?: string | undefined;
248248
+ };
248249
+ }>, z$1.ZodObject<{
248250
+ type: z$1.ZodLiteral<"ProjectContextArchived">;
248251
+ payload: z$1.ZodObject<{
248252
+ contextId: z$1.ZodNumber;
248253
+ }, "strip", z$1.ZodTypeAny, {
248254
+ contextId: number;
248255
+ }, {
248256
+ contextId: number;
248257
+ }>;
248258
+ }, "strip", z$1.ZodTypeAny, {
248259
+ type: "ProjectContextArchived";
248260
+ payload: {
248261
+ contextId: number;
248262
+ };
248263
+ }, {
248264
+ type: "ProjectContextArchived";
248265
+ payload: {
248266
+ contextId: number;
248267
+ };
248268
+ }>]>, z$1.ZodObject<Omit<{
248269
+ id: z$1.ZodString;
248270
+ projectId: z$1.ZodString;
248271
+ userId: z$1.ZodString;
248272
+ createdAt: z$1.ZodDate;
248273
+ updatedAt: z$1.ZodDate;
248274
+ }, "id" | "createdAt" | "updatedAt">, "strip", z$1.ZodTypeAny, {
248275
+ userId: string;
248276
+ projectId: string;
248277
+ }, {
248278
+ userId: string;
248279
+ projectId: string;
248280
+ }>>;
248281
+ type DTOTrailEventCreate = z$1.infer<typeof DTOTrailEventCreate>;
248282
+
247208
248283
  type PageAnalyticsInput = {
247209
248284
  pagePersistentId: string;
247210
248285
  priorDataPoints: PublishedDocPageVisitsEntry[];
@@ -267067,4 +268142,4 @@ declare function isValidRedirectPath(path: string): {
267067
268142
  reason: ValidationErrorReason | undefined;
267068
268143
  };
267069
268144
 
267070
- 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, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, 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, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkInput, 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, 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, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, 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, 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, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, 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, 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 };
268145
+ 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, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, 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, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkInput, 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, 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, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, 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, 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, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, 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, 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 };