@supernova-studio/client 1.76.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 +320 -0
- package/dist/index.d.ts +320 -0
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10101,7 +10101,8 @@ var DTOThreadReaction = z321.object({
|
|
|
10101
10101
|
});
|
|
10102
10102
|
var DTOThreadMessageAttachments = z321.object({
|
|
10103
10103
|
iterationId: Id.optional(),
|
|
10104
|
-
files: DTOFileReference.array().optional()
|
|
10104
|
+
files: DTOFileReference.array().optional(),
|
|
10105
|
+
templateId: z321.string().optional()
|
|
10105
10106
|
});
|
|
10106
10107
|
var DTOThreadMessage = z321.object({
|
|
10107
10108
|
id: Id,
|
|
@@ -11400,7 +11401,13 @@ var DTOSandboxTemplateVersion = z346.object({
|
|
|
11400
11401
|
name: z346.string(),
|
|
11401
11402
|
createdAt: z346.string(),
|
|
11402
11403
|
createdByUserId: z346.string(),
|
|
11403
|
-
e2bTemplateId: z346.string()
|
|
11404
|
+
e2bTemplateId: z346.string(),
|
|
11405
|
+
templates: z346.object({
|
|
11406
|
+
id: z346.string(),
|
|
11407
|
+
name: z346.string(),
|
|
11408
|
+
description: z346.string(),
|
|
11409
|
+
thumbnailUrl: z346.string().optional()
|
|
11410
|
+
}).array().optional()
|
|
11404
11411
|
});
|
|
11405
11412
|
var DTOSandboxTemplate = z346.object({
|
|
11406
11413
|
id: z346.string(),
|