@wix/multilingual 1.0.40 → 1.0.41
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.41",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@wix/multilingual_entity-mapper": "1.0.11",
|
|
22
22
|
"@wix/multilingual_machine-translation": "1.0.26",
|
|
23
23
|
"@wix/multilingual_site-translator": "1.0.12",
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.17",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.4",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.15"
|
|
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": "907a92e64b2fa19798b04b5d088ea20a9964248db010be8a03e710c9"
|
|
52
52
|
}
|
|
@@ -7083,7 +7083,12 @@ declare enum Namespace$1 {
|
|
|
7083
7083
|
*/
|
|
7084
7084
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
7085
7085
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
7086
|
-
NOWNIA = "NOWNIA"
|
|
7086
|
+
NOWNIA = "NOWNIA",
|
|
7087
|
+
/**
|
|
7088
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
7089
|
+
* The Partners company owns this namespace.
|
|
7090
|
+
*/
|
|
7091
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
7087
7092
|
}
|
|
7088
7093
|
/** Site transferred to another user. */
|
|
7089
7094
|
interface SiteTransferred$1 {
|
|
@@ -8472,7 +8477,12 @@ declare enum Namespace {
|
|
|
8472
8477
|
*/
|
|
8473
8478
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8474
8479
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8475
|
-
NOWNIA = "NOWNIA"
|
|
8480
|
+
NOWNIA = "NOWNIA",
|
|
8481
|
+
/**
|
|
8482
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8483
|
+
* The Partners company owns this namespace.
|
|
8484
|
+
*/
|
|
8485
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
8476
8486
|
}
|
|
8477
8487
|
/** Site transferred to another user. */
|
|
8478
8488
|
interface SiteTransferred {
|
|
@@ -7083,7 +7083,12 @@ declare enum Namespace$1 {
|
|
|
7083
7083
|
*/
|
|
7084
7084
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
7085
7085
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
7086
|
-
NOWNIA = "NOWNIA"
|
|
7086
|
+
NOWNIA = "NOWNIA",
|
|
7087
|
+
/**
|
|
7088
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
7089
|
+
* The Partners company owns this namespace.
|
|
7090
|
+
*/
|
|
7091
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
7087
7092
|
}
|
|
7088
7093
|
/** Site transferred to another user. */
|
|
7089
7094
|
interface SiteTransferred$1 {
|
|
@@ -8472,7 +8477,12 @@ declare enum Namespace {
|
|
|
8472
8477
|
*/
|
|
8473
8478
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8474
8479
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8475
|
-
NOWNIA = "NOWNIA"
|
|
8480
|
+
NOWNIA = "NOWNIA",
|
|
8481
|
+
/**
|
|
8482
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8483
|
+
* The Partners company owns this namespace.
|
|
8484
|
+
*/
|
|
8485
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
8476
8486
|
}
|
|
8477
8487
|
/** Site transferred to another user. */
|
|
8478
8488
|
interface SiteTransferred {
|