@supernova-studio/client 1.31.5 → 1.32.0

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
@@ -448,6 +448,9 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
448
448
  customRegistryUrl?: string | undefined;
449
449
  password?: string | undefined;
450
450
  }>>;
451
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
452
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
453
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
451
454
  }, "strip", z$1.ZodTypeAny, {
452
455
  id: string;
453
456
  profile: {
@@ -496,6 +499,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
496
499
  cancelAt?: string | undefined;
497
500
  subscriptionStatusUpdatedAt?: string | undefined;
498
501
  };
502
+ aiFeaturesEnabled: boolean;
503
+ aiAskFeaturesEnabled: boolean;
499
504
  npmRegistry?: {
500
505
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
501
506
  registryUrl: string;
@@ -508,6 +513,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
508
513
  customRegistryUrl?: string | undefined;
509
514
  password?: string | undefined;
510
515
  } | undefined;
516
+ aiCustomInstruction?: string | undefined;
511
517
  }, {
512
518
  id: string;
513
519
  profile: {
@@ -568,6 +574,9 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
568
574
  customRegistryUrl?: string | undefined;
569
575
  password?: string | undefined;
570
576
  } | undefined;
577
+ aiFeaturesEnabled?: boolean | undefined;
578
+ aiAskFeaturesEnabled?: boolean | undefined;
579
+ aiCustomInstruction?: string | undefined;
571
580
  }>;
572
581
  role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
573
582
  effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
@@ -622,6 +631,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
622
631
  cancelAt?: string | undefined;
623
632
  subscriptionStatusUpdatedAt?: string | undefined;
624
633
  };
634
+ aiFeaturesEnabled: boolean;
635
+ aiAskFeaturesEnabled: boolean;
625
636
  npmRegistry?: {
626
637
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
627
638
  registryUrl: string;
@@ -634,6 +645,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
634
645
  customRegistryUrl?: string | undefined;
635
646
  password?: string | undefined;
636
647
  } | undefined;
648
+ aiCustomInstruction?: string | undefined;
637
649
  };
638
650
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
639
651
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -700,6 +712,9 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
700
712
  customRegistryUrl?: string | undefined;
701
713
  password?: string | undefined;
702
714
  } | undefined;
715
+ aiFeaturesEnabled?: boolean | undefined;
716
+ aiAskFeaturesEnabled?: boolean | undefined;
717
+ aiCustomInstruction?: string | undefined;
703
718
  };
704
719
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
705
720
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -985,6 +1000,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
985
1000
  cancelAt?: string | undefined;
986
1001
  subscriptionStatusUpdatedAt?: string | undefined;
987
1002
  };
1003
+ aiFeaturesEnabled: boolean;
1004
+ aiAskFeaturesEnabled: boolean;
988
1005
  npmRegistry?: {
989
1006
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
990
1007
  registryUrl: string;
@@ -997,6 +1014,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
997
1014
  customRegistryUrl?: string | undefined;
998
1015
  password?: string | undefined;
999
1016
  } | undefined;
1017
+ aiCustomInstruction?: string | undefined;
1000
1018
  };
1001
1019
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
1002
1020
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -1116,6 +1134,9 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
1116
1134
  customRegistryUrl?: string | undefined;
1117
1135
  password?: string | undefined;
1118
1136
  } | undefined;
1137
+ aiFeaturesEnabled?: boolean | undefined;
1138
+ aiAskFeaturesEnabled?: boolean | undefined;
1139
+ aiCustomInstruction?: string | undefined;
1119
1140
  };
1120
1141
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
1121
1142
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -10060,6 +10081,9 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10060
10081
  customRegistryUrl?: string | undefined;
10061
10082
  password?: string | undefined;
10062
10083
  }>>;
10084
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
10085
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
10086
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
10063
10087
  }, "strip", z$1.ZodTypeAny, {
10064
10088
  id: string;
10065
10089
  profile: {
@@ -10108,6 +10132,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10108
10132
  cancelAt?: string | undefined;
10109
10133
  subscriptionStatusUpdatedAt?: string | undefined;
10110
10134
  };
10135
+ aiFeaturesEnabled: boolean;
10136
+ aiAskFeaturesEnabled: boolean;
10111
10137
  npmRegistry?: {
10112
10138
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
10113
10139
  registryUrl: string;
@@ -10120,6 +10146,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10120
10146
  customRegistryUrl?: string | undefined;
10121
10147
  password?: string | undefined;
10122
10148
  } | undefined;
10149
+ aiCustomInstruction?: string | undefined;
10123
10150
  }, {
10124
10151
  id: string;
10125
10152
  profile: {
@@ -10180,6 +10207,9 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10180
10207
  customRegistryUrl?: string | undefined;
10181
10208
  password?: string | undefined;
10182
10209
  } | undefined;
10210
+ aiFeaturesEnabled?: boolean | undefined;
10211
+ aiAskFeaturesEnabled?: boolean | undefined;
10212
+ aiCustomInstruction?: string | undefined;
10183
10213
  }>, "many">;
10184
10214
  }, "strip", z$1.ZodTypeAny, {
10185
10215
  designSystems: {
@@ -10260,6 +10290,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10260
10290
  cancelAt?: string | undefined;
10261
10291
  subscriptionStatusUpdatedAt?: string | undefined;
10262
10292
  };
10293
+ aiFeaturesEnabled: boolean;
10294
+ aiAskFeaturesEnabled: boolean;
10263
10295
  npmRegistry?: {
10264
10296
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
10265
10297
  registryUrl: string;
@@ -10272,6 +10304,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10272
10304
  customRegistryUrl?: string | undefined;
10273
10305
  password?: string | undefined;
10274
10306
  } | undefined;
10307
+ aiCustomInstruction?: string | undefined;
10275
10308
  }[];
10276
10309
  }, {
10277
10310
  designSystems: {
@@ -10364,6 +10397,9 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10364
10397
  customRegistryUrl?: string | undefined;
10365
10398
  password?: string | undefined;
10366
10399
  } | undefined;
10400
+ aiFeaturesEnabled?: boolean | undefined;
10401
+ aiAskFeaturesEnabled?: boolean | undefined;
10402
+ aiCustomInstruction?: string | undefined;
10367
10403
  }[];
10368
10404
  }>;
10369
10405
  type DTOUserDesignSystemsResponse = z$1.infer<typeof DTOUserDesignSystemsResponse>;
@@ -68711,106 +68747,57 @@ declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
68711
68747
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
68712
68748
  createdAt: z__default.ZodString;
68713
68749
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
68714
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
68750
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
68715
68751
  id: string;
68716
- createdAt: string;
68717
- sender: {
68718
- type: "User";
68719
- userId: string;
68720
- } | {
68721
- type: "Agent";
68722
- } | {
68723
- type: "System";
68724
- onBehalfOfUserId: string;
68725
- };
68726
68752
  body: string;
68727
68753
  isPrompt?: boolean | undefined;
68728
68754
  startsNewThread?: boolean | undefined;
68729
68755
  parentMessageId?: string | undefined;
68730
- agentResponseTrackerId?: string | null | undefined;
68756
+ attachments?: {
68757
+ iterationId?: string | undefined;
68758
+ } | undefined;
68731
68759
  }, {
68732
68760
  id: string;
68733
- createdAt: string;
68734
- sender: {
68735
- type: "User";
68736
- userId: string;
68737
- } | {
68738
- type: "Agent";
68739
- } | {
68740
- type: "System";
68741
- onBehalfOfUserId: string;
68742
- };
68743
68761
  body: string;
68744
68762
  isPrompt?: boolean | undefined;
68745
68763
  startsNewThread?: boolean | undefined;
68746
68764
  parentMessageId?: string | undefined;
68747
- agentResponseTrackerId?: string | null | undefined;
68765
+ attachments?: {
68766
+ iterationId?: string | undefined;
68767
+ } | undefined;
68748
68768
  }>;
68749
68769
  type DTOFeatureMessageCreateInput = z__default.infer<typeof DTOFeatureMessageCreateInput>;
68750
68770
  declare const DTOFeatureMessageUpdateInput: z__default.ZodObject<{
68751
- createdAt: z__default.ZodOptional<z__default.ZodString>;
68752
- sender: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
68753
- type: z__default.ZodLiteral<"User">;
68754
- userId: z__default.ZodString;
68755
- }, "strip", z__default.ZodTypeAny, {
68756
- type: "User";
68757
- userId: string;
68758
- }, {
68759
- type: "User";
68760
- userId: string;
68761
- }>, z__default.ZodObject<{
68762
- type: z__default.ZodLiteral<"Agent">;
68763
- }, "strip", z__default.ZodTypeAny, {
68764
- type: "Agent";
68765
- }, {
68766
- type: "Agent";
68767
- }>, z__default.ZodObject<{
68768
- type: z__default.ZodLiteral<"System">;
68769
- onBehalfOfUserId: z__default.ZodString;
68770
- }, "strip", z__default.ZodTypeAny, {
68771
- type: "System";
68772
- onBehalfOfUserId: string;
68773
- }, {
68774
- type: "System";
68775
- onBehalfOfUserId: string;
68776
- }>]>>;
68777
68771
  body: z__default.ZodOptional<z__default.ZodString>;
68778
68772
  isPrompt: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodBoolean>>;
68779
68773
  startsNewThread: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodBoolean>>;
68780
68774
  parentMessageId: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodString>>;
68775
+ attachments: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodObject<{
68776
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
68777
+ }, "strip", z__default.ZodTypeAny, {
68778
+ iterationId?: string | undefined;
68779
+ }, {
68780
+ iterationId?: string | undefined;
68781
+ }>>>;
68781
68782
  agentResponseTrackerId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>>;
