@supernova-studio/client 1.57.1 → 1.59.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.mts CHANGED
@@ -140670,27 +140670,21 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
140670
140670
  description: z$1.ZodOptional<z$1.ZodString>;
140671
140671
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
140672
140672
  status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
140673
- publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
140673
+ publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
140674
140674
  userId: z$1.ZodOptional<z$1.ZodString>;
140675
140675
  userName: z$1.ZodOptional<z$1.ZodString>;
140676
140676
  lastPublishedAt: z$1.ZodDate;
140677
- iterationId: z$1.ZodOptional<z$1.ZodString>;
140677
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
140678
140678
  hideSupernovaUI: z$1.ZodBoolean;
140679
140679
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
140680
- }, "strip", z$1.ZodTypeAny, {
140681
- visibility: "Public" | "WorkspaceMembers";
140682
- lastPublishedAt: Date;
140680
+ }, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
140681
+ iterationId: string | null;
140683
140682
  hideSupernovaUI: boolean;
140684
- userId?: string | undefined;
140685
- iterationId?: string | undefined;
140686
- userName?: string | undefined;
140683
+ visibility: "Public" | "WorkspaceMembers";
140687
140684
  }, {
140688
- lastPublishedAt: Date;
140685
+ iterationId: string | null;
140689
140686
  hideSupernovaUI: boolean;
140690
- userId?: string | undefined;
140691
140687
  visibility?: "Public" | "WorkspaceMembers" | undefined;
140692
- iterationId?: string | undefined;
140693
- userName?: string | undefined;
140694
140688
  }>>>;
140695
140689
  }, "strip", z$1.ZodTypeAny, {
140696
140690
  id: string;
@@ -140699,12 +140693,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
140699
140693
  description?: string | undefined;
140700
140694
  isArchived?: boolean | undefined;
140701
140695
  publishedState?: {
140702
- visibility: "Public" | "WorkspaceMembers";
140703
- lastPublishedAt: Date;
140696
+ iterationId: string | null;
140704
140697
  hideSupernovaUI: boolean;
140705
- userId?: string | undefined;
140706
- iterationId?: string | undefined;
140707
- userName?: string | undefined;
140698
+ visibility: "Public" | "WorkspaceMembers";
140708
140699
  } | null | undefined;
140709
140700
  }, {
140710
140701
  id: string;
@@ -140713,12 +140704,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
140713
140704
  description?: string | undefined;
140714
140705
  isArchived?: boolean | undefined;
140715
140706
  publishedState?: {
140716
- lastPublishedAt: Date;
140707
+ iterationId: string | null;
140717
140708
  hideSupernovaUI: boolean;
140718
- userId?: string | undefined;
140719
140709
  visibility?: "Public" | "WorkspaceMembers" | undefined;
140720
- iterationId?: string | undefined;
140721
- userName?: string | undefined;
140722
140710
  } | null | undefined;
140723
140711
  }>;
140724
140712
  }, "strip", z$1.ZodTypeAny, {
@@ -140730,12 +140718,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
140730
140718
  description?: string | undefined;
140731
140719
  isArchived?: boolean | undefined;
140732
140720
  publishedState?: {
140733
- visibility: "Public" | "WorkspaceMembers";
140734
- lastPublishedAt: Date;
140721
+ iterationId: string | null;
140735
140722
  hideSupernovaUI: boolean;
140736
- userId?: string | undefined;
140737
- iterationId?: string | undefined;
140738
- userName?: string | undefined;
140723
+ visibility: "Public" | "WorkspaceMembers";
140739
140724
  } | null | undefined;
140740
140725
  };
140741
140726
  }, {
@@ -140747,12 +140732,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
140747
140732
  description?: string | undefined;
140748
140733
  isArchived?: boolean | undefined;
140749
140734
  publishedState?: {
140750
- lastPublishedAt: Date;
140735
+ iterationId: string | null;
140751
140736
  hideSupernovaUI: boolean;
140752
- userId?: string | undefined;
140753
140737
  visibility?: "Public" | "WorkspaceMembers" | undefined;
140754
- iterationId?: string | undefined;
140755
- userName?: string | undefined;
140756
140738
  } | null | undefined;
140757
140739
  };
140758
140740
  }>;
@@ -141525,27 +141507,21 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
141525
141507
  description: z$1.ZodOptional<z$1.ZodString>;
141526
141508
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
141527
141509
  status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
141528
- publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
141510
+ publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
141529
141511
  userId: z$1.ZodOptional<z$1.ZodString>;
141530
141512
  userName: z$1.ZodOptional<z$1.ZodString>;
141531
141513
  lastPublishedAt: z$1.ZodDate;
141532
- iterationId: z$1.ZodOptional<z$1.ZodString>;
141514
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
141533
141515
  hideSupernovaUI: z$1.ZodBoolean;
141534
141516
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
141535
- }, "strip", z$1.ZodTypeAny, {
141536
- visibility: "Public" | "WorkspaceMembers";
141537
- lastPublishedAt: Date;
141517
+ }, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
141518
+ iterationId: string | null;
141538
141519
  hideSupernovaUI: boolean;
