@supernova-studio/client 1.78.1 → 1.78.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -157511,12 +157511,15 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157511
157511
  attachments: z$1.ZodOptional<z$1.ZodObject<{
157512
157512
  iterationId: z$1.ZodOptional<z$1.ZodString>;
157513
157513
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
157514
+ templateId: z$1.ZodOptional<z$1.ZodString>;
157514
157515
  }, "strip", z$1.ZodTypeAny, {
157515
157516
  iterationId?: string | undefined;
157516
157517
  fileIds?: string[] | undefined;
157518
+ templateId?: string | undefined;
157517
157519
  }, {
157518
157520
  iterationId?: string | undefined;
157519
157521
  fileIds?: string[] | undefined;
157522
+ templateId?: string | undefined;
157520
157523
  }>>;
157521
157524
  }, "strip", z$1.ZodTypeAny, {
157522
157525
  id: string;
@@ -157527,6 +157530,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157527
157530
  attachments?: {
157528
157531
  iterationId?: string | undefined;
157529
157532
  fileIds?: string[] | undefined;
157533
+ templateId?: string | undefined;
157530
157534
  } | undefined;
157531
157535
  promptMetadata?: Record<string, any> | undefined;
157532
157536
  }, {
@@ -157538,6 +157542,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157538
157542
  attachments?: {
157539
157543
  iterationId?: string | undefined;
157540
157544
  fileIds?: string[] | undefined;
157545
+ templateId?: string | undefined;
157541
157546
  } | undefined;
157542
157547
  promptMetadata?: Record<string, any> | undefined;
157543
157548
  }>;
@@ -157553,6 +157558,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157553
157558
  attachments?: {
157554
157559
  iterationId?: string | undefined;
157555
157560
  fileIds?: string[] | undefined;
157561
+ templateId?: string | undefined;
157556
157562
  } | undefined;
157557
157563
  promptMetadata?: Record<string, any> | undefined;
157558
157564
  };
@@ -157571,6 +157577,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157571
157577
  attachments?: {
157572
157578
  iterationId?: string | undefined;
157573
157579
  fileIds?: string[] | undefined;
157580
+ templateId?: string | undefined;
157574
157581
  } | undefined;
157575
157582
  promptMetadata?: Record<string, any> | undefined;
157576
157583
  };
@@ -157592,6 +157599,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157592
157599
  attachments?: {
157593
157600
  iterationId?: string | undefined;
157594
157601
  fileIds?: string[] | undefined;
157602
+ templateId?: string | undefined;
157595
157603
  } | undefined;
157596
157604
  promptMetadata?: Record<string, any> | undefined;
157597
157605
  };
@@ -157613,6 +157621,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
157613
157621
  attachments?: {
157614
157622
  iterationId?: string | undefined;
157615
157623
  fileIds?: string[] | undefined;
157624
+ templateId?: string | undefined;
157616
157625
  } | undefined;
157617
157626
  promptMetadata?: Record<string, any> | undefined;
157618
157627
  };
@@ -157888,12 +157897,15 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157888
157897
  attachments: z$1.ZodOptional<z$1.ZodObject<{
157889
157898
  iterationId: z$1.ZodOptional<z$1.ZodString>;
157890
157899
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
157900
+ templateId: z$1.ZodOptional<z$1.ZodString>;
157891
157901
  }, "strip", z$1.ZodTypeAny, {
157892
157902
  iterationId?: string | undefined;
157893
157903
  fileIds?: string[] | undefined;
157904
+ templateId?: string | undefined;
157894
157905
  }, {
157895
157906
  iterationId?: string | undefined;
157896
157907
  fileIds?: string[] | undefined;
157908
+ templateId?: string | undefined;
157897
157909
  }>>;
157898
157910
  }, "strip", z$1.ZodTypeAny, {
157899
157911
  id: string;
@@ -157904,6 +157916,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157904
157916
  attachments?: {
157905
157917
  iterationId?: string | undefined;
157906
157918
  fileIds?: string[] | undefined;
157919
+ templateId?: string | undefined;
157907
157920
  } | undefined;
157908
157921
  promptMetadata?: Record<string, any> | undefined;
157909
157922
  }, {
@@ -157915,6 +157928,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157915
157928
  attachments?: {
157916
157929
  iterationId?: string | undefined;
157917
157930
  fileIds?: string[] | undefined;
157931
+ templateId?: string | undefined;
157918
157932
  } | undefined;
157919
157933
  promptMetadata?: Record<string, any> | undefined;
157920
157934
  }>>;
