@supernova-studio/client 1.46.6 → 1.47.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
@@ -83033,24 +83033,29 @@ declare const DTOForgeProjectActionArtifactUpdate: z$1.ZodObject<{
83033
83033
  input: z$1.ZodObject<{
83034
83034
  id: z$1.ZodString;
83035
83035
  title: z$1.ZodOptional<z$1.ZodString>;
83036
+ isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
83036
83037
  }, "strip", z$1.ZodTypeAny, {
83037
83038
  id: string;
83038
83039
  title?: string | undefined;
83040
+ isArchived?: boolean | undefined;
83039
83041
  }, {
83040
83042
  id: string;
83041
83043
  title?: string | undefined;
83044
+ isArchived?: boolean | undefined;
83042
83045
  }>;
83043
83046
  }, "strip", z$1.ZodTypeAny, {
83044
83047
  type: "ArtifactUpdate";
83045
83048
  input: {
83046
83049
  id: string;
83047
83050
  title?: string | undefined;
83051
+ isArchived?: boolean | undefined;
83048
83052
  };
83049
83053
  }, {
83050
83054
  type: "ArtifactUpdate";
83051
83055
  input: {
83052
83056
  id: string;
83053
83057
  title?: string | undefined;
83058
+ isArchived?: boolean | undefined;
83054
83059
  };
83055
83060
  }>;
83056
83061
  type DTOForgeProjectActionArtifactUpdate = z$1.infer<typeof DTOForgeProjectActionArtifactUpdate>;
@@ -83819,24 +83824,29 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
83819
83824
  input: z$1.ZodObject<{
83820
83825
  id: z$1.ZodString;
83821
83826
  title: z$1.ZodOptional<z$1.ZodString>;
83827
+ isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
83822
83828
  }, "strip", z$1.ZodTypeAny, {
83823
83829
  id: string;
83824
83830
  title?: string | undefined;
83831
+ isArchived?: boolean | undefined;
83825
83832
  }, {
83826
83833
  id: string;
83827
83834
  title?: string | undefined;
83835
+ isArchived?: boolean | undefined;
83828
83836
  }>;
83829
83837
  }, "strip", z$1.ZodTypeAny, {
83830
83838
  type: "ArtifactUpdate";
83831
83839
  input: {
83832
83840
  id: string;
83833
83841
  title?: string | undefined;
83842
+ isArchived?: boolean | undefined;
83834
83843
  };
83835
83844
  }, {
83836
83845
  type: "ArtifactUpdate";
83837
83846
  input: {
83838
83847
  id: string;
83839
83848
  title?: string | undefined;
83849
+ isArchived?: boolean | undefined;
83840
83850
  };
83841
83851
  }>, z$1.ZodObject<{
83842
83852
  type: z$1.ZodLiteral<"ArtifactDelete">;
@@ -84120,6 +84130,7 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
84120
84130
  renderMode: "Image" | "HTML" | "JSON";
84121
84131
  } | undefined;
84122
84132
  }>>;
84133
+ isArchived: z.ZodDefault<z.ZodBoolean>;
84123
84134
  }, "strip", z.ZodTypeAny, {
84124
84135
  id: string;
84125
84136
  createdAt: Date;
@@ -84128,6 +84139,7 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
84128
84139
  sortOrder: number;
84129
84140
  createdByUserId: string;
84130
84141
  projectId: string;
84142
+ isArchived: boolean;
84131
84143
  threadId?: string | undefined;
84132
84144
  previewUrl?: string | null | undefined;
84133
84145
  thumbnail?: {
@@ -84168,17 +84180,21 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
84168
84180
  } | undefined;
84169
84181
  iterationId?: string | null | undefined;
84170
84182
  sectionId?: string | undefined;
84183
+ isArchived?: boolean | undefined;
84171
84184
  }>;
84172
84185
  type DTOForgeProjectArtifact = z.infer<typeof DTOForgeProjectArtifact>;
84173
84186
  declare const DTOForgeProjectArtifactUpdateInput: z.ZodObject<{
84174
84187
  id: z.ZodString;
84175
84188
  title: z.ZodOptional<z.ZodString>;
84189
+ isArchived: z.ZodOptional<z.ZodBoolean>;
84176
84190
  }, "strip", z.ZodTypeAny, {
84177
84191
  id: string;
84178
84192
  title?: string | undefined;
84193
+ isArchived?: boolean | undefined;
84179
84194
  }, {
84180
84195
  id: string;
84181
84196
  title?: string | undefined;
84197
+ isArchived?: boolean | undefined;
84182
84198
  }>;
84183
84199
  type DTOForgeProjectArtifactUpdateInput = z.infer<typeof DTOForgeProjectArtifactUpdateInput>;
84184
84200
  declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
@@ -84466,6 +84482,7 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
84466
84482
  renderMode: "Image" | "HTML" | "JSON";
84467
84483
  } | undefined;
84468
84484
  }>>;
