@wix/multilingual 1.0.86 → 1.0.87
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.87",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@wix/multilingual_entity-mapper": "1.0.25",
|
|
25
25
|
"@wix/multilingual_machine-translation": "1.0.38",
|
|
26
26
|
"@wix/multilingual_site-translator": "1.0.21",
|
|
27
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
27
|
+
"@wix/multilingual_translation-contents": "1.0.45",
|
|
28
28
|
"@wix/multilingual_translation-published-contents": "1.0.22",
|
|
29
29
|
"@wix/multilingual_translation-schemas": "1.0.42"
|
|
30
30
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "6c0116168cee524f785df66c17a72f7ab53c3975933d0e19aa490fc0"
|
|
55
55
|
}
|
|
@@ -8099,38 +8099,6 @@ interface ContentsQueryResult extends QueryCursorResult$1 {
|
|
|
8099
8099
|
prev: () => Promise<ContentsQueryResult>;
|
|
8100
8100
|
}
|
|
8101
8101
|
interface ContentsQueryBuilder {
|
|
8102
|
-
/** @param propertyName - Property whose value is compared with `value`.
|
|
8103
|
-
* @param value - Value to compare against.
|
|
8104
|
-
* @documentationMaturity preview
|
|
8105
|
-
*/
|
|
8106
|
-
eq: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8107
|
-
/** @param propertyName - Property whose value is compared with `value`.
|
|
8108
|
-
* @param value - Value to compare against.
|
|
8109
|
-
* @documentationMaturity preview
|
|
8110
|
-
*/
|
|
8111
|
-
ne: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8112
|
-
/** @param propertyName - Property whose value is compared with `string`.
|
|
8113
|
-
* @param string - String to compare against. Case-insensitive.
|
|
8114
|
-
* @documentationMaturity preview
|
|
8115
|
-
*/
|
|
8116
|
-
startsWith: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId', value: string) => ContentsQueryBuilder;
|
|
8117
|
-
/** @param propertyName - Property whose value is compared with `values`.
|
|
8118
|
-
* @param values - List of values to compare against.
|
|
8119
|
-
* @documentationMaturity preview
|
|
8120
|
-
*/
|
|
8121
|
-
hasSome: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any[]) => ContentsQueryBuilder;
|
|
8122
|
-
/** @documentationMaturity preview */
|
|
8123
|
-
in: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8124
|
-
/** @documentationMaturity preview */
|
|
8125
|
-
exists: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: boolean) => ContentsQueryBuilder;
|
|
8126
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
8127
|
-
* @documentationMaturity preview
|
|
8128
|
-
*/
|
|
8129
|
-
ascending: (...propertyNames: Array<'_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus'>) => ContentsQueryBuilder;
|
|
8130
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
8131
|
-
* @documentationMaturity preview
|
|
8132
|
-
*/
|
|
8133
|
-
descending: (...propertyNames: Array<'_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus'>) => ContentsQueryBuilder;
|
|
8134
8102
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
8135
8103
|
* @documentationMaturity preview
|
|
8136
8104
|
*/
|
|
@@ -8099,38 +8099,6 @@ interface ContentsQueryResult extends QueryCursorResult$1 {
|
|
|
8099
8099
|
prev: () => Promise<ContentsQueryResult>;
|
|
8100
8100
|
}
|
|
8101
8101
|
interface ContentsQueryBuilder {
|
|
8102
|
-
/** @param propertyName - Property whose value is compared with `value`.
|
|
8103
|
-
* @param value - Value to compare against.
|
|
8104
|
-
* @documentationMaturity preview
|
|
8105
|
-
*/
|
|
8106
|
-
eq: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8107
|
-
/** @param propertyName - Property whose value is compared with `value`.
|
|
8108
|
-
* @param value - Value to compare against.
|
|
8109
|
-
* @documentationMaturity preview
|
|
8110
|
-
*/
|
|
8111
|
-
ne: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8112
|
-
/** @param propertyName - Property whose value is compared with `string`.
|
|
8113
|
-
* @param string - String to compare against. Case-insensitive.
|
|
8114
|
-
* @documentationMaturity preview
|
|
8115
|
-
*/
|
|
8116
|
-
startsWith: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId', value: string) => ContentsQueryBuilder;
|
|
8117
|
-
/** @param propertyName - Property whose value is compared with `values`.
|
|
8118
|
-
* @param values - List of values to compare against.
|
|
8119
|
-
* @documentationMaturity preview
|
|
8120
|
-
*/
|
|
8121
|
-
hasSome: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any[]) => ContentsQueryBuilder;
|
|
8122
|
-
/** @documentationMaturity preview */
|
|
8123
|
-
in: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: any) => ContentsQueryBuilder;
|
|
8124
|
-
/** @documentationMaturity preview */
|
|
8125
|
-
exists: (propertyName: '_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus', value: boolean) => ContentsQueryBuilder;
|
|
8126
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
8127
|
-
* @documentationMaturity preview
|
|
8128
|
-
*/
|
|
8129
|
-
ascending: (...propertyNames: Array<'_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus'>) => ContentsQueryBuilder;
|
|
8130
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
8131
|
-
* @documentationMaturity preview
|
|
8132
|
-
*/
|
|
8133
|
-
descending: (...propertyNames: Array<'_id' | 'schemaId' | 'entityId' | 'locale' | 'parentEntityId' | 'publishStatus'>) => ContentsQueryBuilder;
|
|
8134
8102
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
8135
8103
|
* @documentationMaturity preview
|
|
8136
8104
|
*/
|