@supernova-studio/client 1.78.0 → 1.78.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 +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11942,7 +11942,8 @@ var DTOSandboxTemplateVersion = z346.object({
|
|
|
11942
11942
|
id: z346.string(),
|
|
11943
11943
|
name: z346.string(),
|
|
11944
11944
|
description: z346.string(),
|
|
11945
|
-
thumbnailUrl: z346.string().optional()
|
|
11945
|
+
thumbnailUrl: z346.string().optional(),
|
|
11946
|
+
files: z346.string().array()
|
|
11946
11947
|
}).array().optional()
|
|
11947
11948
|
});
|
|
11948
11949
|
var DTOSandboxTemplate = z346.object({
|