@wix/bookings 1.0.1 → 1.0.2

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.
Files changed (89) hide show
  1. package/build/cjs/index.d.ts +4 -1
  2. package/build/cjs/index.js +5 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/src/bookings-availability-v1-slot-availability.http.d.ts +6 -6
  5. package/build/cjs/src/bookings-availability-v1-slot-availability.http.js +6 -6
  6. package/build/cjs/src/bookings-availability-v1-slot-availability.universal.d.ts +14 -29
  7. package/build/cjs/src/bookings-availability-v1-slot-availability.universal.js +7 -6
  8. package/build/cjs/src/bookings-availability-v1-slot-availability.universal.js.map +1 -1
  9. package/build/cjs/src/bookings-reader-v2-extended-booking.http.d.ts +38 -0
  10. package/build/cjs/src/bookings-reader-v2-extended-booking.http.js +117 -0
  11. package/build/cjs/src/bookings-reader-v2-extended-booking.http.js.map +1 -0
  12. package/build/cjs/src/bookings-reader-v2-extended-booking.public.d.ts +5 -0
  13. package/build/cjs/src/bookings-reader-v2-extended-booking.public.js +22 -0
  14. package/build/cjs/src/bookings-reader-v2-extended-booking.public.js.map +1 -0
  15. package/build/cjs/src/bookings-reader-v2-extended-booking.types.d.ts +730 -0
  16. package/build/cjs/src/bookings-reader-v2-extended-booking.types.js +90 -0
  17. package/build/cjs/src/bookings-reader-v2-extended-booking.types.js.map +1 -0
  18. package/build/cjs/src/bookings-reader-v2-extended-booking.universal.d.ts +786 -0
  19. package/build/cjs/src/bookings-reader-v2-extended-booking.universal.js +226 -0
  20. package/build/cjs/src/bookings-reader-v2-extended-booking.universal.js.map +1 -0
  21. package/build/cjs/src/bookings-v2-booking.http.d.ts +123 -0
  22. package/build/cjs/src/bookings-v2-booking.http.js +305 -0
  23. package/build/cjs/src/bookings-v2-booking.http.js.map +1 -0
  24. package/build/cjs/src/bookings-v2-booking.public.d.ts +9 -0
  25. package/build/cjs/src/bookings-v2-booking.public.js +47 -0
  26. package/build/cjs/src/bookings-v2-booking.public.js.map +1 -0
  27. package/build/cjs/src/bookings-v2-booking.types.d.ts +1594 -0
  28. package/build/cjs/src/bookings-v2-booking.types.js +99 -0
  29. package/build/cjs/src/bookings-v2-booking.types.js.map +1 -0
  30. package/build/cjs/src/bookings-v2-booking.universal.d.ts +1840 -0
  31. package/build/cjs/src/bookings-v2-booking.universal.js +561 -0
  32. package/build/cjs/src/bookings-v2-booking.universal.js.map +1 -0
  33. package/build/cjs/src/bookings-v2-price-info.http.d.ts +56 -0
  34. package/build/cjs/src/bookings-v2-price-info.http.js +164 -0
  35. package/build/cjs/src/bookings-v2-price-info.http.js.map +1 -0
  36. package/build/cjs/src/bookings-v2-price-info.public.d.ts +6 -0
  37. package/build/cjs/src/bookings-v2-price-info.public.js +26 -0
  38. package/build/cjs/src/bookings-v2-price-info.public.js.map +1 -0
  39. package/build/cjs/src/bookings-v2-price-info.types.d.ts +594 -0
  40. package/build/cjs/src/bookings-v2-price-info.types.js +79 -0
  41. package/build/cjs/src/bookings-v2-price-info.types.js.map +1 -0
  42. package/build/cjs/src/bookings-v2-price-info.universal.d.ts +664 -0
  43. package/build/cjs/src/bookings-v2-price-info.universal.js +274 -0
  44. package/build/cjs/src/bookings-v2-price-info.universal.js.map +1 -0
  45. package/build/es/index.d.ts +4 -1
  46. package/build/es/index.js +4 -1
  47. package/build/es/index.js.map +1 -1
  48. package/build/es/src/bookings-availability-v1-slot-availability.http.d.ts +6 -6
  49. package/build/es/src/bookings-availability-v1-slot-availability.http.js +6 -6
  50. package/build/es/src/bookings-availability-v1-slot-availability.universal.d.ts +14 -29
  51. package/build/es/src/bookings-availability-v1-slot-availability.universal.js +7 -6
  52. package/build/es/src/bookings-availability-v1-slot-availability.universal.js.map +1 -1
  53. package/build/es/src/bookings-reader-v2-extended-booking.http.d.ts +38 -0
  54. package/build/es/src/bookings-reader-v2-extended-booking.http.js +113 -0
  55. package/build/es/src/bookings-reader-v2-extended-booking.http.js.map +1 -0
  56. package/build/es/src/bookings-reader-v2-extended-booking.public.d.ts +5 -0
  57. package/build/es/src/bookings-reader-v2-extended-booking.public.js +8 -0
  58. package/build/es/src/bookings-reader-v2-extended-booking.public.js.map +1 -0
  59. package/build/es/src/bookings-reader-v2-extended-booking.types.d.ts +730 -0
  60. package/build/es/src/bookings-reader-v2-extended-booking.types.js +87 -0
  61. package/build/es/src/bookings-reader-v2-extended-booking.types.js.map +1 -0
  62. package/build/es/src/bookings-reader-v2-extended-booking.universal.d.ts +786 -0
  63. package/build/es/src/bookings-reader-v2-extended-booking.universal.js +203 -0
  64. package/build/es/src/bookings-reader-v2-extended-booking.universal.js.map +1 -0
  65. package/build/es/src/bookings-v2-booking.http.d.ts +123 -0
  66. package/build/es/src/bookings-v2-booking.http.js +297 -0
  67. package/build/es/src/bookings-v2-booking.http.js.map +1 -0
  68. package/build/es/src/bookings-v2-booking.public.d.ts +9 -0
  69. package/build/es/src/bookings-v2-booking.public.js +28 -0
  70. package/build/es/src/bookings-v2-booking.public.js.map +1 -0
  71. package/build/es/src/bookings-v2-booking.types.d.ts +1594 -0
  72. package/build/es/src/bookings-v2-booking.types.js +96 -0
  73. package/build/es/src/bookings-v2-booking.types.js.map +1 -0
  74. package/build/es/src/bookings-v2-booking.universal.d.ts +1840 -0
  75. package/build/es/src/bookings-v2-booking.universal.js +534 -0
  76. package/build/es/src/bookings-v2-booking.universal.js.map +1 -0
  77. package/build/es/src/bookings-v2-price-info.http.d.ts +56 -0
  78. package/build/es/src/bookings-v2-price-info.http.js +159 -0
  79. package/build/es/src/bookings-v2-price-info.http.js.map +1 -0
  80. package/build/es/src/bookings-v2-price-info.public.d.ts +6 -0
  81. package/build/es/src/bookings-v2-price-info.public.js +13 -0
  82. package/build/es/src/bookings-v2-price-info.public.js.map +1 -0
  83. package/build/es/src/bookings-v2-price-info.types.d.ts +594 -0
  84. package/build/es/src/bookings-v2-price-info.types.js +76 -0
  85. package/build/es/src/bookings-v2-price-info.types.js.map +1 -0
  86. package/build/es/src/bookings-v2-price-info.universal.d.ts +664 -0
  87. package/build/es/src/bookings-v2-price-info.universal.js +250 -0
  88. package/build/es/src/bookings-v2-price-info.universal.js.map +1 -0
  89. package/package.json +2 -2
