@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.mjs
CHANGED
|
@@ -10687,7 +10687,8 @@ var DTOThreadAgentResponseTracker = z321.object({
|
|
|
10687
10687
|
});
|
|
10688
10688
|
var DTOThreadMessageAttachmentsCreateInput = z321.object({
|
|
10689
10689
|
iterationId: Id.optional(),
|
|
10690
|
-
fileIds: z321.string().array().optional()
|
|
10690
|
+
fileIds: z321.string().array().optional(),
|
|
10691
|
+
templateId: z321.string().optional()
|
|
10691
10692
|
});
|
|
10692
10693
|
var DTOThreadMessageCreateInput = DTOThreadMessage.pick({
|
|
10693
10694
|
id: true,
|
|
@@ -11942,7 +11943,8 @@ var DTOSandboxTemplateVersion = z346.object({
|
|
|
11942
11943
|
id: z346.string(),
|
|
11943
11944
|
name: z346.string(),
|
|
11944
11945
|
description: z346.string(),
|
|
11945
|
-
thumbnailUrl: z346.string().optional()
|
|
11946
|
+
thumbnailUrl: z346.string().optional(),
|
|
11947
|
+
files: z346.string().array()
|
|
11946
11948
|
}).array().optional()
|
|
11947
11949
|
});
|
|
11948
11950
|
var DTOSandboxTemplate = z346.object({
|