141539
- userId?: string | undefined;
141540
- iterationId?: string | undefined;
141541
- userName?: string | undefined;
141520
+ visibility: "Public" | "WorkspaceMembers";
141542
141521
  }, {
141543
- lastPublishedAt: Date;
141522
+ iterationId: string | null;
141544
141523
  hideSupernovaUI: boolean;
141545
- userId?: string | undefined;
141546
141524
  visibility?: "Public" | "WorkspaceMembers" | undefined;
141547
- iterationId?: string | undefined;
141548
- userName?: string | undefined;
141549
141525
  }>>>;
141550
141526
  }, "strip", z$1.ZodTypeAny, {
141551
141527
  id: string;
@@ -141554,12 +141530,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
141554
141530
  description?: string | undefined;
141555
141531
  isArchived?: boolean | undefined;
141556
141532
  publishedState?: {
141557
- visibility: "Public" | "WorkspaceMembers";
141558
- lastPublishedAt: Date;
141533
+ iterationId: string | null;
141559
141534
  hideSupernovaUI: boolean;
141560
- userId?: string | undefined;
141561
- iterationId?: string | undefined;
141562
- userName?: string | undefined;
141535
+ visibility: "Public" | "WorkspaceMembers";
141563
141536
  } | null | undefined;
141564
141537
  }, {
141565
141538
  id: string;
@@ -141568,12 +141541,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
141568
141541
  description?: string | undefined;
141569
141542
  isArchived?: boolean | undefined;
141570
141543
  publishedState?: {
141571
- lastPublishedAt: Date;
141544
+ iterationId: string | null;
141572
141545
  hideSupernovaUI: boolean;
141573
- userId?: string | undefined;
141574
141546
  visibility?: "Public" | "WorkspaceMembers" | undefined;
141575
- iterationId?: string | undefined;
141576
- userName?: string | undefined;
141577
141547
  } | null | undefined;
141578
141548
  }>;
141579
141549
  }, "strip", z$1.ZodTypeAny, {
@@ -141585,12 +141555,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
141585
141555
  description?: string | undefined;
141586
141556
  isArchived?: boolean | undefined;
141587
141557
  publishedState?: {
141588
- visibility: "Public" | "WorkspaceMembers";
141589
- lastPublishedAt: Date;
141558
+ iterationId: string | null;
141590
141559
  hideSupernovaUI: boolean;
141591
- userId?: string | undefined;
141592
- iterationId?: string | undefined;
141593
- userName?: string | undefined;
141560
+ visibility: "Public" | "WorkspaceMembers";
141594
141561
  } | null | undefined;
141595
141562
  };
141596
141563
  }, {
@@ -141602,12 +141569,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
141602
141569
  description?: string | undefined;
141603
141570
  isArchived?: boolean | undefined;
141604
141571
  publishedState?: {
141605
- lastPublishedAt: Date;
141572
+ iterationId: string | null;
141606
141573
  hideSupernovaUI: boolean;
141607
- userId?: string | undefined;
141608
141574
  visibility?: "Public" | "WorkspaceMembers" | undefined;
141609
- iterationId?: string | undefined;
141610
- userName?: string | undefined;
141611
141575
  } | null | undefined;
141612
141576
  };
141613
141577
  }>, z$1.ZodObject<{
@@ -248632,22 +248596,22 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
248632
248596
  userId: z$1.ZodOptional<z$1.ZodString>;
248633
248597
  userName: z$1.ZodOptional<z$1.ZodString>;
248634
248598
  lastPublishedAt: z$1.ZodDate;
248635
- iterationId: z$1.ZodOptional<z$1.ZodString>;
248599
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
248636
248600
  hideSupernovaUI: z$1.ZodBoolean;
248637
248601
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
248638
248602
  }, "strip", z$1.ZodTypeAny, {
248639
248603
  visibility: "Public" | "WorkspaceMembers";
248604
+ iterationId: string | null;
248640
248605
  lastPublishedAt: Date;
248641
248606
  hideSupernovaUI: boolean;
248642
248607
  userId?: string | undefined;
248643
- iterationId?: string | undefined;
248644
248608
  userName?: string | undefined;
248645
248609
  }, {
248610
+ iterationId: string | null;
248646
248611
  lastPublishedAt: Date;
248647
248612
  hideSupernovaUI: boolean;
248648
248613
  userId?: string | undefined;
248649
248614
  visibility?: "Public" | "WorkspaceMembers" | undefined;
248650
- iterationId?: string | undefined;
248651
248615
  userName?: string | undefined;
248652
248616
  }>>;
248653
248617
  }, "strip", z$1.ZodTypeAny, {
@@ -248682,10 +248646,10 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
248682
248646
  lastReplyTimestamp?: Date | undefined;
248683
248647
  publishedState?: {
248684
248648
  visibility: "Public" | "WorkspaceMembers";
248649
+ iterationId: string | null;
248685
248650
  lastPublishedAt: Date;
248686
248651
  hideSupernovaUI: boolean;
248687
248652
  userId?: string | undefined;
248688
- iterationId?: string | undefined;
248689
248653
  userName?: string | undefined;
248690
248654
  } | undefined;
248691
248655
  }, {
@@ -248719,11 +248683,11 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
248719
248683
  numberOfBookmarkedIterations?: number | undefined;
248720
248684
  lastReplyTimestamp?: Date | undefined;
248721
248685
  publishedState?: {
248686
+ iterationId: string | null;
248722
248687
  lastPublishedAt: Date;
248723
248688
  hideSupernovaUI: boolean;
248724
248689
  userId?: string | undefined;
248725
248690
  visibility?: "Public" | "WorkspaceMembers" | undefined;
248726
- iterationId?: string | undefined;
248727
248691
  userName?: string | undefined;
248728
248692
  } | undefined;
248729
248693
  }>;
