@supernova-studio/client 1.77.4 → 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.mjs CHANGED
@@ -3993,13 +3993,15 @@ var ThemeOverrideImportModelBase = DesignTokenTypedData.and(
3993
3993
  );
3994
3994
  var ThemeOverrideImportModel = ThemeOverrideImportModelBase.and(
3995
3995
  z106.object({
3996
- origin: ThemeOverrideOrigin
3996
+ origin: ThemeOverrideOrigin,
3997
+ collectionId: z106.string().optional()
3997
3998
  })
3998
3999
  );
3999
4000
  var ThemeOverrideImportModelInput = ThemeOverrideImportModelBase.and(
4000
4001
  z106.object({
4001
4002
  originId: z106.string(),
4002
- originMetadata: ThemeOverrideOriginPart
4003
+ originMetadata: ThemeOverrideOriginPart,
4004
+ collectionId: z106.string().optional()
4003
4005
  })
4004
4006
  );
4005
4007
  var ThemeImportModel = z106.object({
@@ -11940,7 +11942,8 @@ var DTOSandboxTemplateVersion = z346.object({
11940
11942
  id: z346.string(),
11941
11943
  name: z346.string(),
11942
11944
  description: z346.string(),
11943
- thumbnailUrl: z346.string().optional()
11945
+ thumbnailUrl: z346.string().optional(),
11946
+ files: z346.string().array()
11944
11947
  }).array().optional()
11945
11948
  });
11946
11949
  var DTOSandboxTemplate = z346.object({