68782
68783
  }, "strip", z__default.ZodTypeAny, {
68783
- createdAt?: string | undefined;
68784
- sender?: {
68785
- type: "User";
68786
- userId: string;
68787
- } | {
68788
- type: "Agent";
68789
- } | {
68790
- type: "System";
68791
- onBehalfOfUserId: string;
68792
- } | undefined;
68793
68784
  body?: string | undefined;
68794
68785
  isPrompt?: boolean | undefined;
68795
68786
  startsNewThread?: boolean | undefined;
68796
68787
  parentMessageId?: string | undefined;
68797
68788
  agentResponseTrackerId?: string | null | undefined;
68798
- }, {
68799
- createdAt?: string | undefined;
68800
- sender?: {
68801
- type: "User";
68802
- userId: string;
68803
- } | {
68804
- type: "Agent";
68805
- } | {
68806
- type: "System";
68807
- onBehalfOfUserId: string;
68789
+ attachments?: {
68790
+ iterationId?: string | undefined;
68808
68791
  } | undefined;
68792
+ }, {
68809
68793
  body?: string | undefined;
68810
68794
  isPrompt?: boolean | undefined;
68811
68795
  startsNewThread?: boolean | undefined;
68812
68796
  parentMessageId?: string | undefined;
68813
68797
  agentResponseTrackerId?: string | null | undefined;
68798
+ attachments?: {
68799
+ iterationId?: string | undefined;
68800
+ } | undefined;
68814
68801
  }>;
68815
68802
  type DTOFeatureMessageUpdateInput = z__default.infer<typeof DTOFeatureMessageUpdateInput>;
68816
68803
  declare const DTOFeatureMessageReactionDeleteInput: z__default.ZodObject<{
@@ -80492,40 +80479,24 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80492
80479
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
80493
80480
  createdAt: z__default.ZodString;
80494
80481
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
80495
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
80482
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
80496
80483
  id: string;
80497
- createdAt: string;
80498
- sender: {
80499
- type: "User";
80500
- userId: string;
80501
- } | {
80502
- type: "Agent";
80503
- } | {
80504
- type: "System";
80505
- onBehalfOfUserId: string;
80506
- };
80507
80484
  body: string;
80508
80485
  isPrompt?: boolean | undefined;
80509
80486
  startsNewThread?: boolean | undefined;
80510
80487
  parentMessageId?: string | undefined;
80511
- agentResponseTrackerId?: string | null | undefined;
80488
+ attachments?: {
80489
+ iterationId?: string | undefined;
80490
+ } | undefined;
80512
80491
  }, {
80513
80492
  id: string;
80514
- createdAt: string;
80515
- sender: {
80516
- type: "User";
80517
- userId: string;
80518
- } | {
80519
- type: "Agent";
80520
- } | {
80521
- type: "System";
80522
- onBehalfOfUserId: string;
80523
- };
80524
80493
  body: string;
80525
80494
  isPrompt?: boolean | undefined;
80526
80495
  startsNewThread?: boolean | undefined;
80527
80496
  parentMessageId?: string | undefined;
80528
- agentResponseTrackerId?: string | null | undefined;
80497
+ attachments?: {
80498
+ iterationId?: string | undefined;
80499
+ } | undefined;
80529
80500
  }>;
80530
80501
  }, "strip", z__default.ZodTypeAny, {
80531
80502
  id: string;
@@ -80533,21 +80504,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80533
80504
  description: string;
80534
80505
  initialMessage: {
80535
80506
  id: string;
80536
- createdAt: string;
80537
- sender: {
80538
- type: "User";
80539
- userId: string;
80540
- } | {
80541
- type: "Agent";
80542
- } | {
80543
- type: "System";
80544
- onBehalfOfUserId: string;
80545
- };
80546
80507
  body: string;
80547
80508
  isPrompt?: boolean | undefined;
80548
80509
  startsNewThread?: boolean | undefined;
80549
80510
  parentMessageId?: string | undefined;
80550
- agentResponseTrackerId?: string | null | undefined;
80511
+ attachments?: {
80512
+ iterationId?: string | undefined;
80513
+ } | undefined;
80551
80514
  };
80552
80515
  sectionId?: string | undefined;
80553
80516
  afterFeatureId?: string | null | undefined;
@@ -80557,21 +80520,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80557
80520
  description: string;
80558
80521
  initialMessage: {
80559
80522
  id: string;
80560
- createdAt: string;
80561
- sender: {
80562
- type: "User";
80563
- userId: string;
80564
- } | {
80565
- type: "Agent";
80566
- } | {
80567
- type: "System";
80568
- onBehalfOfUserId: string;
80569
- };
80570
80523
  body: string;
80571
80524
  isPrompt?: boolean | undefined;
80572
80525
  startsNewThread?: boolean | undefined;
80573
80526
  parentMessageId?: string | undefined;
80574
- agentResponseTrackerId?: string | null | undefined;
80527
+ attachments?: {
80528
+ iterationId?: string | undefined;
80529
+ } | undefined;
80575
80530
  };
80576
80531
  sectionId?: string | undefined;
80577
80532
  afterFeatureId?: string | null | undefined;
@@ -80584,21 +80539,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80584
80539
  description: string;
80585
80540
  initialMessage: {
80586
80541
  id: string;
80587
- createdAt: string;
80588
- sender: {
80589
- type: "User";
80590
- userId: string;
80591
- } | {
80592
- type: "Agent";
80593
- } | {
80594
- type: "System";
80595
- onBehalfOfUserId: string;
80596
- };
80597
80542
  body: string;
80598
80543
  isPrompt?: boolean | undefined;
80599
80544
  startsNewThread?: boolean | undefined;
80600
80545
  parentMessageId?: string | undefined;
80601
- agentResponseTrackerId?: string | null | undefined;
80546
+ attachments?: {
80547
+ iterationId?: string | undefined;
80548
+ } | undefined;
80602
80549
  };
80603
80550
  sectionId?: string | undefined;
80604
80551
  afterFeatureId?: string | null | undefined;
@@ -80611,21 +80558,13 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
80611
80558
  description: string;
80612
80559
  initialMessage: {
80613
80560
  id: string;
80614
- createdAt: string;
80615
- sender: {
80616
- type: "User";
80617
- userId: string;
80618
- } | {
80619
- type: "Agent";
80620
- } | {
80621
- type: "System";
80622
- onBehalfOfUserId: string;
80623
- };
80624
80561
  body: string;
80625
80562
  isPrompt?: boolean | undefined;
80626
80563
  startsNewThread?: boolean | undefined;
80627
80564
  parentMessageId?: string | undefined;
80628
- agentResponseTrackerId?: string | null | undefined;
80565
+ attachments?: {
80566
+ iterationId?: string | undefined;
80567
+ } | undefined;
80629
80568
  };
80630
80569
  sectionId?: string | undefined;
80631
80570
  afterFeatureId?: string | null | undefined;
@@ -81027,40 +80966,24 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81027
80966
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
81028
80967
  createdAt: z__default.ZodString;
81029
80968
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
81030
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
80969
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
81031
80970
  id: string;
81032
- createdAt: string;
81033
- sender: {
81034
- type: "User";
81035
- userId: string;
81036
- } | {
81037
- type: "Agent";
81038
- } | {
81039
- type: "System";
81040
- onBehalfOfUserId: string;
81041
- };
81042
80971
  body: string;
81043
80972
  isPrompt?: boolean | undefined;
81044
80973
  startsNewThread?: boolean | undefined;
81045
80974
  parentMessageId?: string | undefined;
81046
- agentResponseTrackerId?: string | null | undefined;
80975
+ attachments?: {
80976
+ iterationId?: string | undefined;
80977
+ } | undefined;
81047
80978
  }, {
81048
80979
  id: string;
81049
- createdAt: string;
81050
- sender: {
81051
- type: "User";
81052
- userId: string;
81053
- } | {
81054
- type: "Agent";
81055
- } | {
81056
- type: "System";
81057
- onBehalfOfUserId: string;
81058
- };
81059
80980
  body: string;
81060
80981
  isPrompt?: boolean | undefined;
81061
80982
  startsNewThread?: boolean | undefined;
81062
80983
  parentMessageId?: string | undefined;
81063
- agentResponseTrackerId?: string | null | undefined;
80984
+ attachments?: {
80985
+ iterationId?: string | undefined;
80986
+ } | undefined;
81064
80987
  }>;
81065
80988
  }, "strip", z__default.ZodTypeAny, {
81066
80989
  id: string;
@@ -81068,21 +80991,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81068
80991
  description: string;
81069
80992
  initialMessage: {
81070
80993
  id: string;
81071
- createdAt: string;
81072
- sender: {
81073
- type: "User";
81074
- userId: string;
81075
- } | {
81076
- type: "Agent";
81077
- } | {
81078
- type: "System";
81079
- onBehalfOfUserId: string;
81080
- };
81081
80994
  body: string;
81082
80995
  isPrompt?: boolean | undefined;
81083
80996
  startsNewThread?: boolean | undefined;
81084
80997
  parentMessageId?: string | undefined;
81085
- agentResponseTrackerId?: string | null | undefined;
80998
+ attachments?: {
80999
+ iterationId?: string | undefined;
81000
+ } | undefined;
81086
81001
  };
81087
81002
  sectionId?: string | undefined;
81088
81003
  afterFeatureId?: string | null | undefined;
@@ -81092,21 +81007,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81092
81007
  description: string;
81093
81008
  initialMessage: {
81094
81009
  id: string;
81095
- createdAt: string;
81096
- sender: {
81097
- type: "User";
81098
- userId: string;
81099
- } | {
81100
- type: "Agent";
81101
- } | {
81102
- type: "System";
81103
- onBehalfOfUserId: string;
81104
- };
81105
81010
  body: string;
81106
81011
  isPrompt?: boolean | undefined;
81107
81012
  startsNewThread?: boolean | undefined;
81108
81013
  parentMessageId?: string | undefined;
81109
- agentResponseTrackerId?: string | null | undefined;
81014
+ attachments?: {
81015
+ iterationId?: string | undefined;
81016
+ } | undefined;
81110
81017
  };
81111
81018
  sectionId?: string | undefined;
81112
81019
  afterFeatureId?: string | null | undefined;
@@ -81119,21 +81026,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81119
81026
  description: string;
81120
81027
  initialMessage: {
81121
81028
  id: string;
81122
- createdAt: string;
81123
- sender: {
81124
- type: "User";
81125
- userId: string;
81126
- } | {
81127
- type: "Agent";
81128
- } | {
81129
- type: "System";
81130
- onBehalfOfUserId: string;
81131
- };
81132
81029
  body: string;
81133
81030
  isPrompt?: boolean | undefined;
81134
81031
  startsNewThread?: boolean | undefined;
81135
81032
  parentMessageId?: string | undefined;
81136
- agentResponseTrackerId?: string | null | undefined;
81033
+ attachments?: {
81034
+ iterationId?: string | undefined;
81035
+ } | undefined;
81137
81036
  };
81138
81037
  sectionId?: string | undefined;
81139
81038
  afterFeatureId?: string | null | undefined;
@@ -81146,21 +81045,13 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81146
81045
  description: string;
81147
81046
  initialMessage: {
81148
81047
  id: string;
81149
- createdAt: string;
81150
- sender: {
81151
- type: "User";
81152
- userId: string;
81153
- } | {
81154
- type: "Agent";
81155
- } | {
81156
- type: "System";
81157
- onBehalfOfUserId: string;
81158
- };
81159
81048
  body: string;
81160
81049
  isPrompt?: boolean | undefined;
81161
81050
  startsNewThread?: boolean | undefined;
81162
81051
  parentMessageId?: string | undefined;
81163
- agentResponseTrackerId?: string | null | undefined;
81052
+ attachments?: {
81053
+ iterationId?: string | undefined;
81054
+ } | undefined;
81164
81055
  };
81165
81056
  sectionId?: string | undefined;
81166
81057
  afterFeatureId?: string | null | undefined;
@@ -83814,40 +83705,24 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83814
83705
  replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
83815
83706
  createdAt: z__default.ZodString;
83816
83707
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
83817
- }, "id" | "createdAt" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "agentResponseTrackerId">, "strip", z__default.ZodTypeAny, {
83708
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
83818
83709
  id: string;
83819
- createdAt: string;
83820
- sender: {
83821
- type: "User";
83822
- userId: string;
83823
- } | {
83824
- type: "Agent";
83825
- } | {
83826
- type: "System";
83827
- onBehalfOfUserId: string;
83828
- };
83829
83710
  body: string;
83830
83711
  isPrompt?: boolean | undefined;
83831
83712
  startsNewThread?: boolean | undefined;
83832
83713
  parentMessageId?: string | undefined;
83833
- agentResponseTrackerId?: string | null | undefined;
83714
+ attachments?: {
83715
+ iterationId?: string | undefined;
83716
+ } | undefined;
83834
83717
  }, {
83835
83718
  id: string;
83836
- createdAt: string;
83837
- sender: {
83838
- type: "User";
83839
- userId: string;
83840
- } | {
83841
- type: "Agent";
83842
- } | {
83843
- type: "System";
83844
- onBehalfOfUserId: string;
83845
- };
83846
83719
  body: string;
83847
83720
  isPrompt?: boolean | undefined;
83848
83721
  startsNewThread?: boolean | undefined;
83849
83722
  parentMessageId?: string | undefined;
83850
- agentResponseTrackerId?: string | null | undefined;
83723
+ attachments?: {
83724
+ iterationId?: string | undefined;
83725
+ } | undefined;
83851
83726
  }>;