84485
+ isArchived: z.ZodDefault<z.ZodBoolean>;
84469
84486
  }, "strip", z.ZodTypeAny, {
84470
84487
  id: string;
84471
84488
  createdAt: Date;
@@ -84474,6 +84491,7 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
84474
84491
  sortOrder: number;
84475
84492
  createdByUserId: string;
84476
84493
  projectId: string;
84494
+ isArchived: boolean;
84477
84495
  threadId?: string | undefined;
84478
84496
  previewUrl?: string | null | undefined;
84479
84497
  thumbnail?: {
@@ -84514,6 +84532,7 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
84514
84532
  } | undefined;
84515
84533
  iterationId?: string | null | undefined;
84516
84534
  sectionId?: string | undefined;
84535
+ isArchived?: boolean | undefined;
84517
84536
  }>;
84518
84537
  }, "strip", z.ZodTypeAny, {
84519
84538
  artifact: {
@@ -84524,6 +84543,7 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
84524
84543
  sortOrder: number;
84525
84544
  createdByUserId: string;
84526
84545
  projectId: string;
84546
+ isArchived: boolean;
84527
84547
  threadId?: string | undefined;
84528
84548
  previewUrl?: string | null | undefined;
84529
84549
  thumbnail?: {
@@ -84566,6 +84586,7 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
84566
84586
  } | undefined;
84567
84587
  iterationId?: string | null | undefined;
84568
84588
  sectionId?: string | undefined;
84589
+ isArchived?: boolean | undefined;
84569
84590
  };
84570
84591
  }>;
84571
84592
  type DTOForgeProjectArtifactGetResponse = z.infer<typeof DTOForgeProjectArtifactGetResponse>;
@@ -84634,6 +84655,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
84634
84655
  renderMode: "Image" | "HTML" | "JSON";
84635
84656
  } | undefined;
84636
84657
  }>>;
84658
+ isArchived: z.ZodDefault<z.ZodBoolean>;
84637
84659
  }, "strip", z.ZodTypeAny, {
84638
84660
  id: string;
84639
84661
  createdAt: Date;
@@ -84642,6 +84664,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
84642
84664
  sortOrder: number;
84643
84665
  createdByUserId: string;
84644
84666
  projectId: string;
84667
+ isArchived: boolean;
84645
84668
  threadId?: string | undefined;
84646
84669
  previewUrl?: string | null | undefined;
84647
84670
  thumbnail?: {
@@ -84682,6 +84705,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
84682
84705
  } | undefined;
84683
84706
  iterationId?: string | null | undefined;
84684
84707
  sectionId?: string | undefined;
84708
+ isArchived?: boolean | undefined;
84685
84709
  }>;
84686
84710
  }, "strip", z.ZodTypeAny, {
84687
84711
  artifact: {
@@ -84692,6 +84716,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
84692
84716
  sortOrder: number;
84693
84717
  createdByUserId: string;
84694
84718
  projectId: string;
84719
+ isArchived: boolean;
84695
84720
  threadId?: string | undefined;
84696
84721
  previewUrl?: string | null | undefined;
84697
84722
  thumbnail?: {
@@ -84734,6 +84759,7 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
84734
84759
  } | undefined;
84735
84760
  iterationId?: string | null | undefined;
84736
84761
  sectionId?: string | undefined;
84762
+ isArchived?: boolean | undefined;
84737
84763
  };
84738
84764
  }>;
84739
84765
  type DTOForgeProjectArtifactCreateResponse = z.infer<typeof DTOForgeProjectArtifactCreateResponse>;
@@ -84802,6 +84828,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
84802
84828
  renderMode: "Image" | "HTML" | "JSON";
84803
84829
  } | undefined;
84804
84830
  }>>;
84831
+ isArchived: z.ZodDefault<z.ZodBoolean>;
84805
84832
  }, "strip", z.ZodTypeAny, {
84806
84833
  id: string;
84807
84834
  createdAt: Date;
@@ -84810,6 +84837,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
84810
84837
  sortOrder: number;
84811
84838
  createdByUserId: string;
84812
84839
  projectId: string;
84840
+ isArchived: boolean;
84813
84841
  threadId?: string | undefined;
84814
84842
  previewUrl?: string | null | undefined;
84815
84843
  thumbnail?: {
@@ -84850,6 +84878,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
84850
84878
  } | undefined;
84851
84879
  iterationId?: string | null | undefined;
84852
84880
  sectionId?: string | undefined;
84881
+ isArchived?: boolean | undefined;
84853
84882
  }>;
84854
84883
  }, "strip", z.ZodTypeAny, {
84855
84884
  artifact: {
@@ -84860,6 +84889,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
84860
84889
  sortOrder: number;
84861
84890
  createdByUserId: string;
84862
84891
  projectId: string;
84892
+ isArchived: boolean;
84863
84893
  threadId?: string | undefined;
84864
84894
  previewUrl?: string | null | undefined;
84865
84895
  thumbnail?: {
@@ -84902,6 +84932,7 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
84902
84932
  } | undefined;
84903
84933
  iterationId?: string | null | undefined;
84904
84934
  sectionId?: string | undefined;
84935
+ isArchived?: boolean | undefined;
84905
84936
  };
84906
84937
  }>;
