@wix/bookings 1.0.10 → 1.0.11

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.
@@ -62,7 +62,7 @@ export declare function deleteSession(payload: DeleteSessionRequest): RequestOpt
62
62
  * - All session types are returned.
63
63
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
64
64
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
65
- * - `query.cursorPaging.limit` is `50`.
65
+ * - `query.cursorPaging.limit` is `100`.
66
66
  *
67
67
  * Note the following limitations, which you can't override:
68
68
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -412,7 +412,7 @@ exports.deleteSession = deleteSession;
412
412
  * - All session types are returned.
413
413
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
414
414
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
415
- * - `query.cursorPaging.limit` is `50`.
415
+ * - `query.cursorPaging.limit` is `100`.
416
416
  *
417
417
  * Note the following limitations, which you can't override:
418
418
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -703,7 +703,7 @@ export interface CursorPaging {
703
703
  /**
704
704
  * Number of sessions to return.
705
705
  *
706
- * Default: `50`
706
+ * Default: `100`
707
707
  * Max: `1000`
708
708
  */
709
709
  limit?: number | null;
@@ -703,7 +703,7 @@ export interface CursorPaging {
703
703
  /**
704
704
  * Number of sessions to return.
705
705
  *
706
- * Default: `50`
706
+ * Default: `100`
707
707
  * Max: `1000`
708
708
  */
709
709
  limit?: number | null;
@@ -1260,7 +1260,7 @@ export interface DeleteSessionOptions {
1260
1260
  * - All session types are returned.
1261
1261
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
1262
1262
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
1263
- * - `query.cursorPaging.limit` is `50`.
1263
+ * - `query.cursorPaging.limit` is `100`.
1264
1264
  *
1265
1265
  * Note the following limitations, which you can't override:
1266
1266
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -385,7 +385,7 @@ exports.deleteSession = deleteSession;
385
385
  * - All session types are returned.
386
386
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
387
387
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
388
- * - `query.cursorPaging.limit` is `50`.
388
+ * - `query.cursorPaging.limit` is `100`.
389
389
  *
390
390
  * Note the following limitations, which you can't override:
391
391
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -62,7 +62,7 @@ export declare function deleteSession(payload: DeleteSessionRequest): RequestOpt
62
62
  * - All session types are returned.
63
63
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
64
64
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
65
- * - `query.cursorPaging.limit` is `50`.
65
+ * - `query.cursorPaging.limit` is `100`.
66
66
  *
67
67
  * Note the following limitations, which you can't override:
68
68
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -406,7 +406,7 @@ export function deleteSession(payload) {
406
406
  * - All session types are returned.
407
407
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
408
408
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
409
- * - `query.cursorPaging.limit` is `50`.
409
+ * - `query.cursorPaging.limit` is `100`.
410
410
  *
411
411
  * Note the following limitations, which you can't override:
412
412
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -703,7 +703,7 @@ export interface CursorPaging {
703
703
  /**
704
704
  * Number of sessions to return.
705
705
  *
706
- * Default: `50`
706
+ * Default: `100`
707
707
  * Max: `1000`
708
708
  */
709
709
  limit?: number | null;
@@ -703,7 +703,7 @@ export interface CursorPaging {
703
703
  /**
704
704
  * Number of sessions to return.
705
705
  *
706
- * Default: `50`
706
+ * Default: `100`
707
707
  * Max: `1000`
708
708
  */
709
709
  limit?: number | null;
@@ -1260,7 +1260,7 @@ export interface DeleteSessionOptions {
1260
1260
  * - All session types are returned.
1261
1261
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
1262
1262
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
1263
- * - `query.cursorPaging.limit` is `50`.
1263
+ * - `query.cursorPaging.limit` is `100`.
1264
1264
  *
1265
1265
  * Note the following limitations, which you can't override:
1266
1266
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
@@ -360,7 +360,7 @@ export function deleteSession(sessionId, options) {
360
360
  * - All session types are returned.
361
361
  * - `instances` is true. This means only single sessions and instances of recurring sessions are returned.
362
362
  * - Session objects are returned with the fields specified in the `NO_PI` fieldset. This means they don't contain personal information.
363
- * - `query.cursorPaging.limit` is `50`.
363
+ * - `query.cursorPaging.limit` is `100`.
364
364
  *
365
365
  * Note the following limitations, which you can't override:
366
366
  * - Sessions are always sorted by `start.timestamp` in `ASC` order.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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": "9024ded2479a49748420f211e6905bab522de414fe54206081c9a94a"
36
+ "falconPackageHash": "7ba7f7d91a328cc72a88a5b167ba2011992e18101c4210debe09540a"
37
37
  }