@@ -1,3 +1,6 @@
1
- export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
2
1
  export * as sessions from './src/bookings-calendar-v1-session.public';
3
2
  export * as resources from './src/bookings-catalog-v1-resource.public';
3
+ export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
4
+ export * as extendedBookings from './src/bookings-reader-v2-extended-booking.public';
5
+ export * as bookings from './src/bookings-v2-booking.public';
6
+ export * as bookingsPricing from './src/bookings-v2-price-info.public';
@@ -19,8 +19,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
19
19
  return result;
20
20
  };
21
21
  Object.defineProperty(exports, "__esModule", { value: true });
22
- exports.resources = exports.sessions = exports.availabilityCalendar = void 0;
23
- exports.availabilityCalendar = __importStar(require("./src/bookings-availability-v1-slot-availability.public"));
22
+ exports.bookingsPricing = exports.bookings = exports.extendedBookings = exports.availabilityCalendar = exports.resources = exports.sessions = void 0;
24
23
  exports.sessions = __importStar(require("./src/bookings-calendar-v1-session.public"));
25
24
  exports.resources = __importStar(require("./src/bookings-catalog-v1-resource.public"));
25
+ exports.availabilityCalendar = __importStar(require("./src/bookings-availability-v1-slot-availability.public"));
26
+ exports.extendedBookings = __importStar(require("./src/bookings-reader-v2-extended-booking.public"));
27
+ exports.bookings = __importStar(require("./src/bookings-v2-booking.public"));
28
+ exports.bookingsPricing = __importStar(require("./src/bookings-v2-price-info.public"));
26
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,gHAAgG;AAChG,sFAAsE;AACtE,uFAAuE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,uFAAuE;AACvE,gHAAgG;AAChG,qGAAqF;AACrF,6EAA6D;AAC7D,uFAAuE"}
@@ -5,7 +5,7 @@ import { QueryAvailabilityRequest, QueryAvailabilityResponse } from './bookings-
5
5
  * that match the provided query criteria (paging, filtering, and sorting).
