@supernova-studio/client 1.65.0 → 1.65.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -53792,6 +53792,42 @@ declare const DTOForgeProjectMemberDeleted: z$1.ZodObject<{
53792
53792
  };
53793
53793
  }>;
53794
53794
  type DTOForgeProjectMemberDeleted = z$1.infer<typeof DTOForgeProjectMemberDeleted>;
53795
+ declare const DTOForgeProjectIterationTagSet: z$1.ZodObject<{
53796
+ type: z$1.ZodLiteral<"ProjectIterationTagSet">;
53797
+ data: z$1.ZodObject<{
53798
+ id: z$1.ZodString;
53799
+ featureId: z$1.ZodString;
53800
+ messageId: z$1.ZodOptional<z$1.ZodString>;
53801
+ iterationId: z$1.ZodString;
53802
+ }, "strip", z$1.ZodTypeAny, {
53803
+ id: string;
53804
+ iterationId: string;
53805
+ featureId: string;
53806
+ messageId?: string | undefined;
53807
+ }, {
53808
+ id: string;
53809
+ iterationId: string;
53810
+ featureId: string;
53811
+ messageId?: string | undefined;
53812
+ }>;
53813
+ }, "strip", z$1.ZodTypeAny, {
53814
+ type: "ProjectIterationTagSet";
53815
+ data: {
53816
+ id: string;
53817
+ iterationId: string;
53818
+ featureId: string;
53819
+ messageId?: string | undefined;
53820
+ };
53821
+ }, {
53822
+ type: "ProjectIterationTagSet";
53823
+ data: {
53824
+ id: string;
53825
+ iterationId: string;
53826
+ featureId: string;
53827
+ messageId?: string | undefined;
53828
+ };
53829
+ }>;
53830
+ type DTOForgeProjectIterationTagSet = z$1.infer<typeof DTOForgeProjectIterationTagSet>;
53795
53831
  declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
53796
53832
  type: z$1.ZodLiteral<"ProjectMembersCreated">;
53797
53833
  data: z$1.ZodArray<z$1.ZodObject<{
@@ -54089,6 +54125,40 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
54089
54125
  data: {
54090
54126
  userId: string;
54091
54127
  };
54128
+ }>, z$1.ZodObject<{
54129
+ type: z$1.ZodLiteral<"ProjectIterationTagSet">;
54130
+ data: z$1.ZodObject<{
54131
+ id: z$1.ZodString;
54132
+ featureId: z$1.ZodString;
54133
+ messageId: z$1.ZodOptional<z$1.ZodString>;
54134
+ iterationId: z$1.ZodString;
54135
+ }, "strip", z$1.ZodTypeAny, {
54136
+ id: string;
54137
+ iterationId: string;
54138
+ featureId: string;
54139
+ messageId?: string | undefined;
54140
+ }, {
54141
+ id: string;
54142
+ iterationId: string;
54143
+ featureId: string;
54144
+ messageId?: string | undefined;
54145
+ }>;
54146
+ }, "strip", z$1.ZodTypeAny, {
54147
+ type: "ProjectIterationTagSet";
54148
+ data: {
54149
+ id: string;
54150
+ iterationId: string;
54151
+ featureId: string;
54152
+ messageId?: string | undefined;
54153
+ };
54154
+ }, {
54155
+ type: "ProjectIterationTagSet";
54156
+ data: {
54157
+ id: string;
54158
+ iterationId: string;
54159
+ featureId: string;
54160
+ messageId?: string | undefined;
54161
+ };
54092
54162
  }>]>;
54093
54163
  type DTOForgeProjectRoomEvent = z$1.infer<typeof DTOForgeProjectRoomEvent>;
54094
54164
 
@@ -61791,15 +61861,6 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
61791
61861
  description?: string | undefined;
61792
61862
  designSystemId?: string | undefined;
61793
61863
  brandId?: string | undefined;
61794
- defaultTokenThemeSetId?: string | undefined;
61795
- productContext?: string | undefined;
61796
- additionalContext?: string | undefined;
61797
- themePreset?: string | undefined;
61798
- tokenThemeSets?: {
61799
- id: string;
61800
- name: string;
61801
- tokenThemeIds: string[];
61802
- }[] | undefined;
61803
61864
  thumbnail?: {
61804
61865
  id: string;
61805
61866
  url: string;
@@ -61812,6 +61873,15 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
61812
61873
  renderMode: "Image" | "HTML" | "JSON";
61813
61874
  } | undefined;
61814
61875
  } | undefined;
61876
+ defaultTokenThemeSetId?: string | undefined;
61877
+ productContext?: string | undefined;
61878
+ additionalContext?: string | undefined;
61879
+ themePreset?: string | undefined;
61880
+ tokenThemeSets?: {
61881
+ id: string;
61882
+ name: string;
61883
+ tokenThemeIds: string[];
61884
+ }[] | undefined;
61815
61885
  sandboxTemplate?: {
61816
61886
  id: string;
61817
61887
  version: string;
@@ -62781,15 +62851,6 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
62781
62851
  description?: string | undefined;
62782
62852
  designSystemId?: string | undefined;
62783
62853
  brandId?: string | undefined;
62784
- defaultTokenThemeSetId?: string | undefined;
62785
- productContext?: string | undefined;
62786
- additionalContext?: string | undefined;
62787
- themePreset?: string | undefined;
62788
- tokenThemeSets?: {
62789
- id: string;
62790
- name: string;
62791
- tokenThemeIds: string[];
62792
- }[] | undefined;
62793
62854
  thumbnail?: {
62794
62855
  id: string;
62795
62856
  url: string;
@@ -62802,6 +62863,15 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
62802
62863
  renderMode: "Image" | "HTML" | "JSON";
62803
62864
  } | undefined;
62804
62865
  } | undefined;
62866
+ defaultTokenThemeSetId?: string | undefined;
62867
+ productContext?: string | undefined;
62868
+ additionalContext?: string | undefined;
62869
+ themePreset?: string | undefined;
62870
+ tokenThemeSets?: {
62871
+ id: string;
62872
+ name: string;
62873
+ tokenThemeIds: string[];
62874
+ }[] | undefined;
62805
62875
  sandboxTemplate?: {
62806
62876
  id: string;
62807
62877
  version: string;
@@ -63774,15 +63844,6 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
63774
63844
  description?: string | undefined;
63775
63845
  designSystemId?: string | undefined;
63776
63846
  brandId?: string | undefined;
63777
- defaultTokenThemeSetId?: string | undefined;
63778
- productContext?: string | undefined;
63779
- additionalContext?: string | undefined;
63780
- themePreset?: string | undefined;
63781
- tokenThemeSets?: {
63782
- id: string;
63783
- name: string;
63784
- tokenThemeIds: string[];
63785
- }[] | undefined;
63786
63847
  thumbnail?: {
63787
63848
  id: string;
63788
63849
  url: string;
@@ -63795,6 +63856,15 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
63795
63856
  renderMode: "Image" | "HTML" | "JSON";
63796
63857
  } | undefined;
63797
63858
  } | undefined;