@@ -248803,22 +248767,22 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
248803
248767
  userId: z$1.ZodOptional<z$1.ZodString>;
248804
248768
  userName: z$1.ZodOptional<z$1.ZodString>;
248805
248769
  lastPublishedAt: z$1.ZodDate;
248806
- iterationId: z$1.ZodOptional<z$1.ZodString>;
248770
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
248807
248771
  hideSupernovaUI: z$1.ZodBoolean;
248808
248772
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
248809
248773
  }, "strip", z$1.ZodTypeAny, {
248810
248774
  visibility: "Public" | "WorkspaceMembers";
248775
+ iterationId: string | null;
248811
248776
  lastPublishedAt: Date;
248812
248777
  hideSupernovaUI: boolean;
248813
248778
  userId?: string | undefined;
248814
- iterationId?: string | undefined;
248815
248779
  userName?: string | undefined;
248816
248780
  }, {
248781
+ iterationId: string | null;
248817
248782
  lastPublishedAt: Date;
248818
248783
  hideSupernovaUI: boolean;
248819
248784
  userId?: string | undefined;
248820
248785
  visibility?: "Public" | "WorkspaceMembers" | undefined;
248821
- iterationId?: string | undefined;
248822
248786
  userName?: string | undefined;
248823
248787
  }>>;
248824
248788
  }, "strip", z$1.ZodTypeAny, {
@@ -248853,10 +248817,10 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
248853
248817
  lastReplyTimestamp?: Date | undefined;
248854
248818
  publishedState?: {
248855
248819
  visibility: "Public" | "WorkspaceMembers";
248820
+ iterationId: string | null;
248856
248821
  lastPublishedAt: Date;
248857
248822
  hideSupernovaUI: boolean;
248858
248823
  userId?: string | undefined;
248859
- iterationId?: string | undefined;
248860
248824
  userName?: string | undefined;
248861
248825
  } | undefined;
248862
248826
  }, {
@@ -248890,11 +248854,11 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
248890
248854
  numberOfBookmarkedIterations?: number | undefined;
248891
248855
  lastReplyTimestamp?: Date | undefined;
248892
248856
  publishedState?: {
248857
+ iterationId: string | null;
248893
248858
  lastPublishedAt: Date;
248894
248859
  hideSupernovaUI: boolean;
248895
248860
  userId?: string | undefined;
248896
248861
  visibility?: "Public" | "WorkspaceMembers" | undefined;
248897
- iterationId?: string | undefined;
248898
248862
  userName?: string | undefined;
248899
248863
  } | undefined;
248900
248864
  }>, "many">;
@@ -248931,10 +248895,10 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
248931
248895
  lastReplyTimestamp?: Date | undefined;
248932
248896
  publishedState?: {
248933
248897
  visibility: "Public" | "WorkspaceMembers";
248898
+ iterationId: string | null;
248934
248899
  lastPublishedAt: Date;
248935
248900
  hideSupernovaUI: boolean;
248936
248901
  userId?: string | undefined;
248937
- iterationId?: string | undefined;
248938
248902
  userName?: string | undefined;
248939
248903
  } | undefined;
248940
248904
  }[];
@@ -248970,11 +248934,11 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
248970
248934
  numberOfBookmarkedIterations?: number | undefined;
248971
248935
  lastReplyTimestamp?: Date | undefined;
248972
248936
  publishedState?: {
248937
+ iterationId: string | null;
248973
248938
  lastPublishedAt: Date;
248974
248939
  hideSupernovaUI: boolean;
248975
248940
  userId?: string | undefined;
248976
248941
  visibility?: "Public" | "WorkspaceMembers" | undefined;
248977
- iterationId?: string | undefined;
248978
248942
  userName?: string | undefined;
248979
248943
  } | undefined;
248980
248944
  }[];
@@ -249191,27 +249155,21 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
249191
249155
  /**
249192
249156
  * Sending null will result in feature unpublish
249193
249157
  */
249194
- publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
249158
+ publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
249195
249159
  userId: z$1.ZodOptional<z$1.ZodString>;
249196
249160
  userName: z$1.ZodOptional<z$1.ZodString>;
249197
249161
  lastPublishedAt: z$1.ZodDate;
249198
- iterationId: z$1.ZodOptional<z$1.ZodString>;
249162
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
249199
249163
  hideSupernovaUI: z$1.ZodBoolean;
249200
249164
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
249201
- }, "strip", z$1.ZodTypeAny, {
249202
- visibility: "Public" | "WorkspaceMembers";
249203
- lastPublishedAt: Date;
249165
+ }, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
249166
+ iterationId: string | null;
249204
249167
  hideSupernovaUI: boolean;