84907
84938
  type DTOForgeProjectArtifactUpdateResponse = z.infer<typeof DTOForgeProjectArtifactUpdateResponse>;
@@ -84978,6 +85009,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
84978
85009
  renderMode: "Image" | "HTML" | "JSON";
84979
85010
  } | undefined;
84980
85011
  }>>;
85012
+ isArchived: z.ZodDefault<z.ZodBoolean>;
84981
85013
  }, "strip", z.ZodTypeAny, {
84982
85014
  id: string;
84983
85015
  createdAt: Date;
@@ -84986,6 +85018,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
84986
85018
  sortOrder: number;
84987
85019
  createdByUserId: string;
84988
85020
  projectId: string;
85021
+ isArchived: boolean;
84989
85022
  threadId?: string | undefined;
84990
85023
  previewUrl?: string | null | undefined;
84991
85024
  thumbnail?: {
@@ -85026,6 +85059,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
85026
85059
  } | undefined;
85027
85060
  iterationId?: string | null | undefined;
85028
85061
  sectionId?: string | undefined;
85062
+ isArchived?: boolean | undefined;
85029
85063
  }>;
85030
85064
  }, "strip", z.ZodTypeAny, {
85031
85065
  artifact: {
@@ -85036,6 +85070,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
85036
85070
  sortOrder: number;
85037
85071
  createdByUserId: string;
85038
85072
  projectId: string;
85073
+ isArchived: boolean;
85039
85074
  threadId?: string | undefined;
85040
85075
  previewUrl?: string | null | undefined;
85041
85076
  thumbnail?: {
@@ -85078,6 +85113,7 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
85078
85113
  } | undefined;
85079
85114
  iterationId?: string | null | undefined;
85080
85115
  sectionId?: string | undefined;
85116
+ isArchived?: boolean | undefined;
85081
85117
  };
85082
85118
  }>;
85083
85119
  type DTOForgeProjectArtifactMoveResponse = z.infer<typeof DTOForgeProjectArtifactMoveResponse>;
@@ -85146,6 +85182,7 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
85146
85182
  renderMode: "Image" | "HTML" | "JSON";
85147
85183
  } | undefined;
85148
85184
  }>>;
85185
+ isArchived: z.ZodDefault<z.ZodBoolean>;
85149
85186
  }, "strip", z.ZodTypeAny, {
85150
85187
  id: string;
85151
85188
  createdAt: Date;
@@ -85154,6 +85191,7 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
85154
85191
  sortOrder: number;
85155
85192
  createdByUserId: string;
85156
85193
  projectId: string;
85194
+ isArchived: boolean;
85157
85195
  threadId?: string | undefined;
85158
85196
  previewUrl?: string | null | undefined;
85159
85197
  thumbnail?: {
@@ -85194,6 +85232,7 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
85194
85232
  } | undefined;
85195
85233
  iterationId?: string | null | undefined;
85196
85234
  sectionId?: string | undefined;
85235
+ isArchived?: boolean | undefined;
85197
85236
  }>, "many">;
85198
85237
  }, "strip", z.ZodTypeAny, {
85199
85238
  artifacts: {
@@ -85204,6 +85243,7 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
85204
85243
  sortOrder: number;
85205
85244
  createdByUserId: string;
85206
85245
  projectId: string;
85246
+ isArchived: boolean;
85207
85247
  threadId?: string | undefined;
85208
85248
  previewUrl?: string | null | undefined;
85209
85249
  thumbnail?: {
@@ -85246,6 +85286,7 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
85246
85286
  } | undefined;
85247
85287
  iterationId?: string | null | undefined;
85248
85288
  sectionId?: string | undefined;
85289
+ isArchived?: boolean | undefined;
85249
85290
  }[];
85250
85291
  }>;
85251
85292
  type DTOForgeProjectArtifactsListResponse = z.infer<typeof DTOForgeProjectArtifactsListResponse>;
@@ -141131,7 +141172,7 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
141131
141172
  createdByUserId: z$1.ZodString;
141132
141173
  description: z$1.ZodString;
141133
141174
  id: z$1.ZodString;
141134
- isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
141175
+ isArchived: z$1.ZodBoolean;
141135
141176
  name: z$1.ZodString;
141136
141177
  projectId: z$1.ZodString;
141137
141178
  sectionId: z$1.ZodOptional<z$1.ZodString>;
@@ -141205,6 +141246,7 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
141205
141246
  sortOrder: number;
141206
141247
  createdByUserId: string;
141207
141248
  projectId: string;
141249
+ isArchived: boolean;
141208
141250
  numberOfIterations: number;
141209
141251
  numberOfBookmarkedIterations: number;
141210
141252
  updatedAt?: Date | undefined;
@@ -141222,7 +141264,6 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
141222
141264
  } | undefined;
141223
141265
  } | undefined;
141224
141266
  sectionId?: string | undefined;
141225
- isArchived?: boolean | undefined;
141226
141267
  e2bTemplateId?: string | null | undefined;
141227
141268
  e2bIterationId?: string | null | undefined;
141228
141269
  lastReplyTimestamp?: Date | undefined;