63859
+ defaultTokenThemeSetId?: string | undefined;
63860
+ productContext?: string | undefined;
63861
+ additionalContext?: string | undefined;
63862
+ themePreset?: string | undefined;
63863
+ tokenThemeSets?: {
63864
+ id: string;
63865
+ name: string;
63866
+ tokenThemeIds: string[];
63867
+ }[] | undefined;
63798
63868
  sandboxTemplate?: {
63799
63869
  id: string;
63800
63870
  version: string;
@@ -64767,15 +64837,6 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
64767
64837
  description?: string | undefined;
64768
64838
  designSystemId?: string | undefined;
64769
64839
  brandId?: string | undefined;
64770
- defaultTokenThemeSetId?: string | undefined;
64771
- productContext?: string | undefined;
64772
- additionalContext?: string | undefined;
64773
- themePreset?: string | undefined;
64774
- tokenThemeSets?: {
64775
- id: string;
64776
- name: string;
64777
- tokenThemeIds: string[];
64778
- }[] | undefined;
64779
64840
  thumbnail?: {
64780
64841
  id: string;
64781
64842
  url: string;
@@ -64788,6 +64849,15 @@ declare const DTOForgeProjectContextCreated: z$1.ZodObject<{
64788
64849
  renderMode: "Image" | "HTML" | "JSON";
64789
64850
  } | undefined;
64790
64851
  } | undefined;
64852
+ defaultTokenThemeSetId?: string | undefined;
64853
+ productContext?: string | undefined;
64854
+ additionalContext?: string | undefined;
64855
+ themePreset?: string | undefined;
64856
+ tokenThemeSets?: {
64857
+ id: string;
64858
+ name: string;
64859
+ tokenThemeIds: string[];
64860
+ }[] | undefined;
64791
64861
  sandboxTemplate?: {
64792
64862
  id: string;
64793
64863
  version: string;
@@ -72452,15 +72522,6 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
72452
72522
  description?: string | undefined;
72453
72523
  designSystemId?: string | undefined;
72454
72524
  brandId?: string | undefined;
72455
- defaultTokenThemeSetId?: string | undefined;
72456
- productContext?: string | undefined;
72457
- additionalContext?: string | undefined;
72458
- themePreset?: string | undefined;
72459
- tokenThemeSets?: {
72460
- id: string;
72461
- name: string;
72462
- tokenThemeIds: string[];
72463
- }[] | undefined;
72464
72525
  thumbnail?: {
72465
72526
  id: string;
72466
72527
  url: string;
@@ -72473,6 +72534,15 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
72473
72534
  renderMode: "Image" | "HTML" | "JSON";
72474
72535
  } | undefined;
72475
72536
  } | undefined;
72537
+ defaultTokenThemeSetId?: string | undefined;
72538
+ productContext?: string | undefined;
72539
+ additionalContext?: string | undefined;
72540
+ themePreset?: string | undefined;
72541
+ tokenThemeSets?: {
72542
+ id: string;
72543
+ name: string;
72544
+ tokenThemeIds: string[];
72545
+ }[] | undefined;
72476
72546
  sandboxTemplate?: {
72477
72547
  id: string;
72478
72548
  version: string;
@@ -73442,15 +73512,6 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
73442
73512
  description?: string | undefined;
73443
73513
  designSystemId?: string | undefined;
73444
73514
  brandId?: string | undefined;
73445
- defaultTokenThemeSetId?: string | undefined;
73446
- productContext?: string | undefined;
73447
- additionalContext?: string | undefined;
73448
- themePreset?: string | undefined;
73449
- tokenThemeSets?: {
73450
- id: string;
73451
- name: string;
73452
- tokenThemeIds: string[];
73453
- }[] | undefined;
73454
73515
  thumbnail?: {
73455
73516
  id: string;
73456
73517
  url: string;
@@ -73463,6 +73524,15 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
73463
73524
  renderMode: "Image" | "HTML" | "JSON";
73464
73525
  } | undefined;
73465
73526
  } | undefined;
73527
+ defaultTokenThemeSetId?: string | undefined;
73528
+ productContext?: string | undefined;
73529
+ additionalContext?: string | undefined;
73530
+ themePreset?: string | undefined;
73531
+ tokenThemeSets?: {
73532
+ id: string;
73533
+ name: string;
73534
+ tokenThemeIds: string[];
73535
+ }[] | undefined;
73466
73536
  sandboxTemplate?: {
73467
73537
  id: string;
73468
73538
  version: string;
@@ -74435,15 +74505,6 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
74435
74505
  description?: string | undefined;
74436
74506
  designSystemId?: string | undefined;
74437
74507
  brandId?: string | undefined;
74438
- defaultTokenThemeSetId?: string | undefined;
74439
- productContext?: string | undefined;
74440
- additionalContext?: string | undefined;
74441
- themePreset?: string | undefined;
74442
- tokenThemeSets?: {
74443
- id: string;
74444
- name: string;
74445
- tokenThemeIds: string[];
74446
- }[] | undefined;
74447
74508
  thumbnail?: {
74448
74509
  id: string;
74449
74510
  url: string;
@@ -74456,6 +74517,15 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
74456
74517
  renderMode: "Image" | "HTML" | "JSON";
74457
74518
  } | undefined;
74458
74519
  } | undefined;
74520
+ defaultTokenThemeSetId?: string | undefined;
74521
+ productContext?: string | undefined;
74522
+ additionalContext?: string | undefined;
74523
+ themePreset?: string | undefined;
74524
+ tokenThemeSets?: {
74525
+ id: string;
74526
+ name: string;
74527
+ tokenThemeIds: string[];
74528
+ }[] | undefined;
74459
74529
  sandboxTemplate?: {
74460
74530
  id: string;
74461
74531
  version: string;
@@ -75428,15 +75498,6 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
75428
75498
  description?: string | undefined;
75429
75499
  designSystemId?: string | undefined;
75430
75500
  brandId?: string | undefined;
75431
- defaultTokenThemeSetId?: string | undefined;
75432
- productContext?: string | undefined;
75433
- additionalContext?: string | undefined;
75434
- themePreset?: string | undefined;
75435
- tokenThemeSets?: {
75436
- id: string;
75437
- name: string;
75438
- tokenThemeIds: string[];
75439
- }[] | undefined;
75440
75501
  thumbnail?: {
75441
75502
  id: string;
75442
75503
  url: string;
@@ -75449,6 +75510,15 @@ declare const DTOForgeProjectContextUpdated: z$1.ZodObject<{
75449
75510
  renderMode: "Image" | "HTML" | "JSON";
75450
75511
  } | undefined;
75451
75512
  } | undefined;
75513
+ defaultTokenThemeSetId?: string | undefined;
75514
+ productContext?: string | undefined;
75515
+ additionalContext?: string | undefined;
75516
+ themePreset?: string | undefined;
75517
+ tokenThemeSets?: {
75518
+ id: string;
75519
+ name: string;
75520
+ tokenThemeIds: string[];
75521
+ }[] | undefined;
75452
75522
  sandboxTemplate?: {
75453
75523
  id: string;
75454
75524
  version: string;
@@ -89938,15 +90008,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
89938
90008
  description?: string | undefined;
89939
90009
  designSystemId?: string | undefined;
89940
90010
  brandId?: string | undefined;
89941
- defaultTokenThemeSetId?: string | undefined;
89942
- productContext?: string | undefined;
89943
- additionalContext?: string | undefined;
89944
- themePreset?: string | undefined;
89945
- tokenThemeSets?: {
89946
- id: string;
89947
- name: string;
89948
- tokenThemeIds: string[];
89949
- }[] | undefined;
89950
90011
  thumbnail?: {
89951
90012
  id: string;
89952
90013
  url: string;
@@ -89959,6 +90020,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
89959
90020
  renderMode: "Image" | "HTML" | "JSON";
89960
90021
  } | undefined;
89961
90022
  } | undefined;
90023
+ defaultTokenThemeSetId?: string | undefined;
90024
+ productContext?: string | undefined;
90025
+ additionalContext?: string | undefined;
90026
+ themePreset?: string | undefined;
90027
+ tokenThemeSets?: {
90028
+ id: string;
90029
+ name: string;
90030
+ tokenThemeIds: string[];
90031
+ }[] | undefined;
89962
90032
  sandboxTemplate?: {
89963
90033
  id: string;
89964
90034
  version: string;
@@ -90928,15 +90998,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
90928
90998
  description?: string | undefined;
90929
90999
  designSystemId?: string | undefined;
90930
91000
  brandId?: string | undefined;
90931
- defaultTokenThemeSetId?: string | undefined;
90932
- productContext?: string | undefined;
90933
- additionalContext?: string | undefined;
90934
- themePreset?: string | undefined;
90935
- tokenThemeSets?: {
90936
- id: string;
90937
- name: string;
90938
- tokenThemeIds: string[];
90939
- }[] | undefined;
90940
91001
  thumbnail?: {
90941
91002
  id: string;
90942
91003
  url: string;
@@ -90949,6 +91010,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
90949
91010
  renderMode: "Image" | "HTML" | "JSON";
90950
91011
  } | undefined;
90951
91012
  } | undefined;
91013
+ defaultTokenThemeSetId?: string | undefined;
91014
+ productContext?: string | undefined;
91015
+ additionalContext?: string | undefined;
91016
+ themePreset?: string | undefined;
91017
+ tokenThemeSets?: {
91018
+ id: string;
91019
+ name: string;
91020
+ tokenThemeIds: string[];
91021
+ }[] | undefined;
90952
91022
  sandboxTemplate?: {
90953
91023
  id: string;
90954
91024
  version: string;
@@ -91921,15 +91991,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
91921
91991
  description?: string | undefined;
91922
91992
  designSystemId?: string | undefined;
91923
91993
  brandId?: string | undefined;
91924
- defaultTokenThemeSetId?: string | undefined;
91925
- productContext?: string | undefined;
91926
- additionalContext?: string | undefined;
91927
- themePreset?: string | undefined;
91928
- tokenThemeSets?: {
91929
- id: string;
91930
- name: string;
91931
- tokenThemeIds: string[];
91932
- }[] | undefined;
91933
91994
  thumbnail?: {
91934
91995
  id: string;
91935
91996
  url: string;
@@ -91942,6 +92003,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
91942
92003
  renderMode: "Image" | "HTML" | "JSON";
91943
92004
  } | undefined;
91944
92005
  } | undefined;
92006
+ defaultTokenThemeSetId?: string | undefined;
92007
+ productContext?: string | undefined;
92008
+ additionalContext?: string | undefined;
92009
+ themePreset?: string | undefined;
92010
+ tokenThemeSets?: {
92011
+ id: string;
92012
+ name: string;
92013
+ tokenThemeIds: string[];
92014
+ }[] | undefined;
91945
92015
  sandboxTemplate?: {
91946
92016
  id: string;
91947
92017
  version: string;
@@ -92914,15 +92984,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
92914
92984
  description?: string | undefined;
92915
92985
  designSystemId?: string | undefined;
92916
92986
  brandId?: string | undefined;
92917
- defaultTokenThemeSetId?: string | undefined;
92918
- productContext?: string | undefined;
92919
- additionalContext?: string | undefined;
92920
- themePreset?: string | undefined;
92921
- tokenThemeSets?: {
92922
- id: string;
92923
- name: string;
92924
- tokenThemeIds: string[];
92925
- }[] | undefined;
92926
92987
  thumbnail?: {
92927
92988
  id: string;
92928
92989
  url: string;
@@ -92935,6 +92996,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
92935
92996
  renderMode: "Image" | "HTML" | "JSON";
92936
92997
  } | undefined;
92937
92998
  } | undefined;
92999
+ defaultTokenThemeSetId?: string | undefined;
93000
+ productContext?: string | undefined;
93001
+ additionalContext?: string | undefined;
93002
+ themePreset?: string | undefined;
93003
+ tokenThemeSets?: {
93004
+ id: string;
93005
+ name: string;
93006
+ tokenThemeIds: string[];
93007
+ }[] | undefined;
92938
93008
  sandboxTemplate?: {
92939
93009
  id: string;
92940
93010
  version: string;
@@ -100597,15 +100667,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
100597
100667
  description?: string | undefined;
100598
100668
  designSystemId?: string | undefined;
100599
100669
  brandId?: string | undefined;
100600
- defaultTokenThemeSetId?: string | undefined;
100601
- productContext?: string | undefined;
100602
- additionalContext?: string | undefined;
100603
- themePreset?: string | undefined;
100604
- tokenThemeSets?: {
100605
- id: string;
100606
- name: string;
100607
- tokenThemeIds: string[];
100608
- }[] | undefined;
100609
100670
  thumbnail?: {
100610
100671
  id: string;
100611
100672
  url: string;
@@ -100618,6 +100679,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
100618
100679
  renderMode: "Image" | "HTML" | "JSON";
100619
100680
  } | undefined;
100620
100681
  } | undefined;
100682
+ defaultTokenThemeSetId?: string | undefined;
100683
+ productContext?: string | undefined;
100684
+ additionalContext?: string | undefined;
100685
+ themePreset?: string | undefined;
100686
+ tokenThemeSets?: {
100687
+ id: string;
100688
+ name: string;
100689
+ tokenThemeIds: string[];
100690
+ }[] | undefined;
100621
100691
  sandboxTemplate?: {
100622
100692
  id: string;
100623
100693
  version: string;
@@ -101587,15 +101657,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
101587
101657
  description?: string | undefined;
101588
101658
  designSystemId?: string | undefined;
101589
101659
  brandId?: string | undefined;
101590
- defaultTokenThemeSetId?: string | undefined;
101591
- productContext?: string | undefined;
101592
- additionalContext?: string | undefined;
101593
- themePreset?: string | undefined;
101594
- tokenThemeSets?: {
101595
- id: string;
101596
- name: string;
101597
- tokenThemeIds: string[];
101598
- }[] | undefined;
101599
101660
  thumbnail?: {
101600
101661
  id: string;
101601
101662
  url: string;
@@ -101608,6 +101669,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
101608
101669
  renderMode: "Image" | "HTML" | "JSON";
101609
101670
  } | undefined;
101610
101671
  } | undefined;
101672
+ defaultTokenThemeSetId?: string | undefined;
101673
+ productContext?: string | undefined;
101674
+ additionalContext?: string | undefined;
101675
+ themePreset?: string | undefined;
101676
+ tokenThemeSets?: {
101677
+ id: string;
101678
+ name: string;
101679
+ tokenThemeIds: string[];
101680
+ }[] | undefined;
101611
101681
  sandboxTemplate?: {
101612
101682
  id: string;
101613
101683
  version: string;
@@ -102580,15 +102650,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
102580
102650
  description?: string | undefined;
102581
102651
  designSystemId?: string | undefined;
102582
102652
  brandId?: string | undefined;
102583
- defaultTokenThemeSetId?: string | undefined;
102584
- productContext?: string | undefined;
102585
- additionalContext?: string | undefined;
102586
- themePreset?: string | undefined;
102587
- tokenThemeSets?: {
102588
- id: string;
102589
- name: string;
102590
- tokenThemeIds: string[];
102591
- }[] | undefined;
102592
102653
  thumbnail?: {
102593
102654
  id: string;
102594
102655
  url: string;
@@ -102601,6 +102662,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
102601
102662
  renderMode: "Image" | "HTML" | "JSON";
102602
102663
  } | undefined;
102603
102664
  } | undefined;
102665
+ defaultTokenThemeSetId?: string | undefined;
102666
+ productContext?: string | undefined;
102667
+ additionalContext?: string | undefined;
102668
+ themePreset?: string | undefined;
102669
+ tokenThemeSets?: {
102670
+ id: string;
102671
+ name: string;
102672
+ tokenThemeIds: string[];
102673
+ }[] | undefined;
102604
102674
  sandboxTemplate?: {
102605
102675
  id: string;
102606
102676
  version: string;
@@ -103573,15 +103643,6 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
103573
103643
  description?: string | undefined;
103574
103644
  designSystemId?: string | undefined;
103575
103645
  brandId?: string | undefined;
103576
- defaultTokenThemeSetId?: string | undefined;
103577
- productContext?: string | undefined;
103578
- additionalContext?: string | undefined;
103579
- themePreset?: string | undefined;
103580
- tokenThemeSets?: {
103581
- id: string;
103582
- name: string;
103583
- tokenThemeIds: string[];
103584
- }[] | undefined;
103585
103646
  thumbnail?: {
103586
103647
  id: string;
103587
103648
  url: string;
@@ -103594,6 +103655,15 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
103594
103655
  renderMode: "Image" | "HTML" | "JSON";
103595
103656
  } | undefined;
103596
103657
  } | undefined;
103658
+ defaultTokenThemeSetId?: string | undefined;
103659
+ productContext?: string | undefined;
103660
+ additionalContext?: string | undefined;
103661
+ themePreset?: string | undefined;
103662
+ tokenThemeSets?: {
103663
+ id: string;
103664
+ name: string;
103665
+ tokenThemeIds: string[];
103666
+ }[] | undefined;
103597
103667
  sandboxTemplate?: {
103598
103668
  id: string;
103599
103669
  version: string;
@@ -127511,6 +127581,12 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
127511
127581
  description: string;
127512
127582
  } | undefined;
127513
127583
  thumbnailUrl?: string | undefined;
127584
+ baseIterationId?: string | undefined;
127585
+ isInProgress?: boolean | undefined;
127586
+ errorDescription?: string | null | undefined;
127587
+ creditsCost?: number | undefined;
127588
+ staticPreviewUrl?: string | undefined;
127589
+ isBookmarked?: boolean | undefined;
127514
127590
  thumbnail?: {
127515
127591
  id: string;
127516
127592
  url: string;
@@ -127523,12 +127599,6 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
127523
127599
  renderMode: "Image" | "HTML" | "JSON";
127524
127600
  } | undefined;
127525
127601
  } | undefined;
127526
- baseIterationId?: string | undefined;
127527
- isInProgress?: boolean | undefined;
127528
- errorDescription?: string | null | undefined;
127529
- creditsCost?: number | undefined;
127530
- staticPreviewUrl?: string | undefined;
127531
- isBookmarked?: boolean | undefined;
127532
127602
  artifactsDiff?: {
127533
127603
  created: string[];
127534
127604
  updated: string[];
@@ -127546,6 +127616,12 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
127546
127616
  description: string;
127547
127617
  } | undefined;
127548
127618
  thumbnailUrl?: string | undefined;
127619
+ baseIterationId?: string | undefined;
127620
+ isInProgress?: boolean | undefined;
127621
+ errorDescription?: string | null | undefined;
127622
+ creditsCost?: number | undefined;
127623
+ staticPreviewUrl?: string | undefined;
127624
+ isBookmarked?: boolean | undefined;
127549
127625
  thumbnail?: {
127550
127626
  id: string;
127551
127627
  url: string;
@@ -127558,12 +127634,6 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
127558
127634
  renderMode: "Image" | "HTML" | "JSON";
127559
127635
  } | undefined;
127560
127636
  } | undefined;
127561
- baseIterationId?: string | undefined;
127562
- isInProgress?: boolean | undefined;
127563
- errorDescription?: string | null | undefined;
127564
- creditsCost?: number | undefined;
127565
- staticPreviewUrl?: string | undefined;
127566
- isBookmarked?: boolean | undefined;
127567
127637
  artifactsDiff?: {
127568
127638
  created?: string[] | undefined;
127569
127639
  updated?: string[] | undefined;
@@ -128978,6 +129048,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
128978
129048
  description: string;
128979
129049
  } | undefined;
128980
129050
  thumbnailUrl?: string | undefined;
129051
+ baseIterationId?: string | undefined;
129052
+ isInProgress?: boolean | undefined;
129053
+ errorDescription?: string | null | undefined;
129054
+ creditsCost?: number | undefined;
129055
+ staticPreviewUrl?: string | undefined;
129056
+ isBookmarked?: boolean | undefined;
128981
129057
  thumbnail?: {
128982
129058
  id: string;
128983
129059
  url: string;
@@ -128990,12 +129066,6 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
128990
129066
  renderMode: "Image" | "HTML" | "JSON";
128991
129067
  } | undefined;
128992
129068
  } | undefined;
128993
- baseIterationId?: string | undefined;
128994
- isInProgress?: boolean | undefined;
128995
- errorDescription?: string | null | undefined;
128996
- creditsCost?: number | undefined;
128997
- staticPreviewUrl?: string | undefined;
128998
- isBookmarked?: boolean | undefined;
128999
129069
  artifactsDiff?: {
129000
129070
  created: string[];
129001
129071
  updated: string[];
@@ -129013,6 +129083,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129013
129083
  description: string;
129014
129084
  } | undefined;
129015
129085
  thumbnailUrl?: string | undefined;
129086
+ baseIterationId?: string | undefined;
129087
+ isInProgress?: boolean | undefined;
129088
+ errorDescription?: string | null | undefined;
129089
+ creditsCost?: number | undefined;
129090
+ staticPreviewUrl?: string | undefined;
129091
+ isBookmarked?: boolean | undefined;
129016
129092
  thumbnail?: {
129017
129093
  id: string;
129018
129094
  url: string;
@@ -129025,12 +129101,6 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129025
129101
  renderMode: "Image" | "HTML" | "JSON";
129026
129102
  } | undefined;
129027
129103
  } | undefined;
129028
- baseIterationId?: string | undefined;
129029
- isInProgress?: boolean | undefined;
129030
- errorDescription?: string | null | undefined;
129031
- creditsCost?: number | undefined;
129032
- staticPreviewUrl?: string | undefined;
129033
- isBookmarked?: boolean | undefined;
129034
129104
  artifactsDiff?: {
129035
129105
  created?: string[] | undefined;
129036
129106
  updated?: string[] | undefined;
@@ -129050,6 +129120,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129050
129120
  description: string;
129051
129121
  } | undefined;
129052
129122
  thumbnailUrl?: string | undefined;
129123
+ baseIterationId?: string | undefined;
129124
+ isInProgress?: boolean | undefined;
129125
+ errorDescription?: string | null | undefined;
129126
+ creditsCost?: number | undefined;
129127
+ staticPreviewUrl?: string | undefined;
129128
+ isBookmarked?: boolean | undefined;
129053
129129
  thumbnail?: {
129054
129130
  id: string;
129055
129131
  url: string;
@@ -129062,12 +129138,6 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129062
129138
  renderMode: "Image" | "HTML" | "JSON";
129063
129139
  } | undefined;
129064
129140
  } | undefined;
129065
- baseIterationId?: string | undefined;
129066
- isInProgress?: boolean | undefined;
129067
- errorDescription?: string | null | undefined;
129068
- creditsCost?: number | undefined;
129069
- staticPreviewUrl?: string | undefined;
129070
- isBookmarked?: boolean | undefined;
129071
129141
  artifactsDiff?: {
129072
129142
  created: string[];
129073
129143
  updated: string[];
@@ -129087,6 +129157,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129087
129157
  description: string;
129088
129158
  } | undefined;