249205
- userId?: string | undefined;
249206
- iterationId?: string | undefined;
249207
- userName?: string | undefined;
249168
+ visibility: "Public" | "WorkspaceMembers";
249208
249169
  }, {
249209
- lastPublishedAt: Date;
249170
+ iterationId: string | null;
249210
249171
  hideSupernovaUI: boolean;
249211
- userId?: string | undefined;
249212
249172
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249213
- iterationId?: string | undefined;
249214
- userName?: string | undefined;
249215
249173
  }>>>;
249216
249174
  }, "strip", z$1.ZodTypeAny, {
249217
249175
  id: string;
@@ -249220,12 +249178,9 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
249220
249178
  description?: string | undefined;
249221
249179
  isArchived?: boolean | undefined;
249222
249180
  publishedState?: {
249223
- visibility: "Public" | "WorkspaceMembers";
249224
- lastPublishedAt: Date;
249181
+ iterationId: string | null;
249225
249182
  hideSupernovaUI: boolean;
249226
- userId?: string | undefined;
249227
- iterationId?: string | undefined;
249228
- userName?: string | undefined;
249183
+ visibility: "Public" | "WorkspaceMembers";
249229
249184
  } | null | undefined;
249230
249185
  }, {
249231
249186
  id: string;
@@ -249234,12 +249189,9 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
249234
249189
  description?: string | undefined;
249235
249190
  isArchived?: boolean | undefined;
249236
249191
  publishedState?: {
249237
- lastPublishedAt: Date;
249192
+ iterationId: string | null;
249238
249193
  hideSupernovaUI: boolean;
249239
- userId?: string | undefined;
249240
249194
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249241
- iterationId?: string | undefined;
249242
- userName?: string | undefined;
249243
249195
  } | null | undefined;
249244
249196
  }>;
249245
249197
  type DTOForgeProjectFeatureUpdateInput = z$1.infer<typeof DTOForgeProjectFeatureUpdateInput>;
@@ -249348,22 +249300,22 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
249348
249300
  userId: z$1.ZodOptional<z$1.ZodString>;
249349
249301
  userName: z$1.ZodOptional<z$1.ZodString>;
249350
249302
  lastPublishedAt: z$1.ZodDate;
249351
- iterationId: z$1.ZodOptional<z$1.ZodString>;
249303
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
249352
249304
  hideSupernovaUI: z$1.ZodBoolean;
249353
249305
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
249354
249306
  }, "strip", z$1.ZodTypeAny, {
249355
249307
  visibility: "Public" | "WorkspaceMembers";
249308
+ iterationId: string | null;
249356
249309
  lastPublishedAt: Date;
249357
249310
  hideSupernovaUI: boolean;
249358
249311
  userId?: string | undefined;
249359
- iterationId?: string | undefined;
249360
249312
  userName?: string | undefined;
249361
249313
  }, {
249314
+ iterationId: string | null;
249362
249315
  lastPublishedAt: Date;
249363
249316
  hideSupernovaUI: boolean;
249364
249317
  userId?: string | undefined;
249365
249318
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249366
- iterationId?: string | undefined;
249367
249319
  userName?: string | undefined;
249368
249320
  }>>;
249369
249321
  }, "strip", z$1.ZodTypeAny, {
@@ -249398,10 +249350,10 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
249398
249350
  lastReplyTimestamp?: Date | undefined;
249399
249351
  publishedState?: {
249400
249352
  visibility: "Public" | "WorkspaceMembers";
249353
+ iterationId: string | null;
249401
249354
  lastPublishedAt: Date;
249402
249355
  hideSupernovaUI: boolean;
249403
249356
  userId?: string | undefined;
249404
- iterationId?: string | undefined;
249405
249357
  userName?: string | undefined;
249406
249358
  } | undefined;
249407
249359
  }, {
@@ -249435,11 +249387,11 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
249435
249387
  numberOfBookmarkedIterations?: number | undefined;
249436
249388
  lastReplyTimestamp?: Date | undefined;
249437
249389
  publishedState?: {
249390
+ iterationId: string | null;
249438
249391
  lastPublishedAt: Date;
249439
249392
  hideSupernovaUI: boolean;
249440
249393
  userId?: string | undefined;
249441
249394
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249442
- iterationId?: string | undefined;
249443
249395
  userName?: string | undefined;
249444
249396
  } | undefined;
249445
249397
  }>;
@@ -249476,10 +249428,10 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
249476
249428
  lastReplyTimestamp?: Date | undefined;
249477
249429
  publishedState?: {
249478
249430
  visibility: "Public" | "WorkspaceMembers";
249431
+ iterationId: string | null;
249479
249432
  lastPublishedAt: Date;
249480
249433
  hideSupernovaUI: boolean;
249481
249434
  userId?: string | undefined;
249482
- iterationId?: string | undefined;
249483
249435
  userName?: string | undefined;
249484
249436
  } | undefined;
249485
249437
  };
@@ -249515,11 +249467,11 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
249515
249467
  numberOfBookmarkedIterations?: number | undefined;
249516
249468
  lastReplyTimestamp?: Date | undefined;