6
6
  *
7
7
  *
8
- * The Calendar Availability APIs calculate the availability of sessions for
8
+ * The Availability Calendar APIs calculate the availability of sessions for
9
9
  * appointments and classes, but not
10
10
  * for courses.
11
11
  *
@@ -29,7 +29,7 @@ import { QueryAvailabilityRequest, QueryAvailabilityResponse } from './bookings-
29
29
  * Locked sessions do not impact session availability and `bookable` can
30
30
  * be `true` even if `locked` is `true`. For example, if a session has a waitlist and a
31
31
  * place frees up, the slot is offered to the customers on the waitlist, one by one. The
32
- * sesssion remains locked because there is still a waitlist, but for a period of time
32
+ * session remains locked because there is still a waitlist, but for a period of time
33
33
  * there is availability, until a customer on the waitlist takes the slot. Locking
34
34
  * prevents customers who are not yet on the waitlist from grabbing the slot.
35
35
  *
@@ -41,10 +41,10 @@ import { QueryAvailabilityRequest, QueryAvailabilityResponse } from './bookings-
41
41
  * because at `00:00` the clock moved
42
42
  * 1 hour forward to `01:00`.
43
43
  *
44
- * In this case, the Availability APIs take this
45
- * into account and mediate the time gaps automatically. The non-existant local time is
46
- * automtically moved forward 1 hour to match local DST. Local times that exist do not change.
47
- * So if the `Query Availability` endpoint is called with a `startDate` of `2021-09-05T00:00:01.000`
44
+ * In this case, the Availability Calendar APIs take this
45
+ * into account and mediate the time gaps automatically. The non-existent local time is
46
+ * automatically moved forward 1 hour to match local DST. Local times that exist do not change.
47
+ * So if the `queryAvailability()` function is called with a `startDate` of `2021-09-05T00:00:01.000`
48
48
  * and an `endDate` of `2021-09-06T00:00:02.000`, `2021-09-05T01:00:01.000` is used in the query
49
49
  * instead. The start time shifts one hour forward and the end time remains the same.
50
50
  */
