@supernova-studio/client 1.78.0 → 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 +133 -0
- package/dist/index.d.ts +133 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|
|
@@ -332219,12 +332305,15 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332219
332305
|
name: z$1.ZodString;
|
|
332220
332306
|
description: z$1.ZodString;
|
|
332221
332307
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332308
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332222
332309
|
}, "strip", z$1.ZodTypeAny, {
|
|
332310
|
+
files: string[];
|
|
332223
332311
|
id: string;
|
|
332224
332312
|
name: string;
|
|
332225
332313
|
description: string;
|
|
332226
332314
|
thumbnailUrl?: string | undefined;
|
|
332227
332315
|
}, {
|
|
332316
|
+
files: string[];
|
|
332228
332317
|
id: string;
|
|
332229
332318
|
name: string;
|
|
332230
332319
|
description: string;
|
|
@@ -332236,6 +332325,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332236
332325
|
createdByUserId: string;
|
|
332237
332326
|
e2bTemplateId: string;
|
|
332238
332327
|
templates?: {
|
|
332328
|
+
files: string[];
|
|
332239
332329
|
id: string;
|
|
332240
332330
|
name: string;
|
|
332241
332331
|
description: string;
|
|
@@ -332247,6 +332337,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332247
332337
|
createdByUserId: string;
|
|
332248
332338
|
e2bTemplateId: string;
|
|
332249
332339
|
templates?: {
|
|
332340
|
+
files: string[];
|
|
332250
332341
|
id: string;
|
|
332251
332342
|
name: string;
|
|
332252
332343
|
description: string;
|
|
@@ -332265,6 +332356,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332265
332356
|
createdByUserId: string;
|
|
332266
332357
|
e2bTemplateId: string;
|
|
332267
332358
|
templates?: {
|
|
332359
|
+
files: string[];
|
|
332268
332360
|
id: string;
|
|
332269
332361
|
name: string;
|
|
332270
332362
|
description: string;
|
|
@@ -332283,6 +332375,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332283
332375
|
createdByUserId: string;
|
|
332284
332376
|
e2bTemplateId: string;
|
|
332285
332377
|
templates?: {
|
|
332378
|
+
files: string[];
|
|
332286
332379
|
id: string;
|
|
332287
332380
|
name: string;
|
|
332288
332381
|
description: string;
|
|
@@ -332301,12 +332394,15 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332301
332394
|
name: z$1.ZodString;
|
|
332302
332395
|
description: z$1.ZodString;
|
|
332303
332396
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332397
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332304
332398
|
}, "strip", z$1.ZodTypeAny, {
|
|
332399
|
+
files: string[];
|
|
332305
332400
|
id: string;
|
|
332306
332401
|
name: string;
|
|
332307
332402
|
description: string;
|
|
332308
332403
|
thumbnailUrl?: string | undefined;
|
|
332309
332404
|
}, {
|
|
332405
|
+
files: string[];
|
|
332310
332406
|
id: string;
|
|
332311
332407
|
name: string;
|
|
332312
332408
|
description: string;
|
|
@@ -332318,6 +332414,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332318
332414
|
createdByUserId: string;
|
|
332319
332415
|
e2bTemplateId: string;
|
|
332320
332416
|
templates?: {
|
|
332417
|
+
files: string[];
|
|
332321
332418
|
id: string;
|
|
332322
332419
|
name: string;
|
|
332323
332420
|
description: string;
|
|
@@ -332329,6 +332426,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332329
332426
|
createdByUserId: string;
|
|
332330
332427
|
e2bTemplateId: string;
|
|
332331
332428
|
templates?: {
|
|
332429
|
+
files: string[];
|
|
332332
332430
|
id: string;
|
|
332333
332431
|
name: string;
|
|
332334
332432
|
description: string;
|
|
@@ -332402,12 +332500,15 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332402
332500
|
name: z$1.ZodString;
|
|
332403
332501
|
description: z$1.ZodString;
|
|
332404
332502
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332503
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332405
332504
|
}, "strip", z$1.ZodTypeAny, {
|
|
332505
|
+
files: string[];
|
|
332406
332506
|
id: string;
|
|
332407
332507
|
name: string;
|
|
332408
332508
|
description: string;
|
|
332409
332509
|
thumbnailUrl?: string | undefined;
|
|
332410
332510
|
}, {
|
|
332511
|
+
files: string[];
|
|
332411
332512
|
id: string;
|
|
332412
332513
|
name: string;
|
|
332413
332514
|
description: string;
|
|
@@ -332419,6 +332520,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332419
332520
|
createdByUserId: string;
|
|
332420
332521
|
e2bTemplateId: string;
|
|
332421
332522
|
templates?: {
|
|
332523
|
+
files: string[];
|
|
332422
332524
|
id: string;
|
|
332423
332525
|
name: string;
|
|
332424
332526
|
description: string;
|
|
@@ -332430,6 +332532,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332430
332532
|
createdByUserId: string;
|
|
332431
332533
|
e2bTemplateId: string;
|
|
332432
332534
|
templates?: {
|
|
332535
|
+
files: string[];
|
|
332433
332536
|
id: string;
|
|
332434
332537
|
name: string;
|
|
332435
332538
|
description: string;
|
|
@@ -332465,6 +332568,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332465
332568
|
createdByUserId: string;
|
|
332466
332569
|
e2bTemplateId: string;
|
|
332467
332570
|
templates?: {
|
|
332571
|
+
files: string[];
|
|
332468
332572
|
id: string;
|
|
332469
332573
|
name: string;
|
|
332470
332574
|
description: string;
|
|
@@ -332484,6 +332588,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332484
332588
|
createdByUserId: string;
|
|
332485
332589
|
e2bTemplateId: string;
|
|
332486
332590
|
templates?: {
|
|
332591
|
+
files: string[];
|
|
332487
332592
|
id: string;
|
|
332488
332593
|
name: string;
|
|
332489
332594
|
description: string;
|
|
@@ -332520,12 +332625,15 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332520
332625
|
name: z$1.ZodString;
|
|
332521
332626
|
description: z$1.ZodString;
|
|
332522
332627
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332628
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332523
332629
|
}, "strip", z$1.ZodTypeAny, {
|
|
332630
|
+
files: string[];
|
|
332524
332631
|
id: string;
|
|
332525
332632
|
name: string;
|
|
332526
332633
|
description: string;
|
|
332527
332634
|
thumbnailUrl?: string | undefined;
|
|
332528
332635
|
}, {
|
|
332636
|
+
files: string[];
|
|
332529
332637
|
id: string;
|
|
332530
332638
|
name: string;
|
|
332531
332639
|
description: string;
|
|
@@ -332537,6 +332645,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332537
332645
|
createdByUserId: string;
|
|
332538
332646
|
e2bTemplateId: string;
|
|
332539
332647
|
templates?: {
|
|
332648
|
+
files: string[];
|
|
332540
332649
|
id: string;
|
|
332541
332650
|
name: string;
|
|
332542
332651
|
description: string;
|
|
@@ -332548,6 +332657,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332548
332657
|
createdByUserId: string;
|
|
332549
332658
|
e2bTemplateId: string;
|
|
332550
332659
|
templates?: {
|
|
332660
|
+
files: string[];
|
|
332551
332661
|
id: string;
|
|
332552
332662
|
name: string;
|
|
332553
332663
|
description: string;
|
|
@@ -332566,6 +332676,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332566
332676
|
createdByUserId: string;
|
|
332567
332677
|
e2bTemplateId: string;
|
|
332568
332678
|
templates?: {
|
|
332679
|
+
files: string[];
|
|
332569
332680
|
id: string;
|
|
332570
332681
|
name: string;
|
|
332571
332682
|
description: string;
|
|
@@ -332584,6 +332695,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332584
332695
|
createdByUserId: string;
|
|
332585
332696
|
e2bTemplateId: string;
|
|
332586
332697
|
templates?: {
|
|
332698
|
+
files: string[];
|
|
332587
332699
|
id: string;
|
|
332588
332700
|
name: string;
|
|
332589
332701
|
description: string;
|
|
@@ -332604,6 +332716,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332604
332716
|
createdByUserId: string;
|
|
332605
332717
|
e2bTemplateId: string;
|
|
332606
332718
|
templates?: {
|
|
332719
|
+
files: string[];
|
|
332607
332720
|
id: string;
|
|
332608
332721
|
name: string;
|
|
332609
332722
|
description: string;
|
|
@@ -332624,6 +332737,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332624
332737
|
createdByUserId: string;
|
|
332625
332738
|
e2bTemplateId: string;
|
|
332626
332739
|
templates?: {
|
|
332740
|
+
files: string[];
|
|
332627
332741
|
id: string;
|
|
332628
332742
|
name: string;
|
|
332629
332743
|
description: string;
|
|
@@ -332650,12 +332764,15 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332650
332764
|
name: z$1.ZodString;
|
|
332651
332765
|
description: z$1.ZodString;
|
|
332652
332766
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332767
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332653
332768
|
}, "strip", z$1.ZodTypeAny, {
|
|
332769
|
+
files: string[];
|
|
332654
332770
|
id: string;
|
|
332655
332771
|
name: string;
|
|
332656
332772
|
description: string;
|
|
332657
332773
|
thumbnailUrl?: string | undefined;
|
|
332658
332774
|
}, {
|
|
332775
|
+
files: string[];
|
|
332659
332776
|
id: string;
|
|
332660
332777
|
name: string;
|
|
332661
332778
|
description: string;
|
|
@@ -332667,6 +332784,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332667
332784
|
createdByUserId: string;
|
|
332668
332785
|
e2bTemplateId: string;
|
|
332669
332786
|
templates?: {
|
|
332787
|
+
files: string[];
|
|
332670
332788
|
id: string;
|
|
332671
332789
|
name: string;
|
|
332672
332790
|
description: string;
|
|
@@ -332678,6 +332796,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332678
332796
|
createdByUserId: string;
|
|
332679
332797
|
e2bTemplateId: string;
|
|
332680
332798
|
templates?: {
|
|
332799
|
+
files: string[];
|
|
332681
332800
|
id: string;
|
|
332682
332801
|
name: string;
|
|
332683
332802
|
description: string;
|
|
@@ -332696,6 +332815,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332696
332815
|
createdByUserId: string;
|
|
332697
332816
|
e2bTemplateId: string;
|
|
332698
332817
|
templates?: {
|
|
332818
|
+
files: string[];
|
|
332699
332819
|
id: string;
|
|
332700
332820
|
name: string;
|
|
332701
332821
|
description: string;
|
|
@@ -332714,6 +332834,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332714
332834
|
createdByUserId: string;
|
|
332715
332835
|
e2bTemplateId: string;
|
|
332716
332836
|
templates?: {
|
|
332837
|
+
files: string[];
|
|
332717
332838
|
id: string;
|
|
332718
332839
|
name: string;
|
|
332719
332840
|
description: string;
|
|
@@ -332734,6 +332855,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332734
332855
|
createdByUserId: string;
|
|
332735
332856
|
e2bTemplateId: string;
|
|
332736
332857
|
templates?: {
|
|
332858
|
+
files: string[];
|
|
332737
332859
|
id: string;
|
|
332738
332860
|
name: string;
|
|
332739
332861
|
description: string;
|
|
@@ -332754,6 +332876,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332754
332876
|
createdByUserId: string;
|
|
332755
332877
|
e2bTemplateId: string;
|
|
332756
332878
|
templates?: {
|
|
332879
|
+
files: string[];
|
|
332757
332880
|
id: string;
|
|
332758
332881
|
name: string;
|
|
332759
332882
|
description: string;
|
|
@@ -351970,12 +352093,15 @@ type DTOThreadAgentResponseTracker = z$1.infer<typeof DTOThreadAgentResponseTrac
|
|
|
351970
352093
|
declare const DTOThreadMessageAttachmentsCreateInput: z$1.ZodObject<{
|
|
351971
352094
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
351972
352095
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352096
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
351973
352097
|
}, "strip", z$1.ZodTypeAny, {
|
|
351974
352098
|
iterationId?: string | undefined;
|
|
351975
352099
|
fileIds?: string[] | undefined;
|
|
352100
|
+
templateId?: string | undefined;
|
|
351976
352101
|
}, {
|
|
351977
352102
|
iterationId?: string | undefined;
|
|
351978
352103
|
fileIds?: string[] | undefined;
|
|
352104
|
+
templateId?: string | undefined;
|
|
351979
352105
|
}>;
|
|
351980
352106
|
type DTOThreadMessageAttachmentsCreateInput = z$1.infer<typeof DTOThreadMessageAttachmentsCreateInput>;
|
|
351981
352107
|
declare const DTOThreadMessageFinalizeInput: z$1.ZodObject<{
|
|
@@ -352366,12 +352492,15 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352366
352492
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
352367
352493
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
352368
352494
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352495
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352369
352496
|
}, "strip", z$1.ZodTypeAny, {
|
|
352370
352497
|
iterationId?: string | undefined;
|
|
352371
352498
|
fileIds?: string[] | undefined;
|
|
352499
|
+
templateId?: string | undefined;
|
|
352372
352500
|
}, {
|
|
352373
352501
|
iterationId?: string | undefined;
|
|
352374
352502
|
fileIds?: string[] | undefined;
|
|
352503
|
+
templateId?: string | undefined;
|
|
352375
352504
|
}>>;
|
|
352376
352505
|
}, "strip", z$1.ZodTypeAny, {
|
|
352377
352506
|
id: string;
|
|
@@ -352382,6 +352511,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352382
352511
|
attachments?: {
|
|
352383
352512
|
iterationId?: string | undefined;
|
|
352384
352513
|
fileIds?: string[] | undefined;
|
|
352514
|
+
templateId?: string | undefined;
|
|
352385
352515
|
} | undefined;
|
|
352386
352516
|
promptMetadata?: Record<string, any> | undefined;
|
|
352387
352517
|
}, {
|
|
@@ -352393,6 +352523,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352393
352523
|
attachments?: {
|
|
352394
352524
|
iterationId?: string | undefined;
|
|
352395
352525
|
fileIds?: string[] | undefined;
|
|
352526
|
+
templateId?: string | undefined;
|
|
352396
352527
|
} | undefined;
|
|
352397
352528
|
promptMetadata?: Record<string, any> | undefined;
|
|
352398
352529
|
}>;
|
|
@@ -388958,6 +389089,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388958
389089
|
createdByUserId: string;
|
|
388959
389090
|
e2bTemplateId: string;
|
|
388960
389091
|
templates?: {
|
|
389092
|
+
files: string[];
|
|
388961
389093
|
id: string;
|
|
388962
389094
|
name: string;
|
|
388963
389095
|
description: string;
|
|
@@ -388979,6 +389111,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388979
389111
|
createdByUserId: string;
|
|
388980
389112
|
e2bTemplateId: string;
|
|
388981
389113
|
templates?: {
|
|
389114
|
+
files: string[];
|
|
388982
389115
|
id: string;
|
|
388983
389116
|
name: string;
|
|
388984
389117
|
description: string;
|