@supernova-studio/client 1.76.1 → 1.77.0

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
@@ -3723,15 +3723,13 @@ var CollectionImportModelInput = z100.object({
3723
3723
  id: z100.string(),
3724
3724
  name: z100.string(),
3725
3725
  parentId: z100.string().optional(),
3726
- parentPersistentId: z100.string().optional(),
3727
3726
  collectionKeyMigrated: z100.boolean()
3728
3727
  });
3729
3728
  var CollectionImportModel = z100.object({
3730
3729
  id: z100.string(),
3731
3730
  parentId: z100.string().optional(),
3732
3731
  name: z100.string(),
3733
- origin: CollectionOrigin,
3734
- parentPersistentId: z100.string().optional()
3732
+ origin: CollectionOrigin
3735
3733
  });
3736
3734
  var ImportModelBase = z101.object({
3737
3735
  id: z101.string(),
@@ -7080,7 +7078,7 @@ var Collection2 = z235.object({
7080
7078
  });
7081
7079
  var VariablesMapping = z235.object({
7082
7080
  variableCollections: z235.array(z235.string()).min(1),
7083
- variableCollectionKeys: z235.array(z235.string()).optional(),
7081
+ variableCollectionKeys: z235.array(z235.string()),
7084
7082
  variableMode: z235.string().min(1),
7085
7083
  supernovaBrand: z235.string().min(1),
7086
7084
  supernovaTheme: z235.string().min(1).nullable().optional()