@wix/multilingual 1.0.59 → 1.0.60
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.60",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@wix/multilingual_site-translator": "1.0.15",
|
|
24
24
|
"@wix/multilingual_translation-contents": "1.0.29",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.12",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.26"
|
|
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": "ac687cd4210828fa091dbc101cee65da5dea6efe516bd0f3c325c9d3"
|
|
52
52
|
}
|
|
@@ -9544,19 +9544,19 @@ declare const listSiteSchemas: MaybeContext<BuildRESTFunction<typeof listSiteSch
|
|
|
9544
9544
|
|
|
9545
9545
|
type _publicOnSchemaCreatedType = typeof onSchemaCreated$1;
|
|
9546
9546
|
/**
|
|
9547
|
-
* Triggered when
|
|
9547
|
+
* Triggered when translation schema is created.
|
|
9548
9548
|
*/
|
|
9549
9549
|
declare const onSchemaCreated: ReturnType<typeof createEventModule<_publicOnSchemaCreatedType>>;
|
|
9550
9550
|
|
|
9551
9551
|
type _publicOnSchemaUpdatedType = typeof onSchemaUpdated$1;
|
|
9552
9552
|
/**
|
|
9553
|
-
* Triggered when
|
|
9553
|
+
* Triggered when translation schema is updated.
|
|
9554
9554
|
*/
|
|
9555
9555
|
declare const onSchemaUpdated: ReturnType<typeof createEventModule<_publicOnSchemaUpdatedType>>;
|
|
9556
9556
|
|
|
9557
9557
|
type _publicOnSchemaDeletedType = typeof onSchemaDeleted$1;
|
|
9558
9558
|
/**
|
|
9559
|
-
* Triggered when
|
|
9559
|
+
* Triggered when translation schema is deleted.
|
|
9560
9560
|
*/
|
|
9561
9561
|
declare const onSchemaDeleted: ReturnType<typeof createEventModule<_publicOnSchemaDeletedType>>;
|
|
9562
9562
|
|
|
@@ -9544,19 +9544,19 @@ declare const listSiteSchemas: MaybeContext<BuildRESTFunction<typeof listSiteSch
|
|
|
9544
9544
|
|
|
9545
9545
|
type _publicOnSchemaCreatedType = typeof onSchemaCreated$1;
|
|
9546
9546
|
/**
|
|
9547
|
-
* Triggered when
|
|
9547
|
+
* Triggered when translation schema is created.
|
|
9548
9548
|
*/
|
|
9549
9549
|
declare const onSchemaCreated: ReturnType<typeof createEventModule<_publicOnSchemaCreatedType>>;
|
|
9550
9550
|
|
|
9551
9551
|
type _publicOnSchemaUpdatedType = typeof onSchemaUpdated$1;
|
|
9552
9552
|
/**
|
|
9553
|
-
* Triggered when
|
|
9553
|
+
* Triggered when translation schema is updated.
|
|
9554
9554
|
*/
|
|
9555
9555
|
declare const onSchemaUpdated: ReturnType<typeof createEventModule<_publicOnSchemaUpdatedType>>;
|
|
9556
9556
|
|
|
9557
9557
|
type _publicOnSchemaDeletedType = typeof onSchemaDeleted$1;
|
|
9558
9558
|
/**
|
|
9559
|
-
* Triggered when
|
|
9559
|
+
* Triggered when translation schema is deleted.
|
|
9560
9560
|
*/
|
|
9561
9561
|
declare const onSchemaDeleted: ReturnType<typeof createEventModule<_publicOnSchemaDeletedType>>;
|
|
9562
9562
|
|