@@ -157932,6 +157946,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157932
157946
  attachments?: {
157933
157947
  iterationId?: string | undefined;
157934
157948
  fileIds?: string[] | undefined;
157949
+ templateId?: string | undefined;
157935
157950
  } | undefined;
157936
157951
  promptMetadata?: Record<string, any> | undefined;
157937
157952
  } | undefined;
@@ -157949,6 +157964,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157949
157964
  attachments?: {
157950
157965
  iterationId?: string | undefined;
157951
157966
  fileIds?: string[] | undefined;
157967
+ templateId?: string | undefined;
157952
157968
  } | undefined;
157953
157969
  promptMetadata?: Record<string, any> | undefined;
157954
157970
  } | undefined;
@@ -157969,6 +157985,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157969
157985
  attachments?: {
157970
157986
  iterationId?: string | undefined;
157971
157987
  fileIds?: string[] | undefined;
157988
+ templateId?: string | undefined;
157972
157989
  } | undefined;
157973
157990
  promptMetadata?: Record<string, any> | undefined;
157974
157991
  } | undefined;
@@ -157989,6 +158006,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
157989
158006
  attachments?: {
157990
158007
  iterationId?: string | undefined;
157991
158008
  fileIds?: string[] | undefined;
158009
+ templateId?: string | undefined;
157992
158010
  } | undefined;
157993
158011
  promptMetadata?: Record<string, any> | undefined;
157994
158012
  } | undefined;
@@ -158355,12 +158373,15 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158355
158373
  attachments: z$1.ZodOptional<z$1.ZodObject<{
158356
158374
  iterationId: z$1.ZodOptional<z$1.ZodString>;
158357
158375
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
158376
+ templateId: z$1.ZodOptional<z$1.ZodString>;
158358
158377
  }, "strip", z$1.ZodTypeAny, {
158359
158378
  iterationId?: string | undefined;
158360
158379
  fileIds?: string[] | undefined;
158380
+ templateId?: string | undefined;
158361
158381
  }, {
158362
158382
  iterationId?: string | undefined;
158363
158383
  fileIds?: string[] | undefined;
158384
+ templateId?: string | undefined;
158364
158385
  }>>;
158365
158386
  }, "strip", z$1.ZodTypeAny, {
158366
158387
  id: string;
@@ -158371,6 +158392,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158371
158392
  attachments?: {
158372
158393
  iterationId?: string | undefined;
158373
158394
  fileIds?: string[] | undefined;
158395
+ templateId?: string | undefined;
158374
158396
  } | undefined;
158375
158397
  promptMetadata?: Record<string, any> | undefined;
158376
158398
  }, {
@@ -158382,6 +158404,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158382
158404
  attachments?: {
158383
158405
  iterationId?: string | undefined;
158384
158406
  fileIds?: string[] | undefined;
158407
+ templateId?: string | undefined;
158385
158408
  } | undefined;
158386
158409
  promptMetadata?: Record<string, any> | undefined;
158387
158410
  }>;
@@ -158397,6 +158420,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158397
158420
  attachments?: {
158398
158421
  iterationId?: string | undefined;
158399
158422
  fileIds?: string[] | undefined;
158423
+ templateId?: string | undefined;
158400
158424
  } | undefined;
158401
158425
  promptMetadata?: Record<string, any> | undefined;
158402
158426
  };
@@ -158415,6 +158439,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158415
158439
  attachments?: {
158416
158440
  iterationId?: string | undefined;
158417
158441
  fileIds?: string[] | undefined;
158442
+ templateId?: string | undefined;
158418
158443
  } | undefined;
158419
158444
  promptMetadata?: Record<string, any> | undefined;
158420
158445
  };
@@ -158436,6 +158461,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158436
158461
  attachments?: {
158437
158462
  iterationId?: string | undefined;
158438
158463
  fileIds?: string[] | undefined;
158464
+ templateId?: string | undefined;
158439
158465
  } | undefined;
158440
158466
  promptMetadata?: Record<string, any> | undefined;
158441
158467
  };
@@ -158457,6 +158483,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158457
158483
  attachments?: {
158458
158484
  iterationId?: string | undefined;
158459
158485
  fileIds?: string[] | undefined;
158486
+ templateId?: string | undefined;
158460
158487
  } | undefined;