249517
249469
  publishedState?: {
249470
+ iterationId: string | null;
249518
249471
  lastPublishedAt: Date;
249519
249472
  hideSupernovaUI: boolean;
249520
249473
  userId?: string | undefined;
249521
249474
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249522
- iterationId?: string | undefined;
249523
249475
  userName?: string | undefined;
249524
249476
  } | undefined;
249525
249477
  };
@@ -249535,16 +249487,16 @@ declare const DTOForgeProjectPublishedFeature: z$1.ZodObject<{
249535
249487
  }, "strip", z$1.ZodTypeAny, {
249536
249488
  projectId: string;
249537
249489
  staticPreviewUrl: string;
249490
+ hideSupernovaUI: boolean;
249538
249491
  featureName: string;
249539
249492
  iterationName: string;
249540
- hideSupernovaUI: boolean;
249541
249493
  thumbnailUrl?: string | undefined;
249542
249494
  }, {
249543
249495
  projectId: string;
249544
249496
  staticPreviewUrl: string;
249497
+ hideSupernovaUI: boolean;
249545
249498
  featureName: string;
249546
249499
  iterationName: string;
249547
- hideSupernovaUI: boolean;
249548
249500
  thumbnailUrl?: string | undefined;
249549
249501
  }>;
249550
249502
  type DTOForgeProjectPublishedFeature = z$1.infer<typeof DTOForgeProjectPublishedFeature>;
@@ -249559,59 +249511,53 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
249559
249511
  }, "strip", z$1.ZodTypeAny, {
249560
249512
  projectId: string;
249561
249513
  staticPreviewUrl: string;
249514
+ hideSupernovaUI: boolean;
249562
249515
  featureName: string;
249563
249516
  iterationName: string;
249564
- hideSupernovaUI: boolean;
249565
249517
  thumbnailUrl?: string | undefined;
249566
249518
  }, {
249567
249519
  projectId: string;
249568
249520
  staticPreviewUrl: string;
249521
+ hideSupernovaUI: boolean;
249569
249522
  featureName: string;
249570
249523
  iterationName: string;
249571
- hideSupernovaUI: boolean;
249572
249524
  thumbnailUrl?: string | undefined;
249573
249525
  }>;
249574
249526
  }, "strip", z$1.ZodTypeAny, {
249575
249527
  publishedFeature: {
249576
249528
  projectId: string;
249577
249529
  staticPreviewUrl: string;
249530
+ hideSupernovaUI: boolean;
249578
249531
  featureName: string;
249579
249532
  iterationName: string;
249580
- hideSupernovaUI: boolean;
249581
249533
  thumbnailUrl?: string | undefined;
249582
249534
  };
249583
249535
  }, {
249584
249536
  publishedFeature: {
249585
249537
  projectId: string;
249586
249538
  staticPreviewUrl: string;
249539
+ hideSupernovaUI: boolean;
249587
249540
  featureName: string;
249588
249541
  iterationName: string;
249589
- hideSupernovaUI: boolean;
249590
249542
  thumbnailUrl?: string | undefined;
249591
249543
  };
249592
249544
  }>;
249593
249545
  type DTOForgeProjectPublishedFeatureGetResponse = z$1.infer<typeof DTOForgeProjectPublishedFeatureGetResponse>;
249594
- declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
249546
+ declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<Pick<{
249595
249547
  userId: z$1.ZodOptional<z$1.ZodString>;
249596
249548
  userName: z$1.ZodOptional<z$1.ZodString>;
249597
249549
  lastPublishedAt: z$1.ZodDate;
249598
- iterationId: z$1.ZodOptional<z$1.ZodString>;
249550
+ iterationId: z$1.ZodNullable<z$1.ZodString>;
249599
249551
  hideSupernovaUI: z$1.ZodBoolean;
249600
249552
  visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
249601
- }, "strip", z$1.ZodTypeAny, {
249602
- visibility: "Public" | "WorkspaceMembers";
249603
- lastPublishedAt: Date;
249553
+ }, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
249554
+ iterationId: string | null;
249604
249555
  hideSupernovaUI: boolean;
249605
- userId?: string | undefined;
249606
- iterationId?: string | undefined;
249607
- userName?: string | undefined;
249556
+ visibility: "Public" | "WorkspaceMembers";
249608
249557
  }, {
249609
- lastPublishedAt: Date;
249558
+ iterationId: string | null;
249610
249559
  hideSupernovaUI: boolean;
249611
- userId?: string | undefined;
249612
249560
  visibility?: "Public" | "WorkspaceMembers" | undefined;
249613
- iterationId?: string | undefined;
249614
- userName?: string | undefined;
249615
249561
  }>;
249616
249562
  type DTOForgeProjectFeaturePublishedState = z$1.infer<typeof DTOForgeProjectFeaturePublishedState>;
