@supernova-studio/client 1.18.2 → 1.19.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.mts CHANGED
@@ -68334,6 +68334,1572 @@ declare const DTOUpdateForgeFigmaArtifact: z$1.ZodObject<Omit<{
68334
68334
  }>;
68335
68335
  type DTOUpdateForgeFigmaArtifact = z$1.infer<typeof DTOUpdateForgeFigmaArtifact>;
68336
68336
 
68337
+ declare const DTOFeatureMessageUserSender: z__default.ZodObject<{
68338
+ type: z__default.ZodLiteral<"User">;
68339
+ userId: z__default.ZodString;
68340
+ }, "strip", z__default.ZodTypeAny, {
68341
+ type: "User";
68342
+ userId: string;
68343
+ }, {
68344
+ type: "User";
68345
+ userId: string;
68346
+ }>;
68347
+ type DTOFeatureMessageUserSender = z__default.infer<typeof DTOFeatureMessageUserSender>;
68348
+ declare const DTOFeatureMessageAgentSender: z__default.ZodObject<{
68349
+ type: z__default.ZodLiteral<"Agent">;
68350
+ agentType: z__default.ZodEnum<["Cody"]>;
68351
+ }, "strip", z__default.ZodTypeAny, {
68352
+ type: "Agent";
68353
+ agentType: "Cody";
68354
+ }, {
68355
+ type: "Agent";
68356
+ agentType: "Cody";
68357
+ }>;
68358
+ type DTOFeatureMessageAgentSender = z__default.infer<typeof DTOFeatureMessageAgentSender>;
68359
+ declare const DTOFeatureMessageSystemSender: z__default.ZodObject<{
68360
+ type: z__default.ZodLiteral<"System">;
68361
+ onBehalfOfUserId: z__default.ZodString;
68362
+ }, "strip", z__default.ZodTypeAny, {
68363
+ type: "System";
68364
+ onBehalfOfUserId: string;
68365
+ }, {
68366
+ type: "System";
68367
+ onBehalfOfUserId: string;
68368
+ }>;
68369
+ type DTOFeatureMessageSystemSender = z__default.infer<typeof DTOFeatureMessageSystemSender>;
68370
+ declare const DTOFeatureMessageSender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68371
+ type: z__default.ZodLiteral<"User">;
68372
+ userId: z__default.ZodString;
68373
+ }, "strip", z__default.ZodTypeAny, {
68374
+ type: "User";
68375
+ userId: string;
68376
+ }, {
68377
+ type: "User";
68378
+ userId: string;
68379
+ }>, z__default.ZodObject<{
68380
+ type: z__default.ZodLiteral<"Agent">;
68381
+ agentType: z__default.ZodEnum<["Cody"]>;
68382
+ }, "strip", z__default.ZodTypeAny, {
68383
+ type: "Agent";
68384
+ agentType: "Cody";
68385
+ }, {
68386
+ type: "Agent";
68387
+ agentType: "Cody";
68388
+ }>, z__default.ZodObject<{
68389
+ type: z__default.ZodLiteral<"System">;
68390
+ onBehalfOfUserId: z__default.ZodString;
68391
+ }, "strip", z__default.ZodTypeAny, {
68392
+ type: "System";
68393
+ onBehalfOfUserId: string;
68394
+ }, {
68395
+ type: "System";
68396
+ onBehalfOfUserId: string;
68397
+ }>]>;
68398
+ type DTOFeatureMessageSender = z__default.infer<typeof DTOFeatureMessageSender>;
68399
+ declare const DTOFeatureAgentResponseTracker: z__default.ZodObject<{
68400
+ id: z__default.ZodString;
68401
+ currentBody: z__default.ZodOptional<z__default.ZodString>;
68402
+ }, "strip", z__default.ZodTypeAny, {
68403
+ id: string;
68404
+ currentBody?: string | undefined;
68405
+ }, {
68406
+ id: string;
68407
+ currentBody?: string | undefined;
68408
+ }>;
68409
+ type DTOFeatureAgentResponseTracker = z__default.infer<typeof DTOFeatureAgentResponseTracker>;
68410
+ declare const DTOFeatureMessageReaction: z__default.ZodObject<{
68411
+ messageId: z__default.ZodString;
68412
+ userId: z__default.ZodString;
68413
+ emoji: z__default.ZodString;
68414
+ createdAt: z__default.ZodDate;
68415
+ }, "strip", z__default.ZodTypeAny, {
68416
+ createdAt: Date;
68417
+ emoji: string;
68418
+ userId: string;
68419
+ messageId: string;
68420
+ }, {
68421
+ createdAt: Date;
68422
+ emoji: string;
68423
+ userId: string;
68424
+ messageId: string;
68425
+ }>;
68426
+ type DTOFeatureMessageReaction = z__default.infer<typeof DTOFeatureMessageReaction>;
68427
+ declare const DTOFeatureMessage: z__default.ZodObject<{
68428
+ id: z__default.ZodString;
68429
+ /**
68430
+ * Describes where the message came from
68431
+ */
68432
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68433
+ type: z__default.ZodLiteral<"User">;
68434
+ userId: z__default.ZodString;
68435
+ }, "strip", z__default.ZodTypeAny, {
68436
+ type: "User";
68437
+ userId: string;
68438
+ }, {
68439
+ type: "User";
68440
+ userId: string;
68441
+ }>, z__default.ZodObject<{
68442
+ type: z__default.ZodLiteral<"Agent">;
68443
+ agentType: z__default.ZodEnum<["Cody"]>;
68444
+ }, "strip", z__default.ZodTypeAny, {
68445
+ type: "Agent";
68446
+ agentType: "Cody";
68447
+ }, {
68448
+ type: "Agent";
68449
+ agentType: "Cody";
68450
+ }>, z__default.ZodObject<{
68451
+ type: z__default.ZodLiteral<"System">;
68452
+ onBehalfOfUserId: z__default.ZodString;
68453
+ }, "strip", z__default.ZodTypeAny, {
68454
+ type: "System";
68455
+ onBehalfOfUserId: string;
68456
+ }, {
68457
+ type: "System";
68458
+ onBehalfOfUserId: string;
68459
+ }>]>;
68460
+ /**
68461
+ * Content of the message
68462
+ */
68463
+ body: z__default.ZodString;
68464
+ /**
68465
+ * Indicates if the message was sent in the agentic mode,
68466
+ */
68467
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
68468
+ /**
68469
+ * Indicates if the sender requested agent to reply in a thread
68470
+ */
68471
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
68472
+ /**
68473
+ * If defined, this message is considered to be a reply in a thread under parent message id
68474
+ */
68475
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
68476
+ /**
68477
+ * Link agent response object describing current state of
68478
+ */
68479
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
68480
+ /**
68481
+ * If the message started a thread, this indicates the current iteration within that thread
68482
+ */
68483
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
68484
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
68485
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68486
+ }, "strip", z__default.ZodTypeAny, {
68487
+ iterationId?: string | undefined;
68488
+ }, {
68489
+ iterationId?: string | undefined;
68490
+ }>>;
68491
+ createdAt: z__default.ZodDate;
68492
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68493
+ }, "strip", z__default.ZodTypeAny, {
68494
+ id: string;
68495
+ createdAt: Date;
68496
+ sender: {
68497
+ type: "User";
68498
+ userId: string;
68499
+ } | {
68500
+ type: "Agent";
68501
+ agentType: "Cody";
68502
+ } | {
68503
+ type: "System";
68504
+ onBehalfOfUserId: string;
68505
+ };
68506
+ body: string;
68507
+ updatedAt?: Date | undefined;
68508
+ isPrompt?: boolean | undefined;
68509
+ startsNewThread?: boolean | undefined;
68510
+ parentMessageId?: string | undefined;
68511
+ agentResponseTrackerId?: string | undefined;
68512
+ currentIterationId?: string | undefined;
68513
+ attachments?: {
68514
+ iterationId?: string | undefined;
68515
+ } | undefined;
68516
+ }, {
68517
+ id: string;
68518
+ createdAt: Date;
68519
+ sender: {
68520
+ type: "User";
68521
+ userId: string;
68522
+ } | {
68523
+ type: "Agent";
68524
+ agentType: "Cody";
68525
+ } | {
68526
+ type: "System";
68527
+ onBehalfOfUserId: string;
68528
+ };
68529
+ body: string;
68530
+ updatedAt?: Date | undefined;
68531
+ isPrompt?: boolean | undefined;
68532
+ startsNewThread?: boolean | undefined;
68533
+ parentMessageId?: string | undefined;
68534
+ agentResponseTrackerId?: string | undefined;
68535
+ currentIterationId?: string | undefined;
68536
+ attachments?: {
68537
+ iterationId?: string | undefined;
68538
+ } | undefined;
68539
+ }>;
68540
+ type DTOFeatureMessage = z__default.infer<typeof DTOFeatureMessage>;
68541
+ declare const DTOFeatureArtifact: z__default.ZodObject<{
68542
+ id: z__default.ZodString;
68543
+ url: z__default.ZodString;
68544
+ }, "strip", z__default.ZodTypeAny, {
68545
+ id: string;
68546
+ url: string;
68547
+ }, {
68548
+ id: string;
68549
+ url: string;
68550
+ }>;
68551
+ type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
68552
+ declare const DTOFeatureIteration: z__default.ZodObject<{
68553
+ id: z__default.ZodString;
68554
+ /**
68555
+ * Message ID that triggered creation of the iteration
68556
+ */
68557
+ startedFromMessageId: z__default.ZodString;
68558
+ /**
68559
+ * Indicates whether the iteration is currently being generated by an agent
68560
+ */
68561
+ isInProgress: z__default.ZodOptional<z__default.ZodBoolean>;
68562
+ /**
68563
+ * Artifacts that the iteration is built from
68564
+ */
68565
+ artifactIds: z__default.ZodOptional<z__default.ZodArray<z__default.ZodString, "many">>;
68566
+ /**
68567
+ * URL of a static preview of the feature
68568
+ */
68569
+ staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
68570
+ createdAt: z__default.ZodDate;
68571
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68572
+ }, "strip", z__default.ZodTypeAny, {
68573
+ id: string;
68574
+ createdAt: Date;
68575
+ startedFromMessageId: string;
68576
+ updatedAt?: Date | undefined;
68577
+ isInProgress?: boolean | undefined;
68578
+ artifactIds?: string[] | undefined;
68579
+ staticPreviewUrl?: string | undefined;
68580
+ }, {
68581
+ id: string;
68582
+ createdAt: Date;
68583
+ startedFromMessageId: string;
68584
+ updatedAt?: Date | undefined;
68585
+ isInProgress?: boolean | undefined;
68586
+ artifactIds?: string[] | undefined;
68587
+ staticPreviewUrl?: string | undefined;
68588
+ }>;
68589
+ type DTOFeatureIteration = z__default.infer<typeof DTOFeatureIteration>;
68590
+ declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
68591
+ id: z__default.ZodString;
68592
+ /**
68593
+ * Describes where the message came from
68594
+ */
68595
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68596
+ type: z__default.ZodLiteral<"User">;
68597
+ userId: z__default.ZodString;
68598
+ }, "strip", z__default.ZodTypeAny, {
68599
+ type: "User";
68600
+ userId: string;
68601
+ }, {
68602
+ type: "User";
68603
+ userId: string;
68604
+ }>, z__default.ZodObject<{
68605
+ type: z__default.ZodLiteral<"Agent">;
68606
+ agentType: z__default.ZodEnum<["Cody"]>;
68607
+ }, "strip", z__default.ZodTypeAny, {
68608
+ type: "Agent";
68609
+ agentType: "Cody";
68610
+ }, {
68611
+ type: "Agent";
68612
+ agentType: "Cody";
68613
+ }>, z__default.ZodObject<{
68614
+ type: z__default.ZodLiteral<"System">;
68615
+ onBehalfOfUserId: z__default.ZodString;
68616
+ }, "strip", z__default.ZodTypeAny, {
68617
+ type: "System";
68618
+ onBehalfOfUserId: string;
68619
+ }, {
68620
+ type: "System";
68621
+ onBehalfOfUserId: string;
68622
+ }>]>;
68623
+ /**
68624
+ * Content of the message
68625
+ */
68626
+ body: z__default.ZodString;
68627
+ /**
68628
+ * Indicates if the message was sent in the agentic mode,
68629
+ */
68630
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
68631
+ /**
68632
+ * Indicates if the sender requested agent to reply in a thread
68633
+ */
68634
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
68635
+ /**
68636
+ * If defined, this message is considered to be a reply in a thread under parent message id
68637
+ */
68638
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
68639
+ /**
68640
+ * Link agent response object describing current state of
68641
+ */
68642
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
68643
+ /**
68644
+ * If the message started a thread, this indicates the current iteration within that thread
68645
+ */
68646
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
68647
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
68648
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68649
+ }, "strip", z__default.ZodTypeAny, {
68650
+ iterationId?: string | undefined;
68651
+ }, {
68652
+ iterationId?: string | undefined;
68653
+ }>>;
68654
+ createdAt: z__default.ZodDate;
68655
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68656
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId">, "strip", z__default.ZodTypeAny, {
68657
+ id: string;
68658
+ body: string;
68659
+ isPrompt?: boolean | undefined;
68660
+ startsNewThread?: boolean | undefined;
68661
+ parentMessageId?: string | undefined;
68662
+ }, {
68663
+ id: string;
68664
+ body: string;
68665
+ isPrompt?: boolean | undefined;
68666
+ startsNewThread?: boolean | undefined;
68667
+ parentMessageId?: string | undefined;
68668
+ }>;
68669
+ type DTOFeatureMessageCreateInput = z__default.infer<typeof DTOFeatureMessageCreateInput>;
68670
+ declare const DTOFeatureMessageReactionDeleteInput: z__default.ZodObject<{
68671
+ messageId: z__default.ZodString;
68672
+ emoji: z__default.ZodString;
68673
+ }, "strip", z__default.ZodTypeAny, {
68674
+ emoji: string;
68675
+ messageId: string;
68676
+ }, {
68677
+ emoji: string;
68678
+ messageId: string;
68679
+ }>;
68680
+ type DTOFeatureMessageReactionDeleteInput = z__default.infer<typeof DTOFeatureMessageReactionDeleteInput>;
68681
+ declare const DTOFeatureMessageReactionCreateInput: z__default.ZodObject<{
68682
+ messageId: z__default.ZodString;
68683
+ emoji: z__default.ZodString;
68684
+ }, "strip", z__default.ZodTypeAny, {
68685
+ emoji: string;
68686
+ messageId: string;
68687
+ }, {
68688
+ emoji: string;
68689
+ messageId: string;
68690
+ }>;
68691
+ type DTOFeatureMessageReactionCreateInput = z__default.infer<typeof DTOFeatureMessageReactionCreateInput>;
68692
+ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68693
+ message: z__default.ZodObject<{
68694
+ id: z__default.ZodString;
68695
+ /**
68696
+ * Describes where the message came from
68697
+ */
68698
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68699
+ type: z__default.ZodLiteral<"User">;
68700
+ userId: z__default.ZodString;
68701
+ }, "strip", z__default.ZodTypeAny, {
68702
+ type: "User";
68703
+ userId: string;
68704
+ }, {
68705
+ type: "User";
68706
+ userId: string;
68707
+ }>, z__default.ZodObject<{
68708
+ type: z__default.ZodLiteral<"Agent">;
68709
+ agentType: z__default.ZodEnum<["Cody"]>;
68710
+ }, "strip", z__default.ZodTypeAny, {
68711
+ type: "Agent";
68712
+ agentType: "Cody";
68713
+ }, {
68714
+ type: "Agent";
68715
+ agentType: "Cody";
68716
+ }>, z__default.ZodObject<{
68717
+ type: z__default.ZodLiteral<"System">;
68718
+ onBehalfOfUserId: z__default.ZodString;
68719
+ }, "strip", z__default.ZodTypeAny, {
68720
+ type: "System";
68721
+ onBehalfOfUserId: string;
68722
+ }, {
68723
+ type: "System";
68724
+ onBehalfOfUserId: string;
68725
+ }>]>;
68726
+ /**
68727
+ * Content of the message
68728
+ */
68729
+ body: z__default.ZodString;
68730
+ /**
68731
+ * Indicates if the message was sent in the agentic mode,
68732
+ */
68733
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
68734
+ /**
68735
+ * Indicates if the sender requested agent to reply in a thread
68736
+ */
68737
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
68738
+ /**
68739
+ * If defined, this message is considered to be a reply in a thread under parent message id
68740
+ */
68741
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
68742
+ /**
68743
+ * Link agent response object describing current state of
68744
+ */
68745
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
68746
+ /**
68747
+ * If the message started a thread, this indicates the current iteration within that thread
68748
+ */
68749
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
68750
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
68751
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68752
+ }, "strip", z__default.ZodTypeAny, {
68753
+ iterationId?: string | undefined;
68754
+ }, {
68755
+ iterationId?: string | undefined;
68756
+ }>>;
68757
+ createdAt: z__default.ZodDate;
68758
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68759
+ }, "strip", z__default.ZodTypeAny, {
68760
+ id: string;
68761
+ createdAt: Date;
68762
+ sender: {
68763
+ type: "User";
68764
+ userId: string;
68765
+ } | {
68766
+ type: "Agent";
68767
+ agentType: "Cody";
68768
+ } | {
68769
+ type: "System";
68770
+ onBehalfOfUserId: string;
68771
+ };
68772
+ body: string;
68773
+ updatedAt?: Date | undefined;
68774
+ isPrompt?: boolean | undefined;
68775
+ startsNewThread?: boolean | undefined;
68776
+ parentMessageId?: string | undefined;
68777
+ agentResponseTrackerId?: string | undefined;
68778
+ currentIterationId?: string | undefined;
68779
+ attachments?: {
68780
+ iterationId?: string | undefined;
68781
+ } | undefined;
68782
+ }, {
68783
+ id: string;
68784
+ createdAt: Date;
68785
+ sender: {
68786
+ type: "User";
68787
+ userId: string;
68788
+ } | {
68789
+ type: "Agent";
68790
+ agentType: "Cody";
68791
+ } | {
68792
+ type: "System";
68793
+ onBehalfOfUserId: string;
68794
+ };
68795
+ body: string;
68796
+ updatedAt?: Date | undefined;
68797
+ isPrompt?: boolean | undefined;
68798
+ startsNewThread?: boolean | undefined;
68799
+ parentMessageId?: string | undefined;
68800
+ agentResponseTrackerId?: string | undefined;
68801
+ currentIterationId?: string | undefined;
68802
+ attachments?: {
68803
+ iterationId?: string | undefined;
68804
+ } | undefined;
68805
+ }>;
68806
+ }, "strip", z__default.ZodTypeAny, {
68807
+ message: {
68808
+ id: string;
68809
+ createdAt: Date;
68810
+ sender: {
68811
+ type: "User";
68812
+ userId: string;
68813
+ } | {
68814
+ type: "Agent";
68815
+ agentType: "Cody";
68816
+ } | {
68817
+ type: "System";
68818
+ onBehalfOfUserId: string;
68819
+ };
68820
+ body: string;
68821
+ updatedAt?: Date | undefined;
68822
+ isPrompt?: boolean | undefined;
68823
+ startsNewThread?: boolean | undefined;
68824
+ parentMessageId?: string | undefined;
68825
+ agentResponseTrackerId?: string | undefined;
68826
+ currentIterationId?: string | undefined;
68827
+ attachments?: {
68828
+ iterationId?: string | undefined;
68829
+ } | undefined;
68830
+ };
68831
+ }, {
68832
+ message: {
68833
+ id: string;
68834
+ createdAt: Date;
68835
+ sender: {
68836
+ type: "User";
68837
+ userId: string;
68838
+ } | {
68839
+ type: "Agent";
68840
+ agentType: "Cody";
68841
+ } | {
68842
+ type: "System";
68843
+ onBehalfOfUserId: string;
68844
+ };
68845
+ body: string;
68846
+ updatedAt?: Date | undefined;
68847
+ isPrompt?: boolean | undefined;
68848
+ startsNewThread?: boolean | undefined;
68849
+ parentMessageId?: string | undefined;
68850
+ agentResponseTrackerId?: string | undefined;
68851
+ currentIterationId?: string | undefined;
68852
+ attachments?: {
68853
+ iterationId?: string | undefined;
68854
+ } | undefined;
68855
+ };
68856
+ }>;
68857
+ type DTOFeatureMessageResponse = z__default.infer<typeof DTOFeatureMessageResponse>;
68858
+ declare const DTOFeatureMessageReactionResponse: z__default.ZodObject<{
68859
+ reaction: z__default.ZodObject<{
68860
+ messageId: z__default.ZodString;
68861
+ userId: z__default.ZodString;
68862
+ emoji: z__default.ZodString;
68863
+ createdAt: z__default.ZodDate;
68864
+ }, "strip", z__default.ZodTypeAny, {
68865
+ createdAt: Date;
68866
+ emoji: string;
68867
+ userId: string;
68868
+ messageId: string;
68869
+ }, {
68870
+ createdAt: Date;
68871
+ emoji: string;
68872
+ userId: string;
68873
+ messageId: string;
68874
+ }>;
68875
+ }, "strip", z__default.ZodTypeAny, {
68876
+ reaction: {
68877
+ createdAt: Date;
68878
+ emoji: string;
68879
+ userId: string;
68880
+ messageId: string;
68881
+ };
68882
+ }, {
68883
+ reaction: {
68884
+ createdAt: Date;
68885
+ emoji: string;
68886
+ userId: string;
68887
+ messageId: string;
68888
+ };
68889
+ }>;
68890
+ type DTOFeatureMessageReactionResponse = z__default.infer<typeof DTOFeatureMessageReactionResponse>;
68891
+ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
68892
+ messages: z__default.ZodArray<z__default.ZodObject<{
68893
+ id: z__default.ZodString;
68894
+ /**
68895
+ * Describes where the message came from
68896
+ */
68897
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68898
+ type: z__default.ZodLiteral<"User">;
68899
+ userId: z__default.ZodString;
68900
+ }, "strip", z__default.ZodTypeAny, {
68901
+ type: "User";
68902
+ userId: string;
68903
+ }, {
68904
+ type: "User";
68905
+ userId: string;
68906
+ }>, z__default.ZodObject<{
68907
+ type: z__default.ZodLiteral<"Agent">;
68908
+ agentType: z__default.ZodEnum<["Cody"]>;
68909
+ }, "strip", z__default.ZodTypeAny, {
68910
+ type: "Agent";
68911
+ agentType: "Cody";
68912
+ }, {
68913
+ type: "Agent";
68914
+ agentType: "Cody";
68915
+ }>, z__default.ZodObject<{
68916
+ type: z__default.ZodLiteral<"System">;
68917
+ onBehalfOfUserId: z__default.ZodString;
68918
+ }, "strip", z__default.ZodTypeAny, {
68919
+ type: "System";
68920
+ onBehalfOfUserId: string;
68921
+ }, {
68922
+ type: "System";
68923
+ onBehalfOfUserId: string;
68924
+ }>]>;
68925
+ /**
68926
+ * Content of the message
68927
+ */
68928
+ body: z__default.ZodString;
68929
+ /**
68930
+ * Indicates if the message was sent in the agentic mode,
68931
+ */
68932
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
68933
+ /**
68934
+ * Indicates if the sender requested agent to reply in a thread
68935
+ */
68936
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
68937
+ /**
68938
+ * If defined, this message is considered to be a reply in a thread under parent message id
68939
+ */
68940
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
68941
+ /**
68942
+ * Link agent response object describing current state of
68943
+ */
68944
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
68945
+ /**
68946
+ * If the message started a thread, this indicates the current iteration within that thread
68947
+ */
68948
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
68949
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
68950
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68951
+ }, "strip", z__default.ZodTypeAny, {
68952
+ iterationId?: string | undefined;
68953
+ }, {
68954
+ iterationId?: string | undefined;
68955
+ }>>;
68956
+ createdAt: z__default.ZodDate;
68957
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68958
+ }, "strip", z__default.ZodTypeAny, {
68959
+ id: string;
68960
+ createdAt: Date;
68961
+ sender: {
68962
+ type: "User";
68963
+ userId: string;
68964
+ } | {
68965
+ type: "Agent";
68966
+ agentType: "Cody";
68967
+ } | {
68968
+ type: "System";
68969
+ onBehalfOfUserId: string;
68970
+ };
68971
+ body: string;
68972
+ updatedAt?: Date | undefined;
68973
+ isPrompt?: boolean | undefined;
68974
+ startsNewThread?: boolean | undefined;
68975
+ parentMessageId?: string | undefined;
68976
+ agentResponseTrackerId?: string | undefined;
68977
+ currentIterationId?: string | undefined;
68978
+ attachments?: {
68979
+ iterationId?: string | undefined;
68980
+ } | undefined;
68981
+ }, {
68982
+ id: string;
68983
+ createdAt: Date;
68984
+ sender: {
68985
+ type: "User";
68986
+ userId: string;
68987
+ } | {
68988
+ type: "Agent";
68989
+ agentType: "Cody";
68990
+ } | {
68991
+ type: "System";
68992
+ onBehalfOfUserId: string;
68993
+ };
68994
+ body: string;
68995
+ updatedAt?: Date | undefined;
68996
+ isPrompt?: boolean | undefined;
68997
+ startsNewThread?: boolean | undefined;
68998
+ parentMessageId?: string | undefined;
68999
+ agentResponseTrackerId?: string | undefined;
69000
+ currentIterationId?: string | undefined;
69001
+ attachments?: {
69002
+ iterationId?: string | undefined;
69003
+ } | undefined;
69004
+ }>, "many">;
69005
+ reactions: z__default.ZodArray<z__default.ZodObject<{
69006
+ messageId: z__default.ZodString;
69007
+ userId: z__default.ZodString;
69008
+ emoji: z__default.ZodString;
69009
+ createdAt: z__default.ZodDate;
69010
+ }, "strip", z__default.ZodTypeAny, {
69011
+ createdAt: Date;
69012
+ emoji: string;
69013
+ userId: string;
69014
+ messageId: string;
69015
+ }, {
69016
+ createdAt: Date;
69017
+ emoji: string;
69018
+ userId: string;
69019
+ messageId: string;
69020
+ }>, "many">;
69021
+ lastSeenMessageId: z__default.ZodOptional<z__default.ZodString>;
69022
+ }, "strip", z__default.ZodTypeAny, {
69023
+ messages: {
69024
+ id: string;
69025
+ createdAt: Date;
69026
+ sender: {
69027
+ type: "User";
69028
+ userId: string;
69029
+ } | {
69030
+ type: "Agent";
69031
+ agentType: "Cody";
69032
+ } | {
69033
+ type: "System";
69034
+ onBehalfOfUserId: string;
69035
+ };
69036
+ body: string;
69037
+ updatedAt?: Date | undefined;
69038
+ isPrompt?: boolean | undefined;
69039
+ startsNewThread?: boolean | undefined;
69040
+ parentMessageId?: string | undefined;
69041
+ agentResponseTrackerId?: string | undefined;
69042
+ currentIterationId?: string | undefined;
69043
+ attachments?: {
69044
+ iterationId?: string | undefined;
69045
+ } | undefined;
69046
+ }[];
69047
+ reactions: {
69048
+ createdAt: Date;
69049
+ emoji: string;
69050
+ userId: string;
69051
+ messageId: string;
69052
+ }[];
69053
+ lastSeenMessageId?: string | undefined;
69054
+ }, {
69055
+ messages: {
69056
+ id: string;
69057
+ createdAt: Date;
69058
+ sender: {
69059
+ type: "User";
69060
+ userId: string;
69061
+ } | {
69062
+ type: "Agent";
69063
+ agentType: "Cody";
69064
+ } | {
69065
+ type: "System";
69066
+ onBehalfOfUserId: string;
69067
+ };
69068
+ body: string;
69069
+ updatedAt?: Date | undefined;
69070
+ isPrompt?: boolean | undefined;
69071
+ startsNewThread?: boolean | undefined;
69072
+ parentMessageId?: string | undefined;
69073
+ agentResponseTrackerId?: string | undefined;
69074
+ currentIterationId?: string | undefined;
69075
+ attachments?: {
69076
+ iterationId?: string | undefined;
69077
+ } | undefined;
69078
+ }[];
69079
+ reactions: {
69080
+ createdAt: Date;
69081
+ emoji: string;
69082
+ userId: string;
69083
+ messageId: string;
69084
+ }[];
69085
+ lastSeenMessageId?: string | undefined;
69086
+ }>;
69087
+ type DTOFeatureMessageListResponse = z__default.infer<typeof DTOFeatureMessageListResponse>;
69088
+ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69089
+ type: z__default.ZodLiteral<"MessagesSent">;
69090
+ data: z__default.ZodArray<z__default.ZodObject<{
69091
+ id: z__default.ZodString;
69092
+ /**
69093
+ * Describes where the message came from
69094
+ */
69095
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
69096
+ type: z__default.ZodLiteral<"User">;
69097
+ userId: z__default.ZodString;
69098
+ }, "strip", z__default.ZodTypeAny, {
69099
+ type: "User";
69100
+ userId: string;
69101
+ }, {
69102
+ type: "User";
69103
+ userId: string;
69104
+ }>, z__default.ZodObject<{
69105
+ type: z__default.ZodLiteral<"Agent">;
69106
+ agentType: z__default.ZodEnum<["Cody"]>;
69107
+ }, "strip", z__default.ZodTypeAny, {
69108
+ type: "Agent";
69109
+ agentType: "Cody";
69110
+ }, {
69111
+ type: "Agent";
69112
+ agentType: "Cody";
69113
+ }>, z__default.ZodObject<{
69114
+ type: z__default.ZodLiteral<"System">;
69115
+ onBehalfOfUserId: z__default.ZodString;
69116
+ }, "strip", z__default.ZodTypeAny, {
69117
+ type: "System";
69118
+ onBehalfOfUserId: string;
69119
+ }, {
69120
+ type: "System";
69121
+ onBehalfOfUserId: string;
69122
+ }>]>;
69123
+ /**
69124
+ * Content of the message
69125
+ */
69126
+ body: z__default.ZodString;
69127
+ /**
69128
+ * Indicates if the message was sent in the agentic mode,
69129
+ */
69130
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69131
+ /**
69132
+ * Indicates if the sender requested agent to reply in a thread
69133
+ */
69134
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
69135
+ /**
69136
+ * If defined, this message is considered to be a reply in a thread under parent message id
69137
+ */
69138
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
69139
+ /**
69140
+ * Link agent response object describing current state of
69141
+ */
69142
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
69143
+ /**
69144
+ * If the message started a thread, this indicates the current iteration within that thread
69145
+ */
69146
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
69147
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
69148
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
69149
+ }, "strip", z__default.ZodTypeAny, {
69150
+ iterationId?: string | undefined;
69151
+ }, {
69152
+ iterationId?: string | undefined;
69153
+ }>>;
69154
+ createdAt: z__default.ZodDate;
69155
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69156
+ }, "strip", z__default.ZodTypeAny, {
69157
+ id: string;
69158
+ createdAt: Date;
69159
+ sender: {
69160
+ type: "User";
69161
+ userId: string;
69162
+ } | {
69163
+ type: "Agent";
69164
+ agentType: "Cody";
69165
+ } | {
69166
+ type: "System";
69167
+ onBehalfOfUserId: string;
69168
+ };
69169
+ body: string;
69170
+ updatedAt?: Date | undefined;
69171
+ isPrompt?: boolean | undefined;
69172
+ startsNewThread?: boolean | undefined;
69173
+ parentMessageId?: string | undefined;
69174
+ agentResponseTrackerId?: string | undefined;
69175
+ currentIterationId?: string | undefined;
69176
+ attachments?: {
69177
+ iterationId?: string | undefined;
69178
+ } | undefined;
69179
+ }, {
69180
+ id: string;
69181
+ createdAt: Date;
69182
+ sender: {
69183
+ type: "User";
69184
+ userId: string;
69185
+ } | {
69186
+ type: "Agent";
69187
+ agentType: "Cody";
69188
+ } | {
69189
+ type: "System";
69190
+ onBehalfOfUserId: string;
69191
+ };
69192
+ body: string;
69193
+ updatedAt?: Date | undefined;
69194
+ isPrompt?: boolean | undefined;
69195
+ startsNewThread?: boolean | undefined;
69196
+ parentMessageId?: string | undefined;
69197
+ agentResponseTrackerId?: string | undefined;
69198
+ currentIterationId?: string | undefined;
69199
+ attachments?: {
69200
+ iterationId?: string | undefined;
69201
+ } | undefined;
69202
+ }>, "many">;
69203
+ }, "strip", z__default.ZodTypeAny, {
69204
+ type: "MessagesSent";
69205
+ data: {
69206
+ id: string;
69207
+ createdAt: Date;
69208
+ sender: {
69209
+ type: "User";
69210
+ userId: string;
69211
+ } | {
69212
+ type: "Agent";
69213
+ agentType: "Cody";
69214
+ } | {
69215
+ type: "System";
69216
+ onBehalfOfUserId: string;
69217
+ };
69218
+ body: string;
69219
+ updatedAt?: Date | undefined;
69220
+ isPrompt?: boolean | undefined;
69221
+ startsNewThread?: boolean | undefined;
69222
+ parentMessageId?: string | undefined;
69223
+ agentResponseTrackerId?: string | undefined;
69224
+ currentIterationId?: string | undefined;
69225
+ attachments?: {
69226
+ iterationId?: string | undefined;
69227
+ } | undefined;
69228
+ }[];
69229
+ }, {
69230
+ type: "MessagesSent";
69231
+ data: {
69232
+ id: string;
69233
+ createdAt: Date;
69234
+ sender: {
69235
+ type: "User";
69236
+ userId: string;
69237
+ } | {
69238
+ type: "Agent";
69239
+ agentType: "Cody";
69240
+ } | {
69241
+ type: "System";
69242
+ onBehalfOfUserId: string;
69243
+ };
69244
+ body: string;
69245
+ updatedAt?: Date | undefined;
69246
+ isPrompt?: boolean | undefined;
69247
+ startsNewThread?: boolean | undefined;
69248
+ parentMessageId?: string | undefined;
69249
+ agentResponseTrackerId?: string | undefined;
69250
+ currentIterationId?: string | undefined;
69251
+ attachments?: {
69252
+ iterationId?: string | undefined;
69253
+ } | undefined;
69254
+ }[];
69255
+ }>;
69256
+ type DTOFeatureEventMessagesSent = z__default.infer<typeof DTOFeatureEventMessagesSent>;
69257
+ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
69258
+ type: z__default.ZodLiteral<"ReactionsSent">;
69259
+ data: z__default.ZodArray<z__default.ZodObject<{
69260
+ messageId: z__default.ZodString;
69261
+ userId: z__default.ZodString;
69262
+ emoji: z__default.ZodString;
69263
+ createdAt: z__default.ZodDate;
69264
+ }, "strip", z__default.ZodTypeAny, {
69265
+ createdAt: Date;
69266
+ emoji: string;
69267
+ userId: string;
69268
+ messageId: string;
69269
+ }, {
69270
+ createdAt: Date;
69271
+ emoji: string;
69272
+ userId: string;
69273
+ messageId: string;
69274
+ }>, "many">;
69275
+ }, "strip", z__default.ZodTypeAny, {
69276
+ type: "ReactionsSent";
69277
+ data: {
69278
+ createdAt: Date;
69279
+ emoji: string;
69280
+ userId: string;
69281
+ messageId: string;
69282
+ }[];
69283
+ }, {
69284
+ type: "ReactionsSent";
69285
+ data: {
69286
+ createdAt: Date;
69287
+ emoji: string;
69288
+ userId: string;
69289
+ messageId: string;
69290
+ }[];
69291
+ }>;
69292
+ type DTOFeatureEventReactionsSent = z__default.infer<typeof DTOFeatureEventReactionsSent>;
69293
+ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
69294
+ type: z__default.ZodLiteral<"ReactionsDeleted">;
69295
+ data: z__default.ZodObject<{
69296
+ messageId: z__default.ZodString;
69297
+ userId: z__default.ZodString;
69298
+ emoji: z__default.ZodString;
69299
+ createdAt: z__default.ZodDate;
69300
+ }, "strip", z__default.ZodTypeAny, {
69301
+ createdAt: Date;
69302
+ emoji: string;
69303
+ userId: string;
69304
+ messageId: string;
69305
+ }, {
69306
+ createdAt: Date;
69307
+ emoji: string;
69308
+ userId: string;
69309
+ messageId: string;
69310
+ }>;
69311
+ }, "strip", z__default.ZodTypeAny, {
69312
+ type: "ReactionsDeleted";
69313
+ data: {
69314
+ createdAt: Date;
69315
+ emoji: string;
69316
+ userId: string;
69317
+ messageId: string;
69318
+ };
69319
+ }, {
69320
+ type: "ReactionsDeleted";
69321
+ data: {
69322
+ createdAt: Date;
69323
+ emoji: string;
69324
+ userId: string;
69325
+ messageId: string;
69326
+ };
69327
+ }>;
69328
+ type DTOFeatureEventReactionsDeleted = z__default.infer<typeof DTOFeatureEventReactionsDeleted>;
69329
+ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69330
+ type: z__default.ZodLiteral<"AgentResponseFinished">;
69331
+ data: z__default.ZodObject<{
69332
+ id: z__default.ZodString;
69333
+ /**
69334
+ * Describes where the message came from
69335
+ */
69336
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
69337
+ type: z__default.ZodLiteral<"User">;
69338
+ userId: z__default.ZodString;
69339
+ }, "strip", z__default.ZodTypeAny, {
69340
+ type: "User";
69341
+ userId: string;
69342
+ }, {
69343
+ type: "User";
69344
+ userId: string;
69345
+ }>, z__default.ZodObject<{
69346
+ type: z__default.ZodLiteral<"Agent">;
69347
+ agentType: z__default.ZodEnum<["Cody"]>;
69348
+ }, "strip", z__default.ZodTypeAny, {
69349
+ type: "Agent";
69350
+ agentType: "Cody";
69351
+ }, {
69352
+ type: "Agent";
69353
+ agentType: "Cody";
69354
+ }>, z__default.ZodObject<{
69355
+ type: z__default.ZodLiteral<"System">;
69356
+ onBehalfOfUserId: z__default.ZodString;
69357
+ }, "strip", z__default.ZodTypeAny, {
69358
+ type: "System";
69359
+ onBehalfOfUserId: string;
69360
+ }, {
69361
+ type: "System";
69362
+ onBehalfOfUserId: string;
69363
+ }>]>;
69364
+ /**
69365
+ * Content of the message
69366
+ */
69367
+ body: z__default.ZodString;
69368
+ /**
69369
+ * Indicates if the message was sent in the agentic mode,
69370
+ */
69371
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69372
+ /**
69373
+ * Indicates if the sender requested agent to reply in a thread
69374
+ */
69375
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
69376
+ /**
69377
+ * If defined, this message is considered to be a reply in a thread under parent message id
69378
+ */
69379
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
69380
+ /**
69381
+ * Link agent response object describing current state of
69382
+ */
69383
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
69384
+ /**
69385
+ * If the message started a thread, this indicates the current iteration within that thread
69386
+ */
69387
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
69388
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
69389
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
69390
+ }, "strip", z__default.ZodTypeAny, {
69391
+ iterationId?: string | undefined;
69392
+ }, {
69393
+ iterationId?: string | undefined;
69394
+ }>>;
69395
+ createdAt: z__default.ZodDate;
69396
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69397
+ }, "strip", z__default.ZodTypeAny, {
69398
+ id: string;
69399
+ createdAt: Date;
69400
+ sender: {
69401
+ type: "User";
69402
+ userId: string;
69403
+ } | {
69404
+ type: "Agent";
69405
+ agentType: "Cody";
69406
+ } | {
69407
+ type: "System";
69408
+ onBehalfOfUserId: string;
69409
+ };
69410
+ body: string;
69411
+ updatedAt?: Date | undefined;
69412
+ isPrompt?: boolean | undefined;
69413
+ startsNewThread?: boolean | undefined;
69414
+ parentMessageId?: string | undefined;
69415
+ agentResponseTrackerId?: string | undefined;
69416
+ currentIterationId?: string | undefined;
69417
+ attachments?: {
69418
+ iterationId?: string | undefined;
69419
+ } | undefined;
69420
+ }, {
69421
+ id: string;
69422
+ createdAt: Date;
69423
+ sender: {
69424
+ type: "User";
69425
+ userId: string;
69426
+ } | {
69427
+ type: "Agent";
69428
+ agentType: "Cody";
69429
+ } | {
69430
+ type: "System";
69431
+ onBehalfOfUserId: string;
69432
+ };
69433
+ body: string;
69434
+ updatedAt?: Date | undefined;
69435
+ isPrompt?: boolean | undefined;
69436
+ startsNewThread?: boolean | undefined;
69437
+ parentMessageId?: string | undefined;
69438
+ agentResponseTrackerId?: string | undefined;
69439
+ currentIterationId?: string | undefined;
69440
+ attachments?: {
69441
+ iterationId?: string | undefined;
69442
+ } | undefined;
69443
+ }>;
69444
+ }, "strip", z__default.ZodTypeAny, {
69445
+ type: "AgentResponseFinished";
69446
+ data: {
69447
+ id: string;
69448
+ createdAt: Date;
69449
+ sender: {
69450
+ type: "User";
69451
+ userId: string;
69452
+ } | {
69453
+ type: "Agent";
69454
+ agentType: "Cody";
69455
+ } | {
69456
+ type: "System";
69457
+ onBehalfOfUserId: string;
69458
+ };
69459
+ body: string;
69460
+ updatedAt?: Date | undefined;
69461
+ isPrompt?: boolean | undefined;
69462
+ startsNewThread?: boolean | undefined;
69463
+ parentMessageId?: string | undefined;
69464
+ agentResponseTrackerId?: string | undefined;
69465
+ currentIterationId?: string | undefined;
69466
+ attachments?: {
69467
+ iterationId?: string | undefined;
69468
+ } | undefined;
69469
+ };
69470
+ }, {
69471
+ type: "AgentResponseFinished";
69472
+ data: {
69473
+ id: string;
69474
+ createdAt: Date;
69475
+ sender: {
69476
+ type: "User";
69477
+ userId: string;
69478
+ } | {
69479
+ type: "Agent";
69480
+ agentType: "Cody";
69481
+ } | {
69482
+ type: "System";
69483
+ onBehalfOfUserId: string;
69484
+ };
69485
+ body: string;
69486
+ updatedAt?: Date | undefined;
69487
+ isPrompt?: boolean | undefined;
69488
+ startsNewThread?: boolean | undefined;
69489
+ parentMessageId?: string | undefined;
69490
+ agentResponseTrackerId?: string | undefined;
69491
+ currentIterationId?: string | undefined;
69492
+ attachments?: {
69493
+ iterationId?: string | undefined;
69494
+ } | undefined;
69495
+ };
69496
+ }>;
69497
+ type DTOFeatureEventAgentResponseFinished = z__default.infer<typeof DTOFeatureEventAgentResponseFinished>;
69498
+ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
69499
+ type: z__default.ZodLiteral<"MessagesSent">;
69500
+ data: z__default.ZodArray<z__default.ZodObject<{
69501
+ id: z__default.ZodString;
69502
+ /**
69503
+ * Describes where the message came from
69504
+ */
69505
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
69506
+ type: z__default.ZodLiteral<"User">;
69507
+ userId: z__default.ZodString;
69508
+ }, "strip", z__default.ZodTypeAny, {
69509
+ type: "User";
69510
+ userId: string;
69511
+ }, {
69512
+ type: "User";
69513
+ userId: string;
69514
+ }>, z__default.ZodObject<{
69515
+ type: z__default.ZodLiteral<"Agent">;
69516
+ agentType: z__default.ZodEnum<["Cody"]>;
69517
+ }, "strip", z__default.ZodTypeAny, {
69518
+ type: "Agent";
69519
+ agentType: "Cody";
69520
+ }, {
69521
+ type: "Agent";
69522
+ agentType: "Cody";
69523
+ }>, z__default.ZodObject<{
69524
+ type: z__default.ZodLiteral<"System">;
69525
+ onBehalfOfUserId: z__default.ZodString;
69526
+ }, "strip", z__default.ZodTypeAny, {
69527
+ type: "System";
69528
+ onBehalfOfUserId: string;
69529
+ }, {
69530
+ type: "System";
69531
+ onBehalfOfUserId: string;
69532
+ }>]>;
69533
+ /**
69534
+ * Content of the message
69535
+ */
69536
+ body: z__default.ZodString;
69537
+ /**
69538
+ * Indicates if the message was sent in the agentic mode,
69539
+ */
69540
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69541
+ /**
69542
+ * Indicates if the sender requested agent to reply in a thread
69543
+ */
69544
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
69545
+ /**
69546
+ * If defined, this message is considered to be a reply in a thread under parent message id
69547
+ */
69548
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
69549
+ /**
69550
+ * Link agent response object describing current state of
69551
+ */
69552
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
69553
+ /**
69554
+ * If the message started a thread, this indicates the current iteration within that thread
69555
+ */
69556
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
69557
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
69558
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
69559
+ }, "strip", z__default.ZodTypeAny, {
69560
+ iterationId?: string | undefined;
69561
+ }, {
69562
+ iterationId?: string | undefined;
69563
+ }>>;
69564
+ createdAt: z__default.ZodDate;
69565
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69566
+ }, "strip", z__default.ZodTypeAny, {
69567
+ id: string;
69568
+ createdAt: Date;
69569
+ sender: {
69570
+ type: "User";
69571
+ userId: string;
69572
+ } | {
69573
+ type: "Agent";
69574
+ agentType: "Cody";
69575
+ } | {
69576
+ type: "System";
69577
+ onBehalfOfUserId: string;
69578
+ };
69579
+ body: string;
69580
+ updatedAt?: Date | undefined;
69581
+ isPrompt?: boolean | undefined;
69582
+ startsNewThread?: boolean | undefined;
69583
+ parentMessageId?: string | undefined;
69584
+ agentResponseTrackerId?: string | undefined;
69585
+ currentIterationId?: string | undefined;
69586
+ attachments?: {
69587
+ iterationId?: string | undefined;
69588
+ } | undefined;
69589
+ }, {
69590
+ id: string;
69591
+ createdAt: Date;
69592
+ sender: {
69593
+ type: "User";
69594
+ userId: string;
69595
+ } | {
69596
+ type: "Agent";
69597
+ agentType: "Cody";
69598
+ } | {
69599
+ type: "System";
69600
+ onBehalfOfUserId: string;
69601
+ };
69602
+ body: string;
69603
+ updatedAt?: Date | undefined;
69604
+ isPrompt?: boolean | undefined;
69605
+ startsNewThread?: boolean | undefined;
69606
+ parentMessageId?: string | undefined;
69607
+ agentResponseTrackerId?: string | undefined;
69608
+ currentIterationId?: string | undefined;
69609
+ attachments?: {
69610
+ iterationId?: string | undefined;
69611
+ } | undefined;
69612
+ }>, "many">;
69613
+ }, "strip", z__default.ZodTypeAny, {
69614
+ type: "MessagesSent";
69615
+ data: {
69616
+ id: string;
69617
+ createdAt: Date;
69618
+ sender: {
69619
+ type: "User";
69620
+ userId: string;
69621
+ } | {
69622
+ type: "Agent";
69623
+ agentType: "Cody";
69624
+ } | {
69625
+ type: "System";
69626
+ onBehalfOfUserId: string;
69627
+ };
69628
+ body: string;
69629
+ updatedAt?: Date | undefined;
69630
+ isPrompt?: boolean | undefined;
69631
+ startsNewThread?: boolean | undefined;
69632
+ parentMessageId?: string | undefined;
69633
+ agentResponseTrackerId?: string | undefined;
69634
+ currentIterationId?: string | undefined;
69635
+ attachments?: {
69636
+ iterationId?: string | undefined;
69637
+ } | undefined;
69638
+ }[];
69639
+ }, {
69640
+ type: "MessagesSent";
69641
+ data: {
69642
+ id: string;
69643
+ createdAt: Date;
69644
+ sender: {
69645
+ type: "User";
69646
+ userId: string;
69647
+ } | {
69648
+ type: "Agent";
69649
+ agentType: "Cody";
69650
+ } | {
69651
+ type: "System";
69652
+ onBehalfOfUserId: string;
69653
+ };
69654
+ body: string;
69655
+ updatedAt?: Date | undefined;
69656
+ isPrompt?: boolean | undefined;
69657
+ startsNewThread?: boolean | undefined;
69658
+ parentMessageId?: string | undefined;
69659
+ agentResponseTrackerId?: string | undefined;
69660
+ currentIterationId?: string | undefined;
69661
+ attachments?: {
69662
+ iterationId?: string | undefined;
69663
+ } | undefined;
69664
+ }[];
69665
+ }>, z__default.ZodObject<{
69666
+ type: z__default.ZodLiteral<"ReactionsSent">;
69667
+ data: z__default.ZodArray<z__default.ZodObject<{
69668
+ messageId: z__default.ZodString;
69669
+ userId: z__default.ZodString;
69670
+ emoji: z__default.ZodString;
69671
+ createdAt: z__default.ZodDate;
69672
+ }, "strip", z__default.ZodTypeAny, {
69673
+ createdAt: Date;
69674
+ emoji: string;
69675
+ userId: string;
69676
+ messageId: string;
69677
+ }, {
69678
+ createdAt: Date;
69679
+ emoji: string;
69680
+ userId: string;
69681
+ messageId: string;
69682
+ }>, "many">;
69683
+ }, "strip", z__default.ZodTypeAny, {
69684
+ type: "ReactionsSent";
69685
+ data: {
69686
+ createdAt: Date;
69687
+ emoji: string;
69688
+ userId: string;
69689
+ messageId: string;
69690
+ }[];
69691
+ }, {
69692
+ type: "ReactionsSent";
69693
+ data: {
69694
+ createdAt: Date;
69695
+ emoji: string;
69696
+ userId: string;
69697
+ messageId: string;
69698
+ }[];
69699
+ }>, z__default.ZodObject<{
69700
+ type: z__default.ZodLiteral<"ReactionsDeleted">;
69701
+ data: z__default.ZodObject<{
69702
+ messageId: z__default.ZodString;
69703
+ userId: z__default.ZodString;
69704
+ emoji: z__default.ZodString;
69705
+ createdAt: z__default.ZodDate;
69706
+ }, "strip", z__default.ZodTypeAny, {
69707
+ createdAt: Date;
69708
+ emoji: string;
69709
+ userId: string;
69710
+ messageId: string;
69711
+ }, {
69712
+ createdAt: Date;
69713
+ emoji: string;
69714
+ userId: string;
69715
+ messageId: string;
69716
+ }>;
69717
+ }, "strip", z__default.ZodTypeAny, {
69718
+ type: "ReactionsDeleted";
69719
+ data: {
69720
+ createdAt: Date;
69721
+ emoji: string;
69722
+ userId: string;
69723
+ messageId: string;
69724
+ };
69725
+ }, {
69726
+ type: "ReactionsDeleted";
69727
+ data: {
69728
+ createdAt: Date;
69729
+ emoji: string;
69730
+ userId: string;
69731
+ messageId: string;
69732
+ };
69733
+ }>, z__default.ZodObject<{
69734
+ type: z__default.ZodLiteral<"AgentResponseFinished">;
69735
+ data: z__default.ZodObject<{
69736
+ id: z__default.ZodString;
69737
+ /**
69738
+ * Describes where the message came from
69739
+ */
69740
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
69741
+ type: z__default.ZodLiteral<"User">;
69742
+ userId: z__default.ZodString;
69743
+ }, "strip", z__default.ZodTypeAny, {
69744
+ type: "User";
69745
+ userId: string;
69746
+ }, {
69747
+ type: "User";
69748
+ userId: string;
69749
+ }>, z__default.ZodObject<{
69750
+ type: z__default.ZodLiteral<"Agent">;
69751
+ agentType: z__default.ZodEnum<["Cody"]>;
69752
+ }, "strip", z__default.ZodTypeAny, {
69753
+ type: "Agent";
69754
+ agentType: "Cody";
69755
+ }, {
69756
+ type: "Agent";
69757
+ agentType: "Cody";
69758
+ }>, z__default.ZodObject<{
69759
+ type: z__default.ZodLiteral<"System">;
69760
+ onBehalfOfUserId: z__default.ZodString;
69761
+ }, "strip", z__default.ZodTypeAny, {
69762
+ type: "System";
69763
+ onBehalfOfUserId: string;
69764
+ }, {
69765
+ type: "System";
69766
+ onBehalfOfUserId: string;
69767
+ }>]>;
69768
+ /**
69769
+ * Content of the message
69770
+ */
69771
+ body: z__default.ZodString;
69772
+ /**
69773
+ * Indicates if the message was sent in the agentic mode,
69774
+ */
69775
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69776
+ /**
69777
+ * Indicates if the sender requested agent to reply in a thread
69778
+ */
69779
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
69780
+ /**
69781
+ * If defined, this message is considered to be a reply in a thread under parent message id
69782
+ */
69783
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
69784
+ /**
69785
+ * Link agent response object describing current state of
69786
+ */
69787
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodString>;
69788
+ /**
69789
+ * If the message started a thread, this indicates the current iteration within that thread
69790
+ */
69791
+ currentIterationId: z__default.ZodOptional<z__default.ZodString>;
69792
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
69793
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
69794
+ }, "strip", z__default.ZodTypeAny, {
69795
+ iterationId?: string | undefined;
69796
+ }, {
69797
+ iterationId?: string | undefined;
69798
+ }>>;
69799
+ createdAt: z__default.ZodDate;
69800
+ updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69801
+ }, "strip", z__default.ZodTypeAny, {
69802
+ id: string;
69803
+ createdAt: Date;
69804
+ sender: {
69805
+ type: "User";
69806
+ userId: string;
69807
+ } | {
69808
+ type: "Agent";
69809
+ agentType: "Cody";
69810
+ } | {
69811
+ type: "System";
69812
+ onBehalfOfUserId: string;
69813
+ };
69814
+ body: string;
69815
+ updatedAt?: Date | undefined;
69816
+ isPrompt?: boolean | undefined;
69817
+ startsNewThread?: boolean | undefined;
69818
+ parentMessageId?: string | undefined;
69819
+ agentResponseTrackerId?: string | undefined;
69820
+ currentIterationId?: string | undefined;
69821
+ attachments?: {
69822
+ iterationId?: string | undefined;
69823
+ } | undefined;
69824
+ }, {
69825
+ id: string;
69826
+ createdAt: Date;
69827
+ sender: {
69828
+ type: "User";
69829
+ userId: string;
69830
+ } | {
69831
+ type: "Agent";
69832
+ agentType: "Cody";
69833
+ } | {
69834
+ type: "System";
69835
+ onBehalfOfUserId: string;
69836
+ };
69837
+ body: string;
69838
+ updatedAt?: Date | undefined;
69839
+ isPrompt?: boolean | undefined;
69840
+ startsNewThread?: boolean | undefined;
69841
+ parentMessageId?: string | undefined;
69842
+ agentResponseTrackerId?: string | undefined;
69843
+ currentIterationId?: string | undefined;
69844
+ attachments?: {
69845
+ iterationId?: string | undefined;
69846
+ } | undefined;
69847
+ }>;
69848
+ }, "strip", z__default.ZodTypeAny, {
69849
+ type: "AgentResponseFinished";
69850
+ data: {
69851
+ id: string;
69852
+ createdAt: Date;
69853
+ sender: {
69854
+ type: "User";
69855
+ userId: string;
69856
+ } | {
69857
+ type: "Agent";
69858
+ agentType: "Cody";
69859
+ } | {
69860
+ type: "System";
69861
+ onBehalfOfUserId: string;
69862
+ };
69863
+ body: string;
69864
+ updatedAt?: Date | undefined;
69865
+ isPrompt?: boolean | undefined;
69866
+ startsNewThread?: boolean | undefined;
69867
+ parentMessageId?: string | undefined;
69868
+ agentResponseTrackerId?: string | undefined;
69869
+ currentIterationId?: string | undefined;
69870
+ attachments?: {
69871
+ iterationId?: string | undefined;
69872
+ } | undefined;
69873
+ };
69874
+ }, {
69875
+ type: "AgentResponseFinished";
69876
+ data: {
69877
+ id: string;
69878
+ createdAt: Date;
69879
+ sender: {
69880
+ type: "User";
69881
+ userId: string;
69882
+ } | {
69883
+ type: "Agent";
69884
+ agentType: "Cody";
69885
+ } | {
69886
+ type: "System";
69887
+ onBehalfOfUserId: string;
69888
+ };
69889
+ body: string;
69890
+ updatedAt?: Date | undefined;
69891
+ isPrompt?: boolean | undefined;
69892
+ startsNewThread?: boolean | undefined;
69893
+ parentMessageId?: string | undefined;
69894
+ agentResponseTrackerId?: string | undefined;
69895
+ currentIterationId?: string | undefined;
69896
+ attachments?: {
69897
+ iterationId?: string | undefined;
69898
+ } | undefined;
69899
+ };
69900
+ }>]>;
69901
+ type DTOFeatureEvent = z__default.infer<typeof DTOFeatureEvent>;
69902
+
68337
69903
  declare const DTOForgeIterationMessage: z$1.ZodObject<Omit<{
68338
69904
  id: z$1.ZodString;
68339
69905
  createdAt: z$1.ZodDate;
@@ -144361,4 +145927,4 @@ declare function isValidRedirectPath(path: string): {
144361
145927
  reason: ValidationErrorReason | undefined;
144362
145928
  };
144363
145929
 
144364
- export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
145930
+ export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, 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, DTOFeatureArtifact, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };