@supernova-studio/client 1.38.0 → 1.39.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
@@ -81735,6 +81735,7 @@ declare const DTOForgeProjectArtifact: z$1.ZodObject<{
81735
81735
  updatedAt: z$1.ZodDate;
81736
81736
  createdByUserId: z$1.ZodString;
81737
81737
  sectionId: z$1.ZodOptional<z$1.ZodString>;
81738
+ threadId: z$1.ZodOptional<z$1.ZodString>;
81738
81739
  }, "strip", z$1.ZodTypeAny, {
81739
81740
  id: string;
81740
81741
  createdAt: Date;
@@ -81743,6 +81744,7 @@ declare const DTOForgeProjectArtifact: z$1.ZodObject<{
81743
81744
  sortOrder: number;
81744
81745
  createdByUserId: string;
81745
81746
  projectId: string;
81747
+ threadId?: string | undefined;
81746
81748
  previewUrl?: string | null | undefined;
81747
81749
  iterationId?: string | null | undefined;
81748
81750
  sectionId?: string | undefined;
@@ -81753,6 +81755,7 @@ declare const DTOForgeProjectArtifact: z$1.ZodObject<{
81753
81755
  title: string;
81754
81756
  createdByUserId: string;
81755
81757
  projectId: string;
81758
+ threadId?: string | undefined;
81756
81759
  sortOrder?: number | undefined;
81757
81760
  previewUrl?: string | null | undefined;
81758
81761
  iterationId?: string | null | undefined;
@@ -81821,6 +81824,7 @@ declare const DTOForgeProjectArtifactGetResponse: z$1.ZodObject<{
81821
81824
  updatedAt: z$1.ZodDate;
81822
81825
  createdByUserId: z$1.ZodString;
81823
81826
  sectionId: z$1.ZodOptional<z$1.ZodString>;
81827
+ threadId: z$1.ZodOptional<z$1.ZodString>;
81824
81828
  }, "strip", z$1.ZodTypeAny, {
81825
81829
  id: string;
81826
81830
  createdAt: Date;
@@ -81829,6 +81833,7 @@ declare const DTOForgeProjectArtifactGetResponse: z$1.ZodObject<{
81829
81833
  sortOrder: number;
81830
81834
  createdByUserId: string;
81831
81835
  projectId: string;
81836
+ threadId?: string | undefined;
81832
81837
  previewUrl?: string | null | undefined;
81833
81838
  iterationId?: string | null | undefined;
81834
81839
  sectionId?: string | undefined;
@@ -81839,6 +81844,7 @@ declare const DTOForgeProjectArtifactGetResponse: z$1.ZodObject<{
81839
81844
  title: string;
81840
81845
  createdByUserId: string;
81841
81846
  projectId: string;
81847
+ threadId?: string | undefined;
81842
81848
  sortOrder?: number | undefined;
81843
81849
  previewUrl?: string | null | undefined;
81844
81850
  iterationId?: string | null | undefined;
@@ -81853,6 +81859,7 @@ declare const DTOForgeProjectArtifactGetResponse: z$1.ZodObject<{
81853
81859
  sortOrder: number;
81854
81860
  createdByUserId: string;
81855
81861
  projectId: string;
81862
+ threadId?: string | undefined;
81856
81863
  previewUrl?: string | null | undefined;
81857
81864
  iterationId?: string | null | undefined;
81858
81865
  sectionId?: string | undefined;
@@ -81865,6 +81872,7 @@ declare const DTOForgeProjectArtifactGetResponse: z$1.ZodObject<{
81865
81872
  title: string;
81866
81873
  createdByUserId: string;
81867
81874
  projectId: string;
81875
+ threadId?: string | undefined;
81868
81876
  sortOrder?: number | undefined;
81869
81877
  previewUrl?: string | null | undefined;
81870
81878
  iterationId?: string | null | undefined;
@@ -81884,6 +81892,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z$1.ZodObject<{
81884
81892
  updatedAt: z$1.ZodDate;
81885
81893
  createdByUserId: z$1.ZodString;
81886
81894
  sectionId: z$1.ZodOptional<z$1.ZodString>;
81895
+ threadId: z$1.ZodOptional<z$1.ZodString>;
81887
81896
  }, "strip", z$1.ZodTypeAny, {
81888
81897
  id: string;
81889
81898
  createdAt: Date;
@@ -81892,6 +81901,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z$1.ZodObject<{
81892
81901
  sortOrder: number;
81893
81902
  createdByUserId: string;
81894
81903
  projectId: string;
81904
+ threadId?: string | undefined;
81895
81905
  previewUrl?: string | null | undefined;
81896
81906
  iterationId?: string | null | undefined;
81897
81907
  sectionId?: string | undefined;
@@ -81902,6 +81912,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z$1.ZodObject<{
81902
81912
  title: string;
81903
81913
  createdByUserId: string;
81904
81914
  projectId: string;
81915
+ threadId?: string | undefined;
81905
81916
  sortOrder?: number | undefined;
81906
81917
  previewUrl?: string | null | undefined;
81907
81918
  iterationId?: string | null | undefined;
@@ -81916,6 +81927,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z$1.ZodObject<{
81916
81927
  sortOrder: number;
81917
81928
  createdByUserId: string;
81918
81929
  projectId: string;
81930
+ threadId?: string | undefined;
81919
81931
  previewUrl?: string | null | undefined;
81920
81932
  iterationId?: string | null | undefined;
81921
81933
  sectionId?: string | undefined;
@@ -81928,6 +81940,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z$1.ZodObject<{
81928
81940
  title: string;
81929
81941
  createdByUserId: string;
81930
81942
  projectId: string;
81943
+ threadId?: string | undefined;
81931
81944
  sortOrder?: number | undefined;
81932
81945
  previewUrl?: string | null | undefined;
81933
81946
  iterationId?: string | null | undefined;
@@ -81947,6 +81960,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z$1.ZodObject<{
81947
81960
  updatedAt: z$1.ZodDate;
81948
81961
  createdByUserId: z$1.ZodString;
81949
81962
  sectionId: z$1.ZodOptional<z$1.ZodString>;
81963
+ threadId: z$1.ZodOptional<z$1.ZodString>;
81950
81964
  }, "strip", z$1.ZodTypeAny, {
81951
81965
  id: string;
81952
81966
  createdAt: Date;
@@ -81955,6 +81969,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z$1.ZodObject<{
81955
81969
  sortOrder: number;
81956
81970
  createdByUserId: string;
81957
81971
  projectId: string;
81972
+ threadId?: string | undefined;
81958
81973
  previewUrl?: string | null | undefined;
81959
81974
  iterationId?: string | null | undefined;
81960
81975
  sectionId?: string | undefined;
@@ -81965,6 +81980,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z$1.ZodObject<{
81965
81980
  title: string;
81966
81981
  createdByUserId: string;
81967
81982
  projectId: string;
81983
+ threadId?: string | undefined;
81968
81984
  sortOrder?: number | undefined;
81969
81985
  previewUrl?: string | null | undefined;
81970
81986
  iterationId?: string | null | undefined;
@@ -81979,6 +81995,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z$1.ZodObject<{
81979
81995
  sortOrder: number;
81980
81996
  createdByUserId: string;
81981
81997
  projectId: string;
81998
+ threadId?: string | undefined;
81982
81999
  previewUrl?: string | null | undefined;
81983
82000
  iterationId?: string | null | undefined;
81984
82001
  sectionId?: string | undefined;
@@ -81991,6 +82008,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z$1.ZodObject<{
81991
82008
  title: string;
81992
82009
  createdByUserId: string;
81993
82010
  projectId: string;
82011
+ threadId?: string | undefined;
81994
82012
  sortOrder?: number | undefined;
81995
82013
  previewUrl?: string | null | undefined;
81996
82014
  iterationId?: string | null | undefined;
@@ -82018,6 +82036,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z$1.ZodObject<{
82018
82036
  updatedAt: z$1.ZodDate;
82019
82037
  createdByUserId: z$1.ZodString;
82020
82038
  sectionId: z$1.ZodOptional<z$1.ZodString>;
82039
+ threadId: z$1.ZodOptional<z$1.ZodString>;
82021
82040
  }, "strip", z$1.ZodTypeAny, {
82022
82041
  id: string;
82023
82042
  createdAt: Date;
@@ -82026,6 +82045,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z$1.ZodObject<{
82026
82045
  sortOrder: number;
82027
82046
  createdByUserId: string;
82028
82047
  projectId: string;
82048
+ threadId?: string | undefined;
82029
82049
  previewUrl?: string | null | undefined;
82030
82050
  iterationId?: string | null | undefined;
82031
82051
  sectionId?: string | undefined;
@@ -82036,6 +82056,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z$1.ZodObject<{
82036
82056
  title: string;
82037
82057
  createdByUserId: string;
82038
82058
  projectId: string;
82059
+ threadId?: string | undefined;
82039
82060
  sortOrder?: number | undefined;
82040
82061
  previewUrl?: string | null | undefined;
82041
82062
  iterationId?: string | null | undefined;
@@ -82050,6 +82071,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z$1.ZodObject<{
82050
82071
  sortOrder: number;
82051
82072
  createdByUserId: string;
82052
82073
  projectId: string;
82074
+ threadId?: string | undefined;
82053
82075
  previewUrl?: string | null | undefined;
82054
82076
  iterationId?: string | null | undefined;
82055
82077
  sectionId?: string | undefined;
@@ -82062,6 +82084,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z$1.ZodObject<{
82062
82084
  title: string;
82063
82085
  createdByUserId: string;
82064
82086
  projectId: string;
82087
+ threadId?: string | undefined;
82065
82088
  sortOrder?: number | undefined;
82066
82089
  previewUrl?: string | null | undefined;
82067
82090
  iterationId?: string | null | undefined;
@@ -82081,6 +82104,7 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82081
82104
  updatedAt: z$1.ZodDate;
82082
82105
  createdByUserId: z$1.ZodString;
82083
82106
  sectionId: z$1.ZodOptional<z$1.ZodString>;
82107
+ threadId: z$1.ZodOptional<z$1.ZodString>;
82084
82108
  }, "strip", z$1.ZodTypeAny, {
82085
82109
  id: string;
82086
82110
  createdAt: Date;
@@ -82089,6 +82113,7 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82089
82113
  sortOrder: number;
82090
82114
  createdByUserId: string;
82091
82115
  projectId: string;
82116
+ threadId?: string | undefined;
82092
82117
  previewUrl?: string | null | undefined;
82093
82118
  iterationId?: string | null | undefined;
82094
82119
  sectionId?: string | undefined;
@@ -82099,6 +82124,7 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82099
82124
  title: string;
82100
82125
  createdByUserId: string;
82101
82126
  projectId: string;
82127
+ threadId?: string | undefined;
82102
82128
  sortOrder?: number | undefined;
82103
82129
  previewUrl?: string | null | undefined;
82104
82130
  iterationId?: string | null | undefined;
@@ -82113,6 +82139,7 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82113
82139
  sortOrder: number;
82114
82140
  createdByUserId: string;
82115
82141
  projectId: string;
82142
+ threadId?: string | undefined;
82116
82143
  previewUrl?: string | null | undefined;
82117
82144
  iterationId?: string | null | undefined;
82118
82145
  sectionId?: string | undefined;
@@ -82125,6 +82152,7 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82125
82152
  title: string;
82126
82153
  createdByUserId: string;
82127
82154
  projectId: string;
82155
+ threadId?: string | undefined;
82128
82156
  sortOrder?: number | undefined;
82129
82157
  previewUrl?: string | null | undefined;
82130
82158
  iterationId?: string | null | undefined;
@@ -82133,8 +82161,303 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
82133
82161
  }>;
82134
82162
  type DTOForgeProjectArtifactsListResponse = z$1.infer<typeof DTOForgeProjectArtifactsListResponse>;
82135
82163
 
82164
+ declare const DTOForgeComponentSetType: z$1.ZodEnum<["Shadcn"]>;
82165
+ declare const DTOForgeComponentSet: z$1.ZodObject<{
82166
+ type: z$1.ZodEnum<["Shadcn"]>;
82167
+ }, "strip", z$1.ZodTypeAny, {
82168
+ type: "Shadcn";
82169
+ }, {
82170
+ type: "Shadcn";
82171
+ }>;
82172
+ declare const DTOForgeIconSetType: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82173
+ declare const DTOForgeIconSet: z$1.ZodObject<{
82174
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82175
+ }, "strip", z$1.ZodTypeAny, {
82176
+ type: "Phosphor" | "Lucide" | "Tabler";
82177
+ }, {
82178
+ type: "Phosphor" | "Lucide" | "Tabler";
82179
+ }>;
82180
+ declare const DTOForgeProjectContextV2: z$1.ZodObject<{
82181
+ name: z$1.ZodString;
82182
+ description: z$1.ZodString;
82183
+ productContext: z$1.ZodString;
82184
+ componentSet: z$1.ZodObject<{
82185
+ type: z$1.ZodEnum<["Shadcn"]>;
82186
+ }, "strip", z$1.ZodTypeAny, {
82187
+ type: "Shadcn";
82188
+ }, {
82189
+ type: "Shadcn";
82190
+ }>;
82191
+ iconSet: z$1.ZodObject<{
82192
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82193
+ }, "strip", z$1.ZodTypeAny, {
82194
+ type: "Phosphor" | "Lucide" | "Tabler";
82195
+ }, {
82196
+ type: "Phosphor" | "Lucide" | "Tabler";
82197
+ }>;
82198
+ additionalContext: z$1.ZodString;
82199
+ }, "strip", z$1.ZodTypeAny, {
82200
+ name: string;
82201
+ description: string;
82202
+ productContext: string;
82203
+ componentSet: {
82204
+ type: "Shadcn";
82205
+ };
82206
+ iconSet: {
82207
+ type: "Phosphor" | "Lucide" | "Tabler";
82208
+ };
82209
+ additionalContext: string;
82210
+ }, {
82211
+ name: string;
82212
+ description: string;
82213
+ productContext: string;
82214
+ componentSet: {
82215
+ type: "Shadcn";
82216
+ };
82217
+ iconSet: {
82218
+ type: "Phosphor" | "Lucide" | "Tabler";
82219
+ };
82220
+ additionalContext: string;
82221
+ }>;
82222
+ type DTOForgeProjectContextV2 = z$1.infer<typeof DTOForgeProjectContextV2>;
82223
+ declare const DTOForgeProjectContextCreateV2: z$1.ZodObject<{
82224
+ name: z$1.ZodString;
82225
+ description: z$1.ZodString;
82226
+ productContext: z$1.ZodString;
82227
+ componentSet: z$1.ZodObject<{
82228
+ type: z$1.ZodEnum<["Shadcn"]>;
82229
+ }, "strip", z$1.ZodTypeAny, {
82230
+ type: "Shadcn";
82231
+ }, {
82232
+ type: "Shadcn";
82233
+ }>;
82234
+ iconSet: z$1.ZodObject<{
82235
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82236
+ }, "strip", z$1.ZodTypeAny, {
82237
+ type: "Phosphor" | "Lucide" | "Tabler";
82238
+ }, {
82239
+ type: "Phosphor" | "Lucide" | "Tabler";
82240
+ }>;
82241
+ additionalContext: z$1.ZodString;
82242
+ }, "strip", z$1.ZodTypeAny, {
82243
+ name: string;
82244
+ description: string;
82245
+ productContext: string;
82246
+ componentSet: {
82247
+ type: "Shadcn";
82248
+ };
82249
+ iconSet: {
82250
+ type: "Phosphor" | "Lucide" | "Tabler";
82251
+ };
82252
+ additionalContext: string;
82253
+ }, {
82254
+ name: string;
82255
+ description: string;
82256
+ productContext: string;
82257
+ componentSet: {
82258
+ type: "Shadcn";
82259
+ };
82260
+ iconSet: {
82261
+ type: "Phosphor" | "Lucide" | "Tabler";
82262
+ };
82263
+ additionalContext: string;
82264
+ }>;
82265
+ type DTOForgeProjectContextCreateV2 = z$1.infer<typeof DTOForgeProjectContextCreateV2>;
82266
+ declare const DTOForgeProjectContextUpdateV2: z$1.ZodObject<{
82267
+ name: z$1.ZodOptional<z$1.ZodString>;
82268
+ description: z$1.ZodOptional<z$1.ZodString>;
82269
+ productContext: z$1.ZodOptional<z$1.ZodString>;
82270
+ componentSet: z$1.ZodOptional<z$1.ZodObject<{
82271
+ type: z$1.ZodEnum<["Shadcn"]>;
82272
+ }, "strip", z$1.ZodTypeAny, {
82273
+ type: "Shadcn";
82274
+ }, {
82275
+ type: "Shadcn";
82276
+ }>>;
82277
+ iconSet: z$1.ZodOptional<z$1.ZodObject<{
82278
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82279
+ }, "strip", z$1.ZodTypeAny, {
82280
+ type: "Phosphor" | "Lucide" | "Tabler";
82281
+ }, {
82282
+ type: "Phosphor" | "Lucide" | "Tabler";
82283
+ }>>;
82284
+ additionalContext: z$1.ZodOptional<z$1.ZodString>;
82285
+ }, "strip", z$1.ZodTypeAny, {
82286
+ name?: string | undefined;
82287
+ description?: string | undefined;
82288
+ productContext?: string | undefined;
82289
+ componentSet?: {
82290
+ type: "Shadcn";
82291
+ } | undefined;
82292
+ iconSet?: {
82293
+ type: "Phosphor" | "Lucide" | "Tabler";
82294
+ } | undefined;
82295
+ additionalContext?: string | undefined;
82296
+ }, {
82297
+ name?: string | undefined;
82298
+ description?: string | undefined;
82299
+ productContext?: string | undefined;
82300
+ componentSet?: {
82301
+ type: "Shadcn";
82302
+ } | undefined;
82303
+ iconSet?: {
82304
+ type: "Phosphor" | "Lucide" | "Tabler";
82305
+ } | undefined;
82306
+ additionalContext?: string | undefined;
82307
+ }>;
82308
+ type DTOForgeProjectContextUpdateV2 = z$1.infer<typeof DTOForgeProjectContextUpdateV2>;
82309
+ declare const DTOForgeProjectContextResponseV2: z$1.ZodObject<{
82310
+ context: z$1.ZodObject<{
82311
+ name: z$1.ZodString;
82312
+ description: z$1.ZodString;
82313
+ productContext: z$1.ZodString;
82314
+ componentSet: z$1.ZodObject<{
82315
+ type: z$1.ZodEnum<["Shadcn"]>;
82316
+ }, "strip", z$1.ZodTypeAny, {
82317
+ type: "Shadcn";
82318
+ }, {
82319
+ type: "Shadcn";
82320
+ }>;
82321
+ iconSet: z$1.ZodObject<{
82322
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82323
+ }, "strip", z$1.ZodTypeAny, {
82324
+ type: "Phosphor" | "Lucide" | "Tabler";
82325
+ }, {
82326
+ type: "Phosphor" | "Lucide" | "Tabler";
82327
+ }>;
82328
+ additionalContext: z$1.ZodString;
82329
+ }, "strip", z$1.ZodTypeAny, {
82330
+ name: string;
82331
+ description: string;
82332
+ productContext: string;
82333
+ componentSet: {
82334
+ type: "Shadcn";
82335
+ };
82336
+ iconSet: {
82337
+ type: "Phosphor" | "Lucide" | "Tabler";
82338
+ };
82339
+ additionalContext: string;
82340
+ }, {
82341
+ name: string;
82342
+ description: string;
82343
+ productContext: string;
82344
+ componentSet: {
82345
+ type: "Shadcn";
82346
+ };
82347
+ iconSet: {
82348
+ type: "Phosphor" | "Lucide" | "Tabler";
82349
+ };
82350
+ additionalContext: string;
82351
+ }>;
82352
+ }, "strip", z$1.ZodTypeAny, {
82353
+ context: {
82354
+ name: string;
82355
+ description: string;
82356
+ productContext: string;
82357
+ componentSet: {
82358
+ type: "Shadcn";
82359
+ };
82360
+ iconSet: {
82361
+ type: "Phosphor" | "Lucide" | "Tabler";
82362
+ };
82363
+ additionalContext: string;
82364
+ };
82365
+ }, {
82366
+ context: {
82367
+ name: string;
82368
+ description: string;
82369
+ productContext: string;
82370
+ componentSet: {
82371
+ type: "Shadcn";
82372
+ };
82373
+ iconSet: {
82374
+ type: "Phosphor" | "Lucide" | "Tabler";
82375
+ };
82376
+ additionalContext: string;
82377
+ };
82378
+ }>;
82379
+ type DTOForgeProjectContextResponseV2 = z$1.infer<typeof DTOForgeProjectContextResponseV2>;
82380
+ declare const DTOForgeProjectContextListQueryV2: z$1.ZodObject<{
82381
+ workspaceId: z$1.ZodString;
82382
+ }, "strip", z$1.ZodTypeAny, {
82383
+ workspaceId: string;
82384
+ }, {
82385
+ workspaceId: string;
82386
+ }>;
82387
+ type DTOForgeProjectContextListQueryV2 = z$1.infer<typeof DTOForgeProjectContextListQueryV2>;
82388
+ declare const DTOForgeProjectContextListResponseV2: z$1.ZodObject<{
82389
+ contexts: z$1.ZodArray<z$1.ZodObject<{
82390
+ name: z$1.ZodString;
82391
+ description: z$1.ZodString;
82392
+ productContext: z$1.ZodString;
82393
+ componentSet: z$1.ZodObject<{
82394
+ type: z$1.ZodEnum<["Shadcn"]>;
82395
+ }, "strip", z$1.ZodTypeAny, {
82396
+ type: "Shadcn";
82397
+ }, {
82398
+ type: "Shadcn";
82399
+ }>;
82400
+ iconSet: z$1.ZodObject<{
82401
+ type: z$1.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
82402
+ }, "strip", z$1.ZodTypeAny, {
82403
+ type: "Phosphor" | "Lucide" | "Tabler";
82404
+ }, {
82405
+ type: "Phosphor" | "Lucide" | "Tabler";
82406
+ }>;
82407
+ additionalContext: z$1.ZodString;
82408
+ }, "strip", z$1.ZodTypeAny, {
82409
+ name: string;
82410
+ description: string;
82411
+ productContext: string;
82412
+ componentSet: {
82413
+ type: "Shadcn";
82414
+ };
82415
+ iconSet: {
82416
+ type: "Phosphor" | "Lucide" | "Tabler";
82417
+ };
82418
+ additionalContext: string;
82419
+ }, {
82420
+ name: string;
82421
+ description: string;
82422
+ productContext: string;
82423
+ componentSet: {
82424
+ type: "Shadcn";
82425
+ };
82426
+ iconSet: {
82427
+ type: "Phosphor" | "Lucide" | "Tabler";
82428
+ };
82429
+ additionalContext: string;
82430
+ }>, "many">;
82431
+ }, "strip", z$1.ZodTypeAny, {
82432
+ contexts: {
82433
+ name: string;
82434
+ description: string;
82435
+ productContext: string;
82436
+ componentSet: {
82437
+ type: "Shadcn";
82438
+ };
82439
+ iconSet: {
82440
+ type: "Phosphor" | "Lucide" | "Tabler";
82441
+ };
82442
+ additionalContext: string;
82443
+ }[];
82444
+ }, {
82445
+ contexts: {
82446
+ name: string;
82447
+ description: string;
82448
+ productContext: string;
82449
+ componentSet: {
82450
+ type: "Shadcn";
82451
+ };
82452
+ iconSet: {
82453
+ type: "Phosphor" | "Lucide" | "Tabler";
82454
+ };
82455
+ additionalContext: string;
82456
+ }[];
82457
+ }>;
82458
+ type DTOForgeProjectContextListResponseV2 = z$1.infer<typeof DTOForgeProjectContextListResponseV2>;
82459
+
82136
82460
  declare const DTOForgeProjectContext: z$1.ZodObject<{
82137
- createdAt: z$1.ZodDate;
82138
82461
  definition: z$1.ZodString;
82139
82462
  dependencies: z$1.ZodArray<z$1.ZodObject<{
82140
82463
  packageName: z$1.ZodString;
@@ -82235,6 +82558,7 @@ declare const DTOForgeProjectContext: z$1.ZodObject<{
82235
82558
  version: string;
82236
82559
  content: string;
82237
82560
  }>>;
82561
+ createdAt: z$1.ZodDate;
82238
82562
  updatedAt: z$1.ZodDate;
82239
82563
  workspaceId: z$1.ZodString;
82240
82564
  }, "strip", z$1.ZodTypeAny, {
@@ -82328,7 +82652,6 @@ declare const DTOForgeProjectContext: z$1.ZodObject<{
82328
82652
  }>;
82329
82653
  type DTOForgeProjectContext = z$1.infer<typeof DTOForgeProjectContext>;
82330
82654
  declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
82331
- createdAt: z$1.ZodDate;
82332
82655
  definition: z$1.ZodString;
82333
82656
  dependencies: z$1.ZodArray<z$1.ZodObject<{
82334
82657
  packageName: z$1.ZodString;
@@ -82429,6 +82752,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
82429
82752
  version: string;
82430
82753
  content: string;
82431
82754
  }>>;
82755
+ createdAt: z$1.ZodDate;
82432
82756
  updatedAt: z$1.ZodDate;
82433
82757
  workspaceId: z$1.ZodString;
82434
82758
  }, "name" | "meta" | "designSystemId" | "dependencies" | "definition" | "platform" | "styling" | "tailwindConfig"> & {
@@ -82673,7 +82997,6 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
82673
82997
  type DTOUpdateForgeProjectContext = z$1.infer<typeof DTOUpdateForgeProjectContext>;
82674
82998
  declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
82675
82999
  context: z$1.ZodObject<{
82676
- createdAt: z$1.ZodDate;
82677
83000
  definition: z$1.ZodString;
82678
83001
  dependencies: z$1.ZodArray<z$1.ZodObject<{
82679
83002
  packageName: z$1.ZodString;
@@ -82774,294 +83097,295 @@ declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
82774
83097
  version: string;
82775
83098
  content: string;
82776
83099
  }>>;
82777
- updatedAt: z$1.ZodDate;
82778
- workspaceId: z$1.ZodString;
82779
- }, "strip", z$1.ZodTypeAny, {
82780
- id: string;
82781
- name: string;
82782
- createdAt: Date;
82783
- updatedAt: Date;
82784
- workspaceId: string;
82785
- designSystemId: string;
82786
- dependencies: {
82787
- type: "npm";
82788
- version: string;
82789
- packageName: string;
82790
- }[];
82791
- meta: {
82792
- name: string;
82793
- description?: string | undefined;
82794
- };
82795
- definition: string;
82796
- npmProxySettings: {
82797
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
82798
- enabledScopes: string[];
82799
- bypassProxy: boolean;
82800
- customRegistryUrl?: string | undefined;
82801
- npmProxyRegistryConfigId?: string | undefined;
82802
- npmProxyVersion?: number | undefined;
82803
- } & ({
82804
- password: string;
82805
- username: string;
82806
- authType: "Basic";
82807
- } | {
82808
- accessToken: string;
82809
- authType: "Bearer";
82810
- } | {
82811
- authType: "None";
82812
- } | {
82813
- authType: "Custom";
82814
- authHeaderName: string;
82815
- authHeaderValue: string;
82816
- });
82817
- platform: "Angular" | "Vue" | "React";
82818
- styling: "CSS" | "Tailwind";
82819
- tailwindConfig?: {
82820
- version: string;
82821
- content: string;
82822
- } | undefined;
82823
- }, {
82824
- id: string;
82825
- name: string;
82826
- createdAt: Date;
82827
- updatedAt: Date;
82828
- workspaceId: string;
82829
- designSystemId: string;
82830
- dependencies: {
82831
- type: "npm";
82832
- packageName: string;
82833
- version?: string | undefined;
82834
- }[];
82835
- meta: {
82836
- name: string;
82837
- description?: string | undefined;
82838
- };
82839
- definition: string;
82840
- npmProxySettings: {
82841
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
82842
- enabledScopes: string[];
82843
- customRegistryUrl?: string | undefined;
82844
- bypassProxy?: boolean | undefined;
82845
- npmProxyRegistryConfigId?: string | undefined;
82846
- npmProxyVersion?: number | undefined;
82847
- } & ({
82848
- password: string;
82849
- username: string;
82850
- authType: "Basic";
82851
- } | {
82852
- accessToken: string;
82853
- authType: "Bearer";
82854
- } | {
82855
- authType: "None";
82856
- } | {
82857
- authType: "Custom";
82858
- authHeaderName: string;
82859
- authHeaderValue: string;
82860
- });
82861
- platform: "Angular" | "Vue" | "React";
82862
- styling: "CSS" | "Tailwind";
82863
- tailwindConfig?: {
82864
- version: string;
82865
- content: string;
82866
- } | undefined;
82867
- }>;
82868
- }, "strip", z$1.ZodTypeAny, {
82869
- context: {
82870
- id: string;
82871
- name: string;
82872
- createdAt: Date;
82873
- updatedAt: Date;
82874
- workspaceId: string;
82875
- designSystemId: string;
82876
- dependencies: {
82877
- type: "npm";
82878
- version: string;
82879
- packageName: string;
82880
- }[];
82881
- meta: {
82882
- name: string;
82883
- description?: string | undefined;
82884
- };
82885
- definition: string;
82886
- npmProxySettings: {
82887
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
82888
- enabledScopes: string[];
82889
- bypassProxy: boolean;
82890
- customRegistryUrl?: string | undefined;
82891
- npmProxyRegistryConfigId?: string | undefined;
82892
- npmProxyVersion?: number | undefined;
82893
- } & ({
82894
- password: string;
82895
- username: string;
82896
- authType: "Basic";
82897
- } | {
82898
- accessToken: string;
82899
- authType: "Bearer";
82900
- } | {
82901
- authType: "None";
82902
- } | {
82903
- authType: "Custom";
82904
- authHeaderName: string;
82905
- authHeaderValue: string;
82906
- });
82907
- platform: "Angular" | "Vue" | "React";
82908
- styling: "CSS" | "Tailwind";
82909
- tailwindConfig?: {
82910
- version: string;
82911
- content: string;
82912
- } | undefined;
82913
- };
82914
- }, {
82915
- context: {
82916
- id: string;
82917
- name: string;
82918
- createdAt: Date;
82919
- updatedAt: Date;
82920
- workspaceId: string;
82921
- designSystemId: string;
82922
- dependencies: {
82923
- type: "npm";
82924
- packageName: string;
82925
- version?: string | undefined;
82926
- }[];
82927
- meta: {
82928
- name: string;
82929
- description?: string | undefined;
82930
- };
82931
- definition: string;
82932
- npmProxySettings: {
82933
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
82934
- enabledScopes: string[];
82935
- customRegistryUrl?: string | undefined;
82936
- bypassProxy?: boolean | undefined;
82937
- npmProxyRegistryConfigId?: string | undefined;
82938
- npmProxyVersion?: number | undefined;
82939
- } & ({
82940
- password: string;
82941
- username: string;
82942
- authType: "Basic";
82943
- } | {
82944
- accessToken: string;
82945
- authType: "Bearer";
82946
- } | {
82947
- authType: "None";
82948
- } | {
82949
- authType: "Custom";
82950
- authHeaderName: string;
82951
- authHeaderValue: string;
82952
- });
82953
- platform: "Angular" | "Vue" | "React";
82954
- styling: "CSS" | "Tailwind";
82955
- tailwindConfig?: {
82956
- version: string;
82957
- content: string;
82958
- } | undefined;
82959
- };
82960
- }>;
82961
- type DTOForgeProjectContextGetResponse = z$1.infer<typeof DTOForgeProjectContextGetResponse>;
82962
- declare const DTOForgeProjectContextListResponse: z$1.ZodObject<{
82963
- contexts: z$1.ZodArray<z$1.ZodObject<{
82964
83100
  createdAt: z$1.ZodDate;
82965
- definition: z$1.ZodString;
82966
- dependencies: z$1.ZodArray<z$1.ZodObject<{
82967
- packageName: z$1.ZodString;
82968
- type: z$1.ZodLiteral<"npm">;
82969
- version: z$1.ZodDefault<z$1.ZodString>;
82970
- }, "strip", z$1.ZodTypeAny, {
82971
- type: "npm";
82972
- version: string;
82973
- packageName: string;
82974
- }, {
82975
- type: "npm";
82976
- packageName: string;
82977
- version?: string | undefined;
82978
- }>, "many">;
82979
- designSystemId: z$1.ZodString;
82980
- id: z$1.ZodString;
82981
- meta: z$1.ZodObject<{
82982
- name: z$1.ZodString;
82983
- description: z$1.ZodOptional<z$1.ZodString>;
82984
- }, "strip", z$1.ZodTypeAny, {
82985
- name: string;
82986
- description?: string | undefined;
82987
- }, {
82988
- name: string;
82989
- description?: string | undefined;
82990
- }>;
82991
- name: z$1.ZodString;
82992
- npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
82993
- registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
82994
- enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
82995
- customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
82996
- bypassProxy: z$1.ZodDefault<z$1.ZodBoolean>;
82997
- npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
82998
- npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
82999
- }, "strip", z$1.ZodTypeAny, {
83000
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83001
- enabledScopes: string[];
83002
- bypassProxy: boolean;
83003
- customRegistryUrl?: string | undefined;
83004
- npmProxyRegistryConfigId?: string | undefined;
83005
- npmProxyVersion?: number | undefined;
83006
- }, {
83007
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83008
- enabledScopes: string[];
83009
- customRegistryUrl?: string | undefined;
83010
- bypassProxy?: boolean | undefined;
83011
- npmProxyRegistryConfigId?: string | undefined;
83012
- npmProxyVersion?: number | undefined;
83013
- }>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
83014
- authType: z$1.ZodLiteral<"Basic">;
83015
- username: z$1.ZodString;
83016
- password: z$1.ZodString;
83017
- }, "strip", z$1.ZodTypeAny, {
83018
- password: string;
83019
- username: string;
83020
- authType: "Basic";
83021
- }, {
83022
- password: string;
83023
- username: string;
83024
- authType: "Basic";
83025
- }>, z$1.ZodObject<{
83026
- authType: z$1.ZodLiteral<"Bearer">;
83027
- accessToken: z$1.ZodString;
83028
- }, "strip", z$1.ZodTypeAny, {
83029
- accessToken: string;
83030
- authType: "Bearer";
83031
- }, {
83032
- accessToken: string;
83033
- authType: "Bearer";
83034
- }>, z$1.ZodObject<{
83035
- authType: z$1.ZodLiteral<"None">;
83036
- }, "strip", z$1.ZodTypeAny, {
83037
- authType: "None";
83038
- }, {
83039
- authType: "None";
83040
- }>, z$1.ZodObject<{
83041
- authType: z$1.ZodLiteral<"Custom">;
83042
- authHeaderName: z$1.ZodString;
83043
- authHeaderValue: z$1.ZodString;
83044
- }, "strip", z$1.ZodTypeAny, {
83045
- authType: "Custom";
83046
- authHeaderName: string;
83047
- authHeaderValue: string;
83048
- }, {
83049
- authType: "Custom";
83050
- authHeaderName: string;
83051
- authHeaderValue: string;
83052
- }>]>>;
83053
- platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
83054
- styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
83055
- tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
83056
- content: z$1.ZodString;
83057
- version: z$1.ZodString;
83058
- }, "strip", z$1.ZodTypeAny, {
83059
- version: string;
83060
- content: string;
83061
- }, {
83062
- version: string;
83063
- content: string;
83064
- }>>;
83101
+ updatedAt: z$1.ZodDate;
83102
+ workspaceId: z$1.ZodString;
83103
+ }, "strip", z$1.ZodTypeAny, {
83104
+ id: string;
83105
+ name: string;
83106
+ createdAt: Date;
83107
+ updatedAt: Date;
83108
+ workspaceId: string;
83109
+ designSystemId: string;
83110
+ dependencies: {
83111
+ type: "npm";
83112
+ version: string;
83113
+ packageName: string;
83114
+ }[];
83115
+ meta: {
83116
+ name: string;
83117
+ description?: string | undefined;
83118
+ };
83119
+ definition: string;
83120
+ npmProxySettings: {
83121
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83122
+ enabledScopes: string[];
83123
+ bypassProxy: boolean;
83124
+ customRegistryUrl?: string | undefined;
83125
+ npmProxyRegistryConfigId?: string | undefined;
83126
+ npmProxyVersion?: number | undefined;
83127
+ } & ({
83128
+ password: string;
83129
+ username: string;
83130
+ authType: "Basic";
83131
+ } | {
83132
+ accessToken: string;
83133
+ authType: "Bearer";
83134
+ } | {
83135
+ authType: "None";
83136
+ } | {
83137
+ authType: "Custom";
83138
+ authHeaderName: string;
83139
+ authHeaderValue: string;
83140
+ });
83141
+ platform: "Angular" | "Vue" | "React";
83142
+ styling: "CSS" | "Tailwind";
83143
+ tailwindConfig?: {
83144
+ version: string;
83145
+ content: string;
83146
+ } | undefined;
83147
+ }, {
83148
+ id: string;
83149
+ name: string;
83150
+ createdAt: Date;
83151
+ updatedAt: Date;
83152
+ workspaceId: string;
83153
+ designSystemId: string;
83154
+ dependencies: {
83155
+ type: "npm";
83156
+ packageName: string;
83157
+ version?: string | undefined;
83158
+ }[];
83159
+ meta: {
83160
+ name: string;
83161
+ description?: string | undefined;
83162
+ };
83163
+ definition: string;
83164
+ npmProxySettings: {
83165
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83166
+ enabledScopes: string[];
83167
+ customRegistryUrl?: string | undefined;
83168
+ bypassProxy?: boolean | undefined;
83169
+ npmProxyRegistryConfigId?: string | undefined;
83170
+ npmProxyVersion?: number | undefined;
83171
+ } & ({
83172
+ password: string;
83173
+ username: string;
83174
+ authType: "Basic";
83175
+ } | {
83176
+ accessToken: string;
83177
+ authType: "Bearer";
83178
+ } | {
83179
+ authType: "None";
83180
+ } | {
83181
+ authType: "Custom";
83182
+ authHeaderName: string;
83183
+ authHeaderValue: string;
83184
+ });
83185
+ platform: "Angular" | "Vue" | "React";
83186
+ styling: "CSS" | "Tailwind";
83187
+ tailwindConfig?: {
83188
+ version: string;
83189
+ content: string;
83190
+ } | undefined;
83191
+ }>;
83192
+ }, "strip", z$1.ZodTypeAny, {
83193
+ context: {
83194
+ id: string;
83195
+ name: string;
83196
+ createdAt: Date;
83197
+ updatedAt: Date;
83198
+ workspaceId: string;
83199
+ designSystemId: string;
83200
+ dependencies: {
83201
+ type: "npm";
83202
+ version: string;
83203
+ packageName: string;
83204
+ }[];
83205
+ meta: {
83206
+ name: string;
83207
+ description?: string | undefined;
83208
+ };
83209
+ definition: string;
83210
+ npmProxySettings: {
83211
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83212
+ enabledScopes: string[];
83213
+ bypassProxy: boolean;
83214
+ customRegistryUrl?: string | undefined;
83215
+ npmProxyRegistryConfigId?: string | undefined;
83216
+ npmProxyVersion?: number | undefined;
83217
+ } & ({
83218
+ password: string;
83219
+ username: string;
83220
+ authType: "Basic";
83221
+ } | {
83222
+ accessToken: string;
83223
+ authType: "Bearer";
83224
+ } | {
83225
+ authType: "None";
83226
+ } | {
83227
+ authType: "Custom";
83228
+ authHeaderName: string;
83229
+ authHeaderValue: string;
83230
+ });
83231
+ platform: "Angular" | "Vue" | "React";
83232
+ styling: "CSS" | "Tailwind";
83233
+ tailwindConfig?: {
83234
+ version: string;
83235
+ content: string;
83236
+ } | undefined;
83237
+ };
83238
+ }, {
83239
+ context: {
83240
+ id: string;
83241
+ name: string;
83242
+ createdAt: Date;
83243
+ updatedAt: Date;
83244
+ workspaceId: string;
83245
+ designSystemId: string;
83246
+ dependencies: {
83247
+ type: "npm";
83248
+ packageName: string;
83249
+ version?: string | undefined;
83250
+ }[];
83251
+ meta: {
83252
+ name: string;
83253
+ description?: string | undefined;
83254
+ };
83255
+ definition: string;
83256
+ npmProxySettings: {
83257
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83258
+ enabledScopes: string[];
83259
+ customRegistryUrl?: string | undefined;
83260
+ bypassProxy?: boolean | undefined;
83261
+ npmProxyRegistryConfigId?: string | undefined;
83262
+ npmProxyVersion?: number | undefined;
83263
+ } & ({
83264
+ password: string;
83265
+ username: string;
83266
+ authType: "Basic";
83267
+ } | {
83268
+ accessToken: string;
83269
+ authType: "Bearer";
83270
+ } | {
83271
+ authType: "None";
83272
+ } | {
83273
+ authType: "Custom";
83274
+ authHeaderName: string;
83275
+ authHeaderValue: string;
83276
+ });
83277
+ platform: "Angular" | "Vue" | "React";
83278
+ styling: "CSS" | "Tailwind";
83279
+ tailwindConfig?: {
83280
+ version: string;
83281
+ content: string;
83282
+ } | undefined;
83283
+ };
83284
+ }>;
83285
+ type DTOForgeProjectContextGetResponse = z$1.infer<typeof DTOForgeProjectContextGetResponse>;
83286
+ declare const DTOForgeProjectContextListResponse: z$1.ZodObject<{
83287
+ contexts: z$1.ZodArray<z$1.ZodObject<{
83288
+ definition: z$1.ZodString;
83289
+ dependencies: z$1.ZodArray<z$1.ZodObject<{
83290
+ packageName: z$1.ZodString;
83291
+ type: z$1.ZodLiteral<"npm">;
83292
+ version: z$1.ZodDefault<z$1.ZodString>;
83293
+ }, "strip", z$1.ZodTypeAny, {
83294
+ type: "npm";
83295
+ version: string;
83296
+ packageName: string;
83297
+ }, {
83298
+ type: "npm";
83299
+ packageName: string;
83300
+ version?: string | undefined;
83301
+ }>, "many">;
83302
+ designSystemId: z$1.ZodString;
83303
+ id: z$1.ZodString;
83304
+ meta: z$1.ZodObject<{
83305
+ name: z$1.ZodString;
83306
+ description: z$1.ZodOptional<z$1.ZodString>;
83307
+ }, "strip", z$1.ZodTypeAny, {
83308
+ name: string;
83309
+ description?: string | undefined;
83310
+ }, {
83311
+ name: string;
83312
+ description?: string | undefined;
83313
+ }>;
83314
+ name: z$1.ZodString;
83315
+ npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
83316
+ registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
83317
+ enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
83318
+ customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
83319
+ bypassProxy: z$1.ZodDefault<z$1.ZodBoolean>;
83320
+ npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
83321
+ npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
83322
+ }, "strip", z$1.ZodTypeAny, {
83323
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83324
+ enabledScopes: string[];
83325
+ bypassProxy: boolean;
83326
+ customRegistryUrl?: string | undefined;
83327
+ npmProxyRegistryConfigId?: string | undefined;
83328
+ npmProxyVersion?: number | undefined;
83329
+ }, {
83330
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
83331
+ enabledScopes: string[];
83332
+ customRegistryUrl?: string | undefined;
83333
+ bypassProxy?: boolean | undefined;
83334
+ npmProxyRegistryConfigId?: string | undefined;
83335
+ npmProxyVersion?: number | undefined;
83336
+ }>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
83337
+ authType: z$1.ZodLiteral<"Basic">;
83338
+ username: z$1.ZodString;
83339
+ password: z$1.ZodString;
83340
+ }, "strip", z$1.ZodTypeAny, {
83341
+ password: string;
83342
+ username: string;
83343
+ authType: "Basic";
83344
+ }, {
83345
+ password: string;
83346
+ username: string;
83347
+ authType: "Basic";
83348
+ }>, z$1.ZodObject<{
83349
+ authType: z$1.ZodLiteral<"Bearer">;
83350
+ accessToken: z$1.ZodString;
83351
+ }, "strip", z$1.ZodTypeAny, {
83352
+ accessToken: string;
83353
+ authType: "Bearer";
83354
+ }, {
83355
+ accessToken: string;
83356
+ authType: "Bearer";
83357
+ }>, z$1.ZodObject<{
83358
+ authType: z$1.ZodLiteral<"None">;
83359
+ }, "strip", z$1.ZodTypeAny, {
83360
+ authType: "None";
83361
+ }, {
83362
+ authType: "None";
83363
+ }>, z$1.ZodObject<{
83364
+ authType: z$1.ZodLiteral<"Custom">;
83365
+ authHeaderName: z$1.ZodString;
83366
+ authHeaderValue: z$1.ZodString;
83367
+ }, "strip", z$1.ZodTypeAny, {
83368
+ authType: "Custom";
83369
+ authHeaderName: string;
83370
+ authHeaderValue: string;
83371
+ }, {
83372
+ authType: "Custom";
83373
+ authHeaderName: string;
83374
+ authHeaderValue: string;
83375
+ }>]>>;
83376
+ platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
83377
+ styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
83378
+ tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
83379
+ content: z$1.ZodString;
83380
+ version: z$1.ZodString;
83381
+ }, "strip", z$1.ZodTypeAny, {
83382
+ version: string;
83383
+ content: string;
83384
+ }, {
83385
+ version: string;
83386
+ content: string;
83387
+ }>>;
83388
+ createdAt: z$1.ZodDate;
83065
83389
  updatedAt: z$1.ZodDate;
83066
83390
  workspaceId: z$1.ZodString;
83067
83391
  }, "strip", z$1.ZodTypeAny, {
@@ -83249,7 +83573,6 @@ declare const DTOForgeProjectContextListResponse: z$1.ZodObject<{
83249
83573
  type DTOForgeProjectContextListResponse = z$1.infer<typeof DTOForgeProjectContextListResponse>;
83250
83574
  declare const DTOForgeProjectContextCreateResponse: z$1.ZodObject<{
83251
83575
  context: z$1.ZodObject<{
83252
- createdAt: z$1.ZodDate;
83253
83576
  definition: z$1.ZodString;
83254
83577
  dependencies: z$1.ZodArray<z$1.ZodObject<{
83255
83578
  packageName: z$1.ZodString;
@@ -83350,6 +83673,7 @@ declare const DTOForgeProjectContextCreateResponse: z$1.ZodObject<{
83350
83673
  version: string;
83351
83674
  content: string;
83352
83675
  }>>;
83676
+ createdAt: z$1.ZodDate;
83353
83677
  updatedAt: z$1.ZodDate;
83354
83678
  workspaceId: z$1.ZodString;
83355
83679
  }, "strip", z$1.ZodTypeAny, {
@@ -83537,7 +83861,6 @@ declare const DTOForgeProjectContextCreateResponse: z$1.ZodObject<{
83537
83861
  type DTOForgeProjectContextCreateResponse = z$1.infer<typeof DTOForgeProjectContextCreateResponse>;
83538
83862
  declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
83539
83863
  context: z$1.ZodObject<{
83540
- createdAt: z$1.ZodDate;
83541
83864
  definition: z$1.ZodString;
83542
83865
  dependencies: z$1.ZodArray<z$1.ZodObject<{
83543
83866
  packageName: z$1.ZodString;
@@ -83638,6 +83961,7 @@ declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
83638
83961
  version: string;
83639
83962
  content: string;
83640
83963
  }>>;
83964
+ createdAt: z$1.ZodDate;
83641
83965
  updatedAt: z$1.ZodDate;
83642
83966
  workspaceId: z$1.ZodString;
83643
83967
  }, "strip", z$1.ZodTypeAny, {
@@ -83847,6 +84171,7 @@ declare const DTOForgeProjectFeature: z__default.ZodObject<{
83847
84171
  numberOfIterations: z__default.ZodDefault<z__default.ZodNumber>;
83848
84172
  numberOfBookmarkedIterations: z__default.ZodDefault<z__default.ZodNumber>;
83849
84173
  lastReplyTimestamp: z__default.ZodOptional<z__default.ZodDate>;
84174
+ threadId: z__default.ZodOptional<z__default.ZodString>;
83850
84175
  }, "strip", z__default.ZodTypeAny, {
83851
84176
  status: "Draft" | "ReadyForDevelopment";
83852
84177
  id: string;
@@ -83859,6 +84184,7 @@ declare const DTOForgeProjectFeature: z__default.ZodObject<{
83859
84184
  numberOfIterations: number;
83860
84185
  numberOfBookmarkedIterations: number;
83861
84186
  updatedAt?: Date | undefined;
84187
+ threadId?: string | undefined;
83862
84188
  sectionId?: string | undefined;
83863
84189
  isArchived?: boolean | undefined;
83864
84190
  lastReplyTimestamp?: Date | undefined;
@@ -83871,6 +84197,7 @@ declare const DTOForgeProjectFeature: z__default.ZodObject<{
83871
84197
  projectId: string;
83872
84198
  status?: "Draft" | "ReadyForDevelopment" | undefined;
83873
84199
  updatedAt?: Date | undefined;
84200
+ threadId?: string | undefined;
83874
84201
  sortOrder?: number | undefined;
83875
84202
  sectionId?: string | undefined;
83876
84203
  isArchived?: boolean | undefined;
@@ -83895,6 +84222,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
83895
84222
  numberOfIterations: z__default.ZodDefault<z__default.ZodNumber>;
83896
84223
  numberOfBookmarkedIterations: z__default.ZodDefault<z__default.ZodNumber>;
83897
84224
  lastReplyTimestamp: z__default.ZodOptional<z__default.ZodDate>;
84225
+ threadId: z__default.ZodOptional<z__default.ZodString>;
83898
84226
  }, "strip", z__default.ZodTypeAny, {
83899
84227
  status: "Draft" | "ReadyForDevelopment";
83900
84228
  id: string;
@@ -83907,6 +84235,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
83907
84235
  numberOfIterations: number;
83908
84236
  numberOfBookmarkedIterations: number;
83909
84237
  updatedAt?: Date | undefined;
84238
+ threadId?: string | undefined;
83910
84239
  sectionId?: string | undefined;
83911
84240
  isArchived?: boolean | undefined;
83912
84241
  lastReplyTimestamp?: Date | undefined;
@@ -83919,6 +84248,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
83919
84248
  projectId: string;
83920
84249
  status?: "Draft" | "ReadyForDevelopment" | undefined;
83921
84250
  updatedAt?: Date | undefined;
84251
+ threadId?: string | undefined;
83922
84252
  sortOrder?: number | undefined;
83923
84253
  sectionId?: string | undefined;
83924
84254
  isArchived?: boolean | undefined;
@@ -83939,6 +84269,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
83939
84269
  numberOfIterations: number;
83940
84270
  numberOfBookmarkedIterations: number;
83941
84271
  updatedAt?: Date | undefined;
84272
+ threadId?: string | undefined;
83942
84273
  sectionId?: string | undefined;
83943
84274
  isArchived?: boolean | undefined;
83944
84275
  lastReplyTimestamp?: Date | undefined;
@@ -83953,6 +84284,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
83953
84284
  projectId: string;
83954
84285
  status?: "Draft" | "ReadyForDevelopment" | undefined;
83955
84286
  updatedAt?: Date | undefined;
84287
+ threadId?: string | undefined;
83956
84288
  sortOrder?: number | undefined;
83957
84289
  sectionId?: string | undefined;
83958
84290
  isArchived?: boolean | undefined;
@@ -84121,6 +84453,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
84121
84453
  numberOfIterations: z__default.ZodDefault<z__default.ZodNumber>;
84122
84454
  numberOfBookmarkedIterations: z__default.ZodDefault<z__default.ZodNumber>;
84123
84455
  lastReplyTimestamp: z__default.ZodOptional<z__default.ZodDate>;
84456
+ threadId: z__default.ZodOptional<z__default.ZodString>;
84124
84457
  }, "strip", z__default.ZodTypeAny, {
84125
84458
  status: "Draft" | "ReadyForDevelopment";
84126
84459
  id: string;
@@ -84133,6 +84466,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
84133
84466
  numberOfIterations: number;
84134
84467
  numberOfBookmarkedIterations: number;
84135
84468
  updatedAt?: Date | undefined;
84469
+ threadId?: string | undefined;
84136
84470
  sectionId?: string | undefined;
84137
84471
  isArchived?: boolean | undefined;
84138
84472
  lastReplyTimestamp?: Date | undefined;
@@ -84145,6 +84479,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
84145
84479
  projectId: string;
84146
84480
  status?: "Draft" | "ReadyForDevelopment" | undefined;
84147
84481
  updatedAt?: Date | undefined;
84482
+ threadId?: string | undefined;
84148
84483
  sortOrder?: number | undefined;
84149
84484
  sectionId?: string | undefined;
84150
84485
  isArchived?: boolean | undefined;
@@ -84165,6 +84500,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
84165
84500
  numberOfIterations: number;
84166
84501
  numberOfBookmarkedIterations: number;
84167
84502
  updatedAt?: Date | undefined;
84503
+ threadId?: string | undefined;
84168
84504
  sectionId?: string | undefined;
84169
84505
  isArchived?: boolean | undefined;
84170
84506
  lastReplyTimestamp?: Date | undefined;
@@ -84179,6 +84515,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
84179
84515
  projectId: string;
84180
84516
  status?: "Draft" | "ReadyForDevelopment" | undefined;
84181
84517
  updatedAt?: Date | undefined;
84518
+ threadId?: string | undefined;
84182
84519
  sortOrder?: number | undefined;
84183
84520
  sectionId?: string | undefined;
84184
84521
  isArchived?: boolean | undefined;
@@ -99531,7 +99868,6 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99531
99868
  emoji: z$1.ZodOptional<z$1.ZodString>;
99532
99869
  }, "fpContextId"> & {
99533
99870
  context: z$1.ZodObject<{
99534
- createdAt: z$1.ZodDate;
99535
99871
  definition: z$1.ZodString;
99536
99872
  dependencies: z$1.ZodArray<z$1.ZodObject<{
99537
99873
  packageName: z$1.ZodString;
@@ -99632,6 +99968,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99632
99968
  version: string;
99633
99969
  content: string;
99634
99970
  }>>;
99971
+ createdAt: z$1.ZodDate;
99635
99972
  updatedAt: z$1.ZodDate;
99636
99973
  workspaceId: z$1.ZodString;
99637
99974
  }, "strip", z$1.ZodTypeAny, {
@@ -99876,7 +100213,6 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99876
100213
  emoji: z$1.ZodOptional<z$1.ZodString>;
99877
100214
  }, "fpContextId"> & {
99878
100215
  context: z$1.ZodObject<{
99879
- createdAt: z$1.ZodDate;
99880
100216
  definition: z$1.ZodString;
99881
100217
  dependencies: z$1.ZodArray<z$1.ZodObject<{
99882
100218
  packageName: z$1.ZodString;
@@ -99977,6 +100313,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99977
100313
  version: string;
99978
100314
  content: string;
99979
100315
  }>>;
100316
+ createdAt: z$1.ZodDate;
99980
100317
  updatedAt: z$1.ZodDate;
99981
100318
  workspaceId: z$1.ZodString;
99982
100319
  }, "strip", z$1.ZodTypeAny, {
@@ -100350,7 +100687,6 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
100350
100687
  emoji: z$1.ZodOptional<z$1.ZodString>;
100351
100688
  }, "fpContextId"> & {
100352
100689
  context: z$1.ZodObject<{
100353
- createdAt: z$1.ZodDate;
100354
100690
  definition: z$1.ZodString;
100355
100691
  dependencies: z$1.ZodArray<z$1.ZodObject<{
100356
100692
  packageName: z$1.ZodString;
@@ -100451,480 +100787,481 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
100451
100787
  version: string;
100452
100788
  content: string;
100453
100789
  }>>;
100454
- updatedAt: z$1.ZodDate;
100455
- workspaceId: z$1.ZodString;
100456
- }, "strip", z$1.ZodTypeAny, {
100457
- id: string;
100458
- name: string;
100459
- createdAt: Date;
100460
- updatedAt: Date;
100461
- workspaceId: string;
100462
- designSystemId: string;
100463
- dependencies: {
100464
- type: "npm";
100465
- version: string;
100466
- packageName: string;
100467
- }[];
100468
- meta: {
100469
- name: string;
100470
- description?: string | undefined;
100471
- };
100472
- definition: string;
100473
- npmProxySettings: {
100474
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100475
- enabledScopes: string[];
100476
- bypassProxy: boolean;
100477
- customRegistryUrl?: string | undefined;
100478
- npmProxyRegistryConfigId?: string | undefined;
100479
- npmProxyVersion?: number | undefined;
100480
- } & ({
100481
- password: string;
100482
- username: string;
100483
- authType: "Basic";
100484
- } | {
100485
- accessToken: string;
100486
- authType: "Bearer";
100487
- } | {
100488
- authType: "None";
100489
- } | {
100490
- authType: "Custom";
100491
- authHeaderName: string;
100492
- authHeaderValue: string;
100493
- });
100494
- platform: "Angular" | "Vue" | "React";
100495
- styling: "CSS" | "Tailwind";
100496
- tailwindConfig?: {
100497
- version: string;
100498
- content: string;
100499
- } | undefined;
100500
- }, {
100501
- id: string;
100502
- name: string;
100503
- createdAt: Date;
100504
- updatedAt: Date;
100505
- workspaceId: string;
100506
- designSystemId: string;
100507
- dependencies: {
100508
- type: "npm";
100509
- packageName: string;
100510
- version?: string | undefined;
100511
- }[];
100512
- meta: {
100513
- name: string;
100514
- description?: string | undefined;
100515
- };
100516
- definition: string;
100517
- npmProxySettings: {
100518
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100519
- enabledScopes: string[];
100520
- customRegistryUrl?: string | undefined;
100521
- bypassProxy?: boolean | undefined;
100522
- npmProxyRegistryConfigId?: string | undefined;
100523
- npmProxyVersion?: number | undefined;
100524
- } & ({
100525
- password: string;
100526
- username: string;
100527
- authType: "Basic";
100528
- } | {
100529
- accessToken: string;
100530
- authType: "Bearer";
100531
- } | {
100532
- authType: "None";
100533
- } | {
100534
- authType: "Custom";
100535
- authHeaderName: string;
100536
- authHeaderValue: string;
100537
- });
100538
- platform: "Angular" | "Vue" | "React";
100539
- styling: "CSS" | "Tailwind";
100540
- tailwindConfig?: {
100541
- version: string;
100542
- content: string;
100543
- } | undefined;
100544
- }>;
100545
- }, "strip", z$1.ZodTypeAny, {
100546
- id: string;
100547
- createdAt: Date;
100548
- name: string;
100549
- meta: {
100550
- name: string;
100551
- description?: string | undefined;
100552
- };
100553
- tags: string[];
100554
- workspaceId: string;
100555
- accessMode: "Open" | "InviteOnly" | "Unlisted";
100556
- context: {
100557
- id: string;
100558
- name: string;
100559
- createdAt: Date;
100560
- updatedAt: Date;
100561
- workspaceId: string;
100562
- designSystemId: string;
100563
- dependencies: {
100564
- type: "npm";
100565
- version: string;
100566
- packageName: string;
100567
- }[];
100568
- meta: {
100569
- name: string;
100570
- description?: string | undefined;
100571
- };
100572
- definition: string;
100573
- npmProxySettings: {
100574
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100575
- enabledScopes: string[];
100576
- bypassProxy: boolean;
100577
- customRegistryUrl?: string | undefined;
100578
- npmProxyRegistryConfigId?: string | undefined;
100579
- npmProxyVersion?: number | undefined;
100580
- } & ({
100581
- password: string;
100582
- username: string;
100583
- authType: "Basic";
100584
- } | {
100585
- accessToken: string;
100586
- authType: "Bearer";
100587
- } | {
100588
- authType: "None";
100589
- } | {
100590
- authType: "Custom";
100591
- authHeaderName: string;
100592
- authHeaderValue: string;
100593
- });
100594
- platform: "Angular" | "Vue" | "React";
100595
- styling: "CSS" | "Tailwind";
100596
- tailwindConfig?: {
100597
- version: string;
100598
- content: string;
100599
- } | undefined;
100600
- };
100601
- instruction: string | null;
100602
- defaultRole: "Viewer" | "Builder";
100603
- emoji?: string | undefined;
100604
- updatedAt?: Date | undefined;
100605
- createdByUserId?: string | undefined;
100606
- isArchived?: boolean | undefined;
100607
- }, {
100608
- id: string;
100609
- createdAt: Date;
100610
- name: string;
100611
- meta: {
100612
- name: string;
100613
- description?: string | undefined;
100614
- };
100615
- workspaceId: string;
100616
- accessMode: "Open" | "InviteOnly" | "Unlisted";
100617
- context: {
100618
- id: string;
100619
- name: string;
100620
- createdAt: Date;
100621
- updatedAt: Date;
100622
- workspaceId: string;
100623
- designSystemId: string;
100624
- dependencies: {
100625
- type: "npm";
100626
- packageName: string;
100627
- version?: string | undefined;
100628
- }[];
100629
- meta: {
100630
- name: string;
100631
- description?: string | undefined;
100632
- };
100633
- definition: string;
100634
- npmProxySettings: {
100635
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100636
- enabledScopes: string[];
100637
- customRegistryUrl?: string | undefined;
100638
- bypassProxy?: boolean | undefined;
100639
- npmProxyRegistryConfigId?: string | undefined;
100640
- npmProxyVersion?: number | undefined;
100641
- } & ({
100642
- password: string;
100643
- username: string;
100644
- authType: "Basic";
100645
- } | {
100646
- accessToken: string;
100647
- authType: "Bearer";
100648
- } | {
100649
- authType: "None";
100650
- } | {
100651
- authType: "Custom";
100652
- authHeaderName: string;
100653
- authHeaderValue: string;
100654
- });
100655
- platform: "Angular" | "Vue" | "React";
100656
- styling: "CSS" | "Tailwind";
100657
- tailwindConfig?: {
100658
- version: string;
100659
- content: string;
100660
- } | undefined;
100661
- };
100662
- instruction: string | null;
100663
- emoji?: string | undefined;
100664
- tags?: string[] | undefined;
100665
- updatedAt?: Date | undefined;
100666
- createdByUserId?: string | undefined;
100667
- isArchived?: boolean | undefined;
100668
- defaultRole?: "Viewer" | "Builder" | undefined;
100669
- }>, "many">;
100670
- }, "strip", z$1.ZodTypeAny, {
100671
- projects: {
100672
- id: string;
100673
- createdAt: Date;
100674
- name: string;
100675
- meta: {
100676
- name: string;
100677
- description?: string | undefined;
100678
- };
100679
- tags: string[];
100680
- workspaceId: string;
100681
- accessMode: "Open" | "InviteOnly" | "Unlisted";
100682
- context: {
100683
- id: string;
100684
- name: string;
100685
- createdAt: Date;
100686
- updatedAt: Date;
100687
- workspaceId: string;
100688
- designSystemId: string;
100689
- dependencies: {
100690
- type: "npm";
100691
- version: string;
100692
- packageName: string;
100693
- }[];
100694
- meta: {
100695
- name: string;
100696
- description?: string | undefined;
100697
- };
100698
- definition: string;
100699
- npmProxySettings: {
100700
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100701
- enabledScopes: string[];
100702
- bypassProxy: boolean;
100703
- customRegistryUrl?: string | undefined;
100704
- npmProxyRegistryConfigId?: string | undefined;
100705
- npmProxyVersion?: number | undefined;
100706
- } & ({
100707
- password: string;
100708
- username: string;
100709
- authType: "Basic";
100710
- } | {
100711
- accessToken: string;
100712
- authType: "Bearer";
100713
- } | {
100714
- authType: "None";
100715
- } | {
100716
- authType: "Custom";
100717
- authHeaderName: string;
100718
- authHeaderValue: string;
100719
- });
100720
- platform: "Angular" | "Vue" | "React";
100721
- styling: "CSS" | "Tailwind";
100722
- tailwindConfig?: {
100723
- version: string;
100724
- content: string;
100725
- } | undefined;
100726
- };
100727
- instruction: string | null;
100728
- defaultRole: "Viewer" | "Builder";
100729
- emoji?: string | undefined;
100730
- updatedAt?: Date | undefined;
100731
- createdByUserId?: string | undefined;
100732
- isArchived?: boolean | undefined;
100733
- }[];
100734
- }, {
100735
- projects: {
100736
- id: string;
100737
- createdAt: Date;
100738
- name: string;
100739
- meta: {
100740
- name: string;
100741
- description?: string | undefined;
100742
- };
100743
- workspaceId: string;
100744
- accessMode: "Open" | "InviteOnly" | "Unlisted";
100745
- context: {
100746
- id: string;
100747
- name: string;
100748
- createdAt: Date;
100749
- updatedAt: Date;
100750
- workspaceId: string;
100751
- designSystemId: string;
100752
- dependencies: {
100753
- type: "npm";
100754
- packageName: string;
100755
- version?: string | undefined;
100756
- }[];
100757
- meta: {
100758
- name: string;
100759
- description?: string | undefined;
100760
- };
100761
- definition: string;
100762
- npmProxySettings: {
100763
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100764
- enabledScopes: string[];
100765
- customRegistryUrl?: string | undefined;
100766
- bypassProxy?: boolean | undefined;
100767
- npmProxyRegistryConfigId?: string | undefined;
100768
- npmProxyVersion?: number | undefined;
100769
- } & ({
100770
- password: string;
100771
- username: string;
100772
- authType: "Basic";
100773
- } | {
100774
- accessToken: string;
100775
- authType: "Bearer";
100776
- } | {
100777
- authType: "None";
100778
- } | {
100779
- authType: "Custom";
100780
- authHeaderName: string;
100781
- authHeaderValue: string;
100782
- });
100783
- platform: "Angular" | "Vue" | "React";
100784
- styling: "CSS" | "Tailwind";
100785
- tailwindConfig?: {
100786
- version: string;
100787
- content: string;
100788
- } | undefined;
100789
- };
100790
- instruction: string | null;
100791
- emoji?: string | undefined;
100792
- tags?: string[] | undefined;
100793
- updatedAt?: Date | undefined;
100794
- createdByUserId?: string | undefined;
100795
- isArchived?: boolean | undefined;
100796
- defaultRole?: "Viewer" | "Builder" | undefined;
100797
- }[];
100798
- }>;
100799
- type DTOForgeProjectListResponse = z$1.infer<typeof DTOForgeProjectListResponse>;
100800
- declare const DTOForgeProjectCreateResponse: z$1.ZodObject<{
100801
- project: z$1.ZodObject<Omit<{
100802
- createdAt: z$1.ZodDate;
100803
- createdByUserId: z$1.ZodOptional<z$1.ZodString>;
100804
- fpContextId: z$1.ZodString;
100805
- id: z$1.ZodString;
100806
- instruction: z$1.ZodNullable<z$1.ZodString>;
100807
- meta: z$1.ZodObject<{
100808
- name: z$1.ZodString;
100809
- description: z$1.ZodOptional<z$1.ZodString>;
100810
- }, "strip", z$1.ZodTypeAny, {
100811
- name: string;
100812
- description?: string | undefined;
100813
- }, {
100814
- name: string;
100815
- description?: string | undefined;
100816
- }>;
100817
- name: z$1.ZodString;
100818
- tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
100819
- updatedAt: z$1.ZodOptional<z$1.ZodDate>;
100820
- workspaceId: z$1.ZodString;
100821
- accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
100822
- defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
100823
- isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
100824
- emoji: z$1.ZodOptional<z$1.ZodString>;
100825
- }, "fpContextId"> & {
100826
- context: z$1.ZodObject<{
100827
100790
  createdAt: z$1.ZodDate;
100828
- definition: z$1.ZodString;
100829
- dependencies: z$1.ZodArray<z$1.ZodObject<{
100830
- packageName: z$1.ZodString;
100831
- type: z$1.ZodLiteral<"npm">;
100832
- version: z$1.ZodDefault<z$1.ZodString>;
100833
- }, "strip", z$1.ZodTypeAny, {
100834
- type: "npm";
100835
- version: string;
100836
- packageName: string;
100837
- }, {
100838
- type: "npm";
100839
- packageName: string;
100840
- version?: string | undefined;
100841
- }>, "many">;
100842
- designSystemId: z$1.ZodString;
100843
- id: z$1.ZodString;
100844
- meta: z$1.ZodObject<{
100845
- name: z$1.ZodString;
100846
- description: z$1.ZodOptional<z$1.ZodString>;
100847
- }, "strip", z$1.ZodTypeAny, {
100848
- name: string;
100849
- description?: string | undefined;
100850
- }, {
100851
- name: string;
100852
- description?: string | undefined;
100853
- }>;
100854
- name: z$1.ZodString;
100855
- npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
100856
- registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
100857
- enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
100858
- customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
100859
- bypassProxy: z$1.ZodDefault<z$1.ZodBoolean>;
100860
- npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
100861
- npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
100862
- }, "strip", z$1.ZodTypeAny, {
100863
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100864
- enabledScopes: string[];
100865
- bypassProxy: boolean;
100866
- customRegistryUrl?: string | undefined;
100867
- npmProxyRegistryConfigId?: string | undefined;
100868
- npmProxyVersion?: number | undefined;
100869
- }, {
100870
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100871
- enabledScopes: string[];
100872
- customRegistryUrl?: string | undefined;
100873
- bypassProxy?: boolean | undefined;
100874
- npmProxyRegistryConfigId?: string | undefined;
100875
- npmProxyVersion?: number | undefined;
100876
- }>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
100877
- authType: z$1.ZodLiteral<"Basic">;
100878
- username: z$1.ZodString;
100879
- password: z$1.ZodString;
100880
- }, "strip", z$1.ZodTypeAny, {
100881
- password: string;
100882
- username: string;
100883
- authType: "Basic";
100884
- }, {
100885
- password: string;
100886
- username: string;
100887
- authType: "Basic";
100888
- }>, z$1.ZodObject<{
100889
- authType: z$1.ZodLiteral<"Bearer">;
100890
- accessToken: z$1.ZodString;
100891
- }, "strip", z$1.ZodTypeAny, {
100892
- accessToken: string;
100893
- authType: "Bearer";
100894
- }, {
100895
- accessToken: string;
100896
- authType: "Bearer";
100897
- }>, z$1.ZodObject<{
100898
- authType: z$1.ZodLiteral<"None">;
100899
- }, "strip", z$1.ZodTypeAny, {
100900
- authType: "None";
100901
- }, {
100902
- authType: "None";
100903
- }>, z$1.ZodObject<{
100904
- authType: z$1.ZodLiteral<"Custom">;
100905
- authHeaderName: z$1.ZodString;
100906
- authHeaderValue: z$1.ZodString;
100907
- }, "strip", z$1.ZodTypeAny, {
100908
- authType: "Custom";
100909
- authHeaderName: string;
100910
- authHeaderValue: string;
100911
- }, {
100912
- authType: "Custom";
100913
- authHeaderName: string;
100914
- authHeaderValue: string;
100915
- }>]>>;
100916
- platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
100917
- styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
100918
- tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
100919
- content: z$1.ZodString;
100920
- version: z$1.ZodString;
100921
- }, "strip", z$1.ZodTypeAny, {
100922
- version: string;
100923
- content: string;
100924
- }, {
100925
- version: string;
100926
- content: string;
100927
- }>>;
100791
+ updatedAt: z$1.ZodDate;
100792
+ workspaceId: z$1.ZodString;
100793
+ }, "strip", z$1.ZodTypeAny, {
100794
+ id: string;
100795
+ name: string;
100796
+ createdAt: Date;
100797
+ updatedAt: Date;
100798
+ workspaceId: string;
100799
+ designSystemId: string;
100800
+ dependencies: {
100801
+ type: "npm";
100802
+ version: string;
100803
+ packageName: string;
100804
+ }[];
100805
+ meta: {
100806
+ name: string;
100807
+ description?: string | undefined;
100808
+ };
100809
+ definition: string;
100810
+ npmProxySettings: {
100811
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100812
+ enabledScopes: string[];
100813
+ bypassProxy: boolean;
100814
+ customRegistryUrl?: string | undefined;
100815
+ npmProxyRegistryConfigId?: string | undefined;
100816
+ npmProxyVersion?: number | undefined;
100817
+ } & ({
100818
+ password: string;
100819
+ username: string;
100820
+ authType: "Basic";
100821
+ } | {
100822
+ accessToken: string;
100823
+ authType: "Bearer";
100824
+ } | {
100825
+ authType: "None";
100826
+ } | {
100827
+ authType: "Custom";
100828
+ authHeaderName: string;
100829
+ authHeaderValue: string;
100830
+ });
100831
+ platform: "Angular" | "Vue" | "React";
100832
+ styling: "CSS" | "Tailwind";
100833
+ tailwindConfig?: {
100834
+ version: string;
100835
+ content: string;
100836
+ } | undefined;
100837
+ }, {
100838
+ id: string;
100839
+ name: string;
100840
+ createdAt: Date;
100841
+ updatedAt: Date;
100842
+ workspaceId: string;
100843
+ designSystemId: string;
100844
+ dependencies: {
100845
+ type: "npm";
100846
+ packageName: string;
100847
+ version?: string | undefined;
100848
+ }[];
100849
+ meta: {
100850
+ name: string;
100851
+ description?: string | undefined;
100852
+ };
100853
+ definition: string;
100854
+ npmProxySettings: {
100855
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100856
+ enabledScopes: string[];
100857
+ customRegistryUrl?: string | undefined;
100858
+ bypassProxy?: boolean | undefined;
100859
+ npmProxyRegistryConfigId?: string | undefined;
100860
+ npmProxyVersion?: number | undefined;
100861
+ } & ({
100862
+ password: string;
100863
+ username: string;
100864
+ authType: "Basic";
100865
+ } | {
100866
+ accessToken: string;
100867
+ authType: "Bearer";
100868
+ } | {
100869
+ authType: "None";
100870
+ } | {
100871
+ authType: "Custom";
100872
+ authHeaderName: string;
100873
+ authHeaderValue: string;
100874
+ });
100875
+ platform: "Angular" | "Vue" | "React";
100876
+ styling: "CSS" | "Tailwind";
100877
+ tailwindConfig?: {
100878
+ version: string;
100879
+ content: string;
100880
+ } | undefined;
100881
+ }>;
100882
+ }, "strip", z$1.ZodTypeAny, {
100883
+ id: string;
100884
+ createdAt: Date;
100885
+ name: string;
100886
+ meta: {
100887
+ name: string;
100888
+ description?: string | undefined;
100889
+ };
100890
+ tags: string[];
100891
+ workspaceId: string;
100892
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100893
+ context: {
100894
+ id: string;
100895
+ name: string;
100896
+ createdAt: Date;
100897
+ updatedAt: Date;
100898
+ workspaceId: string;
100899
+ designSystemId: string;
100900
+ dependencies: {
100901
+ type: "npm";
100902
+ version: string;
100903
+ packageName: string;
100904
+ }[];
100905
+ meta: {
100906
+ name: string;
100907
+ description?: string | undefined;
100908
+ };
100909
+ definition: string;
100910
+ npmProxySettings: {
100911
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100912
+ enabledScopes: string[];
100913
+ bypassProxy: boolean;
100914
+ customRegistryUrl?: string | undefined;
100915
+ npmProxyRegistryConfigId?: string | undefined;
100916
+ npmProxyVersion?: number | undefined;
100917
+ } & ({
100918
+ password: string;
100919
+ username: string;
100920
+ authType: "Basic";
100921
+ } | {
100922
+ accessToken: string;
100923
+ authType: "Bearer";
100924
+ } | {
100925
+ authType: "None";
100926
+ } | {
100927
+ authType: "Custom";
100928
+ authHeaderName: string;
100929
+ authHeaderValue: string;
100930
+ });
100931
+ platform: "Angular" | "Vue" | "React";
100932
+ styling: "CSS" | "Tailwind";
100933
+ tailwindConfig?: {
100934
+ version: string;
100935
+ content: string;
100936
+ } | undefined;
100937
+ };
100938
+ instruction: string | null;
100939
+ defaultRole: "Viewer" | "Builder";
100940
+ emoji?: string | undefined;
100941
+ updatedAt?: Date | undefined;
100942
+ createdByUserId?: string | undefined;
100943
+ isArchived?: boolean | undefined;
100944
+ }, {
100945
+ id: string;
100946
+ createdAt: Date;
100947
+ name: string;
100948
+ meta: {
100949
+ name: string;
100950
+ description?: string | undefined;
100951
+ };
100952
+ workspaceId: string;
100953
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100954
+ context: {
100955
+ id: string;
100956
+ name: string;
100957
+ createdAt: Date;
100958
+ updatedAt: Date;
100959
+ workspaceId: string;
100960
+ designSystemId: string;
100961
+ dependencies: {
100962
+ type: "npm";
100963
+ packageName: string;
100964
+ version?: string | undefined;
100965
+ }[];
100966
+ meta: {
100967
+ name: string;
100968
+ description?: string | undefined;
100969
+ };
100970
+ definition: string;
100971
+ npmProxySettings: {
100972
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
100973
+ enabledScopes: string[];
100974
+ customRegistryUrl?: string | undefined;
100975
+ bypassProxy?: boolean | undefined;
100976
+ npmProxyRegistryConfigId?: string | undefined;
100977
+ npmProxyVersion?: number | undefined;
100978
+ } & ({
100979
+ password: string;
100980
+ username: string;
100981
+ authType: "Basic";
100982
+ } | {
100983
+ accessToken: string;
100984
+ authType: "Bearer";
100985
+ } | {
100986
+ authType: "None";
100987
+ } | {
100988
+ authType: "Custom";
100989
+ authHeaderName: string;
100990
+ authHeaderValue: string;
100991
+ });
100992
+ platform: "Angular" | "Vue" | "React";
100993
+ styling: "CSS" | "Tailwind";
100994
+ tailwindConfig?: {
100995
+ version: string;
100996
+ content: string;
100997
+ } | undefined;
100998
+ };
100999
+ instruction: string | null;
101000
+ emoji?: string | undefined;
101001
+ tags?: string[] | undefined;
101002
+ updatedAt?: Date | undefined;
101003
+ createdByUserId?: string | undefined;
101004
+ isArchived?: boolean | undefined;
101005
+ defaultRole?: "Viewer" | "Builder" | undefined;
101006
+ }>, "many">;
101007
+ }, "strip", z$1.ZodTypeAny, {
101008
+ projects: {
101009
+ id: string;
101010
+ createdAt: Date;
101011
+ name: string;
101012
+ meta: {
101013
+ name: string;
101014
+ description?: string | undefined;
101015
+ };
101016
+ tags: string[];
101017
+ workspaceId: string;
101018
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
101019
+ context: {
101020
+ id: string;
101021
+ name: string;
101022
+ createdAt: Date;
101023
+ updatedAt: Date;
101024
+ workspaceId: string;
101025
+ designSystemId: string;
101026
+ dependencies: {
101027
+ type: "npm";
101028
+ version: string;
101029
+ packageName: string;
101030
+ }[];
101031
+ meta: {
101032
+ name: string;
101033
+ description?: string | undefined;
101034
+ };
101035
+ definition: string;
101036
+ npmProxySettings: {
101037
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101038
+ enabledScopes: string[];
101039
+ bypassProxy: boolean;
101040
+ customRegistryUrl?: string | undefined;
101041
+ npmProxyRegistryConfigId?: string | undefined;
101042
+ npmProxyVersion?: number | undefined;
101043
+ } & ({
101044
+ password: string;
101045
+ username: string;
101046
+ authType: "Basic";
101047
+ } | {
101048
+ accessToken: string;
101049
+ authType: "Bearer";
101050
+ } | {
101051
+ authType: "None";
101052
+ } | {
101053
+ authType: "Custom";
101054
+ authHeaderName: string;
101055
+ authHeaderValue: string;
101056
+ });
101057
+ platform: "Angular" | "Vue" | "React";
101058
+ styling: "CSS" | "Tailwind";
101059
+ tailwindConfig?: {
101060
+ version: string;
101061
+ content: string;
101062
+ } | undefined;
101063
+ };
101064
+ instruction: string | null;
101065
+ defaultRole: "Viewer" | "Builder";
101066
+ emoji?: string | undefined;
101067
+ updatedAt?: Date | undefined;
101068
+ createdByUserId?: string | undefined;
101069
+ isArchived?: boolean | undefined;
101070
+ }[];
101071
+ }, {
101072
+ projects: {
101073
+ id: string;
101074
+ createdAt: Date;
101075
+ name: string;
101076
+ meta: {
101077
+ name: string;
101078
+ description?: string | undefined;
101079
+ };
101080
+ workspaceId: string;
101081
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
101082
+ context: {
101083
+ id: string;
101084
+ name: string;
101085
+ createdAt: Date;
101086
+ updatedAt: Date;
101087
+ workspaceId: string;
101088
+ designSystemId: string;
101089
+ dependencies: {
101090
+ type: "npm";
101091
+ packageName: string;
101092
+ version?: string | undefined;
101093
+ }[];
101094
+ meta: {
101095
+ name: string;
101096
+ description?: string | undefined;
101097
+ };
101098
+ definition: string;
101099
+ npmProxySettings: {
101100
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101101
+ enabledScopes: string[];
101102
+ customRegistryUrl?: string | undefined;
101103
+ bypassProxy?: boolean | undefined;
101104
+ npmProxyRegistryConfigId?: string | undefined;
101105
+ npmProxyVersion?: number | undefined;
101106
+ } & ({
101107
+ password: string;
101108
+ username: string;
101109
+ authType: "Basic";
101110
+ } | {
101111
+ accessToken: string;
101112
+ authType: "Bearer";
101113
+ } | {
101114
+ authType: "None";
101115
+ } | {
101116
+ authType: "Custom";
101117
+ authHeaderName: string;
101118
+ authHeaderValue: string;
101119
+ });
101120
+ platform: "Angular" | "Vue" | "React";
101121
+ styling: "CSS" | "Tailwind";
101122
+ tailwindConfig?: {
101123
+ version: string;
101124
+ content: string;
101125
+ } | undefined;
101126
+ };
101127
+ instruction: string | null;
101128
+ emoji?: string | undefined;
101129
+ tags?: string[] | undefined;
101130
+ updatedAt?: Date | undefined;
101131
+ createdByUserId?: string | undefined;
101132
+ isArchived?: boolean | undefined;
101133
+ defaultRole?: "Viewer" | "Builder" | undefined;
101134
+ }[];
101135
+ }>;
101136
+ type DTOForgeProjectListResponse = z$1.infer<typeof DTOForgeProjectListResponse>;
101137
+ declare const DTOForgeProjectCreateResponse: z$1.ZodObject<{
101138
+ project: z$1.ZodObject<Omit<{
101139
+ createdAt: z$1.ZodDate;
101140
+ createdByUserId: z$1.ZodOptional<z$1.ZodString>;
101141
+ fpContextId: z$1.ZodString;
101142
+ id: z$1.ZodString;
101143
+ instruction: z$1.ZodNullable<z$1.ZodString>;
101144
+ meta: z$1.ZodObject<{
101145
+ name: z$1.ZodString;
101146
+ description: z$1.ZodOptional<z$1.ZodString>;
101147
+ }, "strip", z$1.ZodTypeAny, {
101148
+ name: string;
101149
+ description?: string | undefined;
101150
+ }, {
101151
+ name: string;
101152
+ description?: string | undefined;
101153
+ }>;
101154
+ name: z$1.ZodString;
101155
+ tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
101156
+ updatedAt: z$1.ZodOptional<z$1.ZodDate>;
101157
+ workspaceId: z$1.ZodString;
101158
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
101159
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
101160
+ isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
101161
+ emoji: z$1.ZodOptional<z$1.ZodString>;
101162
+ }, "fpContextId"> & {
101163
+ context: z$1.ZodObject<{
101164
+ definition: z$1.ZodString;
101165
+ dependencies: z$1.ZodArray<z$1.ZodObject<{
101166
+ packageName: z$1.ZodString;
101167
+ type: z$1.ZodLiteral<"npm">;
101168
+ version: z$1.ZodDefault<z$1.ZodString>;
101169
+ }, "strip", z$1.ZodTypeAny, {
101170
+ type: "npm";
101171
+ version: string;
101172
+ packageName: string;
101173
+ }, {
101174
+ type: "npm";
101175
+ packageName: string;
101176
+ version?: string | undefined;
101177
+ }>, "many">;
101178
+ designSystemId: z$1.ZodString;
101179
+ id: z$1.ZodString;
101180
+ meta: z$1.ZodObject<{
101181
+ name: z$1.ZodString;
101182
+ description: z$1.ZodOptional<z$1.ZodString>;
101183
+ }, "strip", z$1.ZodTypeAny, {
101184
+ name: string;
101185
+ description?: string | undefined;
101186
+ }, {
101187
+ name: string;
101188
+ description?: string | undefined;
101189
+ }>;
101190
+ name: z$1.ZodString;
101191
+ npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
101192
+ registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
101193
+ enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
101194
+ customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
101195
+ bypassProxy: z$1.ZodDefault<z$1.ZodBoolean>;
101196
+ npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
101197
+ npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
101198
+ }, "strip", z$1.ZodTypeAny, {
101199
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101200
+ enabledScopes: string[];
101201
+ bypassProxy: boolean;
101202
+ customRegistryUrl?: string | undefined;
101203
+ npmProxyRegistryConfigId?: string | undefined;
101204
+ npmProxyVersion?: number | undefined;
101205
+ }, {
101206
+ registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101207
+ enabledScopes: string[];
101208
+ customRegistryUrl?: string | undefined;
101209
+ bypassProxy?: boolean | undefined;
101210
+ npmProxyRegistryConfigId?: string | undefined;
101211
+ npmProxyVersion?: number | undefined;
101212
+ }>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
101213
+ authType: z$1.ZodLiteral<"Basic">;
101214
+ username: z$1.ZodString;
101215
+ password: z$1.ZodString;
101216
+ }, "strip", z$1.ZodTypeAny, {
101217
+ password: string;
101218
+ username: string;
101219
+ authType: "Basic";
101220
+ }, {
101221
+ password: string;
101222
+ username: string;
101223
+ authType: "Basic";
101224
+ }>, z$1.ZodObject<{
101225
+ authType: z$1.ZodLiteral<"Bearer">;
101226
+ accessToken: z$1.ZodString;
101227
+ }, "strip", z$1.ZodTypeAny, {
101228
+ accessToken: string;
101229
+ authType: "Bearer";
101230
+ }, {
101231
+ accessToken: string;
101232
+ authType: "Bearer";
101233
+ }>, z$1.ZodObject<{
101234
+ authType: z$1.ZodLiteral<"None">;
101235
+ }, "strip", z$1.ZodTypeAny, {
101236
+ authType: "None";
101237
+ }, {
101238
+ authType: "None";
101239
+ }>, z$1.ZodObject<{
101240
+ authType: z$1.ZodLiteral<"Custom">;
101241
+ authHeaderName: z$1.ZodString;
101242
+ authHeaderValue: z$1.ZodString;
101243
+ }, "strip", z$1.ZodTypeAny, {
101244
+ authType: "Custom";
101245
+ authHeaderName: string;
101246
+ authHeaderValue: string;
101247
+ }, {
101248
+ authType: "Custom";
101249
+ authHeaderName: string;
101250
+ authHeaderValue: string;
101251
+ }>]>>;
101252
+ platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
101253
+ styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
101254
+ tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
101255
+ content: z$1.ZodString;
101256
+ version: z$1.ZodString;
101257
+ }, "strip", z$1.ZodTypeAny, {
101258
+ version: string;
101259
+ content: string;
101260
+ }, {
101261
+ version: string;
101262
+ content: string;
101263
+ }>>;
101264
+ createdAt: z$1.ZodDate;
100928
101265
  updatedAt: z$1.ZodDate;
100929
101266
  workspaceId: z$1.ZodString;
100930
101267
  }, "strip", z$1.ZodTypeAny, {
@@ -101298,7 +101635,6 @@ declare const DTOForgeProjectUpdateResponse: z$1.ZodObject<{
101298
101635
  emoji: z$1.ZodOptional<z$1.ZodString>;
101299
101636
  }, "fpContextId"> & {
101300
101637
  context: z$1.ZodObject<{
101301
- createdAt: z$1.ZodDate;
101302
101638
  definition: z$1.ZodString;
101303
101639
  dependencies: z$1.ZodArray<z$1.ZodObject<{
101304
101640
  packageName: z$1.ZodString;
@@ -101399,6 +101735,7 @@ declare const DTOForgeProjectUpdateResponse: z$1.ZodObject<{
101399
101735
  version: string;
101400
101736
  content: string;
101401
101737
  }>>;
101738
+ createdAt: z$1.ZodDate;
101402
101739
  updatedAt: z$1.ZodDate;
101403
101740
  workspaceId: z$1.ZodString;
101404
101741
  }, "strip", z$1.ZodTypeAny, {
@@ -121614,6 +121951,1703 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
121614
121951
  }>;
121615
121952
  type DTOThemeCreatePayload = z$1.infer<typeof DTOThemeCreatePayload>;
121616
121953
 
121954
+ declare const DTOThreadSubjectType: z__default.ZodEnum<["ForgeDocument", "ForgeFeature"]>;
121955
+ type DTOThreadSubjectType = z__default.infer<typeof DTOThreadSubjectType>;
121956
+ declare const DTOThreadAgentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
121957
+ type DTOThreadAgentType = z__default.infer<typeof DTOThreadAgentType>;
121958
+ declare const DTOThread: z__default.ZodObject<{
121959
+ id: z__default.ZodString;
121960
+ liveblocksRoomId: z__default.ZodString;
121961
+ defaultAgentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
121962
+ subjectId: z__default.ZodString;
121963
+ subjectType: z__default.ZodEnum<["ForgeDocument", "ForgeFeature"]>;
121964
+ createdAt: z__default.ZodString;
121965
+ updatedAt: z__default.ZodString;
121966
+ }, "strip", z__default.ZodTypeAny, {
121967
+ id: string;
121968
+ createdAt: string;
121969
+ updatedAt: string;
121970
+ liveblocksRoomId: string;
121971
+ defaultAgentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
121972
+ subjectId: string;
121973
+ subjectType: "ForgeDocument" | "ForgeFeature";
121974
+ }, {
121975
+ id: string;
121976
+ createdAt: string;
121977
+ updatedAt: string;
121978
+ liveblocksRoomId: string;
121979
+ defaultAgentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
121980
+ subjectId: string;
121981
+ subjectType: "ForgeDocument" | "ForgeFeature";
121982
+ }>;
121983
+ type DTOThread = z__default.infer<typeof DTOThread>;
121984
+ declare const DTOThreadMessageUserSender: z__default.ZodObject<{
121985
+ type: z__default.ZodLiteral<"User">;
121986
+ userId: z__default.ZodString;
121987
+ }, "strip", z__default.ZodTypeAny, {
121988
+ type: "User";
121989
+ userId: string;
121990
+ }, {
121991
+ type: "User";
121992
+ userId: string;
121993
+ }>;
121994
+ type DTOThreadMessageUserSender = z__default.infer<typeof DTOThreadMessageUserSender>;
121995
+ declare const DTOThreadMessageAgentSender: z__default.ZodObject<{
121996
+ type: z__default.ZodLiteral<"Agent">;
121997
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
121998
+ }, "strip", z__default.ZodTypeAny, {
121999
+ type: "Agent";
122000
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122001
+ }, {
122002
+ type: "Agent";
122003
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122004
+ }>;
122005
+ type DTOThreadMessageAgentSender = z__default.infer<typeof DTOThreadMessageAgentSender>;
122006
+ declare const DTOThreadMessageSystemSender: z__default.ZodObject<{
122007
+ type: z__default.ZodLiteral<"System">;
122008
+ onBehalfOfUserId: z__default.ZodString;
122009
+ }, "strip", z__default.ZodTypeAny, {
122010
+ type: "System";
122011
+ onBehalfOfUserId: string;
122012
+ }, {
122013
+ type: "System";
122014
+ onBehalfOfUserId: string;
122015
+ }>;
122016
+ type DTOThreadMessageSystemSender = z__default.infer<typeof DTOThreadMessageSystemSender>;
122017
+ declare const DTOThreadMessageSender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122018
+ type: z__default.ZodLiteral<"User">;
122019
+ userId: z__default.ZodString;
122020
+ }, "strip", z__default.ZodTypeAny, {
122021
+ type: "User";
122022
+ userId: string;
122023
+ }, {
122024
+ type: "User";
122025
+ userId: string;
122026
+ }>, z__default.ZodObject<{
122027
+ type: z__default.ZodLiteral<"Agent">;
122028
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122029
+ }, "strip", z__default.ZodTypeAny, {
122030
+ type: "Agent";
122031
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122032
+ }, {
122033
+ type: "Agent";
122034
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122035
+ }>, z__default.ZodObject<{
122036
+ type: z__default.ZodLiteral<"System">;
122037
+ onBehalfOfUserId: z__default.ZodString;
122038
+ }, "strip", z__default.ZodTypeAny, {
122039
+ type: "System";
122040
+ onBehalfOfUserId: string;
122041
+ }, {
122042
+ type: "System";
122043
+ onBehalfOfUserId: string;
122044
+ }>]>;
122045
+ type DTOThreadMessageSender = z__default.infer<typeof DTOThreadMessageSender>;
122046
+ declare const DTOThreadReaction: z__default.ZodObject<{
122047
+ messageId: z__default.ZodString;
122048
+ userId: z__default.ZodString;
122049
+ emoji: z__default.ZodString;
122050
+ createdAt: z__default.ZodString;
122051
+ }, "strip", z__default.ZodTypeAny, {
122052
+ createdAt: string;
122053
+ emoji: string;
122054
+ userId: string;
122055
+ messageId: string;
122056
+ }, {
122057
+ createdAt: string;
122058
+ emoji: string;
122059
+ userId: string;
122060
+ messageId: string;
122061
+ }>;
122062
+ type DTOThreadReaction = z__default.infer<typeof DTOThreadReaction>;
122063
+ declare const DTOThreadMessage: z__default.ZodObject<{
122064
+ id: z__default.ZodString;
122065
+ threadId: z__default.ZodString;
122066
+ /**
122067
+ * Describes where the message came from
122068
+ */
122069
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122070
+ type: z__default.ZodLiteral<"User">;
122071
+ userId: z__default.ZodString;
122072
+ }, "strip", z__default.ZodTypeAny, {
122073
+ type: "User";
122074
+ userId: string;
122075
+ }, {
122076
+ type: "User";
122077
+ userId: string;
122078
+ }>, z__default.ZodObject<{
122079
+ type: z__default.ZodLiteral<"Agent">;
122080
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122081
+ }, "strip", z__default.ZodTypeAny, {
122082
+ type: "Agent";
122083
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122084
+ }, {
122085
+ type: "Agent";
122086
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122087
+ }>, z__default.ZodObject<{
122088
+ type: z__default.ZodLiteral<"System">;
122089
+ onBehalfOfUserId: z__default.ZodString;
122090
+ }, "strip", z__default.ZodTypeAny, {
122091
+ type: "System";
122092
+ onBehalfOfUserId: string;
122093
+ }, {
122094
+ type: "System";
122095
+ onBehalfOfUserId: string;
122096
+ }>]>;
122097
+ /**
122098
+ * Content of the message
122099
+ */
122100
+ body: z__default.ZodString;
122101
+ /**
122102
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122103
+ * AI agent to generate a response and perform an action within the feature
122104
+ */
122105
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122106
+ /**
122107
+ * Indicates if the sender requested agent to reply in a thread
122108
+ */
122109
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122110
+ /**
122111
+ * If defined, this message is considered to be a reply in a thread under parent message id
122112
+ */
122113
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122114
+ /**
122115
+ * Link agent response object describing current state of
122116
+ */
122117
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122118
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122119
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122120
+ }, "strip", z__default.ZodTypeAny, {
122121
+ iterationId?: string | undefined;
122122
+ }, {
122123
+ iterationId?: string | undefined;
122124
+ }>>;
122125
+ /**
122126
+ * If defined, this message is considered to be a reply to different message
122127
+ */
122128
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122129
+ createdAt: z__default.ZodString;
122130
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122131
+ }, "strip", z__default.ZodTypeAny, {
122132
+ id: string;
122133
+ createdAt: string;
122134
+ sender: {
122135
+ type: "User";
122136
+ userId: string;
122137
+ } | {
122138
+ type: "Agent";
122139
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122140
+ } | {
122141
+ type: "System";
122142
+ onBehalfOfUserId: string;
122143
+ };
122144
+ body: string;
122145
+ threadId: string;
122146
+ updatedAt?: string | undefined;
122147
+ isPrompt?: boolean | undefined;
122148
+ startsNewThread?: boolean | undefined;
122149
+ parentMessageId?: string | undefined;
122150
+ agentResponseTrackerId?: string | null | undefined;
122151
+ attachments?: {
122152
+ iterationId?: string | undefined;
122153
+ } | undefined;
122154
+ replyToMessageId?: string | undefined;
122155
+ }, {
122156
+ id: string;
122157
+ createdAt: string;
122158
+ sender: {
122159
+ type: "User";
122160
+ userId: string;
122161
+ } | {
122162
+ type: "Agent";
122163
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122164
+ } | {
122165
+ type: "System";
122166
+ onBehalfOfUserId: string;
122167
+ };
122168
+ body: string;
122169
+ threadId: string;
122170
+ updatedAt?: string | undefined;
122171
+ isPrompt?: boolean | undefined;
122172
+ startsNewThread?: boolean | undefined;
122173
+ parentMessageId?: string | undefined;
122174
+ agentResponseTrackerId?: string | null | undefined;
122175
+ attachments?: {
122176
+ iterationId?: string | undefined;
122177
+ } | undefined;
122178
+ replyToMessageId?: string | undefined;
122179
+ }>;
122180
+ type DTOThreadMessage = z__default.infer<typeof DTOThreadMessage>;
122181
+ declare const DTOThreadMessageAttachments: z__default.ZodObject<{
122182
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122183
+ }, "strip", z__default.ZodTypeAny, {
122184
+ iterationId?: string | undefined;
122185
+ }, {
122186
+ iterationId?: string | undefined;
122187
+ }>;
122188
+ type DTOThreadMessageAttachments = z__default.infer<typeof DTOThreadMessageAttachments>;
122189
+ declare const DTOThreadAgentResponseTracker: z__default.ZodObject<{
122190
+ id: z__default.ZodString;
122191
+ currentBody: z__default.ZodDefault<z__default.ZodString>;
122192
+ }, "strip", z__default.ZodTypeAny, {
122193
+ id: string;
122194
+ currentBody: string;
122195
+ }, {
122196
+ id: string;
122197
+ currentBody?: string | undefined;
122198
+ }>;
122199
+ type DTOThreadAgentResponseTracker = z__default.infer<typeof DTOThreadAgentResponseTracker>;
122200
+ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
122201
+ id: z__default.ZodString;
122202
+ threadId: z__default.ZodString;
122203
+ /**
122204
+ * Describes where the message came from
122205
+ */
122206
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122207
+ type: z__default.ZodLiteral<"User">;
122208
+ userId: z__default.ZodString;
122209
+ }, "strip", z__default.ZodTypeAny, {
122210
+ type: "User";
122211
+ userId: string;
122212
+ }, {
122213
+ type: "User";
122214
+ userId: string;
122215
+ }>, z__default.ZodObject<{
122216
+ type: z__default.ZodLiteral<"Agent">;
122217
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122218
+ }, "strip", z__default.ZodTypeAny, {
122219
+ type: "Agent";
122220
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122221
+ }, {
122222
+ type: "Agent";
122223
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122224
+ }>, z__default.ZodObject<{
122225
+ type: z__default.ZodLiteral<"System">;
122226
+ onBehalfOfUserId: z__default.ZodString;
122227
+ }, "strip", z__default.ZodTypeAny, {
122228
+ type: "System";
122229
+ onBehalfOfUserId: string;
122230
+ }, {
122231
+ type: "System";
122232
+ onBehalfOfUserId: string;
122233
+ }>]>;
122234
+ /**
122235
+ * Content of the message
122236
+ */
122237
+ body: z__default.ZodString;
122238
+ /**
122239
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122240
+ * AI agent to generate a response and perform an action within the feature
122241
+ */
122242
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122243
+ /**
122244
+ * Indicates if the sender requested agent to reply in a thread
122245
+ */
122246
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122247
+ /**
122248
+ * If defined, this message is considered to be a reply in a thread under parent message id
122249
+ */
122250
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122251
+ /**
122252
+ * Link agent response object describing current state of
122253
+ */
122254
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122255
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122256
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122257
+ }, "strip", z__default.ZodTypeAny, {
122258
+ iterationId?: string | undefined;
122259
+ }, {
122260
+ iterationId?: string | undefined;
122261
+ }>>;
122262
+ /**
122263
+ * If defined, this message is considered to be a reply to different message
122264
+ */
122265
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122266
+ createdAt: z__default.ZodString;
122267
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122268
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
122269
+ id: string;
122270
+ body: string;
122271
+ isPrompt?: boolean | undefined;
122272
+ startsNewThread?: boolean | undefined;
122273
+ parentMessageId?: string | undefined;
122274
+ attachments?: {
122275
+ iterationId?: string | undefined;
122276
+ } | undefined;
122277
+ }, {
122278
+ id: string;
122279
+ body: string;
122280
+ isPrompt?: boolean | undefined;
122281
+ startsNewThread?: boolean | undefined;
122282
+ parentMessageId?: string | undefined;
122283
+ attachments?: {
122284
+ iterationId?: string | undefined;
122285
+ } | undefined;
122286
+ }>;
122287
+ type DTOThreadMessageCreateInput = z__default.infer<typeof DTOThreadMessageCreateInput>;
122288
+ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
122289
+ id: z__default.ZodString;
122290
+ threadId: z__default.ZodString;
122291
+ /**
122292
+ * Describes where the message came from
122293
+ */
122294
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122295
+ type: z__default.ZodLiteral<"User">;
122296
+ userId: z__default.ZodString;
122297
+ }, "strip", z__default.ZodTypeAny, {
122298
+ type: "User";
122299
+ userId: string;
122300
+ }, {
122301
+ type: "User";
122302
+ userId: string;
122303
+ }>, z__default.ZodObject<{
122304
+ type: z__default.ZodLiteral<"Agent">;
122305
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122306
+ }, "strip", z__default.ZodTypeAny, {
122307
+ type: "Agent";
122308
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122309
+ }, {
122310
+ type: "Agent";
122311
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122312
+ }>, z__default.ZodObject<{
122313
+ type: z__default.ZodLiteral<"System">;
122314
+ onBehalfOfUserId: z__default.ZodString;
122315
+ }, "strip", z__default.ZodTypeAny, {
122316
+ type: "System";
122317
+ onBehalfOfUserId: string;
122318
+ }, {
122319
+ type: "System";
122320
+ onBehalfOfUserId: string;
122321
+ }>]>;
122322
+ /**
122323
+ * Content of the message
122324
+ */
122325
+ body: z__default.ZodString;
122326
+ /**
122327
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122328
+ * AI agent to generate a response and perform an action within the feature
122329
+ */
122330
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122331
+ /**
122332
+ * Indicates if the sender requested agent to reply in a thread
122333
+ */
122334
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122335
+ /**
122336
+ * If defined, this message is considered to be a reply in a thread under parent message id
122337
+ */
122338
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122339
+ /**
122340
+ * Link agent response object describing current state of
122341
+ */
122342
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122343
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122344
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122345
+ }, "strip", z__default.ZodTypeAny, {
122346
+ iterationId?: string | undefined;
122347
+ }, {
122348
+ iterationId?: string | undefined;
122349
+ }>>;
122350
+ /**
122351
+ * If defined, this message is considered to be a reply to different message
122352
+ */
122353
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122354
+ createdAt: z__default.ZodString;
122355
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122356
+ }, "id"> & {
122357
+ body: z__default.ZodOptional<z__default.ZodString>;
122358
+ attachments: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodObject<{
122359
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122360
+ }, "strip", z__default.ZodTypeAny, {
122361
+ iterationId?: string | undefined;
122362
+ }, {
122363
+ iterationId?: string | undefined;
122364
+ }>>>;
122365
+ agentResponseTrackerId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>>>;
122366
+ }, "strip", z__default.ZodTypeAny, {
122367
+ id: string;
122368
+ body?: string | undefined;
122369
+ agentResponseTrackerId?: string | null | undefined;
122370
+ attachments?: {
122371
+ iterationId?: string | undefined;
122372
+ } | undefined;
122373
+ }, {
122374
+ id: string;
122375
+ body?: string | undefined;
122376
+ agentResponseTrackerId?: string | null | undefined;
122377
+ attachments?: {
122378
+ iterationId?: string | undefined;
122379
+ } | undefined;
122380
+ }>;
122381
+ type DTOThreadMessageUpdateInput = z__default.infer<typeof DTOThreadMessageUpdateInput>;
122382
+ declare const DTOThreadReactionDeleteInput: z__default.ZodObject<{
122383
+ messageId: z__default.ZodString;
122384
+ emoji: z__default.ZodString;
122385
+ }, "strip", z__default.ZodTypeAny, {
122386
+ emoji: string;
122387
+ messageId: string;
122388
+ }, {
122389
+ emoji: string;
122390
+ messageId: string;
122391
+ }>;
122392
+ type DTOThreadReactionDeleteInput = z__default.infer<typeof DTOThreadReactionDeleteInput>;
122393
+ declare const DTOThreadReactionCreateInput: z__default.ZodObject<{
122394
+ messageId: z__default.ZodString;
122395
+ emoji: z__default.ZodString;
122396
+ }, "strip", z__default.ZodTypeAny, {
122397
+ emoji: string;
122398
+ messageId: string;
122399
+ }, {
122400
+ emoji: string;
122401
+ messageId: string;
122402
+ }>;
122403
+ type DTOThreadReactionCreateInput = z__default.infer<typeof DTOThreadReactionCreateInput>;
122404
+ declare const DTOThreadMessageResponse: z__default.ZodObject<{
122405
+ message: z__default.ZodObject<{
122406
+ id: z__default.ZodString;
122407
+ threadId: z__default.ZodString;
122408
+ /**
122409
+ * Describes where the message came from
122410
+ */
122411
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122412
+ type: z__default.ZodLiteral<"User">;
122413
+ userId: z__default.ZodString;
122414
+ }, "strip", z__default.ZodTypeAny, {
122415
+ type: "User";
122416
+ userId: string;
122417
+ }, {
122418
+ type: "User";
122419
+ userId: string;
122420
+ }>, z__default.ZodObject<{
122421
+ type: z__default.ZodLiteral<"Agent">;
122422
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122423
+ }, "strip", z__default.ZodTypeAny, {
122424
+ type: "Agent";
122425
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122426
+ }, {
122427
+ type: "Agent";
122428
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122429
+ }>, z__default.ZodObject<{
122430
+ type: z__default.ZodLiteral<"System">;
122431
+ onBehalfOfUserId: z__default.ZodString;
122432
+ }, "strip", z__default.ZodTypeAny, {
122433
+ type: "System";
122434
+ onBehalfOfUserId: string;
122435
+ }, {
122436
+ type: "System";
122437
+ onBehalfOfUserId: string;
122438
+ }>]>;
122439
+ /**
122440
+ * Content of the message
122441
+ */
122442
+ body: z__default.ZodString;
122443
+ /**
122444
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122445
+ * AI agent to generate a response and perform an action within the feature
122446
+ */
122447
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122448
+ /**
122449
+ * Indicates if the sender requested agent to reply in a thread
122450
+ */
122451
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122452
+ /**
122453
+ * If defined, this message is considered to be a reply in a thread under parent message id
122454
+ */
122455
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122456
+ /**
122457
+ * Link agent response object describing current state of
122458
+ */
122459
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122460
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122461
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122462
+ }, "strip", z__default.ZodTypeAny, {
122463
+ iterationId?: string | undefined;
122464
+ }, {
122465
+ iterationId?: string | undefined;
122466
+ }>>;
122467
+ /**
122468
+ * If defined, this message is considered to be a reply to different message
122469
+ */
122470
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122471
+ createdAt: z__default.ZodString;
122472
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122473
+ }, "strip", z__default.ZodTypeAny, {
122474
+ id: string;
122475
+ createdAt: string;
122476
+ sender: {
122477
+ type: "User";
122478
+ userId: string;
122479
+ } | {
122480
+ type: "Agent";
122481
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122482
+ } | {
122483
+ type: "System";
122484
+ onBehalfOfUserId: string;
122485
+ };
122486
+ body: string;
122487
+ threadId: string;
122488
+ updatedAt?: string | undefined;
122489
+ isPrompt?: boolean | undefined;
122490
+ startsNewThread?: boolean | undefined;
122491
+ parentMessageId?: string | undefined;
122492
+ agentResponseTrackerId?: string | null | undefined;
122493
+ attachments?: {
122494
+ iterationId?: string | undefined;
122495
+ } | undefined;
122496
+ replyToMessageId?: string | undefined;
122497
+ }, {
122498
+ id: string;
122499
+ createdAt: string;
122500
+ sender: {
122501
+ type: "User";
122502
+ userId: string;
122503
+ } | {
122504
+ type: "Agent";
122505
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122506
+ } | {
122507
+ type: "System";
122508
+ onBehalfOfUserId: string;
122509
+ };
122510
+ body: string;
122511
+ threadId: string;
122512
+ updatedAt?: string | undefined;
122513
+ isPrompt?: boolean | undefined;
122514
+ startsNewThread?: boolean | undefined;
122515
+ parentMessageId?: string | undefined;
122516
+ agentResponseTrackerId?: string | null | undefined;
122517
+ attachments?: {
122518
+ iterationId?: string | undefined;
122519
+ } | undefined;
122520
+ replyToMessageId?: string | undefined;
122521
+ }>;
122522
+ }, "strip", z__default.ZodTypeAny, {
122523
+ message: {
122524
+ id: string;
122525
+ createdAt: string;
122526
+ sender: {
122527
+ type: "User";
122528
+ userId: string;
122529
+ } | {
122530
+ type: "Agent";
122531
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122532
+ } | {
122533
+ type: "System";
122534
+ onBehalfOfUserId: string;
122535
+ };
122536
+ body: string;
122537
+ threadId: string;
122538
+ updatedAt?: string | undefined;
122539
+ isPrompt?: boolean | undefined;
122540
+ startsNewThread?: boolean | undefined;
122541
+ parentMessageId?: string | undefined;
122542
+ agentResponseTrackerId?: string | null | undefined;
122543
+ attachments?: {
122544
+ iterationId?: string | undefined;
122545
+ } | undefined;
122546
+ replyToMessageId?: string | undefined;
122547
+ };
122548
+ }, {
122549
+ message: {
122550
+ id: string;
122551
+ createdAt: string;
122552
+ sender: {
122553
+ type: "User";
122554
+ userId: string;
122555
+ } | {
122556
+ type: "Agent";
122557
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122558
+ } | {
122559
+ type: "System";
122560
+ onBehalfOfUserId: string;
122561
+ };
122562
+ body: string;
122563
+ threadId: string;
122564
+ updatedAt?: string | undefined;
122565
+ isPrompt?: boolean | undefined;
122566
+ startsNewThread?: boolean | undefined;
122567
+ parentMessageId?: string | undefined;
122568
+ agentResponseTrackerId?: string | null | undefined;
122569
+ attachments?: {
122570
+ iterationId?: string | undefined;
122571
+ } | undefined;
122572
+ replyToMessageId?: string | undefined;
122573
+ };
122574
+ }>;
122575
+ type DTOThreadMessageResponse = z__default.infer<typeof DTOThreadMessageResponse>;
122576
+ declare const DTOThreadReactionResponse: z__default.ZodObject<{
122577
+ reaction: z__default.ZodObject<{
122578
+ messageId: z__default.ZodString;
122579
+ userId: z__default.ZodString;
122580
+ emoji: z__default.ZodString;
122581
+ createdAt: z__default.ZodString;
122582
+ }, "strip", z__default.ZodTypeAny, {
122583
+ createdAt: string;
122584
+ emoji: string;
122585
+ userId: string;
122586
+ messageId: string;
122587
+ }, {
122588
+ createdAt: string;
122589
+ emoji: string;
122590
+ userId: string;
122591
+ messageId: string;
122592
+ }>;
122593
+ }, "strip", z__default.ZodTypeAny, {
122594
+ reaction: {
122595
+ createdAt: string;
122596
+ emoji: string;
122597
+ userId: string;
122598
+ messageId: string;
122599
+ };
122600
+ }, {
122601
+ reaction: {
122602
+ createdAt: string;
122603
+ emoji: string;
122604
+ userId: string;
122605
+ messageId: string;
122606
+ };
122607
+ }>;
122608
+ type DTOThreadReactionResponse = z__default.infer<typeof DTOThreadReactionResponse>;
122609
+ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
122610
+ messages: z__default.ZodArray<z__default.ZodObject<{
122611
+ id: z__default.ZodString;
122612
+ threadId: z__default.ZodString;
122613
+ /**
122614
+ * Describes where the message came from
122615
+ */
122616
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122617
+ type: z__default.ZodLiteral<"User">;
122618
+ userId: z__default.ZodString;
122619
+ }, "strip", z__default.ZodTypeAny, {
122620
+ type: "User";
122621
+ userId: string;
122622
+ }, {
122623
+ type: "User";
122624
+ userId: string;
122625
+ }>, z__default.ZodObject<{
122626
+ type: z__default.ZodLiteral<"Agent">;
122627
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122628
+ }, "strip", z__default.ZodTypeAny, {
122629
+ type: "Agent";
122630
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122631
+ }, {
122632
+ type: "Agent";
122633
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122634
+ }>, z__default.ZodObject<{
122635
+ type: z__default.ZodLiteral<"System">;
122636
+ onBehalfOfUserId: z__default.ZodString;
122637
+ }, "strip", z__default.ZodTypeAny, {
122638
+ type: "System";
122639
+ onBehalfOfUserId: string;
122640
+ }, {
122641
+ type: "System";
122642
+ onBehalfOfUserId: string;
122643
+ }>]>;
122644
+ /**
122645
+ * Content of the message
122646
+ */
122647
+ body: z__default.ZodString;
122648
+ /**
122649
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122650
+ * AI agent to generate a response and perform an action within the feature
122651
+ */
122652
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122653
+ /**
122654
+ * Indicates if the sender requested agent to reply in a thread
122655
+ */
122656
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122657
+ /**
122658
+ * If defined, this message is considered to be a reply in a thread under parent message id
122659
+ */
122660
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122661
+ /**
122662
+ * Link agent response object describing current state of
122663
+ */
122664
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122665
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122666
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122667
+ }, "strip", z__default.ZodTypeAny, {
122668
+ iterationId?: string | undefined;
122669
+ }, {
122670
+ iterationId?: string | undefined;
122671
+ }>>;
122672
+ /**
122673
+ * If defined, this message is considered to be a reply to different message
122674
+ */
122675
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122676
+ createdAt: z__default.ZodString;
122677
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122678
+ }, "strip", z__default.ZodTypeAny, {
122679
+ id: string;
122680
+ createdAt: string;
122681
+ sender: {
122682
+ type: "User";
122683
+ userId: string;
122684
+ } | {
122685
+ type: "Agent";
122686
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122687
+ } | {
122688
+ type: "System";
122689
+ onBehalfOfUserId: string;
122690
+ };
122691
+ body: string;
122692
+ threadId: string;
122693
+ updatedAt?: string | undefined;
122694
+ isPrompt?: boolean | undefined;
122695
+ startsNewThread?: boolean | undefined;
122696
+ parentMessageId?: string | undefined;
122697
+ agentResponseTrackerId?: string | null | undefined;
122698
+ attachments?: {
122699
+ iterationId?: string | undefined;
122700
+ } | undefined;
122701
+ replyToMessageId?: string | undefined;
122702
+ }, {
122703
+ id: string;
122704
+ createdAt: string;
122705
+ sender: {
122706
+ type: "User";
122707
+ userId: string;
122708
+ } | {
122709
+ type: "Agent";
122710
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122711
+ } | {
122712
+ type: "System";
122713
+ onBehalfOfUserId: string;
122714
+ };
122715
+ body: string;
122716
+ threadId: string;
122717
+ updatedAt?: string | undefined;
122718
+ isPrompt?: boolean | undefined;
122719
+ startsNewThread?: boolean | undefined;
122720
+ parentMessageId?: string | undefined;
122721
+ agentResponseTrackerId?: string | null | undefined;
122722
+ attachments?: {
122723
+ iterationId?: string | undefined;
122724
+ } | undefined;
122725
+ replyToMessageId?: string | undefined;
122726
+ }>, "many">;
122727
+ reactions: z__default.ZodArray<z__default.ZodObject<{
122728
+ messageId: z__default.ZodString;
122729
+ userId: z__default.ZodString;
122730
+ emoji: z__default.ZodString;
122731
+ createdAt: z__default.ZodString;
122732
+ }, "strip", z__default.ZodTypeAny, {
122733
+ createdAt: string;
122734
+ emoji: string;
122735
+ userId: string;
122736
+ messageId: string;
122737
+ }, {
122738
+ createdAt: string;
122739
+ emoji: string;
122740
+ userId: string;
122741
+ messageId: string;
122742
+ }>, "many">;
122743
+ lastSeenMessageId: z__default.ZodOptional<z__default.ZodString>;
122744
+ }, "strip", z__default.ZodTypeAny, {
122745
+ messages: {
122746
+ id: string;
122747
+ createdAt: string;
122748
+ sender: {
122749
+ type: "User";
122750
+ userId: string;
122751
+ } | {
122752
+ type: "Agent";
122753
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122754
+ } | {
122755
+ type: "System";
122756
+ onBehalfOfUserId: string;
122757
+ };
122758
+ body: string;
122759
+ threadId: string;
122760
+ updatedAt?: string | undefined;
122761
+ isPrompt?: boolean | undefined;
122762
+ startsNewThread?: boolean | undefined;
122763
+ parentMessageId?: string | undefined;
122764
+ agentResponseTrackerId?: string | null | undefined;
122765
+ attachments?: {
122766
+ iterationId?: string | undefined;
122767
+ } | undefined;
122768
+ replyToMessageId?: string | undefined;
122769
+ }[];
122770
+ reactions: {
122771
+ createdAt: string;
122772
+ emoji: string;
122773
+ userId: string;
122774
+ messageId: string;
122775
+ }[];
122776
+ lastSeenMessageId?: string | undefined;
122777
+ }, {
122778
+ messages: {
122779
+ id: string;
122780
+ createdAt: string;
122781
+ sender: {
122782
+ type: "User";
122783
+ userId: string;
122784
+ } | {
122785
+ type: "Agent";
122786
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122787
+ } | {
122788
+ type: "System";
122789
+ onBehalfOfUserId: string;
122790
+ };
122791
+ body: string;
122792
+ threadId: string;
122793
+ updatedAt?: string | undefined;
122794
+ isPrompt?: boolean | undefined;
122795
+ startsNewThread?: boolean | undefined;
122796
+ parentMessageId?: string | undefined;
122797
+ agentResponseTrackerId?: string | null | undefined;
122798
+ attachments?: {
122799
+ iterationId?: string | undefined;
122800
+ } | undefined;
122801
+ replyToMessageId?: string | undefined;
122802
+ }[];
122803
+ reactions: {
122804
+ createdAt: string;
122805
+ emoji: string;
122806
+ userId: string;
122807
+ messageId: string;
122808
+ }[];
122809
+ lastSeenMessageId?: string | undefined;
122810
+ }>;
122811
+ type DTOThreadMessageListResponse = z__default.infer<typeof DTOThreadMessageListResponse>;
122812
+ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
122813
+ type: z__default.ZodLiteral<"MessagesSent">;
122814
+ data: z__default.ZodArray<z__default.ZodObject<{
122815
+ id: z__default.ZodString;
122816
+ threadId: z__default.ZodString;
122817
+ /**
122818
+ * Describes where the message came from
122819
+ */
122820
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122821
+ type: z__default.ZodLiteral<"User">;
122822
+ userId: z__default.ZodString;
122823
+ }, "strip", z__default.ZodTypeAny, {
122824
+ type: "User";
122825
+ userId: string;
122826
+ }, {
122827
+ type: "User";
122828
+ userId: string;
122829
+ }>, z__default.ZodObject<{
122830
+ type: z__default.ZodLiteral<"Agent">;
122831
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
122832
+ }, "strip", z__default.ZodTypeAny, {
122833
+ type: "Agent";
122834
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122835
+ }, {
122836
+ type: "Agent";
122837
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122838
+ }>, z__default.ZodObject<{
122839
+ type: z__default.ZodLiteral<"System">;
122840
+ onBehalfOfUserId: z__default.ZodString;
122841
+ }, "strip", z__default.ZodTypeAny, {
122842
+ type: "System";
122843
+ onBehalfOfUserId: string;
122844
+ }, {
122845
+ type: "System";
122846
+ onBehalfOfUserId: string;
122847
+ }>]>;
122848
+ /**
122849
+ * Content of the message
122850
+ */
122851
+ body: z__default.ZodString;
122852
+ /**
122853
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
122854
+ * AI agent to generate a response and perform an action within the feature
122855
+ */
122856
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
122857
+ /**
122858
+ * Indicates if the sender requested agent to reply in a thread
122859
+ */
122860
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
122861
+ /**
122862
+ * If defined, this message is considered to be a reply in a thread under parent message id
122863
+ */
122864
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
122865
+ /**
122866
+ * Link agent response object describing current state of
122867
+ */
122868
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
122869
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
122870
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
122871
+ }, "strip", z__default.ZodTypeAny, {
122872
+ iterationId?: string | undefined;
122873
+ }, {
122874
+ iterationId?: string | undefined;
122875
+ }>>;
122876
+ /**
122877
+ * If defined, this message is considered to be a reply to different message
122878
+ */
122879
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
122880
+ createdAt: z__default.ZodString;
122881
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
122882
+ }, "strip", z__default.ZodTypeAny, {
122883
+ id: string;
122884
+ createdAt: string;
122885
+ sender: {
122886
+ type: "User";
122887
+ userId: string;
122888
+ } | {
122889
+ type: "Agent";
122890
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122891
+ } | {
122892
+ type: "System";
122893
+ onBehalfOfUserId: string;
122894
+ };
122895
+ body: string;
122896
+ threadId: string;
122897
+ updatedAt?: string | undefined;
122898
+ isPrompt?: boolean | undefined;
122899
+ startsNewThread?: boolean | undefined;
122900
+ parentMessageId?: string | undefined;
122901
+ agentResponseTrackerId?: string | null | undefined;
122902
+ attachments?: {
122903
+ iterationId?: string | undefined;
122904
+ } | undefined;
122905
+ replyToMessageId?: string | undefined;
122906
+ }, {
122907
+ id: string;
122908
+ createdAt: string;
122909
+ sender: {
122910
+ type: "User";
122911
+ userId: string;
122912
+ } | {
122913
+ type: "Agent";
122914
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122915
+ } | {
122916
+ type: "System";
122917
+ onBehalfOfUserId: string;
122918
+ };
122919
+ body: string;
122920
+ threadId: string;
122921
+ updatedAt?: string | undefined;
122922
+ isPrompt?: boolean | undefined;
122923
+ startsNewThread?: boolean | undefined;
122924
+ parentMessageId?: string | undefined;
122925
+ agentResponseTrackerId?: string | null | undefined;
122926
+ attachments?: {
122927
+ iterationId?: string | undefined;
122928
+ } | undefined;
122929
+ replyToMessageId?: string | undefined;
122930
+ }>, "many">;
122931
+ }, "strip", z__default.ZodTypeAny, {
122932
+ type: "MessagesSent";
122933
+ data: {
122934
+ id: string;
122935
+ createdAt: string;
122936
+ sender: {
122937
+ type: "User";
122938
+ userId: string;
122939
+ } | {
122940
+ type: "Agent";
122941
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122942
+ } | {
122943
+ type: "System";
122944
+ onBehalfOfUserId: string;
122945
+ };
122946
+ body: string;
122947
+ threadId: string;
122948
+ updatedAt?: string | undefined;
122949
+ isPrompt?: boolean | undefined;
122950
+ startsNewThread?: boolean | undefined;
122951
+ parentMessageId?: string | undefined;
122952
+ agentResponseTrackerId?: string | null | undefined;
122953
+ attachments?: {
122954
+ iterationId?: string | undefined;
122955
+ } | undefined;
122956
+ replyToMessageId?: string | undefined;
122957
+ }[];
122958
+ }, {
122959
+ type: "MessagesSent";
122960
+ data: {
122961
+ id: string;
122962
+ createdAt: string;
122963
+ sender: {
122964
+ type: "User";
122965
+ userId: string;
122966
+ } | {
122967
+ type: "Agent";
122968
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
122969
+ } | {
122970
+ type: "System";
122971
+ onBehalfOfUserId: string;
122972
+ };
122973
+ body: string;
122974
+ threadId: string;
122975
+ updatedAt?: string | undefined;
122976
+ isPrompt?: boolean | undefined;
122977
+ startsNewThread?: boolean | undefined;
122978
+ parentMessageId?: string | undefined;
122979
+ agentResponseTrackerId?: string | null | undefined;
122980
+ attachments?: {
122981
+ iterationId?: string | undefined;
122982
+ } | undefined;
122983
+ replyToMessageId?: string | undefined;
122984
+ }[];
122985
+ }>;
122986
+ type DTOThreadEventMessagesSent = z__default.infer<typeof DTOThreadEventMessagesSent>;
122987
+ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
122988
+ type: z__default.ZodLiteral<"MessagesUpdated">;
122989
+ data: z__default.ZodArray<z__default.ZodObject<{
122990
+ id: z__default.ZodString;
122991
+ threadId: z__default.ZodString;
122992
+ /**
122993
+ * Describes where the message came from
122994
+ */
122995
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
122996
+ type: z__default.ZodLiteral<"User">;
122997
+ userId: z__default.ZodString;
122998
+ }, "strip", z__default.ZodTypeAny, {
122999
+ type: "User";
123000
+ userId: string;
123001
+ }, {
123002
+ type: "User";
123003
+ userId: string;
123004
+ }>, z__default.ZodObject<{
123005
+ type: z__default.ZodLiteral<"Agent">;
123006
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
123007
+ }, "strip", z__default.ZodTypeAny, {
123008
+ type: "Agent";
123009
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123010
+ }, {
123011
+ type: "Agent";
123012
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123013
+ }>, z__default.ZodObject<{
123014
+ type: z__default.ZodLiteral<"System">;
123015
+ onBehalfOfUserId: z__default.ZodString;
123016
+ }, "strip", z__default.ZodTypeAny, {
123017
+ type: "System";
123018
+ onBehalfOfUserId: string;
123019
+ }, {
123020
+ type: "System";
123021
+ onBehalfOfUserId: string;
123022
+ }>]>;
123023
+ /**
123024
+ * Content of the message
123025
+ */
123026
+ body: z__default.ZodString;
123027
+ /**
123028
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
123029
+ * AI agent to generate a response and perform an action within the feature
123030
+ */
123031
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
123032
+ /**
123033
+ * Indicates if the sender requested agent to reply in a thread
123034
+ */
123035
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
123036
+ /**
123037
+ * If defined, this message is considered to be a reply in a thread under parent message id
123038
+ */
123039
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
123040
+ /**
123041
+ * Link agent response object describing current state of
123042
+ */
123043
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
123044
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
123045
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
123046
+ }, "strip", z__default.ZodTypeAny, {
123047
+ iterationId?: string | undefined;
123048
+ }, {
123049
+ iterationId?: string | undefined;
123050
+ }>>;
123051
+ /**
123052
+ * If defined, this message is considered to be a reply to different message
123053
+ */
123054
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
123055
+ createdAt: z__default.ZodString;
123056
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
123057
+ }, "strip", z__default.ZodTypeAny, {
123058
+ id: string;
123059
+ createdAt: string;
123060
+ sender: {
123061
+ type: "User";
123062
+ userId: string;
123063
+ } | {
123064
+ type: "Agent";
123065
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123066
+ } | {
123067
+ type: "System";
123068
+ onBehalfOfUserId: string;
123069
+ };
123070
+ body: string;
123071
+ threadId: string;
123072
+ updatedAt?: string | undefined;
123073
+ isPrompt?: boolean | undefined;
123074
+ startsNewThread?: boolean | undefined;
123075
+ parentMessageId?: string | undefined;
123076
+ agentResponseTrackerId?: string | null | undefined;
123077
+ attachments?: {
123078
+ iterationId?: string | undefined;
123079
+ } | undefined;
123080
+ replyToMessageId?: string | undefined;
123081
+ }, {
123082
+ id: string;
123083
+ createdAt: string;
123084
+ sender: {
123085
+ type: "User";
123086
+ userId: string;
123087
+ } | {
123088
+ type: "Agent";
123089
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123090
+ } | {
123091
+ type: "System";
123092
+ onBehalfOfUserId: string;
123093
+ };
123094
+ body: string;
123095
+ threadId: string;
123096
+ updatedAt?: string | undefined;
123097
+ isPrompt?: boolean | undefined;
123098
+ startsNewThread?: boolean | undefined;
123099
+ parentMessageId?: string | undefined;
123100
+ agentResponseTrackerId?: string | null | undefined;
123101
+ attachments?: {
123102
+ iterationId?: string | undefined;
123103
+ } | undefined;
123104
+ replyToMessageId?: string | undefined;
123105
+ }>, "many">;
123106
+ }, "strip", z__default.ZodTypeAny, {
123107
+ type: "MessagesUpdated";
123108
+ data: {
123109
+ id: string;
123110
+ createdAt: string;
123111
+ sender: {
123112
+ type: "User";
123113
+ userId: string;
123114
+ } | {
123115
+ type: "Agent";
123116
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123117
+ } | {
123118
+ type: "System";
123119
+ onBehalfOfUserId: string;
123120
+ };
123121
+ body: string;
123122
+ threadId: string;
123123
+ updatedAt?: string | undefined;
123124
+ isPrompt?: boolean | undefined;
123125
+ startsNewThread?: boolean | undefined;
123126
+ parentMessageId?: string | undefined;
123127
+ agentResponseTrackerId?: string | null | undefined;
123128
+ attachments?: {
123129
+ iterationId?: string | undefined;
123130
+ } | undefined;
123131
+ replyToMessageId?: string | undefined;
123132
+ }[];
123133
+ }, {
123134
+ type: "MessagesUpdated";
123135
+ data: {
123136
+ id: string;
123137
+ createdAt: string;
123138
+ sender: {
123139
+ type: "User";
123140
+ userId: string;
123141
+ } | {
123142
+ type: "Agent";
123143
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123144
+ } | {
123145
+ type: "System";
123146
+ onBehalfOfUserId: string;
123147
+ };
123148
+ body: string;
123149
+ threadId: string;
123150
+ updatedAt?: string | undefined;
123151
+ isPrompt?: boolean | undefined;
123152
+ startsNewThread?: boolean | undefined;
123153
+ parentMessageId?: string | undefined;
123154
+ agentResponseTrackerId?: string | null | undefined;
123155
+ attachments?: {
123156
+ iterationId?: string | undefined;
123157
+ } | undefined;
123158
+ replyToMessageId?: string | undefined;
123159
+ }[];
123160
+ }>;
123161
+ type DTOThreadEventMessagesUpdated = z__default.infer<typeof DTOThreadEventMessagesUpdated>;
123162
+ declare const DTOThreadEventReactionsSent: z__default.ZodObject<{
123163
+ type: z__default.ZodLiteral<"ReactionsSent">;
123164
+ data: z__default.ZodArray<z__default.ZodObject<{
123165
+ messageId: z__default.ZodString;
123166
+ userId: z__default.ZodString;
123167
+ emoji: z__default.ZodString;
123168
+ createdAt: z__default.ZodString;
123169
+ }, "strip", z__default.ZodTypeAny, {
123170
+ createdAt: string;
123171
+ emoji: string;
123172
+ userId: string;
123173
+ messageId: string;
123174
+ }, {
123175
+ createdAt: string;
123176
+ emoji: string;
123177
+ userId: string;
123178
+ messageId: string;
123179
+ }>, "many">;
123180
+ }, "strip", z__default.ZodTypeAny, {
123181
+ type: "ReactionsSent";
123182
+ data: {
123183
+ createdAt: string;
123184
+ emoji: string;
123185
+ userId: string;
123186
+ messageId: string;
123187
+ }[];
123188
+ }, {
123189
+ type: "ReactionsSent";
123190
+ data: {
123191
+ createdAt: string;
123192
+ emoji: string;
123193
+ userId: string;
123194
+ messageId: string;
123195
+ }[];
123196
+ }>;
123197
+ type DTOThreadEventReactionsSent = z__default.infer<typeof DTOThreadEventReactionsSent>;
123198
+ declare const DTOThreadEventReactionsDeleted: z__default.ZodObject<{
123199
+ type: z__default.ZodLiteral<"ReactionsDeleted">;
123200
+ data: z__default.ZodArray<z__default.ZodObject<{
123201
+ messageId: z__default.ZodString;
123202
+ userId: z__default.ZodString;
123203
+ emoji: z__default.ZodString;
123204
+ createdAt: z__default.ZodString;
123205
+ }, "strip", z__default.ZodTypeAny, {
123206
+ createdAt: string;
123207
+ emoji: string;
123208
+ userId: string;
123209
+ messageId: string;
123210
+ }, {
123211
+ createdAt: string;
123212
+ emoji: string;
123213
+ userId: string;
123214
+ messageId: string;
123215
+ }>, "many">;
123216
+ }, "strip", z__default.ZodTypeAny, {
123217
+ type: "ReactionsDeleted";
123218
+ data: {
123219
+ createdAt: string;
123220
+ emoji: string;
123221
+ userId: string;
123222
+ messageId: string;
123223
+ }[];
123224
+ }, {
123225
+ type: "ReactionsDeleted";
123226
+ data: {
123227
+ createdAt: string;
123228
+ emoji: string;
123229
+ userId: string;
123230
+ messageId: string;
123231
+ }[];
123232
+ }>;
123233
+ type DTOThreadEventReactionsDeleted = z__default.infer<typeof DTOThreadEventReactionsDeleted>;
123234
+ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
123235
+ type: z__default.ZodLiteral<"MessagesSent">;
123236
+ data: z__default.ZodArray<z__default.ZodObject<{
123237
+ id: z__default.ZodString;
123238
+ threadId: z__default.ZodString;
123239
+ /**
123240
+ * Describes where the message came from
123241
+ */
123242
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
123243
+ type: z__default.ZodLiteral<"User">;
123244
+ userId: z__default.ZodString;
123245
+ }, "strip", z__default.ZodTypeAny, {
123246
+ type: "User";
123247
+ userId: string;
123248
+ }, {
123249
+ type: "User";
123250
+ userId: string;
123251
+ }>, z__default.ZodObject<{
123252
+ type: z__default.ZodLiteral<"Agent">;
123253
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
123254
+ }, "strip", z__default.ZodTypeAny, {
123255
+ type: "Agent";
123256
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123257
+ }, {
123258
+ type: "Agent";
123259
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123260
+ }>, z__default.ZodObject<{
123261
+ type: z__default.ZodLiteral<"System">;
123262
+ onBehalfOfUserId: z__default.ZodString;
123263
+ }, "strip", z__default.ZodTypeAny, {
123264
+ type: "System";
123265
+ onBehalfOfUserId: string;
123266
+ }, {
123267
+ type: "System";
123268
+ onBehalfOfUserId: string;
123269
+ }>]>;
123270
+ /**
123271
+ * Content of the message
123272
+ */
123273
+ body: z__default.ZodString;
123274
+ /**
123275
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
123276
+ * AI agent to generate a response and perform an action within the feature
123277
+ */
123278
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
123279
+ /**
123280
+ * Indicates if the sender requested agent to reply in a thread
123281
+ */
123282
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
123283
+ /**
123284
+ * If defined, this message is considered to be a reply in a thread under parent message id
123285
+ */
123286
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
123287
+ /**
123288
+ * Link agent response object describing current state of
123289
+ */
123290
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
123291
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
123292
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
123293
+ }, "strip", z__default.ZodTypeAny, {
123294
+ iterationId?: string | undefined;
123295
+ }, {
123296
+ iterationId?: string | undefined;
123297
+ }>>;
123298
+ /**
123299
+ * If defined, this message is considered to be a reply to different message
123300
+ */
123301
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
123302
+ createdAt: z__default.ZodString;
123303
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
123304
+ }, "strip", z__default.ZodTypeAny, {
123305
+ id: string;
123306
+ createdAt: string;
123307
+ sender: {
123308
+ type: "User";
123309
+ userId: string;
123310
+ } | {
123311
+ type: "Agent";
123312
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123313
+ } | {
123314
+ type: "System";
123315
+ onBehalfOfUserId: string;
123316
+ };
123317
+ body: string;
123318
+ threadId: string;
123319
+ updatedAt?: string | undefined;
123320
+ isPrompt?: boolean | undefined;
123321
+ startsNewThread?: boolean | undefined;
123322
+ parentMessageId?: string | undefined;
123323
+ agentResponseTrackerId?: string | null | undefined;
123324
+ attachments?: {
123325
+ iterationId?: string | undefined;
123326
+ } | undefined;
123327
+ replyToMessageId?: string | undefined;
123328
+ }, {
123329
+ id: string;
123330
+ createdAt: string;
123331
+ sender: {
123332
+ type: "User";
123333
+ userId: string;
123334
+ } | {
123335
+ type: "Agent";
123336
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123337
+ } | {
123338
+ type: "System";
123339
+ onBehalfOfUserId: string;
123340
+ };
123341
+ body: string;
123342
+ threadId: string;
123343
+ updatedAt?: string | undefined;
123344
+ isPrompt?: boolean | undefined;
123345
+ startsNewThread?: boolean | undefined;
123346
+ parentMessageId?: string | undefined;
123347
+ agentResponseTrackerId?: string | null | undefined;
123348
+ attachments?: {
123349
+ iterationId?: string | undefined;
123350
+ } | undefined;
123351
+ replyToMessageId?: string | undefined;
123352
+ }>, "many">;
123353
+ }, "strip", z__default.ZodTypeAny, {
123354
+ type: "MessagesSent";
123355
+ data: {
123356
+ id: string;
123357
+ createdAt: string;
123358
+ sender: {
123359
+ type: "User";
123360
+ userId: string;
123361
+ } | {
123362
+ type: "Agent";
123363
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123364
+ } | {
123365
+ type: "System";
123366
+ onBehalfOfUserId: string;
123367
+ };
123368
+ body: string;
123369
+ threadId: string;
123370
+ updatedAt?: string | undefined;
123371
+ isPrompt?: boolean | undefined;
123372
+ startsNewThread?: boolean | undefined;
123373
+ parentMessageId?: string | undefined;
123374
+ agentResponseTrackerId?: string | null | undefined;
123375
+ attachments?: {
123376
+ iterationId?: string | undefined;
123377
+ } | undefined;
123378
+ replyToMessageId?: string | undefined;
123379
+ }[];
123380
+ }, {
123381
+ type: "MessagesSent";
123382
+ data: {
123383
+ id: string;
123384
+ createdAt: string;
123385
+ sender: {
123386
+ type: "User";
123387
+ userId: string;
123388
+ } | {
123389
+ type: "Agent";
123390
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123391
+ } | {
123392
+ type: "System";
123393
+ onBehalfOfUserId: string;
123394
+ };
123395
+ body: string;
123396
+ threadId: string;
123397
+ updatedAt?: string | undefined;
123398
+ isPrompt?: boolean | undefined;
123399
+ startsNewThread?: boolean | undefined;
123400
+ parentMessageId?: string | undefined;
123401
+ agentResponseTrackerId?: string | null | undefined;
123402
+ attachments?: {
123403
+ iterationId?: string | undefined;
123404
+ } | undefined;
123405
+ replyToMessageId?: string | undefined;
123406
+ }[];
123407
+ }>, z__default.ZodObject<{
123408
+ type: z__default.ZodLiteral<"MessagesUpdated">;
123409
+ data: z__default.ZodArray<z__default.ZodObject<{
123410
+ id: z__default.ZodString;
123411
+ threadId: z__default.ZodString;
123412
+ /**
123413
+ * Describes where the message came from
123414
+ */
123415
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
123416
+ type: z__default.ZodLiteral<"User">;
123417
+ userId: z__default.ZodString;
123418
+ }, "strip", z__default.ZodTypeAny, {
123419
+ type: "User";
123420
+ userId: string;
123421
+ }, {
123422
+ type: "User";
123423
+ userId: string;
123424
+ }>, z__default.ZodObject<{
123425
+ type: z__default.ZodLiteral<"Agent">;
123426
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
123427
+ }, "strip", z__default.ZodTypeAny, {
123428
+ type: "Agent";
123429
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123430
+ }, {
123431
+ type: "Agent";
123432
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123433
+ }>, z__default.ZodObject<{
123434
+ type: z__default.ZodLiteral<"System">;
123435
+ onBehalfOfUserId: z__default.ZodString;
123436
+ }, "strip", z__default.ZodTypeAny, {
123437
+ type: "System";
123438
+ onBehalfOfUserId: string;
123439
+ }, {
123440
+ type: "System";
123441
+ onBehalfOfUserId: string;
123442
+ }>]>;
123443
+ /**
123444
+ * Content of the message
123445
+ */
123446
+ body: z__default.ZodString;
123447
+ /**
123448
+ * Indicates if the message was sent in the agentic mode, if so this message will cause an
123449
+ * AI agent to generate a response and perform an action within the feature
123450
+ */
123451
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
123452
+ /**
123453
+ * Indicates if the sender requested agent to reply in a thread
123454
+ */
123455
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
123456
+ /**
123457
+ * If defined, this message is considered to be a reply in a thread under parent message id
123458
+ */
123459
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
123460
+ /**
123461
+ * Link agent response object describing current state of
123462
+ */
123463
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
123464
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
123465
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
123466
+ }, "strip", z__default.ZodTypeAny, {
123467
+ iterationId?: string | undefined;
123468
+ }, {
123469
+ iterationId?: string | undefined;
123470
+ }>>;
123471
+ /**
123472
+ * If defined, this message is considered to be a reply to different message
123473
+ */
123474
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
123475
+ createdAt: z__default.ZodString;
123476
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
123477
+ }, "strip", z__default.ZodTypeAny, {
123478
+ id: string;
123479
+ createdAt: string;
123480
+ sender: {
123481
+ type: "User";
123482
+ userId: string;
123483
+ } | {
123484
+ type: "Agent";
123485
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123486
+ } | {
123487
+ type: "System";
123488
+ onBehalfOfUserId: string;
123489
+ };
123490
+ body: string;
123491
+ threadId: string;
123492
+ updatedAt?: string | undefined;
123493
+ isPrompt?: boolean | undefined;
123494
+ startsNewThread?: boolean | undefined;
123495
+ parentMessageId?: string | undefined;
123496
+ agentResponseTrackerId?: string | null | undefined;
123497
+ attachments?: {
123498
+ iterationId?: string | undefined;
123499
+ } | undefined;
123500
+ replyToMessageId?: string | undefined;
123501
+ }, {
123502
+ id: string;
123503
+ createdAt: string;
123504
+ sender: {
123505
+ type: "User";
123506
+ userId: string;
123507
+ } | {
123508
+ type: "Agent";
123509
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123510
+ } | {
123511
+ type: "System";
123512
+ onBehalfOfUserId: string;
123513
+ };
123514
+ body: string;
123515
+ threadId: string;
123516
+ updatedAt?: string | undefined;
123517
+ isPrompt?: boolean | undefined;
123518
+ startsNewThread?: boolean | undefined;
123519
+ parentMessageId?: string | undefined;
123520
+ agentResponseTrackerId?: string | null | undefined;
123521
+ attachments?: {
123522
+ iterationId?: string | undefined;
123523
+ } | undefined;
123524
+ replyToMessageId?: string | undefined;
123525
+ }>, "many">;
123526
+ }, "strip", z__default.ZodTypeAny, {
123527
+ type: "MessagesUpdated";
123528
+ data: {
123529
+ id: string;
123530
+ createdAt: string;
123531
+ sender: {
123532
+ type: "User";
123533
+ userId: string;
123534
+ } | {
123535
+ type: "Agent";
123536
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123537
+ } | {
123538
+ type: "System";
123539
+ onBehalfOfUserId: string;
123540
+ };
123541
+ body: string;
123542
+ threadId: string;
123543
+ updatedAt?: string | undefined;
123544
+ isPrompt?: boolean | undefined;
123545
+ startsNewThread?: boolean | undefined;
123546
+ parentMessageId?: string | undefined;
123547
+ agentResponseTrackerId?: string | null | undefined;
123548
+ attachments?: {
123549
+ iterationId?: string | undefined;
123550
+ } | undefined;
123551
+ replyToMessageId?: string | undefined;
123552
+ }[];
123553
+ }, {
123554
+ type: "MessagesUpdated";
123555
+ data: {
123556
+ id: string;
123557
+ createdAt: string;
123558
+ sender: {
123559
+ type: "User";
123560
+ userId: string;
123561
+ } | {
123562
+ type: "Agent";
123563
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
123564
+ } | {
123565
+ type: "System";
123566
+ onBehalfOfUserId: string;
123567
+ };
123568
+ body: string;
123569
+ threadId: string;
123570
+ updatedAt?: string | undefined;
123571
+ isPrompt?: boolean | undefined;
123572
+ startsNewThread?: boolean | undefined;
123573
+ parentMessageId?: string | undefined;
123574
+ agentResponseTrackerId?: string | null | undefined;
123575
+ attachments?: {
123576
+ iterationId?: string | undefined;
123577
+ } | undefined;
123578
+ replyToMessageId?: string | undefined;
123579
+ }[];
123580
+ }>, z__default.ZodObject<{
123581
+ type: z__default.ZodLiteral<"ReactionsSent">;
123582
+ data: z__default.ZodArray<z__default.ZodObject<{
123583
+ messageId: z__default.ZodString;
123584
+ userId: z__default.ZodString;
123585
+ emoji: z__default.ZodString;
123586
+ createdAt: z__default.ZodString;
123587
+ }, "strip", z__default.ZodTypeAny, {
123588
+ createdAt: string;
123589
+ emoji: string;
123590
+ userId: string;
123591
+ messageId: string;
123592
+ }, {
123593
+ createdAt: string;
123594
+ emoji: string;
123595
+ userId: string;
123596
+ messageId: string;
123597
+ }>, "many">;
123598
+ }, "strip", z__default.ZodTypeAny, {
123599
+ type: "ReactionsSent";
123600
+ data: {
123601
+ createdAt: string;
123602
+ emoji: string;
123603
+ userId: string;
123604
+ messageId: string;
123605
+ }[];
123606
+ }, {
123607
+ type: "ReactionsSent";
123608
+ data: {
123609
+ createdAt: string;
123610
+ emoji: string;
123611
+ userId: string;
123612
+ messageId: string;
123613
+ }[];
123614
+ }>, z__default.ZodObject<{
123615
+ type: z__default.ZodLiteral<"ReactionsDeleted">;
123616
+ data: z__default.ZodArray<z__default.ZodObject<{
123617
+ messageId: z__default.ZodString;
123618
+ userId: z__default.ZodString;
123619
+ emoji: z__default.ZodString;
123620
+ createdAt: z__default.ZodString;
123621
+ }, "strip", z__default.ZodTypeAny, {
123622
+ createdAt: string;
123623
+ emoji: string;
123624
+ userId: string;
123625
+ messageId: string;
123626
+ }, {
123627
+ createdAt: string;
123628
+ emoji: string;
123629
+ userId: string;
123630
+ messageId: string;
123631
+ }>, "many">;
123632
+ }, "strip", z__default.ZodTypeAny, {
123633
+ type: "ReactionsDeleted";
123634
+ data: {
123635
+ createdAt: string;
123636
+ emoji: string;
123637
+ userId: string;
123638
+ messageId: string;
123639
+ }[];
123640
+ }, {
123641
+ type: "ReactionsDeleted";
123642
+ data: {
123643
+ createdAt: string;
123644
+ emoji: string;
123645
+ userId: string;
123646
+ messageId: string;
123647
+ }[];
123648
+ }>]>;
123649
+ type DTOThreadEvent = z__default.infer<typeof DTOThreadEvent>;
123650
+
121617
123651
  declare const DTOUserOnboardingDepartment: z$1.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
