@wix/multilingual 1.0.66 → 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.66",
3
+ "version": "1.0.68",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,12 +18,12 @@
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
- "@wix/multilingual_translation-contents": "1.0.34",
24
+ "@wix/multilingual_translation-contents": "1.0.35",
25
25
  "@wix/multilingual_translation-published-contents": "1.0.13",
26
- "@wix/multilingual_translation-schemas": "1.0.30"
26
+ "@wix/multilingual_translation-schemas": "1.0.31"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "13ad65f25f1793fb95c24ac531d092334063cfcff7cafc3eb8732625"
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
  }
@@ -7379,7 +7381,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
7379
7381
  version?: string;
7380
7382
  /** A timestamp of the event. */
7381
7383
  timestamp?: string;
7382
- /** A list of "assets" (applications). The same as MetaSiteContext. */
7384
+ /**
7385
+ * TODO(meta-site): Change validation once validations are disabled for consumers
7386
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
7387
+ */
7383
7388
  assets?: Asset$1[];
7384
7389
  }
7385
7390
  /** @oneof */
@@ -8854,7 +8859,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
8854
8859
  version?: string;
8855
8860
  /** A timestamp of the event. */
8856
8861
  timestamp?: string;
8857
- /** A list of "assets" (applications). The same as MetaSiteContext. */
8862
+ /**
8863
+ * TODO(meta-site): Change validation once validations are disabled for consumers
8864
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
8865
+ */
8858
8866
  assets?: Asset[];
8859
8867
  }
8860
8868
  /** @oneof */
@@ -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
  }
@@ -7379,7 +7381,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
7379
7381
  version?: string;
7380
7382
  /** A timestamp of the event. */
7381
7383
  timestamp?: string;
7382
- /** A list of "assets" (applications). The same as MetaSiteContext. */
7384
+ /**
7385
+ * TODO(meta-site): Change validation once validations are disabled for consumers
7386
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
7387
+ */
7383
7388
  assets?: Asset$1[];
7384
7389
  }
7385
7390
  /** @oneof */
@@ -8854,7 +8859,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
8854
8859
  version?: string;
8855
8860
  /** A timestamp of the event. */
8856
8861
  timestamp?: string;
8857
- /** A list of "assets" (applications). The same as MetaSiteContext. */
8862
+ /**
8863
+ * TODO(meta-site): Change validation once validations are disabled for consumers
8864
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
8865
+ */
8858
8866
  assets?: Asset[];
8859
8867
  }
8860
8868
  /** @oneof */