@kontent-ai/migration-toolkit 1.2.0 → 1.3.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.
@@ -21,7 +21,7 @@ export declare namespace MigrationElementModels {
21
21
  export type MigrationReference<T extends string = string> = z.infer<typeof MigrationReferenceSchema> & {
22
22
  readonly codename: T;
23
23
  };
24
- export type MigrationItemSystem<TLanguage extends string = string, TType extends string = string, TCollection extends string = string, TWorkflow extends string = string> = z.infer<typeof MigrationItemSystemSchema> & {
24
+ export type MigrationItemSystem<TType extends string = string, TLanguage extends string = string, TCollection extends string = string, TWorkflow extends string = string> = z.infer<typeof MigrationItemSystemSchema> & {
25
25
  readonly codename: string;
26
26
  readonly name: string;
27
27
  readonly language: MigrationReference<TLanguage>;
@@ -1,6 +1,6 @@
1
1
  export const libMetadata = {
2
2
  name: '@kontent-ai/migration-toolkit',
3
- timestamp: 'Thu, 18 Jul 2024 09:58:42 GMT',
4
- version: '1.2.0'
3
+ timestamp: 'Thu, 18 Jul 2024 10:19:20 GMT',
4
+ version: '1.3.0'
5
5
  };
6
6
  //# sourceMappingURL=metadata.js.map
@@ -43,8 +43,8 @@ export type MigrationReference<T extends string = string> = z.infer<typeof Migra
43
43
  readonly codename: T;
44
44
  };
45
45
  export type MigrationItemSystem<
46
- TLanguage extends string = string,
47
46
  TType extends string = string,
47
+ TLanguage extends string = string,
48
48
  TCollection extends string = string,
49
49
  TWorkflow extends string = string
50
50
  > = z.infer<typeof MigrationItemSystemSchema> & {
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: 'Thu, 18 Jul 2024 09:58:42 GMT',
5
- version: '1.2.0'
4
+ timestamp: 'Thu, 18 Jul 2024 10:19:20 GMT',
5
+ version: '1.3.0'
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontent-ai/migration-toolkit",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "This program can be used to import content related data into Kontent.ai from various formats. Additionally, it can also be used to export Kontent.ai data using Delivery API.",
5
5
  "preferGlobal": true,
6
6
  "private": false,