@@ -141233,6 +141274,7 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
141233
141274
  description: string;
141234
141275
  createdByUserId: string;
141235
141276
  projectId: string;
141277
+ isArchived: boolean;
141236
141278
  status?: "Draft" | "ReadyForDevelopment" | undefined;
141237
141279
  updatedAt?: Date | undefined;
141238
141280
  threadId?: string | undefined;
@@ -141250,7 +141292,6 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
141250
141292
  } | undefined;
141251
141293
  } | undefined;
141252
141294
  sectionId?: string | undefined;
141253
- isArchived?: boolean | undefined;
141254
141295
  e2bTemplateId?: string | null | undefined;
141255
141296
  e2bIterationId?: string | null | undefined;
141256
141297
  numberOfIterations?: number | undefined;
@@ -141264,7 +141305,7 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141264
141305
  createdByUserId: z$1.ZodString;
141265
141306
  description: z$1.ZodString;
141266
141307
  id: z$1.ZodString;
141267
- isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
141308
+ isArchived: z$1.ZodBoolean;
141268
141309
  name: z$1.ZodString;
141269
141310
  projectId: z$1.ZodString;
141270
141311
  sectionId: z$1.ZodOptional<z$1.ZodString>;
@@ -141338,6 +141379,7 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141338
141379
  sortOrder: number;
141339
141380
  createdByUserId: string;
141340
141381
  projectId: string;
141382
+ isArchived: boolean;
141341
141383
  numberOfIterations: number;
141342
141384
  numberOfBookmarkedIterations: number;
141343
141385
  updatedAt?: Date | undefined;
@@ -141355,7 +141397,6 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141355
141397
  } | undefined;
141356
141398
  } | undefined;
141357
141399
  sectionId?: string | undefined;
141358
- isArchived?: boolean | undefined;
141359
141400
  e2bTemplateId?: string | null | undefined;
141360
141401
  e2bIterationId?: string | null | undefined;
141361
141402
  lastReplyTimestamp?: Date | undefined;
@@ -141366,6 +141407,7 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141366
141407
  description: string;
141367
141408
  createdByUserId: string;
141368
141409
  projectId: string;
141410
+ isArchived: boolean;
141369
141411
  status?: "Draft" | "ReadyForDevelopment" | undefined;
141370
141412
  updatedAt?: Date | undefined;
141371
141413
  threadId?: string | undefined;
@@ -141383,7 +141425,6 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141383
141425
  } | undefined;
141384
141426
  } | undefined;
141385
141427
  sectionId?: string | undefined;
141386
- isArchived?: boolean | undefined;
141387
141428
  e2bTemplateId?: string | null | undefined;
141388
141429
  e2bIterationId?: string | null | undefined;
141389
141430
  numberOfIterations?: number | undefined;
@@ -141400,6 +141441,7 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141400
141441
  sortOrder: number;
141401
141442
  createdByUserId: string;
141402
141443
  projectId: string;
141444
+ isArchived: boolean;
141403
141445
  numberOfIterations: number;
141404
141446
  numberOfBookmarkedIterations: number;
141405
141447
  updatedAt?: Date | undefined;
@@ -141417,7 +141459,6 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141417
141459
  } | undefined;
141418
141460
  } | undefined;
141419
141461
  sectionId?: string | undefined;
141420
- isArchived?: boolean | undefined;
141421
141462
  e2bTemplateId?: string | null | undefined;
141422
141463
  e2bIterationId?: string | null | undefined;
141423
141464
  lastReplyTimestamp?: Date | undefined;
@@ -141430,6 +141471,7 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141430
141471
  description: string;
141431
141472
  createdByUserId: string;
141432
141473
  projectId: string;
141474
+ isArchived: boolean;
141433
141475
  status?: "Draft" | "ReadyForDevelopment" | undefined;
141434
141476
  updatedAt?: Date | undefined;
141435
141477
  threadId?: string | undefined;
@@ -141447,7 +141489,6 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
141447
141489
  } | undefined;
141448
141490
  } | undefined;
141449
141491
  sectionId?: string | undefined;
141450
- isArchived?: boolean | undefined;
141451
141492
  e2bTemplateId?: string | null | undefined;
141452
141493
  e2bIterationId?: string | null | undefined;
141453
141494
  numberOfIterations?: number | undefined;
@@ -141705,7 +141746,7 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141705
141746
  createdByUserId: z$1.ZodString;
141706
141747
  description: z$1.ZodString;
141707
141748
  id: z$1.ZodString;
141708
- isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
141749
+ isArchived: z$1.ZodBoolean;
141709
141750
  name: z$1.ZodString;
141710
141751
  projectId: z$1.ZodString;
141711
141752
  sectionId: z$1.ZodOptional<z$1.ZodString>;
@@ -141779,6 +141820,7 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141779
141820
  sortOrder: number;
141780
141821
  createdByUserId: string;
141781
141822
  projectId: string;
141823
+ isArchived: boolean;
141782
141824
  numberOfIterations: number;
141783
141825
  numberOfBookmarkedIterations: number;