129089
129159
  thumbnailUrl?: string | undefined;
129160
+ baseIterationId?: string | undefined;
129161
+ isInProgress?: boolean | undefined;
129162
+ errorDescription?: string | null | undefined;
129163
+ creditsCost?: number | undefined;
129164
+ staticPreviewUrl?: string | undefined;
129165
+ isBookmarked?: boolean | undefined;
129090
129166
  thumbnail?: {
129091
129167
  id: string;
129092
129168
  url: string;
@@ -129099,12 +129175,6 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
129099
129175
  renderMode: "Image" | "HTML" | "JSON";
129100
129176
  } | undefined;
129101
129177
  } | undefined;
129102
- baseIterationId?: string | undefined;
129103
- isInProgress?: boolean | undefined;
129104
- errorDescription?: string | null | undefined;
129105
- creditsCost?: number | undefined;
129106
- staticPreviewUrl?: string | undefined;
129107
- isBookmarked?: boolean | undefined;
129108
129178
  artifactsDiff?: {
129109
129179
  created?: string[] | undefined;
129110
129180
  updated?: string[] | undefined;
@@ -129293,6 +129363,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129293
129363
  description: string;
129294
129364
  } | undefined;
129295
129365
  thumbnailUrl?: string | undefined;
129366
+ baseIterationId?: string | undefined;
129367
+ isInProgress?: boolean | undefined;
129368
+ errorDescription?: string | null | undefined;
129369
+ creditsCost?: number | undefined;
129370
+ staticPreviewUrl?: string | undefined;
129371
+ isBookmarked?: boolean | undefined;
129296
129372
  thumbnail?: {
129297
129373
  id: string;
129298
129374
  url: string;
@@ -129305,12 +129381,6 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129305
129381
  renderMode: "Image" | "HTML" | "JSON";
129306
129382
  } | undefined;
129307
129383
  } | undefined;
129308
- baseIterationId?: string | undefined;
129309
- isInProgress?: boolean | undefined;
129310
- errorDescription?: string | null | undefined;
129311
- creditsCost?: number | undefined;
129312
- staticPreviewUrl?: string | undefined;
129313
- isBookmarked?: boolean | undefined;
129314
129384
  artifactsDiff?: {
129315
129385
  created: string[];
129316
129386
  updated: string[];
@@ -129328,6 +129398,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129328
129398
  description: string;
129329
129399
  } | undefined;
129330
129400
  thumbnailUrl?: string | undefined;
129401
+ baseIterationId?: string | undefined;
129402
+ isInProgress?: boolean | undefined;
129403
+ errorDescription?: string | null | undefined;
129404
+ creditsCost?: number | undefined;
129405
+ staticPreviewUrl?: string | undefined;
129406
+ isBookmarked?: boolean | undefined;
129331
129407
  thumbnail?: {
129332
129408
  id: string;
129333
129409
  url: string;
@@ -129340,12 +129416,6 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129340
129416
  renderMode: "Image" | "HTML" | "JSON";
129341
129417
  } | undefined;
129342
129418
  } | undefined;
129343
- baseIterationId?: string | undefined;
129344
- isInProgress?: boolean | undefined;
129345
- errorDescription?: string | null | undefined;
129346
- creditsCost?: number | undefined;
129347
- staticPreviewUrl?: string | undefined;
129348
- isBookmarked?: boolean | undefined;
129349
129419
  artifactsDiff?: {
129350
129420
  created?: string[] | undefined;
129351
129421
  updated?: string[] | undefined;
@@ -129365,6 +129435,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129365
129435
  description: string;
129366
129436
  } | undefined;
129367
129437
  thumbnailUrl?: string | undefined;
129438
+ baseIterationId?: string | undefined;
129439
+ isInProgress?: boolean | undefined;
129440
+ errorDescription?: string | null | undefined;
129441
+ creditsCost?: number | undefined;
129442
+ staticPreviewUrl?: string | undefined;
129443
+ isBookmarked?: boolean | undefined;
129368
129444
  thumbnail?: {
129369
129445
  id: string;
129370
129446
  url: string;
@@ -129377,12 +129453,6 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129377
129453
  renderMode: "Image" | "HTML" | "JSON";
129378
129454
  } | undefined;
129379
129455
  } | undefined;
129380
- baseIterationId?: string | undefined;
129381
- isInProgress?: boolean | undefined;
129382
- errorDescription?: string | null | undefined;
129383
- creditsCost?: number | undefined;
129384
- staticPreviewUrl?: string | undefined;
129385
- isBookmarked?: boolean | undefined;
129386
129456
  artifactsDiff?: {
129387
129457
  created: string[];
129388
129458
  updated: string[];
@@ -129402,6 +129472,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129402
129472
  description: string;
129403
129473
  } | undefined;
129404
129474
  thumbnailUrl?: string | undefined;
129475
+ baseIterationId?: string | undefined;
129476
+ isInProgress?: boolean | undefined;
129477
+ errorDescription?: string | null | undefined;
129478
+ creditsCost?: number | undefined;
129479
+ staticPreviewUrl?: string | undefined;
129480
+ isBookmarked?: boolean | undefined;
129405
129481
  thumbnail?: {
129406
129482
  id: string;
129407
129483
  url: string;
@@ -129414,12 +129490,6 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
129414
129490
  renderMode: "Image" | "HTML" | "JSON";
129415
129491
  } | undefined;
129416
129492
  } | undefined;
129417
- baseIterationId?: string | undefined;
129418
- isInProgress?: boolean | undefined;
129419
- errorDescription?: string | null | undefined;
129420
- creditsCost?: number | undefined;
129421
- staticPreviewUrl?: string | undefined;
129422
- isBookmarked?: boolean | undefined;
129423
129493
  artifactsDiff?: {
129424
129494
  created?: string[] | undefined;
129425
129495
  updated?: string[] | undefined;
@@ -178171,15 +178241,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
178171
178241
  description?: string | undefined;
178172
178242
  designSystemId?: string | undefined;
178173
178243
  brandId?: string | undefined;
178174
- defaultTokenThemeSetId?: string | undefined;
178175
- productContext?: string | undefined;
178176
- additionalContext?: string | undefined;
178177
- themePreset?: string | undefined;
178178
- tokenThemeSets?: {
178179
- id: string;
178180
- name: string;
178181
- tokenThemeIds: string[];
178182
- }[] | undefined;
178183
178244
  thumbnail?: {
178184
178245
  id: string;
178185
178246
  url: string;
@@ -178192,6 +178253,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
178192
178253
  renderMode: "Image" | "HTML" | "JSON";
178193
178254
  } | undefined;
178194
178255
  } | undefined;
178256
+ defaultTokenThemeSetId?: string | undefined;
178257
+ productContext?: string | undefined;
178258
+ additionalContext?: string | undefined;
178259
+ themePreset?: string | undefined;
178260
+ tokenThemeSets?: {
178261
+ id: string;
178262
+ name: string;
178263
+ tokenThemeIds: string[];
178264
+ }[] | undefined;
178195
178265
  sandboxTemplate?: {
178196
178266
  id: string;
178197
178267
  version: string;
@@ -179161,15 +179231,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
179161
179231
  description?: string | undefined;
179162
179232
  designSystemId?: string | undefined;
179163
179233
  brandId?: string | undefined;
179164
- defaultTokenThemeSetId?: string | undefined;
179165
- productContext?: string | undefined;
179166
- additionalContext?: string | undefined;
179167
- themePreset?: string | undefined;
179168
- tokenThemeSets?: {
179169
- id: string;
179170
- name: string;
179171
- tokenThemeIds: string[];
179172
- }[] | undefined;
179173
179234
  thumbnail?: {
179174
179235
  id: string;
179175
179236
  url: string;
@@ -179182,6 +179243,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
179182
179243
  renderMode: "Image" | "HTML" | "JSON";
179183
179244
  } | undefined;
179184
179245
  } | undefined;
179246
+ defaultTokenThemeSetId?: string | undefined;
179247
+ productContext?: string | undefined;
179248
+ additionalContext?: string | undefined;
179249
+ themePreset?: string | undefined;
179250
+ tokenThemeSets?: {
179251
+ id: string;
179252
+ name: string;
179253
+ tokenThemeIds: string[];
179254
+ }[] | undefined;
179185
179255
  sandboxTemplate?: {
179186
179256
  id: string;
179187
179257
  version: string;
@@ -186842,15 +186912,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
186842
186912
  description?: string | undefined;
186843
186913
  designSystemId?: string | undefined;
186844
186914
  brandId?: string | undefined;
186845
- defaultTokenThemeSetId?: string | undefined;
186846
- productContext?: string | undefined;
186847
- additionalContext?: string | undefined;
186848
- themePreset?: string | undefined;
186849
- tokenThemeSets?: {
186850
- id: string;
186851
- name: string;
186852
- tokenThemeIds: string[];
186853
- }[] | undefined;
186854
186915
  thumbnail?: {
186855
186916
  id: string;
186856
186917
  url: string;
@@ -186863,6 +186924,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
186863
186924
  renderMode: "Image" | "HTML" | "JSON";
186864
186925
  } | undefined;
186865
186926
  } | undefined;
186927
+ defaultTokenThemeSetId?: string | undefined;
186928
+ productContext?: string | undefined;
186929
+ additionalContext?: string | undefined;
186930
+ themePreset?: string | undefined;
186931
+ tokenThemeSets?: {
186932
+ id: string;
186933
+ name: string;
186934
+ tokenThemeIds: string[];
186935
+ }[] | undefined;
186866
186936
  sandboxTemplate?: {
186867
186937
  id: string;
186868
186938
  version: string;
@@ -187832,15 +187902,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
187832
187902
  description?: string | undefined;
187833
187903
  designSystemId?: string | undefined;
187834
187904
  brandId?: string | undefined;
187835
- defaultTokenThemeSetId?: string | undefined;
187836
- productContext?: string | undefined;
187837
- additionalContext?: string | undefined;
187838
- themePreset?: string | undefined;
187839
- tokenThemeSets?: {
187840
- id: string;
187841
- name: string;
187842
- tokenThemeIds: string[];
187843
- }[] | undefined;
187844
187905
  thumbnail?: {
187845
187906
  id: string;
187846
187907
  url: string;
@@ -187853,6 +187914,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
187853
187914
  renderMode: "Image" | "HTML" | "JSON";
187854
187915
  } | undefined;
187855
187916
  } | undefined;
187917
+ defaultTokenThemeSetId?: string | undefined;
187918
+ productContext?: string | undefined;
187919
+ additionalContext?: string | undefined;
187920
+ themePreset?: string | undefined;
187921
+ tokenThemeSets?: {
187922
+ id: string;
187923
+ name: string;
187924
+ tokenThemeIds: string[];
187925
+ }[] | undefined;
187856
187926
  sandboxTemplate?: {
187857
187927
  id: string;
187858
187928
  version: string;
@@ -189776,15 +189846,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
189776
189846
  description?: string | undefined;
189777
189847
  designSystemId?: string | undefined;
189778
189848
  brandId?: string | undefined;
189779
- defaultTokenThemeSetId?: string | undefined;
189780
- productContext?: string | undefined;
189781
- additionalContext?: string | undefined;
189782
- themePreset?: string | undefined;
189783
- tokenThemeSets?: {
189784
- id: string;
189785
- name: string;
189786
- tokenThemeIds: string[];
189787
- }[] | undefined;
189788
189849
  thumbnail?: {
189789
189850
  id: string;
189790
189851
  url: string;
@@ -189797,6 +189858,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
189797
189858
  renderMode: "Image" | "HTML" | "JSON";
189798
189859
  } | undefined;
189799
189860
  } | undefined;
189861
+ defaultTokenThemeSetId?: string | undefined;
189862
+ productContext?: string | undefined;
189863
+ additionalContext?: string | undefined;
189864
+ themePreset?: string | undefined;
189865
+ tokenThemeSets?: {
189866
+ id: string;
189867
+ name: string;
189868
+ tokenThemeIds: string[];
189869
+ }[] | undefined;
189800
189870
  sandboxTemplate?: {
189801
189871
  id: string;
189802
189872
  version: string;
@@ -190767,15 +190837,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
190767
190837
  description?: string | undefined;
190768
190838
  designSystemId?: string | undefined;
190769
190839
  brandId?: string | undefined;
190770
- defaultTokenThemeSetId?: string | undefined;
190771
- productContext?: string | undefined;
190772
- additionalContext?: string | undefined;
190773
- themePreset?: string | undefined;
190774
- tokenThemeSets?: {
190775
- id: string;
190776
- name: string;
190777
- tokenThemeIds: string[];
190778
- }[] | undefined;
190779
190840
  thumbnail?: {
190780
190841
  id: string;
190781
190842
  url: string;
@@ -190788,6 +190849,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
190788
190849
  renderMode: "Image" | "HTML" | "JSON";
190789
190850
  } | undefined;
190790
190851
  } | undefined;
190852
+ defaultTokenThemeSetId?: string | undefined;
190853
+ productContext?: string | undefined;
190854
+ additionalContext?: string | undefined;
190855
+ themePreset?: string | undefined;
190856
+ tokenThemeSets?: {
190857
+ id: string;
190858
+ name: string;
190859
+ tokenThemeIds: string[];
190860
+ }[] | undefined;
190791
190861
  sandboxTemplate?: {
190792
190862
  id: string;
190793
190863
  version: string;
@@ -192711,15 +192781,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
192711
192781
  description?: string | undefined;
192712
192782
  designSystemId?: string | undefined;
192713
192783
  brandId?: string | undefined;
192714
- defaultTokenThemeSetId?: string | undefined;
192715
- productContext?: string | undefined;
192716
- additionalContext?: string | undefined;
192717
- themePreset?: string | undefined;
192718
- tokenThemeSets?: {
192719
- id: string;
192720
- name: string;
192721
- tokenThemeIds: string[];
192722
- }[] | undefined;
192723
192784
  thumbnail?: {
192724
192785
  id: string;
192725
192786
  url: string;
@@ -192732,6 +192793,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
192732
192793
  renderMode: "Image" | "HTML" | "JSON";
192733
192794
  } | undefined;
192734
192795
  } | undefined;
192796
+ defaultTokenThemeSetId?: string | undefined;
192797
+ productContext?: string | undefined;
192798
+ additionalContext?: string | undefined;
192799
+ themePreset?: string | undefined;
192800
+ tokenThemeSets?: {
192801
+ id: string;
192802
+ name: string;
192803
+ tokenThemeIds: string[];
192804
+ }[] | undefined;
192735
192805
  sandboxTemplate?: {
192736
192806
  id: string;
192737
192807
  version: string;
@@ -193702,15 +193772,6 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
193702
193772
  description?: string | undefined;
193703
193773
  designSystemId?: string | undefined;
193704
193774
  brandId?: string | undefined;
193705
- defaultTokenThemeSetId?: string | undefined;
193706
- productContext?: string | undefined;
193707
- additionalContext?: string | undefined;
193708
- themePreset?: string | undefined;
193709
- tokenThemeSets?: {
193710
- id: string;
193711
- name: string;
193712
- tokenThemeIds: string[];
193713
- }[] | undefined;
193714
193775
  thumbnail?: {
193715
193776
  id: string;
193716
193777
  url: string;
@@ -193723,6 +193784,15 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
193723
193784
  renderMode: "Image" | "HTML" | "JSON";
193724
193785
  } | undefined;
193725
193786
  } | undefined;
