@kontent-ai/migration-toolkit 2.6.1 → 2.8.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.
@@ -482,7 +482,7 @@ export declare const MigrationAssetDescriptionSchema: z.ZodReadonly<z.ZodObject<
482
482
  }>;
483
483
  description?: string | undefined;
484
484
  }>>;
485
- export declare const MigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<{
485
+ export declare const MigrationAssetSchema: z.ZodReadonly<z.ZodObject<{
486
486
  codename: z.ZodString;
487
487
  filename: z.ZodString;
488
488
  title: z.ZodString;
@@ -520,9 +520,9 @@ export declare const MigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.objectUti
520
520
  }, {
521
521
  codename: string;
522
522
  }>>>;
523
- }, {
523
+ } & {
524
524
  binary_data: z.ZodUnion<[z.ZodType<BufferProxy<ArrayBufferLike>, z.ZodTypeDef, BufferProxy<ArrayBufferLike>>, z.ZodType<import("buffer").Blob, z.ZodTypeDef, import("buffer").Blob>]>;
525
- }>, "strict", z.ZodTypeAny, {
525
+ }, "strict", z.ZodTypeAny, {
526
526
  codename: string;
527
527
  filename: string;
528
528
  title: string;
@@ -557,7 +557,7 @@ export declare const MigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.objectUti
557
557
  codename: string;
558
558
  }> | undefined;
559
559
  }>>;
560
- export declare const ZipMigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<{
560
+ export declare const ZipMigrationAssetSchema: z.ZodReadonly<z.ZodObject<{
561
561
  codename: z.ZodString;
562
562
  filename: z.ZodString;
563
563
  title: z.ZodString;
@@ -595,9 +595,9 @@ export declare const ZipMigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.object
595
595
  }, {
596
596
  codename: string;
597
597
  }>>>;
598
- }, {
598
+ } & {
599
599
  _zipFilename: z.ZodString;
600
- }>, "strict", z.ZodTypeAny, {
600
+ }, "strict", z.ZodTypeAny, {
601
601
  codename: string;
602
602
  filename: string;
603
603
  title: string;
@@ -632,7 +632,7 @@ export declare const ZipMigrationAssetSchema: z.ZodReadonly<z.ZodObject<z.object
632
632
  codename: string;
633
633
  }> | undefined;
634
634
  }>>;
635
- export declare const MigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<{
635
+ export declare const MigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
636
636
  codename: z.ZodString;
637
637
  filename: z.ZodString;
638
638
  title: z.ZodString;
@@ -670,9 +670,9 @@ export declare const MigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadon
670
670
  }, {
671
671
  codename: string;
672
672
  }>>>;
673
- }, {
673
+ } & {
674
674
  binary_data: z.ZodUnion<[z.ZodType<BufferProxy<ArrayBufferLike>, z.ZodTypeDef, BufferProxy<ArrayBufferLike>>, z.ZodType<import("buffer").Blob, z.ZodTypeDef, import("buffer").Blob>]>;
675
- }>, "strict", z.ZodTypeAny, {
675
+ }, "strict", z.ZodTypeAny, {
676
676
  codename: string;
677
677
  filename: string;
678
678
  title: string;
@@ -707,7 +707,7 @@ export declare const MigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadon
707
707
  codename: string;
708
708
  }> | undefined;
709
709
  }>>, "many">>;
710
- export declare const ZipMigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<{
710
+ export declare const ZipMigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
711
711
  codename: z.ZodString;
712
712
  filename: z.ZodString;
713
713
  title: z.ZodString;
@@ -745,9 +745,9 @@ export declare const ZipMigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodRea
745
745
  }, {
746
746
  codename: string;
747
747
  }>>>;
748
- }, {
748
+ } & {
749
749
  _zipFilename: z.ZodString;
750
- }>, "strict", z.ZodTypeAny, {
750
+ }, "strict", z.ZodTypeAny, {
751
751
  codename: string;
752
752
  filename: string;
753
753
  title: string;
@@ -1123,7 +1123,7 @@ export declare const MigrationDataSchema: z.ZodReadonly<z.ZodObject<{
1123
1123
  }> | undefined;
1124
1124
  }>[];
1125
1125
  }>>, "many">>;
