contentful-import 10.3.0 → 10.5.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.
@@ -36,6 +36,8 @@ declare const _default: {
36
36
  header: string | undefined;
37
37
  "include-experience-orchestration": boolean;
38
38
  includeExperienceOrchestration: boolean;
39
+ "skip-exo-variants": boolean;
40
+ skipExoVariants: boolean;
39
41
  _: (string | number)[];
40
42
  $0: string;
41
43
  } | Promise<{
@@ -76,6 +78,8 @@ declare const _default: {
76
78
  header: string | undefined;
77
79
  "include-experience-orchestration": boolean;
78
80
  includeExperienceOrchestration: boolean;
81
+ "skip-exo-variants": boolean;
82
+ skipExoVariants: boolean;
79
83
  _: (string | number)[];
80
84
  $0: string;
81
85
  }>;
@@ -36,6 +36,8 @@ declare const _default: {
36
36
  header: string | undefined;
37
37
  "include-experience-orchestration": boolean;
38
38
  includeExperienceOrchestration: boolean;
39
+ "skip-exo-variants": boolean;
40
+ skipExoVariants: boolean;
39
41
  _: (string | number)[];
40
42
  $0: string;
41
43
  } | Promise<{
@@ -76,6 +78,8 @@ declare const _default: {
76
78
  header: string | undefined;
77
79
  "include-experience-orchestration": boolean;
78
80
  includeExperienceOrchestration: boolean;
81
+ "skip-exo-variants": boolean;
82
+ skipExoVariants: boolean;
79
83
  _: (string | number)[];
80
84
  $0: string;
81
85
  }>;
@@ -118,5 +118,9 @@ var usageParams_default = import_yargs.default.version(version || "Version only
118
118
  describe: "Import Experience Orchestration entities (designTokens, components, experienceTemplates, experienceFragments, dataAssemblies, experiences). Requires a space with ExO enabled.",
119
119
  type: "boolean",
120
120
  default: true
121
+ }).option("skip-exo-variants", {
122
+ describe: "Skip importing Experience and Experience Fragment Optimization Variants",
123
+ type: "boolean",
124
+ default: false
121
125
  }).config("config", "An optional configuration JSON file containing all the options for a single run").argv;
122
126
  module.exports = module.exports.default || module.exports;
@@ -80,6 +80,10 @@ var usageParams_default = yargs.version(version || "Version only available on in
80
80
  describe: "Import Experience Orchestration entities (designTokens, components, experienceTemplates, experienceFragments, dataAssemblies, experiences). Requires a space with ExO enabled.",
81
81
  type: "boolean",
82
82
  default: true
83
+ }).option("skip-exo-variants", {
84
+ describe: "Skip importing Experience and Experience Fragment Optimization Variants",
85
+ type: "boolean",
86
+ default: false
83
87
  }).config("config", "An optional configuration JSON file containing all the options for a single run").argv;
84
88
  export {
85
89
  usageParams_default as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-import",
3
- "version": "10.3.0",
3
+ "version": "10.5.0",
4
4
  "description": "this tool allows you to import JSON dump exported by contentful-export",
5
5
  "main": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -64,7 +64,7 @@
64
64
  "bluebird": "^3.7.2",
65
65
  "cli-table3": "^0.6.5",
66
66
  "contentful-batch-libs": "^9.7.0",
67
- "contentful-management": "^12.13.0",
67
+ "contentful-management": "^12.17.0",
68
68
  "date-fns": "^4.4.0",
69
69
  "joi": "^18.2.3",
70
70
  "listr": "^0.14.3",