158461
158488
  promptMetadata?: Record<string, any> | undefined;
158462
158489
  };
@@ -158724,12 +158751,15 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158724
158751
  attachments: z$1.ZodOptional<z$1.ZodObject<{
158725
158752
  iterationId: z$1.ZodOptional<z$1.ZodString>;
158726
158753
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
158754
+ templateId: z$1.ZodOptional<z$1.ZodString>;
158727
158755
  }, "strip", z$1.ZodTypeAny, {
158728
158756
  iterationId?: string | undefined;
158729
158757
  fileIds?: string[] | undefined;
158758
+ templateId?: string | undefined;
158730
158759
  }, {
158731
158760
  iterationId?: string | undefined;
158732
158761
  fileIds?: string[] | undefined;
158762
+ templateId?: string | undefined;
158733
158763
  }>>;
158734
158764
  }, "strip", z$1.ZodTypeAny, {
158735
158765
  id: string;
@@ -158740,6 +158770,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158740
158770
  attachments?: {
158741
158771
  iterationId?: string | undefined;
158742
158772
  fileIds?: string[] | undefined;
158773
+ templateId?: string | undefined;
158743
158774
  } | undefined;
158744
158775
  promptMetadata?: Record<string, any> | undefined;
158745
158776
  }, {
@@ -158751,6 +158782,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158751
158782
  attachments?: {
158752
158783
  iterationId?: string | undefined;
158753
158784
  fileIds?: string[] | undefined;
158785
+ templateId?: string | undefined;
158754
158786
  } | undefined;
158755
158787
  promptMetadata?: Record<string, any> | undefined;
158756
158788
  }>>;
@@ -158768,6 +158800,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158768
158800
  attachments?: {
158769
158801
  iterationId?: string | undefined;
158770
158802
  fileIds?: string[] | undefined;
158803
+ templateId?: string | undefined;
158771
158804
  } | undefined;
158772
158805
  promptMetadata?: Record<string, any> | undefined;
158773
158806
  } | undefined;
@@ -158785,6 +158818,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158785
158818
  attachments?: {
158786
158819
  iterationId?: string | undefined;
158787
158820
  fileIds?: string[] | undefined;
158821
+ templateId?: string | undefined;
158788
158822
  } | undefined;
158789
158823
  promptMetadata?: Record<string, any> | undefined;
158790
158824
  } | undefined;
@@ -158805,6 +158839,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158805
158839
  attachments?: {
158806
158840
  iterationId?: string | undefined;
158807
158841
  fileIds?: string[] | undefined;
158842
+ templateId?: string | undefined;
158808
158843
  } | undefined;
158809
158844
  promptMetadata?: Record<string, any> | undefined;
158810
158845
  } | undefined;
@@ -158825,6 +158860,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
158825
158860
  attachments?: {
158826
158861
  iterationId?: string | undefined;
158827
158862
  fileIds?: string[] | undefined;
158863
+ templateId?: string | undefined;
158828
158864
  } | undefined;
158829
158865
  promptMetadata?: Record<string, any> | undefined;
158830
158866
  } | undefined;
@@ -159343,12 +159379,15 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
159343
159379
  attachments: z.ZodOptional<z.ZodObject<{
159344
159380
  iterationId: z.ZodOptional<z.ZodString>;
159345
159381
  fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
159382
+ templateId: z.ZodOptional<z.ZodString>;
159346
159383
  }, "strip", z.ZodTypeAny, {
159347
159384
  iterationId?: string | undefined;
159348
159385
  fileIds?: string[] | undefined;
159386
+ templateId?: string | undefined;
159349
159387
  }, {
159350
159388
  iterationId?: string | undefined;
159351
159389
  fileIds?: string[] | undefined;
159390
+ templateId?: string | undefined;
159352
159391
  }>>;
159353
159392
  }, "strip", z.ZodTypeAny, {
159354
159393
  id: string;
@@ -159359,6 +159398,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
159359
159398
  attachments?: {
159360
159399
  iterationId?: string | undefined;
159361
159400
  fileIds?: string[] | undefined;
159401
+ templateId?: string | undefined;
159362
159402
  } | undefined;
159363
159403
  promptMetadata?: Record<string, any> | undefined;
159364
159404
  }, {
@@ -159370,6 +159410,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
159370
159410
  attachments?: {
159371
159411
  iterationId?: string | undefined;
159372
159412
  fileIds?: string[] | undefined;
159413
+ templateId?: string | undefined;
159373
159414
  } | undefined;
159374
159415
  promptMetadata?: Record<string, any> | undefined;
159375
159416
  }>>;