193787
+ defaultTokenThemeSetId?: string | undefined;
193788
+ productContext?: string | undefined;
193789
+ additionalContext?: string | undefined;
193790
+ themePreset?: string | undefined;
193791
+ tokenThemeSets?: {
193792
+ id: string;
193793
+ name: string;
193794
+ tokenThemeIds: string[];
193795
+ }[] | undefined;
193726
193796
  sandboxTemplate?: {
193727
193797
  id: string;
193728
193798
  version: string;
@@ -201417,15 +201487,6 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
201417
201487
  description?: string | undefined;
201418
201488
  designSystemId?: string | undefined;
201419
201489
  brandId?: string | undefined;
201420
- defaultTokenThemeSetId?: string | undefined;
201421
- productContext?: string | undefined;
201422
- additionalContext?: string | undefined;
201423
- themePreset?: string | undefined;
201424
- tokenThemeSets?: {
201425
- id: string;
201426
- name: string;
201427
- tokenThemeIds: string[];
201428
- }[] | undefined;
201429
201490
  thumbnail?: {
201430
201491
  id: string;
201431
201492
  url: string;
@@ -201438,6 +201499,15 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
201438
201499
  renderMode: "Image" | "HTML" | "JSON";
201439
201500
  } | undefined;
201440
201501
  } | undefined;
201502
+ defaultTokenThemeSetId?: string | undefined;
201503
+ productContext?: string | undefined;
201504
+ additionalContext?: string | undefined;
201505
+ themePreset?: string | undefined;
201506
+ tokenThemeSets?: {
201507
+ id: string;
201508
+ name: string;
201509
+ tokenThemeIds: string[];
201510
+ }[] | undefined;
201441
201511
  sandboxTemplate?: {
201442
201512
  id: string;
201443
201513
  version: string;
@@ -202407,15 +202477,6 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
202407
202477
  description?: string | undefined;
202408
202478
  designSystemId?: string | undefined;
202409
202479
  brandId?: string | undefined;
202410
- defaultTokenThemeSetId?: string | undefined;
202411
- productContext?: string | undefined;
202412
- additionalContext?: string | undefined;
202413
- themePreset?: string | undefined;
202414
- tokenThemeSets?: {
202415
- id: string;
202416
- name: string;
202417
- tokenThemeIds: string[];
202418
- }[] | undefined;
202419
202480
  thumbnail?: {
202420
202481
  id: string;
202421
202482
  url: string;
@@ -202428,6 +202489,15 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
202428
202489
  renderMode: "Image" | "HTML" | "JSON";
202429
202490
  } | undefined;
202430
202491
  } | undefined;
202492
+ defaultTokenThemeSetId?: string | undefined;
202493
+ productContext?: string | undefined;
202494
+ additionalContext?: string | undefined;
202495
+ themePreset?: string | undefined;
202496
+ tokenThemeSets?: {
202497
+ id: string;
202498
+ name: string;
202499
+ tokenThemeIds: string[];
202500
+ }[] | undefined;
202431
202501
  sandboxTemplate?: {
202432
202502
  id: string;
202433
202503
  version: string;
@@ -209126,7 +209196,7 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
209126
209196
  id: string;
209127
209197
  version: string;
209128
209198
  }>>;
209129
- }, "id" | "createdAt" | "updatedAt" | "isArchived" | "thumbnail"> & {
209199
+ }, "id" | "createdAt" | "updatedAt" | "thumbnail" | "isArchived"> & {
209130
209200
  thumbnailFileId: z.ZodOptional<z.ZodString>;
209131
209201
  }, "strip", z.ZodTypeAny, {
209132
209202
  name: string;
@@ -217669,10 +217739,10 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
217669
217739
  aliasTo?: string | null | undefined;
217670
217740
  };
217671
217741
  }>>;
217742
+ isArchived: z.ZodOptional<z.ZodBoolean>;
217672
217743
  defaultTokenThemeSetId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
217673
217744
  productContext: z.ZodOptional<z.ZodOptional<z.ZodString>>;
217674
217745
  additionalContext: z.ZodOptional<z.ZodOptional<z.ZodString>>;
217675
- isArchived: z.ZodOptional<z.ZodBoolean>;
217676
217746
  themePreset: z.ZodOptional<z.ZodOptional<z.ZodString>>;
217677
217747
  tokenThemeSets: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
217678
217748
  id: z.ZodString;
@@ -218669,10 +218739,10 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
218669
218739
  aliasTo?: string | undefined;
218670
218740
  };
218671
218741
  } | undefined;
218742
+ isArchived?: boolean | undefined;
218672
218743
  defaultTokenThemeSetId?: string | undefined;
218673
218744
  productContext?: string | undefined;
218674
218745
  additionalContext?: string | undefined;
218675
- isArchived?: boolean | undefined;
218676
218746
  themePreset?: string | undefined;
218677
218747
  tokenThemeSets?: {
218678
218748
  id: string;
@@ -219644,10 +219714,10 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
219644
219714
  aliasTo?: string | null | undefined;
219645
219715
  };
219646
219716
  } | undefined;
219717
+ isArchived?: boolean | undefined;
219647
219718
  defaultTokenThemeSetId?: string | undefined;
219648
219719
  productContext?: string | undefined;
219649
219720
  additionalContext?: string | undefined;
219650
- isArchived?: boolean | undefined;
219651
219721
  themePreset?: string | undefined;
219652
219722
  tokenThemeSets?: {
219653
219723
  id: string;
@@ -227328,15 +227398,6 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
227328
227398
  description?: string | undefined;
227329
227399
  designSystemId?: string | undefined;
227330
227400
  brandId?: string | undefined;
227331
- defaultTokenThemeSetId?: string | undefined;
227332
- productContext?: string | undefined;
227333
- additionalContext?: string | undefined;
227334
- themePreset?: string | undefined;
227335
- tokenThemeSets?: {
227336
- id: string;
227337
- name: string;
227338
- tokenThemeIds: string[];
227339
- }[] | undefined;
227340
227401
  thumbnail?: {
227341
227402
  id: string;
227342
227403
  url: string;
@@ -227349,6 +227410,15 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
227349
227410
  renderMode: "Image" | "HTML" | "JSON";
227350
227411
  } | undefined;
227351
227412
  } | undefined;
227413
+ defaultTokenThemeSetId?: string | undefined;
227414
+ productContext?: string | undefined;
227415
+ additionalContext?: string | undefined;
227416
+ themePreset?: string | undefined;
227417
+ tokenThemeSets?: {
227418
+ id: string;
227419
+ name: string;
227420
+ tokenThemeIds: string[];
227421
+ }[] | undefined;
227352
227422
  sandboxTemplate?: {
227353
227423
  id: string;
227354
227424
  version: string;
@@ -228318,15 +228388,6 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
228318
228388
  description?: string | undefined;
228319
228389
  designSystemId?: string | undefined;
228320
228390
  brandId?: string | undefined;
228321
- defaultTokenThemeSetId?: string | undefined;
228322
- productContext?: string | undefined;
228323
- additionalContext?: string | undefined;
228324
- themePreset?: string | undefined;
228325
- tokenThemeSets?: {
228326
- id: string;
228327
- name: string;
228328
- tokenThemeIds: string[];
228329
- }[] | undefined;
228330
228391
  thumbnail?: {
228331
228392
  id: string;
228332
228393
  url: string;
@@ -228339,6 +228400,15 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
228339
228400
  renderMode: "Image" | "HTML" | "JSON";
228340
228401
  } | undefined;
228341
228402
  } | undefined;
228403
+ defaultTokenThemeSetId?: string | undefined;
228404
+ productContext?: string | undefined;
228405
+ additionalContext?: string | undefined;
228406
+ themePreset?: string | undefined;
228407
+ tokenThemeSets?: {
228408
+ id: string;
228409
+ name: string;
228410
+ tokenThemeIds: string[];
228411
+ }[] | undefined;
228342
228412
  sandboxTemplate?: {
228343
228413
  id: string;
228344
228414
  version: string;
@@ -229310,15 +229380,6 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
229310
229380
  description?: string | undefined;
229311
229381
  designSystemId?: string | undefined;
229312
229382
  brandId?: string | undefined;
229313
- defaultTokenThemeSetId?: string | undefined;
229314
- productContext?: string | undefined;
229315
- additionalContext?: string | undefined;
229316
- themePreset?: string | undefined;
229317
- tokenThemeSets?: {
229318
- id: string;
229319
- name: string;
229320
- tokenThemeIds: string[];
229321
- }[] | undefined;
229322
229383
  thumbnail?: {
229323
229384
  id: string;
229324
229385
  url: string;
@@ -229331,6 +229392,15 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
229331
229392
  renderMode: "Image" | "HTML" | "JSON";
229332
229393
  } | undefined;
229333
229394
  } | undefined;
229395
+ defaultTokenThemeSetId?: string | undefined;
229396
+ productContext?: string | undefined;
229397
+ additionalContext?: string | undefined;
229398
+ themePreset?: string | undefined;
229399
+ tokenThemeSets?: {
229400
+ id: string;
229401
+ name: string;
229402
+ tokenThemeIds: string[];
229403
+ }[] | undefined;
229334
229404
  sandboxTemplate?: {
229335
229405
  id: string;
229336
229406
  version: string;
@@ -230302,15 +230372,6 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
230302
230372
  description?: string | undefined;
230303
230373
  designSystemId?: string | undefined;
230304
230374
  brandId?: string | undefined;
230305
- defaultTokenThemeSetId?: string | undefined;
230306
- productContext?: string | undefined;
230307
- additionalContext?: string | undefined;
230308
- themePreset?: string | undefined;
230309
- tokenThemeSets?: {
230310
- id: string;
230311
- name: string;
230312
- tokenThemeIds: string[];
230313
- }[] | undefined;
230314
230375
  thumbnail?: {
230315
230376
  id: string;
230316
230377
  url: string;
@@ -230323,6 +230384,15 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
230323
230384
  renderMode: "Image" | "HTML" | "JSON";
230324
230385
  } | undefined;
230325
230386
  } | undefined;
230387
+ defaultTokenThemeSetId?: string | undefined;
230388
+ productContext?: string | undefined;
230389
+ additionalContext?: string | undefined;
230390
+ themePreset?: string | undefined;
230391
+ tokenThemeSets?: {
230392
+ id: string;
230393
+ name: string;
230394
+ tokenThemeIds: string[];
230395
+ }[] | undefined;
230326
230396
  sandboxTemplate?: {
230327
230397
  id: string;
230328
230398
  version: string;
@@ -237997,15 +238067,6 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
237997
238067
  description?: string | undefined;
237998
238068
  designSystemId?: string | undefined;
237999
238069
  brandId?: string | undefined;
238000
- defaultTokenThemeSetId?: string | undefined;
238001
- productContext?: string | undefined;
238002
- additionalContext?: string | undefined;
238003
- themePreset?: string | undefined;
238004
- tokenThemeSets?: {
238005
- id: string;
238006
- name: string;
238007
- tokenThemeIds: string[];
238008
- }[] | undefined;
238009
238070
  thumbnail?: {
238010
238071
  id: string;
238011
238072
  url: string;
@@ -238018,6 +238079,15 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
238018
238079
  renderMode: "Image" | "HTML" | "JSON";
238019
238080
  } | undefined;
238020
238081
  } | undefined;
238082
+ defaultTokenThemeSetId?: string | undefined;
238083
+ productContext?: string | undefined;
238084
+ additionalContext?: string | undefined;
238085
+ themePreset?: string | undefined;
238086
+ tokenThemeSets?: {
238087
+ id: string;
238088
+ name: string;
238089
+ tokenThemeIds: string[];
238090
+ }[] | undefined;
238021
238091
  sandboxTemplate?: {
238022
238092
  id: string;
238023
238093
  version: string;
@@ -238987,15 +239057,6 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
238987
239057
  description?: string | undefined;
238988
239058
  designSystemId?: string | undefined;
238989
239059
  brandId?: string | undefined;
238990
- defaultTokenThemeSetId?: string | undefined;
238991
- productContext?: string | undefined;
238992
- additionalContext?: string | undefined;
238993
- themePreset?: string | undefined;
238994
- tokenThemeSets?: {
238995
- id: string;
238996
- name: string;
238997
- tokenThemeIds: string[];
238998
- }[] | undefined;
238999
239060
  thumbnail?: {
239000
239061
  id: string;
239001
239062
  url: string;
@@ -239008,6 +239069,15 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
239008
239069
  renderMode: "Image" | "HTML" | "JSON";
239009
239070
  } | undefined;
239010
239071
  } | undefined;
239072
+ defaultTokenThemeSetId?: string | undefined;
239073
+ productContext?: string | undefined;
239074
+ additionalContext?: string | undefined;
239075
+ themePreset?: string | undefined;
239076
+ tokenThemeSets?: {
239077
+ id: string;
239078
+ name: string;
239079
+ tokenThemeIds: string[];
239080
+ }[] | undefined;
239011
239081
  sandboxTemplate?: {
239012
239082
  id: string;
239013
239083
  version: string;
@@ -239979,15 +240049,6 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
239979
240049
  description?: string | undefined;
239980
240050
  designSystemId?: string | undefined;
239981
240051
  brandId?: string | undefined;
239982
- defaultTokenThemeSetId?: string | undefined;
239983
- productContext?: string | undefined;
239984
- additionalContext?: string | undefined;
239985
- themePreset?: string | undefined;
239986
- tokenThemeSets?: {
239987
- id: string;
239988
- name: string;
239989
- tokenThemeIds: string[];
239990
- }[] | undefined;
239991
240052
  thumbnail?: {
239992
240053
  id: string;
239993
240054
  url: string;
@@ -240000,6 +240061,15 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
240000
240061
  renderMode: "Image" | "HTML" | "JSON";
240001
240062
  } | undefined;
240002
240063
  } | undefined;
