@wix/bookings 1.0.125 → 1.0.126

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.
@@ -692,7 +692,7 @@ export interface CommonQueryV2 extends CommonQueryV2PagingMethodOneOf {
692
692
  * }`
693
693
  * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
694
694
  *
695
- * See [Supported Filters](https://bo.wix.com/wix-docs/rest/bookings/bookingsreader-v2---wip/supported-filters)
695
+ * See [Supported Filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
696
696
  * for a full list.
697
697
  */
698
698
  filter?: Record<string, any> | null;
@@ -692,7 +692,7 @@ export interface CommonQueryV2 extends CommonQueryV2PagingMethodOneOf {
692
692
  * }`
693
693
  * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
694
694
  *
695
- * See [Supported Filters](https://bo.wix.com/wix-docs/rest/bookings/bookingsreader-v2---wip/supported-filters)
695
+ * See [Supported Filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
696
696
  * for a full list.
697
697
  */
698
698
  filter?: Record<string, any> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.125",
3
+ "version": "1.0.126",
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": "1c559e20da1c5fea6a58744619f6772792a17ae7312df7a8cbb39bdc"
36
+ "falconPackageHash": "c30fe2c89c8455bfbd173d9bf92a730ebb14535c3006765f159a00f7"
37
37
  }