141784
141826
  updatedAt?: Date | undefined;
@@ -141796,7 +141838,6 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141796
141838
  } | undefined;
141797
141839
  } | undefined;
141798
141840
  sectionId?: string | undefined;
141799
- isArchived?: boolean | undefined;
141800
141841
  e2bTemplateId?: string | null | undefined;
141801
141842
  e2bIterationId?: string | null | undefined;
141802
141843
  lastReplyTimestamp?: Date | undefined;
@@ -141807,6 +141848,7 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141807
141848
  description: string;
141808
141849
  createdByUserId: string;
141809
141850
  projectId: string;
141851
+ isArchived: boolean;
141810
141852
  status?: "Draft" | "ReadyForDevelopment" | undefined;
141811
141853
  updatedAt?: Date | undefined;
141812
141854
  threadId?: string | undefined;
@@ -141824,7 +141866,6 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141824
141866
  } | undefined;
141825
141867
  } | undefined;
141826
141868
  sectionId?: string | undefined;
141827
- isArchived?: boolean | undefined;
141828
141869
  e2bTemplateId?: string | null | undefined;
141829
141870
  e2bIterationId?: string | null | undefined;
141830
141871
  numberOfIterations?: number | undefined;
@@ -141841,6 +141882,7 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141841
141882
  sortOrder: number;
141842
141883
  createdByUserId: string;
141843
141884
  projectId: string;
141885
+ isArchived: boolean;
141844
141886
  numberOfIterations: number;
141845
141887
  numberOfBookmarkedIterations: number;
141846
141888
  updatedAt?: Date | undefined;
@@ -141858,7 +141900,6 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141858
141900
  } | undefined;
141859
141901
  } | undefined;
141860
141902
  sectionId?: string | undefined;
141861
- isArchived?: boolean | undefined;
141862
141903
  e2bTemplateId?: string | null | undefined;
141863
141904
  e2bIterationId?: string | null | undefined;
141864
141905
  lastReplyTimestamp?: Date | undefined;
@@ -141871,6 +141912,7 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141871
141912
  description: string;
141872
141913
  createdByUserId: string;
141873
141914
  projectId: string;
141915
+ isArchived: boolean;
141874
141916
  status?: "Draft" | "ReadyForDevelopment" | undefined;
141875
141917
  updatedAt?: Date | undefined;
141876
141918
  threadId?: string | undefined;
@@ -141888,7 +141930,6 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
141888
141930
  } | undefined;
141889
141931
  } | undefined;
141890
141932
  sectionId?: string | undefined;
141891
- isArchived?: boolean | undefined;
141892
141933
  e2bTemplateId?: string | null | undefined;
141893
141934
  e2bIterationId?: string | null | undefined;
141894
141935
  numberOfIterations?: number | undefined;
