@wix/multilingual 1.0.40 → 1.0.42
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.42",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/multilingual_entity-mapper": "1.0.11",
|
|
22
|
-
"@wix/multilingual_machine-translation": "1.0.
|
|
22
|
+
"@wix/multilingual_machine-translation": "1.0.27",
|
|
23
23
|
"@wix/multilingual_site-translator": "1.0.12",
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
25
|
-
"@wix/multilingual_translation-published-contents": "1.0.
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.18",
|
|
25
|
+
"@wix/multilingual_translation-published-contents": "1.0.5",
|
|
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": "6b9b09657b59c94fd3088836465e7e7690bcb32f695728fdeac7eff8"
|
|
52
52
|
}
|
|
@@ -1776,6 +1776,8 @@ interface OrderedListData$2 {
|
|
|
1776
1776
|
indentation?: number;
|
|
1777
1777
|
/** Offset level from 0-4. */
|
|
1778
1778
|
offset?: number | null;
|
|
1779
|
+
/** List start number. */
|
|
1780
|
+
start?: number | null;
|
|
1779
1781
|
}
|
|
1780
1782
|
interface BulletedListData$2 {
|
|
1781
1783
|
/** Indentation level from 0-4. */
|
|
@@ -3694,6 +3696,8 @@ interface OrderedListData$1 {
|
|
|
3694
3696
|
indentation?: number;
|
|
3695
3697
|
/** Offset level from 0-4. */
|
|
3696
3698
|
offset?: number | null;
|
|
3699
|
+
/** List start number. */
|
|
3700
|
+
start?: number | null;
|
|
3697
3701
|
}
|
|
3698
3702
|
interface BulletedListData$1 {
|
|
3699
3703
|
/** Indentation level from 0-4. */
|
|
@@ -6094,6 +6098,8 @@ interface OrderedListData {
|
|
|
6094
6098
|
indentation?: number;
|
|
6095
6099
|
/** Offset level from 0-4. */
|
|
6096
6100
|
offset?: number | null;
|
|
6101
|
+
/** List start number. */
|
|
6102
|
+
start?: number | null;
|
|
6097
6103
|
}
|
|
6098
6104
|
interface BulletedListData {
|
|
6099
6105
|
/** Indentation level from 0-4. */
|
|
@@ -7083,7 +7089,12 @@ declare enum Namespace$1 {
|
|
|
7083
7089
|
*/
|
|
7084
7090
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
7085
7091
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
7086
|
-
NOWNIA = "NOWNIA"
|
|
7092
|
+
NOWNIA = "NOWNIA",
|
|
7093
|
+
/**
|
|
7094
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
7095
|
+
* The Partners company owns this namespace.
|
|
7096
|
+
*/
|
|
7097
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
7087
7098
|
}
|
|
7088
7099
|
/** Site transferred to another user. */
|
|
7089
7100
|
interface SiteTransferred$1 {
|
|
@@ -8472,7 +8483,12 @@ declare enum Namespace {
|
|
|
8472
8483
|
*/
|
|
8473
8484
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8474
8485
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8475
|
-
NOWNIA = "NOWNIA"
|
|
8486
|
+
NOWNIA = "NOWNIA",
|
|
8487
|
+
/**
|
|
8488
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8489
|
+
* The Partners company owns this namespace.
|
|
8490
|
+
*/
|
|
8491
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
8476
8492
|
}
|
|
8477
8493
|
/** Site transferred to another user. */
|
|
8478
8494
|
interface SiteTransferred {
|
|
@@ -1776,6 +1776,8 @@ interface OrderedListData$2 {
|
|
|
1776
1776
|
indentation?: number;
|
|
1777
1777
|
/** Offset level from 0-4. */
|
|
1778
1778
|
offset?: number | null;
|
|
1779
|
+
/** List start number. */
|
|
1780
|
+
start?: number | null;
|
|
1779
1781
|
}
|
|
1780
1782
|
interface BulletedListData$2 {
|
|
1781
1783
|
/** Indentation level from 0-4. */
|
|
@@ -3694,6 +3696,8 @@ interface OrderedListData$1 {
|
|
|
3694
3696
|
indentation?: number;
|
|
3695
3697
|
/** Offset level from 0-4. */
|
|
3696
3698
|
offset?: number | null;
|
|
3699
|
+
/** List start number. */
|
|
3700
|
+
start?: number | null;
|
|
3697
3701
|
}
|
|
3698
3702
|
interface BulletedListData$1 {
|
|
3699
3703
|
/** Indentation level from 0-4. */
|
|
@@ -6094,6 +6098,8 @@ interface OrderedListData {
|
|
|
6094
6098
|
indentation?: number;
|
|
6095
6099
|
/** Offset level from 0-4. */
|
|
6096
6100
|
offset?: number | null;
|
|
6101
|
+
/** List start number. */
|
|
6102
|
+
start?: number | null;
|
|
6097
6103
|
}
|
|
6098
6104
|
interface BulletedListData {
|
|
6099
6105
|
/** Indentation level from 0-4. */
|
|
@@ -7083,7 +7089,12 @@ declare enum Namespace$1 {
|
|
|
7083
7089
|
*/
|
|
7084
7090
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
7085
7091
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
7086
|
-
NOWNIA = "NOWNIA"
|
|
7092
|
+
NOWNIA = "NOWNIA",
|
|
7093
|
+
/**
|
|
7094
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
7095
|
+
* The Partners company owns this namespace.
|
|
7096
|
+
*/
|
|
7097
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
7087
7098
|
}
|
|
7088
7099
|
/** Site transferred to another user. */
|
|
7089
7100
|
interface SiteTransferred$1 {
|
|
@@ -8472,7 +8483,12 @@ declare enum Namespace {
|
|
|
8472
8483
|
*/
|
|
8473
8484
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8474
8485
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8475
|
-
NOWNIA = "NOWNIA"
|
|
8486
|
+
NOWNIA = "NOWNIA",
|
|
8487
|
+
/**
|
|
8488
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8489
|
+
* The Partners company owns this namespace.
|
|
8490
|
+
*/
|
|
8491
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
8476
8492
|
}
|
|
8477
8493
|
/** Site transferred to another user. */
|
|
8478
8494
|
interface SiteTransferred {
|
|
@@ -1272,6 +1272,8 @@ interface OrderedListData$5 {
|
|
|
1272
1272
|
indentation?: number;
|
|
1273
1273
|
/** Offset level from 0-4. */
|
|
1274
1274
|
offset?: number | null;
|
|
1275
|
+
/** List start number. */
|
|
1276
|
+
start?: number | null;
|
|
1275
1277
|
}
|
|
1276
1278
|
interface BulletedListData$5 {
|
|
1277
1279
|
/** Indentation level from 0-4. */
|
|
@@ -2998,6 +3000,8 @@ interface OrderedListData$4 {
|
|
|
2998
3000
|
indentation?: number;
|
|
2999
3001
|
/** Offset level from 0-4. */
|
|
3000
3002
|
offset?: number | null;
|
|
3003
|
+
/** List start number. */
|
|
3004
|
+
start?: number | null;
|
|
3001
3005
|
}
|
|
3002
3006
|
interface BulletedListData$4 {
|
|
3003
3007
|
/** Indentation level from 0-4. */
|
|
@@ -4619,6 +4623,8 @@ interface OrderedListData$3 {
|
|
|
4619
4623
|
indentation?: number;
|
|
4620
4624
|
/** Offset level from 0-4. */
|
|
4621
4625
|
offset?: number | null;
|
|
4626
|
+
/** List start number. */
|
|
4627
|
+
start?: number | null;
|
|
4622
4628
|
}
|
|
4623
4629
|
interface BulletedListData$3 {
|
|
4624
4630
|
/** Indentation level from 0-4. */
|
|
@@ -6473,6 +6479,8 @@ interface OrderedListData$2 {
|
|
|
6473
6479
|
indentation?: number;
|
|
6474
6480
|
/** Offset level from 0-4. */
|
|
6475
6481
|
offset?: number | null;
|
|
6482
|
+
/** List start number. */
|
|
6483
|
+
start?: number | null;
|
|
6476
6484
|
}
|
|
6477
6485
|
interface BulletedListData$2 {
|
|
6478
6486
|
/** Indentation level from 0-4. */
|
|
@@ -9046,6 +9054,8 @@ interface OrderedListData$1 {
|
|
|
9046
9054
|
indentation?: number;
|
|
9047
9055
|
/** Offset level from 0-4. */
|
|
9048
9056
|
offset?: number | null;
|
|
9057
|
+
/** List start number. */
|
|
9058
|
+
start?: number | null;
|
|
9049
9059
|
}
|
|
9050
9060
|
interface BulletedListData$1 {
|
|
9051
9061
|
/** Indentation level from 0-4. */
|
|
@@ -11189,6 +11199,8 @@ interface OrderedListData {
|
|
|
11189
11199
|
indentation?: number;
|
|
11190
11200
|
/** Offset level from 0-4. */
|
|
11191
11201
|
offset?: number | null;
|
|
11202
|
+
/** List start number. */
|
|
11203
|
+
start?: number | null;
|
|
11192
11204
|
}
|
|
11193
11205
|
interface BulletedListData {
|
|
11194
11206
|
/** Indentation level from 0-4. */
|