249617
249563
  declare const DTOFeatureArtifactListQuery: z$1.ZodObject<{
@@ -337655,6 +337601,74 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
337655
337601
  payload: {
337656
337602
  contextId: number;
337657
337603
  };
337604
+ }>, z.ZodObject<{
337605
+ type: z.ZodLiteral<"FeaturePublished">;
337606
+ payload: z.ZodObject<{
337607
+ featureId: z.ZodString;
337608
+ featureName: z.ZodString;
337609
+ iterationId: z.ZodString;
337610
+ iterationName: z.ZodString;
337611
+ }, "strip", z.ZodTypeAny, {
337612
+ iterationId: string;
337613
+ featureId: string;
337614
+ featureName: string;
337615
+ iterationName: string;
337616
+ }, {
337617
+ iterationId: string;
337618
+ featureId: string;
337619
+ featureName: string;
337620
+ iterationName: string;
337621
+ }>;
337622
+ }, "strip", z.ZodTypeAny, {
337623
+ type: "FeaturePublished";
337624
+ payload: {
337625
+ iterationId: string;
337626
+ featureId: string;
337627
+ featureName: string;
337628
+ iterationName: string;
337629
+ };
337630
+ }, {
337631
+ type: "FeaturePublished";
337632
+ payload: {
337633
+ iterationId: string;
337634
+ featureId: string;
337635
+ featureName: string;
337636
+ iterationName: string;
337637
+ };
337638
+ }>, z.ZodObject<{
337639
+ type: z.ZodLiteral<"FeatureUnpublished">;
337640
+ payload: z.ZodObject<{
337641
+ featureId: z.ZodString;
337642
+ featureName: z.ZodString;
337643
+ iterationId: z.ZodString;
337644
+ iterationName: z.ZodString;
337645
+ }, "strip", z.ZodTypeAny, {
337646
+ iterationId: string;
337647
+ featureId: string;
337648
+ featureName: string;
337649
+ iterationName: string;
337650
+ }, {
337651
+ iterationId: string;
337652
+ featureId: string;
337653
+ featureName: string;
337654
+ iterationName: string;
337655
+ }>;
337656
+ }, "strip", z.ZodTypeAny, {
337657
+ type: "FeatureUnpublished";
337658
+ payload: {
337659
+ iterationId: string;
337660
+ featureId: string;
337661
+ featureName: string;
337662
+ iterationName: string;
337663
+ };
337664
+ }, {
337665
+ type: "FeatureUnpublished";
337666
+ payload: {
337667
+ iterationId: string;
337668
+ featureId: string;
337669
+ featureName: string;
337670
+ iterationName: string;
337671
+ };
337658
337672
  }>]>, z.ZodObject<{
337659
337673
  id: z.ZodString;
337660
337674
  projectId: z.ZodString;
@@ -338041,6 +338055,74 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
338041
338055
  payload: {
338042
338056
  contextId: number;
338043
338057
  };
338058
+ }>, z.ZodObject<{
338059
+ type: z.ZodLiteral<"FeaturePublished">;
338060
+ payload: z.ZodObject<{
338061
+ featureId: z.ZodString;
338062
+ featureName: z.ZodString;
338063
+ iterationId: z.ZodString;
338064
+ iterationName: z.ZodString;
338065
+ }, "strip", z.ZodTypeAny, {
338066
+ iterationId: string;
338067
+ featureId: string;
338068
+ featureName: string;
338069
+ iterationName: string;
338070
+ }, {
338071
+ iterationId: string;
338072
+ featureId: string;
338073
+ featureName: string;
338074
+ iterationName: string;
338075
+ }>;
338076
+ }, "strip", z.ZodTypeAny, {
338077
+ type: "FeaturePublished";
338078
+ payload: {
338079
+ iterationId: string;
338080
+ featureId: string;
338081
+ featureName: string;
338082
+ iterationName: string;
338083
+ };
338084
+ }, {
338085
+ type: "FeaturePublished";
338086
+ payload: {
338087
+ iterationId: string;
338088
+ featureId: string;
338089
+ featureName: string;
338090
+ iterationName: string;
338091
+ };
338092
+ }>, z.ZodObject<{
338093
+ type: z.ZodLiteral<"FeatureUnpublished">;
338094
+ payload: z.ZodObject<{
338095
+ featureId: z.ZodString;
338096
+ featureName: z.ZodString;
338097
+ iterationId: z.ZodString;
338098
+ iterationName: z.ZodString;
338099
+ }, "strip", z.ZodTypeAny, {
338100
+ iterationId: string;
338101
+ featureId: string;
338102
+ featureName: string;
338103
+ iterationName: string;
338104
+ }, {
338105
+ iterationId: string;
338106
+ featureId: string;
338107
+ featureName: string;
338108
+ iterationName: string;
338109
+ }>;
338110
+ }, "strip", z.ZodTypeAny, {
338111
+ type: "FeatureUnpublished";
338112
+ payload: {
338113
+ iterationId: string;
338114
+ featureId: string;
338115
+ featureName: string;
338116
+ iterationName: string;
338117
+ };
338118
+ }, {
338119
+ type: "FeatureUnpublished";
338120
+ payload: {
338121
+ iterationId: string;
338122
+ featureId: string;
338123
+ featureName: string;
338124
+ iterationName: string;
338125
+ };
338044
338126
  }>]>, z.ZodObject<{
338045
338127
  id: z.ZodString;
338046
338128
  projectId: z.ZodString;
@@ -338445,6 +338527,74 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
338445
338527
  payload: {
338446
338528
  contextId: number;
338447
338529
  };
338530
+ }>, z.ZodObject<{
338531
+ type: z.ZodLiteral<"FeaturePublished">;
338532
+ payload: z.ZodObject<{
338533
+ featureId: z.ZodString;
338534
+ featureName: z.ZodString;
338535
+ iterationId: z.ZodString;
338536
+ iterationName: z.ZodString;
338537
+ }, "strip", z.ZodTypeAny, {
338538
+ iterationId: string;
338539
+ featureId: string;
338540
+ featureName: string;
338541
+ iterationName: string;
338542
+ }, {
338543
+ iterationId: string;
338544
+ featureId: string;
338545
+ featureName: string;
338546
+ iterationName: string;
338547
+ }>;
338548
+ }, "strip", z.ZodTypeAny, {
338549
+ type: "FeaturePublished";
338550
+ payload: {
338551
+ iterationId: string;
338552
+ featureId: string;
338553
+ featureName: string;
338554
+ iterationName: string;
338555
+ };
338556
+ }, {
338557
+ type: "FeaturePublished";
338558
+ payload: {
338559
+ iterationId: string;
338560
+ featureId: string;
338561
+ featureName: string;
338562
+ iterationName: string;
338563
+ };
338564
+ }>, z.ZodObject<{
338565
+ type: z.ZodLiteral<"FeatureUnpublished">;
338566
+ payload: z.ZodObject<{
338567
+ featureId: z.ZodString;
338568
+ featureName: z.ZodString;
338569
+ iterationId: z.ZodString;
338570
+ iterationName: z.ZodString;
338571
+ }, "strip", z.ZodTypeAny, {
338572
+ iterationId: string;
338573
+ featureId: string;
338574
+ featureName: string;
338575
+ iterationName: string;
338576
+ }, {
338577
+ iterationId: string;
338578
+ featureId: string;
338579
+ featureName: string;
338580
+ iterationName: string;
338581
+ }>;
338582
+ }, "strip", z.ZodTypeAny, {
338583
+ type: "FeatureUnpublished";
338584
+ payload: {
338585
+ iterationId: string;
338586
+ featureId: string;
338587
+ featureName: string;
338588
+ iterationName: string;
338589
+ };
338590
+ }, {
338591
+ type: "FeatureUnpublished";
338592
+ payload: {
338593
+ iterationId: string;
338594
+ featureId: string;
338595
+ featureName: string;
338596
+ iterationName: string;
338597
+ };
338448
338598
  }>]>, z.ZodObject<{
338449
338599
  id: z.ZodString;
338450
338600
  projectId: z.ZodString;
@@ -338564,6 +338714,22 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
338564
338714
  payload: {
338565
338715
  contextId: number;
338566
338716
  };
338717
+ } | {
338718
+ type: "FeaturePublished";
338719
+ payload: {
338720
+ iterationId: string;
338721
+ featureId: string;
338722
+ featureName: string;
338723
+ iterationName: string;
338724
+ };
338725
+ } | {
338726
+ type: "FeatureUnpublished";
338727
+ payload: {
338728
+ iterationId: string;
338729
+ featureId: string;
338730
+ featureName: string;
338731
+ iterationName: string;
338732
+ };
338567
338733
  }) & {
338568
338734
  id: string;
338569
338735
  createdAt: Date;
@@ -338665,6 +338831,22 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
338665
338831
  payload: {
338666
338832
  contextId: number;
338667
338833
  };
338834
+ } | {
338835
+ type: "FeaturePublished";
338836
+ payload: {
338837
+ iterationId: string;
338838
+ featureId: string;
338839
+ featureName: string;
338840
+ iterationName: string;
338841
+ };
338842
+ } | {
338843
+ type: "FeatureUnpublished";
338844
+ payload: {
338845
+ iterationId: string;
338846
+ featureId: string;
338847
+ featureName: string;
338848
+ iterationName: string;
338849
+ };
338668
338850
  }) & {
338669
338851
  id: string;
338670
338852
  createdAt: Date;
@@ -338677,7 +338859,7 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
338677
338859
  })[];