121618
123652
  type DTOUserOnboardingDepartment = z$1.infer<typeof DTOUserOnboardingDepartment>;
121619
123653
  declare const DTOUserOnboardingJobLevel: z$1.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
@@ -141797,6 +143831,7 @@ declare class ForgeProjectFeaturesEndpoint {
141797
143831
  numberOfIterations: number;
141798
143832
  numberOfBookmarkedIterations: number;
141799
143833
  updatedAt?: Date | undefined;
143834
+ threadId?: string | undefined;
141800
143835
  sectionId?: string | undefined;
141801
143836
  isArchived?: boolean | undefined;
141802
143837
  lastReplyTimestamp?: Date | undefined;
@@ -141815,6 +143850,7 @@ declare class ForgeProjectFeaturesEndpoint {
141815
143850
  numberOfIterations: number;
141816
143851
  numberOfBookmarkedIterations: number;
141817
143852
  updatedAt?: Date | undefined;
143853
+ threadId?: string | undefined;
141818
143854
  sectionId?: string | undefined;
141819
143855
  isArchived?: boolean | undefined;
141820
143856
  lastReplyTimestamp?: Date | undefined;
@@ -146188,6 +148224,7 @@ declare function applyProjectActionsLocally(input: Input): {
146188
148224
  sortOrder: number;
146189
148225
  createdByUserId: string;
146190
148226
  projectId: string;
148227
+ threadId?: string | undefined;
146191
148228
  previewUrl?: string | null | undefined;
146192
148229
  iterationId?: string | null | undefined;
146193
148230
  sectionId?: string | undefined;
@@ -146204,6 +148241,7 @@ declare function applyProjectActionsLocally(input: Input): {
146204
148241
  numberOfIterations: number;
146205
148242
  numberOfBookmarkedIterations: number;
146206
148243
  updatedAt?: Date | undefined;
148244
+ threadId?: string | undefined;
146207
148245
  sectionId?: string | undefined;
146208
148246
  isArchived?: boolean | undefined;
146209
148247
  lastReplyTimestamp?: Date | undefined;
@@ -146255,6 +148293,7 @@ declare class LocalProjectActionExecutor {
146255
148293
  sortOrder: number;
146256
148294
  createdByUserId: string;
146257
148295
  projectId: string;
148296
+ threadId?: string | undefined;
146258
148297
  previewUrl?: string | null | undefined;
146259
148298
  iterationId?: string | null | undefined;
146260
148299
  sectionId?: string | undefined;
@@ -146271,6 +148310,7 @@ declare class LocalProjectActionExecutor {
146271
148310
  numberOfIterations: number;
146272
148311
  numberOfBookmarkedIterations: number;
146273
148312
  updatedAt?: Date | undefined;
148313
+ threadId?: string | undefined;
146274
148314
  sectionId?: string | undefined;
146275
148315
  isArchived?: boolean | undefined;
146276
148316
  lastReplyTimestamp?: Date | undefined;
@@ -146382,4 +148422,4 @@ declare function isValidRedirectPath(path: string): {
146382
148422
  reason: ValidationErrorReason | undefined;
146383
148423
  };
146384
148424
 
146385
- 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, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutResponse, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, 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, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, 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 };
148425
+ 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, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutResponse, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, 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, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetType, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetType, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, 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, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageCreateInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, 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 };