83852
83727
  }, "strip", z__default.ZodTypeAny, {
83853
83728
  id: string;
@@ -83855,21 +83730,13 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83855
83730
  description: string;
83856
83731
  initialMessage: {
83857
83732
  id: string;
83858
- createdAt: string;
83859
- sender: {
83860
- type: "User";
83861
- userId: string;
83862
- } | {
83863
- type: "Agent";
83864
- } | {
83865
- type: "System";
83866
- onBehalfOfUserId: string;
83867
- };
83868
83733
  body: string;
83869
83734
  isPrompt?: boolean | undefined;
83870
83735
  startsNewThread?: boolean | undefined;
83871
83736
  parentMessageId?: string | undefined;
83872
- agentResponseTrackerId?: string | null | undefined;
83737
+ attachments?: {
83738
+ iterationId?: string | undefined;
83739
+ } | undefined;
83873
83740
  };
83874
83741
  sectionId?: string | undefined;
83875
83742
  afterFeatureId?: string | null | undefined;
@@ -83879,21 +83746,13 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
83879
83746
  description: string;
83880
83747
  initialMessage: {
83881
83748
  id: string;
83882
- createdAt: string;
83883
- sender: {
83884
- type: "User";
83885
- userId: string;
83886
- } | {
83887
- type: "Agent";
83888
- } | {
83889
- type: "System";
83890
- onBehalfOfUserId: string;
83891
- };
83892
83749
  body: string;
83893
83750
  isPrompt?: boolean | undefined;
83894
83751
  startsNewThread?: boolean | undefined;
83895
83752
  parentMessageId?: string | undefined;
83896
- agentResponseTrackerId?: string | null | undefined;
83753
+ attachments?: {
83754
+ iterationId?: string | undefined;
83755
+ } | undefined;
83897
83756
  };
83898
83757
  sectionId?: string | undefined;
83899
83758
  afterFeatureId?: string | null | undefined;
@@ -124124,6 +123983,9 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124124
123983
  customRegistryUrl?: string | undefined;
124125
123984
  password?: string | undefined;
124126
123985
  }>>;
123986
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
123987
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
123988
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
124127
123989
  }, "strip", z$1.ZodTypeAny, {
124128
123990
  id: string;
124129
123991
  profile: {
@@ -124172,6 +124034,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124172
124034
  cancelAt?: string | undefined;
124173
124035
  subscriptionStatusUpdatedAt?: string | undefined;
124174
124036
  };
124037
+ aiFeaturesEnabled: boolean;
124038
+ aiAskFeaturesEnabled: boolean;
124175
124039
  npmRegistry?: {
124176
124040
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
124177
124041
  registryUrl: string;
@@ -124184,6 +124048,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124184
124048
  customRegistryUrl?: string | undefined;
124185
124049
  password?: string | undefined;
124186
124050
  } | undefined;
124051
+ aiCustomInstruction?: string | undefined;
124187
124052
  }, {
124188
124053
  id: string;
124189
124054
  profile: {
@@ -124244,6 +124109,9 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124244
124109
  customRegistryUrl?: string | undefined;
124245
124110
  password?: string | undefined;
124246
124111
  } | undefined;
124112
+ aiFeaturesEnabled?: boolean | undefined;
124113
+ aiAskFeaturesEnabled?: boolean | undefined;
124114
+ aiCustomInstruction?: string | undefined;
124247
124115
  }>;
124248
124116
  role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
124249
124117
  effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
@@ -124298,6 +124166,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124298
124166
  cancelAt?: string | undefined;
124299
124167
  subscriptionStatusUpdatedAt?: string | undefined;
124300
124168
  };
124169
+ aiFeaturesEnabled: boolean;
124170
+ aiAskFeaturesEnabled: boolean;
124301
124171
  npmRegistry?: {
124302
124172
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
124303
124173
  registryUrl: string;
@@ -124310,6 +124180,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124310
124180
  customRegistryUrl?: string | undefined;
124311
124181
  password?: string | undefined;
124312
124182
  } | undefined;
124183
+ aiCustomInstruction?: string | undefined;
124313
124184
  };
124314
124185
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
124315
124186
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -124376,6 +124247,9 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124376
124247
  customRegistryUrl?: string | undefined;
124377
124248
  password?: string | undefined;
124378
124249
  } | undefined;
124250
+ aiFeaturesEnabled?: boolean | undefined;
124251
+ aiAskFeaturesEnabled?: boolean | undefined;
124252
+ aiCustomInstruction?: string | undefined;
124379
124253
  };
124380
124254
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
124381
124255
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -125011,6 +124885,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125011
124885
  customRegistryUrl?: string | undefined;
125012
124886
  password?: string | undefined;
125013
124887
  }>>;
124888
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
124889
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
124890
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
125014
124891
  }, "strip", z$1.ZodTypeAny, {
125015
124892
  id: string;
125016
124893
  profile: {
@@ -125059,6 +124936,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125059
124936
  cancelAt?: string | undefined;
125060
124937
  subscriptionStatusUpdatedAt?: string | undefined;
125061
124938
  };
124939
+ aiFeaturesEnabled: boolean;
124940
+ aiAskFeaturesEnabled: boolean;
125062
124941
  npmRegistry?: {
125063
124942
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
125064
124943
  registryUrl: string;
@@ -125071,6 +124950,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125071
124950
  customRegistryUrl?: string | undefined;
125072
124951
  password?: string | undefined;
125073
124952
  } | undefined;
124953
+ aiCustomInstruction?: string | undefined;
125074
124954
  }, {
125075
124955
  id: string;
125076
124956
  profile: {
@@ -125131,6 +125011,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125131
125011
  customRegistryUrl?: string | undefined;
125132
125012
  password?: string | undefined;
125133
125013
  } | undefined;
125014
+ aiFeaturesEnabled?: boolean | undefined;
125015
+ aiAskFeaturesEnabled?: boolean | undefined;
125016
+ aiCustomInstruction?: string | undefined;
125134
125017
  }>;
125135
125018
  role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
125136
125019
  effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
@@ -125185,6 +125068,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125185
125068
  cancelAt?: string | undefined;
125186
125069
  subscriptionStatusUpdatedAt?: string | undefined;
125187
125070
  };
125071
+ aiFeaturesEnabled: boolean;
125072
+ aiAskFeaturesEnabled: boolean;
125188
125073
  npmRegistry?: {
125189
125074
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
125190
125075
  registryUrl: string;
@@ -125197,6 +125082,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125197
125082
  customRegistryUrl?: string | undefined;
125198
125083
  password?: string | undefined;
125199
125084
  } | undefined;
125085
+ aiCustomInstruction?: string | undefined;
125200
125086
  };
125201
125087
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
125202
125088
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -125263,6 +125149,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125263
125149
  customRegistryUrl?: string | undefined;
125264
125150
  password?: string | undefined;
125265
125151
  } | undefined;
125152
+ aiFeaturesEnabled?: boolean | undefined;
125153
+ aiAskFeaturesEnabled?: boolean | undefined;
125154
+ aiCustomInstruction?: string | undefined;
125266
125155
  };
125267
125156
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
125268
125157
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -125319,6 +125208,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125319
125208
  cancelAt?: string | undefined;
125320
125209
  subscriptionStatusUpdatedAt?: string | undefined;
125321
125210
  };
125211
+ aiFeaturesEnabled: boolean;
125212
+ aiAskFeaturesEnabled: boolean;
125322
125213
  npmRegistry?: {
125323
125214
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
125324
125215
  registryUrl: string;
@@ -125331,6 +125222,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125331
125222
  customRegistryUrl?: string | undefined;
125332
125223
  password?: string | undefined;
125333
125224
  } | undefined;
125225
+ aiCustomInstruction?: string | undefined;
125334
125226
  };
125335
125227
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
125336
125228
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -125399,6 +125291,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125399
125291
  customRegistryUrl?: string | undefined;
125400
125292
  password?: string | undefined;
125401
125293
  } | undefined;
125294
+ aiFeaturesEnabled?: boolean | undefined;
125295
+ aiAskFeaturesEnabled?: boolean | undefined;
125296
+ aiCustomInstruction?: string | undefined;
125402
125297
  };
125403
125298
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
125404
125299
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -129312,6 +129207,9 @@ declare const DTOWorkspace: z$1.ZodObject<{
129312
129207
  customRegistryUrl?: string | undefined;
129313
129208
  password?: string | undefined;
129314
129209
  }>>;