@@ -159387,6 +159428,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
159387
159428
  attachments?: {
159388
159429
  iterationId?: string | undefined;
159389
159430
  fileIds?: string[] | undefined;
159431
+ templateId?: string | undefined;
159390
159432
  } | undefined;
159391
159433
  promptMetadata?: Record<string, any> | undefined;
159392
159434
  } | undefined;
@@ -159404,6 +159446,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
159404
159446
  attachments?: {
159405
159447
  iterationId?: string | undefined;
159406
159448
  fileIds?: string[] | undefined;
159449
+ templateId?: string | undefined;
159407
159450
  } | undefined;
159408
159451
  promptMetadata?: Record<string, any> | undefined;
159409
159452
  } | undefined;
@@ -266039,12 +266082,15 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
266039
266082
  attachments: z$1.ZodOptional<z$1.ZodObject<{
266040
266083
  iterationId: z$1.ZodOptional<z$1.ZodString>;
266041
266084
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
266085
+ templateId: z$1.ZodOptional<z$1.ZodString>;
266042
266086
  }, "strip", z$1.ZodTypeAny, {
266043
266087
  iterationId?: string | undefined;
266044
266088
  fileIds?: string[] | undefined;
266089
+ templateId?: string | undefined;
266045
266090
  }, {
266046
266091
  iterationId?: string | undefined;
266047
266092
  fileIds?: string[] | undefined;
266093
+ templateId?: string | undefined;
266048
266094
  }>>;
266049
266095
  }, "strip", z$1.ZodTypeAny, {
266050
266096
  id: string;
@@ -266055,6 +266101,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
266055
266101
  attachments?: {
266056
266102
  iterationId?: string | undefined;
266057
266103
  fileIds?: string[] | undefined;
266104
+ templateId?: string | undefined;
266058
266105
  } | undefined;
266059
266106
  promptMetadata?: Record<string, any> | undefined;
266060
266107
  }, {
@@ -266066,6 +266113,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
266066
266113
  attachments?: {
266067
266114
  iterationId?: string | undefined;
266068
266115
  fileIds?: string[] | undefined;
266116
+ templateId?: string | undefined;
266069
266117
  } | undefined;
266070
266118
  promptMetadata?: Record<string, any> | undefined;
266071
266119
  }>;
@@ -266081,6 +266129,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
266081
266129
  attachments?: {
266082
266130
  iterationId?: string | undefined;
266083
266131
  fileIds?: string[] | undefined;
266132
+ templateId?: string | undefined;
266084
266133
  } | undefined;
266085
266134
  promptMetadata?: Record<string, any> | undefined;
266086
266135
  };
@@ -266099,6 +266148,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
266099
266148
  attachments?: {
266100
266149
  iterationId?: string | undefined;
266101
266150
  fileIds?: string[] | undefined;
266151
+ templateId?: string | undefined;
266102
266152
  } | undefined;
266103
266153
  promptMetadata?: Record<string, any> | undefined;
266104
266154
  };
@@ -303045,12 +303095,15 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303045
303095
  attachments: z.ZodOptional<z.ZodObject<{
303046
303096
  iterationId: z.ZodOptional<z.ZodString>;
303047
303097
  fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
303098
+ templateId: z.ZodOptional<z.ZodString>;
303048
303099
  }, "strip", z.ZodTypeAny, {
303049
303100
  iterationId?: string | undefined;
303050
303101
  fileIds?: string[] | undefined;
303102
+ templateId?: string | undefined;
303051
303103
  }, {
303052
303104
  iterationId?: string | undefined;
303053
303105
  fileIds?: string[] | undefined;
303106
+ templateId?: string | undefined;
303054
303107
  }>>;
303055
303108
  }, "strip", z.ZodTypeAny, {
303056
303109
  id: string;
@@ -303061,6 +303114,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303061
303114
  attachments?: {
303062
303115
  iterationId?: string | undefined;
303063
303116
  fileIds?: string[] | undefined;
303117
+ templateId?: string | undefined;
303064
303118
  } | undefined;
303065
303119
  promptMetadata?: Record<string, any> | undefined;
303066
303120
  }, {
@@ -303072,6 +303126,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303072
303126
  attachments?: {
303073
303127
  iterationId?: string | undefined;
303074
303128
  fileIds?: string[] | undefined;
303129
+ templateId?: string | undefined;
303075
303130
  } | undefined;
303076
303131
  promptMetadata?: Record<string, any> | undefined;
303077
303132
  }>;
