@wix/restaurants_menus
Advanced tools
Comparing version 1.0.57 to 1.0.58
@@ -857,3 +857,3 @@ export interface Menu { | ||
*/ | ||
eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `value`. | ||
@@ -863,3 +863,3 @@ * @param value - Value to compare against. | ||
*/ | ||
ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `value`. | ||
@@ -892,2 +892,10 @@ * @param value - Value to compare against. | ||
in: (propertyName: '_id' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. | ||
* @documentationMaturity preview | ||
*/ | ||
ascending: (...propertyNames: Array<'_createdDate' | '_updatedDate'>) => MenusQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. | ||
* @documentationMaturity preview | ||
*/ | ||
descending: (...propertyNames: Array<'_createdDate' | '_updatedDate'>) => MenusQueryBuilder; | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. | ||
@@ -894,0 +902,0 @@ * @documentationMaturity preview |
@@ -857,3 +857,3 @@ export interface Menu { | ||
*/ | ||
eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `value`. | ||
@@ -863,3 +863,3 @@ * @param value - Value to compare against. | ||
*/ | ||
ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `value`. | ||
@@ -892,2 +892,10 @@ * @param value - Value to compare against. | ||
in: (propertyName: '_id' | 'name' | 'description' | 'urlQueryParam', value: any) => MenusQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. | ||
* @documentationMaturity preview | ||
*/ | ||
ascending: (...propertyNames: Array<'_createdDate' | '_updatedDate'>) => MenusQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. | ||
* @documentationMaturity preview | ||
*/ | ||
descending: (...propertyNames: Array<'_createdDate' | '_updatedDate'>) => MenusQueryBuilder; | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. | ||
@@ -894,0 +902,0 @@ * @documentationMaturity preview |
{ | ||
"name": "@wix/restaurants_menus", | ||
"version": "1.0.57", | ||
"version": "1.0.58", | ||
"publishConfig": { | ||
@@ -52,3 +52,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "987823cac589b3b94fca431f18e3de44a5cc478dc591b706ba3e608f" | ||
"falconPackageHash": "34aae2d8899f0101c0828eb4086dc22c1e6d9dfd4495eca1b59d9f46" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
346943
6673