@@ -158280,7 +158321,7 @@ declare const DTOForgeProject: z.ZodObject<{
158280
158321
  tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
158281
158322
  accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
158282
158323
  defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
158283
- isArchived: z.ZodOptional<z.ZodBoolean>;
158324
+ isArchived: z.ZodBoolean;
158284
158325
  emoji: z.ZodOptional<z.ZodString>;
158285
158326
  createdAt: z.ZodDate;
158286
158327
  createdByUserId: z.ZodOptional<z.ZodString>;
@@ -167077,6 +167118,7 @@ declare const DTOForgeProject: z.ZodObject<{
167077
167118
  updatedAt: Date;
167078
167119
  workspaceId: string;
167079
167120
  accessMode: "Open" | "InviteOnly" | "Unlisted";
167121
+ isArchived: boolean;
167080
167122
  features: {
167081
167123
  id: string;
167082
167124
  createdAt: string;
@@ -167121,7 +167163,6 @@ declare const DTOForgeProject: z.ZodObject<{
167121
167163
  description?: string | undefined;
167122
167164
  emoji?: string | undefined;
167123
167165
  createdByUserId?: string | undefined;
167124
- isArchived?: boolean | undefined;
167125
167166
  context?: {
167126
167167
  id: string;
167127
167168
  createdAt: Date;
@@ -168110,6 +168151,7 @@ declare const DTOForgeProject: z.ZodObject<{
168110
168151
  updatedAt: Date;
168111
168152
  workspaceId: string;
168112
168153
  accessMode: "Open" | "InviteOnly" | "Unlisted";
168154
+ isArchived: boolean;
168113
168155
  features: {
168114
168156
  id: string;
168115
168157
  createdAt: string;
@@ -168154,7 +168196,6 @@ declare const DTOForgeProject: z.ZodObject<{
168154
168196
  emoji?: string | undefined;
168155
168197
  tags?: string[] | undefined;
168156
168198
  createdByUserId?: string | undefined;
168157
- isArchived?: boolean | undefined;
168158
168199
  context?: {
168159
168200
  id: string;
168160
168201
  createdAt: Date;
@@ -169145,7 +169186,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
169145
169186
  tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
169146
169187
  accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
169147
169188
  defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
169148
- isArchived: z.ZodOptional<z.ZodBoolean>;
169189
+ isArchived: z.ZodBoolean;
169149
169190
  emoji: z.ZodOptional<z.ZodString>;
169150
169191
  createdAt: z.ZodDate;
169151
169192
  createdByUserId: z.ZodOptional<z.ZodString>;
@@ -179014,7 +179055,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
179014
179055
  tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
179015
179056
  accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
179016
179057
  defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
179017
- isArchived: z.ZodOptional<z.ZodBoolean>;
179058
+ isArchived: z.ZodBoolean;
179018
179059
  emoji: z.ZodOptional<z.ZodString>;
179019
179060
  createdAt: z.ZodDate;
179020
179061
  createdByUserId: z.ZodOptional<z.ZodString>;
@@ -187814,6 +187855,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
187814
187855
  workspaceId: string;
187815
187856
  accessMode: "Open" | "InviteOnly" | "Unlisted";
187816
187857
  effectiveRole: "Admin" | "Viewer" | "Builder";
187858
+ isArchived: boolean;
187817
187859
  features: {
187818
187860
  id: string;
187819
187861
  createdAt: string;
@@ -187858,7 +187900,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
187858
187900
  description?: string | undefined;
187859
187901
  emoji?: string | undefined;
187860
187902
  createdByUserId?: string | undefined;
187861
- isArchived?: boolean | undefined;
187862
187903
  context?: {
187863
187904
  id: string;
187864
187905
  createdAt: Date;
@@ -188848,6 +188889,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
188848
188889
  workspaceId: string;
188849
188890
  accessMode: "Open" | "InviteOnly" | "Unlisted";
188850
188891
  effectiveRole: "Admin" | "Viewer" | "Builder";
188892
+ isArchived: boolean;
188851
188893
  features: {
188852
188894
  id: string;
188853
188895
  createdAt: string;
@@ -188892,7 +188934,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
188892
188934
  emoji?: string | undefined;
188893
188935
  tags?: string[] | undefined;
188894
188936
  createdByUserId?: string | undefined;
188895
- isArchived?: boolean | undefined;
188896
188937
  context?: {
188897
188938
  id: string;
188898
188939
  createdAt: Date;
@@ -189886,6 +189927,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
189886
189927
  workspaceId: string;
189887
189928
  accessMode: "Open" | "InviteOnly" | "Unlisted";
189888
189929
  effectiveRole: "Admin" | "Viewer" | "Builder";
189930
+ isArchived: boolean;
189889
189931
  features: {
189890
189932
  id: string;
189891
189933
  createdAt: string;
@@ -189930,7 +189972,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
189930
189972
  description?: string | undefined;
189931
189973
  emoji?: string | undefined;
189932
189974
  createdByUserId?: string | undefined;
189933
- isArchived?: boolean | undefined;
189934
189975
  context?: {
189935
189976
  id: string;
189936
189977
  createdAt: Date;
@@ -190922,6 +190963,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
190922
190963
  workspaceId: string;
190923
190964
  accessMode: "Open" | "InviteOnly" | "Unlisted";
190924
190965
  effectiveRole: "Admin" | "Viewer" | "Builder";
190966
+ isArchived: boolean;
190925
190967
  features: {
190926
190968
  id: string;
190927
190969
  createdAt: string;
@@ -190966,7 +191008,6 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
190966
191008
  emoji?: string | undefined;
190967
191009
  tags?: string[] | undefined;
190968
191010
  createdByUserId?: string | undefined;
190969
- isArchived?: boolean | undefined;
190970
191011
  context?: {
190971
191012
  id: string;
190972
191013
  createdAt: Date;
@@ -191959,7 +192000,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
191959
192000
  tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
191960
192001
  accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
191961
192002
  defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
191962
- isArchived: z.ZodOptional<z.ZodBoolean>;
192003
+ isArchived: z.ZodBoolean;
191963
192004
  emoji: z.ZodOptional<z.ZodString>;
191964
192005
  createdAt: z.ZodDate;
191965
192006
  createdByUserId: z.ZodOptional<z.ZodString>;
@@ -200759,6 +200800,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
200759
200800
  workspaceId: string;
200760
200801
  accessMode: "Open" | "InviteOnly" | "Unlisted";
200761
200802
  effectiveRole: "Admin" | "Viewer" | "Builder";
200803
+ isArchived: boolean;
200762
200804
  features: {
200763
200805
  id: string;
200764
200806
  createdAt: string;
@@ -200803,7 +200845,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
200803
200845
  description?: string | undefined;
200804
200846
  emoji?: string | undefined;
200805
200847
  createdByUserId?: string | undefined;
200806
- isArchived?: boolean | undefined;
200807
200848
  context?: {
200808
200849
  id: string;
200809
200850
  createdAt: Date;
@@ -201793,6 +201834,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
201793
201834
  workspaceId: string;
201794
201835
  accessMode: "Open" | "InviteOnly" | "Unlisted";
201795
201836
  effectiveRole: "Admin" | "Viewer" | "Builder";
201837
+ isArchived: boolean;
201796
201838
  features: {
201797
201839
  id: string;
201798
201840
  createdAt: string;
@@ -201837,7 +201879,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
201837
201879
  emoji?: string | undefined;
201838
201880
  tags?: string[] | undefined;
201839
201881
  createdByUserId?: string | undefined;
201840
- isArchived?: boolean | undefined;
201841
201882
  context?: {
201842
201883
  id: string;
201843
201884
  createdAt: Date;
@@ -202831,6 +202872,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
202831
202872
  workspaceId: string;
202832
202873
  accessMode: "Open" | "InviteOnly" | "Unlisted";
202833
202874
  effectiveRole: "Admin" | "Viewer" | "Builder";
202875
+ isArchived: boolean;
202834
202876
  features: {
202835
202877
  id: string;
202836
202878
  createdAt: string;
@@ -202875,7 +202917,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
202875
202917
  description?: string | undefined;
202876
202918
  emoji?: string | undefined;
202877
202919
  createdByUserId?: string | undefined;
202878
- isArchived?: boolean | undefined;
202879
202920
  context?: {
202880
202921
  id: string;
202881
202922
  createdAt: Date;
@@ -203867,6 +203908,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
203867
203908
  workspaceId: string;
203868
203909
  accessMode: "Open" | "InviteOnly" | "Unlisted";
203869
203910
  effectiveRole: "Admin" | "Viewer" | "Builder";
203911
+ isArchived: boolean;
203870
203912
  features: {
203871
203913
  id: string;
203872
203914
  createdAt: string;
@@ -203911,7 +203953,6 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
203911
203953
  emoji?: string | undefined;
203912
203954
  tags?: string[] | undefined;
203913
203955
  createdByUserId?: string | undefined;
203914
- isArchived?: boolean | undefined;
203915
203956
  context?: {
203916
203957
  id: string;
203917
203958
  createdAt: Date;
@@ -250971,6 +251012,7 @@ declare class ForgeProjectFeaturesEndpoint {
250971
251012
  sortOrder: number;
250972
251013
  createdByUserId: string;
250973
251014
  projectId: string;
251015
+ isArchived: boolean;
250974
251016
  numberOfIterations: number;
250975
251017
  numberOfBookmarkedIterations: number;
250976
251018
  updatedAt?: Date | undefined;
@@ -250988,7 +251030,6 @@ declare class ForgeProjectFeaturesEndpoint {
250988
251030
  } | undefined;
250989
251031
  } | undefined;
250990
251032
  sectionId?: string | undefined;
250991
- isArchived?: boolean | undefined;
250992
251033
  e2bTemplateId?: string | null | undefined;
250993
251034
  e2bIterationId?: string | null | undefined;
250994
251035
  lastReplyTimestamp?: Date | undefined;
@@ -251004,6 +251045,7 @@ declare class ForgeProjectFeaturesEndpoint {
251004
251045
  sortOrder: number;
251005
251046
  createdByUserId: string;
251006
251047
  projectId: string;
251048
+ isArchived: boolean;
251007
251049
  numberOfIterations: number;
251008
251050
  numberOfBookmarkedIterations: number;
251009
251051
  updatedAt?: Date | undefined;
@@ -251021,7 +251063,6 @@ declare class ForgeProjectFeaturesEndpoint {
251021
251063
  } | undefined;
251022
251064
  } | undefined;
251023
251065
  sectionId?: string | undefined;
251024
- isArchived?: boolean | undefined;
251025
251066
  e2bTemplateId?: string | null | undefined;
251026
251067
  e2bIterationId?: string | null | undefined;
251027
251068
  lastReplyTimestamp?: Date | undefined;
@@ -251387,6 +251428,7 @@ declare class ForgeProjectsEndpoint {
251387
251428
  workspaceId: string;
251388
251429
  accessMode: "Open" | "InviteOnly" | "Unlisted";
251389
251430
  effectiveRole: "Admin" | "Viewer" | "Builder";
251431
+ isArchived: boolean;
251390
251432
  features: {
251391
251433
  id: string;
251392
251434
  createdAt: string;
@@ -251431,7 +251473,6 @@ declare class ForgeProjectsEndpoint {
251431
251473
  description?: string | undefined;
251432
251474
  emoji?: string | undefined;
251433
251475
  createdByUserId?: string | undefined;
251434
- isArchived?: boolean | undefined;
251435
251476
  context?: {
251436
251477
  id: string;
251437
251478
  createdAt: Date;
@@ -252425,6 +252466,7 @@ declare class ForgeProjectsEndpoint {
252425
252466
  workspaceId: string;
252426
252467
  accessMode: "Open" | "InviteOnly" | "Unlisted";
252427
252468
  effectiveRole: "Admin" | "Viewer" | "Builder";
252469
+ isArchived: boolean;
252428
252470
  features: {
252429
252471
  id: string;
252430
252472
  createdAt: string;
@@ -252469,7 +252511,6 @@ declare class ForgeProjectsEndpoint {
252469
252511
  description?: string | undefined;
252470
252512
  emoji?: string | undefined;
252471
252513
  createdByUserId?: string | undefined;
252472
- isArchived?: boolean | undefined;
252473
252514
  context?: {
252474
252515
  id: string;
252475
252516
  createdAt: Date;
@@ -253463,6 +253504,7 @@ declare class ForgeProjectsEndpoint {
253463
253504
  workspaceId: string;
253464
253505
  accessMode: "Open" | "InviteOnly" | "Unlisted";
253465
253506
  effectiveRole: "Admin" | "Viewer" | "Builder";
253507
+ isArchived: boolean;
253466
253508
  features: {
253467
253509
  id: string;
253468
253510
  createdAt: string;
@@ -253507,7 +253549,6 @@ declare class ForgeProjectsEndpoint {
253507
253549
  description?: string | undefined;
253508
253550
  emoji?: string | undefined;
253509
253551
  createdByUserId?: string | undefined;
253510
- isArchived?: boolean | undefined;
253511
253552
  context?: {
253512
253553
  id: string;
253513
253554
  createdAt: Date;
@@ -254501,6 +254542,7 @@ declare class ForgeProjectsEndpoint {
254501
254542
  workspaceId: string;
254502
254543
  accessMode: "Open" | "InviteOnly" | "Unlisted";
254503
254544
  effectiveRole: "Admin" | "Viewer" | "Builder";
254545
+ isArchived: boolean;
254504
254546
  features: {
254505
254547
  id: string;
254506
254548
  createdAt: string;
@@ -254545,7 +254587,6 @@ declare class ForgeProjectsEndpoint {
254545
254587
  description?: string | undefined;
254546
254588
  emoji?: string | undefined;
254547
254589
  createdByUserId?: string | undefined;
254548
- isArchived?: boolean | undefined;
254549
254590
  context?: {
254550
254591
  id: string;
254551
254592
  createdAt: Date;
@@ -255539,6 +255580,7 @@ declare class ForgeProjectsEndpoint {
255539
255580
  workspaceId: string;
255540
255581
  accessMode: "Open" | "InviteOnly" | "Unlisted";
255541
255582
  effectiveRole: "Admin" | "Viewer" | "Builder";
255583
+ isArchived: boolean;
255542
255584
  features: {
255543
255585
  id: string;
255544
255586
  createdAt: string;
@@ -255583,7 +255625,6 @@ declare class ForgeProjectsEndpoint {
255583
255625
  description?: string | undefined;
255584
255626
  emoji?: string | undefined;
255585
255627
  createdByUserId?: string | undefined;
255586
- isArchived?: boolean | undefined;
255587
255628
  context?: {
255588
255629
  id: string;
255589
255630
  createdAt: Date;
@@ -261086,6 +261127,7 @@ declare function applyProjectActionsLocally(input: Input): {
261086
261127
  sortOrder: number;
261087
261128
  createdByUserId: string;
261088
261129
  projectId: string;
261130
+ isArchived: boolean;
261089
261131
  threadId?: string | undefined;
261090
261132
  previewUrl?: string | null | undefined;
261091
261133
  thumbnail?: {
@@ -261112,6 +261154,7 @@ declare function applyProjectActionsLocally(input: Input): {
261112
261154
  sortOrder: number;
261113
261155
  createdByUserId: string;
261114
261156
  projectId: string;
261157
+ isArchived: boolean;
261115
261158
  numberOfIterations: number;
261116
261159
  numberOfBookmarkedIterations: number;
261117
261160
  updatedAt?: Date | undefined;
@@ -261129,7 +261172,6 @@ declare function applyProjectActionsLocally(input: Input): {
261129
261172
  } | undefined;
261130
261173
  } | undefined;
261131
261174
  sectionId?: string | undefined;
261132
- isArchived?: boolean | undefined;
261133
261175
  e2bTemplateId?: string | null | undefined;
261134
261176
  e2bIterationId?: string | null | undefined;
261135
261177
  lastReplyTimestamp?: Date | undefined;
@@ -261181,6 +261223,7 @@ declare class LocalProjectActionExecutor {
261181
261223
  sortOrder: number;
261182
261224
  createdByUserId: string;
261183
261225
  projectId: string;
261226
+ isArchived: boolean;
261184
261227
  threadId?: string | undefined;
261185
261228
  previewUrl?: string | null | undefined;
261186
261229
  thumbnail?: {
@@ -261207,6 +261250,7 @@ declare class LocalProjectActionExecutor {
261207
261250
  sortOrder: number;
261208
261251
  createdByUserId: string;
261209
261252
  projectId: string;
261253
+ isArchived: boolean;
261210
261254
  numberOfIterations: number;
261211
261255
  numberOfBookmarkedIterations: number;
261212
261256
  updatedAt?: Date | undefined;
@@ -261224,7 +261268,6 @@ declare class LocalProjectActionExecutor {
261224
261268
  } | undefined;
261225
261269
  } | undefined;
261226
261270
  sectionId?: string | undefined;
261227
- isArchived?: boolean | undefined;
261228
261271
  e2bTemplateId?: string | null | undefined;
261229
261272
  e2bIterationId?: string | null | undefined;
261230
261273
  lastReplyTimestamp?: Date | undefined;