338678
338860
  }>;
338679
338861
  type DTOTrailEventListResponse = z.infer<typeof DTOTrailEventListResponse>;
338680
- declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "FeatureArchived", "DocumentCreated", "DocumentDeleted", "DocumentUpdated", "DocumentCommentSent", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
338862
+ declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "FeatureArchived", "DocumentCreated", "DocumentDeleted", "DocumentUpdated", "DocumentCommentSent", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived", "FeaturePublished", "FeatureUnpublished"]>;
338681
338863
  type DTOTrailEventType = z.infer<typeof DTOTrailEventType>;
338682
338864
  declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
338683
338865
  type: z.ZodLiteral<"IterationCreated">;
@@ -339045,6 +339227,74 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
339045
339227
  payload: {
339046
339228
  contextId: number;
339047
339229
  };
339230
+ }>, z.ZodObject<{
339231
+ type: z.ZodLiteral<"FeaturePublished">;
339232
+ payload: z.ZodObject<{
339233
+ featureId: z.ZodString;
339234
+ featureName: z.ZodString;
339235
+ iterationId: z.ZodString;
339236
+ iterationName: z.ZodString;
339237
+ }, "strip", z.ZodTypeAny, {
339238
+ iterationId: string;
339239
+ featureId: string;
339240
+ featureName: string;
339241
+ iterationName: string;
339242
+ }, {
339243
+ iterationId: string;
339244
+ featureId: string;
339245
+ featureName: string;
339246
+ iterationName: string;
339247
+ }>;
339248
+ }, "strip", z.ZodTypeAny, {
339249
+ type: "FeaturePublished";
339250
+ payload: {
339251
+ iterationId: string;
339252
+ featureId: string;
339253
+ featureName: string;
339254
+ iterationName: string;
339255
+ };
339256
+ }, {
339257
+ type: "FeaturePublished";
339258
+ payload: {
339259
+ iterationId: string;
339260
+ featureId: string;
339261
+ featureName: string;
339262
+ iterationName: string;
339263
+ };
339264
+ }>, z.ZodObject<{
339265
+ type: z.ZodLiteral<"FeatureUnpublished">;
339266
+ payload: z.ZodObject<{
339267
+ featureId: z.ZodString;
339268
+ featureName: z.ZodString;
339269
+ iterationId: z.ZodString;
339270
+ iterationName: z.ZodString;
339271
+ }, "strip", z.ZodTypeAny, {
339272
+ iterationId: string;
339273
+ featureId: string;
339274
+ featureName: string;
339275
+ iterationName: string;
339276
+ }, {
339277
+ iterationId: string;
339278
+ featureId: string;
339279
+ featureName: string;
339280
+ iterationName: string;
339281
+ }>;
339282
+ }, "strip", z.ZodTypeAny, {
339283
+ type: "FeatureUnpublished";
339284
+ payload: {
339285
+ iterationId: string;
339286
+ featureId: string;
339287
+ featureName: string;
339288
+ iterationName: string;
339289
+ };
339290
+ }, {
339291
+ type: "FeatureUnpublished";
339292
+ payload: {
339293
+ iterationId: string;
339294
+ featureId: string;
339295
+ featureName: string;
339296
+ iterationName: string;
339297
+ };
339048
339298
  }>]>, z.ZodObject<Omit<{
339049
339299
  id: z.ZodString;
339050
339300
  projectId: z.ZodString;
@@ -361676,10 +361926,10 @@ declare class ForgeProjectFeaturesEndpoint {
361676
361926
  lastReplyTimestamp?: Date | undefined;
361677
361927
  publishedState?: {
361678
361928
  visibility: "Public" | "WorkspaceMembers";
361929
+ iterationId: string | null;
361679
361930
  lastPublishedAt: Date;
361680
361931
  hideSupernovaUI: boolean;
361681
361932
  userId?: string | undefined;
361682
- iterationId?: string | undefined;
361683
361933
  userName?: string | undefined;
361684
361934
  } | undefined;
361685
361935
  }[];
@@ -361717,10 +361967,10 @@ declare class ForgeProjectFeaturesEndpoint {
361717
361967
  lastReplyTimestamp?: Date | undefined;
361718
361968
  publishedState?: {
361719
361969
  visibility: "Public" | "WorkspaceMembers";
361970
+ iterationId: string | null;
361720
361971
  lastPublishedAt: Date;
361721
361972
  hideSupernovaUI: boolean;
361722
361973
  userId?: string | undefined;
361723
- iterationId?: string | undefined;
361724
361974
  userName?: string | undefined;
361725
361975
  } | undefined;
361726
361976
  };
@@ -361758,10 +362008,10 @@ declare class ForgeProjectFeaturesEndpoint {
361758
362008
  lastReplyTimestamp?: Date | undefined;
361759
362009
  publishedState?: {
361760
362010
  visibility: "Public" | "WorkspaceMembers";
362011
+ iterationId: string | null;
361761
362012
  lastPublishedAt: Date;
361762
362013
  hideSupernovaUI: boolean;
361763
362014
  userId?: string | undefined;
361764
- iterationId?: string | undefined;
361765
362015
  userName?: string | undefined;
361766
362016
  } | undefined;
361767
362017
  };
@@ -375077,10 +375327,10 @@ declare function applyProjectActionsLocally(input: Input): {
375077
375327
  lastReplyTimestamp?: Date | undefined;
375078
375328
  publishedState?: {
375079
375329
  visibility: "Public" | "WorkspaceMembers";
375330
+ iterationId: string | null;
375080
375331
  lastPublishedAt: Date;
375081
375332
  hideSupernovaUI: boolean;
375082
375333
  userId?: string | undefined;
375083
- iterationId?: string | undefined;
375084
375334
  userName?: string | undefined;
375085
375335
  } | undefined;
375086
375336
  }[];
@@ -375181,10 +375431,10 @@ declare class LocalProjectActionExecutor {
375181
375431
  lastReplyTimestamp?: Date | undefined;
375182
375432
  publishedState?: {
375183
375433
  visibility: "Public" | "WorkspaceMembers";
375434
+ iterationId: string | null;
375184
375435
  lastPublishedAt: Date;
375185
375436
  hideSupernovaUI: boolean;
375186
375437
  userId?: string | undefined;
375187
- iterationId?: string | undefined;
375188
375438
  userName?: string | undefined;
375189
375439
  } | undefined;
375190
375440
  }[];