@kontent-ai/migration-toolkit 2.7.0 → 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.
- package/dist/core/models/migration.schema.d.ts +15 -15
- package/dist/metadata.js +2 -2
- package/lib/metadata.ts +2 -2
- package/package.json +12 -12
|
@@ -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<
|
|
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
|
-
}
|
|
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<
|
|
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
|
-
}
|
|
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<
|
|
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
|
-
}
|
|
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<
|
|
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
|
-
}
|
|
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<
|
|
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
|
-
}
|
|
1166
|
+
}, "strict", z.ZodTypeAny, {
|
|
1167
1167
|
codename: string;
|
|
1168
1168
|
filename: string;
|
|
1169
1169
|
title: string;
|
package/dist/metadata.js
CHANGED
package/lib/metadata.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kontent-ai/migration-toolkit",
|
|
3
|
-
"version": "2.
|
|
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,13 +51,13 @@
|
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@kontent-ai-consulting/tools-analytics": "0.0.8",
|
|
54
|
-
"@kontent-ai/management-sdk": "7.
|
|
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.
|
|
60
|
+
"dotenv": "16.5.0",
|
|
61
61
|
"jszip": "3.10.1",
|
|
62
62
|
"mime": "4.0.7",
|
|
63
63
|
"ora": "8.2.0",
|
|
@@ -65,24 +65,24 @@
|
|
|
65
65
|
"prompts": "2.4.2",
|
|
66
66
|
"ts-pattern": "5.7.0",
|
|
67
67
|
"yargs": "17.7.2",
|
|
68
|
-
"zod": "3.24.
|
|
68
|
+
"zod": "3.24.3"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@eslint/js": "9.
|
|
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.
|
|
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.
|
|
79
|
-
"@typescript-eslint/parser": "8.
|
|
80
|
-
"eslint": "9.
|
|
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.
|
|
83
|
+
"tsx": "4.19.4",
|
|
84
84
|
"typescript": "5.8.3",
|
|
85
|
-
"typescript-eslint": "8.
|
|
86
|
-
"vitest": "3.1.
|
|
85
|
+
"typescript-eslint": "8.31.1",
|
|
86
|
+
"vitest": "3.1.2"
|
|
87
87
|
}
|
|
88
88
|
}
|