@@ -303087,6 +303142,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303087
303142
  attachments?: {
303088
303143
  iterationId?: string | undefined;
303089
303144
  fileIds?: string[] | undefined;
303145
+ templateId?: string | undefined;
303090
303146
  } | undefined;
303091
303147
  promptMetadata?: Record<string, any> | undefined;
303092
303148
  };
@@ -303105,6 +303161,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303105
303161
  attachments?: {
303106
303162
  iterationId?: string | undefined;
303107
303163
  fileIds?: string[] | undefined;
303164
+ templateId?: string | undefined;
303108
303165
  } | undefined;
303109
303166
  promptMetadata?: Record<string, any> | undefined;
303110
303167
  };
@@ -303248,12 +303305,15 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303248
303305
  attachments: z.ZodOptional<z.ZodObject<{
303249
303306
  iterationId: z.ZodOptional<z.ZodString>;
303250
303307
  fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
303308
+ templateId: z.ZodOptional<z.ZodString>;
303251
303309
  }, "strip", z.ZodTypeAny, {
303252
303310
  iterationId?: string | undefined;
303253
303311
  fileIds?: string[] | undefined;
303312
+ templateId?: string | undefined;
303254
303313
  }, {
303255
303314
  iterationId?: string | undefined;
303256
303315
  fileIds?: string[] | undefined;
303316
+ templateId?: string | undefined;
303257
303317
  }>>;
303258
303318
  }, "strip", z.ZodTypeAny, {
303259
303319
  id: string;
@@ -303264,6 +303324,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303264
303324
  attachments?: {
303265
303325
  iterationId?: string | undefined;
303266
303326
  fileIds?: string[] | undefined;
303327
+ templateId?: string | undefined;
303267
303328
  } | undefined;
303268
303329
  promptMetadata?: Record<string, any> | undefined;
303269
303330
  }, {
@@ -303275,6 +303336,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303275
303336
  attachments?: {
303276
303337
  iterationId?: string | undefined;
303277
303338
  fileIds?: string[] | undefined;
303339
+ templateId?: string | undefined;
303278
303340
  } | undefined;
303279
303341
  promptMetadata?: Record<string, any> | undefined;
303280
303342
  }>>;
@@ -303292,6 +303354,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303292
303354
  attachments?: {
303293
303355
  iterationId?: string | undefined;
303294
303356
  fileIds?: string[] | undefined;
303357
+ templateId?: string | undefined;
303295
303358
  } | undefined;
303296
303359
  promptMetadata?: Record<string, any> | undefined;
303297
303360
  } | undefined;
@@ -303309,6 +303372,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303309
303372
  attachments?: {
303310
303373
  iterationId?: string | undefined;
303311
303374
  fileIds?: string[] | undefined;
303375
+ templateId?: string | undefined;
303312
303376
  } | undefined;
303313
303377
  promptMetadata?: Record<string, any> | undefined;
303314
303378
  } | undefined;
@@ -303346,6 +303410,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303346
303410
  attachments?: {
303347
303411
  iterationId?: string | undefined;
303348
303412
  fileIds?: string[] | undefined;
303413
+ templateId?: string | undefined;
303349
303414
  } | undefined;
303350
303415
  promptMetadata?: Record<string, any> | undefined;
303351
303416
  };
@@ -303367,6 +303432,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303367
303432
  attachments?: {
303368
303433
  iterationId?: string | undefined;
303369
303434
  fileIds?: string[] | undefined;
303435
+ templateId?: string | undefined;
303370
303436
  } | undefined;
303371
303437
  promptMetadata?: Record<string, any> | undefined;
303372
303438
  } | undefined;
@@ -303402,6 +303468,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303402
303468
  attachments?: {
303403
303469
  iterationId?: string | undefined;
303404
303470
  fileIds?: string[] | undefined;
303471
+ templateId?: string | undefined;
303405
303472
  } | undefined;
303406
303473
  promptMetadata?: Record<string, any> | undefined;
303407
303474
  };