1126
- assets: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<{
1126
+ assets: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
1127
1127
  codename: z.ZodString;
1128
1128
  filename: z.ZodString;
1129
1129
  title: z.ZodString;
@@ -1161,9 +1161,9 @@ export declare const MigrationDataSchema: z.ZodReadonly<z.ZodObject<{
1161
1161
  }, {
1162
1162
  codename: string;
1163
1163
  }>>>;
1164
- }, {
1164
+ } & {
1165
1165
  binary_data: z.ZodUnion<[z.ZodType<BufferProxy<ArrayBufferLike>, z.ZodTypeDef, BufferProxy<ArrayBufferLike>>, z.ZodType<import("buffer").Blob, z.ZodTypeDef, import("buffer").Blob>]>;
1166
- }>, "strict", z.ZodTypeAny, {
1166
+ }, "strict", z.ZodTypeAny, {
1167
1167
  codename: string;
1168
1168
  filename: string;
1169
1169
  title: string;
package/dist/metadata.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const libMetadata = {
2
2
  name: '@kontent-ai/migration-toolkit',
3
- timestamp: 'Tue, 11 Mar 2025 14:27:55 GMT',
4
- version: '2.6.1'
3
+ timestamp: 'Wed, 30 Apr 2025 11:25:24 GMT',
4
+ version: '2.8.0'
5
5
  };
6
6
  //# sourceMappingURL=metadata.js.map
package/lib/metadata.ts CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  export const libMetadata = {
3
3
  name: '@kontent-ai/migration-toolkit',
4
- timestamp: 'Tue, 11 Mar 2025 14:27:55 GMT',
5
- version: '2.6.1'
4
+ timestamp: 'Wed, 30 Apr 2025 11:25:24 GMT',
5
+ version: '2.8.0'
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontent-ai/migration-toolkit",
3
- "version": "2.6.1",
3
+ "version": "2.8.0",
4
4
  "description": "This program can be used to import content related data into Kontent.ai from various sources. The included functionality enables the content & asset export/import from Kontent.ai environments.",
5
5
  "preferGlobal": true,
6
6
  "private": false,
@@ -51,38 +51,38 @@
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
53
  "@kontent-ai-consulting/tools-analytics": "0.0.8",
54
- "@kontent-ai/management-sdk": "7.7.0",
54
+ "@kontent-ai/management-sdk": "7.9.0",
55
55
  "browser-or-node": "3.0.0",
56
56
  "buffer": "6.0.3",
57
57
  "bytes": "3.1.2",
58
58
  "chalk": "5.4.1",
59
59
  "deep-equal": "2.2.3",
60
- "dotenv": "16.4.7",
60
+ "dotenv": "16.5.0",
61
61
  "jszip": "3.10.1",
62
- "mime": "4.0.6",
62
+ "mime": "4.0.7",
63
63
  "ora": "8.2.0",
64
64
  "p-limit": "6.2.0",
65
65
  "prompts": "2.4.2",
66
- "ts-pattern": "5.6.2",
66
+ "ts-pattern": "5.7.0",
67
67
  "yargs": "17.7.2",
68
- "zod": "3.24.2"
68
+ "zod": "3.24.3"
69
69
  },
70
70
  "devDependencies": {
71
- "@eslint/js": "9.22.0",
71
+ "@eslint/js": "9.25.1",
72
72
  "@types/browser-or-node": "1.3.2",
73
73
  "@types/bytes": "3.1.5",
74
74
  "@types/deep-equal": "1.0.4",
75
- "@types/node": "22.13.10",
75
+ "@types/node": "22.15.3",
76
76
  "@types/prompts": "2.4.9",
77
77
  "@types/yargs": "17.0.33",
78
- "@typescript-eslint/eslint-plugin": "8.26.1",
79
- "@typescript-eslint/parser": "8.26.1",
80
- "eslint": "9.22.0",
78
+ "@typescript-eslint/eslint-plugin": "8.31.1",
79
+ "@typescript-eslint/parser": "8.31.1",
80
+ "eslint": "9.25.1",
81
81
  "standard-version": "9.5.0",
82
82
  "tslib": "2.8.1",
83
- "tsx": "4.19.3",
84
- "typescript": "5.8.2",
85
- "typescript-eslint": "8.26.1",
86
- "vitest": "3.0.8"
83
+ "tsx": "4.19.4",
84
+ "typescript": "5.8.3",
85
+ "typescript-eslint": "8.31.1",
86
+ "vitest": "3.1.2"
87
87
  }
88
88
  }