129210
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
129211
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
129212
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
129315
129213
  }, "strip", z$1.ZodTypeAny, {
129316
129214
  id: string;
129317
129215
  profile: {
@@ -129360,6 +129258,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129360
129258
  cancelAt?: string | undefined;
129361
129259
  subscriptionStatusUpdatedAt?: string | undefined;
129362
129260
  };
129261
+ aiFeaturesEnabled: boolean;
129262
+ aiAskFeaturesEnabled: boolean;
129363
129263
  npmRegistry?: {
129364
129264
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
129365
129265
  registryUrl: string;
@@ -129372,6 +129272,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129372
129272
  customRegistryUrl?: string | undefined;
129373
129273
  password?: string | undefined;
129374
129274
  } | undefined;
129275
+ aiCustomInstruction?: string | undefined;
129375
129276
  }, {
129376
129277
  id: string;
129377
129278
  profile: {
@@ -129432,6 +129333,9 @@ declare const DTOWorkspace: z$1.ZodObject<{
129432
129333
  customRegistryUrl?: string | undefined;
129433
129334
  password?: string | undefined;
129434
129335
  } | undefined;
129336
+ aiFeaturesEnabled?: boolean | undefined;
129337
+ aiAskFeaturesEnabled?: boolean | undefined;
129338
+ aiCustomInstruction?: string | undefined;
129435
129339
  }>;
129436
129340
  type DTOWorkspace = z$1.infer<typeof DTOWorkspace>;
129437
129341
  declare const DTOWorkspaceCreateInput: z$1.ZodObject<{
@@ -129679,6 +129583,9 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129679
129583
  customRegistryUrl?: string | undefined;
129680
129584
  password?: string | undefined;
129681
129585
  }>>;
129586
+ aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
129587
+ aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
129588
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
129682
129589
  }, "strip", z$1.ZodTypeAny, {
129683
129590
  id: string;
129684
129591
  profile: {
@@ -129727,6 +129634,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129727
129634
  cancelAt?: string | undefined;
129728
129635
  subscriptionStatusUpdatedAt?: string | undefined;
129729
129636
  };
129637
+ aiFeaturesEnabled: boolean;
129638
+ aiAskFeaturesEnabled: boolean;
129730
129639
  npmRegistry?: {
129731
129640
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
129732
129641
  registryUrl: string;
@@ -129739,6 +129648,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129739
129648
  customRegistryUrl?: string | undefined;
129740
129649
  password?: string | undefined;
129741
129650
  } | undefined;
129651
+ aiCustomInstruction?: string | undefined;
129742
129652
  }, {
129743
129653
  id: string;
129744
129654
  profile: {
@@ -129799,6 +129709,9 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129799
129709
  customRegistryUrl?: string | undefined;
129800
129710
  password?: string | undefined;
129801
129711
  } | undefined;
129712
+ aiFeaturesEnabled?: boolean | undefined;
129713
+ aiAskFeaturesEnabled?: boolean | undefined;
129714
+ aiCustomInstruction?: string | undefined;
129802
129715
  }>;
129803
129716
  }, "strip", z$1.ZodTypeAny, {
129804
129717
  workspace: {
@@ -129849,6 +129762,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129849
129762
  cancelAt?: string | undefined;
129850
129763
  subscriptionStatusUpdatedAt?: string | undefined;
129851
129764
  };
129765
+ aiFeaturesEnabled: boolean;
129766
+ aiAskFeaturesEnabled: boolean;
129852
129767
  npmRegistry?: {
129853
129768
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
129854
129769
  registryUrl: string;
@@ -129861,6 +129776,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129861
129776
  customRegistryUrl?: string | undefined;
129862
129777
  password?: string | undefined;
129863
129778
  } | undefined;
129779
+ aiCustomInstruction?: string | undefined;
129864
129780
  };
129865
129781
  }, {
129866
129782
  workspace: {
@@ -129923,6 +129839,9 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129923
129839
  customRegistryUrl?: string | undefined;
129924
129840
  password?: string | undefined;
129925
129841
  } | undefined;
129842
+ aiFeaturesEnabled?: boolean | undefined;
129843
+ aiAskFeaturesEnabled?: boolean | undefined;
129844
+ aiCustomInstruction?: string | undefined;
129926
129845
  };
129927
129846
  }>;
129928
129847
  type DTOWorkspaceResponse = z$1.infer<typeof DTOWorkspaceResponse>;
@@ -134377,6 +134296,9 @@ declare const WorkspaceConfigurationPayload: z$1.ZodObject<{
134377
134296
  poNumber?: string | null | undefined;
134378
134297
  } | null | undefined;
134379
134298
  }>>;