@@ -303423,6 +303490,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
303423
303490
  attachments?: {
303424
303491
  iterationId?: string | undefined;
303425
303492
  fileIds?: string[] | undefined;
303493
+ templateId?: string | undefined;
303426
303494
  } | undefined;
303427
303495
  promptMetadata?: Record<string, any> | undefined;
303428
303496
  } | undefined;
@@ -303587,12 +303655,15 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303587
303655
  attachments: z.ZodOptional<z.ZodObject<{
303588
303656
  iterationId: z.ZodOptional<z.ZodString>;
303589
303657
  fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
303658
+ templateId: z.ZodOptional<z.ZodString>;
303590
303659
  }, "strip", z.ZodTypeAny, {
303591
303660
  iterationId?: string | undefined;
303592
303661
  fileIds?: string[] | undefined;
303662
+ templateId?: string | undefined;
303593
303663
  }, {
303594
303664
  iterationId?: string | undefined;
303595
303665
  fileIds?: string[] | undefined;
303666
+ templateId?: string | undefined;
303596
303667
  }>>;
303597
303668
  }, "strip", z.ZodTypeAny, {
303598
303669
  id: string;
@@ -303603,6 +303674,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303603
303674
  attachments?: {
303604
303675
  iterationId?: string | undefined;
303605
303676
  fileIds?: string[] | undefined;
303677
+ templateId?: string | undefined;
303606
303678
  } | undefined;
303607
303679
  promptMetadata?: Record<string, any> | undefined;
303608
303680
  }, {
@@ -303614,6 +303686,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303614
303686
  attachments?: {
303615
303687
  iterationId?: string | undefined;
303616
303688
  fileIds?: string[] | undefined;
303689
+ templateId?: string | undefined;
303617
303690
  } | undefined;
303618
303691
  promptMetadata?: Record<string, any> | undefined;
303619
303692
  }>;
@@ -303629,6 +303702,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303629
303702
  attachments?: {
303630
303703
  iterationId?: string | undefined;
303631
303704
  fileIds?: string[] | undefined;
303705
+ templateId?: string | undefined;
303632
303706
  } | undefined;
303633
303707
  promptMetadata?: Record<string, any> | undefined;
303634
303708
  };
@@ -303647,6 +303721,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303647
303721
  attachments?: {
303648
303722
  iterationId?: string | undefined;
303649
303723
  fileIds?: string[] | undefined;
303724
+ templateId?: string | undefined;
303650
303725
  } | undefined;
303651
303726
  promptMetadata?: Record<string, any> | undefined;
303652
303727
  };
@@ -303790,12 +303865,15 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303790
303865
  attachments: z.ZodOptional<z.ZodObject<{
303791
303866
  iterationId: z.ZodOptional<z.ZodString>;
303792
303867
  fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
303868
+ templateId: z.ZodOptional<z.ZodString>;
303793
303869
  }, "strip", z.ZodTypeAny, {
303794
303870
  iterationId?: string | undefined;
303795
303871
  fileIds?: string[] | undefined;
303872
+ templateId?: string | undefined;
303796
303873
  }, {
303797
303874
  iterationId?: string | undefined;
303798
303875
  fileIds?: string[] | undefined;
303876
+ templateId?: string | undefined;
303799
303877
  }>>;
303800
303878
  }, "strip", z.ZodTypeAny, {
303801
303879
  id: string;
@@ -303806,6 +303884,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303806
303884
  attachments?: {
303807
303885
  iterationId?: string | undefined;
303808
303886
  fileIds?: string[] | undefined;
303887
+ templateId?: string | undefined;
303809
303888
  } | undefined;
303810
303889
  promptMetadata?: Record<string, any> | undefined;
303811
303890
  }, {
@@ -303817,6 +303896,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303817
303896
  attachments?: {
303818
303897
  iterationId?: string | undefined;
303819
303898
  fileIds?: string[] | undefined;
303899
+ templateId?: string | undefined;
303820
303900
  } | undefined;
303821
303901
  promptMetadata?: Record<string, any> | undefined;
303822
303902
  }>>;
@@ -303834,6 +303914,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303834
303914
  attachments?: {
303835
303915
  iterationId?: string | undefined;
303836
303916
  fileIds?: string[] | undefined;
303917
+ templateId?: string | undefined;
303837
303918
  } | undefined;
303838
303919
  promptMetadata?: Record<string, any> | undefined;
303839
303920
  } | undefined;
