@wix/bookings_availability-calendar
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -156,3 +156,3 @@ export interface SlotAvailability { | ||
/** | ||
* Filter object. You must include the `startDate` and `endDate` in the filter. This avoids large results that can impact performance. | ||
* Filter object. You must include `serviceId`, `startDate` and `endDate` in the filter. This avoids large results that can impact performance. | ||
*/ | ||
@@ -159,0 +159,0 @@ filter?: Record<string, any> | null; |
@@ -156,3 +156,3 @@ export interface SlotAvailability { | ||
/** | ||
* Filter object. You must include the `startDate` and `endDate` in the filter. This avoids large results that can impact performance. | ||
* Filter object. You must include `serviceId`, `startDate` and `endDate` in the filter. This avoids large results that can impact performance. | ||
*/ | ||
@@ -159,0 +159,0 @@ filter?: Record<string, any> | null; |
{ | ||
"name": "@wix/bookings_availability-calendar", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "53739b15b8712df0a6b18dc21d981f2d8aeb99a5627672a7f9c81f49" | ||
"falconPackageHash": "d793bc7273dfcd2a9385846b0eefe9c6c5156475283e560f25ecfe86" | ||
} |
123941