134299
+ aiFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
134300
+ aiAskFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
134301
+ aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
134380
134302
  }, "strip", z$1.ZodTypeAny, {
134381
134303
  profile?: {
134382
134304
  name?: string | undefined;
@@ -134414,6 +134336,9 @@ declare const WorkspaceConfigurationPayload: z$1.ZodObject<{
134414
134336
  authHeaderValue?: string | undefined;
134415
134337
  npmProxyRegistryConfigId?: string | undefined;
134416
134338
  } | undefined;
134339
+ aiFeaturesEnabled?: boolean | undefined;
134340
+ aiAskFeaturesEnabled?: boolean | undefined;
134341
+ aiCustomInstruction?: string | undefined;
134417
134342
  ipWhitelist?: {
134418
134343
  entries?: {
134419
134344
  name: string;
@@ -134470,6 +134395,9 @@ declare const WorkspaceConfigurationPayload: z$1.ZodObject<{
134470
134395
  authHeaderValue?: string | undefined;
134471
134396
  npmProxyRegistryConfigId?: string | undefined;
134472
134397
  } | undefined;
134398
+ aiFeaturesEnabled?: boolean | undefined;
134399
+ aiAskFeaturesEnabled?: boolean | undefined;
134400
+ aiCustomInstruction?: string | undefined;
134473
134401
  ipWhitelist?: {
134474
134402
  entries?: {
134475
134403
  name: string;
@@ -140659,6 +140587,8 @@ declare class DesignSystemsEndpoint {
140659
140587
  cancelAt?: string | undefined;
140660
140588
  subscriptionStatusUpdatedAt?: string | undefined;
140661
140589
  };
140590
+ aiFeaturesEnabled: boolean;
140591
+ aiAskFeaturesEnabled: boolean;
140662
140592
  npmRegistry?: {
140663
140593
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140664
140594
  registryUrl: string;
@@ -140671,6 +140601,7 @@ declare class DesignSystemsEndpoint {
140671
140601
  customRegistryUrl?: string | undefined;
140672
140602
  password?: string | undefined;
140673
140603
  } | undefined;
140604
+ aiCustomInstruction?: string | undefined;
140674
140605
  }[];
140675
140606
  }>;
140676
140607
  get(dsId: string): Promise<{
@@ -140959,6 +140890,41 @@ declare class ForgeArtifactsEndpoint {
140959
140890
  }>;
140960
140891
  }
140961
140892
 
140893
+ declare class ForgeFeatureArtifactsEndpoint {
140894
+ private readonly requestExecutor;
140895
+ constructor(requestExecutor: RequestExecutor);
140896
+ list(workspaceId: string, projectId: string, featureId: string): Promise<{
140897
+ artifacts: {
140898
+ id: string;
140899
+ createdAt: string;
140900
+ url: string;
140901
+ updatedAt: string;
140902
+ fileId: string;
140903
+ key: string;
140904
+ iterationId?: string | undefined;
140905
+ }[];
140906
+ }>;
140907
+ }
140908
+
140909
+ declare class ForgeFeatureIterationsEndpoint {
140910
+ private readonly requestExecutor;
140911
+ constructor(requestExecutor: RequestExecutor);
140912
+ list(workspaceId: string, projectId: string, featureId: string): Promise<{
140913
+ iterations: {
140914
+ id: string;
140915
+ createdAt: string;
140916
+ name: string;
140917
+ startedFromMessageId: string;
140918
+ updatedAt?: string | undefined;
140919
+ baseIterationId?: string | undefined;
140920
+ isInProgress?: boolean | undefined;
140921
+ staticPreviewUrl?: string | undefined;
140922
+ isBookmarked?: boolean | undefined;
140923
+ }[];
140924
+ }>;
140925
+ updateArtifacts(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureIterationUpdateArtifactsInput): Promise<any>;
140926
+ }
140927
+
140962
140928
  declare class ForgeFeatureMessagesEndpoint {
140963
140929
  private readonly requestExecutor;
140964
140930
  constructor(requestExecutor: RequestExecutor);
@@ -141037,8 +141003,11 @@ declare class ForgeFeatureMessagesEndpoint {
141037
141003
  }>;
141038
141004
  }
141039
141005
 
141040
- declare class ForgeFeaturesEndpoint {
141006
+ declare class ForgeProjectFeaturesEndpoint {
141041
141007
  private readonly requestExecutor;
141008
+ readonly messages: ForgeFeatureMessagesEndpoint;
141009
+ readonly iterations: ForgeFeatureIterationsEndpoint;
141010
+ readonly artifacts: ForgeFeatureArtifactsEndpoint;
141042
141011
  constructor(requestExecutor: RequestExecutor);
141043
141012
  list(workspaceId: string, projectId: string): Promise<{
141044
141013
  features: {
@@ -141076,274 +141045,19 @@ declare class ForgeFeaturesEndpoint {
141076
141045
  lastReplyTimestamp?: Date | undefined;
141077
141046
  };
141078
141047
  }>;
141079
- }
141080
-
141081
- declare class ForgeProjectsEndpoint {
141082
- private readonly requestExecutor;
141083
- constructor(requestExecutor: RequestExecutor);
141084
- list(workspaceId: string): Promise<{
141085
- projects: {
141086
- id: string;
141087
- createdAt: Date;
141088
- name: string;
141089
- meta: {
141090
- name: string;
141091
- description?: string | undefined;
141092
- };
141093
- tags: string[];
141094
- workspaceId: string;
141095
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141096
- context: {
141097
- id: string;
141098
- name: string;
141099
- createdAt: Date;
141100
- updatedAt: Date;
141101
- workspaceId: string;
141102
- designSystemId: string;
141103
- dependencies: {
141104
- type: "npm";
141105
- version: string;
141106
- packageName: string;
141107
- }[];
141108
- meta: {
141109
- name: string;
141110
- description?: string | undefined;
141111
- };
141112
- definition: string;
141113
- npmProxySettings: {
141114
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141115
- enabledScopes: string[];
141116
- bypassProxy: boolean;
141117
- customRegistryUrl?: string | undefined;
141118
- npmProxyRegistryConfigId?: string | undefined;
141119
- npmProxyVersion?: number | undefined;
141120
- } & ({
141121
- password: string;
141122
- username: string;
141123
- authType: "Basic";
141124
- } | {
141125
- accessToken: string;
141126
- authType: "Bearer";
141127
- } | {
141128
- authType: "None";
141129
- } | {
141130
- authType: "Custom";
141131
- authHeaderName: string;
141132
- authHeaderValue: string;
141133
- });
141134
- platform: "Angular" | "Vue" | "React";
141135
- styling: "CSS" | "Tailwind";
141136
- tailwindConfig?: {
141137
- version: string;
141138
- content: string;
141139
- } | undefined;
141140
- };
141141
- instruction: string | null;
141142
- defaultRole: "Viewer" | "Builder";
141143
- emoji?: string | undefined;
141144
- updatedAt?: Date | undefined;
141145
- createdByUserId?: string | undefined;
141146
- isArchived?: boolean | undefined;
141147
- }[];
141148
- }>;
141149
- create(workspaceId: string, body: DTOForgeProjectCreate): Promise<{
141150
- project: {
141151
- id: string;
141152
- createdAt: Date;
141153
- name: string;
141154
- meta: {
141155
- name: string;
141156
- description?: string | undefined;
141157
- };
141158
- tags: string[];
141159
- workspaceId: string;
141160
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141161
- context: {
141162
- id: string;
141163
- name: string;
141164
- createdAt: Date;
141165
- updatedAt: Date;
141166
- workspaceId: string;
141167
- designSystemId: string;
141168
- dependencies: {
141169
- type: "npm";
141170
- version: string;
141171
- packageName: string;
141172
- }[];
141173
- meta: {
141174
- name: string;
141175
- description?: string | undefined;
141176
- };
141177
- definition: string;
141178
- npmProxySettings: {
141179
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141180
- enabledScopes: string[];
141181
- bypassProxy: boolean;
141182
- customRegistryUrl?: string | undefined;
141183
- npmProxyRegistryConfigId?: string | undefined;
141184
- npmProxyVersion?: number | undefined;
141185
- } & ({
141186
- password: string;
141187
- username: string;
141188
- authType: "Basic";
141189
- } | {
141190
- accessToken: string;
141191
- authType: "Bearer";
141192
- } | {
141193
- authType: "None";
141194
- } | {
141195
- authType: "Custom";
141196
- authHeaderName: string;
141197
- authHeaderValue: string;
141198
- });
141199
- platform: "Angular" | "Vue" | "React";
141200
- styling: "CSS" | "Tailwind";
141201
- tailwindConfig?: {
141202
- version: string;
141203
- content: string;
141204
- } | undefined;
141205
- };
141206
- instruction: string | null;
141207
- defaultRole: "Viewer" | "Builder";
141208
- emoji?: string | undefined;
141209
- updatedAt?: Date | undefined;
141210
- createdByUserId?: string | undefined;
141211
- isArchived?: boolean | undefined;
141212
- };
141213
- }>;
141214
- get(workspaceId: string, projectId: string): Promise<{
141215
- project: {
141216
- id: string;
141217
- createdAt: Date;
141218
- name: string;
141219
- meta: {
141220
- name: string;
141221
- description?: string | undefined;
141222
- };
141223
- tags: string[];
141224
- workspaceId: string;
141225
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141226
- context: {
141227
- id: string;
141228
- name: string;
141229
- createdAt: Date;
141230
- updatedAt: Date;
141231
- workspaceId: string;
141232
- designSystemId: string;
141233
- dependencies: {
141234
- type: "npm";
141235
- version: string;
141236
- packageName: string;
141237
- }[];
141238
- meta: {
141239
- name: string;
141240
- description?: string | undefined;
141241
- };
141242
- definition: string;
141243
- npmProxySettings: {
141244
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141245
- enabledScopes: string[];
141246
- bypassProxy: boolean;
141247
- customRegistryUrl?: string | undefined;
141248
- npmProxyRegistryConfigId?: string | undefined;
141249
- npmProxyVersion?: number | undefined;
141250
- } & ({
141251
- password: string;
141252
- username: string;
141253
- authType: "Basic";
141254
- } | {
141255
- accessToken: string;
141256
- authType: "Bearer";
141257
- } | {
141258
- authType: "None";
141259
- } | {
141260
- authType: "Custom";
141261
- authHeaderName: string;
141262
- authHeaderValue: string;
141263
- });
141264
- platform: "Angular" | "Vue" | "React";
141265
- styling: "CSS" | "Tailwind";
141266
- tailwindConfig?: {
141267
- version: string;
141268
- content: string;
141269
- } | undefined;
141270
- };
141271
- instruction: string | null;
141272
- defaultRole: "Viewer" | "Builder";
141273
- emoji?: string | undefined;
141274
- updatedAt?: Date | undefined;
141275
- createdByUserId?: string | undefined;
141276
- isArchived?: boolean | undefined;
141277
- } | null;
141278
- }>;
141279
- update(workspaceId: string, projectId: string, body: DTOForgeProjectUpdate): Promise<{
141280
- project: {
141048
+ agentWorkFinalized(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureAgentWorkFinalizeInput): Promise<{
141049
+ iteration: {
141281
141050
  id: string;
141282
- createdAt: Date;
141051
+ createdAt: string;
141283
141052
  name: string;
141284
- meta: {
141285
- name: string;
141286
- description?: string | undefined;
141287
- };
141288
- tags: string[];
141289
- workspaceId: string;
141290
- accessMode: "Open" | "InviteOnly" | "Unlisted";
141291
- context: {
141292
- id: string;
141293
- name: string;
141294
- createdAt: Date;
141295
- updatedAt: Date;
141296
- workspaceId: string;
141297
- designSystemId: string;
141298
- dependencies: {
141299
- type: "npm";
141300
- version: string;
141301
- packageName: string;
141302
- }[];
141303
- meta: {
141304
- name: string;
141305
- description?: string | undefined;
141306
- };
141307
- definition: string;
141308
- npmProxySettings: {
141309
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141310
- enabledScopes: string[];
141311
- bypassProxy: boolean;
141312
- customRegistryUrl?: string | undefined;
141313
- npmProxyRegistryConfigId?: string | undefined;
141314
- npmProxyVersion?: number | undefined;
141315
- } & ({
141316
- password: string;
141317
- username: string;
141318
- authType: "Basic";
141319
- } | {
141320
- accessToken: string;
141321
- authType: "Bearer";
141322
- } | {
141323
- authType: "None";
141324
- } | {
141325
- authType: "Custom";
141326
- authHeaderName: string;
141327
- authHeaderValue: string;
141328
- });
141329
- platform: "Angular" | "Vue" | "React";
141330
- styling: "CSS" | "Tailwind";
141331
- tailwindConfig?: {
141332
- version: string;
141333
- content: string;
141334
- } | undefined;
141335
- };
141336
- instruction: string | null;
141337
- defaultRole: "Viewer" | "Builder";
141338
- emoji?: string | undefined;
141339
- updatedAt?: Date | undefined;
141340
- createdByUserId?: string | undefined;
141341
- isArchived?: boolean | undefined;
141053
+ startedFromMessageId: string;
141054
+ updatedAt?: string | undefined;
141055
+ baseIterationId?: string | undefined;
141056
+ isInProgress?: boolean | undefined;
141057
+ staticPreviewUrl?: string | undefined;
141058
+ isBookmarked?: boolean | undefined;
141342
141059
  };
141343
141060
  }>;
141344
- delete(workspaceId: string, projectId: string): Promise<{
141345
- ok: true;
141346
- }>;
141347
141061
  }
141348
141062
 
141349
141063
  declare class ForgeProjectContextsEndpoint {
@@ -141495,6 +141209,113 @@ declare class ForgeProjectContextsEndpoint {
141495
141209
  }>;
141496
141210
  }
141497
141211
 
141212
+ declare class ForgeProjectFilesEndpoint {
141213
+ private readonly requestExecutor;
141214
+ constructor(requestExecutor: RequestExecutor);
141215
+ upload(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadPayload): Promise<{
141216
+ files: {
141217
+ id: string;
141218
+ name: string;
141219
+ url: string;
141220
+ size: number;
141221
+ checksum: string;
141222
+ pendingUpload?: boolean | undefined;
141223
+ }[];
141224
+ uploadUrls: {
141225
+ fileId: string;
141226
+ uploadUrl: string;
141227
+ }[];
141228
+ }>;
141229
+ finalize(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadFinalizePayload): Promise<{
141230
+ ok: true;
141231
+ }>;
141232
+ list(workspaceId: string, projectId: string): Promise<{
141233
+ files: {
141234
+ id: string;
141235
+ name: string;
141236
+ url: string;
141237
+ size: number;
141238
+ checksum: string;
141239
+ pendingUpload?: boolean | undefined;
141240
+ }[];
141241
+ }>;
141242
+ }
141243
+
141244
+ declare class ForgeProjectInvitationsEndpoint {
141245
+ private readonly requestExecutor;
141246
+ constructor(requestExecutor: RequestExecutor);
141247
+ list(projectId: string): Promise<{
141248
+ members: {
141249
+ user: {
141250
+ id: string;
141251
+ email: string;
141252
+ profile: {
141253
+ name: string;
141254
+ nickname?: string | undefined;
141255
+ avatar?: string | undefined;
141256
+ };
141257
+ };
141258
+ userId: string;
141259
+ role: "Admin" | "Viewer" | "Builder";
141260
+ effectiveRole: "Admin" | "Viewer" | "Builder";
141261
+ forgeProjectId: string;
141262
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
141263
+ workspaceMembershipId: string;
141264
+ }[];
141265
+ invitations: {
141266
+ email: string;
141267
+ createdAt: Date;
141268
+ updatedAt: Date;
141269
+ role: "Admin" | "Viewer" | "Builder";
141270
+ workspaceInvitationId: string;
141271
+ forgeProjectId: string;
141272
+ createdById: string;
141273
+ }[];
141274
+ }>;
141275
+ create(projectId: string, body: DTOCreateForgeProjectInvitation): Promise<{
141276
+ members: {
141277
+ user: {
141278
+ id: string;
141279
+ email: string;
141280
+ profile: {
141281
+ name: string;
141282
+ nickname?: string | undefined;
141283
+ avatar?: string | undefined;
141284
+ };
141285
+ };
141286
+ userId: string;
141287
+ role: "Admin" | "Viewer" | "Builder";
141288
+ effectiveRole: "Admin" | "Viewer" | "Builder";
141289
+ forgeProjectId: string;
141290
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
141291
+ workspaceMembershipId: string;
141292
+ }[];
141293
+ invitations: {
141294
+ email: string;
141295
+ createdAt: Date;
141296
+ updatedAt: Date;
141297
+ role: "Admin" | "Viewer" | "Builder";
141298
+ workspaceInvitationId: string;
141299
+ forgeProjectId: string;
141300
+ createdById: string;
141301
+ }[];
141302
+ }>;
141303
+ update(projectId: string, email: string, body: DTOUpdateForgeProjectInvitation): Promise<{
141304
+ invitation: {
141305
+ email: string;
141306
+ createdAt: Date;
141307
+ updatedAt: Date;
141308
+ role: "Admin" | "Viewer" | "Builder";
141309
+ workspaceInvitationId: string;
141310
+ forgeProjectId: string;
141311
+ createdById: string;
141312
+ };
141313
+ }>;
141314
+ delete(projectId: string, email: string): Promise<{
141315
+ ok: true;
141316
+ }>;
141317
+ }
141318
+
141498
141319
  declare class ForgeProjectMembersEndpoint {
141499
141320
  private readonly requestExecutor;
141500
141321
  constructor(requestExecutor: RequestExecutor);
@@ -141578,257 +141399,284 @@ declare class ForgeProjectMembersEndpoint {
141578
141399
  }>;
141579
141400
  }
141580
141401
 
141581
- declare class ForgeIterationMessagesEndpoint {
141402
+ declare class ForgeProjectsEndpoint {
141582
141403
  private readonly requestExecutor;
141583
141404
  constructor(requestExecutor: RequestExecutor);
141584
- list(workspaceId: string, projectId: string, iterationId: string): Promise<{
141585
- message: {
141405
+ list(workspaceId: string): Promise<{
141406
+ projects: {
141586
141407
  id: string;
141587
141408
  createdAt: Date;
141588
- type: "Note" | "Action" | "Steps";
141589
- text: string;
141590
- projectIterationId: string;
141591
- participantId: string;
141592
- participant: {
141409
+ name: string;
141410
+ meta: {
141411
+ name: string;
141412
+ description?: string | undefined;
141413
+ };
141414
+ tags: string[];
141415
+ workspaceId: string;
141416
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141417
+ context: {
141593
141418
  id: string;
141594
- type: "User" | "Agent";
141595
- role: "Viewer" | "Editor";
141596
- projectIterationId: string;
141597
- user?: {
141598
- id: string;
141599
- email: string;
141600
- profile: {
141601
- name: string;
141602
- nickname?: string | undefined;
141603
- avatar?: string | undefined;
141604
- };
141605
- } | undefined;
141606
- userId?: string | undefined;
141607
- agent?: {
141608
- avatar: string | {
141609
- headType: string;
141610
- hairType: string;
141611
- accessory1Type: string;
141612
- accessory2Type: string;
141613
- };
141614
- id: string;
141419
+ name: string;
141420
+ createdAt: Date;
141421
+ updatedAt: Date;
141422
+ workspaceId: string;
141423
+ designSystemId: string;
141424
+ dependencies: {
141425
+ type: "npm";
141426
+ version: string;
141427
+ packageName: string;
141428
+ }[];
141429
+ meta: {
141615
141430
  name: string;
141616
- behavior: "Coder" | "Writer" | "Designer";
141617
- projectId: string;
141618
- personality: "Neutral" | "Assertive" | "Crazy";
141619
- avatarUrl?: string | undefined;
141431
+ description?: string | undefined;
141432
+ };
141433
+ definition: string;
141434
+ npmProxySettings: {
141435
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141436
+ enabledScopes: string[];
141437
+ bypassProxy: boolean;
141438
+ customRegistryUrl?: string | undefined;
141439
+ npmProxyRegistryConfigId?: string | undefined;
141440
+ npmProxyVersion?: number | undefined;
141441
+ } & ({
141442
+ password: string;
141443
+ username: string;
141444
+ authType: "Basic";
141445
+ } | {
141446
+ accessToken: string;
141447
+ authType: "Bearer";
141448
+ } | {
141449
+ authType: "None";
141450
+ } | {
141451
+ authType: "Custom";
141452
+ authHeaderName: string;
141453
+ authHeaderValue: string;
141454
+ });
141455
+ platform: "Angular" | "Vue" | "React";
141456
+ styling: "CSS" | "Tailwind";
141457
+ tailwindConfig?: {
141458
+ version: string;
141459
+ content: string;
141620
141460
  } | undefined;
141621
- agentId?: string | undefined;
141622
141461
  };
141623
- steps?: {
141624
- status: "error" | "pending" | "started" | "completed";
141625
- name: string;
141626
- text: string;
141627
- }[] | undefined;
141628
- } | null;
141462
+ instruction: string | null;
141463
+ defaultRole: "Viewer" | "Builder";
141464
+ emoji?: string | undefined;
141465
+ updatedAt?: Date | undefined;
141466
+ createdByUserId?: string | undefined;
141467
+ isArchived?: boolean | undefined;
141468
+ }[];
141629
141469
  }>;
141630
- create(workspaceId: string, projectId: string, iterationId: string, body: DTOCreateForgeIterationMessage): Promise<{
141631
- message: {
141470
+ create(workspaceId: string, body: DTOForgeProjectCreate): Promise<{
141471
+ project: {
141632
141472
  id: string;
141633
141473
  createdAt: Date;
141634
- type: "Note" | "Action" | "Steps";
141635
- text: string;
141636
- projectIterationId: string;
141637
- participantId: string;
141638
- participant: {
141474
+ name: string;
141475
+ meta: {
141476
+ name: string;
141477
+ description?: string | undefined;
141478
+ };
141479
+ tags: string[];
141480
+ workspaceId: string;
141481
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141482
+ context: {
141639
141483
  id: string;
141640
- type: "User" | "Agent";
141641
- role: "Viewer" | "Editor";
141642
- projectIterationId: string;
141643
- user?: {
141644
- id: string;
141645
- email: string;
141646
- profile: {
141647
- name: string;
141648
- nickname?: string | undefined;
141649
- avatar?: string | undefined;
141650
- };
141651
- } | undefined;
141652
- userId?: string | undefined;
141653
- agent?: {
141654
- avatar: string | {
141655
- headType: string;
141656
- hairType: string;
141657
- accessory1Type: string;
141658
- accessory2Type: string;
141659
- };
141660
- id: string;
141484
+ name: string;
141485
+ createdAt: Date;
141486
+ updatedAt: Date;
141487
+ workspaceId: string;
141488
+ designSystemId: string;
141489
+ dependencies: {
141490
+ type: "npm";
141491
+ version: string;
141492
+ packageName: string;
141493
+ }[];
141494
+ meta: {
141661
141495
  name: string;
141662
- behavior: "Coder" | "Writer" | "Designer";
141663
- projectId: string;
141664
- personality: "Neutral" | "Assertive" | "Crazy";
141665
- avatarUrl?: string | undefined;
141496
+ description?: string | undefined;
141497
+ };
141498
+ definition: string;
141499
+ npmProxySettings: {
141500
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141501
+ enabledScopes: string[];
141502
+ bypassProxy: boolean;
141503
+ customRegistryUrl?: string | undefined;
141504
+ npmProxyRegistryConfigId?: string | undefined;
141505
+ npmProxyVersion?: number | undefined;
141506
+ } & ({
141507
+ password: string;
141508
+ username: string;
141509
+ authType: "Basic";
141510
+ } | {
141511
+ accessToken: string;
141512
+ authType: "Bearer";
141513
+ } | {
141514
+ authType: "None";
141515
+ } | {
141516
+ authType: "Custom";
141517
+ authHeaderName: string;
141518
+ authHeaderValue: string;
141519
+ });
141520
+ platform: "Angular" | "Vue" | "React";
141521
+ styling: "CSS" | "Tailwind";
141522
+ tailwindConfig?: {
141523
+ version: string;
141524
+ content: string;
141666
141525
  } | undefined;
141667
- agentId?: string | undefined;
141668
141526
  };
141669
- steps?: {
141670
- status: "error" | "pending" | "started" | "completed";
141671
- name: string;
141672
- text: string;
141673
- }[] | undefined;
141527
+ instruction: string | null;
141528
+ defaultRole: "Viewer" | "Builder";
141529
+ emoji?: string | undefined;
141530
+ updatedAt?: Date | undefined;
141531
+ createdByUserId?: string | undefined;
141532
+ isArchived?: boolean | undefined;
141674
141533
  };
141675
141534
  }>;
141676
- update(workspaceId: string, projectId: string, iterationId: string, id: string, body: DTOUpdateForgeIterationMessage): Promise<{
141677
- message: {
141535
+ get(workspaceId: string, projectId: string): Promise<{
141536
+ project: {
141678
141537
  id: string;
141679
141538
  createdAt: Date;
141680
- type: "Note" | "Action" | "Steps";
141681
- text: string;
141682
- projectIterationId: string;
141683
- participantId: string;
141684
- participant: {
141685
- id: string;
141686
- type: "User" | "Agent";
141687
- role: "Viewer" | "Editor";
141688
- projectIterationId: string;
141689
- user?: {
141690
- id: string;
141691
- email: string;
141692
- profile: {
141693
- name: string;
141694
- nickname?: string | undefined;
141695
- avatar?: string | undefined;
141696
- };
141697
- } | undefined;
141698
- userId?: string | undefined;
141699
- agent?: {
141700
- avatar: string | {
141701
- headType: string;
141702
- hairType: string;
141703
- accessory1Type: string;
141704
- accessory2Type: string;
141705
- };
141706
- id: string;
141707
- name: string;
141708
- behavior: "Coder" | "Writer" | "Designer";
141709
- projectId: string;
141710
- personality: "Neutral" | "Assertive" | "Crazy";
141711
- avatarUrl?: string | undefined;
141712
- } | undefined;
141713
- agentId?: string | undefined;
141714
- };
141715
- steps?: {
141716
- status: "error" | "pending" | "started" | "completed";
141539
+ name: string;
141540
+ meta: {
141717
141541
  name: string;
141718
- text: string;
141719
- }[] | undefined;
141720
- };
141721
- }>;
141722
- delete(workspaceId: string, projectId: string, iterationId: string, id: string): Promise<{
141723
- ok: true;
141724
- }>;
141725
- }
141726
-
141727
- declare class ForgeParticipantsEndpoint {
141728
- private readonly requestExecutor;
141729
- constructor(requestExecutor: RequestExecutor);
141730
- list(workspaceId: string, projectId: string): Promise<{
141731
- participant: {
141732
- id: string;
141733
- type: "User" | "Agent";
141734
- role: "Viewer" | "Editor";
141735
- projectIterationId: string;
141736
- user?: {
141542
+ description?: string | undefined;
141543
+ };
141544
+ tags: string[];
141545
+ workspaceId: string;
141546
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141547
+ context: {
141737
141548
  id: string;
141738
- email: string;
141739
- profile: {
141549
+ name: string;
141550
+ createdAt: Date;
141551
+ updatedAt: Date;
141552
+ workspaceId: string;
141553
+ designSystemId: string;
141554
+ dependencies: {
141555
+ type: "npm";
141556
+ version: string;
141557
+ packageName: string;
141558
+ }[];
141559
+ meta: {
141740
141560
  name: string;
141741
- nickname?: string | undefined;
141742
- avatar?: string | undefined;
141743
- };
141744
- } | undefined;
141745
- userId?: string | undefined;
141746
- agent?: {
141747
- avatar: string | {
141748
- headType: string;
141749
- hairType: string;
141750
- accessory1Type: string;
141751
- accessory2Type: string;
141561
+ description?: string | undefined;
141752
141562
  };
141753
- id: string;
141754
- name: string;
141755
- behavior: "Coder" | "Writer" | "Designer";
141756
- projectId: string;
141757
- personality: "Neutral" | "Assertive" | "Crazy";
141758
- avatarUrl?: string | undefined;
141759
- } | undefined;
141760
- agentId?: string | undefined;
141563
+ definition: string;
141564
+ npmProxySettings: {
141565
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141566
+ enabledScopes: string[];
141567
+ bypassProxy: boolean;
141568
+ customRegistryUrl?: string | undefined;
141569
+ npmProxyRegistryConfigId?: string | undefined;
141570
+ npmProxyVersion?: number | undefined;
141571
+ } & ({
141572
+ password: string;
141573
+ username: string;
141574
+ authType: "Basic";
141575
+ } | {
141576
+ accessToken: string;
141577
+ authType: "Bearer";
141578
+ } | {
141579
+ authType: "None";
141580
+ } | {
141581
+ authType: "Custom";
141582
+ authHeaderName: string;
141583
+ authHeaderValue: string;
141584
+ });
141585
+ platform: "Angular" | "Vue" | "React";
141586
+ styling: "CSS" | "Tailwind";
141587
+ tailwindConfig?: {
141588
+ version: string;
141589
+ content: string;
141590
+ } | undefined;
141591
+ };
141592
+ instruction: string | null;
141593
+ defaultRole: "Viewer" | "Builder";
141594
+ emoji?: string | undefined;
141595
+ updatedAt?: Date | undefined;
141596
+ createdByUserId?: string | undefined;
141597
+ isArchived?: boolean | undefined;
141761
141598
  } | null;
141762
141599
  }>;
141763
- create(workspaceId: string, projectId: string, body: DTOCreateForgeParticipant): Promise<{
141764
- participant: {
141600
+ update(workspaceId: string, projectId: string, body: DTOForgeProjectUpdate): Promise<{
141601
+ project: {
141765
141602
  id: string;
141766
- type: "User" | "Agent";
141767
- role: "Viewer" | "Editor";
141768
- projectIterationId: string;
141769
- user?: {
141770
- id: string;
141771
- email: string;
141772
- profile: {
141773
- name: string;
141774
- nickname?: string | undefined;
141775
- avatar?: string | undefined;
141776
- };
141777
- } | undefined;
141778
- userId?: string | undefined;
141779
- agent?: {
141780
- avatar: string | {
141781
- headType: string;
141782
- hairType: string;
141783
- accessory1Type: string;
141784
- accessory2Type: string;
141785
- };
141786
- id: string;
141603
+ createdAt: Date;
141604
+ name: string;
141605
+ meta: {
141787
141606
  name: string;
141788
- behavior: "Coder" | "Writer" | "Designer";
141789
- projectId: string;
141790
- personality: "Neutral" | "Assertive" | "Crazy";
141791
- avatarUrl?: string | undefined;
141792
- } | undefined;
141793
- agentId?: string | undefined;
141794
- };
141795
- }>;
141796
- update(workspaceId: string, projectId: string, id: string, body: DTOUpdateForgeParticipant): Promise<{
141797
- participant: {
141798
- id: string;
141799
- type: "User" | "Agent";
141800
- role: "Viewer" | "Editor";
141801
- projectIterationId: string;
141802
- user?: {
141607
+ description?: string | undefined;
141608
+ };
141609
+ tags: string[];
141610
+ workspaceId: string;
141611
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
141612
+ context: {
141803
141613
  id: string;
141804
- email: string;
141805
- profile: {
141614
+ name: string;
141615
+ createdAt: Date;
141616
+ updatedAt: Date;
141617
+ workspaceId: string;
141618
+ designSystemId: string;
141619
+ dependencies: {
141620
+ type: "npm";
141621
+ version: string;
141622
+ packageName: string;
141623
+ }[];
141624
+ meta: {
141806
141625
  name: string;
141807
- nickname?: string | undefined;
141808
- avatar?: string | undefined;
141809
- };
141810
- } | undefined;
141811
- userId?: string | undefined;
141812
- agent?: {
141813
- avatar: string | {
141814
- headType: string;
141815
- hairType: string;
141816
- accessory1Type: string;
141817
- accessory2Type: string;
141626
+ description?: string | undefined;
141818
141627
  };
141819
- id: string;
141820
- name: string;
141821
- behavior: "Coder" | "Writer" | "Designer";
141822
- projectId: string;
141823
- personality: "Neutral" | "Assertive" | "Crazy";
141824
- avatarUrl?: string | undefined;
141825
- } | undefined;
141826
- agentId?: string | undefined;
141628
+ definition: string;
141629
+ npmProxySettings: {
141630
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141631
+ enabledScopes: string[];
141632
+ bypassProxy: boolean;
141633
+ customRegistryUrl?: string | undefined;
141634
+ npmProxyRegistryConfigId?: string | undefined;
141635
+ npmProxyVersion?: number | undefined;
141636
+ } & ({
141637
+ password: string;
141638
+ username: string;
141639
+ authType: "Basic";
141640
+ } | {
141641
+ accessToken: string;
141642
+ authType: "Bearer";
141643
+ } | {
141644
+ authType: "None";
141645
+ } | {
141646
+ authType: "Custom";
141647
+ authHeaderName: string;
141648
+ authHeaderValue: string;
141649
+ });
141650
+ platform: "Angular" | "Vue" | "React";
141651
+ styling: "CSS" | "Tailwind";
141652
+ tailwindConfig?: {
141653
+ version: string;
141654
+ content: string;
141655
+ } | undefined;
141656
+ };
141657
+ instruction: string | null;
141658
+ defaultRole: "Viewer" | "Builder";
141659
+ emoji?: string | undefined;
141660
+ updatedAt?: Date | undefined;
141661
+ createdByUserId?: string | undefined;
141662
+ isArchived?: boolean | undefined;
141827
141663
  };
141828
141664
  }>;
141829
- delete(workspaceId: string, projectId: string, id: string): Promise<{
141665
+ delete(workspaceId: string, projectId: string): Promise<{
141830
141666
  ok: true;
141831
141667
  }>;
141668
+ action(workspaceId: string, projectId: string, body: DTOForgeProjectAction): Promise<any>;
141669
+ }
141670
+
141671
+ declare class ForgeEndpoint {
141672
+ readonly projects: ForgeProjectsEndpoint;
141673
+ readonly projectContexts: ForgeProjectContextsEndpoint;
141674
+ readonly artifacts: ForgeArtifactsEndpoint;
141675
+ readonly features: ForgeProjectFeaturesEndpoint;
141676
+ readonly files: ForgeProjectFilesEndpoint;
141677
+ readonly projectMembers: ForgeProjectMembersEndpoint;
141678
+ readonly projectInvitations: ForgeProjectInvitationsEndpoint;
141679
+ constructor(requestExecutor: RequestExecutor);
141832
141680
  }
141833
141681
 
141834
141682
  declare class ForgeProjectIterationsEndpoint {
@@ -142231,182 +142079,6 @@ declare class ForgeProjectIterationsEndpoint {
142231
142079
  }>;
142232
142080
  }
142233
142081
 
142234
- declare class ForgeProjectInvitationsEndpoint {
142235
- private readonly requestExecutor;
142236
- constructor(requestExecutor: RequestExecutor);
142237
- list(projectId: string): Promise<{
142238
- members: {
142239
- user: {
142240
- id: string;
142241
- email: string;
142242
- profile: {
142243
- name: string;
142244
- nickname?: string | undefined;
142245
- avatar?: string | undefined;
142246
- };
142247
- };
142248
- userId: string;
142249
- role: "Admin" | "Viewer" | "Builder";
142250
- effectiveRole: "Admin" | "Viewer" | "Builder";
142251
- forgeProjectId: string;
142252
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142253
- workspaceMembershipId: string;
142254
- }[];
142255
- invitations: {
142256
- email: string;
142257
- createdAt: Date;
142258
- updatedAt: Date;
142259
- role: "Admin" | "Viewer" | "Builder";
142260
- workspaceInvitationId: string;
142261
- forgeProjectId: string;
142262
- createdById: string;
142263
- }[];
142264
- }>;
142265
- create(projectId: string, body: DTOCreateForgeProjectInvitation): Promise<{
142266
- members: {
142267
- user: {
142268
- id: string;
142269
- email: string;
142270
- profile: {
142271
- name: string;
142272
- nickname?: string | undefined;
142273
- avatar?: string | undefined;
142274
- };
142275
- };
142276
- userId: string;
142277
- role: "Admin" | "Viewer" | "Builder";
142278
- effectiveRole: "Admin" | "Viewer" | "Builder";
142279
- forgeProjectId: string;
142280
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142281
- workspaceMembershipId: string;
142282
- }[];
142283
- invitations: {
142284
- email: string;
142285
- createdAt: Date;
142286
- updatedAt: Date;
142287
- role: "Admin" | "Viewer" | "Builder";
142288
- workspaceInvitationId: string;
142289
- forgeProjectId: string;
142290
- createdById: string;
142291
- }[];
142292
- }>;
142293
- update(projectId: string, email: string, body: DTOUpdateForgeProjectInvitation): Promise<{
142294
- invitation: {
142295
- email: string;
142296
- createdAt: Date;
142297
- updatedAt: Date;
142298
- role: "Admin" | "Viewer" | "Builder";
142299
- workspaceInvitationId: string;
142300
- forgeProjectId: string;
142301
- createdById: string;
142302
- };
142303
- }>;
142304
- delete(projectId: string, email: string): Promise<{
142305
- ok: true;
142306
- }>;
142307
- }
142308
-
142309
- declare class ForgeProjectFeaturesEndpoint {
142310
- private readonly requestExecutor;
142311
- constructor(requestExecutor: RequestExecutor);
142312
- list(workspaceId: string, projectId: string): Promise<{
142313
- features: {
142314
- status: "Draft" | "ReadyForDevelopment";
142315
- id: string;
142316
- name: string;
142317
- createdAt: Date;
142318
- description: string;
142319
- sortOrder: number;
142320
- createdByUserId: string;
142321
- projectId: string;
142322
- numberOfIterations: number;
142323
- numberOfBookmarkedIterations: number;
142324
- updatedAt?: Date | undefined;
142325
- sectionId?: string | undefined;
142326
- isArchived?: boolean | undefined;
142327
- lastReplyTimestamp?: Date | undefined;
142328
- }[];
142329
- }>;
142330
- get(workspaceId: string, projectId: string, featureId: string): Promise<{
142331
- feature: {
142332
- status: "Draft" | "ReadyForDevelopment";
142333
- id: string;
142334
- name: string;
142335
- createdAt: Date;
142336
- description: string;
142337
- sortOrder: number;
142338
- createdByUserId: string;
142339
- projectId: string;
142340
- numberOfIterations: number;
142341
- numberOfBookmarkedIterations: number;
142342
- updatedAt?: Date | undefined;
142343
- sectionId?: string | undefined;
142344
- isArchived?: boolean | undefined;
142345
- lastReplyTimestamp?: Date | undefined;
142346
- };
142347
- }>;
142348
- agentWorkFinalized(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureAgentWorkFinalizeInput): Promise<{
142349
- iteration: {
142350
- id: string;
142351
- createdAt: string;
142352
- name: string;
142353
- startedFromMessageId: string;
142354
- updatedAt?: string | undefined;
142355
- baseIterationId?: string | undefined;
142356
- isInProgress?: boolean | undefined;
142357
- staticPreviewUrl?: string | undefined;
142358
- isBookmarked?: boolean | undefined;
142359
- };
142360
- }>;
142361
- }
142362
-
142363
- declare class ForgeProjectFilesEndpoint {
142364
- private readonly requestExecutor;
142365
- constructor(requestExecutor: RequestExecutor);
142366
- upload(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadPayload): Promise<{
142367
- files: {
142368
- id: string;
142369
- name: string;
142370
- url: string;
142371
- size: number;
142372
- checksum: string;
142373
- pendingUpload?: boolean | undefined;
142374
- }[];
142375
- uploadUrls: {
142376
- fileId: string;
142377
- uploadUrl: string;
142378
- }[];
142379
- }>;
142380
- finalize(workspaceId: string, projectId: string, body: DTOForgeProjectFileUploadFinalizePayload): Promise<{
142381
- ok: true;
142382
- }>;
142383
- list(workspaceId: string, projectId: string): Promise<{
142384
- files: {
142385
- id: string;
142386
- name: string;
142387
- url: string;
142388
- size: number;
142389
- checksum: string;
142390
- pendingUpload?: boolean | undefined;
142391
- }[];
142392
- }>;
142393
- }
142394
-
142395
- declare class ForgesEndpoint {
142396
- readonly projectAgents: ForgeAgentsEndpoint;
142397
- readonly artifacts: ForgeArtifactsEndpoint;
142398
- readonly iterationMessages: ForgeIterationMessagesEndpoint;
142399
- readonly participants: ForgeParticipantsEndpoint;
142400
- readonly projectContexts: ForgeProjectContextsEndpoint;
142401
- readonly projectIterations: ForgeProjectIterationsEndpoint;
142402
- readonly projectMembers: ForgeProjectMembersEndpoint;
142403
- readonly projects: ForgeProjectsEndpoint;
142404
- readonly projectInvitations: ForgeProjectInvitationsEndpoint;
142405
- readonly projectFeatures: ForgeProjectFeaturesEndpoint;
142406
- readonly projectFiles: ForgeProjectFilesEndpoint;
142407
- constructor(requestExecutor: RequestExecutor);
142408
- }
142409
-
142410
142082
  declare class WorkspaceChatThreadsEndpoint {
142411
142083
  private readonly requestExecutor;
142412
142084
  readonly messages: ChatThreadMessagesEndpoint;
@@ -142628,6 +142300,8 @@ declare class WorkspaceInvitationsEndpoint {
142628
142300
  cancelAt?: string | undefined;
142629
142301
  subscriptionStatusUpdatedAt?: string | undefined;
142630
142302
  };
142303
+ aiFeaturesEnabled: boolean;
142304
+ aiAskFeaturesEnabled: boolean;
142631
142305
  npmRegistry?: {
142632
142306
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142633
142307
  registryUrl: string;
@@ -142640,6 +142314,7 @@ declare class WorkspaceInvitationsEndpoint {
142640
142314
  customRegistryUrl?: string | undefined;
142641
142315
  password?: string | undefined;
142642
142316
  } | undefined;
142317
+ aiCustomInstruction?: string | undefined;
142643
142318
  };
142644
142319
  }>;
142645
142320
  }
@@ -142751,6 +142426,8 @@ declare class WorkspaceMembersEndpoint {
142751
142426
  cancelAt?: string | undefined;
142752
142427
  subscriptionStatusUpdatedAt?: string | undefined;
142753
142428
  };
142429
+ aiFeaturesEnabled: boolean;
142430
+ aiAskFeaturesEnabled: boolean;
142754
142431
  npmRegistry?: {
142755
142432
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142756
142433
  registryUrl: string;
@@ -142763,6 +142440,7 @@ declare class WorkspaceMembersEndpoint {
142763
142440
  customRegistryUrl?: string | undefined;
142764
142441
  password?: string | undefined;
142765
142442
  } | undefined;
142443
+ aiCustomInstruction?: string | undefined;
142766
142444
  };
142767
142445
  }>;
142768
142446
  invite(workspaceId: string, body: DTOWorkspaceInvitationsListInput): Promise<any>;
@@ -142815,6 +142493,8 @@ declare class WorkspaceMembersEndpoint {
142815
142493
  cancelAt?: string | undefined;
142816
142494
  subscriptionStatusUpdatedAt?: string | undefined;
142817
142495
  };
142496
+ aiFeaturesEnabled: boolean;
142497
+ aiAskFeaturesEnabled: boolean;
142818
142498
  npmRegistry?: {
142819
142499
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142820
142500
  registryUrl: string;
@@ -142827,6 +142507,7 @@ declare class WorkspaceMembersEndpoint {
142827
142507
  customRegistryUrl?: string | undefined;
142828
142508
  password?: string | undefined;
142829
142509
  } | undefined;
142510
+ aiCustomInstruction?: string | undefined;
142830
142511
  };
142831
142512
  }>;
142832
142513
  }
@@ -142912,6 +142593,8 @@ declare class WorkspacesEndpoint {
142912
142593
  cancelAt?: string | undefined;
142913
142594
  subscriptionStatusUpdatedAt?: string | undefined;
142914
142595
  };
142596
+ aiFeaturesEnabled: boolean;
142597
+ aiAskFeaturesEnabled: boolean;
142915
142598
  npmRegistry?: {
142916
142599
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142917
142600
  registryUrl: string;
@@ -142924,6 +142607,7 @@ declare class WorkspacesEndpoint {
142924
142607
  customRegistryUrl?: string | undefined;
142925
142608
  password?: string | undefined;
142926
142609
  } | undefined;
142610
+ aiCustomInstruction?: string | undefined;
142927
142611
  };
142928
142612
  }>;
142929
142613
  list(): Promise<{
@@ -142976,6 +142660,8 @@ declare class WorkspacesEndpoint {
142976
142660
  cancelAt?: string | undefined;
142977
142661
  subscriptionStatusUpdatedAt?: string | undefined;
142978
142662
  };
142663
+ aiFeaturesEnabled: boolean;
142664
+ aiAskFeaturesEnabled: boolean;
142979
142665
  npmRegistry?: {
142980
142666
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142981
142667
  registryUrl: string;
@@ -142988,6 +142674,7 @@ declare class WorkspacesEndpoint {
142988
142674
  customRegistryUrl?: string | undefined;
142989
142675
  password?: string | undefined;
142990
142676
  } | undefined;
142677
+ aiCustomInstruction?: string | undefined;
142991
142678
  };
142992
142679
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
142993
142680
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -143044,6 +142731,8 @@ declare class WorkspacesEndpoint {
143044
142731
  cancelAt?: string | undefined;
143045
142732
  subscriptionStatusUpdatedAt?: string | undefined;
143046
142733
  };
142734
+ aiFeaturesEnabled: boolean;
142735
+ aiAskFeaturesEnabled: boolean;
143047
142736
  npmRegistry?: {
143048
142737
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
143049
142738
  registryUrl: string;
@@ -143056,6 +142745,7 @@ declare class WorkspacesEndpoint {
143056
142745
  customRegistryUrl?: string | undefined;
143057
142746
  password?: string | undefined;
143058
142747
  } | undefined;
142748
+ aiCustomInstruction?: string | undefined;
143059
142749
  };
143060
142750
  }>;
143061
142751
  delete(workspaceId: string): Promise<any>;
@@ -143165,6 +142855,8 @@ declare class WorkspacesEndpoint {
143165
142855
  cancelAt?: string | undefined;
143166
142856
  subscriptionStatusUpdatedAt?: string | undefined;
143167
142857
  };
142858
+ aiFeaturesEnabled: boolean;
142859
+ aiAskFeaturesEnabled: boolean;
143168
142860
  npmRegistry?: {
143169
142861
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
143170
142862
  registryUrl: string;
@@ -143177,6 +142869,7 @@ declare class WorkspacesEndpoint {
143177
142869
  customRegistryUrl?: string | undefined;
143178
142870
  password?: string | undefined;
143179
142871
  } | undefined;
142872
+ aiCustomInstruction?: string | undefined;
143180
142873
  };
143181
142874
  }>;
143182
142875
  }
@@ -143278,6 +142971,8 @@ declare class UsersEndpoint {
143278
142971
  cancelAt?: string | undefined;
143279
142972
  subscriptionStatusUpdatedAt?: string | undefined;
143280
142973
  };
142974
+ aiFeaturesEnabled: boolean;
142975
+ aiAskFeaturesEnabled: boolean;
143281
142976
  npmRegistry?: {
143282
142977
  registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
143283
142978
  registryUrl: string;
@@ -143290,6 +142985,7 @@ declare class UsersEndpoint {
143290
142985
  customRegistryUrl?: string | undefined;
143291
142986
  password?: string | undefined;
143292
142987
  } | undefined;
142988
+ aiCustomInstruction?: string | undefined;
143293
142989
  };
143294
142990
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
143295
142991
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -143382,7 +143078,7 @@ declare class SupernovaApiClient {
143382
143078
  readonly designSystems: DesignSystemsEndpoint;
143383
143079
  readonly codegen: CodegenEndpoint;
143384
143080
  readonly liveblocks: LiveblocksEndpoint;
143385
- readonly forges: ForgesEndpoint;
143081
+ readonly forge: ForgeEndpoint;
143386
143082
  constructor(config: SupernovaApiClientConfig);
143387
143083
  }
143388
143084
 
@@ -145836,4 +145532,4 @@ declare function isValidRedirectPath(path: string): {
145836
145532
  reason: ValidationErrorReason | undefined;
145837
145533
  };
145838
145534
 
145839
- export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
145535
+ export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };