@supernova-studio/client 1.75.0 → 1.76.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
@@ -3721,18 +3721,14 @@ var Collection = z99.object({
3721
3721
  });
3722
3722
  var CollectionImportModelInput = z100.object({
3723
3723
  id: z100.string(),
3724
- legacyId: z100.string(),
3725
3724
  name: z100.string(),
3726
3725
  parentId: z100.string().optional(),
3727
- parentLegacyId: z100.string().optional(),
3728
3726
  parentPersistentId: z100.string().optional(),
3729
3727
  collectionKeyMigrated: z100.boolean()
3730
3728
  });
3731
3729
  var CollectionImportModel = z100.object({
3732
3730
  id: z100.string(),
3733
- legacyId: z100.string(),
3734
3731
  parentId: z100.string().optional(),
3735
- parentLegacyId: z100.string().optional(),
3736
3732
  name: z100.string(),
3737
3733
  origin: CollectionOrigin,
3738
3734
  parentPersistentId: z100.string().optional()
@@ -3846,8 +3842,7 @@ var ThemeImportModel = z106.object({
3846
3842
  originSource: ThemeOriginSource,
3847
3843
  overrides: z106.array(ThemeOverrideImportModel),
3848
3844
  sortOrder: z106.number(),
3849
- collectionIds: z106.array(z106.string()).optional(),
3850
- collectionLegacyIds: z106.array(z106.string()).optional()
3845
+ collectionIds: z106.array(z106.string()).optional()
3851
3846
  });
3852
3847
  var ThemeImportModelInput = z106.object({
3853
3848
  id: z106.string(),
@@ -3855,8 +3850,7 @@ var ThemeImportModelInput = z106.object({
3855
3850
  meta: ObjectMeta,
3856
3851
  originObjects: z106.array(ThemeOriginObject),
3857
3852
  overrides: z106.array(ThemeOverrideImportModelInput),
3858
- collectionIds: z106.array(z106.string()).optional(),
3859
- collectionLegacyIds: z106.array(z106.string()).optional()
3853
+ collectionIds: z106.array(z106.string()).optional()
3860
3854
  });
3861
3855
  var ThemeUpdateImportModel = z106.object({
3862
3856
  themePersistentId: z106.string(),
@@ -3868,7 +3862,6 @@ var ThemeUpdateImportModelInput = z106.object({
3868
3862
  });
3869
3863
  var DesignTokenImportModelPart = z107.object({
3870
3864
  collectionId: z107.string().optional(),
3871
- collectionLegacyId: z107.string().optional(),
3872
3865
  codeSyntax: z107.record(z107.coerce.string()).optional(),
3873
3866
  scopes: z107.array(z107.string()).optional()
3874
3867
  });
@@ -7058,7 +7051,7 @@ var Variable = z235.object({
7058
7051
  name: z235.string(),
7059
7052
  key: z235.string(),
7060
7053
  variableCollectionId: z235.string(),
7061
- variableCollectionKey: z235.string().optional(),
7054
+ variableCollectionKey: z235.string(),
7062
7055
  resolvedType: ResolvedVariableType,
7063
7056
  valuesByMode: z235.record(VariableValue),
7064
7057
  remote: z235.boolean(),
@@ -7075,7 +7068,7 @@ var VariableMode = z235.object({
7075
7068
  var Collection2 = z235.object({
7076
7069
  id: z235.string(),
7077
7070
  name: z235.string(),
7078
- key: z235.string().optional(),
7071
+ key: z235.string(),
7079
7072
  modes: z235.array(VariableMode),
7080
7073
  defaultModeId: z235.string(),
7081
7074
  remote: z235.boolean(),