Commit 0450db2
authored
Add new fields and filtering options for availabilities and rentable … (#19317)
* Add new fields and filtering options for availabilities and rentable types
- Introduced new fields for filtering availabilities and rentable types, including `fields`, `include`, and `multibookSafetyMargin`.
- Added methods for listing rentable segments, amenities, and discount campaigns in the booking experts app.
- Updated version numbers for actions related to availabilities and rentable type availabilities.
- Created constants for fields, limiters, sorters, and weekdays to enhance filtering capabilities.
* Update version number for @pipedream/booking_experts to 0.4.0
* Add new option for including semantic segment counts and fix multibook safety margin naming in availabilities actions
- Introduced `includeSemanticSegmentCounts` option to enhance metadata results.
- Renamed `multibookSsafetyMargin` to `multibookSafetyMargin` for consistency in rentable type availabilities.
- Updated parsing logic for `wday` filter to handle undefined values correctly.1 parent 8fce25d commit 0450db2
File tree
21 files changed
+772
-18
lines changed- components/booking_experts
- actions
- add-guest-to-reservation
- create-agenda-period
- delete-guest
- get-booking
- get-complex-prices
- get-reservation
- list-availabilities
- list-bookings
- list-inventory-objects
- list-rentabletype-availabilities
- list-reservations
- search-contacts
- update-guest
- common
- sources
- booking-updated
- inventory-object-updated
- new-booking-created
- new-inventory-object-created
21 files changed
+772
-18
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments