@supernova-studio/client 1.31.4 → 1.31.6

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
@@ -68711,106 +68711,57 @@ declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
68711
68711
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
68712
68712
  createdAt: z__default.ZodString;
68713
68713
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
68714
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
68714
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
68715
68715
  id: string;
68716
- createdAt: string;
68717
- sender: {
68718
- type: "User";
68719
- userId: string;
68720
- } | {
68721
- type: "Agent";
68722
- } | {
68723
- type: "System";
68724
- onBehalfOfUserId: string;
68725
- };
68726
68716
  body: string;
68727
68717
  isPrompt?: boolean | undefined;
68728
68718
  startsNewThread?: boolean | undefined;
68729
68719
  parentMessageId?: string | undefined;
68730
- agentResponseTrackerId?: string | null | undefined;
68720
+ attachments?: {
68721
+ iterationId?: string | undefined;
68722
+ } | undefined;
68731
68723
  }, {
68732
68724
  id: string;
68733
- createdAt: string;
68734
- sender: {
68735
- type: "User";
68736
- userId: string;
68737
- } | {
68738
- type: "Agent";
68739
- } | {
68740
- type: "System";
68741
- onBehalfOfUserId: string;
68742
- };
68743
68725
  body: string;
68744
68726
  isPrompt?: boolean | undefined;
68745
68727
  startsNewThread?: boolean | undefined;
68746
68728
  parentMessageId?: string | undefined;
68747
- agentResponseTrackerId?: string | null | undefined;
68729
+ attachments?: {
68730
+ iterationId?: string | undefined;
68731
+ } | undefined;
68748
68732
  }>;
68749
68733
  type DTOFeatureMessageCreateInput = z__default.infer<typeof DTOFeatureMessageCreateInput>;
68750
68734
  declare const DTOFeatureMessageUpdateInput: z__default.ZodObject<{
68751
- createdAt: z__default.ZodOptional<z__default.ZodString>;
68752
- sender: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68753
- type: z__default.ZodLiteral<"User">;
68754
- userId: z__default.ZodString;
68755
- }, "strip", z__default.ZodTypeAny, {
68756
- type: "User";
68757
- userId: string;
68758
- }, {
68759
- type: "User";
68760
- userId: string;
68761
- }>, z__default.ZodObject<{
68762
- type: z__default.ZodLiteral<"Agent">;
68763
- }, "strip", z__default.ZodTypeAny, {
68764
- type: "Agent";
68765
- }, {
68766
- type: "Agent";
68767
- }>, z__default.ZodObject<{
68768
- type: z__default.ZodLiteral<"System">;
68769
- onBehalfOfUserId: z__default.ZodString;
68770
- }, "strip", z__default.ZodTypeAny, {
68771
- type: "System";
68772
- onBehalfOfUserId: string;
68773
- }, {
68774
- type: "System";
68775
- onBehalfOfUserId: string;
68776
- }>]>>;
68777
68735
  body: z__default.ZodOptional<z__default.ZodString>;
68778
68736
  isPrompt: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodBoolean>>;
68779
68737
  startsNewThread: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodBoolean>>;
68780
68738
  parentMessageId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodString>>;
68739
+ attachments: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodObject<{
68740
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68741
+ }, "strip", z__default.ZodTypeAny, {
68742
+ iterationId?: string | undefined;
68743
+ }, {
68744
+ iterationId?: string | undefined;
68745
+ }>>>;
68781
68746
  agentResponseTrackerId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>>;
68782
68747
  }, "strip", z__default.ZodTypeAny, {
68783
- createdAt?: string | undefined;
68784
- sender?: {
68785
- type: "User";
68786
- userId: string;
68787
- } | {
68788
- type: "Agent";
68789
- } | {
68790
- type: "System";
68791
- onBehalfOfUserId: string;
68792
- } | undefined;
68793
68748
  body?: string | undefined;
68794
68749
  isPrompt?: boolean | undefined;
68795
68750
  startsNewThread?: boolean | undefined;
68796
68751
  parentMessageId?: string | undefined;
68797
68752
  agentResponseTrackerId?: string | null | undefined;
68798
- }, {
68799
- createdAt?: string | undefined;
68800
- sender?: {
68801
- type: "User";
68802
- userId: string;
68803
- } | {
68804
- type: "Agent";
68805
- } | {
68806
- type: "System";
68807
- onBehalfOfUserId: string;
68753
+ attachments?: {
68754
+ iterationId?: string | undefined;
68808
68755
  } | undefined;
68756
+ }, {
68809
68757
  body?: string | undefined;
68810
68758
  isPrompt?: boolean | undefined;
68811
68759
  startsNewThread?: boolean | undefined;
68812
68760
  parentMessageId?: string | undefined;
68813
68761
  agentResponseTrackerId?: string | null | undefined;
68762
+ attachments?: {
68763
+ iterationId?: string | undefined;
68764
+ } | undefined;
68814
68765
  }>;
68815
68766
  type DTOFeatureMessageUpdateInput = z__default.infer<typeof DTOFeatureMessageUpdateInput>;
68816
68767
  declare const DTOFeatureMessageReactionDeleteInput: z__default.ZodObject<{
@@ -80492,40 +80443,24 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80492
80443
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
80493
80444
  createdAt: z__default.ZodString;
80494
80445
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
80495
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
80446
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
80496
80447
  id: string;
80497
- createdAt: string;
80498
- sender: {
80499
- type: "User";
80500
- userId: string;
80501
- } | {
80502
- type: "Agent";
80503
- } | {
80504
- type: "System";
80505
- onBehalfOfUserId: string;
80506
- };
80507
80448
  body: string;
80508
80449
  isPrompt?: boolean | undefined;
80509
80450
  startsNewThread?: boolean | undefined;
80510
80451
  parentMessageId?: string | undefined;
80511
- agentResponseTrackerId?: string | null | undefined;
80452
+ attachments?: {
80453
+ iterationId?: string | undefined;
80454
+ } | undefined;
80512
80455
  }, {
80513
80456
  id: string;
80514
- createdAt: string;
80515
- sender: {
80516
- type: "User";
80517
- userId: string;
80518
- } | {
80519
- type: "Agent";
80520
- } | {
80521
- type: "System";
80522
- onBehalfOfUserId: string;
80523
- };
80524
80457
  body: string;
80525
80458
  isPrompt?: boolean | undefined;
80526
80459
  startsNewThread?: boolean | undefined;
80527
80460
  parentMessageId?: string | undefined;
80528
- agentResponseTrackerId?: string | null | undefined;
80461
+ attachments?: {
80462
+ iterationId?: string | undefined;
80463
+ } | undefined;
80529
80464
  }>;
80530
80465
  }, "strip", z__default.ZodTypeAny, {
80531
80466
  id: string;
@@ -80533,21 +80468,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80533
80468
  description: string;
80534
80469
  initialMessage: {
80535
80470
  id: string;
80536
- createdAt: string;
80537
- sender: {
80538
- type: "User";
80539
- userId: string;
80540
- } | {
80541
- type: "Agent";
80542
- } | {
80543
- type: "System";
80544
- onBehalfOfUserId: string;
80545
- };
80546
80471
  body: string;
80547
80472
  isPrompt?: boolean | undefined;
80548
80473
  startsNewThread?: boolean | undefined;
80549
80474
  parentMessageId?: string | undefined;
80550
- agentResponseTrackerId?: string | null | undefined;
80475
+ attachments?: {
80476
+ iterationId?: string | undefined;
80477
+ } | undefined;
80551
80478
  };
80552
80479
  sectionId?: string | undefined;
80553
80480
  afterFeatureId?: string | null | undefined;
@@ -80557,21 +80484,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80557
80484
  description: string;
80558
80485
  initialMessage: {
80559
80486
  id: string;
80560
- createdAt: string;
80561
- sender: {
80562
- type: "User";
80563
- userId: string;
80564
- } | {
80565
- type: "Agent";
80566
- } | {
80567
- type: "System";
80568
- onBehalfOfUserId: string;
80569
- };
80570
80487
  body: string;
80571
80488
  isPrompt?: boolean | undefined;
80572
80489
  startsNewThread?: boolean | undefined;
80573
80490
  parentMessageId?: string | undefined;
80574
- agentResponseTrackerId?: string | null | undefined;
80491
+ attachments?: {
80492
+ iterationId?: string | undefined;
80493
+ } | undefined;
80575
80494
  };
80576
80495
  sectionId?: string | undefined;
80577
80496
  afterFeatureId?: string | null | undefined;
@@ -80584,21 +80503,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80584
80503
  description: string;
80585
80504
  initialMessage: {
80586
80505
  id: string;
80587
- createdAt: string;
80588
- sender: {
80589
- type: "User";
80590
- userId: string;
80591
- } | {
80592
- type: "Agent";
80593
- } | {
80594
- type: "System";
80595
- onBehalfOfUserId: string;
80596
- };
80597
80506
  body: string;
80598
80507
  isPrompt?: boolean | undefined;
80599
80508
  startsNewThread?: boolean | undefined;
80600
80509
  parentMessageId?: string | undefined;
80601
- agentResponseTrackerId?: string | null | undefined;
80510
+ attachments?: {
80511
+ iterationId?: string | undefined;
80512
+ } | undefined;
80602
80513
  };
80603
80514
  sectionId?: string | undefined;
80604
80515
  afterFeatureId?: string | null | undefined;
@@ -80611,21 +80522,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80611
80522
  description: string;
80612
80523
  initialMessage: {
80613
80524
  id: string;
80614
- createdAt: string;
80615
- sender: {
80616
- type: "User";
80617
- userId: string;
80618
- } | {
80619
- type: "Agent";
80620
- } | {
80621
- type: "System";
80622
- onBehalfOfUserId: string;
80623
- };
80624
80525
  body: string;
80625
80526
  isPrompt?: boolean | undefined;
80626
80527
  startsNewThread?: boolean | undefined;
80627
80528
  parentMessageId?: string | undefined;
80628
- agentResponseTrackerId?: string | null | undefined;
80529
+ attachments?: {
80530
+ iterationId?: string | undefined;
80531
+ } | undefined;
80629
80532
  };
80630
80533
  sectionId?: string | undefined;
80631
80534
  afterFeatureId?: string | null | undefined;
@@ -81027,40 +80930,24 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81027
80930
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
81028
80931
  createdAt: z__default.ZodString;
81029
80932
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
81030
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
80933
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
81031
80934
  id: string;
81032
- createdAt: string;
81033
- sender: {
81034
- type: "User";
81035
- userId: string;
81036
- } | {
81037
- type: "Agent";
81038
- } | {
81039
- type: "System";
81040
- onBehalfOfUserId: string;
81041
- };
81042
80935
  body: string;
81043
80936
  isPrompt?: boolean | undefined;
81044
80937
  startsNewThread?: boolean | undefined;
81045
80938
  parentMessageId?: string | undefined;
81046
- agentResponseTrackerId?: string | null | undefined;
80939
+ attachments?: {
80940
+ iterationId?: string | undefined;
80941
+ } | undefined;
81047
80942
  }, {
81048
80943
  id: string;
81049
- createdAt: string;
81050
- sender: {
81051
- type: "User";
81052
- userId: string;
81053
- } | {
81054
- type: "Agent";
81055
- } | {
81056
- type: "System";
81057
- onBehalfOfUserId: string;
81058
- };
81059
80944
  body: string;
81060
80945
  isPrompt?: boolean | undefined;
81061
80946
  startsNewThread?: boolean | undefined;
81062
80947
  parentMessageId?: string | undefined;
81063
- agentResponseTrackerId?: string | null | undefined;
80948
+ attachments?: {
80949
+ iterationId?: string | undefined;
80950
+ } | undefined;
81064
80951
  }>;
81065
80952
  }, "strip", z__default.ZodTypeAny, {
81066
80953
  id: string;
@@ -81068,21 +80955,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81068
80955
  description: string;
81069
80956
  initialMessage: {
81070
80957
  id: string;
81071
- createdAt: string;
81072
- sender: {
81073
- type: "User";
81074
- userId: string;
81075
- } | {
81076
- type: "Agent";
81077
- } | {
81078
- type: "System";
81079
- onBehalfOfUserId: string;
81080
- };
81081
80958
  body: string;
81082
80959
  isPrompt?: boolean | undefined;
81083
80960
  startsNewThread?: boolean | undefined;
81084
80961
  parentMessageId?: string | undefined;
81085
- agentResponseTrackerId?: string | null | undefined;
80962
+ attachments?: {
80963
+ iterationId?: string | undefined;
80964
+ } | undefined;
81086
80965
  };
81087
80966
  sectionId?: string | undefined;
81088
80967
  afterFeatureId?: string | null | undefined;
@@ -81092,21 +80971,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81092
80971
  description: string;
81093
80972
  initialMessage: {
81094
80973
  id: string;
81095
- createdAt: string;
81096
- sender: {
81097
- type: "User";
81098
- userId: string;
81099
- } | {
81100
- type: "Agent";
81101
- } | {
81102
- type: "System";
81103
- onBehalfOfUserId: string;
81104
- };
81105
80974
  body: string;
81106
80975
  isPrompt?: boolean | undefined;
81107
80976
  startsNewThread?: boolean | undefined;
81108
80977
  parentMessageId?: string | undefined;
81109
- agentResponseTrackerId?: string | null | undefined;
80978
+ attachments?: {
80979
+ iterationId?: string | undefined;
80980
+ } | undefined;
81110
80981
  };
81111
80982
  sectionId?: string | undefined;
81112
80983
  afterFeatureId?: string | null | undefined;
@@ -81119,21 +80990,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81119
80990
  description: string;
81120
80991
  initialMessage: {
81121
80992
  id: string;
81122
- createdAt: string;
81123
- sender: {
81124
- type: "User";
81125
- userId: string;
81126
- } | {
81127
- type: "Agent";
81128
- } | {
81129
- type: "System";
81130
- onBehalfOfUserId: string;
81131
- };
81132
80993
  body: string;
81133
80994
  isPrompt?: boolean | undefined;
81134
80995
  startsNewThread?: boolean | undefined;
81135
80996
  parentMessageId?: string | undefined;
81136
- agentResponseTrackerId?: string | null | undefined;
80997
+ attachments?: {
80998
+ iterationId?: string | undefined;
80999
+ } | undefined;
81137
81000
  };
81138
81001
  sectionId?: string | undefined;
81139
81002
  afterFeatureId?: string | null | undefined;
@@ -81146,21 +81009,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81146
81009
  description: string;
81147
81010
  initialMessage: {
81148
81011
  id: string;
81149
- createdAt: string;
81150
- sender: {
81151
- type: "User";
81152
- userId: string;
81153
- } | {
81154
- type: "Agent";
81155
- } | {
81156
- type: "System";
81157
- onBehalfOfUserId: string;
81158
- };
81159
81012
  body: string;
81160
81013
  isPrompt?: boolean | undefined;
81161
81014
  startsNewThread?: boolean | undefined;
81162
81015
  parentMessageId?: string | undefined;
81163
- agentResponseTrackerId?: string | null | undefined;
81016
+ attachments?: {
81017
+ iterationId?: string | undefined;
81018
+ } | undefined;
81164
81019
  };
81165
81020
  sectionId?: string | undefined;
81166
81021
  afterFeatureId?: string | null | undefined;
@@ -83814,40 +83669,24 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83814
83669
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
83815
83670
  createdAt: z__default.ZodString;
83816
83671
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
83817
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
83672
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
83818
83673
  id: string;
83819
- createdAt: string;
83820
- sender: {
83821
- type: "User";
83822
- userId: string;
83823
- } | {
83824
- type: "Agent";
83825
- } | {
83826
- type: "System";
83827
- onBehalfOfUserId: string;
83828
- };
83829
83674
  body: string;
83830
83675
  isPrompt?: boolean | undefined;
83831
83676
  startsNewThread?: boolean | undefined;
83832
83677
  parentMessageId?: string | undefined;
83833
- agentResponseTrackerId?: string | null | undefined;
83678
+ attachments?: {
83679
+ iterationId?: string | undefined;
83680
+ } | undefined;
83834
83681
  }, {
83835
83682
  id: string;
83836
- createdAt: string;
83837
- sender: {
83838
- type: "User";
83839
- userId: string;
83840
- } | {
83841
- type: "Agent";
83842
- } | {
83843
- type: "System";
83844
- onBehalfOfUserId: string;
83845
- };
83846
83683
  body: string;
83847
83684
  isPrompt?: boolean | undefined;
83848
83685
  startsNewThread?: boolean | undefined;
83849
83686
  parentMessageId?: string | undefined;
83850
- agentResponseTrackerId?: string | null | undefined;
83687
+ attachments?: {
83688
+ iterationId?: string | undefined;
83689
+ } | undefined;
83851
83690
  }>;
83852
83691
  }, "strip", z__default.ZodTypeAny, {
83853
83692
  id: string;
@@ -83855,21 +83694,13 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83855
83694
  description: string;
83856
83695
  initialMessage: {
83857
83696
  id: string;
83858
- createdAt: string;
83859
- sender: {
83860
- type: "User";
83861
- userId: string;
83862
- } | {
83863
- type: "Agent";
83864
- } | {
83865
- type: "System";
83866
- onBehalfOfUserId: string;
83867
- };
83868
83697
  body: string;
83869
83698
  isPrompt?: boolean | undefined;
83870
83699
  startsNewThread?: boolean | undefined;
83871
83700
  parentMessageId?: string | undefined;
83872
- agentResponseTrackerId?: string | null | undefined;
83701
+ attachments?: {
83702
+ iterationId?: string | undefined;
83703
+ } | undefined;
83873
83704
  };
83874
83705
  sectionId?: string | undefined;
83875
83706
  afterFeatureId?: string | null | undefined;
@@ -83879,21 +83710,13 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83879
83710
  description: string;
83880
83711
  initialMessage: {
83881
83712
  id: string;
83882
- createdAt: string;
83883
- sender: {
83884
- type: "User";
83885
- userId: string;
83886
- } | {
83887
- type: "Agent";
83888
- } | {
83889
- type: "System";
83890
- onBehalfOfUserId: string;
83891
- };
83892
83713
  body: string;
83893
83714
  isPrompt?: boolean | undefined;
83894
83715
  startsNewThread?: boolean | undefined;
83895
83716
  parentMessageId?: string | undefined;
83896
- agentResponseTrackerId?: string | null | undefined;
83717
+ attachments?: {
83718
+ iterationId?: string | undefined;
83719
+ } | undefined;
83897
83720
  };
83898
83721
  sectionId?: string | undefined;
83899
83722
  afterFeatureId?: string | null | undefined;
@@ -141037,9 +140860,47 @@ declare class ForgeFeatureMessagesEndpoint {
141037
140860
  }>;
141038
140861
  }
141039
140862
 
141040
- declare class ForgeFeaturesEndpoint {
140863
+ declare class ForgeFeatureArtifactsEndpoint {
141041
140864
  private readonly requestExecutor;
141042
140865
  constructor(requestExecutor: RequestExecutor);
140866
+ list(workspaceId: string, projectId: string, featureId: string): Promise<{
140867
+ artifacts: {
140868
+ id: string;
140869
+ createdAt: string;
140870
+ url: string;
140871
+ updatedAt: string;
140872
+ fileId: string;
140873
+ key: string;
140874
+ iterationId?: string | undefined;
140875
+ }[];
140876
+ }>;
140877
+ }
140878
+
140879
+ declare class ForgeFeatureIterationsEndpoint {
140880
+ private readonly requestExecutor;
140881
+ constructor(requestExecutor: RequestExecutor);
140882
+ list(workspaceId: string, projectId: string, featureId: string): Promise<{
140883
+ iterations: {
140884
+ id: string;
140885
+ createdAt: string;
140886
+ name: string;
140887
+ startedFromMessageId: string;
140888
+ updatedAt?: string | undefined;
140889
+ baseIterationId?: string | undefined;
140890
+ isInProgress?: boolean | undefined;
140891
+ staticPreviewUrl?: string | undefined;
140892
+ isBookmarked?: boolean | undefined;
140893
+ }[];
140894
+ }>;
140895
+ updateArtifacts(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureIterationUpdateArtifactsInput): Promise<any>;
140896
+ }
140897
+
140898
+ declare class ForgeProjectFeaturesEndpoint {
140899
+ private readonly requestExecutor;
140900
+ readonly messages: ForgeFeatureMessagesEndpoint;
140901
+ readonly iterations: ForgeFeatureIterationsEndpoint;
140902
+ readonly artifacts: ForgeFeatureArtifactsEndpoint;
140903
+ constructor(requestExecutor: RequestExecutor);
141043
140904
  list(workspaceId: string, projectId: string): Promise<{
141044
140905
  features: {
141045
140906
  status: "Draft" | "ReadyForDevelopment";
@@ -141076,274 +140937,19 @@ declare class ForgeFeaturesEndpoint {
141076
140937
  lastReplyTimestamp?: Date | undefined;
141077
140938
  };
141078
140939
  }>;
141079
- }
141080
-
141081
- declare class ForgeProjectsEndpoint {
141082
- private readonly requestExecutor;
141083
- constructor(requestExecutor: RequestExecutor);
141084
- list(workspaceId: string): Promise<{
141085
- projects: {
141086
- id: string;
141087
- createdAt: Date;
141088
- name: string;
141089
- meta: {
141090
- name: string;
141091
- description?: string | undefined;
141092
- };
141093
- tags: string[];
141094
- workspaceId: string;
141095
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141096
- context: {
141097
- id: string;
141098
- name: string;
141099
- createdAt: Date;
141100
- updatedAt: Date;
141101
- workspaceId: string;
141102
- designSystemId: string;
141103
- dependencies: {
141104
- type: "npm";
141105
- version: string;
141106
- packageName: string;
141107
- }[];
141108
- meta: {
141109
- name: string;
141110
- description?: string | undefined;
141111
- };
141112
- definition: string;
141113
- npmProxySettings: {
141114
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141115
- enabledScopes: string[];
141116
- bypassProxy: boolean;
141117
- customRegistryUrl?: string | undefined;
141118
- npmProxyRegistryConfigId?: string | undefined;
141119
- npmProxyVersion?: number | undefined;
141120
- } & ({
141121
- password: string;
141122
- username: string;
141123
- authType: "Basic";
141124
- } | {
141125
- accessToken: string;
141126
- authType: "Bearer";
141127
- } | {
141128
- authType: "None";
141129
- } | {
141130
- authType: "Custom";
141131
- authHeaderName: string;
141132
- authHeaderValue: string;
141133
- });
141134
- platform: "Angular" | "Vue" | "React";
141135
- styling: "CSS" | "Tailwind";
141136
- tailwindConfig?: {
141137
- version: string;
141138
- content: string;
141139
- } | undefined;
141140
- };
141141
- instruction: string | null;
141142
- defaultRole: "Viewer" | "Builder";
141143
- emoji?: string | undefined;
141144
- updatedAt?: Date | undefined;
141145
- createdByUserId?: string | undefined;
141146
- isArchived?: boolean | undefined;
141147
- }[];
141148
- }>;
141149
- create(workspaceId: string, body: DTOForgeProjectCreate): Promise<{
141150
- project: {
141151
- id: string;
141152
- createdAt: Date;
141153
- name: string;
141154
- meta: {
141155
- name: string;
141156
- description?: string | undefined;
141157
- };
141158
- tags: string[];
141159
- workspaceId: string;
141160
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141161
- context: {
141162
- id: string;
141163
- name: string;
141164
- createdAt: Date;
141165
- updatedAt: Date;
141166
- workspaceId: string;
141167
- designSystemId: string;
141168
- dependencies: {
141169
- type: "npm";
141170
- version: string;
141171
- packageName: string;
141172
- }[];
141173
- meta: {
141174
- name: string;
141175
- description?: string | undefined;
141176
- };
141177
- definition: string;
141178
- npmProxySettings: {
141179
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141180
- enabledScopes: string[];
141181
- bypassProxy: boolean;
141182
- customRegistryUrl?: string | undefined;
141183
- npmProxyRegistryConfigId?: string | undefined;
141184
- npmProxyVersion?: number | undefined;
141185
- } & ({
141186
- password: string;
141187
- username: string;
141188
- authType: "Basic";
141189
- } | {
141190
- accessToken: string;
141191
- authType: "Bearer";
141192
- } | {
141193
- authType: "None";
141194
- } | {
141195
- authType: "Custom";
141196
- authHeaderName: string;
141197
- authHeaderValue: string;
141198
- });
141199
- platform: "Angular" | "Vue" | "React";
141200
- styling: "CSS" | "Tailwind";
141201
- tailwindConfig?: {
141202
- version: string;
141203
- content: string;
141204
- } | undefined;
141205
- };
141206
- instruction: string | null;
141207
- defaultRole: "Viewer" | "Builder";
141208
- emoji?: string | undefined;
141209
- updatedAt?: Date | undefined;
141210
- createdByUserId?: string | undefined;
141211
- isArchived?: boolean | undefined;
141212
- };
141213
- }>;
141214
- get(workspaceId: string, projectId: string): Promise<{
141215
- project: {
141216
- id: string;
141217
- createdAt: Date;
141218
- name: string;
141219
- meta: {
141220
- name: string;
141221
- description?: string | undefined;
141222
- };
141223
- tags: string[];
141224
- workspaceId: string;
141225
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141226
- context: {
141227
- id: string;
141228
- name: string;
141229
- createdAt: Date;
141230
- updatedAt: Date;
141231
- workspaceId: string;
141232
- designSystemId: string;
141233
- dependencies: {
141234
- type: "npm";
141235
- version: string;
141236
- packageName: string;
141237
- }[];
141238
- meta: {
141239
- name: string;
141240
- description?: string | undefined;
141241
- };
141242
- definition: string;
141243
- npmProxySettings: {
141244
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141245
- enabledScopes: string[];
141246
- bypassProxy: boolean;
141247
- customRegistryUrl?: string | undefined;
141248
- npmProxyRegistryConfigId?: string | undefined;
141249
- npmProxyVersion?: number | undefined;
141250
- } & ({
141251
- password: string;
141252
- username: string;
141253
- authType: "Basic";
141254
- } | {
141255
- accessToken: string;
141256
- authType: "Bearer";
141257
- } | {
141258
- authType: "None";
141259
- } | {
141260
- authType: "Custom";
141261
- authHeaderName: string;
141262
- authHeaderValue: string;
141263
- });
141264
- platform: "Angular" | "Vue" | "React";
141265
- styling: "CSS" | "Tailwind";
141266
- tailwindConfig?: {
141267
- version: string;
141268
- content: string;
141269
- } | undefined;
141270
- };
141271
- instruction: string | null;
141272
- defaultRole: "Viewer" | "Builder";
141273
- emoji?: string | undefined;
141274
- updatedAt?: Date | undefined;
141275
- createdByUserId?: string | undefined;
141276
- isArchived?: boolean | undefined;
141277
- } | null;
141278
- }>;
141279
- update(workspaceId: string, projectId: string, body: DTOForgeProjectUpdate): Promise<{
141280
- project: {
140940
+ agentWorkFinalized(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureAgentWorkFinalizeInput): Promise<{
140941
+ iteration: {
141281
140942
  id: string;
141282
- createdAt: Date;
140943
+ createdAt: string;
141283
140944
  name: string;
141284
- meta: {
141285
- name: string;
141286
- description?: string | undefined;
141287
- };
141288
- tags: string[];
141289
- workspaceId: string;
141290
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141291
- context: {
141292
- id: string;
141293
- name: string;
141294
- createdAt: Date;
141295
- updatedAt: Date;
141296
- workspaceId: string;
141297
- designSystemId: string;
141298
- dependencies: {
141299
- type: "npm";
141300
- version: string;
141301
- packageName: string;
141302
- }[];
141303
- meta: {
141304
- name: string;
141305
- description?: string | undefined;
141306
- };
141307
- definition: string;
141308
- npmProxySettings: {
141309
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141310
- enabledScopes: string[];
141311
- bypassProxy: boolean;
141312
- customRegistryUrl?: string | undefined;
141313
- npmProxyRegistryConfigId?: string | undefined;
141314
- npmProxyVersion?: number | undefined;
141315
- } & ({
141316
- password: string;
141317
- username: string;
141318
- authType: "Basic";
141319
- } | {
141320
- accessToken: string;
141321
- authType: "Bearer";
141322
- } | {
141323
- authType: "None";
141324
- } | {
141325
- authType: "Custom";
141326
- authHeaderName: string;
141327
- authHeaderValue: string;
141328
- });
141329
- platform: "Angular" | "Vue" | "React";
141330
- styling: "CSS" | "Tailwind";
141331
- tailwindConfig?: {
141332
- version: string;
141333
- content: string;
141334
- } | undefined;
141335
- };
141336
- instruction: string | null;
141337
- defaultRole: "Viewer" | "Builder";
141338
- emoji?: string | undefined;
141339
- updatedAt?: Date | undefined;
141340
- createdByUserId?: string | undefined;
141341
- isArchived?: boolean | undefined;
140945
+ startedFromMessageId: string;
140946
+ updatedAt?: string | undefined;
140947
+ baseIterationId?: string | undefined;
140948
+ isInProgress?: boolean | undefined;
140949
+ staticPreviewUrl?: string | undefined;
140950
+ isBookmarked?: boolean | undefined;
141342
140951
  };
141343
140952
  }>;
141344
- delete(workspaceId: string, projectId: string): Promise<{
141345
- ok: true;
141346
- }>;
141347
140953
  }
141348
140954
 
141349
140955
  declare class ForgeProjectContextsEndpoint {
@@ -141495,7 +141101,39 @@ declare class ForgeProjectContextsEndpoint {
141495
141101
  }>;
141496
141102
  }
141497
141103
 
141498
- declare class ForgeProjectMembersEndpoint {
141104
+ declare class ForgeProjectFilesEndpoint {
141105
+ private readonly requestExecutor;
141106
+ constructor(requestExecutor: RequestExecutor);
141107
+ upload(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadPayload): Promise<{
141108
+ files: {
141109
+ id: string;
141110
+ name: string;
141111
+ url: string;
141112
+ size: number;
141113
+ checksum: string;
141114
+ pendingUpload?: boolean | undefined;
141115
+ }[];
141116
+ uploadUrls: {
141117
+ fileId: string;
141118
+ uploadUrl: string;
141119
+ }[];
141120
+ }>;
141121
+ finalize(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadFinalizePayload): Promise<{
141122
+ ok: true;
141123
+ }>;
141124
+ list(workspaceId: string, projectId: string): Promise<{
141125
+ files: {
141126
+ id: string;
141127
+ name: string;
141128
+ url: string;
141129
+ size: number;
141130
+ checksum: string;
141131
+ pendingUpload?: boolean | undefined;
141132
+ }[];
141133
+ }>;
141134
+ }
141135
+
141136
+ declare class ForgeProjectInvitationsEndpoint {
141499
141137
  private readonly requestExecutor;
141500
141138
  constructor(requestExecutor: RequestExecutor);
141501
141139
  list(projectId: string): Promise<{
@@ -141526,7 +141164,7 @@ declare class ForgeProjectMembersEndpoint {
141526
141164
  createdById: string;
141527
141165
  }[];
141528
141166
  }>;
141529
- create(projectId: string, body: DTOAddMembersToForgeProject): Promise<{
141167
+ create(projectId: string, body: DTOCreateForgeProjectInvitation): Promise<{
141530
141168
  members: {
141531
141169
  user: {
141532
141170
  id: string;
@@ -141554,8 +141192,27 @@ declare class ForgeProjectMembersEndpoint {
141554
141192
  createdById: string;
141555
141193
  }[];
141556
141194
  }>;
141557
- update(projectId: string, userId: string, body: DTOUpdateForgeProjectMember): Promise<{
141558
- member: {
141195
+ update(projectId: string, email: string, body: DTOUpdateForgeProjectInvitation): Promise<{
141196
+ invitation: {
141197
+ email: string;
141198
+ createdAt: Date;
141199
+ updatedAt: Date;
141200
+ role: "Admin" | "Viewer" | "Builder";
141201
+ workspaceInvitationId: string;
141202
+ forgeProjectId: string;
141203
+ createdById: string;
141204
+ };
141205
+ }>;
141206
+ delete(projectId: string, email: string): Promise<{
141207
+ ok: true;
141208
+ }>;
141209
+ }
141210
+
141211
+ declare class ForgeProjectMembersEndpoint {
141212
+ private readonly requestExecutor;
141213
+ constructor(requestExecutor: RequestExecutor);
141214
+ list(projectId: string): Promise<{
141215
+ members: {
141559
141216
  user: {
141560
141217
  id: string;
141561
141218
  email: string;
@@ -141571,264 +141228,347 @@ declare class ForgeProjectMembersEndpoint {
141571
141228
  forgeProjectId: string;
141572
141229
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
141573
141230
  workspaceMembershipId: string;
141574
- };
141575
- }>;
141576
- delete(projectId: string, userId: string): Promise<{
141577
- ok: true;
141578
- }>;
141579
- }
141580
-
141581
- declare class ForgeIterationMessagesEndpoint {
141582
- private readonly requestExecutor;
141583
- constructor(requestExecutor: RequestExecutor);
141584
- list(workspaceId: string, projectId: string, iterationId: string): Promise<{
141585
- message: {
141586
- id: string;
141231
+ }[];
141232
+ invitations: {
141233
+ email: string;
141587
141234
  createdAt: Date;
141588
- type: "Note" | "Action" | "Steps";
141589
- text: string;
141590
- projectIterationId: string;
141591
- participantId: string;
141592
- participant: {
141593
- id: string;
141594
- type: "User" | "Agent";
141595
- role: "Viewer" | "Editor";
141596
- projectIterationId: string;
141597
- user?: {
141598
- id: string;
141599
- email: string;
141600
- profile: {
141601
- name: string;
141602
- nickname?: string | undefined;
141603
- avatar?: string | undefined;
141604
- };
141605
- } | undefined;
141606
- userId?: string | undefined;
141607
- agent?: {
141608
- avatar: string | {
141609
- headType: string;
141610
- hairType: string;
141611
- accessory1Type: string;
141612
- accessory2Type: string;
141613
- };
141614
- id: string;
141615
- name: string;
141616
- behavior: "Coder" | "Writer" | "Designer";
141617
- projectId: string;
141618
- personality: "Neutral" | "Assertive" | "Crazy";
141619
- avatarUrl?: string | undefined;
141620
- } | undefined;
141621
- agentId?: string | undefined;
141622
- };
141623
- steps?: {
141624
- status: "error" | "pending" | "started" | "completed";
141625
- name: string;
141626
- text: string;
141627
- }[] | undefined;
141628
- } | null;
141235
+ updatedAt: Date;
141236
+ role: "Admin" | "Viewer" | "Builder";
141237
+ workspaceInvitationId: string;
141238
+ forgeProjectId: string;
141239
+ createdById: string;
141240
+ }[];
141629
141241
  }>;
141630
- create(workspaceId: string, projectId: string, iterationId: string, body: DTOCreateForgeIterationMessage): Promise<{
141631
- message: {
141632
- id: string;
141633
- createdAt: Date;
141634
- type: "Note" | "Action" | "Steps";
141635
- text: string;
141636
- projectIterationId: string;
141637
- participantId: string;
141638
- participant: {
141242
+ create(projectId: string, body: DTOAddMembersToForgeProject): Promise<{
141243
+ members: {
141244
+ user: {
141639
141245
  id: string;
141640
- type: "User" | "Agent";
141641
- role: "Viewer" | "Editor";
141642
- projectIterationId: string;
141643
- user?: {
141644
- id: string;
141645
- email: string;
141646
- profile: {
141647
- name: string;
141648
- nickname?: string | undefined;
141649
- avatar?: string | undefined;
141650
- };
141651
- } | undefined;
141652
- userId?: string | undefined;
141653
- agent?: {
141654
- avatar: string | {
141655
- headType: string;
141656
- hairType: string;
141657
- accessory1Type: string;
141658
- accessory2Type: string;
141659
- };
141660
- id: string;
141246
+ email: string;
141247
+ profile: {
141661
141248
  name: string;
141662
- behavior: "Coder" | "Writer" | "Designer";
141663
- projectId: string;
141664
- personality: "Neutral" | "Assertive" | "Crazy";
141665
- avatarUrl?: string | undefined;
141666
- } | undefined;
141667
- agentId?: string | undefined;
141249
+ nickname?: string | undefined;
141250
+ avatar?: string | undefined;
141251
+ };
141668
141252
  };
141669
- steps?: {
141670
- status: "error" | "pending" | "started" | "completed";
141671
- name: string;
141672
- text: string;
141673
- }[] | undefined;
141674
- };
141675
- }>;
141676
- update(workspaceId: string, projectId: string, iterationId: string, id: string, body: DTOUpdateForgeIterationMessage): Promise<{
141677
- message: {
141678
- id: string;
141253
+ userId: string;
141254
+ role: "Admin" | "Viewer" | "Builder";
141255
+ effectiveRole: "Admin" | "Viewer" | "Builder";
141256
+ forgeProjectId: string;
141257
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
141258
+ workspaceMembershipId: string;
141259
+ }[];
141260
+ invitations: {
141261
+ email: string;
141679
141262
  createdAt: Date;
141680
- type: "Note" | "Action" | "Steps";
141681
- text: string;
141682
- projectIterationId: string;
141683
- participantId: string;
141684
- participant: {
141263
+ updatedAt: Date;
141264
+ role: "Admin" | "Viewer" | "Builder";
141265
+ workspaceInvitationId: string;
141266
+ forgeProjectId: string;
141267
+ createdById: string;
141268
+ }[];
141269
+ }>;
141270
+ update(projectId: string, userId: string, body: DTOUpdateForgeProjectMember): Promise<{
141271
+ member: {
141272
+ user: {
141685
141273
  id: string;
141686
- type: "User" | "Agent";
141687
- role: "Viewer" | "Editor";
141688
- projectIterationId: string;
141689
- user?: {
141690
- id: string;
141691
- email: string;
141692
- profile: {
141693
- name: string;
141694
- nickname?: string | undefined;
141695
- avatar?: string | undefined;
141696
- };
141697
- } | undefined;
141698
- userId?: string | undefined;
141699
- agent?: {
141700
- avatar: string | {
141701
- headType: string;
141702
- hairType: string;
141703
- accessory1Type: string;
141704
- accessory2Type: string;
141705
- };
141706
- id: string;
141274
+ email: string;
141275
+ profile: {
141707
141276
  name: string;
141708
- behavior: "Coder" | "Writer" | "Designer";
141709
- projectId: string;
141710
- personality: "Neutral" | "Assertive" | "Crazy";
141711
- avatarUrl?: string | undefined;
141712
- } | undefined;
141713
- agentId?: string | undefined;
141277
+ nickname?: string | undefined;
141278
+ avatar?: string | undefined;
141279
+ };
141714
141280
  };
141715
- steps?: {
141716
- status: "error" | "pending" | "started" | "completed";
141717
- name: string;
141718
- text: string;
141719
- }[] | undefined;
141281
+ userId: string;
141282
+ role: "Admin" | "Viewer" | "Builder";
141283
+ effectiveRole: "Admin" | "Viewer" | "Builder";
141284
+ forgeProjectId: string;
141285
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
141286
+ workspaceMembershipId: string;
141720
141287
  };
141721
141288
  }>;
141722
- delete(workspaceId: string, projectId: string, iterationId: string, id: string): Promise<{
141289
+ delete(projectId: string, userId: string): Promise<{
141723
141290
  ok: true;
141724
141291
  }>;
141725
141292
  }
141726
141293
 
141727
- declare class ForgeParticipantsEndpoint {
141294
+ declare class ForgeProjectsEndpoint {
141728
141295
  private readonly requestExecutor;
141729
141296
  constructor(requestExecutor: RequestExecutor);
141730
- list(workspaceId: string, projectId: string): Promise<{
141731
- participant: {
141297
+ list(workspaceId: string): Promise<{
141298
+ projects: {
141732
141299
  id: string;
141733
- type: "User" | "Agent";
141734
- role: "Viewer" | "Editor";
141735
- projectIterationId: string;
141736
- user?: {
141300
+ createdAt: Date;
141301
+ name: string;
141302
+ meta: {
141303
+ name: string;
141304
+ description?: string | undefined;
141305
+ };
141306
+ tags: string[];
141307
+ workspaceId: string;
141308
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141309
+ context: {
141737
141310
  id: string;
141738
- email: string;
141739
- profile: {
141311
+ name: string;
141312
+ createdAt: Date;
141313
+ updatedAt: Date;
141314
+ workspaceId: string;
141315
+ designSystemId: string;
141316
+ dependencies: {
141317
+ type: "npm";
141318
+ version: string;
141319
+ packageName: string;
141320
+ }[];
141321
+ meta: {
141740
141322
  name: string;
141741
- nickname?: string | undefined;
141742
- avatar?: string | undefined;
141743
- };
141744
- } | undefined;
141745
- userId?: string | undefined;
141746
- agent?: {
141747
- avatar: string | {
141748
- headType: string;
141749
- hairType: string;
141750
- accessory1Type: string;
141751
- accessory2Type: string;
141323
+ description?: string | undefined;
141752
141324
  };
141753
- id: string;
141754
- name: string;
141755
- behavior: "Coder" | "Writer" | "Designer";
141756
- projectId: string;
141757
- personality: "Neutral" | "Assertive" | "Crazy";
141758
- avatarUrl?: string | undefined;
141759
- } | undefined;
141760
- agentId?: string | undefined;
141761
- } | null;
141325
+ definition: string;
141326
+ npmProxySettings: {
141327
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141328
+ enabledScopes: string[];
141329
+ bypassProxy: boolean;
141330
+ customRegistryUrl?: string | undefined;
141331
+ npmProxyRegistryConfigId?: string | undefined;
141332
+ npmProxyVersion?: number | undefined;
141333
+ } & ({
141334
+ password: string;
141335
+ username: string;
141336
+ authType: "Basic";
141337
+ } | {
141338
+ accessToken: string;
141339
+ authType: "Bearer";
141340
+ } | {
141341
+ authType: "None";
141342
+ } | {
141343
+ authType: "Custom";
141344
+ authHeaderName: string;
141345
+ authHeaderValue: string;
141346
+ });
141347
+ platform: "Angular" | "Vue" | "React";
141348
+ styling: "CSS" | "Tailwind";
141349
+ tailwindConfig?: {
141350
+ version: string;
141351
+ content: string;
141352
+ } | undefined;
141353
+ };
141354
+ instruction: string | null;
141355
+ defaultRole: "Viewer" | "Builder";
141356
+ emoji?: string | undefined;
141357
+ updatedAt?: Date | undefined;
141358
+ createdByUserId?: string | undefined;
141359
+ isArchived?: boolean | undefined;
141360
+ }[];
141762
141361
  }>;
141763
- create(workspaceId: string, projectId: string, body: DTOCreateForgeParticipant): Promise<{
141764
- participant: {
141362
+ create(workspaceId: string, body: DTOForgeProjectCreate): Promise<{
141363
+ project: {
141765
141364
  id: string;
141766
- type: "User" | "Agent";
141767
- role: "Viewer" | "Editor";
141768
- projectIterationId: string;
141769
- user?: {
141365
+ createdAt: Date;
141366
+ name: string;
141367
+ meta: {
141368
+ name: string;
141369
+ description?: string | undefined;
141370
+ };
141371
+ tags: string[];
141372
+ workspaceId: string;
141373
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141374
+ context: {
141770
141375
  id: string;
141771
- email: string;
141772
- profile: {
141376
+ name: string;
141377
+ createdAt: Date;
141378
+ updatedAt: Date;
141379
+ workspaceId: string;
141380
+ designSystemId: string;
141381
+ dependencies: {
141382
+ type: "npm";
141383
+ version: string;
141384
+ packageName: string;
141385
+ }[];
141386
+ meta: {
141773
141387
  name: string;
141774
- nickname?: string | undefined;
141775
- avatar?: string | undefined;
141776
- };
141777
- } | undefined;
141778
- userId?: string | undefined;
141779
- agent?: {
141780
- avatar: string | {
141781
- headType: string;
141782
- hairType: string;
141783
- accessory1Type: string;
141784
- accessory2Type: string;
141388
+ description?: string | undefined;
141785
141389
  };
141786
- id: string;
141787
- name: string;
141788
- behavior: "Coder" | "Writer" | "Designer";
141789
- projectId: string;
141790
- personality: "Neutral" | "Assertive" | "Crazy";
141791
- avatarUrl?: string | undefined;
141792
- } | undefined;
141793
- agentId?: string | undefined;
141390
+ definition: string;
141391
+ npmProxySettings: {
141392
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141393
+ enabledScopes: string[];
141394
+ bypassProxy: boolean;
141395
+ customRegistryUrl?: string | undefined;
141396
+ npmProxyRegistryConfigId?: string | undefined;
141397
+ npmProxyVersion?: number | undefined;
141398
+ } & ({
141399
+ password: string;
141400
+ username: string;
141401
+ authType: "Basic";
141402
+ } | {
141403
+ accessToken: string;
141404
+ authType: "Bearer";
141405
+ } | {
141406
+ authType: "None";
141407
+ } | {
141408
+ authType: "Custom";
141409
+ authHeaderName: string;
141410
+ authHeaderValue: string;
141411
+ });
141412
+ platform: "Angular" | "Vue" | "React";
141413
+ styling: "CSS" | "Tailwind";
141414
+ tailwindConfig?: {
141415
+ version: string;
141416
+ content: string;
141417
+ } | undefined;
141418
+ };
141419
+ instruction: string | null;
141420
+ defaultRole: "Viewer" | "Builder";
141421
+ emoji?: string | undefined;
141422
+ updatedAt?: Date | undefined;
141423
+ createdByUserId?: string | undefined;
141424
+ isArchived?: boolean | undefined;
141794
141425
  };
141795
141426
  }>;
141796
- update(workspaceId: string, projectId: string, id: string, body: DTOUpdateForgeParticipant): Promise<{
141797
- participant: {
141427
+ get(workspaceId: string, projectId: string): Promise<{
141428
+ project: {
141798
141429
  id: string;
141799
- type: "User" | "Agent";
141800
- role: "Viewer" | "Editor";
141801
- projectIterationId: string;
141802
- user?: {
141430
+ createdAt: Date;
141431
+ name: string;
141432
+ meta: {
141433
+ name: string;
141434
+ description?: string | undefined;
141435
+ };
141436
+ tags: string[];
141437
+ workspaceId: string;
141438
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141439
+ context: {
141803
141440
  id: string;
141804
- email: string;
141805
- profile: {
141441
+ name: string;
141442
+ createdAt: Date;
141443
+ updatedAt: Date;
141444
+ workspaceId: string;
141445
+ designSystemId: string;
141446
+ dependencies: {
141447
+ type: "npm";
141448
+ version: string;
141449
+ packageName: string;
141450
+ }[];
141451
+ meta: {
141806
141452
  name: string;
141807
- nickname?: string | undefined;
141808
- avatar?: string | undefined;
141809
- };
141810
- } | undefined;
141811
- userId?: string | undefined;
141812
- agent?: {
141813
- avatar: string | {
141814
- headType: string;
141815
- hairType: string;
141816
- accessory1Type: string;
141817
- accessory2Type: string;
141453
+ description?: string | undefined;
141818
141454
  };
141455
+ definition: string;
141456
+ npmProxySettings: {
141457
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141458
+ enabledScopes: string[];
141459
+ bypassProxy: boolean;
141460
+ customRegistryUrl?: string | undefined;
141461
+ npmProxyRegistryConfigId?: string | undefined;
141462
+ npmProxyVersion?: number | undefined;
141463
+ } & ({
141464
+ password: string;
141465
+ username: string;
141466
+ authType: "Basic";
141467
+ } | {
141468
+ accessToken: string;
141469
+ authType: "Bearer";
141470
+ } | {
141471
+ authType: "None";
141472
+ } | {
141473
+ authType: "Custom";
141474
+ authHeaderName: string;
141475
+ authHeaderValue: string;
141476
+ });
141477
+ platform: "Angular" | "Vue" | "React";
141478
+ styling: "CSS" | "Tailwind";
141479
+ tailwindConfig?: {
141480
+ version: string;
141481
+ content: string;
141482
+ } | undefined;
141483
+ };
141484
+ instruction: string | null;
141485
+ defaultRole: "Viewer" | "Builder";
141486
+ emoji?: string | undefined;
141487
+ updatedAt?: Date | undefined;
141488
+ createdByUserId?: string | undefined;
141489
+ isArchived?: boolean | undefined;
141490
+ } | null;
141491
+ }>;
141492
+ update(workspaceId: string, projectId: string, body: DTOForgeProjectUpdate): Promise<{
141493
+ project: {
141494
+ id: string;
141495
+ createdAt: Date;
141496
+ name: string;
141497
+ meta: {
141498
+ name: string;
141499
+ description?: string | undefined;
141500
+ };
141501
+ tags: string[];
141502
+ workspaceId: string;
141503
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141504
+ context: {
141819
141505
  id: string;
141820
141506
  name: string;
141821
- behavior: "Coder" | "Writer" | "Designer";
141822
- projectId: string;
141823
- personality: "Neutral" | "Assertive" | "Crazy";
141824
- avatarUrl?: string | undefined;
141825
- } | undefined;
141826
- agentId?: string | undefined;
141507
+ createdAt: Date;
141508
+ updatedAt: Date;
141509
+ workspaceId: string;
141510
+ designSystemId: string;
141511
+ dependencies: {
141512
+ type: "npm";
141513
+ version: string;
141514
+ packageName: string;
141515
+ }[];
141516
+ meta: {
141517
+ name: string;
141518
+ description?: string | undefined;
141519
+ };
141520
+ definition: string;
141521
+ npmProxySettings: {
141522
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141523
+ enabledScopes: string[];
141524
+ bypassProxy: boolean;
141525
+ customRegistryUrl?: string | undefined;
141526
+ npmProxyRegistryConfigId?: string | undefined;
141527
+ npmProxyVersion?: number | undefined;
141528
+ } & ({
141529
+ password: string;
141530
+ username: string;
141531
+ authType: "Basic";
141532
+ } | {
141533
+ accessToken: string;
141534
+ authType: "Bearer";
141535
+ } | {
141536
+ authType: "None";
141537
+ } | {
141538
+ authType: "Custom";
141539
+ authHeaderName: string;
141540
+ authHeaderValue: string;
141541
+ });
141542
+ platform: "Angular" | "Vue" | "React";
141543
+ styling: "CSS" | "Tailwind";
141544
+ tailwindConfig?: {
141545
+ version: string;
141546
+ content: string;
141547
+ } | undefined;
141548
+ };
141549
+ instruction: string | null;
141550
+ defaultRole: "Viewer" | "Builder";
141551
+ emoji?: string | undefined;
141552
+ updatedAt?: Date | undefined;
141553
+ createdByUserId?: string | undefined;
141554
+ isArchived?: boolean | undefined;
141827
141555
  };
141828
141556
  }>;
141829
- delete(workspaceId: string, projectId: string, id: string): Promise<{
141557
+ delete(workspaceId: string, projectId: string): Promise<{
141830
141558
  ok: true;
141831
141559
  }>;
141560
+ action(workspaceId: string, projectId: string, body: DTOForgeProjectAction): Promise<any>;
141561
+ }
141562
+
141563
+ declare class ForgeEndpoint {
141564
+ readonly projects: ForgeProjectsEndpoint;
141565
+ readonly projectContexts: ForgeProjectContextsEndpoint;
141566
+ readonly artifacts: ForgeArtifactsEndpoint;
141567
+ readonly features: ForgeProjectFeaturesEndpoint;
141568
+ readonly files: ForgeProjectFilesEndpoint;
141569
+ readonly projectMembers: ForgeProjectMembersEndpoint;
141570
+ readonly projectInvitations: ForgeProjectInvitationsEndpoint;
141571
+ constructor(requestExecutor: RequestExecutor);
141832
141572
  }
141833
141573
 
141834
141574
  declare class ForgeProjectIterationsEndpoint {
@@ -142231,182 +141971,6 @@ declare class ForgeProjectIterationsEndpoint {
142231
141971
  }>;
142232
141972
  }
142233
141973
 
142234
- declare class ForgeProjectInvitationsEndpoint {
142235
- private readonly requestExecutor;
142236
- constructor(requestExecutor: RequestExecutor);
142237
- list(projectId: string): Promise<{
142238
- members: {
142239
- user: {
142240
- id: string;
142241
- email: string;
142242
- profile: {
142243
- name: string;
142244
- nickname?: string | undefined;
142245
- avatar?: string | undefined;
142246
- };
142247
- };
142248
- userId: string;
142249
- role: "Admin" | "Viewer" | "Builder";
142250
- effectiveRole: "Admin" | "Viewer" | "Builder";
142251
- forgeProjectId: string;
142252
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142253
- workspaceMembershipId: string;
142254
- }[];
142255
- invitations: {
142256
- email: string;
142257
- createdAt: Date;
142258
- updatedAt: Date;
142259
- role: "Admin" | "Viewer" | "Builder";
142260
- workspaceInvitationId: string;
142261
- forgeProjectId: string;
142262
- createdById: string;
142263
- }[];
142264
- }>;
142265
- create(projectId: string, body: DTOCreateForgeProjectInvitation): Promise<{
142266
- members: {
142267
- user: {
142268
- id: string;
142269
- email: string;
142270
- profile: {
142271
- name: string;
142272
- nickname?: string | undefined;
142273
- avatar?: string | undefined;
142274
- };
142275
- };
142276
- userId: string;
142277
- role: "Admin" | "Viewer" | "Builder";
142278
- effectiveRole: "Admin" | "Viewer" | "Builder";
142279
- forgeProjectId: string;
142280
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142281
- workspaceMembershipId: string;
142282
- }[];
142283
- invitations: {
142284
- email: string;
142285
- createdAt: Date;
142286
- updatedAt: Date;
142287
- role: "Admin" | "Viewer" | "Builder";
142288
- workspaceInvitationId: string;
142289
- forgeProjectId: string;
142290
- createdById: string;
142291
- }[];
142292
- }>;
142293
- update(projectId: string, email: string, body: DTOUpdateForgeProjectInvitation): Promise<{
142294
- invitation: {
142295
- email: string;
142296
- createdAt: Date;
142297
- updatedAt: Date;
142298
- role: "Admin" | "Viewer" | "Builder";
142299
- workspaceInvitationId: string;
142300
- forgeProjectId: string;
142301
- createdById: string;
142302
- };
142303
- }>;
142304
- delete(projectId: string, email: string): Promise<{
142305
- ok: true;
142306
- }>;
142307
- }
142308
-
142309
- declare class ForgeProjectFeaturesEndpoint {
142310
- private readonly requestExecutor;
142311
- constructor(requestExecutor: RequestExecutor);
142312
- list(workspaceId: string, projectId: string): Promise<{
142313
- features: {
142314
- status: "Draft" | "ReadyForDevelopment";
142315
- id: string;
142316
- name: string;
142317
- createdAt: Date;
142318
- description: string;
142319
- sortOrder: number;
142320
- createdByUserId: string;
142321
- projectId: string;
142322
- numberOfIterations: number;
142323
- numberOfBookmarkedIterations: number;
142324
- updatedAt?: Date | undefined;
142325
- sectionId?: string | undefined;
142326
- isArchived?: boolean | undefined;
142327
- lastReplyTimestamp?: Date | undefined;
142328
- }[];
142329
- }>;
142330
- get(workspaceId: string, projectId: string, featureId: string): Promise<{
142331
- feature: {
142332
- status: "Draft" | "ReadyForDevelopment";
142333
- id: string;
142334
- name: string;
142335
- createdAt: Date;
142336
- description: string;
142337
- sortOrder: number;
142338
- createdByUserId: string;
142339
- projectId: string;
142340
- numberOfIterations: number;
142341
- numberOfBookmarkedIterations: number;
142342
- updatedAt?: Date | undefined;
142343
- sectionId?: string | undefined;
142344
- isArchived?: boolean | undefined;
142345
- lastReplyTimestamp?: Date | undefined;
142346
- };
142347
- }>;
142348
- agentWorkFinalized(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureAgentWorkFinalizeInput): Promise<{
142349
- iteration: {
142350
- id: string;
142351
- createdAt: string;
142352
- name: string;
142353
- startedFromMessageId: string;
142354
- updatedAt?: string | undefined;
142355
- baseIterationId?: string | undefined;
142356
- isInProgress?: boolean | undefined;
142357
- staticPreviewUrl?: string | undefined;
142358
- isBookmarked?: boolean | undefined;
142359
- };
142360
- }>;
142361
- }
142362
-
142363
- declare class ForgeProjectFilesEndpoint {
142364
- private readonly requestExecutor;
142365
- constructor(requestExecutor: RequestExecutor);
142366
- upload(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadPayload): Promise<{
142367
- files: {
142368
- id: string;
142369
- name: string;
142370
- url: string;
142371
- size: number;
142372
- checksum: string;
142373
- pendingUpload?: boolean | undefined;
142374
- }[];
142375
- uploadUrls: {
142376
- fileId: string;
142377
- uploadUrl: string;
142378
- }[];
142379
- }>;
142380
- finalize(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadFinalizePayload): Promise<{
142381
- ok: true;
142382
- }>;
142383
- list(workspaceId: string, projectId: string): Promise<{
142384
- files: {
142385
- id: string;
142386
- name: string;
142387
- url: string;
142388
- size: number;
142389
- checksum: string;
142390
- pendingUpload?: boolean | undefined;
142391
- }[];
142392
- }>;
142393
- }
142394
-
142395
- declare class ForgesEndpoint {
142396
- readonly projectAgents: ForgeAgentsEndpoint;
142397
- readonly artifacts: ForgeArtifactsEndpoint;
142398
- readonly iterationMessages: ForgeIterationMessagesEndpoint;
142399
- readonly participants: ForgeParticipantsEndpoint;
142400
- readonly projectContexts: ForgeProjectContextsEndpoint;
142401
- readonly projectIterations: ForgeProjectIterationsEndpoint;
142402
- readonly projectMembers: ForgeProjectMembersEndpoint;
142403
- readonly projects: ForgeProjectsEndpoint;
142404
- readonly projectInvitations: ForgeProjectInvitationsEndpoint;
142405
- readonly projectFeatures: ForgeProjectFeaturesEndpoint;
142406
- readonly projectFiles: ForgeProjectFilesEndpoint;
142407
- constructor(requestExecutor: RequestExecutor);
142408
- }
142409
-
142410
141974
  declare class WorkspaceChatThreadsEndpoint {
142411
141975
  private readonly requestExecutor;
142412
141976
  readonly messages: ChatThreadMessagesEndpoint;
@@ -143382,7 +142946,7 @@ declare class SupernovaApiClient {
143382
142946
  readonly designSystems: DesignSystemsEndpoint;
143383
142947
  readonly codegen: CodegenEndpoint;
143384
142948
  readonly liveblocks: LiveblocksEndpoint;
143385
- readonly forges: ForgesEndpoint;
142949
+ readonly forge: ForgeEndpoint;
143386
142950
  constructor(config: SupernovaApiClientConfig);
143387
142951
  }
143388
142952
 
@@ -145836,4 +145400,4 @@ declare function isValidRedirectPath(path: string): {
145836
145400
  reason: ValidationErrorReason | undefined;
145837
145401
  };
145838
145402
 
145839
- export { BackendFeatureRoomYDoc, 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, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, 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, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, 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, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, 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, 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, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, 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 };
145403
+ export { BackendFeatureRoomYDoc, 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, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, 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, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, 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, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, 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, 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, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, 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 };