@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.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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 */
|