@@ -93,7 +93,7 @@ function resolveComWixpressBookingsAvailabilityAvailabilityCalendarUrl(opts) {
93
93
  * that match the provided query criteria (paging, filtering, and sorting).
94
94
  *
95
95
  *
96
- * The Calendar Availability APIs calculate the availability of sessions for
96
+ * The Availability Calendar APIs calculate the availability of sessions for
97
97
  * appointments and classes, but not
98
98
  * for courses.
99
99
  *
@@ -117,7 +117,7 @@ function resolveComWixpressBookingsAvailabilityAvailabilityCalendarUrl(opts) {
117
117
  * Locked sessions do not impact session availability and `bookable` can
118
118
  * be `true` even if `locked` is `true`. For example, if a session has a waitlist and a
119
119
  * place frees up, the slot is offered to the customers on the waitlist, one by one. The
120
- * sesssion remains locked because there is still a waitlist, but for a period of time
120
+ * session remains locked because there is still a waitlist, but for a period of time
121
121
  * there is availability, until a customer on the waitlist takes the slot. Locking
122
122
  * prevents customers who are not yet on the waitlist from grabbing the slot.
123
123
  *
@@ -129,10 +129,10 @@ function resolveComWixpressBookingsAvailabilityAvailabilityCalendarUrl(opts) {
129
129
  * because at `00:00` the clock moved
130
130
  * 1 hour forward to `01:00`.
131
131
  *
132
- * In this case, the Availability APIs take this
133
- * into account and mediate the time gaps automatically. The non-existant local time is
134
- * automtically moved forward 1 hour to match local DST. Local times that exist do not change.
135
- * So if the `Query Availability` endpoint is called with a `startDate` of `2021-09-05T00:00:01.000`
132
+ * In this case, the Availability Calendar APIs take this
133
+ * into account and mediate the time gaps automatically. The non-existent local time is
134
+ * automatically moved forward 1 hour to match local DST. Local times that exist do not change.
135
+ * So if the `queryAvailability()` function is called with a `startDate` of `2021-09-05T00:00:01.000`
136
136
  * and an `endDate` of `2021-09-06T00:00:02.000`, `2021-09-05T01:00:01.000` is used in the query
137
137
  * instead. The start time shifts one hour forward and the end time remains the same.
138
138
  */
@@ -63,10 +63,9 @@ export interface Slot {
63
63
  */
64
64
  endDate?: string | null;
65
65
  /**
66
- * The timezone for which slot availability is to be calculated.
67
- *
68
- * Learn more about [handling Daylight Savings Time (DST) for local time zones](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/query-availability#wix-bookings_availability-calendar_query-availability_handling-daylight-savings-time-dst-for-local-time-zones)
69
- * when calculating availability.
66
+ * The timezone for which slot availability is to be calculated. If specified,
67
+ * dates are based on the local date/time, meaning that the timezone offset
68
+ * in the date's format is ignored.
70
69
  */
71
70
  timezone?: string | null;
72
71
  /**
@@ -133,12 +132,9 @@ export interface QueryAvailabilityRequest {
133
132
  /** Query options. */
134
133
  query: QueryV2;
135
134
  /**
136
- * The timezone for which session availability is to be calculated. If specified,
135
+ * The timezone for which slot availability is to be calculated. If specified,
137
136
  * dates are based on the local date/time, meaning that the timezone offset
138
137
  * in the date's format is ignored.
139
- *
140
- * Learn more about [handling Daylight Savings Time (DST) for local time zones](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/query-availability#wix-bookings_availability-calendar_query-availability_handling-daylight-savings-time-dst-for-local-time-zones)
141
- * when calculating availability.
142
138
  */
143
139
  timezone?: string | null;
144
140
  /**
@@ -154,16 +150,10 @@ export interface QueryAvailabilityRequest {
154
150
  }
155
151
  export interface QueryV2 extends QueryV2PagingMethodOneOf {
156
152
  /**
157
- * Filter object. For a list of
158
- * fields you can filter by, see [Calendar Availability: Supported Fields, Filters, and Sorting](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/supported-fields,-filters,-and-sorting).
159
- * You must include the `startDate` and `endDate` in the filter. This avoids large results that can impact performance.
153
+ * Filter object. You must include the `startDate` and `endDate` in the filter. This avoids large results that can impact performance.
160
154
  */
161
155
  filter?: Record<string, any> | null;
162
- /**
163
- * Sort options.
164
- * Currently, only sorting by `startDate` is supported. For details
165
- * on sorting, see [Calendar Availability: Supported Fields, Filters and Sorting](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/supported-fields,-filters,-and-sorting).
166
- */
156
+ /** Currently, only sorting by `startDate` is supported. */
167
157
  sort?: Sorting[];
168
158
  /** List of projected fields to return. All fields are supported. */
169
159
  fields?: string[];
@@ -228,9 +218,6 @@ export interface GetSlotAvailabilityRequest {
228
218
  * The timezone for which slot availability is to be calculated. If specified,
229
219
  * dates are based on the local date/time, meaning that the timezone offset
230
220
  * in the date's format is ignored.
231
- *
232
- * Learn more about [handling Daylight Savings Time (DST) for local time zones](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/query-availability#wix-bookings_availability-calendar_query-availability_handling-daylight-savings-time-dst-for-local-time-zones)
233
- * when calculating availability.
234
221
  */
235
222
  timezone?: string | null;
236
223
  }
@@ -269,7 +256,7 @@ export interface ScheduleAvailability {
269
256
  * that match the provided query criteria (paging, filtering, and sorting).
270
257
  *
271
258
  *
272
- * The Calendar Availability APIs calculate the availability of sessions for
259
+ * The Availability Calendar APIs calculate the availability of sessions for
273
260
  * appointments and classes, but not
274
261
  * for courses.
275
262
  *
@@ -293,7 +280,7 @@ export interface ScheduleAvailability {
293
280
  * Locked sessions do not impact session availability and `bookable` can
294
281
  * be `true` even if `locked` is `true`. For example, if a session has a waitlist and a
295
282
  * place frees up, the slot is offered to the customers on the waitlist, one by one. The
296
- * sesssion remains locked because there is still a waitlist, but for a period of time
283
+ * session remains locked because there is still a waitlist, but for a period of time
297
284
  * there is availability, until a customer on the waitlist takes the slot. Locking
298
285
  * prevents customers who are not yet on the waitlist from grabbing the slot.
299
286
  *
@@ -305,10 +292,10 @@ export interface ScheduleAvailability {
305
292
  * because at `00:00` the clock moved
306
293
  * 1 hour forward to `01:00`.
307
294
  *
308
- * In this case, the Availability APIs take this
309
- * into account and mediate the time gaps automatically. The non-existant local time is
310
- * automtically moved forward 1 hour to match local DST. Local times that exist do not change.
311
- * So if the `Query Availability` endpoint is called with a `startDate` of `2021-09-05T00:00:01.000`
295
+ * In this case, the Availability Calendar APIs take this
296
+ * into account and mediate the time gaps automatically. The non-existent local time is
297
+ * automatically moved forward 1 hour to match local DST. Local times that exist do not change.
298
+ * So if the `queryAvailability()` function is called with a `startDate` of `2021-09-05T00:00:01.000`
312
299
  * and an `endDate` of `2021-09-06T00:00:02.000`, `2021-09-05T01:00:01.000` is used in the query
313
300
  * instead. The start time shifts one hour forward and the end time remains the same.
314
301
  * @param query - Query options.
@@ -316,16 +303,14 @@ export interface ScheduleAvailability {
316
303
  * @documentationMaturity preview
317
304
  * @requiredField query
318
305
  * @requiredField query.filter
306
+ * @param options - Additional options for performing the query.
319
307
  */
320
308
  export declare function queryAvailability(query: QueryV2, options?: QueryAvailabilityOptions): Promise<QueryAvailabilityResponse>;
321
309
  export interface QueryAvailabilityOptions {
322
310
  /**
323
- * The timezone for which session availability is to be calculated. If specified,
311
+ * The timezone for which slot availability is to be calculated. If specified,
324
312
  * dates are based on the local date/time, meaning that the timezone offset
325
313
  * in the date's format is ignored.
326
- *
327
- * Learn more about [handling Daylight Savings Time (DST) for local time zones](https://dev.wix.com/api/rest/wix-bookings/availability-calendar/query-availability#wix-bookings_availability-calendar_query-availability_handling-daylight-savings-time-dst-for-local-time-zones)
328
- * when calculating availability.
329
314
  */
330
315
  timezone?: string | null;
331
316
  /**
@@ -65,7 +65,7 @@ const _queryAvailabilityResponse = {};
65
65
  * that match the provided query criteria (paging, filtering, and sorting).
66
66
  *
67
67
  *
68
- * The Calendar Availability APIs calculate the availability of sessions for
68
+ * The Availability Calendar APIs calculate the availability of sessions for
69
69
  * appointments and classes, but not
70
70
  * for courses.
71
71
  *
@@ -89,7 +89,7 @@ const _queryAvailabilityResponse = {};
89
89
  * Locked sessions do not impact session availability and `bookable` can
90
90
  * be `true` even if `locked` is `true`. For example, if a session has a waitlist and a
91
91
  * place frees up, the slot is offered to the customers on the waitlist, one by one. The
92
- * sesssion remains locked because there is still a waitlist, but for a period of time
92
+ * session remains locked because there is still a waitlist, but for a period of time
93
93
  * there is availability, until a customer on the waitlist takes the slot. Locking
94
94
  * prevents customers who are not yet on the waitlist from grabbing the slot.
95
95
  *
@@ -101,10 +101,10 @@ const _queryAvailabilityResponse = {};
101
101
  * because at `00:00` the clock moved
102
102
  * 1 hour forward to `01:00`.
103
103
  *
104
- * In this case, the Availability APIs take this
105
- * into account and mediate the time gaps automatically. The non-existant local time is
106
- * automtically moved forward 1 hour to match local DST. Local times that exist do not change.
107
- * So if the `Query Availability` endpoint is called with a `startDate` of `2021-09-05T00:00:01.000`
104
+ * In this case, the Availability Calendar APIs take this
105
+ * into account and mediate the time gaps automatically. The non-existent local time is
106
+ * automatically moved forward 1 hour to match local DST. Local times that exist do not change.
107
+ * So if the `queryAvailability()` function is called with a `startDate` of `2021-09-05T00:00:01.000`
108
108
  * and an `endDate` of `2021-09-06T00:00:02.000`, `2021-09-05T01:00:01.000` is used in the query
109
109
  * instead. The start time shifts one hour forward and the end time remains the same.
110
110
  * @param query - Query options.
@@ -112,6 +112,7 @@ const _queryAvailabilityResponse = {};
112
112
  * @documentationMaturity preview
113
113
  * @requiredField query
114
114
  * @requiredField query.filter
115
+ * @param options - Additional options for performing the query.
115
116
  */
116
117
  function queryAvailability(query, options) {
117
118
  var _a, _b, _c;
@@ -1 +1 @@
1
- {"version":3,"file":"bookings-availability-v1-slot-availability.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v1-slot-availability.universal.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bookings-availability-v1-slot-availability.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v1-slot-availability.universal.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ import { RequestOptionsFactory } from '@wix/sdk-types';
2
+ import { QueryExtendedBookingsRequest, QueryExtendedBookingsResponse } from './bookings-reader-v2-extended-booking.types';
3
+ /**
4
+ * Retrieves a list of bookings, given the provided paging, filtering, and sorting.
5
+ *
6
+ * Up to 100 bookings can be returned per request.
7
+ *
8
+ * Query Extended Bookings runs with these defaults, which you can override:
9
+ *
10
+ * - `createdDate` sorted in `DESC` order
11
+ * - `cursorPaging.limit` is `50`
12
+ *
13
+ *
14
+ * You can retrieve information about which actions the customer can perform
15
+ * for the bookings. To do so, pass `withBookingAllowedActions` as `true`.
16
+ *
17
+ *
18
+ * For field support see
19
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
20
+ * for more information.
21
+ *
22
+ * You can only specify a filter only once per query. If a filter is provided
23
+ * more than once, only the first occurrence affects the returned bookings.
24
+ *
25
+ * When using filters for dates, you must use [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
26
+ *
27
+ * Bookings that are part of a schedule don't have a `sessionId`. Therefore you
28
+ * must use the `sessionId` filter that isn't part of the `query` object to
29
+ * filter bookings for courses.
30
+ *
31
+ * To learn about working with _Query_ endpoints, see
32
+ * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
33
+ * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/sorting-and-paging),
34
+ * and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
35
+ *
36
+ * When calling Query Extended Bookings, the retrieved data may not contain your most recent changes.
37
+ */
38
+ export declare function queryExtendedBookings(payload: QueryExtendedBookingsRequest): RequestOptionsFactory<QueryExtendedBookingsResponse>;
@@ -0,0 +1,117 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.queryExtendedBookings = void 0;
4
+ const ambassador_1 = require("@wix/metro-runtime/ambassador");
5
+ const metro_runtime_1 = require("@wix/metro-runtime");
6
+ const _address = { geocode: '_addressLocation' };
7
+ const _addressLocation = {
8
+ latitude: 'google.protobuf.DoubleValue',
9
+ longitude: 'google.protobuf.DoubleValue',
10
+ };
11
+ const _booking = {
12
+ createdDate: 'google.protobuf.Timestamp',
13
+ startDate: 'google.protobuf.Timestamp',
14
+ endDate: 'google.protobuf.Timestamp',
15
+ updatedDate: 'google.protobuf.Timestamp',
16
+ contactDetails: '_contactDetails',
17
+ };
18
+ const _contactDetails = { fullAddress: '_address' };
19
+ const _extendedBooking = { booking: '_booking' };
20
+ const _queryExtendedBookingsRequest = {};
21
+ const _queryExtendedBookingsResponse = { extendedBookings: '_extendedBooking' };
22
+ function resolveComWixpressBookingsReaderV2BookingsReaderUrl(opts) {
23
+ const domainToMappings = {
24
+ _: [
25
+ {
26
+ srcPath: '/_api/bookings-reader',
27
+ destPath: '',
28
+ },
29
+ ],
30
+ 'editor._base_domain': [
31
+ {
32
+ srcPath: '/_api/bookings-reader',
33
+ destPath: '',
34
+ },
35
+ ],
36
+ 'manage._base_domain_': [
37
+ {
38
+ srcPath: '/_api/bookings-reader',
39
+ destPath: '',
40
+ },
41
+ ],
42
+ 'www.wixapis.com': [
43
+ {
44
+ srcPath: '/_api/bookings-reader',
45
+ destPath: '',
46
+ },
47
+ {
48
+ srcPath: '/bookings/bookings-reader',
49
+ destPath: '',
50
+ },
51
+ ],
52
+ };
53
+ return metro_runtime_1.resolveUrl(Object.assign(opts, { domainToMappings }));
54
+ }
55
+ /**
56
+ * Retrieves a list of bookings, given the provided paging, filtering, and sorting.
57
+ *
58
+ * Up to 100 bookings can be returned per request.
59
+ *
60
+ * Query Extended Bookings runs with these defaults, which you can override:
61
+ *
62
+ * - `createdDate` sorted in `DESC` order
63
+ * - `cursorPaging.limit` is `50`
64
+ *
65
+ *
66
+ * You can retrieve information about which actions the customer can perform
67
+ * for the bookings. To do so, pass `withBookingAllowedActions` as `true`.
68
+ *
69
+ *
70
+ * For field support see
71
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
72
+ * for more information.
73
+ *
74
+ * You can only specify a filter only once per query. If a filter is provided
75
+ * more than once, only the first occurrence affects the returned bookings.
76
+ *
77
+ * When using filters for dates, you must use [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
78
+ *
79
+ * Bookings that are part of a schedule don't have a `sessionId`. Therefore you
80
+ * must use the `sessionId` filter that isn't part of the `query` object to
81
+ * filter bookings for courses.
82
+ *
83
+ * To learn about working with _Query_ endpoints, see
84
+ * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
85
+ * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/sorting-and-paging),
86
+ * and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
87
+ *
88
+ * When calling Query Extended Bookings, the retrieved data may not contain your most recent changes.
89
+ */
90
+ function queryExtendedBookings(payload) {
91
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_queryExtendedBookingsRequest, {});
92
+ const { fromJSON: fromRes } = ambassador_1.serializer(_queryExtendedBookingsResponse, {
93
+ _address,
94
+ _addressLocation,
95
+ _booking,
96
+ _contactDetails,
97
+ _extendedBooking,
98
+ });
99
+ function __queryExtendedBookings({ host }) {
100
+ const serializedData = toReq(payload);
101
+ const metadata = {
102
+ method: 'POST',
103
+ url: resolveComWixpressBookingsReaderV2BookingsReaderUrl({
104
+ protoPath: '/v2/extended-bookings/query',
105
+ data: serializedData,
106
+ host,
107
+ }),
108
+ data: serializedData,
109
+ transformResponse: fromRes,
110
+ };
111
+ return metadata;
112
+ }
113
+ __queryExtendedBookings.fromReq = fromReq;
114
+ return __queryExtendedBookings;
115
+ }
116
+ exports.queryExtendedBookings = queryExtendedBookings;
117
+ //# sourceMappingURL=bookings-reader-v2-extended-booking.http.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-reader-v2-extended-booking.http.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.http.ts"],"names":[],"mappings":";;;AAAA,8DAA2D;AAC3D,sDAAgD;AAQhD,MAAM,QAAQ,GAAG,EAAE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AACjD,MAAM,gBAAgB,GAAG;IACvB,QAAQ,EAAE,6BAA6B;IACvC,SAAS,EAAE,6BAA6B;CACzC,CAAC;AACF,MAAM,QAAQ,GAAG;IACf,WAAW,EAAE,2BAA2B;IACxC,SAAS,EAAE,2BAA2B;IACtC,OAAO,EAAE,2BAA2B;IACpC,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,iBAAiB;CAClC,CAAC;AACF,MAAM,eAAe,GAAG,EAAE,WAAW,EAAE,UAAU,EAAE,CAAC;AACpD,MAAM,gBAAgB,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;AACjD,MAAM,6BAA6B,GAAG,EAAE,CAAC;AACzC,MAAM,8BAA8B,GAAG,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,CAAC;AAEhF,SAAS,mDAAmD,CAC1D,IAA8C;IAE9C,MAAM,gBAAgB,GAAG;QACvB,CAAC,EAAE;YACD;gBACE,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,EAAE;aACb;SACF;QACD,qBAAqB,EAAE;YACrB;gBACE,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,EAAE;aACb;SACF;QACD,sBAAsB,EAAE;YACtB;gBACE,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,EAAE;aACb;SACF;QACD,iBAAiB,EAAE;YACjB;gBACE,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,EAAE;aACb;YACD;gBACE,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,EAAE;aACb;SACF;KACF,CAAC;IAEF,OAAO,0BAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AAC/D,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,qBAAqB,CACnC,OAAqC;IAErC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,uBAAU,CACrD,6BAA6B,EAC7B,EAAE,CACH,CAAC;IACF,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,uBAAU,CAAC,8BAA8B,EAAE;QACvE,QAAQ;QACR,gBAAgB;QAChB,QAAQ;QACR,eAAe;QACf,gBAAgB;KACjB,CAAC,CAAC;IAEH,SAAS,uBAAuB,CAAC,EAAE,IAAI,EAAO;QAC5C,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,MAAM,QAAQ,GAAG;YACf,MAAM,EAAE,MAAa;YACrB,GAAG,EAAE,mDAAmD,CAAC;gBACvD,SAAS,EAAE,6BAA6B;gBACxC,IAAI,EAAE,cAAc;gBACpB,IAAI;aACL,CAAC;YACF,IAAI,EAAE,cAAc;YACpB,iBAAiB,EAAE,OAAO;SAC3B,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,uBAAuB,CAAC,OAAO,GAAG,OAAO,CAAC;IAE1C,OAAO,uBAAuB,CAAC;AACjC,CAAC;AAlCD,sDAkCC"}
@@ -0,0 +1,5 @@
1
+ import { HttpClient } from '@wix/sdk-types';
2
+ import { CommonQueryV2, QueryExtendedBookingsOptions } from './bookings-reader-v2-extended-booking.universal';
3
+ export declare function queryExtendedBookings(httpClient: HttpClient): (query: CommonQueryV2, options?: QueryExtendedBookingsOptions | undefined) => Promise<import("./bookings-reader-v2-extended-booking.universal").QueryExtendedBookingsResponse>;
4
+ export { AttendanceStatus, LocationType, ValueType, BookingStatus, PaymentStatus, SelectedPaymentOption, Platform, Actor, IdentityType, SortOrder, } from './bookings-reader-v2-extended-booking.universal';
5
+ export { ExtendedBooking, Booking, BookingParticipantsInfoOneOf, BookedEntity, BookedEntityItemOneOf, BookedSlot, BookedResource, Location, BookedSchedule, ContactDetails, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, CustomFormField, BookingSource, ParticipantNotification, IdentificationData, IdentificationDataIdOneOf, FlowControlSettings, ExtendedFields, ParticipantChoices, ServiceChoices, ServiceChoice, ServiceChoiceChoiceOneOf, AllowedActions, Attendance, QueryExtendedBookingRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryExtendedBookingResponse, PagingMetadataV2, Cursors, QueryExtendedBookingsRequest, CommonQueryV2, CommonQueryV2PagingMethodOneOf, CommonPaging, QueryExtendedBookingsResponse, QueryExtendedBookingsOptions, } from './bookings-reader-v2-extended-booking.universal';
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SortOrder = exports.IdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.LocationType = exports.AttendanceStatus = exports.queryExtendedBookings = void 0;
4
+ const bookings_reader_v2_extended_booking_universal_1 = require("./bookings-reader-v2-extended-booking.universal");
5
+ function queryExtendedBookings(httpClient) {
6
+ return (query, options) => bookings_reader_v2_extended_booking_universal_1.queryExtendedBookings(query, options,
7
+ // @ts-ignore
8
+ { httpClient });
9
+ }
10
+ exports.queryExtendedBookings = queryExtendedBookings;
11
+ var bookings_reader_v2_extended_booking_universal_2 = require("./bookings-reader-v2-extended-booking.universal");
12
+ Object.defineProperty(exports, "AttendanceStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.AttendanceStatus; } });
13
+ Object.defineProperty(exports, "LocationType", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.LocationType; } });
14
+ Object.defineProperty(exports, "ValueType", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.ValueType; } });
15
+ Object.defineProperty(exports, "BookingStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.BookingStatus; } });
16
+ Object.defineProperty(exports, "PaymentStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.PaymentStatus; } });
17
+ Object.defineProperty(exports, "SelectedPaymentOption", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.SelectedPaymentOption; } });
18
+ Object.defineProperty(exports, "Platform", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.Platform; } });
19
+ Object.defineProperty(exports, "Actor", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.Actor; } });
20
+ Object.defineProperty(exports, "IdentityType", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.IdentityType; } });
21
+ Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.SortOrder; } });
22
+ //# sourceMappingURL=bookings-reader-v2-extended-booking.public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-reader-v2-extended-booking.public.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.public.ts"],"names":[],"mappings":";;;AACA,mHAIyD;AAEzD,SAAgB,qBAAqB,CAAC,UAAsB;IAC1D,OAAO,CAAC,KAAoB,EAAE,OAAsC,EAAE,EAAE,CACtE,qEAA8B,CAC5B,KAAK,EACL,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sDAQC;AAED,iHAWyD;AAVvD,iJAAA,gBAAgB,OAAA;AAChB,6IAAA,YAAY,OAAA;AACZ,0IAAA,SAAS,OAAA;AACT,8IAAA,aAAa,OAAA;AACb,8IAAA,aAAa,OAAA;AACb,sJAAA,qBAAqB,OAAA;AACrB,yIAAA,QAAQ,OAAA;AACR,sIAAA,KAAK,OAAA;AACL,6IAAA,YAAY,OAAA;AACZ,0IAAA,SAAS,OAAA"}