@wix/multilingual 1.0.67 → 1.0.68

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.67",
3
+ "version": "1.0.68",
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.17",
21
+ "@wix/multilingual_entity-mapper": "1.0.18",
22
22
  "@wix/multilingual_machine-translation": "1.0.31",
23
23
  "@wix/multilingual_site-translator": "1.0.16",
24
24
  "@wix/multilingual_translation-contents": "1.0.35",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "a4cbc9ed7cc0bdca3a43addbaca2f6f37f6d9d84ec40515e38c007c1"
51
+ "falconPackageHash": "197aa681cdffbf9c503ca460b0906eb20df26396e0b0f7ac4705a27c"
52
52
  }
@@ -666,6 +666,8 @@ interface LocalizationPublicActionActionOneOf {
666
666
  interface CreateOrUpdateNileMapperRequest {
667
667
  /** A mapper to create or update if already exist */
668
668
  mapper?: Mapper;
669
+ /** if true don't send pods notify kafka event */
670
+ skipPodsNotify?: boolean | null;
669
671
  }
670
672
  interface CreateOrUpdateNileMapperResponse {
671
673
  }
@@ -666,6 +666,8 @@ interface LocalizationPublicActionActionOneOf {
666
666
  interface CreateOrUpdateNileMapperRequest {
667
667
  /** A mapper to create or update if already exist */
668
668
  mapper?: Mapper;
669
+ /** if true don't send pods notify kafka event */
670
+ skipPodsNotify?: boolean | null;
669
671
  }
670
672
  interface CreateOrUpdateNileMapperResponse {
671
673
  }