@@ -303851,6 +303932,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303851
303932
  attachments?: {
303852
303933
  iterationId?: string | undefined;
303853
303934
  fileIds?: string[] | undefined;
303935
+ templateId?: string | undefined;
303854
303936
  } | undefined;
303855
303937
  promptMetadata?: Record<string, any> | undefined;
303856
303938
  } | undefined;
@@ -303887,6 +303969,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303887
303969
  attachments?: {
303888
303970
  iterationId?: string | undefined;
303889
303971
  fileIds?: string[] | undefined;
303972
+ templateId?: string | undefined;
303890
303973
  } | undefined;
303891
303974
  promptMetadata?: Record<string, any> | undefined;
303892
303975
  };
@@ -303908,6 +303991,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303908
303991
  attachments?: {
303909
303992
  iterationId?: string | undefined;
303910
303993
  fileIds?: string[] | undefined;
303994
+ templateId?: string | undefined;
303911
303995
  } | undefined;
303912
303996
  promptMetadata?: Record<string, any> | undefined;
303913
303997
  } | undefined;
@@ -303941,6 +304025,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303941
304025
  attachments?: {
303942
304026
  iterationId?: string | undefined;
303943
304027
  fileIds?: string[] | undefined;
304028
+ templateId?: string | undefined;
303944
304029
  } | undefined;
303945
304030
  promptMetadata?: Record<string, any> | undefined;
303946
304031
  };
@@ -303962,6 +304047,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
303962
304047
  attachments?: {
303963
304048
  iterationId?: string | undefined;
303964
304049
  fileIds?: string[] | undefined;
304050
+ templateId?: string | undefined;
303965
304051
  } | undefined;
303966
304052
  promptMetadata?: Record<string, any> | undefined;
303967
304053
  } | undefined;
@@ -352007,12 +352093,15 @@ type DTOThreadAgentResponseTracker = z$1.infer<typeof DTOThreadAgentResponseTrac
352007
352093
  declare const DTOThreadMessageAttachmentsCreateInput: z$1.ZodObject<{
352008
352094
  iterationId: z$1.ZodOptional<z$1.ZodString>;
352009
352095
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
352096
+ templateId: z$1.ZodOptional<z$1.ZodString>;
352010
352097
  }, "strip", z$1.ZodTypeAny, {
352011
352098
  iterationId?: string | undefined;
352012
352099
  fileIds?: string[] | undefined;
352100
+ templateId?: string | undefined;
352013
352101
  }, {
352014
352102
  iterationId?: string | undefined;
352015
352103
  fileIds?: string[] | undefined;
352104
+ templateId?: string | undefined;
352016
352105
  }>;
352017
352106
  type DTOThreadMessageAttachmentsCreateInput = z$1.infer<typeof DTOThreadMessageAttachmentsCreateInput>;
352018
352107
  declare const DTOThreadMessageFinalizeInput: z$1.ZodObject<{
@@ -352403,12 +352492,15 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
352403
352492
  attachments: z$1.ZodOptional<z$1.ZodObject<{
352404
352493
  iterationId: z$1.ZodOptional<z$1.ZodString>;
352405
352494
  fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
352495
+ templateId: z$1.ZodOptional<z$1.ZodString>;
352406
352496
  }, "strip", z$1.ZodTypeAny, {
352407
352497
  iterationId?: string | undefined;
352408
352498
  fileIds?: string[] | undefined;
352499
+ templateId?: string | undefined;
352409
352500
  }, {
352410
352501
  iterationId?: string | undefined;
352411
352502
  fileIds?: string[] | undefined;
352503
+ templateId?: string | undefined;
352412
352504
  }>>;
352413
352505
  }, "strip", z$1.ZodTypeAny, {
352414
352506
  id: string;
@@ -352419,6 +352511,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
352419
352511
  attachments?: {
352420
352512
  iterationId?: string | undefined;
352421
352513
  fileIds?: string[] | undefined;
352514
+ templateId?: string | undefined;
352422
352515
  } | undefined;
352423
352516
  promptMetadata?: Record<string, any> | undefined;
352424
352517
  }, {
@@ -352430,6 +352523,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
352430
352523
  attachments?: {
352431
352524
  iterationId?: string | undefined;
352432
352525
  fileIds?: string[] | undefined;
352526
+ templateId?: string | undefined;
352433
352527
  } | undefined;
352434
352528
  promptMetadata?: Record<string, any> | undefined;
352435
352529
  }>;