@wix/table-reservations 1.0.21 → 1.0.22

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.
@@ -740,6 +740,11 @@ export interface ReservationsQueryBuilder {
740
740
  * @documentationMaturity preview
741
741
  */
742
742
  ne: (propertyName: '_id' | 'status' | 'details.startDate', value: any) => ReservationsQueryBuilder;
743
+ /** @param propertyName - Property whose value is compared with `value`.
744
+ * @param value - Value to compare against.
745
+ * @documentationMaturity preview
746
+ */
747
+ ge: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
743
748
  /** @param propertyName - Property whose value is compared with `value`.
744
749
  * @param value - Value to compare against.
745
750
  * @documentationMaturity preview
@@ -740,6 +740,11 @@ export interface ReservationsQueryBuilder {
740
740
  * @documentationMaturity preview
741
741
  */
742
742
  ne: (propertyName: '_id' | 'status' | 'details.startDate', value: any) => ReservationsQueryBuilder;
743
+ /** @param propertyName - Property whose value is compared with `value`.
744
+ * @param value - Value to compare against.
745
+ * @documentationMaturity preview
746
+ */
747
+ ge: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
743
748
  /** @param propertyName - Property whose value is compared with `value`.
744
749
  * @param value - Value to compare against.
745
750
  * @documentationMaturity preview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "326d7f6fda07ce4a983134cef057a2441ffbbc43fc17df622d4a17a5"
37
+ "falconPackageHash": "1dad3534ddf51d7a6f83e0cf01d35d31c41db892b2c974b40aba4efb"
38
38
  }