@supernova-studio/client 1.75.0 → 1.76.1
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 +342 -22
- package/dist/index.d.ts +342 -22
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8389,7 +8389,7 @@ declare const StringVariableScopeType: z.Values<["TEXT_CONTENT", "FONT_FAMILY",
|
|
|
8389
8389
|
declare const VariableCollectionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8390
8390
|
id: z.ZodString;
|
|
8391
8391
|
name: z.ZodString;
|
|
8392
|
-
key: z.
|
|
8392
|
+
key: z.ZodString;
|
|
8393
8393
|
modes: z.ZodArray<z.ZodObject<{
|
|
8394
8394
|
modeId: z.ZodString;
|
|
8395
8395
|
name: z.ZodString;
|
|
@@ -8518,6 +8518,7 @@ declare const VariableCollectionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8518
8518
|
id: string;
|
|
8519
8519
|
name: string;
|
|
8520
8520
|
remote: boolean;
|
|
8521
|
+
key: string;
|
|
8521
8522
|
hiddenFromPublishing: boolean;
|
|
8522
8523
|
modes: {
|
|
8523
8524
|
name: string;
|
|
@@ -8525,7 +8526,6 @@ declare const VariableCollectionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8525
8526
|
parentModeId?: string | undefined;
|
|
8526
8527
|
}[];
|
|
8527
8528
|
defaultModeId: string;
|
|
8528
|
-
key?: string | undefined;
|
|
8529
8529
|
isExtension?: boolean | undefined;
|
|
8530
8530
|
parentVariableCollectionId?: string | undefined;
|
|
8531
8531
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -8560,6 +8560,7 @@ declare const VariableCollectionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8560
8560
|
id: string;
|
|
8561
8561
|
name: string;
|
|
8562
8562
|
remote: boolean;
|
|
8563
|
+
key: string;
|
|
8563
8564
|
hiddenFromPublishing: boolean;
|
|
8564
8565
|
modes: {
|
|
8565
8566
|
name: string;
|
|
@@ -8567,7 +8568,6 @@ declare const VariableCollectionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8567
8568
|
parentModeId?: string | undefined;
|
|
8568
8569
|
}[];
|
|
8569
8570
|
defaultModeId: string;
|
|
8570
|
-
key?: string | undefined;
|
|
8571
8571
|
isExtension?: boolean | undefined;
|
|
8572
8572
|
parentVariableCollectionId?: string | undefined;
|
|
8573
8573
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -8604,7 +8604,7 @@ declare const VariablesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8604
8604
|
name: z.ZodString;
|
|
8605
8605
|
key: z.ZodString;
|
|
8606
8606
|
variableCollectionId: z.ZodString;
|
|
8607
|
-
variableCollectionKey: z.
|
|
8607
|
+
variableCollectionKey: z.ZodString;
|
|
8608
8608
|
resolvedType: z.ZodEnum<["BOOLEAN", "FLOAT", "STRING", "COLOR"]>;
|
|
8609
8609
|
valuesByMode: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>, z.ZodString]>, z.ZodObject<{
|
|
8610
8610
|
r: z.ZodNumber;
|
|
@@ -8723,6 +8723,7 @@ declare const VariablesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8723
8723
|
remote: boolean;
|
|
8724
8724
|
key: string;
|
|
8725
8725
|
variableCollectionId: string;
|
|
8726
|
+
variableCollectionKey: string;
|
|
8726
8727
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
8727
8728
|
valuesByMode: Record<string, string | number | boolean | {
|
|
8728
8729
|
r: number;
|
|
@@ -8753,7 +8754,6 @@ declare const VariablesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8753
8754
|
}>;
|
|
8754
8755
|
hiddenFromPublishing: boolean;
|
|
8755
8756
|
scopes: string[];
|
|
8756
|
-
variableCollectionKey?: string | undefined;
|
|
8757
8757
|
codeSyntax?: Record<string, any> | undefined;
|
|
8758
8758
|
}, {
|
|
8759
8759
|
id: string;
|
|
@@ -8762,6 +8762,7 @@ declare const VariablesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8762
8762
|
remote: boolean;
|
|
8763
8763
|
key: string;
|
|
8764
8764
|
variableCollectionId: string;
|
|
8765
|
+
variableCollectionKey: string;
|
|
8765
8766
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
8766
8767
|
valuesByMode: Record<string, string | number | boolean | {
|
|
8767
8768
|
r: number;
|
|
@@ -8792,7 +8793,6 @@ declare const VariablesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
8792
8793
|
}>;
|
|
8793
8794
|
hiddenFromPublishing: boolean;
|
|
8794
8795
|
scopes: string[];
|
|
8795
|
-
variableCollectionKey?: string | undefined;
|
|
8796
8796
|
codeSyntax?: Record<string, any> | undefined;
|
|
8797
8797
|
}>>;
|
|
8798
8798
|
declare const RGB: z.ZodObject<{
|
|
@@ -8834,7 +8834,7 @@ declare const Variable: z.ZodObject<{
|
|
|
8834
8834
|
name: z.ZodString;
|
|
8835
8835
|
key: z.ZodString;
|
|
8836
8836
|
variableCollectionId: z.ZodString;
|
|
8837
|
-
variableCollectionKey: z.
|
|
8837
|
+
variableCollectionKey: z.ZodString;
|
|
8838
8838
|
resolvedType: z.ZodEnum<["BOOLEAN", "FLOAT", "STRING", "COLOR"]>;
|
|
8839
8839
|
valuesByMode: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>, z.ZodString]>, z.ZodObject<{
|
|
8840
8840
|
r: z.ZodNumber;
|
|
@@ -8953,6 +8953,7 @@ declare const Variable: z.ZodObject<{
|
|
|
8953
8953
|
remote: boolean;
|
|
8954
8954
|
key: string;
|
|
8955
8955
|
variableCollectionId: string;
|
|
8956
|
+
variableCollectionKey: string;
|
|
8956
8957
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
8957
8958
|
valuesByMode: Record<string, string | number | boolean | {
|
|
8958
8959
|
r: number;
|
|
@@ -8983,7 +8984,6 @@ declare const Variable: z.ZodObject<{
|
|
|
8983
8984
|
}>;
|
|
8984
8985
|
hiddenFromPublishing: boolean;
|
|
8985
8986
|
scopes: string[];
|
|
8986
|
-
variableCollectionKey?: string | undefined;
|
|
8987
8987
|
codeSyntax?: Record<string, any> | undefined;
|
|
8988
8988
|
}, {
|
|
8989
8989
|
id: string;
|
|
@@ -8992,6 +8992,7 @@ declare const Variable: z.ZodObject<{
|
|
|
8992
8992
|
remote: boolean;
|
|
8993
8993
|
key: string;
|
|
8994
8994
|
variableCollectionId: string;
|
|
8995
|
+
variableCollectionKey: string;
|
|
8995
8996
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
8996
8997
|
valuesByMode: Record<string, string | number | boolean | {
|
|
8997
8998
|
r: number;
|
|
@@ -9022,7 +9023,6 @@ declare const Variable: z.ZodObject<{
|
|
|
9022
9023
|
}>;
|
|
9023
9024
|
hiddenFromPublishing: boolean;
|
|
9024
9025
|
scopes: string[];
|
|
9025
|
-
variableCollectionKey?: string | undefined;
|
|
9026
9026
|
codeSyntax?: Record<string, any> | undefined;
|
|
9027
9027
|
}>;
|
|
9028
9028
|
type Variable = z.infer<typeof Variable>;
|
|
@@ -9227,7 +9227,7 @@ type VariableMode = z.infer<typeof VariableMode>;
|
|
|
9227
9227
|
declare const Collection: z.ZodObject<{
|
|
9228
9228
|
id: z.ZodString;
|
|
9229
9229
|
name: z.ZodString;
|
|
9230
|
-
key: z.
|
|
9230
|
+
key: z.ZodString;
|
|
9231
9231
|
modes: z.ZodArray<z.ZodObject<{
|
|
9232
9232
|
modeId: z.ZodString;
|
|
9233
9233
|
name: z.ZodString;
|
|
@@ -9356,6 +9356,7 @@ declare const Collection: z.ZodObject<{
|
|
|
9356
9356
|
id: string;
|
|
9357
9357
|
name: string;
|
|
9358
9358
|
remote: boolean;
|
|
9359
|
+
key: string;
|
|
9359
9360
|
hiddenFromPublishing: boolean;
|
|
9360
9361
|
modes: {
|
|
9361
9362
|
name: string;
|
|
@@ -9363,7 +9364,6 @@ declare const Collection: z.ZodObject<{
|
|
|
9363
9364
|
parentModeId?: string | undefined;
|
|
9364
9365
|
}[];
|
|
9365
9366
|
defaultModeId: string;
|
|
9366
|
-
key?: string | undefined;
|
|
9367
9367
|
isExtension?: boolean | undefined;
|
|
9368
9368
|
parentVariableCollectionId?: string | undefined;
|
|
9369
9369
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -9398,6 +9398,7 @@ declare const Collection: z.ZodObject<{
|
|
|
9398
9398
|
id: string;
|
|
9399
9399
|
name: string;
|
|
9400
9400
|
remote: boolean;
|
|
9401
|
+
key: string;
|
|
9401
9402
|
hiddenFromPublishing: boolean;
|
|
9402
9403
|
modes: {
|
|
9403
9404
|
name: string;
|
|
@@ -9405,7 +9406,6 @@ declare const Collection: z.ZodObject<{
|
|
|
9405
9406
|
parentModeId?: string | undefined;
|
|
9406
9407
|
}[];
|
|
9407
9408
|
defaultModeId: string;
|
|
9408
|
-
key?: string | undefined;
|
|
9409
9409
|
isExtension?: boolean | undefined;
|
|
9410
9410
|
parentVariableCollectionId?: string | undefined;
|
|
9411
9411
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -9464,7 +9464,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9464
9464
|
variableCollections: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
9465
9465
|
id: z.ZodString;
|
|
9466
9466
|
name: z.ZodString;
|
|
9467
|
-
key: z.
|
|
9467
|
+
key: z.ZodString;
|
|
9468
9468
|
modes: z.ZodArray<z.ZodObject<{
|
|
9469
9469
|
modeId: z.ZodString;
|
|
9470
9470
|
name: z.ZodString;
|
|
@@ -9593,6 +9593,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9593
9593
|
id: string;
|
|
9594
9594
|
name: string;
|
|
9595
9595
|
remote: boolean;
|
|
9596
|
+
key: string;
|
|
9596
9597
|
hiddenFromPublishing: boolean;
|
|
9597
9598
|
modes: {
|
|
9598
9599
|
name: string;
|
|
@@ -9600,7 +9601,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9600
9601
|
parentModeId?: string | undefined;
|
|
9601
9602
|
}[];
|
|
9602
9603
|
defaultModeId: string;
|
|
9603
|
-
key?: string | undefined;
|
|
9604
9604
|
isExtension?: boolean | undefined;
|
|
9605
9605
|
parentVariableCollectionId?: string | undefined;
|
|
9606
9606
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -9635,6 +9635,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9635
9635
|
id: string;
|
|
9636
9636
|
name: string;
|
|
9637
9637
|
remote: boolean;
|
|
9638
|
+
key: string;
|
|
9638
9639
|
hiddenFromPublishing: boolean;
|
|
9639
9640
|
modes: {
|
|
9640
9641
|
name: string;
|
|
@@ -9642,7 +9643,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9642
9643
|
parentModeId?: string | undefined;
|
|
9643
9644
|
}[];
|
|
9644
9645
|
defaultModeId: string;
|
|
9645
|
-
key?: string | undefined;
|
|
9646
9646
|
isExtension?: boolean | undefined;
|
|
9647
9647
|
parentVariableCollectionId?: string | undefined;
|
|
9648
9648
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -9679,7 +9679,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9679
9679
|
name: z.ZodString;
|
|
9680
9680
|
key: z.ZodString;
|
|
9681
9681
|
variableCollectionId: z.ZodString;
|
|
9682
|
-
variableCollectionKey: z.
|
|
9682
|
+
variableCollectionKey: z.ZodString;
|
|
9683
9683
|
resolvedType: z.ZodEnum<["BOOLEAN", "FLOAT", "STRING", "COLOR"]>;
|
|
9684
9684
|
valuesByMode: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>, z.ZodString]>, z.ZodObject<{
|
|
9685
9685
|
r: z.ZodNumber;
|
|
@@ -9798,6 +9798,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9798
9798
|
remote: boolean;
|
|
9799
9799
|
key: string;
|
|
9800
9800
|
variableCollectionId: string;
|
|
9801
|
+
variableCollectionKey: string;
|
|
9801
9802
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
9802
9803
|
valuesByMode: Record<string, string | number | boolean | {
|
|
9803
9804
|
r: number;
|
|
@@ -9828,7 +9829,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9828
9829
|
}>;
|
|
9829
9830
|
hiddenFromPublishing: boolean;
|
|
9830
9831
|
scopes: string[];
|
|
9831
|
-
variableCollectionKey?: string | undefined;
|
|
9832
9832
|
codeSyntax?: Record<string, any> | undefined;
|
|
9833
9833
|
}, {
|
|
9834
9834
|
id: string;
|
|
@@ -9837,6 +9837,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9837
9837
|
remote: boolean;
|
|
9838
9838
|
key: string;
|
|
9839
9839
|
variableCollectionId: string;
|
|
9840
|
+
variableCollectionKey: string;
|
|
9840
9841
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
9841
9842
|
valuesByMode: Record<string, string | number | boolean | {
|
|
9842
9843
|
r: number;
|
|
@@ -9867,7 +9868,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9867
9868
|
}>;
|
|
9868
9869
|
hiddenFromPublishing: boolean;
|
|
9869
9870
|
scopes: string[];
|
|
9870
|
-
variableCollectionKey?: string | undefined;
|
|
9871
9871
|
codeSyntax?: Record<string, any> | undefined;
|
|
9872
9872
|
}>>;
|
|
9873
9873
|
variablesOrder: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -9895,6 +9895,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9895
9895
|
id: string;
|
|
9896
9896
|
name: string;
|
|
9897
9897
|
remote: boolean;
|
|
9898
|
+
key: string;
|
|
9898
9899
|
hiddenFromPublishing: boolean;
|
|
9899
9900
|
modes: {
|
|
9900
9901
|
name: string;
|
|
@@ -9902,7 +9903,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9902
9903
|
parentModeId?: string | undefined;
|
|
9903
9904
|
}[];
|
|
9904
9905
|
defaultModeId: string;
|
|
9905
|
-
key?: string | undefined;
|
|
9906
9906
|
isExtension?: boolean | undefined;
|
|
9907
9907
|
parentVariableCollectionId?: string | undefined;
|
|
9908
9908
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -9941,6 +9941,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9941
9941
|
remote: boolean;
|
|
9942
9942
|
key: string;
|
|
9943
9943
|
variableCollectionId: string;
|
|
9944
|
+
variableCollectionKey: string;
|
|
9944
9945
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
9945
9946
|
valuesByMode: Record<string, string | number | boolean | {
|
|
9946
9947
|
r: number;
|
|
@@ -9971,7 +9972,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9971
9972
|
}>;
|
|
9972
9973
|
hiddenFromPublishing: boolean;
|
|
9973
9974
|
scopes: string[];
|
|
9974
|
-
variableCollectionKey?: string | undefined;
|
|
9975
9975
|
codeSyntax?: Record<string, any> | undefined;
|
|
9976
9976
|
}>;
|
|
9977
9977
|
variablesOrder?: string[] | undefined;
|
|
@@ -9987,6 +9987,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9987
9987
|
id: string;
|
|
9988
9988
|
name: string;
|
|
9989
9989
|
remote: boolean;
|
|
9990
|
+
key: string;
|
|
9990
9991
|
hiddenFromPublishing: boolean;
|
|
9991
9992
|
modes: {
|
|
9992
9993
|
name: string;
|
|
@@ -9994,7 +9995,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
9994
9995
|
parentModeId?: string | undefined;
|
|
9995
9996
|
}[];
|
|
9996
9997
|
defaultModeId: string;
|
|
9997
|
-
key?: string | undefined;
|
|
9998
9998
|
isExtension?: boolean | undefined;
|
|
9999
9999
|
parentVariableCollectionId?: string | undefined;
|
|
10000
10000
|
parentVariableCollectionKey?: string | undefined;
|
|
@@ -10033,6 +10033,7 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
10033
10033
|
remote: boolean;
|
|
10034
10034
|
key: string;
|
|
10035
10035
|
variableCollectionId: string;
|
|
10036
|
+
variableCollectionKey: string;
|
|
10036
10037
|
resolvedType: "BOOLEAN" | "FLOAT" | "STRING" | "COLOR";
|
|
10037
10038
|
valuesByMode: Record<string, string | number | boolean | {
|
|
10038
10039
|
r: number;
|
|
@@ -10063,7 +10064,6 @@ declare const FormattedCollections: z.ZodObject<{
|
|
|
10063
10064
|
}>;
|
|
10064
10065
|
hiddenFromPublishing: boolean;
|
|
10065
10066
|
scopes: string[];
|
|
10066
|
-
variableCollectionKey?: string | undefined;
|
|
10067
10067
|
codeSyntax?: Record<string, any> | undefined;
|
|
10068
10068
|
}>;
|
|
10069
10069
|
variablesOrder?: string[] | undefined;
|
|
@@ -143147,6 +143147,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
143147
143147
|
renderMode: "Image" | "HTML" | "JSON";
|
|
143148
143148
|
} | undefined;
|
|
143149
143149
|
}>, "many">>;
|
|
143150
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
143150
143151
|
}, "strip", z$1.ZodTypeAny, {
|
|
143151
143152
|
files?: {
|
|
143152
143153
|
id: string;
|
|
@@ -143161,6 +143162,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
143161
143162
|
} | undefined;
|
|
143162
143163
|
}[] | undefined;
|
|
143163
143164
|
iterationId?: string | undefined;
|
|
143165
|
+
templateId?: string | undefined;
|
|
143164
143166
|
}, {
|
|
143165
143167
|
files?: {
|
|
143166
143168
|
id: string;
|
|
@@ -143175,6 +143177,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
143175
143177
|
} | undefined;
|
|
143176
143178
|
}[] | undefined;
|
|
143177
143179
|
iterationId?: string | undefined;
|
|
143180
|
+
templateId?: string | undefined;
|
|
143178
143181
|
}>>;
|
|
143179
143182
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
143180
143183
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -143521,6 +143524,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
143521
143524
|
renderMode: "Image" | "HTML" | "JSON";
|
|
143522
143525
|
} | undefined;
|
|
143523
143526
|
}>, "many">>;
|
|
143527
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
143524
143528
|
}, "strip", z$1.ZodTypeAny, {
|
|
143525
143529
|
files?: {
|
|
143526
143530
|
id: string;
|
|
@@ -143535,6 +143539,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
143535
143539
|
} | undefined;
|
|
143536
143540
|
}[] | undefined;
|
|
143537
143541
|
iterationId?: string | undefined;
|
|
143542
|
+
templateId?: string | undefined;
|
|
143538
143543
|
}, {
|
|
143539
143544
|
files?: {
|
|
143540
143545
|
id: string;
|
|
@@ -143549,6 +143554,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
143549
143554
|
} | undefined;
|
|
143550
143555
|
}[] | undefined;
|
|
143551
143556
|
iterationId?: string | undefined;
|
|
143557
|
+
templateId?: string | undefined;
|
|
143552
143558
|
}>>;
|
|
143553
143559
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
143554
143560
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -143985,6 +143991,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
143985
143991
|
renderMode: "Image" | "HTML" | "JSON";
|
|
143986
143992
|
} | undefined;
|
|
143987
143993
|
}>, "many">>;
|
|
143994
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
143988
143995
|
}, "strip", z$1.ZodTypeAny, {
|
|
143989
143996
|
files?: {
|
|
143990
143997
|
id: string;
|
|
@@ -143999,6 +144006,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
143999
144006
|
} | undefined;
|
|
144000
144007
|
}[] | undefined;
|
|
144001
144008
|
iterationId?: string | undefined;
|
|
144009
|
+
templateId?: string | undefined;
|
|
144002
144010
|
}, {
|
|
144003
144011
|
files?: {
|
|
144004
144012
|
id: string;
|
|
@@ -144013,6 +144021,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
144013
144021
|
} | undefined;
|
|
144014
144022
|
}[] | undefined;
|
|
144015
144023
|
iterationId?: string | undefined;
|
|
144024
|
+
templateId?: string | undefined;
|
|
144016
144025
|
}>>;
|
|
144017
144026
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
144018
144027
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -144351,6 +144360,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
144351
144360
|
renderMode: "Image" | "HTML" | "JSON";
|
|
144352
144361
|
} | undefined;
|
|
144353
144362
|
}>, "many">>;
|
|
144363
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
144354
144364
|
}, "strip", z$1.ZodTypeAny, {
|
|
144355
144365
|
files?: {
|
|
144356
144366
|
id: string;
|
|
@@ -144365,6 +144375,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
144365
144375
|
} | undefined;
|
|
144366
144376
|
}[] | undefined;
|
|
144367
144377
|
iterationId?: string | undefined;
|
|
144378
|
+
templateId?: string | undefined;
|
|
144368
144379
|
}, {
|
|
144369
144380
|
files?: {
|
|
144370
144381
|
id: string;
|
|
@@ -144379,6 +144390,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
144379
144390
|
} | undefined;
|
|
144380
144391
|
}[] | undefined;
|
|
144381
144392
|
iterationId?: string | undefined;
|
|
144393
|
+
templateId?: string | undefined;
|
|
144382
144394
|
}>>;
|
|
144383
144395
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
144384
144396
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -144967,6 +144979,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
144967
144979
|
renderMode: "Image" | "HTML" | "JSON";
|
|
144968
144980
|
} | undefined;
|
|
144969
144981
|
}>, "many">>;
|
|
144982
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
144970
144983
|
}, "strip", z.ZodTypeAny, {
|
|
144971
144984
|
files?: {
|
|
144972
144985
|
id: string;
|
|
@@ -144981,6 +144994,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
144981
144994
|
} | undefined;
|
|
144982
144995
|
}[] | undefined;
|
|
144983
144996
|
iterationId?: string | undefined;
|
|
144997
|
+
templateId?: string | undefined;
|
|
144984
144998
|
}, {
|
|
144985
144999
|
files?: {
|
|
144986
145000
|
id: string;
|
|
@@ -144995,6 +145009,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
144995
145009
|
} | undefined;
|
|
144996
145010
|
}[] | undefined;
|
|
144997
145011
|
iterationId?: string | undefined;
|
|
145012
|
+
templateId?: string | undefined;
|
|
144998
145013
|
}>>;
|
|
144999
145014
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
145000
145015
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -251660,6 +251675,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
251660
251675
|
renderMode: "Image" | "HTML" | "JSON";
|
|
251661
251676
|
} | undefined;
|
|
251662
251677
|
}>, "many">>;
|
|
251678
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
251663
251679
|
}, "strip", z$1.ZodTypeAny, {
|
|
251664
251680
|
files?: {
|
|
251665
251681
|
id: string;
|
|
@@ -251674,6 +251690,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
251674
251690
|
} | undefined;
|
|
251675
251691
|
}[] | undefined;
|
|
251676
251692
|
iterationId?: string | undefined;
|
|
251693
|
+
templateId?: string | undefined;
|
|
251677
251694
|
}, {
|
|
251678
251695
|
files?: {
|
|
251679
251696
|
id: string;
|
|
@@ -251688,6 +251705,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
251688
251705
|
} | undefined;
|
|
251689
251706
|
}[] | undefined;
|
|
251690
251707
|
iterationId?: string | undefined;
|
|
251708
|
+
templateId?: string | undefined;
|
|
251691
251709
|
}>>;
|
|
251692
251710
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
251693
251711
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -288663,6 +288681,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288663
288681
|
renderMode: "Image" | "HTML" | "JSON";
|
|
288664
288682
|
} | undefined;
|
|
288665
288683
|
}>, "many">>;
|
|
288684
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
288666
288685
|
}, "strip", z.ZodTypeAny, {
|
|
288667
288686
|
files?: {
|
|
288668
288687
|
id: string;
|
|
@@ -288677,6 +288696,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288677
288696
|
} | undefined;
|
|
288678
288697
|
}[] | undefined;
|
|
288679
288698
|
iterationId?: string | undefined;
|
|
288699
|
+
templateId?: string | undefined;
|
|
288680
288700
|
}, {
|
|
288681
288701
|
files?: {
|
|
288682
288702
|
id: string;
|
|
@@ -288691,6 +288711,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288691
288711
|
} | undefined;
|
|
288692
288712
|
}[] | undefined;
|
|
288693
288713
|
iterationId?: string | undefined;
|
|
288714
|
+
templateId?: string | undefined;
|
|
288694
288715
|
}>>;
|
|
288695
288716
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
288696
288717
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -288863,6 +288884,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288863
288884
|
renderMode: "Image" | "HTML" | "JSON";
|
|
288864
288885
|
} | undefined;
|
|
288865
288886
|
}>, "many">>;
|
|
288887
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
288866
288888
|
}, "strip", z.ZodTypeAny, {
|
|
288867
288889
|
files?: {
|
|
288868
288890
|
id: string;
|
|
@@ -288877,6 +288899,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288877
288899
|
} | undefined;
|
|
288878
288900
|
}[] | undefined;
|
|
288879
288901
|
iterationId?: string | undefined;
|
|
288902
|
+
templateId?: string | undefined;
|
|
288880
288903
|
}, {
|
|
288881
288904
|
files?: {
|
|
288882
288905
|
id: string;
|
|
@@ -288891,6 +288914,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
288891
288914
|
} | undefined;
|
|
288892
288915
|
}[] | undefined;
|
|
288893
288916
|
iterationId?: string | undefined;
|
|
288917
|
+
templateId?: string | undefined;
|
|
288894
288918
|
}>>;
|
|
288895
288919
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
288896
288920
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -289199,6 +289223,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289199
289223
|
renderMode: "Image" | "HTML" | "JSON";
|
|
289200
289224
|
} | undefined;
|
|
289201
289225
|
}>, "many">>;
|
|
289226
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
289202
289227
|
}, "strip", z.ZodTypeAny, {
|
|
289203
289228
|
files?: {
|
|
289204
289229
|
id: string;
|
|
@@ -289213,6 +289238,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289213
289238
|
} | undefined;
|
|
289214
289239
|
}[] | undefined;
|
|
289215
289240
|
iterationId?: string | undefined;
|
|
289241
|
+
templateId?: string | undefined;
|
|
289216
289242
|
}, {
|
|
289217
289243
|
files?: {
|
|
289218
289244
|
id: string;
|
|
@@ -289227,6 +289253,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289227
289253
|
} | undefined;
|
|
289228
289254
|
}[] | undefined;
|
|
289229
289255
|
iterationId?: string | undefined;
|
|
289256
|
+
templateId?: string | undefined;
|
|
289230
289257
|
}>>;
|
|
289231
289258
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
289232
289259
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -289399,6 +289426,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289399
289426
|
renderMode: "Image" | "HTML" | "JSON";
|
|
289400
289427
|
} | undefined;
|
|
289401
289428
|
}>, "many">>;
|
|
289429
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
289402
289430
|
}, "strip", z.ZodTypeAny, {
|
|
289403
289431
|
files?: {
|
|
289404
289432
|
id: string;
|
|
@@ -289413,6 +289441,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289413
289441
|
} | undefined;
|
|
289414
289442
|
}[] | undefined;
|
|
289415
289443
|
iterationId?: string | undefined;
|
|
289444
|
+
templateId?: string | undefined;
|
|
289416
289445
|
}, {
|
|
289417
289446
|
files?: {
|
|
289418
289447
|
id: string;
|
|
@@ -289427,6 +289456,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
289427
289456
|
} | undefined;
|
|
289428
289457
|
}[] | undefined;
|
|
289429
289458
|
iterationId?: string | undefined;
|
|
289459
|
+
templateId?: string | undefined;
|
|
289430
289460
|
}>>;
|
|
289431
289461
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
289432
289462
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -317860,16 +317890,44 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
317860
317890
|
createdAt: z$1.ZodString;
|
|
317861
317891
|
createdByUserId: z$1.ZodString;
|
|
317862
317892
|
e2bTemplateId: z$1.ZodString;
|
|
317893
|
+
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
317894
|
+
id: z$1.ZodString;
|
|
317895
|
+
name: z$1.ZodString;
|
|
317896
|
+
description: z$1.ZodString;
|
|
317897
|
+
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
317898
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
317899
|
+
id: string;
|
|
317900
|
+
name: string;
|
|
317901
|
+
description: string;
|
|
317902
|
+
thumbnailUrl?: string | undefined;
|
|
317903
|
+
}, {
|
|
317904
|
+
id: string;
|
|
317905
|
+
name: string;
|
|
317906
|
+
description: string;
|
|
317907
|
+
thumbnailUrl?: string | undefined;
|
|
317908
|
+
}>, "many">>;
|
|
317863
317909
|
}, "strip", z$1.ZodTypeAny, {
|
|
317864
317910
|
createdAt: string;
|
|
317865
317911
|
name: string;
|
|
317866
317912
|
createdByUserId: string;
|
|
317867
317913
|
e2bTemplateId: string;
|
|
317914
|
+
templates?: {
|
|
317915
|
+
id: string;
|
|
317916
|
+
name: string;
|
|
317917
|
+
description: string;
|
|
317918
|
+
thumbnailUrl?: string | undefined;
|
|
317919
|
+
}[] | undefined;
|
|
317868
317920
|
}, {
|
|
317869
317921
|
createdAt: string;
|
|
317870
317922
|
name: string;
|
|
317871
317923
|
createdByUserId: string;
|
|
317872
317924
|
e2bTemplateId: string;
|
|
317925
|
+
templates?: {
|
|
317926
|
+
id: string;
|
|
317927
|
+
name: string;
|
|
317928
|
+
description: string;
|
|
317929
|
+
thumbnailUrl?: string | undefined;
|
|
317930
|
+
}[] | undefined;
|
|
317873
317931
|
}>, "many">;
|
|
317874
317932
|
}, "strip", z$1.ZodTypeAny, {
|
|
317875
317933
|
id: string;
|
|
@@ -317882,6 +317940,12 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
317882
317940
|
name: string;
|
|
317883
317941
|
createdByUserId: string;
|
|
317884
317942
|
e2bTemplateId: string;
|
|
317943
|
+
templates?: {
|
|
317944
|
+
id: string;
|
|
317945
|
+
name: string;
|
|
317946
|
+
description: string;
|
|
317947
|
+
thumbnailUrl?: string | undefined;
|
|
317948
|
+
}[] | undefined;
|
|
317885
317949
|
}[];
|
|
317886
317950
|
}, {
|
|
317887
317951
|
id: string;
|
|
@@ -317894,6 +317958,12 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
317894
317958
|
name: string;
|
|
317895
317959
|
createdByUserId: string;
|
|
317896
317960
|
e2bTemplateId: string;
|
|
317961
|
+
templates?: {
|
|
317962
|
+
id: string;
|
|
317963
|
+
name: string;
|
|
317964
|
+
description: string;
|
|
317965
|
+
thumbnailUrl?: string | undefined;
|
|
317966
|
+
}[] | undefined;
|
|
317897
317967
|
}[];
|
|
317898
317968
|
}>;
|
|
317899
317969
|
type DTOSandboxTemplate = z$1.infer<typeof DTOSandboxTemplate>;
|
|
@@ -317902,16 +317972,44 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
317902
317972
|
createdAt: z$1.ZodString;
|
|
317903
317973
|
createdByUserId: z$1.ZodString;
|
|
317904
317974
|
e2bTemplateId: z$1.ZodString;
|
|
317975
|
+
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
317976
|
+
id: z$1.ZodString;
|
|
317977
|
+
name: z$1.ZodString;
|
|
317978
|
+
description: z$1.ZodString;
|
|
317979
|
+
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
317980
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
317981
|
+
id: string;
|
|
317982
|
+
name: string;
|
|
317983
|
+
description: string;
|
|
317984
|
+
thumbnailUrl?: string | undefined;
|
|
317985
|
+
}, {
|
|
317986
|
+
id: string;
|
|
317987
|
+
name: string;
|
|
317988
|
+
description: string;
|
|
317989
|
+
thumbnailUrl?: string | undefined;
|
|
317990
|
+
}>, "many">>;
|
|
317905
317991
|
}, "strip", z$1.ZodTypeAny, {
|
|
317906
317992
|
createdAt: string;
|
|
317907
317993
|
name: string;
|
|
317908
317994
|
createdByUserId: string;
|
|
317909
317995
|
e2bTemplateId: string;
|
|
317996
|
+
templates?: {
|
|
317997
|
+
id: string;
|
|
317998
|
+
name: string;
|
|
317999
|
+
description: string;
|
|
318000
|
+
thumbnailUrl?: string | undefined;
|
|
318001
|
+
}[] | undefined;
|
|
317910
318002
|
}, {
|
|
317911
318003
|
createdAt: string;
|
|
317912
318004
|
name: string;
|
|
317913
318005
|
createdByUserId: string;
|
|
317914
318006
|
e2bTemplateId: string;
|
|
318007
|
+
templates?: {
|
|
318008
|
+
id: string;
|
|
318009
|
+
name: string;
|
|
318010
|
+
description: string;
|
|
318011
|
+
thumbnailUrl?: string | undefined;
|
|
318012
|
+
}[] | undefined;
|
|
317915
318013
|
}>;
|
|
317916
318014
|
type DTOSandboxTemplateVersion = z$1.infer<typeof DTOSandboxTemplateVersion>;
|
|
317917
318015
|
declare const DTOSandboxTemplateBuild: z$1.ZodObject<{
|
|
@@ -317975,16 +318073,44 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
317975
318073
|
createdAt: z$1.ZodString;
|
|
317976
318074
|
createdByUserId: z$1.ZodString;
|
|
317977
318075
|
e2bTemplateId: z$1.ZodString;
|
|
318076
|
+
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
318077
|
+
id: z$1.ZodString;
|
|
318078
|
+
name: z$1.ZodString;
|
|
318079
|
+
description: z$1.ZodString;
|
|
318080
|
+
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
318081
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
318082
|
+
id: string;
|
|
318083
|
+
name: string;
|
|
318084
|
+
description: string;
|
|
318085
|
+
thumbnailUrl?: string | undefined;
|
|
318086
|
+
}, {
|
|
318087
|
+
id: string;
|
|
318088
|
+
name: string;
|
|
318089
|
+
description: string;
|
|
318090
|
+
thumbnailUrl?: string | undefined;
|
|
318091
|
+
}>, "many">>;
|
|
317978
318092
|
}, "strip", z$1.ZodTypeAny, {
|
|
317979
318093
|
createdAt: string;
|
|
317980
318094
|
name: string;
|
|
317981
318095
|
createdByUserId: string;
|
|
317982
318096
|
e2bTemplateId: string;
|
|
318097
|
+
templates?: {
|
|
318098
|
+
id: string;
|
|
318099
|
+
name: string;
|
|
318100
|
+
description: string;
|
|
318101
|
+
thumbnailUrl?: string | undefined;
|
|
318102
|
+
}[] | undefined;
|
|
317983
318103
|
}, {
|
|
317984
318104
|
createdAt: string;
|
|
317985
318105
|
name: string;
|
|
317986
318106
|
createdByUserId: string;
|
|
317987
318107
|
e2bTemplateId: string;
|
|
318108
|
+
templates?: {
|
|
318109
|
+
id: string;
|
|
318110
|
+
name: string;
|
|
318111
|
+
description: string;
|
|
318112
|
+
thumbnailUrl?: string | undefined;
|
|
318113
|
+
}[] | undefined;
|
|
317988
318114
|
}>;
|
|
317989
318115
|
files: z$1.ZodArray<z$1.ZodObject<{
|
|
317990
318116
|
key: z$1.ZodString;
|
|
@@ -318014,6 +318140,12 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
318014
318140
|
name: string;
|
|
318015
318141
|
createdByUserId: string;
|
|
318016
318142
|
e2bTemplateId: string;
|
|
318143
|
+
templates?: {
|
|
318144
|
+
id: string;
|
|
318145
|
+
name: string;
|
|
318146
|
+
description: string;
|
|
318147
|
+
thumbnailUrl?: string | undefined;
|
|
318148
|
+
}[] | undefined;
|
|
318017
318149
|
};
|
|
318018
318150
|
}, {
|
|
318019
318151
|
files: {
|
|
@@ -318027,6 +318159,12 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
318027
318159
|
name: string;
|
|
318028
318160
|
createdByUserId: string;
|
|
318029
318161
|
e2bTemplateId: string;
|
|
318162
|
+
templates?: {
|
|
318163
|
+
id: string;
|
|
318164
|
+
name: string;
|
|
318165
|
+
description: string;
|
|
318166
|
+
thumbnailUrl?: string | undefined;
|
|
318167
|
+
}[] | undefined;
|
|
318030
318168
|
};
|
|
318031
318169
|
}>;
|
|
318032
318170
|
type DTOSandboxTemplateVersionDetail = z$1.infer<typeof DTOSandboxTemplateVersionDetail>;
|
|
@@ -318053,16 +318191,44 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
318053
318191
|
createdAt: z$1.ZodString;
|
|
318054
318192
|
createdByUserId: z$1.ZodString;
|
|
318055
318193
|
e2bTemplateId: z$1.ZodString;
|
|
318194
|
+
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
318195
|
+
id: z$1.ZodString;
|
|
318196
|
+
name: z$1.ZodString;
|
|
318197
|
+
description: z$1.ZodString;
|
|
318198
|
+
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
318199
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
318200
|
+
id: string;
|
|
318201
|
+
name: string;
|
|
318202
|
+
description: string;
|
|
318203
|
+
thumbnailUrl?: string | undefined;
|
|
318204
|
+
}, {
|
|
318205
|
+
id: string;
|
|
318206
|
+
name: string;
|
|
318207
|
+
description: string;
|
|
318208
|
+
thumbnailUrl?: string | undefined;
|
|
318209
|
+
}>, "many">>;
|
|
318056
318210
|
}, "strip", z$1.ZodTypeAny, {
|
|
318057
318211
|
createdAt: string;
|
|
318058
318212
|
name: string;
|
|
318059
318213
|
createdByUserId: string;
|
|
318060
318214
|
e2bTemplateId: string;
|
|
318215
|
+
templates?: {
|
|
318216
|
+
id: string;
|
|
318217
|
+
name: string;
|
|
318218
|
+
description: string;
|
|
318219
|
+
thumbnailUrl?: string | undefined;
|
|
318220
|
+
}[] | undefined;
|
|
318061
318221
|
}, {
|
|
318062
318222
|
createdAt: string;
|
|
318063
318223
|
name: string;
|
|
318064
318224
|
createdByUserId: string;
|
|
318065
318225
|
e2bTemplateId: string;
|
|
318226
|
+
templates?: {
|
|
318227
|
+
id: string;
|
|
318228
|
+
name: string;
|
|
318229
|
+
description: string;
|
|
318230
|
+
thumbnailUrl?: string | undefined;
|
|
318231
|
+
}[] | undefined;
|
|
318066
318232
|
}>, "many">;
|
|
318067
318233
|
}, "strip", z$1.ZodTypeAny, {
|
|
318068
318234
|
id: string;
|
|
@@ -318075,6 +318241,12 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
318075
318241
|
name: string;
|
|
318076
318242
|
createdByUserId: string;
|
|
318077
318243
|
e2bTemplateId: string;
|
|
318244
|
+
templates?: {
|
|
318245
|
+
id: string;
|
|
318246
|
+
name: string;
|
|
318247
|
+
description: string;
|
|
318248
|
+
thumbnailUrl?: string | undefined;
|
|
318249
|
+
}[] | undefined;
|
|
318078
318250
|
}[];
|
|
318079
318251
|
}, {
|
|
318080
318252
|
id: string;
|
|
@@ -318087,6 +318259,12 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
318087
318259
|
name: string;
|
|
318088
318260
|
createdByUserId: string;
|
|
318089
318261
|
e2bTemplateId: string;
|
|
318262
|
+
templates?: {
|
|
318263
|
+
id: string;
|
|
318264
|
+
name: string;
|
|
318265
|
+
description: string;
|
|
318266
|
+
thumbnailUrl?: string | undefined;
|
|
318267
|
+
}[] | undefined;
|
|
318090
318268
|
}[];
|
|
318091
318269
|
}>, "many">;
|
|
318092
318270
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -318101,6 +318279,12 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
318101
318279
|
name: string;
|
|
318102
318280
|
createdByUserId: string;
|
|
318103
318281
|
e2bTemplateId: string;
|
|
318282
|
+
templates?: {
|
|
318283
|
+
id: string;
|
|
318284
|
+
name: string;
|
|
318285
|
+
description: string;
|
|
318286
|
+
thumbnailUrl?: string | undefined;
|
|
318287
|
+
}[] | undefined;
|
|
318104
318288
|
}[];
|
|
318105
318289
|
}[];
|
|
318106
318290
|
}, {
|
|
@@ -318115,6 +318299,12 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
318115
318299
|
name: string;
|
|
318116
318300
|
createdByUserId: string;
|
|
318117
318301
|
e2bTemplateId: string;
|
|
318302
|
+
templates?: {
|
|
318303
|
+
id: string;
|
|
318304
|
+
name: string;
|
|
318305
|
+
description: string;
|
|
318306
|
+
thumbnailUrl?: string | undefined;
|
|
318307
|
+
}[] | undefined;
|
|
318118
318308
|
}[];
|
|
318119
318309
|
}[];
|
|
318120
318310
|
}>;
|
|
@@ -318131,16 +318321,44 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
318131
318321
|
createdAt: z$1.ZodString;
|
|
318132
318322
|
createdByUserId: z$1.ZodString;
|
|
318133
318323
|
e2bTemplateId: z$1.ZodString;
|
|
318324
|
+
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
318325
|
+
id: z$1.ZodString;
|
|
318326
|
+
name: z$1.ZodString;
|
|
318327
|
+
description: z$1.ZodString;
|
|
318328
|
+
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
318329
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
318330
|
+
id: string;
|
|
318331
|
+
name: string;
|
|
318332
|
+
description: string;
|
|
318333
|
+
thumbnailUrl?: string | undefined;
|
|
318334
|
+
}, {
|
|
318335
|
+
id: string;
|
|
318336
|
+
name: string;
|
|
318337
|
+
description: string;
|
|
318338
|
+
thumbnailUrl?: string | undefined;
|
|
318339
|
+
}>, "many">>;
|
|
318134
318340
|
}, "strip", z$1.ZodTypeAny, {
|
|
318135
318341
|
createdAt: string;
|
|
318136
318342
|
name: string;
|
|
318137
318343
|
createdByUserId: string;
|
|
318138
318344
|
e2bTemplateId: string;
|
|
318345
|
+
templates?: {
|
|
318346
|
+
id: string;
|
|
318347
|
+
name: string;
|
|
318348
|
+
description: string;
|
|
318349
|
+
thumbnailUrl?: string | undefined;
|
|
318350
|
+
}[] | undefined;
|
|
318139
318351
|
}, {
|
|
318140
318352
|
createdAt: string;
|
|
318141
318353
|
name: string;
|
|
318142
318354
|
createdByUserId: string;
|
|
318143
318355
|
e2bTemplateId: string;
|
|
318356
|
+
templates?: {
|
|
318357
|
+
id: string;
|
|
318358
|
+
name: string;
|
|
318359
|
+
description: string;
|
|
318360
|
+
thumbnailUrl?: string | undefined;
|
|
318361
|
+
}[] | undefined;
|
|
318144
318362
|
}>, "many">;
|
|
318145
318363
|
}, "strip", z$1.ZodTypeAny, {
|
|
318146
318364
|
id: string;
|
|
@@ -318153,6 +318371,12 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
318153
318371
|
name: string;
|
|
318154
318372
|
createdByUserId: string;
|
|
318155
318373
|
e2bTemplateId: string;
|
|
318374
|
+
templates?: {
|
|
318375
|
+
id: string;
|
|
318376
|
+
name: string;
|
|
318377
|
+
description: string;
|
|
318378
|
+
thumbnailUrl?: string | undefined;
|
|
318379
|
+
}[] | undefined;
|
|
318156
318380
|
}[];
|
|
318157
318381
|
}, {
|
|
318158
318382
|
id: string;
|
|
@@ -318165,6 +318389,12 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
318165
318389
|
name: string;
|
|
318166
318390
|
createdByUserId: string;
|
|
318167
318391
|
e2bTemplateId: string;
|
|
318392
|
+
templates?: {
|
|
318393
|
+
id: string;
|
|
318394
|
+
name: string;
|
|
318395
|
+
description: string;
|
|
318396
|
+
thumbnailUrl?: string | undefined;
|
|
318397
|
+
}[] | undefined;
|
|
318168
318398
|
}[];
|
|
318169
318399
|
}>;
|
|
318170
318400
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -318179,6 +318409,12 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
318179
318409
|
name: string;
|
|
318180
318410
|
createdByUserId: string;
|
|
318181
318411
|
e2bTemplateId: string;
|
|
318412
|
+
templates?: {
|
|
318413
|
+
id: string;
|
|
318414
|
+
name: string;
|
|
318415
|
+
description: string;
|
|
318416
|
+
thumbnailUrl?: string | undefined;
|
|
318417
|
+
}[] | undefined;
|
|
318182
318418
|
}[];
|
|
318183
318419
|
};
|
|
318184
318420
|
}, {
|
|
@@ -318193,6 +318429,12 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
318193
318429
|
name: string;
|
|
318194
318430
|
createdByUserId: string;
|
|
318195
318431
|
e2bTemplateId: string;
|
|
318432
|
+
templates?: {
|
|
318433
|
+
id: string;
|
|
318434
|
+
name: string;
|
|
318435
|
+
description: string;
|
|
318436
|
+
thumbnailUrl?: string | undefined;
|
|
318437
|
+
}[] | undefined;
|
|
318196
318438
|
}[];
|
|
318197
318439
|
};
|
|
318198
318440
|
}>;
|
|
@@ -337156,6 +337398,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
337156
337398
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337157
337399
|
} | undefined;
|
|
337158
337400
|
}>, "many">>;
|
|
337401
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337159
337402
|
}, "strip", z$1.ZodTypeAny, {
|
|
337160
337403
|
files?: {
|
|
337161
337404
|
id: string;
|
|
@@ -337170,6 +337413,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
337170
337413
|
} | undefined;
|
|
337171
337414
|
}[] | undefined;
|
|
337172
337415
|
iterationId?: string | undefined;
|
|
337416
|
+
templateId?: string | undefined;
|
|
337173
337417
|
}, {
|
|
337174
337418
|
files?: {
|
|
337175
337419
|
id: string;
|
|
@@ -337184,6 +337428,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
337184
337428
|
} | undefined;
|
|
337185
337429
|
}[] | undefined;
|
|
337186
337430
|
iterationId?: string | undefined;
|
|
337431
|
+
templateId?: string | undefined;
|
|
337187
337432
|
}>>;
|
|
337188
337433
|
/**
|
|
337189
337434
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -337226,6 +337471,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
337226
337471
|
} | undefined;
|
|
337227
337472
|
}[] | undefined;
|
|
337228
337473
|
iterationId?: string | undefined;
|
|
337474
|
+
templateId?: string | undefined;
|
|
337229
337475
|
} | undefined;
|
|
337230
337476
|
replyToMessageId?: string | undefined;
|
|
337231
337477
|
isRetry?: boolean | undefined;
|
|
@@ -337264,6 +337510,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
337264
337510
|
} | undefined;
|
|
337265
337511
|
}[] | undefined;
|
|
337266
337512
|
iterationId?: string | undefined;
|
|
337513
|
+
templateId?: string | undefined;
|
|
337267
337514
|
} | undefined;
|
|
337268
337515
|
replyToMessageId?: string | undefined;
|
|
337269
337516
|
isRetry?: boolean | undefined;
|
|
@@ -337324,6 +337571,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
337324
337571
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337325
337572
|
} | undefined;
|
|
337326
337573
|
}>, "many">>;
|
|
337574
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337327
337575
|
}, "strip", z$1.ZodTypeAny, {
|
|
337328
337576
|
files?: {
|
|
337329
337577
|
id: string;
|
|
@@ -337338,6 +337586,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
337338
337586
|
} | undefined;
|
|
337339
337587
|
}[] | undefined;
|
|
337340
337588
|
iterationId?: string | undefined;
|
|
337589
|
+
templateId?: string | undefined;
|
|
337341
337590
|
}, {
|
|
337342
337591
|
files?: {
|
|
337343
337592
|
id: string;
|
|
@@ -337352,6 +337601,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
337352
337601
|
} | undefined;
|
|
337353
337602
|
}[] | undefined;
|
|
337354
337603
|
iterationId?: string | undefined;
|
|
337604
|
+
templateId?: string | undefined;
|
|
337355
337605
|
}>;
|
|
337356
337606
|
type DTOThreadMessageAttachments = z$1.infer<typeof DTOThreadMessageAttachments>;
|
|
337357
337607
|
declare const DTOThreadAgentResponseTracker: z$1.ZodObject<{
|
|
@@ -337544,6 +337794,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
337544
337794
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337545
337795
|
} | undefined;
|
|
337546
337796
|
}>, "many">>;
|
|
337797
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337547
337798
|
}, "strip", z$1.ZodTypeAny, {
|
|
337548
337799
|
files?: {
|
|
337549
337800
|
id: string;
|
|
@@ -337558,6 +337809,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
337558
337809
|
} | undefined;
|
|
337559
337810
|
}[] | undefined;
|
|
337560
337811
|
iterationId?: string | undefined;
|
|
337812
|
+
templateId?: string | undefined;
|
|
337561
337813
|
}, {
|
|
337562
337814
|
files?: {
|
|
337563
337815
|
id: string;
|
|
@@ -337572,6 +337824,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
337572
337824
|
} | undefined;
|
|
337573
337825
|
}[] | undefined;
|
|
337574
337826
|
iterationId?: string | undefined;
|
|
337827
|
+
templateId?: string | undefined;
|
|
337575
337828
|
}>>;
|
|
337576
337829
|
/**
|
|
337577
337830
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -337718,6 +337971,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
337718
337971
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337719
337972
|
} | undefined;
|
|
337720
337973
|
}>, "many">>;
|
|
337974
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337721
337975
|
}, "strip", z$1.ZodTypeAny, {
|
|
337722
337976
|
files?: {
|
|
337723
337977
|
id: string;
|
|
@@ -337732,6 +337986,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
337732
337986
|
} | undefined;
|
|
337733
337987
|
}[] | undefined;
|
|
337734
337988
|
iterationId?: string | undefined;
|
|
337989
|
+
templateId?: string | undefined;
|
|
337735
337990
|
}, {
|
|
337736
337991
|
files?: {
|
|
337737
337992
|
id: string;
|
|
@@ -337746,6 +338001,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
337746
338001
|
} | undefined;
|
|
337747
338002
|
}[] | undefined;
|
|
337748
338003
|
iterationId?: string | undefined;
|
|
338004
|
+
templateId?: string | undefined;
|
|
337749
338005
|
}>>;
|
|
337750
338006
|
/**
|
|
337751
338007
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -337902,6 +338158,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
337902
338158
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337903
338159
|
} | undefined;
|
|
337904
338160
|
}>, "many">>;
|
|
338161
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337905
338162
|
}, "strip", z$1.ZodTypeAny, {
|
|
337906
338163
|
files?: {
|
|
337907
338164
|
id: string;
|
|
@@ -337916,6 +338173,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
337916
338173
|
} | undefined;
|
|
337917
338174
|
}[] | undefined;
|
|
337918
338175
|
iterationId?: string | undefined;
|
|
338176
|
+
templateId?: string | undefined;
|
|
337919
338177
|
}, {
|
|
337920
338178
|
files?: {
|
|
337921
338179
|
id: string;
|
|
@@ -337930,6 +338188,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
337930
338188
|
} | undefined;
|
|
337931
338189
|
}[] | undefined;
|
|
337932
338190
|
iterationId?: string | undefined;
|
|
338191
|
+
templateId?: string | undefined;
|
|
337933
338192
|
}>>;
|
|
337934
338193
|
/**
|
|
337935
338194
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -337994,6 +338253,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
337994
338253
|
renderMode: "Image" | "HTML" | "JSON";
|
|
337995
338254
|
} | undefined;
|
|
337996
338255
|
}>, "many">>;
|
|
338256
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
337997
338257
|
}, "strip", z$1.ZodTypeAny, {
|
|
337998
338258
|
files?: {
|
|
337999
338259
|
id: string;
|
|
@@ -338008,6 +338268,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
338008
338268
|
} | undefined;
|
|
338009
338269
|
}[] | undefined;
|
|
338010
338270
|
iterationId?: string | undefined;
|
|
338271
|
+
templateId?: string | undefined;
|
|
338011
338272
|
}, {
|
|
338012
338273
|
files?: {
|
|
338013
338274
|
id: string;
|
|
@@ -338022,6 +338283,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
338022
338283
|
} | undefined;
|
|
338023
338284
|
}[] | undefined;
|
|
338024
338285
|
iterationId?: string | undefined;
|
|
338286
|
+
templateId?: string | undefined;
|
|
338025
338287
|
}>>>;
|
|
338026
338288
|
agentResponseTrackerId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>>>;
|
|
338027
338289
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338042,6 +338304,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
338042
338304
|
} | undefined;
|
|
338043
338305
|
}[] | undefined;
|
|
338044
338306
|
iterationId?: string | undefined;
|
|
338307
|
+
templateId?: string | undefined;
|
|
338045
338308
|
} | undefined;
|
|
338046
338309
|
}, {
|
|
338047
338310
|
id: string;
|
|
@@ -338061,6 +338324,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
338061
338324
|
} | undefined;
|
|
338062
338325
|
}[] | undefined;
|
|
338063
338326
|
iterationId?: string | undefined;
|
|
338327
|
+
templateId?: string | undefined;
|
|
338064
338328
|
} | undefined;
|
|
338065
338329
|
}>;
|
|
338066
338330
|
type DTOThreadMessageUpdateInput = z$1.infer<typeof DTOThreadMessageUpdateInput>;
|
|
@@ -338200,6 +338464,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338200
338464
|
renderMode: "Image" | "HTML" | "JSON";
|
|
338201
338465
|
} | undefined;
|
|
338202
338466
|
}>, "many">>;
|
|
338467
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
338203
338468
|
}, "strip", z$1.ZodTypeAny, {
|
|
338204
338469
|
files?: {
|
|
338205
338470
|
id: string;
|
|
@@ -338214,6 +338479,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338214
338479
|
} | undefined;
|
|
338215
338480
|
}[] | undefined;
|
|
338216
338481
|
iterationId?: string | undefined;
|
|
338482
|
+
templateId?: string | undefined;
|
|
338217
338483
|
}, {
|
|
338218
338484
|
files?: {
|
|
338219
338485
|
id: string;
|
|
@@ -338228,6 +338494,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338228
338494
|
} | undefined;
|
|
338229
338495
|
}[] | undefined;
|
|
338230
338496
|
iterationId?: string | undefined;
|
|
338497
|
+
templateId?: string | undefined;
|
|
338231
338498
|
}>>;
|
|
338232
338499
|
/**
|
|
338233
338500
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -338270,6 +338537,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338270
338537
|
} | undefined;
|
|
338271
338538
|
}[] | undefined;
|
|
338272
338539
|
iterationId?: string | undefined;
|
|
338540
|
+
templateId?: string | undefined;
|
|
338273
338541
|
} | undefined;
|
|
338274
338542
|
replyToMessageId?: string | undefined;
|
|
338275
338543
|
isRetry?: boolean | undefined;
|
|
@@ -338308,6 +338576,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338308
338576
|
} | undefined;
|
|
338309
338577
|
}[] | undefined;
|
|
338310
338578
|
iterationId?: string | undefined;
|
|
338579
|
+
templateId?: string | undefined;
|
|
338311
338580
|
} | undefined;
|
|
338312
338581
|
replyToMessageId?: string | undefined;
|
|
338313
338582
|
isRetry?: boolean | undefined;
|
|
@@ -338348,6 +338617,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338348
338617
|
} | undefined;
|
|
338349
338618
|
}[] | undefined;
|
|
338350
338619
|
iterationId?: string | undefined;
|
|
338620
|
+
templateId?: string | undefined;
|
|
338351
338621
|
} | undefined;
|
|
338352
338622
|
replyToMessageId?: string | undefined;
|
|
338353
338623
|
isRetry?: boolean | undefined;
|
|
@@ -338388,6 +338658,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
338388
338658
|
} | undefined;
|
|
338389
338659
|
}[] | undefined;
|
|
338390
338660
|
iterationId?: string | undefined;
|
|
338661
|
+
templateId?: string | undefined;
|
|
338391
338662
|
} | undefined;
|
|
338392
338663
|
replyToMessageId?: string | undefined;
|
|
338393
338664
|
isRetry?: boolean | undefined;
|
|
@@ -338542,6 +338813,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338542
338813
|
renderMode: "Image" | "HTML" | "JSON";
|
|
338543
338814
|
} | undefined;
|
|
338544
338815
|
}>, "many">>;
|
|
338816
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
338545
338817
|
}, "strip", z$1.ZodTypeAny, {
|
|
338546
338818
|
files?: {
|
|
338547
338819
|
id: string;
|
|
@@ -338556,6 +338828,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338556
338828
|
} | undefined;
|
|
338557
338829
|
}[] | undefined;
|
|
338558
338830
|
iterationId?: string | undefined;
|
|
338831
|
+
templateId?: string | undefined;
|
|
338559
338832
|
}, {
|
|
338560
338833
|
files?: {
|
|
338561
338834
|
id: string;
|
|
@@ -338570,6 +338843,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338570
338843
|
} | undefined;
|
|
338571
338844
|
}[] | undefined;
|
|
338572
338845
|
iterationId?: string | undefined;
|
|
338846
|
+
templateId?: string | undefined;
|
|
338573
338847
|
}>>;
|
|
338574
338848
|
/**
|
|
338575
338849
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -338612,6 +338886,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338612
338886
|
} | undefined;
|
|
338613
338887
|
}[] | undefined;
|
|
338614
338888
|
iterationId?: string | undefined;
|
|
338889
|
+
templateId?: string | undefined;
|
|
338615
338890
|
} | undefined;
|
|
338616
338891
|
replyToMessageId?: string | undefined;
|
|
338617
338892
|
isRetry?: boolean | undefined;
|
|
@@ -338650,6 +338925,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338650
338925
|
} | undefined;
|
|
338651
338926
|
}[] | undefined;
|
|
338652
338927
|
iterationId?: string | undefined;
|
|
338928
|
+
templateId?: string | undefined;
|
|
338653
338929
|
} | undefined;
|
|
338654
338930
|
replyToMessageId?: string | undefined;
|
|
338655
338931
|
isRetry?: boolean | undefined;
|
|
@@ -338707,6 +338983,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338707
338983
|
} | undefined;
|
|
338708
338984
|
}[] | undefined;
|
|
338709
338985
|
iterationId?: string | undefined;
|
|
338986
|
+
templateId?: string | undefined;
|
|
338710
338987
|
} | undefined;
|
|
338711
338988
|
replyToMessageId?: string | undefined;
|
|
338712
338989
|
isRetry?: boolean | undefined;
|
|
@@ -338754,6 +339031,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
338754
339031
|
} | undefined;
|
|
338755
339032
|
}[] | undefined;
|
|
338756
339033
|
iterationId?: string | undefined;
|
|
339034
|
+
templateId?: string | undefined;
|
|
338757
339035
|
} | undefined;
|
|
338758
339036
|
replyToMessageId?: string | undefined;
|
|
338759
339037
|
isRetry?: boolean | undefined;
|
|
@@ -338883,6 +339161,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
338883
339161
|
renderMode: "Image" | "HTML" | "JSON";
|
|
338884
339162
|
} | undefined;
|
|
338885
339163
|
}>, "many">>;
|
|
339164
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
338886
339165
|
}, "strip", z$1.ZodTypeAny, {
|
|
338887
339166
|
files?: {
|
|
338888
339167
|
id: string;
|
|
@@ -338897,6 +339176,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
338897
339176
|
} | undefined;
|
|
338898
339177
|
}[] | undefined;
|
|
338899
339178
|
iterationId?: string | undefined;
|
|
339179
|
+
templateId?: string | undefined;
|
|
338900
339180
|
}, {
|
|
338901
339181
|
files?: {
|
|
338902
339182
|
id: string;
|
|
@@ -338911,6 +339191,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
338911
339191
|
} | undefined;
|
|
338912
339192
|
}[] | undefined;
|
|
338913
339193
|
iterationId?: string | undefined;
|
|
339194
|
+
templateId?: string | undefined;
|
|
338914
339195
|
}>>;
|
|
338915
339196
|
/**
|
|
338916
339197
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -338953,6 +339234,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
338953
339234
|
} | undefined;
|
|
338954
339235
|
}[] | undefined;
|
|
338955
339236
|
iterationId?: string | undefined;
|
|
339237
|
+
templateId?: string | undefined;
|
|
338956
339238
|
} | undefined;
|
|
338957
339239
|
replyToMessageId?: string | undefined;
|
|
338958
339240
|
isRetry?: boolean | undefined;
|
|
@@ -338991,6 +339273,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
338991
339273
|
} | undefined;
|
|
338992
339274
|
}[] | undefined;
|
|
338993
339275
|
iterationId?: string | undefined;
|
|
339276
|
+
templateId?: string | undefined;
|
|
338994
339277
|
} | undefined;
|
|
338995
339278
|
replyToMessageId?: string | undefined;
|
|
338996
339279
|
isRetry?: boolean | undefined;
|
|
@@ -339032,6 +339315,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
339032
339315
|
} | undefined;
|
|
339033
339316
|
}[] | undefined;
|
|
339034
339317
|
iterationId?: string | undefined;
|
|
339318
|
+
templateId?: string | undefined;
|
|
339035
339319
|
} | undefined;
|
|
339036
339320
|
replyToMessageId?: string | undefined;
|
|
339037
339321
|
isRetry?: boolean | undefined;
|
|
@@ -339073,6 +339357,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
339073
339357
|
} | undefined;
|
|
339074
339358
|
}[] | undefined;
|
|
339075
339359
|
iterationId?: string | undefined;
|
|
339360
|
+
templateId?: string | undefined;
|
|
339076
339361
|
} | undefined;
|
|
339077
339362
|
replyToMessageId?: string | undefined;
|
|
339078
339363
|
isRetry?: boolean | undefined;
|
|
@@ -339195,6 +339480,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339195
339480
|
renderMode: "Image" | "HTML" | "JSON";
|
|
339196
339481
|
} | undefined;
|
|
339197
339482
|
}>, "many">>;
|
|
339483
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
339198
339484
|
}, "strip", z$1.ZodTypeAny, {
|
|
339199
339485
|
files?: {
|
|
339200
339486
|
id: string;
|
|
@@ -339209,6 +339495,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339209
339495
|
} | undefined;
|
|
339210
339496
|
}[] | undefined;
|
|
339211
339497
|
iterationId?: string | undefined;
|
|
339498
|
+
templateId?: string | undefined;
|
|
339212
339499
|
}, {
|
|
339213
339500
|
files?: {
|
|
339214
339501
|
id: string;
|
|
@@ -339223,6 +339510,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339223
339510
|
} | undefined;
|
|
339224
339511
|
}[] | undefined;
|
|
339225
339512
|
iterationId?: string | undefined;
|
|
339513
|
+
templateId?: string | undefined;
|
|
339226
339514
|
}>>;
|
|
339227
339515
|
/**
|
|
339228
339516
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -339265,6 +339553,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339265
339553
|
} | undefined;
|
|
339266
339554
|
}[] | undefined;
|
|
339267
339555
|
iterationId?: string | undefined;
|
|
339556
|
+
templateId?: string | undefined;
|
|
339268
339557
|
} | undefined;
|
|
339269
339558
|
replyToMessageId?: string | undefined;
|
|
339270
339559
|
isRetry?: boolean | undefined;
|
|
@@ -339303,6 +339592,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339303
339592
|
} | undefined;
|
|
339304
339593
|
}[] | undefined;
|
|
339305
339594
|
iterationId?: string | undefined;
|
|
339595
|
+
templateId?: string | undefined;
|
|
339306
339596
|
} | undefined;
|
|
339307
339597
|
replyToMessageId?: string | undefined;
|
|
339308
339598
|
isRetry?: boolean | undefined;
|
|
@@ -339344,6 +339634,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339344
339634
|
} | undefined;
|
|
339345
339635
|
}[] | undefined;
|
|
339346
339636
|
iterationId?: string | undefined;
|
|
339637
|
+
templateId?: string | undefined;
|
|
339347
339638
|
} | undefined;
|
|
339348
339639
|
replyToMessageId?: string | undefined;
|
|
339349
339640
|
isRetry?: boolean | undefined;
|
|
@@ -339385,6 +339676,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
339385
339676
|
} | undefined;
|
|
339386
339677
|
}[] | undefined;
|
|
339387
339678
|
iterationId?: string | undefined;
|
|
339679
|
+
templateId?: string | undefined;
|
|
339388
339680
|
} | undefined;
|
|
339389
339681
|
replyToMessageId?: string | undefined;
|
|
339390
339682
|
isRetry?: boolean | undefined;
|
|
@@ -339579,6 +339871,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339579
339871
|
renderMode: "Image" | "HTML" | "JSON";
|
|
339580
339872
|
} | undefined;
|
|
339581
339873
|
}>, "many">>;
|
|
339874
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
339582
339875
|
}, "strip", z$1.ZodTypeAny, {
|
|
339583
339876
|
files?: {
|
|
339584
339877
|
id: string;
|
|
@@ -339593,6 +339886,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339593
339886
|
} | undefined;
|
|
339594
339887
|
}[] | undefined;
|
|
339595
339888
|
iterationId?: string | undefined;
|
|
339889
|
+
templateId?: string | undefined;
|
|
339596
339890
|
}, {
|
|
339597
339891
|
files?: {
|
|
339598
339892
|
id: string;
|
|
@@ -339607,6 +339901,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339607
339901
|
} | undefined;
|
|
339608
339902
|
}[] | undefined;
|
|
339609
339903
|
iterationId?: string | undefined;
|
|
339904
|
+
templateId?: string | undefined;
|
|
339610
339905
|
}>>;
|
|
339611
339906
|
/**
|
|
339612
339907
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -339649,6 +339944,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339649
339944
|
} | undefined;
|
|
339650
339945
|
}[] | undefined;
|
|
339651
339946
|
iterationId?: string | undefined;
|
|
339947
|
+
templateId?: string | undefined;
|
|
339652
339948
|
} | undefined;
|
|
339653
339949
|
replyToMessageId?: string | undefined;
|
|
339654
339950
|
isRetry?: boolean | undefined;
|
|
@@ -339687,6 +339983,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339687
339983
|
} | undefined;
|
|
339688
339984
|
}[] | undefined;
|
|
339689
339985
|
iterationId?: string | undefined;
|
|
339986
|
+
templateId?: string | undefined;
|
|
339690
339987
|
} | undefined;
|
|
339691
339988
|
replyToMessageId?: string | undefined;
|
|
339692
339989
|
isRetry?: boolean | undefined;
|
|
@@ -339728,6 +340025,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339728
340025
|
} | undefined;
|
|
339729
340026
|
}[] | undefined;
|
|
339730
340027
|
iterationId?: string | undefined;
|
|
340028
|
+
templateId?: string | undefined;
|
|
339731
340029
|
} | undefined;
|
|
339732
340030
|
replyToMessageId?: string | undefined;
|
|
339733
340031
|
isRetry?: boolean | undefined;
|
|
@@ -339769,6 +340067,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339769
340067
|
} | undefined;
|
|
339770
340068
|
}[] | undefined;
|
|
339771
340069
|
iterationId?: string | undefined;
|
|
340070
|
+
templateId?: string | undefined;
|
|
339772
340071
|
} | undefined;
|
|
339773
340072
|
replyToMessageId?: string | undefined;
|
|
339774
340073
|
isRetry?: boolean | undefined;
|
|
@@ -339889,6 +340188,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339889
340188
|
renderMode: "Image" | "HTML" | "JSON";
|
|
339890
340189
|
} | undefined;
|
|
339891
340190
|
}>, "many">>;
|
|
340191
|
+
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
339892
340192
|
}, "strip", z$1.ZodTypeAny, {
|
|
339893
340193
|
files?: {
|
|
339894
340194
|
id: string;
|
|
@@ -339903,6 +340203,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339903
340203
|
} | undefined;
|
|
339904
340204
|
}[] | undefined;
|
|
339905
340205
|
iterationId?: string | undefined;
|
|
340206
|
+
templateId?: string | undefined;
|
|
339906
340207
|
}, {
|
|
339907
340208
|
files?: {
|
|
339908
340209
|
id: string;
|
|
@@ -339917,6 +340218,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339917
340218
|
} | undefined;
|
|
339918
340219
|
}[] | undefined;
|
|
339919
340220
|
iterationId?: string | undefined;
|
|
340221
|
+
templateId?: string | undefined;
|
|
339920
340222
|
}>>;
|
|
339921
340223
|
/**
|
|
339922
340224
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -339959,6 +340261,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339959
340261
|
} | undefined;
|
|
339960
340262
|
}[] | undefined;
|
|
339961
340263
|
iterationId?: string | undefined;
|
|
340264
|
+
templateId?: string | undefined;
|
|
339962
340265
|
} | undefined;
|
|
339963
340266
|
replyToMessageId?: string | undefined;
|
|
339964
340267
|
isRetry?: boolean | undefined;
|
|
@@ -339997,6 +340300,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
339997
340300
|
} | undefined;
|
|
339998
340301
|
}[] | undefined;
|
|
339999
340302
|
iterationId?: string | undefined;
|
|
340303
|
+
templateId?: string | undefined;
|
|
340000
340304
|
} | undefined;
|
|
340001
340305
|
replyToMessageId?: string | undefined;
|
|
340002
340306
|
isRetry?: boolean | undefined;
|
|
@@ -340038,6 +340342,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
340038
340342
|
} | undefined;
|
|
340039
340343
|
}[] | undefined;
|
|
340040
340344
|
iterationId?: string | undefined;
|
|
340345
|
+
templateId?: string | undefined;
|
|
340041
340346
|
} | undefined;
|
|
340042
340347
|
replyToMessageId?: string | undefined;
|
|
340043
340348
|
isRetry?: boolean | undefined;
|
|
@@ -340079,6 +340384,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
340079
340384
|
} | undefined;
|
|
340080
340385
|
}[] | undefined;
|
|
340081
340386
|
iterationId?: string | undefined;
|
|
340387
|
+
templateId?: string | undefined;
|
|
340082
340388
|
} | undefined;
|
|
340083
340389
|
replyToMessageId?: string | undefined;
|
|
340084
340390
|
isRetry?: boolean | undefined;
|
|
@@ -374369,6 +374675,12 @@ declare class SandboxTemplatesEndpoint {
|
|
|
374369
374675
|
name: string;
|
|
374370
374676
|
createdByUserId: string;
|
|
374371
374677
|
e2bTemplateId: string;
|
|
374678
|
+
templates?: {
|
|
374679
|
+
id: string;
|
|
374680
|
+
name: string;
|
|
374681
|
+
description: string;
|
|
374682
|
+
thumbnailUrl?: string | undefined;
|
|
374683
|
+
}[] | undefined;
|
|
374372
374684
|
}[];
|
|
374373
374685
|
}[];
|
|
374374
374686
|
}>;
|
|
@@ -374384,6 +374696,12 @@ declare class SandboxTemplatesEndpoint {
|
|
|
374384
374696
|
name: string;
|
|
374385
374697
|
createdByUserId: string;
|
|
374386
374698
|
e2bTemplateId: string;
|
|
374699
|
+
templates?: {
|
|
374700
|
+
id: string;
|
|
374701
|
+
name: string;
|
|
374702
|
+
description: string;
|
|
374703
|
+
thumbnailUrl?: string | undefined;
|
|
374704
|
+
}[] | undefined;
|
|
374387
374705
|
}[];
|
|
374388
374706
|
};
|
|
374389
374707
|
}>;
|
|
@@ -375756,6 +376074,7 @@ declare class ThreadsEndpoint {
|
|
|
375756
376074
|
} | undefined;
|
|
375757
376075
|
}[] | undefined;
|
|
375758
376076
|
iterationId?: string | undefined;
|
|
376077
|
+
templateId?: string | undefined;
|
|
375759
376078
|
} | undefined;
|
|
375760
376079
|
replyToMessageId?: string | undefined;
|
|
375761
376080
|
isRetry?: boolean | undefined;
|
|
@@ -375804,6 +376123,7 @@ declare class ThreadsEndpoint {
|
|
|
375804
376123
|
} | undefined;
|
|
375805
376124
|
}[] | undefined;
|
|
375806
376125
|
iterationId?: string | undefined;
|
|
376126
|
+
templateId?: string | undefined;
|
|
375807
376127
|
} | undefined;
|
|
375808
376128
|
replyToMessageId?: string | undefined;
|
|
375809
376129
|
isRetry?: boolean | undefined;
|