240064
+ defaultTokenThemeSetId?: string | undefined;
240065
+ productContext?: string | undefined;
240066
+ additionalContext?: string | undefined;
240067
+ themePreset?: string | undefined;
240068
+ tokenThemeSets?: {
240069
+ id: string;
240070
+ name: string;
240071
+ tokenThemeIds: string[];
240072
+ }[] | undefined;
240003
240073
  sandboxTemplate?: {
240004
240074
  id: string;
240005
240075
  version: string;
@@ -240971,15 +241041,6 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
240971
241041
  description?: string | undefined;
240972
241042
  designSystemId?: string | undefined;
240973
241043
  brandId?: string | undefined;
240974
- defaultTokenThemeSetId?: string | undefined;
240975
- productContext?: string | undefined;
240976
- additionalContext?: string | undefined;
240977
- themePreset?: string | undefined;
240978
- tokenThemeSets?: {
240979
- id: string;
240980
- name: string;
240981
- tokenThemeIds: string[];
240982
- }[] | undefined;
240983
241044
  thumbnail?: {
240984
241045
  id: string;
240985
241046
  url: string;
@@ -240992,6 +241053,15 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
240992
241053
  renderMode: "Image" | "HTML" | "JSON";
240993
241054
  } | undefined;
240994
241055
  } | undefined;
241056
+ defaultTokenThemeSetId?: string | undefined;
241057
+ productContext?: string | undefined;
241058
+ additionalContext?: string | undefined;
241059
+ themePreset?: string | undefined;
241060
+ tokenThemeSets?: {
241061
+ id: string;
241062
+ name: string;
241063
+ tokenThemeIds: string[];
241064
+ }[] | undefined;
240995
241065
  sandboxTemplate?: {
240996
241066
  id: string;
240997
241067
  version: string;
@@ -252728,7 +252798,6 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
252728
252798
  }, "strip", z.ZodTypeAny, {
252729
252799
  id: string;
252730
252800
  createdAt: Date;
252731
- forgeProjectId: string;
252732
252801
  artifacts: ({
252733
252802
  type: "build";
252734
252803
  files: {
@@ -252812,6 +252881,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
252812
252881
  text: string;
252813
252882
  }[] | undefined;
252814
252883
  }[];
252884
+ forgeProjectId: string;
252815
252885
  buildArtifactId: string;
252816
252886
  locked: boolean;
252817
252887
  branchId?: string | undefined;
@@ -252823,7 +252893,6 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
252823
252893
  }, {
252824
252894
  id: string;
252825
252895
  createdAt: Date;
252826
- forgeProjectId: string;
252827
252896
  artifacts: ({
252828
252897
  type: "build";
252829
252898
  files: {
@@ -252907,6 +252976,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
252907
252976
  text: string;
252908
252977
  }[] | undefined;
252909
252978
  }[];
252979
+ forgeProjectId: string;
252910
252980
  buildArtifactId: string;
252911
252981
  locked: boolean;
252912
252982
  branchId?: string | undefined;
@@ -255074,7 +255144,6 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255074
255144
  }, "strip", z.ZodTypeAny, {
255075
255145
  id: string;
255076
255146
  createdAt: Date;
255077
- forgeProjectId: string;
255078
255147
  artifacts: ({
255079
255148
  type: "build";
255080
255149
  files: {
@@ -255158,6 +255227,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255158
255227
  text: string;
255159
255228
  }[] | undefined;
255160
255229
  }[];
255230
+ forgeProjectId: string;
255161
255231
  buildArtifactId: string;
255162
255232
  locked: boolean;
255163
255233
  branchId?: string | undefined;
@@ -255169,7 +255239,6 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255169
255239
  }, {
255170
255240
  id: string;
255171
255241
  createdAt: Date;
255172
- forgeProjectId: string;
255173
255242
  artifacts: ({
255174
255243
  type: "build";
255175
255244
  files: {
@@ -255253,6 +255322,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255253
255322
  text: string;
255254
255323
  }[] | undefined;
255255
255324
  }[];
255325
+ forgeProjectId: string;
255256
255326
  buildArtifactId: string;
255257
255327
  locked: boolean;
255258
255328
  branchId?: string | undefined;
@@ -255266,7 +255336,6 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255266
255336
  iterations: {
255267
255337
  id: string;
255268
255338
  createdAt: Date;
255269
- forgeProjectId: string;
255270
255339
  artifacts: ({
255271
255340
  type: "build";
255272
255341
  files: {
@@ -255350,6 +255419,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255350
255419
  text: string;
255351
255420
  }[] | undefined;
255352
255421
  }[];
255422
+ forgeProjectId: string;
255353
255423
  buildArtifactId: string;
255354
255424
  locked: boolean;
255355
255425
  branchId?: string | undefined;
@@ -255363,7 +255433,6 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255363
255433
  iterations: {
255364
255434
  id: string;
255365
255435
  createdAt: Date;
255366
- forgeProjectId: string;
255367
255436
  artifacts: ({
255368
255437
  type: "build";
255369
255438
  files: {
@@ -255447,6 +255516,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
255447
255516
  text: string;
255448
255517
  }[] | undefined;
255449
255518
  }[];
255519
+ forgeProjectId: string;
255450
255520
  buildArtifactId: string;
255451
255521
  locked: boolean;
255452
255522
  branchId?: string | undefined;
@@ -257615,7 +257685,6 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257615
257685
  }, "strip", z.ZodTypeAny, {
257616
257686
  id: string;
257617
257687
  createdAt: Date;
257618
- forgeProjectId: string;
257619
257688
  artifacts: ({
257620
257689
  type: "build";
257621
257690
  files: {
@@ -257699,6 +257768,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257699
257768
  text: string;
257700
257769
  }[] | undefined;
257701
257770
  }[];
257771
+ forgeProjectId: string;
257702
257772
  buildArtifactId: string;
257703
257773
  locked: boolean;
257704
257774
  branchId?: string | undefined;
@@ -257710,7 +257780,6 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257710
257780
  }, {
257711
257781
  id: string;
257712
257782
  createdAt: Date;
257713
- forgeProjectId: string;
257714
257783
  artifacts: ({
257715
257784
  type: "build";
257716
257785
  files: {
@@ -257794,6 +257863,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257794
257863
  text: string;
257795
257864
  }[] | undefined;
257796
257865
  }[];
257866
+ forgeProjectId: string;
257797
257867
  buildArtifactId: string;
257798
257868
  locked: boolean;
257799
257869
  branchId?: string | undefined;
@@ -257807,7 +257877,6 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257807
257877
  iteration: {
257808
257878
  id: string;
257809
257879
  createdAt: Date;
257810
- forgeProjectId: string;
257811
257880
  artifacts: ({
257812
257881
  type: "build";
257813
257882
  files: {
@@ -257891,6 +257960,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257891
257960
  text: string;
257892
257961
  }[] | undefined;
257893
257962
  }[];
257963
+ forgeProjectId: string;
257894
257964
  buildArtifactId: string;
257895
257965
  locked: boolean;
257896
257966
  branchId?: string | undefined;
@@ -257904,7 +257974,6 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257904
257974
  iteration: {
257905
257975
  id: string;
257906
257976
  createdAt: Date;
257907
- forgeProjectId: string;
257908
257977
  artifacts: ({
257909
257978
  type: "build";
257910
257979
  files: {
@@ -257988,6 +258057,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
257988
258057
  text: string;
257989
258058
  }[] | undefined;
257990
258059
  }[];
258060
+ forgeProjectId: string;
257991
258061
  buildArtifactId: string;
257992
258062
  locked: boolean;
257993
258063
  branchId?: string | undefined;
@@ -260152,7 +260222,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
260152
260222
  mergeByUserId: string;
260153
260223
  mergeAt: Date;
260154
260224
  }>>;
260155
- }, "createdAt" | "forgeProjectId" | "artifacts" | "messages" | "mergeMeta">, "strip", z.ZodTypeAny, {
260225
+ }, "createdAt" | "artifacts" | "messages" | "forgeProjectId" | "mergeMeta">, "strip", z.ZodTypeAny, {
260156
260226
  id: string;
260157
260227
  buildArtifactId: string;
260158
260228
  locked: boolean;
@@ -262344,7 +262414,6 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262344
262414
  }, "strip", z.ZodTypeAny, {
262345
262415
  id: string;
262346
262416
  createdAt: Date;
262347
- forgeProjectId: string;
262348
262417
  artifacts: ({
262349
262418
  type: "build";
262350
262419
  files: {
@@ -262428,6 +262497,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262428
262497
  text: string;
262429
262498
  }[] | undefined;
262430
262499
  }[];
262500
+ forgeProjectId: string;
262431
262501
  buildArtifactId: string;
262432
262502
  locked: boolean;
262433
262503
  branchId?: string | undefined;
@@ -262439,7 +262509,6 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262439
262509
  }, {
262440
262510
  id: string;
262441
262511
  createdAt: Date;
262442
- forgeProjectId: string;
262443
262512
  artifacts: ({
262444
262513
  type: "build";
262445
262514
  files: {
@@ -262523,6 +262592,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262523
262592
  text: string;
262524
262593
  }[] | undefined;
262525
262594
  }[];
262595
+ forgeProjectId: string;
262526
262596
  buildArtifactId: string;
262527
262597
  locked: boolean;
262528
262598
  branchId?: string | undefined;
@@ -262536,7 +262606,6 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262536
262606
  iteration: {
262537
262607
  id: string;
262538
262608
  createdAt: Date;
262539
- forgeProjectId: string;
262540
262609
  artifacts: ({
262541
262610
  type: "build";
262542
262611
  files: {
@@ -262620,6 +262689,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262620
262689
  text: string;
262621
262690
  }[] | undefined;
262622
262691
  }[];
262692
+ forgeProjectId: string;
262623
262693
  buildArtifactId: string;
262624
262694
  locked: boolean;
262625
262695
  branchId?: string | undefined;
@@ -262633,7 +262703,6 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262633
262703
  iteration: {
262634
262704
  id: string;
262635
262705
  createdAt: Date;
262636
- forgeProjectId: string;
262637
262706
  artifacts: ({
262638
262707
  type: "build";
262639
262708
  files: {
@@ -262717,6 +262786,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
262717
262786
  text: string;
262718
262787
  }[] | undefined;
262719
262788
  }[];
262789
+ forgeProjectId: string;
262720
262790
  buildArtifactId: string;
262721
262791
  locked: boolean;
262722
262792
  branchId?: string | undefined;
@@ -264885,7 +264955,6 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
264885
264955
  }, "strip", z.ZodTypeAny, {
264886
264956
  id: string;
264887
264957
  createdAt: Date;
264888
- forgeProjectId: string;
264889
264958
  artifacts: ({
264890
264959
  type: "build";
264891
264960
  files: {
@@ -264969,6 +265038,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
264969
265038
  text: string;
264970
265039
  }[] | undefined;
264971
265040
  }[];
265041
+ forgeProjectId: string;
264972
265042
  buildArtifactId: string;
264973
265043
  locked: boolean;
264974
265044
  branchId?: string | undefined;
@@ -264980,7 +265050,6 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
264980
265050
  }, {
264981
265051
  id: string;
264982
265052
  createdAt: Date;
264983
- forgeProjectId: string;
264984
265053
  artifacts: ({
264985
265054
  type: "build";
264986
265055
  files: {
@@ -265064,6 +265133,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
265064
265133
  text: string;
265065
265134
  }[] | undefined;
265066
265135
  }[];
265136
+ forgeProjectId: string;
265067
265137
  buildArtifactId: string;
265068
265138
  locked: boolean;
265069
265139
  branchId?: string | undefined;
@@ -265077,7 +265147,6 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
265077
265147
  iteration: {
265078
265148
  id: string;
265079
265149
  createdAt: Date;
265080
- forgeProjectId: string;
265081
265150
  artifacts: ({
265082
265151
  type: "build";
265083
265152
  files: {
@@ -265161,6 +265230,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
265161
265230
  text: string;
265162
265231
  }[] | undefined;
265163
265232
  }[];
265233
+ forgeProjectId: string;
265164
265234
  buildArtifactId: string;
265165
265235
  locked: boolean;
265166
265236
  branchId?: string | undefined;
@@ -265174,7 +265244,6 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
265174
265244
  iteration: {
265175
265245
  id: string;
265176
265246
  createdAt: Date;
265177
- forgeProjectId: string;
265178
265247
  artifacts: ({
265179
265248
  type: "build";
265180
265249
  files: {
@@ -265258,6 +265327,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
265258
265327
  text: string;
265259
265328
  }[] | undefined;
265260
265329
  }[];
265330
+ forgeProjectId: string;
265261
265331
  buildArtifactId: string;
265262
265332
  locked: boolean;
265263
265333
  branchId?: string | undefined;
@@ -274274,15 +274344,6 @@ declare const DTOForgeProject: z.ZodObject<{
274274
274344
  description?: string | undefined;
274275
274345
  designSystemId?: string | undefined;
274276
274346
  brandId?: string | undefined;
274277
- defaultTokenThemeSetId?: string | undefined;
274278
- productContext?: string | undefined;
274279
- additionalContext?: string | undefined;
274280
- themePreset?: string | undefined;
274281
- tokenThemeSets?: {
274282
- id: string;
274283
- name: string;
274284
- tokenThemeIds: string[];
274285
- }[] | undefined;
274286
274347
  thumbnail?: {
274287
274348
  id: string;
274288
274349
  url: string;
@@ -274295,6 +274356,15 @@ declare const DTOForgeProject: z.ZodObject<{
274295
274356
  renderMode: "Image" | "HTML" | "JSON";
274296
274357
  } | undefined;
274297
274358
  } | undefined;
274359
+ defaultTokenThemeSetId?: string | undefined;
274360
+ productContext?: string | undefined;
274361
+ additionalContext?: string | undefined;
274362
+ themePreset?: string | undefined;
274363
+ tokenThemeSets?: {
274364
+ id: string;
274365
+ name: string;
274366
+ tokenThemeIds: string[];
274367
+ }[] | undefined;
274298
274368
  sandboxTemplate?: {
274299
274369
  id: string;
274300
274370
  version: string;
@@ -275264,15 +275334,6 @@ declare const DTOForgeProject: z.ZodObject<{
275264
275334
  description?: string | undefined;
275265
275335
  designSystemId?: string | undefined;
275266
275336
  brandId?: string | undefined;
275267
- defaultTokenThemeSetId?: string | undefined;
275268
- productContext?: string | undefined;
275269
- additionalContext?: string | undefined;
275270
- themePreset?: string | undefined;
275271
- tokenThemeSets?: {
275272
- id: string;
275273
- name: string;
275274
- tokenThemeIds: string[];
275275
- }[] | undefined;
275276
275337
  thumbnail?: {
275277
275338
  id: string;
275278
275339
  url: string;
@@ -275285,6 +275346,15 @@ declare const DTOForgeProject: z.ZodObject<{
275285
275346
  renderMode: "Image" | "HTML" | "JSON";
275286
275347
  } | undefined;
275287
275348
  } | undefined;
275349
+ defaultTokenThemeSetId?: string | undefined;
275350
+ productContext?: string | undefined;
275351
+ additionalContext?: string | undefined;
275352
+ themePreset?: string | undefined;
275353
+ tokenThemeSets?: {
275354
+ id: string;
275355
+ name: string;
275356
+ tokenThemeIds: string[];
275357
+ }[] | undefined;
275288
275358
  sandboxTemplate?: {
275289
275359
  id: string;
275290
275360
  version: string;
@@ -276314,15 +276384,6 @@ declare const DTOForgeProject: z.ZodObject<{
276314
276384
  description?: string | undefined;
276315
276385
  designSystemId?: string | undefined;
276316
276386
  brandId?: string | undefined;
276317
- defaultTokenThemeSetId?: string | undefined;
276318
- productContext?: string | undefined;
276319
- additionalContext?: string | undefined;
276320
- themePreset?: string | undefined;
276321
- tokenThemeSets?: {
276322
- id: string;
276323
- name: string;
276324
- tokenThemeIds: string[];
276325
- }[] | undefined;
276326
276387
  thumbnail?: {
276327
276388
  id: string;
276328
276389
  url: string;
@@ -276335,6 +276396,15 @@ declare const DTOForgeProject: z.ZodObject<{
276335
276396
  renderMode: "Image" | "HTML" | "JSON";
276336
276397
  } | undefined;
276337
276398
  } | undefined;
276399
+ defaultTokenThemeSetId?: string | undefined;
276400
+ productContext?: string | undefined;
276401
+ additionalContext?: string | undefined;
276402
+ themePreset?: string | undefined;
276403
+ tokenThemeSets?: {
276404
+ id: string;
276405
+ name: string;
276406
+ tokenThemeIds: string[];
276407
+ }[] | undefined;
276338
276408
  sandboxTemplate?: {
276339
276409
  id: string;
276340
276410
  version: string;
@@ -277366,15 +277436,6 @@ declare const DTOForgeProject: z.ZodObject<{
277366
277436
  description?: string | undefined;
277367
277437
  designSystemId?: string | undefined;
277368
277438
  brandId?: string | undefined;
277369
- defaultTokenThemeSetId?: string | undefined;
277370
- productContext?: string | undefined;
277371
- additionalContext?: string | undefined;
277372
- themePreset?: string | undefined;
277373
- tokenThemeSets?: {
277374
- id: string;
277375
- name: string;
277376
- tokenThemeIds: string[];
277377
- }[] | undefined;
277378
277439
  thumbnail?: {
277379
277440
  id: string;
277380
277441
  url: string;
@@ -277387,6 +277448,15 @@ declare const DTOForgeProject: z.ZodObject<{
277387
277448
  renderMode: "Image" | "HTML" | "JSON";
277388
277449
  } | undefined;
277389
277450
  } | undefined;
277451
+ defaultTokenThemeSetId?: string | undefined;
277452
+ productContext?: string | undefined;
277453
+ additionalContext?: string | undefined;
277454
+ themePreset?: string | undefined;
277455
+ tokenThemeSets?: {
277456
+ id: string;
277457
+ name: string;
277458
+ tokenThemeIds: string[];
277459
+ }[] | undefined;
277390
277460
  sandboxTemplate?: {
277391
277461
  id: string;
277392
277462
  version: string;
@@ -285271,15 +285341,6 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
285271
285341
  description?: string | undefined;
285272
285342
  designSystemId?: string | undefined;
285273
285343
  brandId?: string | undefined;
285274
- defaultTokenThemeSetId?: string | undefined;
285275
- productContext?: string | undefined;
285276
- additionalContext?: string | undefined;
285277
- themePreset?: string | undefined;
285278
- tokenThemeSets?: {
285279
- id: string;
285280
- name: string;
285281
- tokenThemeIds: string[];
285282
- }[] | undefined;
285283
285344
  thumbnail?: {
285284
285345
  id: string;
285285
285346
  url: string;
@@ -285292,6 +285353,15 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
285292
285353
  renderMode: "Image" | "HTML" | "JSON";
285293
285354
  } | undefined;
285294
285355
  } | undefined;
285356
+ defaultTokenThemeSetId?: string | undefined;
285357
+ productContext?: string | undefined;
285358
+ additionalContext?: string | undefined;
285359
+ themePreset?: string | undefined;
285360
+ tokenThemeSets?: {
285361
+ id: string;
285362
+ name: string;
285363
+ tokenThemeIds: string[];
285364
+ }[] | undefined;
285295
285365
  sandboxTemplate?: {
285296
285366
  id: string;
285297
285367
  version: string;
@@ -286261,15 +286331,6 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
286261
286331
  description?: string | undefined;
286262
286332
  designSystemId?: string | undefined;
286263
286333
  brandId?: string | undefined;
286264
- defaultTokenThemeSetId?: string | undefined;
286265
- productContext?: string | undefined;
286266
- additionalContext?: string | undefined;
286267
- themePreset?: string | undefined;
286268
- tokenThemeSets?: {
286269
- id: string;
286270
- name: string;
286271
- tokenThemeIds: string[];
286272
- }[] | undefined;
286273
286334
  thumbnail?: {
286274
286335
  id: string;
286275
286336
  url: string;
@@ -286282,6 +286343,15 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
286282
286343
  renderMode: "Image" | "HTML" | "JSON";
286283
286344
  } | undefined;
286284
286345
  } | undefined;
286346
+ defaultTokenThemeSetId?: string | undefined;
286347
+ productContext?: string | undefined;
286348
+ additionalContext?: string | undefined;
286349
+ themePreset?: string | undefined;
286350
+ tokenThemeSets?: {
286351
+ id: string;
286352
+ name: string;
286353
+ tokenThemeIds: string[];
286354
+ }[] | undefined;
286285
286355
  sandboxTemplate?: {
286286
286356
  id: string;
286287
286357
  version: string;
@@ -295241,15 +295311,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
295241
295311
  description?: string | undefined;
295242
295312
  designSystemId?: string | undefined;
295243
295313
  brandId?: string | undefined;
295244
- defaultTokenThemeSetId?: string | undefined;
295245
- productContext?: string | undefined;
295246
- additionalContext?: string | undefined;
295247
- themePreset?: string | undefined;
295248
- tokenThemeSets?: {
295249
- id: string;
295250
- name: string;
295251
- tokenThemeIds: string[];
295252
- }[] | undefined;
295253
295314
  thumbnail?: {
295254
295315
  id: string;
295255
295316
  url: string;
@@ -295262,6 +295323,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
295262
295323
  renderMode: "Image" | "HTML" | "JSON";
295263
295324
  } | undefined;
295264
295325
  } | undefined;
295326
+ defaultTokenThemeSetId?: string | undefined;
295327
+ productContext?: string | undefined;
295328
+ additionalContext?: string | undefined;
295329
+ themePreset?: string | undefined;
295330
+ tokenThemeSets?: {
295331
+ id: string;
295332
+ name: string;
295333
+ tokenThemeIds: string[];
295334
+ }[] | undefined;
295265
295335
  sandboxTemplate?: {
295266
295336
  id: string;
295267
295337
  version: string;
@@ -296231,15 +296301,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
296231
296301
  description?: string | undefined;
296232
296302
  designSystemId?: string | undefined;
296233
296303
  brandId?: string | undefined;
296234
- defaultTokenThemeSetId?: string | undefined;
296235
- productContext?: string | undefined;
296236
- additionalContext?: string | undefined;
296237
- themePreset?: string | undefined;
296238
- tokenThemeSets?: {
296239
- id: string;
296240
- name: string;
296241
- tokenThemeIds: string[];
296242
- }[] | undefined;
296243
296304
  thumbnail?: {
296244
296305
  id: string;
296245
296306
  url: string;
@@ -296252,6 +296313,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
296252
296313
  renderMode: "Image" | "HTML" | "JSON";
296253
296314
  } | undefined;
296254
296315
  } | undefined;
296316
+ defaultTokenThemeSetId?: string | undefined;
296317
+ productContext?: string | undefined;
296318
+ additionalContext?: string | undefined;
296319
+ themePreset?: string | undefined;
296320
+ tokenThemeSets?: {
296321
+ id: string;
296322
+ name: string;
296323
+ tokenThemeIds: string[];
296324
+ }[] | undefined;
296255
296325
  sandboxTemplate?: {
296256
296326
  id: string;
296257
296327
  version: string;
@@ -297284,15 +297354,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
297284
297354
  description?: string | undefined;
297285
297355
  designSystemId?: string | undefined;
297286
297356
  brandId?: string | undefined;
297287
- defaultTokenThemeSetId?: string | undefined;
297288
- productContext?: string | undefined;
297289
- additionalContext?: string | undefined;
297290
- themePreset?: string | undefined;
297291
- tokenThemeSets?: {
297292
- id: string;
297293
- name: string;
297294
- tokenThemeIds: string[];
297295
- }[] | undefined;
297296
297357
  thumbnail?: {
297297
297358
  id: string;
297298
297359
  url: string;
@@ -297305,6 +297366,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
297305
297366
  renderMode: "Image" | "HTML" | "JSON";
297306
297367
  } | undefined;
297307
297368
  } | undefined;
297369
+ defaultTokenThemeSetId?: string | undefined;
297370
+ productContext?: string | undefined;
297371
+ additionalContext?: string | undefined;
297372
+ themePreset?: string | undefined;
297373
+ tokenThemeSets?: {
297374
+ id: string;
297375
+ name: string;
297376
+ tokenThemeIds: string[];
297377
+ }[] | undefined;
297308
297378
  sandboxTemplate?: {
297309
297379
  id: string;
297310
297380
  version: string;
@@ -298337,15 +298407,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
298337
298407
  description?: string | undefined;
298338
298408
  designSystemId?: string | undefined;
298339
298409
  brandId?: string | undefined;
298340
- defaultTokenThemeSetId?: string | undefined;
298341
- productContext?: string | undefined;
298342
- additionalContext?: string | undefined;
298343
- themePreset?: string | undefined;
298344
- tokenThemeSets?: {
298345
- id: string;
298346
- name: string;
298347
- tokenThemeIds: string[];
298348
- }[] | undefined;
298349
298410
  thumbnail?: {
298350
298411
  id: string;
298351
298412
  url: string;
@@ -298358,6 +298419,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
298358
298419
  renderMode: "Image" | "HTML" | "JSON";
298359
298420
  } | undefined;
298360
298421
  } | undefined;
298422
+ defaultTokenThemeSetId?: string | undefined;
298423
+ productContext?: string | undefined;
298424
+ additionalContext?: string | undefined;
298425
+ themePreset?: string | undefined;
298426
+ tokenThemeSets?: {
298427
+ id: string;
298428
+ name: string;
298429
+ tokenThemeIds: string[];
298430
+ }[] | undefined;
298361
298431
  sandboxTemplate?: {
298362
298432
  id: string;
298363
298433
  version: string;
@@ -299392,15 +299462,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
299392
299462
  description?: string | undefined;
299393
299463
  designSystemId?: string | undefined;
299394
299464
  brandId?: string | undefined;
299395
- defaultTokenThemeSetId?: string | undefined;
299396
- productContext?: string | undefined;
299397
- additionalContext?: string | undefined;
299398
- themePreset?: string | undefined;
299399
- tokenThemeSets?: {
299400
- id: string;
299401
- name: string;
299402
- tokenThemeIds: string[];
299403
- }[] | undefined;
299404
299465
  thumbnail?: {
299405
299466
  id: string;
299406
299467
  url: string;
@@ -299413,6 +299474,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
299413
299474
  renderMode: "Image" | "HTML" | "JSON";
299414
299475
  } | undefined;
299415
299476
  } | undefined;
299477
+ defaultTokenThemeSetId?: string | undefined;
299478
+ productContext?: string | undefined;
299479
+ additionalContext?: string | undefined;
299480
+ themePreset?: string | undefined;
299481
+ tokenThemeSets?: {
299482
+ id: string;
299483
+ name: string;
299484
+ tokenThemeIds: string[];
299485
+ }[] | undefined;
299416
299486
  sandboxTemplate?: {
299417
299487
  id: string;
299418
299488
  version: string;
@@ -300447,15 +300517,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
300447
300517
  description?: string | undefined;
300448
300518
  designSystemId?: string | undefined;
300449
300519
  brandId?: string | undefined;
300450
- defaultTokenThemeSetId?: string | undefined;
300451
- productContext?: string | undefined;
300452
- additionalContext?: string | undefined;
300453
- themePreset?: string | undefined;
300454
- tokenThemeSets?: {
300455
- id: string;
300456
- name: string;
300457
- tokenThemeIds: string[];
300458
- }[] | undefined;
300459
300520
  thumbnail?: {
300460
300521
  id: string;
300461
300522
  url: string;
@@ -300468,6 +300529,15 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
300468
300529
  renderMode: "Image" | "HTML" | "JSON";
300469
300530
  } | undefined;
300470
300531
  } | undefined;
300532
+ defaultTokenThemeSetId?: string | undefined;
300533
+ productContext?: string | undefined;
300534
+ additionalContext?: string | undefined;
300535
+ themePreset?: string | undefined;
300536
+ tokenThemeSets?: {
300537
+ id: string;
300538
+ name: string;
300539
+ tokenThemeIds: string[];
300540
+ }[] | undefined;
300471
300541
  sandboxTemplate?: {
300472
300542
  id: string;
300473
300543
  version: string;
@@ -308354,15 +308424,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
308354
308424
  description?: string | undefined;
308355
308425
  designSystemId?: string | undefined;
308356
308426
  brandId?: string | undefined;
308357
- defaultTokenThemeSetId?: string | undefined;
308358
- productContext?: string | undefined;
308359
- additionalContext?: string | undefined;
308360
- themePreset?: string | undefined;
308361
- tokenThemeSets?: {
308362
- id: string;
308363
- name: string;
308364
- tokenThemeIds: string[];
308365
- }[] | undefined;
308366
308427
  thumbnail?: {
308367
308428
  id: string;
308368
308429
  url: string;
@@ -308375,6 +308436,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
308375
308436
  renderMode: "Image" | "HTML" | "JSON";
308376
308437
  } | undefined;
308377
308438
  } | undefined;
308439
+ defaultTokenThemeSetId?: string | undefined;
308440
+ productContext?: string | undefined;
308441
+ additionalContext?: string | undefined;
308442
+ themePreset?: string | undefined;
308443
+ tokenThemeSets?: {
308444
+ id: string;
308445
+ name: string;
308446
+ tokenThemeIds: string[];
308447
+ }[] | undefined;
308378
308448
  sandboxTemplate?: {
308379
308449
  id: string;
308380
308450
  version: string;
@@ -309344,15 +309414,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
309344
309414
  description?: string | undefined;
309345
309415
  designSystemId?: string | undefined;
309346
309416
  brandId?: string | undefined;
309347
- defaultTokenThemeSetId?: string | undefined;
309348
- productContext?: string | undefined;
309349
- additionalContext?: string | undefined;
309350
- themePreset?: string | undefined;
309351
- tokenThemeSets?: {
309352
- id: string;
309353
- name: string;
309354
- tokenThemeIds: string[];
309355
- }[] | undefined;
309356
309417
  thumbnail?: {
309357
309418
  id: string;
309358
309419
  url: string;
@@ -309365,6 +309426,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
309365
309426
  renderMode: "Image" | "HTML" | "JSON";
309366
309427
  } | undefined;
309367
309428
  } | undefined;
309429
+ defaultTokenThemeSetId?: string | undefined;
309430
+ productContext?: string | undefined;
309431
+ additionalContext?: string | undefined;
309432
+ themePreset?: string | undefined;
309433
+ tokenThemeSets?: {
309434
+ id: string;
309435
+ name: string;
309436
+ tokenThemeIds: string[];
309437
+ }[] | undefined;
309368
309438
  sandboxTemplate?: {
309369
309439
  id: string;
309370
309440
  version: string;
@@ -310397,15 +310467,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
310397
310467
  description?: string | undefined;
310398
310468
  designSystemId?: string | undefined;
310399
310469
  brandId?: string | undefined;
310400
- defaultTokenThemeSetId?: string | undefined;
310401
- productContext?: string | undefined;
310402
- additionalContext?: string | undefined;
310403
- themePreset?: string | undefined;
310404
- tokenThemeSets?: {
310405
- id: string;
310406
- name: string;
310407
- tokenThemeIds: string[];
310408
- }[] | undefined;
310409
310470
  thumbnail?: {
310410
310471
  id: string;
310411
310472
  url: string;
@@ -310418,6 +310479,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
310418
310479
  renderMode: "Image" | "HTML" | "JSON";
310419
310480
  } | undefined;
310420
310481
  } | undefined;
310482
+ defaultTokenThemeSetId?: string | undefined;
310483
+ productContext?: string | undefined;
310484
+ additionalContext?: string | undefined;
310485
+ themePreset?: string | undefined;
310486
+ tokenThemeSets?: {
310487
+ id: string;
310488
+ name: string;
310489
+ tokenThemeIds: string[];
310490
+ }[] | undefined;
310421
310491
  sandboxTemplate?: {
310422
310492
  id: string;
310423
310493
  version: string;
@@ -311450,15 +311520,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
311450
311520
  description?: string | undefined;
311451
311521
  designSystemId?: string | undefined;
311452
311522
  brandId?: string | undefined;
311453
- defaultTokenThemeSetId?: string | undefined;
311454
- productContext?: string | undefined;
311455
- additionalContext?: string | undefined;
311456
- themePreset?: string | undefined;
311457
- tokenThemeSets?: {
311458
- id: string;
311459
- name: string;
311460
- tokenThemeIds: string[];
311461
- }[] | undefined;
311462
311523
  thumbnail?: {
311463
311524
  id: string;
311464
311525
  url: string;
@@ -311471,6 +311532,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
311471
311532
  renderMode: "Image" | "HTML" | "JSON";
311472
311533
  } | undefined;
311473
311534
  } | undefined;
311535
+ defaultTokenThemeSetId?: string | undefined;
311536
+ productContext?: string | undefined;
311537
+ additionalContext?: string | undefined;
311538
+ themePreset?: string | undefined;
311539
+ tokenThemeSets?: {
311540
+ id: string;
311541
+ name: string;
311542
+ tokenThemeIds: string[];
311543
+ }[] | undefined;
311474
311544
  sandboxTemplate?: {
311475
311545
  id: string;
311476
311546
  version: string;
@@ -312505,15 +312575,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
312505
312575
  description?: string | undefined;
312506
312576
  designSystemId?: string | undefined;
312507
312577
  brandId?: string | undefined;
312508
- defaultTokenThemeSetId?: string | undefined;
312509
- productContext?: string | undefined;
312510
- additionalContext?: string | undefined;
312511
- themePreset?: string | undefined;
312512
- tokenThemeSets?: {
312513
- id: string;
312514
- name: string;
312515
- tokenThemeIds: string[];
312516
- }[] | undefined;
312517
312578
  thumbnail?: {
312518
312579
  id: string;
312519
312580
  url: string;
@@ -312526,6 +312587,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
312526
312587
  renderMode: "Image" | "HTML" | "JSON";
312527
312588
  } | undefined;
312528
312589
  } | undefined;
312590
+ defaultTokenThemeSetId?: string | undefined;
312591
+ productContext?: string | undefined;
312592
+ additionalContext?: string | undefined;
312593
+ themePreset?: string | undefined;
312594
+ tokenThemeSets?: {
312595
+ id: string;
312596
+ name: string;
312597
+ tokenThemeIds: string[];
312598
+ }[] | undefined;
312529
312599
  sandboxTemplate?: {
312530
312600
  id: string;
312531
312601
  version: string;
@@ -313560,15 +313630,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
313560
313630
  description?: string | undefined;
313561
313631
  designSystemId?: string | undefined;
313562
313632
  brandId?: string | undefined;
313563
- defaultTokenThemeSetId?: string | undefined;
313564
- productContext?: string | undefined;
313565
- additionalContext?: string | undefined;
313566
- themePreset?: string | undefined;
313567
- tokenThemeSets?: {
313568
- id: string;
313569
- name: string;
313570
- tokenThemeIds: string[];
313571
- }[] | undefined;
313572
313633
  thumbnail?: {
313573
313634
  id: string;
313574
313635
  url: string;
@@ -313581,6 +313642,15 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
313581
313642
  renderMode: "Image" | "HTML" | "JSON";
313582
313643
  } | undefined;
313583
313644
  } | undefined;
313645
+ defaultTokenThemeSetId?: string | undefined;
313646
+ productContext?: string | undefined;
313647
+ additionalContext?: string | undefined;
313648
+ themePreset?: string | undefined;
313649
+ tokenThemeSets?: {
313650
+ id: string;
313651
+ name: string;
313652
+ tokenThemeIds: string[];
313653
+ }[] | undefined;
313584
313654
  sandboxTemplate?: {
313585
313655
  id: string;
313586
313656
  version: string;
@@ -362309,6 +362379,12 @@ declare class ForgeFeatureArtifactsEndpoint {
362309
362379
  description: string;
362310
362380
  } | undefined;
362311
362381
  thumbnailUrl?: string | undefined;
362382
+ baseIterationId?: string | undefined;
362383
+ isInProgress?: boolean | undefined;
362384
+ errorDescription?: string | null | undefined;
362385
+ creditsCost?: number | undefined;
362386
+ staticPreviewUrl?: string | undefined;
362387
+ isBookmarked?: boolean | undefined;
362312
362388
  thumbnail?: {
362313
362389
  id: string;
362314
362390
  url: string;
@@ -362321,12 +362397,6 @@ declare class ForgeFeatureArtifactsEndpoint {
362321
362397
  renderMode: "Image" | "HTML" | "JSON";
362322
362398
  } | undefined;
362323
362399
  } | undefined;
362324
- baseIterationId?: string | undefined;
362325
- isInProgress?: boolean | undefined;
362326
- errorDescription?: string | null | undefined;
362327
- creditsCost?: number | undefined;
362328
- staticPreviewUrl?: string | undefined;
362329
- isBookmarked?: boolean | undefined;
362330
362400
  artifactsDiff?: {
362331
362401
  created: string[];
362332
362402
  updated: string[];
@@ -362364,6 +362434,12 @@ declare class ForgeFeatureIterationsEndpoint {
362364
362434
  description: string;
362365
362435
  } | undefined;
362366
362436
  thumbnailUrl?: string | undefined;
362437
+ baseIterationId?: string | undefined;
362438
+ isInProgress?: boolean | undefined;
362439
+ errorDescription?: string | null | undefined;
362440
+ creditsCost?: number | undefined;
362441
+ staticPreviewUrl?: string | undefined;
362442
+ isBookmarked?: boolean | undefined;
362367
362443
  thumbnail?: {
362368
362444
  id: string;
362369
362445
  url: string;
@@ -362376,12 +362452,6 @@ declare class ForgeFeatureIterationsEndpoint {
362376
362452
  renderMode: "Image" | "HTML" | "JSON";
362377
362453
  } | undefined;
362378
362454
  } | undefined;
362379
- baseIterationId?: string | undefined;
362380
- isInProgress?: boolean | undefined;
362381
- errorDescription?: string | null | undefined;
362382
- creditsCost?: number | undefined;
362383
- staticPreviewUrl?: string | undefined;
362384
- isBookmarked?: boolean | undefined;
362385
362455
  artifactsDiff?: {
362386
362456
  created: string[];
362387
362457
  updated: string[];
@@ -362402,6 +362472,12 @@ declare class ForgeFeatureIterationsEndpoint {
362402
362472
  description: string;
362403
362473
  } | undefined;
362404
362474
  thumbnailUrl?: string | undefined;
362475
+ baseIterationId?: string | undefined;
362476
+ isInProgress?: boolean | undefined;
362477
+ errorDescription?: string | null | undefined;
362478
+ creditsCost?: number | undefined;
362479
+ staticPreviewUrl?: string | undefined;
362480
+ isBookmarked?: boolean | undefined;
362405
362481
  thumbnail?: {
362406
362482
  id: string;
362407
362483
  url: string;
@@ -362414,12 +362490,6 @@ declare class ForgeFeatureIterationsEndpoint {
362414
362490
  renderMode: "Image" | "HTML" | "JSON";
362415
362491
  } | undefined;
362416
362492
  } | undefined;
362417
- baseIterationId?: string | undefined;
362418
- isInProgress?: boolean | undefined;
362419
- errorDescription?: string | null | undefined;
362420
- creditsCost?: number | undefined;
362421
- staticPreviewUrl?: string | undefined;
362422
- isBookmarked?: boolean | undefined;
362423
362493
  artifactsDiff?: {
362424
362494
  created: string[];
362425
362495
  updated: string[];
@@ -362655,6 +362725,12 @@ declare class ForgeProjectFeaturesEndpoint {
362655
362725
  description: string;
362656
362726
  } | undefined;
362657
362727
  thumbnailUrl?: string | undefined;
362728
+ baseIterationId?: string | undefined;
362729
+ isInProgress?: boolean | undefined;
362730
+ errorDescription?: string | null | undefined;
362731
+ creditsCost?: number | undefined;
362732
+ staticPreviewUrl?: string | undefined;
362733
+ isBookmarked?: boolean | undefined;
362658
362734
  thumbnail?: {
362659
362735
  id: string;
362660
362736
  url: string;
@@ -362667,12 +362743,6 @@ declare class ForgeProjectFeaturesEndpoint {
362667
362743
  renderMode: "Image" | "HTML" | "JSON";
362668
362744
  } | undefined;
362669
362745
  } | undefined;
362670
- baseIterationId?: string | undefined;
362671
- isInProgress?: boolean | undefined;
362672
- errorDescription?: string | null | undefined;
362673
- creditsCost?: number | undefined;
362674
- staticPreviewUrl?: string | undefined;
362675
- isBookmarked?: boolean | undefined;
362676
362746
  artifactsDiff?: {
362677
362747
  created: string[];
362678
362748
  updated: string[];
@@ -363700,15 +363770,6 @@ declare class ForgeProjectContextsEndpoint {
363700
363770
  description?: string | undefined;
363701
363771
  designSystemId?: string | undefined;
363702
363772
  brandId?: string | undefined;
363703
- defaultTokenThemeSetId?: string | undefined;
363704
- productContext?: string | undefined;
363705
- additionalContext?: string | undefined;
363706
- themePreset?: string | undefined;
363707
- tokenThemeSets?: {
363708
- id: string;
363709
- name: string;
363710
- tokenThemeIds: string[];
363711
- }[] | undefined;
363712
363773
  thumbnail?: {
363713
363774
  id: string;
363714
363775
  url: string;
@@ -363721,6 +363782,15 @@ declare class ForgeProjectContextsEndpoint {
363721
363782
  renderMode: "Image" | "HTML" | "JSON";
363722
363783
  } | undefined;
363723
363784
  } | undefined;
363785
+ defaultTokenThemeSetId?: string | undefined;
363786
+ productContext?: string | undefined;
363787
+ additionalContext?: string | undefined;
363788
+ themePreset?: string | undefined;
363789
+ tokenThemeSets?: {
363790
+ id: string;
363791
+ name: string;
363792
+ tokenThemeIds: string[];
363793
+ }[] | undefined;
363724
363794
  sandboxTemplate?: {
363725
363795
  id: string;
363726
363796
  version: string;
@@ -364693,15 +364763,6 @@ declare class ForgeProjectContextsEndpoint {
364693
364763
  description?: string | undefined;
364694
364764
  designSystemId?: string | undefined;
364695
364765
  brandId?: string | undefined;
364696
- defaultTokenThemeSetId?: string | undefined;
364697
- productContext?: string | undefined;
364698
- additionalContext?: string | undefined;
364699
- themePreset?: string | undefined;
364700
- tokenThemeSets?: {
364701
- id: string;
364702
- name: string;
364703
- tokenThemeIds: string[];
364704
- }[] | undefined;
364705
364766
  thumbnail?: {
364706
364767
  id: string;
364707
364768
  url: string;
@@ -364714,6 +364775,15 @@ declare class ForgeProjectContextsEndpoint {
364714
364775
  renderMode: "Image" | "HTML" | "JSON";
364715
364776
  } | undefined;
364716
364777
  } | undefined;
364778
+ defaultTokenThemeSetId?: string | undefined;
364779
+ productContext?: string | undefined;
364780
+ additionalContext?: string | undefined;
364781
+ themePreset?: string | undefined;
364782
+ tokenThemeSets?: {
364783
+ id: string;
364784
+ name: string;
364785
+ tokenThemeIds: string[];
364786
+ }[] | undefined;
364717
364787
  sandboxTemplate?: {
364718
364788
  id: string;
364719
364789
  version: string;
@@ -365686,15 +365756,6 @@ declare class ForgeProjectContextsEndpoint {
365686
365756
  description?: string | undefined;
365687
365757
  designSystemId?: string | undefined;
365688
365758
  brandId?: string | undefined;
365689
- defaultTokenThemeSetId?: string | undefined;
365690
- productContext?: string | undefined;
365691
- additionalContext?: string | undefined;
365692
- themePreset?: string | undefined;
365693
- tokenThemeSets?: {
365694
- id: string;
365695
- name: string;
365696
- tokenThemeIds: string[];
365697
- }[] | undefined;
365698
365759
  thumbnail?: {
365699
365760
  id: string;
365700
365761
  url: string;
@@ -365707,6 +365768,15 @@ declare class ForgeProjectContextsEndpoint {
365707
365768
  renderMode: "Image" | "HTML" | "JSON";
365708
365769
  } | undefined;
365709
365770
  } | undefined;
365771
+ defaultTokenThemeSetId?: string | undefined;
365772
+ productContext?: string | undefined;
365773
+ additionalContext?: string | undefined;
365774
+ themePreset?: string | undefined;
365775
+ tokenThemeSets?: {
365776
+ id: string;
365777
+ name: string;
365778
+ tokenThemeIds: string[];
365779
+ }[] | undefined;
365710
365780
  sandboxTemplate?: {
365711
365781
  id: string;
365712
365782
  version: string;
@@ -366938,15 +367008,6 @@ declare class ForgeProjectsEndpoint {
366938
367008
  description?: string | undefined;
366939
367009
  designSystemId?: string | undefined;
366940
367010
  brandId?: string | undefined;
366941
- defaultTokenThemeSetId?: string | undefined;
366942
- productContext?: string | undefined;
366943
- additionalContext?: string | undefined;
366944
- themePreset?: string | undefined;
366945
- tokenThemeSets?: {
366946
- id: string;
366947
- name: string;
366948
- tokenThemeIds: string[];
366949
- }[] | undefined;
366950
367011
  thumbnail?: {
366951
367012
  id: string;
366952
367013
  url: string;
@@ -366959,6 +367020,15 @@ declare class ForgeProjectsEndpoint {
366959
367020
  renderMode: "Image" | "HTML" | "JSON";
366960
367021
  } | undefined;
366961
367022
  } | undefined;
367023
+ defaultTokenThemeSetId?: string | undefined;
367024
+ productContext?: string | undefined;
367025
+ additionalContext?: string | undefined;
367026
+ themePreset?: string | undefined;
367027
+ tokenThemeSets?: {
367028
+ id: string;
367029
+ name: string;
367030
+ tokenThemeIds: string[];
367031
+ }[] | undefined;
366962
367032
  sandboxTemplate?: {
366963
367033
  id: string;
366964
367034
  version: string;
@@ -367994,15 +368064,6 @@ declare class ForgeProjectsEndpoint {
367994
368064
  description?: string | undefined;
367995
368065
  designSystemId?: string | undefined;
367996
368066
  brandId?: string | undefined;
367997
- defaultTokenThemeSetId?: string | undefined;
367998
- productContext?: string | undefined;
367999
- additionalContext?: string | undefined;
368000
- themePreset?: string | undefined;
368001
- tokenThemeSets?: {
368002
- id: string;
368003
- name: string;
368004
- tokenThemeIds: string[];
368005
- }[] | undefined;
368006
368067
  thumbnail?: {
368007
368068
  id: string;
368008
368069
  url: string;
@@ -368015,6 +368076,15 @@ declare class ForgeProjectsEndpoint {
368015
368076
  renderMode: "Image" | "HTML" | "JSON";
368016
368077
  } | undefined;
368017
368078
  } | undefined;
368079
+ defaultTokenThemeSetId?: string | undefined;
368080
+ productContext?: string | undefined;
368081
+ additionalContext?: string | undefined;
368082
+ themePreset?: string | undefined;
368083
+ tokenThemeSets?: {
368084
+ id: string;
368085
+ name: string;
368086
+ tokenThemeIds: string[];
368087
+ }[] | undefined;
368018
368088
  sandboxTemplate?: {
368019
368089
  id: string;
368020
368090
  version: string;
@@ -369050,15 +369120,6 @@ declare class ForgeProjectsEndpoint {
369050
369120
  description?: string | undefined;
369051
369121
  designSystemId?: string | undefined;
369052
369122
  brandId?: string | undefined;
369053
- defaultTokenThemeSetId?: string | undefined;
369054
- productContext?: string | undefined;
369055
- additionalContext?: string | undefined;
369056
- themePreset?: string | undefined;
369057
- tokenThemeSets?: {
369058
- id: string;
369059
- name: string;
369060
- tokenThemeIds: string[];
369061
- }[] | undefined;
369062
369123
  thumbnail?: {
369063
369124
  id: string;
369064
369125
  url: string;
@@ -369071,6 +369132,15 @@ declare class ForgeProjectsEndpoint {
369071
369132
  renderMode: "Image" | "HTML" | "JSON";
369072
369133
  } | undefined;
369073
369134
  } | undefined;
369135
+ defaultTokenThemeSetId?: string | undefined;
369136
+ productContext?: string | undefined;
369137
+ additionalContext?: string | undefined;
369138
+ themePreset?: string | undefined;
369139
+ tokenThemeSets?: {
369140
+ id: string;
369141
+ name: string;
369142
+ tokenThemeIds: string[];
369143
+ }[] | undefined;
369074
369144
  sandboxTemplate?: {
369075
369145
  id: string;
369076
369146
  version: string;
@@ -370106,15 +370176,6 @@ declare class ForgeProjectsEndpoint {
370106
370176
  description?: string | undefined;
370107
370177
  designSystemId?: string | undefined;
370108
370178
  brandId?: string | undefined;
370109
- defaultTokenThemeSetId?: string | undefined;
370110
- productContext?: string | undefined;
370111
- additionalContext?: string | undefined;
370112
- themePreset?: string | undefined;
370113
- tokenThemeSets?: {
370114
- id: string;
370115
- name: string;
370116
- tokenThemeIds: string[];
370117
- }[] | undefined;
370118
370179
  thumbnail?: {
370119
370180
  id: string;
370120
370181
  url: string;
@@ -370127,6 +370188,15 @@ declare class ForgeProjectsEndpoint {
370127
370188
  renderMode: "Image" | "HTML" | "JSON";
370128
370189
  } | undefined;
370129
370190
  } | undefined;
370191
+ defaultTokenThemeSetId?: string | undefined;
370192
+ productContext?: string | undefined;
370193
+ additionalContext?: string | undefined;
370194
+ themePreset?: string | undefined;
370195
+ tokenThemeSets?: {
370196
+ id: string;
370197
+ name: string;
370198
+ tokenThemeIds: string[];
370199
+ }[] | undefined;
370130
370200
  sandboxTemplate?: {
370131
370201
  id: string;
370132
370202
  version: string;
@@ -371162,15 +371232,6 @@ declare class ForgeProjectsEndpoint {
371162
371232
  description?: string | undefined;
371163
371233
  designSystemId?: string | undefined;
371164
371234
  brandId?: string | undefined;
371165
- defaultTokenThemeSetId?: string | undefined;
371166
- productContext?: string | undefined;
371167
- additionalContext?: string | undefined;
371168
- themePreset?: string | undefined;
371169
- tokenThemeSets?: {
371170
- id: string;
371171
- name: string;
371172
- tokenThemeIds: string[];
371173
- }[] | undefined;
371174
371235
  thumbnail?: {
371175
371236
  id: string;
371176
371237
  url: string;
@@ -371183,6 +371244,15 @@ declare class ForgeProjectsEndpoint {
371183
371244
  renderMode: "Image" | "HTML" | "JSON";
371184
371245
  } | undefined;
371185
371246
  } | undefined;
371247
+ defaultTokenThemeSetId?: string | undefined;
371248
+ productContext?: string | undefined;
371249
+ additionalContext?: string | undefined;
371250
+ themePreset?: string | undefined;
371251
+ tokenThemeSets?: {
371252
+ id: string;
371253
+ name: string;
371254
+ tokenThemeIds: string[];
371255
+ }[] | undefined;
371186
371256
  sandboxTemplate?: {
371187
371257
  id: string;
371188
371258
  version: string;
@@ -371216,7 +371286,6 @@ declare class ForgeProjectIterationsEndpoint {
371216
371286
  iteration: {
371217
371287
  id: string;
371218
371288
  createdAt: Date;
371219
- forgeProjectId: string;
371220
371289
  artifacts: ({
371221
371290
  type: "build";
371222
371291
  files: {
@@ -371300,6 +371369,7 @@ declare class ForgeProjectIterationsEndpoint {
371300
371369
  text: string;
371301
371370
  }[] | undefined;
371302
371371
  }[];
371372
+ forgeProjectId: string;
371303
371373
  buildArtifactId: string;
371304
371374
  locked: boolean;
371305
371375
  branchId?: string | undefined;
@@ -371314,7 +371384,6 @@ declare class ForgeProjectIterationsEndpoint {
371314
371384
  iteration: {
371315
371385
  id: string;
371316
371386
  createdAt: Date;
371317
- forgeProjectId: string;
371318
371387
  artifacts: ({
371319
371388
  type: "build";
371320
371389
  files: {
@@ -371398,6 +371467,7 @@ declare class ForgeProjectIterationsEndpoint {
371398
371467
  text: string;
371399
371468
  }[] | undefined;
371400
371469
  }[];
371470
+ forgeProjectId: string;
371401
371471
  buildArtifactId: string;
371402
371472
  locked: boolean;
371403
371473
  branchId?: string | undefined;
@@ -371412,7 +371482,6 @@ declare class ForgeProjectIterationsEndpoint {
371412
371482
  iteration: {
371413
371483
  id: string;
371414
371484
  createdAt: Date;
371415
- forgeProjectId: string;
371416
371485
  artifacts: ({
371417
371486
  type: "build";
371418
371487
  files: {
@@ -371496,6 +371565,7 @@ declare class ForgeProjectIterationsEndpoint {
371496
371565
  text: string;
371497
371566
  }[] | undefined;
371498
371567
  }[];
371568
+ forgeProjectId: string;
371499
371569
  buildArtifactId: string;
371500
371570
  locked: boolean;
371501
371571
  branchId?: string | undefined;
@@ -371510,7 +371580,6 @@ declare class ForgeProjectIterationsEndpoint {
371510
371580
  iteration: {
371511
371581
  id: string;
371512
371582
  createdAt: Date;
371513
- forgeProjectId: string;
371514
371583
  artifacts: ({
371515
371584
  type: "build";
371516
371585
  files: {
@@ -371594,6 +371663,7 @@ declare class ForgeProjectIterationsEndpoint {
371594
371663
  text: string;
371595
371664
  }[] | undefined;
371596
371665
  }[];
371666
+ forgeProjectId: string;
371597
371667
  buildArtifactId: string;
371598
371668
  locked: boolean;
371599
371669
  branchId?: string | undefined;
@@ -376180,4 +376250,4 @@ declare function isValidRedirectPath(path: string): {
376180
376250
  reason: ValidationErrorReason | undefined;
376181
376251
  };
376182
376252
 
376183
- export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemUpdateSwitcherInput, 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, DTOFeatureArtifactGetByIdParam, DTOFeatureArtifactListQuery, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureArtifactWithContentResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationError, DTOFeatureIterationErrorType, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureIterationValidateInput, DTOFeatureIterationValidateResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeaturePublishedStateUpdateInput, DTOFeatureSandbox, DTOFeatureUpdateThemeInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeDocumentGetByIdParam, DTOForgeDocumentGetResponse, DTOForgeEntity, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeMemoryCreateInput, DTOForgeMemoryDeleteInput, DTOForgeMemoryEntry, DTOForgeMemoryEntryListQuery, DTOForgeMemoryEntryListResponse, DTOForgeMemoryEntryResponse, DTOForgeMemoryUpdateInput, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextCreated, DTOForgeProjectContextDeleted, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextUpdated, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreated, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetByIdParam, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberDeleted, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberListQuery, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMemberUpdated, DTOForgeProjectMembersCreated, DTOForgeProjectMembersListResponse, DTOForgeProjectPublishedFeature, DTOForgeProjectPublishedFeatureGetResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomEvent, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdated, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMCPStream, DTOMCPStreamResponse, DTOMCPStreamUpdateInput, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONotificationBase, DTONotificationChannel, DTONotificationChatMentionPayload, DTONotificationCreateInput, DTONotificationProjectDocumentCommentPayload, DTONotificationProjectInvitationPayload, DTONotificationType, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, DTOProjectContextOverride, DTOProjectContextOverrideInput, DTOProjectContextOverrideResponse, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOSandboxError, DTOSandboxTemplate, DTOSandboxTemplateBuild, DTOSandboxTemplateBuildCreateInput, DTOSandboxTemplateBuildCreateResponse, DTOSandboxTemplateBuildCreated, DTOSandboxTemplateBuildFinalizeResponse, DTOSandboxTemplateBuildFinished, DTOSandboxTemplateBuildResponse, DTOSandboxTemplateFile, DTOSandboxTemplateListResponse, DTOSandboxTemplateQuery, DTOSandboxTemplateResponse, DTOSandboxTemplateVersion, DTOSandboxTemplateVersionCreated, DTOSandboxTemplateVersionDetail, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThemesListQuery, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageRetryInput, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettings, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceDefaultProjectAccessMode, DTOWorkspaceDefaultProjectRole, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceRoomEvent, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeDocumentsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeMemoryEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, MCPStreamsEndpoint, 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, SandboxTemplateBuildsEndpoint, SandboxTemplatesEndpoint, SandboxesEndpoint, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceBillingEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
376253
+ export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemUpdateSwitcherInput, 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, DTOFeatureArtifactGetByIdParam, DTOFeatureArtifactListQuery, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureArtifactWithContentResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationError, DTOFeatureIterationErrorType, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureIterationValidateInput, DTOFeatureIterationValidateResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeaturePublishedStateUpdateInput, DTOFeatureSandbox, DTOFeatureUpdateThemeInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeDocumentGetByIdParam, DTOForgeDocumentGetResponse, DTOForgeEntity, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeMemoryCreateInput, DTOForgeMemoryDeleteInput, DTOForgeMemoryEntry, DTOForgeMemoryEntryListQuery, DTOForgeMemoryEntryListResponse, DTOForgeMemoryEntryResponse, DTOForgeMemoryUpdateInput, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextCreated, DTOForgeProjectContextDeleted, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextUpdated, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreated, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetByIdParam, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectIterationTagSet, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberDeleted, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberListQuery, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMemberUpdated, DTOForgeProjectMembersCreated, DTOForgeProjectMembersListResponse, DTOForgeProjectPublishedFeature, DTOForgeProjectPublishedFeatureGetResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomEvent, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdated, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMCPStream, DTOMCPStreamResponse, DTOMCPStreamUpdateInput, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONotificationBase, DTONotificationChannel, DTONotificationChatMentionPayload, DTONotificationCreateInput, DTONotificationProjectDocumentCommentPayload, DTONotificationProjectInvitationPayload, DTONotificationType, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, DTOProjectContextOverride, DTOProjectContextOverrideInput, DTOProjectContextOverrideResponse, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOSandboxError, DTOSandboxTemplate, DTOSandboxTemplateBuild, DTOSandboxTemplateBuildCreateInput, DTOSandboxTemplateBuildCreateResponse, DTOSandboxTemplateBuildCreated, DTOSandboxTemplateBuildFinalizeResponse, DTOSandboxTemplateBuildFinished, DTOSandboxTemplateBuildResponse, DTOSandboxTemplateFile, DTOSandboxTemplateListResponse, DTOSandboxTemplateQuery, DTOSandboxTemplateResponse, DTOSandboxTemplateVersion, DTOSandboxTemplateVersionCreated, DTOSandboxTemplateVersionDetail, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThemesListQuery, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageRetryInput, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettings, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceDefaultProjectAccessMode, DTOWorkspaceDefaultProjectRole, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceRoomEvent, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeDocumentsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeMemoryEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, MCPStreamsEndpoint, 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, SandboxTemplateBuildsEndpoint, SandboxTemplatesEndpoint, SandboxesEndpoint, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceBillingEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };