@wix/bookings 1.0.161 → 1.0.162

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.
@@ -299,6 +299,10 @@ export interface AttendancesQueryBuilder {
299
299
  * @documentationMaturity preview
300
300
  */
301
301
  ascending: (...propertyNames: Array<'_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees'>) => AttendancesQueryBuilder;
302
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
303
+ * @documentationMaturity preview
304
+ */
305
+ descending: (...propertyNames: Array<'numberOfAttendees'>) => AttendancesQueryBuilder;
302
306
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
303
307
  * @documentationMaturity preview
304
308
  */
@@ -299,6 +299,10 @@ export interface AttendancesQueryBuilder {
299
299
  * @documentationMaturity preview
300
300
  */
301
301
  ascending: (...propertyNames: Array<'_id' | 'bookingId' | 'sessionId' | 'status' | 'numberOfAttendees'>) => AttendancesQueryBuilder;
302
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
303
+ * @documentationMaturity preview
304
+ */
305
+ descending: (...propertyNames: Array<'numberOfAttendees'>) => AttendancesQueryBuilder;
302
306
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
303
307
  * @documentationMaturity preview
304
308
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.161",
3
+ "version": "1.0.162",
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": "cb69a7079371e1e5815697ed0171f874f7b301b4b61a4a76f8e7c1d2"
36
+ "falconPackageHash": "490f16aab5c87bda2b8a3c2ae07cc905a69b2aa23a67506d79107eb8"
37
37
  }