storyblok 4.16.8 → 4.17.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.
@@ -64,6 +64,10 @@ interface MigrationsGenerateOptions extends CommandOptions {
64
64
  interface MigrationsRunOptions extends CommandOptions {
65
65
  dryRun?: boolean;
66
66
  filter?: string;
67
+ /**
68
+ * The source space id to read migration files from.
69
+ */
70
+ from?: string;
67
71
  query?: string;
68
72
  startsWith?: string;
69
73
  publish?: 'all' | 'published' | 'published-with-changes';
@@ -64,6 +64,10 @@ interface MigrationsGenerateOptions extends CommandOptions {
64
64
  interface MigrationsRunOptions extends CommandOptions {
65
65
  dryRun?: boolean;
66
66
  filter?: string;
67
+ /**
68
+ * The source space id to read migration files from.
69
+ */
70
+ from?: string;
67
71
  query?: string;
68
72
  startsWith?: string;
69
73
  publish?: 'all' | 'published' | 'published-with-changes';