@wix/bookings 1.0.161 → 1.0.163
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.
|
@@ -281,24 +281,16 @@ export interface AttendancesQueryBuilder {
|
|
|
281
281
|
* @documentationMaturity preview
|
|
282
282
|
*/
|
|
283
283
|
lt: (propertyName: 'numberOfAttendees', value: any) => AttendancesQueryBuilder;
|
|
284
|
-
/** @param propertyName - Property whose value is compared with `string`.
|
|
285
|
-
* @param string - String to compare against. Case-insensitive.
|
|
286
|
-
* @documentationMaturity preview
|
|
287
|
-
*/
|
|
288
|
-
startsWith: (propertyName: '_id' | 'bookingId' | 'sessionId', value: string) => AttendancesQueryBuilder;
|
|
289
|
-
/** @param propertyName - Property whose value is compared with `values`.
|
|
290
|
-
* @param values - List of values to compare against.
|
|
291
|
-
* @documentationMaturity preview
|
|
292
|
-
*/
|
|
293
|
-
hasSome: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: any[]) => AttendancesQueryBuilder;
|
|
294
284
|
/** @documentationMaturity preview */
|
|
295
285
|
in: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: any) => AttendancesQueryBuilder;
|
|
296
|
-
/** @documentationMaturity preview */
|
|
297
|
-
exists: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: boolean) => AttendancesQueryBuilder;
|
|
298
286
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
299
287
|
* @documentationMaturity preview
|
|
300
288
|
*/
|
|
301
289
|
ascending: (...propertyNames: Array<'_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees'>) => AttendancesQueryBuilder;
|
|
290
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
291
|
+
* @documentationMaturity preview
|
|
292
|
+
*/
|
|
293
|
+
descending: (...propertyNames: Array<'numberOfAttendees'>) => AttendancesQueryBuilder;
|
|
302
294
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
303
295
|
* @documentationMaturity preview
|
|
304
296
|
*/
|
|
@@ -281,24 +281,16 @@ export interface AttendancesQueryBuilder {
|
|
|
281
281
|
* @documentationMaturity preview
|
|
282
282
|
*/
|
|
283
283
|
lt: (propertyName: 'numberOfAttendees', value: any) => AttendancesQueryBuilder;
|
|
284
|
-
/** @param propertyName - Property whose value is compared with `string`.
|
|
285
|
-
* @param string - String to compare against. Case-insensitive.
|
|
286
|
-
* @documentationMaturity preview
|
|
287
|
-
*/
|
|
288
|
-
startsWith: (propertyName: '_id' | 'bookingId' | 'sessionId', value: string) => AttendancesQueryBuilder;
|
|
289
|
-
/** @param propertyName - Property whose value is compared with `values`.
|
|
290
|
-
* @param values - List of values to compare against.
|
|
291
|
-
* @documentationMaturity preview
|
|
292
|
-
*/
|
|
293
|
-
hasSome: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: any[]) => AttendancesQueryBuilder;
|
|
294
284
|
/** @documentationMaturity preview */
|
|
295
285
|
in: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: any) => AttendancesQueryBuilder;
|
|
296
|
-
/** @documentationMaturity preview */
|
|
297
|
-
exists: (propertyName: '_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees', value: boolean) => AttendancesQueryBuilder;
|
|
298
286
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
299
287
|
* @documentationMaturity preview
|
|
300
288
|
*/
|
|
301
289
|
ascending: (...propertyNames: Array<'_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees'>) => AttendancesQueryBuilder;
|
|
290
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
291
|
+
* @documentationMaturity preview
|
|
292
|
+
*/
|
|
293
|
+
descending: (...propertyNames: Array<'numberOfAttendees'>) => AttendancesQueryBuilder;
|
|
302
294
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
303
295
|
* @documentationMaturity preview
|
|
304
296
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.163",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "7d67ac9870591ef514862d9a5dd3f18e7734c0aa9fabe30149a6d36f"
|
|
37
37
|
}
|