@wix/multilingual 1.0.47 → 1.0.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/multilingual",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/multilingual_entity-mapper": "1.0.12",
21
+ "@wix/multilingual_entity-mapper": "1.0.13",
22
22
  "@wix/multilingual_machine-translation": "1.0.27",
23
23
  "@wix/multilingual_site-translator": "1.0.12",
24
24
  "@wix/multilingual_translation-contents": "1.0.20",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "b5a245c7aee870bebad29e55d420dace87fde6fea95fb5f215a7e15f"
51
+ "falconPackageHash": "9caf966f03b64aa3e2f91053223823d47cbb83f55b442e4611c8e278"
52
52
  }
@@ -62,6 +62,8 @@ interface Mapper {
62
62
  deleteRepeatedFields?: boolean | null;
63
63
  /** Whether the entity can bt extended by Data Extensions */
64
64
  extensible?: boolean | null;
65
+ /** The schema id that the mapper points to */
66
+ schemaId?: string | null;
65
67
  }
66
68
  interface MapperField {
67
69
  /** The field FQN */
@@ -62,6 +62,8 @@ interface Mapper {
62
62
  deleteRepeatedFields?: boolean | null;
63
63
  /** Whether the entity can bt extended by Data Extensions */
64
64
  extensible?: boolean | null;
65
+ /** The schema id that the mapper points to */
66
+ schemaId?: string | null;
65
67
  }
66
68
  interface MapperField {
67
69
  /** The field FQN */