@wix/bookings 1.0.212 → 1.0.213
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.
- package/build/cjs/src/bookings-reader-v2-extended-booking.public.d.ts +2 -2
- package/build/cjs/src/bookings-reader-v2-extended-booking.public.js +2 -1
- package/build/cjs/src/bookings-reader-v2-extended-booking.public.js.map +1 -1
- package/build/cjs/src/bookings-reader-v2-extended-booking.types.d.ts +17 -2
- package/build/cjs/src/bookings-reader-v2-extended-booking.types.js +6 -1
- package/build/cjs/src/bookings-reader-v2-extended-booking.types.js.map +1 -1
- package/build/cjs/src/bookings-reader-v2-extended-booking.universal.d.ts +17 -2
- package/build/cjs/src/bookings-reader-v2-extended-booking.universal.js +6 -1
- package/build/cjs/src/bookings-reader-v2-extended-booking.universal.js.map +1 -1
- package/build/cjs/src/bookings-services-v2-service.types.d.ts +2 -2
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/build/cjs/src/bookings-v2-booking.public.d.ts +2 -2
- package/build/cjs/src/bookings-v2-booking.public.js +3 -2
- package/build/cjs/src/bookings-v2-booking.public.js.map +1 -1
- package/build/cjs/src/bookings-v2-booking.types.d.ts +474 -240
- package/build/cjs/src/bookings-v2-booking.types.js +13 -8
- package/build/cjs/src/bookings-v2-booking.types.js.map +1 -1
- package/build/cjs/src/bookings-v2-booking.universal.d.ts +477 -241
- package/build/cjs/src/bookings-v2-booking.universal.js +15 -9
- package/build/cjs/src/bookings-v2-booking.universal.js.map +1 -1
- package/build/cjs/src/bookings-v2-price-info.public.d.ts +2 -2
- package/build/cjs/src/bookings-v2-price-info.public.js +2 -1
- package/build/cjs/src/bookings-v2-price-info.public.js.map +1 -1
- package/build/cjs/src/bookings-v2-price-info.types.d.ts +17 -2
- package/build/cjs/src/bookings-v2-price-info.types.js +6 -1
- package/build/cjs/src/bookings-v2-price-info.types.js.map +1 -1
- package/build/cjs/src/bookings-v2-price-info.universal.d.ts +15 -0
- package/build/cjs/src/bookings-v2-price-info.universal.js +6 -1
- package/build/cjs/src/bookings-v2-price-info.universal.js.map +1 -1
- package/build/es/src/bookings-reader-v2-extended-booking.public.d.ts +2 -2
- package/build/es/src/bookings-reader-v2-extended-booking.public.js +1 -1
- package/build/es/src/bookings-reader-v2-extended-booking.public.js.map +1 -1
- package/build/es/src/bookings-reader-v2-extended-booking.types.d.ts +17 -2
- package/build/es/src/bookings-reader-v2-extended-booking.types.js +5 -0
- package/build/es/src/bookings-reader-v2-extended-booking.types.js.map +1 -1
- package/build/es/src/bookings-reader-v2-extended-booking.universal.d.ts +17 -2
- package/build/es/src/bookings-reader-v2-extended-booking.universal.js +5 -0
- package/build/es/src/bookings-reader-v2-extended-booking.universal.js.map +1 -1
- package/build/es/src/bookings-services-v2-service.types.d.ts +2 -2
- package/build/es/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/build/es/src/bookings-v2-booking.public.d.ts +2 -2
- package/build/es/src/bookings-v2-booking.public.js +1 -1
- package/build/es/src/bookings-v2-booking.public.js.map +1 -1
- package/build/es/src/bookings-v2-booking.types.d.ts +474 -240
- package/build/es/src/bookings-v2-booking.types.js +12 -7
- package/build/es/src/bookings-v2-booking.types.js.map +1 -1
- package/build/es/src/bookings-v2-booking.universal.d.ts +477 -241
- package/build/es/src/bookings-v2-booking.universal.js +14 -8
- package/build/es/src/bookings-v2-booking.universal.js.map +1 -1
- package/build/es/src/bookings-v2-price-info.public.d.ts +2 -2
- package/build/es/src/bookings-v2-price-info.public.js +1 -1
- package/build/es/src/bookings-v2-price-info.public.js.map +1 -1
- package/build/es/src/bookings-v2-price-info.types.d.ts +17 -2
- package/build/es/src/bookings-v2-price-info.types.js +5 -0
- package/build/es/src/bookings-v2-price-info.types.js.map +1 -1
- package/build/es/src/bookings-v2-price-info.universal.d.ts +15 -0
- package/build/es/src/bookings-v2-price-info.universal.js +5 -0
- package/build/es/src/bookings-v2-price-info.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -4,5 +4,5 @@ export declare const __metadata: {
|
|
|
4
4
|
PACKAGE_NAME: string;
|
|
5
5
|
};
|
|
6
6
|
export declare function queryExtendedBookings(httpClient: HttpClient): (query: CommonQueryV2, options?: QueryExtendedBookingsOptions | undefined) => Promise<import("./bookings-reader-v2-extended-booking.universal").QueryExtendedBookingsResponse>;
|
|
7
|
-
export { AttendanceStatus, LocationType, ValueType, BookingStatus, PaymentStatus, SelectedPaymentOption, Platform, Actor, IdentityType, SortOrder, } from './bookings-reader-v2-extended-booking.universal';
|
|
8
|
-
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';
|
|
7
|
+
export { AttendanceStatus, LocationType, Type, ValueType, BookingStatus, PaymentStatus, SelectedPaymentOption, Platform, Actor, IdentityType, SortOrder, } from './bookings-reader-v2-extended-booking.universal';
|
|
8
|
+
export { ExtendedBooking, Booking, BookingParticipantsInfoOneOf, BookedEntity, BookedEntityItemOneOf, BookedSlot, BookedResource, Location, GroupedResources, 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';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
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 = exports.__metadata = void 0;
|
|
3
|
+
exports.SortOrder = exports.IdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.Type = exports.LocationType = exports.AttendanceStatus = exports.queryExtendedBookings = exports.__metadata = void 0;
|
|
4
4
|
const bookings_reader_v2_extended_booking_universal_1 = require("./bookings-reader-v2-extended-booking.universal");
|
|
5
5
|
exports.__metadata = { PACKAGE_NAME: '@wix/bookings' };
|
|
6
6
|
function queryExtendedBookings(httpClient) {
|
|
@@ -12,6 +12,7 @@ exports.queryExtendedBookings = queryExtendedBookings;
|
|
|
12
12
|
var bookings_reader_v2_extended_booking_universal_2 = require("./bookings-reader-v2-extended-booking.universal");
|
|
13
13
|
Object.defineProperty(exports, "AttendanceStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.AttendanceStatus; } });
|
|
14
14
|
Object.defineProperty(exports, "LocationType", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.LocationType; } });
|
|
15
|
+
Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.Type; } });
|
|
15
16
|
Object.defineProperty(exports, "ValueType", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.ValueType; } });
|
|
16
17
|
Object.defineProperty(exports, "BookingStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.BookingStatus; } });
|
|
17
18
|
Object.defineProperty(exports, "PaymentStatus", { enumerable: true, get: function () { return bookings_reader_v2_extended_booking_universal_2.PaymentStatus; } });
|
|
@@ -1 +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;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,qBAAqB,CAAC,UAAsB;IAC1D,OAAO,CAAC,KAAoB,EAAE,OAAsC,EAAE,EAAE,CACtE,IAAA,qEAA8B,EAC5B,KAAK,EACL,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sDAQC;AAED,
|
|
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;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,qBAAqB,CAAC,UAAsB;IAC1D,OAAO,CAAC,KAAoB,EAAE,OAAsC,EAAE,EAAE,CACtE,IAAA,qEAA8B,EAC5B,KAAK,EACL,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sDAQC;AAED,iHAYyD;AAXvD,iJAAA,gBAAgB,OAAA;AAChB,6IAAA,YAAY,OAAA;AACZ,qIAAA,IAAI,OAAA;AACJ,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"}
|
|
@@ -177,6 +177,11 @@ export interface BookedSlot {
|
|
|
177
177
|
resource?: BookedResource;
|
|
178
178
|
/** Location where the slot's session takes place. */
|
|
179
179
|
location?: Location;
|
|
180
|
+
/**
|
|
181
|
+
* The selected grouped resources the UoU choose during book/reschedule flow, either specific resources or any resources in each group.
|
|
182
|
+
* When `DO_NOT_CARE` is provided, the given resources are ignored.
|
|
183
|
+
*/
|
|
184
|
+
flowSelectedResources?: GroupedResources[];
|
|
180
185
|
}
|
|
181
186
|
export interface BookedResource {
|
|
182
187
|
/** Booked resource ID. */
|
|
@@ -213,6 +218,16 @@ export declare enum LocationType {
|
|
|
213
218
|
OWNER_CUSTOM = "OWNER_CUSTOM",
|
|
214
219
|
CUSTOM = "CUSTOM"
|
|
215
220
|
}
|
|
221
|
+
export interface GroupedResources {
|
|
222
|
+
resourceGroupId?: string | null;
|
|
223
|
+
type?: Type;
|
|
224
|
+
/** list of at most 10 resources, that can booked with this slot */
|
|
225
|
+
resourceIds?: string[];
|
|
226
|
+
}
|
|
227
|
+
export declare enum Type {
|
|
228
|
+
DO_NOT_CARE = "DO_NOT_CARE",
|
|
229
|
+
SPECIFIC_RESOURCES = "SPECIFIC_RESOURCES"
|
|
230
|
+
}
|
|
216
231
|
export interface BookedSchedule {
|
|
217
232
|
/** Schedule ID. */
|
|
218
233
|
scheduleId?: string;
|
|
@@ -477,8 +492,8 @@ export interface FlowControlSettings {
|
|
|
477
492
|
}
|
|
478
493
|
export interface ExtendedFields {
|
|
479
494
|
/**
|
|
480
|
-
* Extended field data
|
|
481
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
495
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
496
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
482
497
|
*
|
|
483
498
|
* You can only access fields for which you have the appropriate permissions.
|
|
484
499
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
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 = void 0;
|
|
3
|
+
exports.SortOrder = exports.IdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.Type = exports.LocationType = exports.AttendanceStatus = void 0;
|
|
4
4
|
var AttendanceStatus;
|
|
5
5
|
(function (AttendanceStatus) {
|
|
6
6
|
AttendanceStatus["NOT_SET"] = "NOT_SET";
|
|
@@ -14,6 +14,11 @@ var LocationType;
|
|
|
14
14
|
LocationType["OWNER_CUSTOM"] = "OWNER_CUSTOM";
|
|
15
15
|
LocationType["CUSTOM"] = "CUSTOM";
|
|
16
16
|
})(LocationType = exports.LocationType || (exports.LocationType = {}));
|
|
17
|
+
var Type;
|
|
18
|
+
(function (Type) {
|
|
19
|
+
Type["DO_NOT_CARE"] = "DO_NOT_CARE";
|
|
20
|
+
Type["SPECIFIC_RESOURCES"] = "SPECIFIC_RESOURCES";
|
|
21
|
+
})(Type = exports.Type || (exports.Type = {}));
|
|
17
22
|
var ValueType;
|
|
18
23
|
(function (ValueType) {
|
|
19
24
|
/** Short text. This is the default value type. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-reader-v2-extended-booking.types.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.types.ts"],"names":[],"mappings":";;;AAgBA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,iDAA6B,CAAA;AAC/B,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;
|
|
1
|
+
{"version":3,"file":"bookings-reader-v2-extended-booking.types.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.types.ts"],"names":[],"mappings":";;;AAgBA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,iDAA6B,CAAA;AAC/B,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AA2MD,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,uCAAuB,CAAA;IACvB,iDAAiC,CAAA;IACjC,6CAA6B,CAAA;IAC7B,iCAAiB,CAAA;AACnB,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB;AASD,IAAY,IAGX;AAHD,WAAY,IAAI;IACd,mCAA2B,CAAA;IAC3B,iDAAyC,CAAA;AAC3C,CAAC,EAHW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAGf;AA+HD,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,kDAAkD;IAClD,sCAAyB,CAAA;IACzB,gBAAgB;IAChB,oCAAuB,CAAA;IACvB,qGAAqG;IACrG,oCAAuB,CAAA;AACzB,CAAC,EAPW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOpB;AAED,sBAAsB;AACtB,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,8CAA6B,CAAA;AAC/B,CAAC,EAPW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAOxB;AAED;;;GAGG;AACH,IAAY,aASX;AATD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,8BAAa,CAAA;IACb,yBAAyB;IACzB,kDAAiC,CAAA;IACjC,wBAAwB;IACxB,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;AACnB,CAAC,EATW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QASxB;AAED;;;;;GAKG;AACH,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,gDAAuB,CAAA;IACvB,4CAAmB,CAAA;IACnB,0CAAiB,CAAA;IACjB,kDAAyB,CAAA;IACzB,oHAAoH;IACpH,kEAAyC,CAAA;AAC3C,CAAC,EAPW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAOhC;AAiCD,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,qDAAyC,CAAA;IACzC,uBAAW,CAAA;IACX,qCAAyB,CAAA;AAC3B,CAAC,EAJW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAInB;AAED,IAAY,KAIX;AAJD,WAAY,KAAK;IACf,4CAAmC,CAAA;IACnC,8BAAqB,CAAA;IACrB,8BAAqB,CAAA;AACvB,CAAC,EAJW,KAAK,GAAL,aAAK,KAAL,aAAK,QAIhB;AAsCD,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,uDAAuC,CAAA;IACvC,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,2BAAW,CAAA;AACb,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AA6KD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
|
|
@@ -183,6 +183,11 @@ export interface BookedSlot {
|
|
|
183
183
|
resource?: BookedResource;
|
|
184
184
|
/** Location where the slot's session takes place. */
|
|
185
185
|
location?: Location;
|
|
186
|
+
/**
|
|
187
|
+
* The selected grouped resources the UoU choose during book/reschedule flow, either specific resources or any resources in each group.
|
|
188
|
+
* When `DO_NOT_CARE` is provided, the given resources are ignored.
|
|
189
|
+
*/
|
|
190
|
+
flowSelectedResources?: GroupedResources[];
|
|
186
191
|
}
|
|
187
192
|
export interface BookedResource {
|
|
188
193
|
/** Booked resource ID. */
|
|
@@ -219,6 +224,16 @@ export declare enum LocationType {
|
|
|
219
224
|
OWNER_CUSTOM = "OWNER_CUSTOM",
|
|
220
225
|
CUSTOM = "CUSTOM"
|
|
221
226
|
}
|
|
227
|
+
export interface GroupedResources {
|
|
228
|
+
resourceGroupId?: string | null;
|
|
229
|
+
type?: Type;
|
|
230
|
+
/** list of at most 10 resources, that can booked with this slot */
|
|
231
|
+
resourceIds?: string[];
|
|
232
|
+
}
|
|
233
|
+
export declare enum Type {
|
|
234
|
+
DO_NOT_CARE = "DO_NOT_CARE",
|
|
235
|
+
SPECIFIC_RESOURCES = "SPECIFIC_RESOURCES"
|
|
236
|
+
}
|
|
222
237
|
export interface BookedSchedule {
|
|
223
238
|
/** Schedule ID. */
|
|
224
239
|
scheduleId?: string;
|
|
@@ -483,8 +498,8 @@ export interface FlowControlSettings {
|
|
|
483
498
|
}
|
|
484
499
|
export interface ExtendedFields {
|
|
485
500
|
/**
|
|
486
|
-
* Extended field data
|
|
487
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
501
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
502
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
488
503
|
*
|
|
489
504
|
* You can only access fields for which you have the appropriate permissions.
|
|
490
505
|
*/
|
|
@@ -28,7 +28,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
28
28
|
});
|
|
29
29
|
};
|
|
30
30
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31
|
-
exports.queryExtendedBookings = exports.SortOrder = exports.IdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.LocationType = exports.AttendanceStatus = exports.__debug = void 0;
|
|
31
|
+
exports.queryExtendedBookings = exports.SortOrder = exports.IdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.Type = exports.LocationType = exports.AttendanceStatus = exports.__debug = void 0;
|
|
32
32
|
const velo_1 = require("@wix/metro-runtime/velo");
|
|
33
33
|
const ambassadorWixBookingsReaderV2ExtendedBooking = __importStar(require("./bookings-reader-v2-extended-booking.http"));
|
|
34
34
|
let __verbose = false;
|
|
@@ -59,6 +59,11 @@ var LocationType;
|
|
|
59
59
|
LocationType["OWNER_CUSTOM"] = "OWNER_CUSTOM";
|
|
60
60
|
LocationType["CUSTOM"] = "CUSTOM";
|
|
61
61
|
})(LocationType = exports.LocationType || (exports.LocationType = {}));
|
|
62
|
+
var Type;
|
|
63
|
+
(function (Type) {
|
|
64
|
+
Type["DO_NOT_CARE"] = "DO_NOT_CARE";
|
|
65
|
+
Type["SPECIFIC_RESOURCES"] = "SPECIFIC_RESOURCES";
|
|
66
|
+
})(Type = exports.Type || (exports.Type = {}));
|
|
62
67
|
var ValueType;
|
|
63
68
|
(function (ValueType) {
|
|
64
69
|
/** Short text. This is the default value type. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-reader-v2-extended-booking.universal.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAqE;AAErE,yHAA2G;AAE3G,IAAI,SAAS,GAAG,KAAK,CAAC;AAEtB,SAAS,KAAK,CAAC,GAAG,IAAW;IAC3B,SAAS,IAAI,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;AACpC,CAAC;AAED,SAAS,SAAS,CAAC,GAAQ;IACzB,OAAO,GAAG,CAAC;AACb,CAAC;AAEY,QAAA,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC;QAC5B,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,KAAK,CAAC;KAC/B;CACF,CAAC;AACF,MAAM,aAAa,GAAG,GAAG,CAAC;AAC1B,MAAM,eAAe,GAAG,GAAG,CAAC;AAkB5B,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,iDAA6B,CAAA;AAC/B,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;
|
|
1
|
+
{"version":3,"file":"bookings-reader-v2-extended-booking.universal.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -777,8 +777,8 @@ export interface PageUrlV2 {
|
|
|
777
777
|
}
|
|
778
778
|
export interface ExtendedFields {
|
|
779
779
|
/**
|
|
780
|
-
* Extended field data
|
|
781
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
780
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
781
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
782
782
|
*
|
|
783
783
|
* You can only access fields for which you have the appropriate permissions.
|
|
784
784
|
*/
|
|
@@ -759,8 +759,8 @@ export interface URLs {
|
|
|
759
759
|
}
|
|
760
760
|
export interface ExtendedFields {
|
|
761
761
|
/**
|
|
762
|
-
* Extended field data
|
|
763
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
762
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
763
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
764
764
|
*
|
|
765
765
|
* You can only access fields for which you have the appropriate permissions.
|
|
766
766
|
*/
|
|
@@ -12,5 +12,5 @@ export declare function declineBooking(httpClient: HttpClient): (bookingId: stri
|
|
|
12
12
|
export declare function cancelBooking(httpClient: HttpClient): (bookingId: string, options: CancelBookingOptions) => Promise<import("./bookings-v2-booking.universal").CancelBookingResponse>;
|
|
13
13
|
export declare function updateNumberOfParticipants(httpClient: HttpClient): (bookingId: string, options: UpdateNumberOfParticipantsOptions) => Promise<import("./bookings-v2-booking.universal").UpdateNumberOfParticipantsResponse>;
|
|
14
14
|
export declare function confirmOrDeclineBooking(httpClient: HttpClient): (bookingId: string, options?: ConfirmOrDeclineBookingOptions | undefined) => Promise<import("./bookings-v2-booking.universal").ConfirmOrDeclineBookingResponse>;
|
|
15
|
-
export { LocationType, ValueType, BookingStatus, PaymentStatus, SelectedPaymentOption, Platform, Actor, IdentificationDataIdentityType,
|
|
16
|
-
export { Booking, BookingParticipantsInfoOneOf, BookedEntity, BookedEntityItemOneOf, BookedSlot, BookedResource, Location, BookedSchedule, ContactDetails, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, CustomFormField, BookingSource, ParticipantNotification, CommonIdentificationData, CommonIdentificationDataIdOneOf, FlowControlSettings, ExtendedFields, ParticipantChoices, ServiceChoices, ServiceChoice, ServiceChoiceChoiceOneOf, CreateGroupedBookingsRequest, CreateBookingFlowControlSettings, CreateGroupedBookingsResponse, BookingResult, GetGroupedBookingsAvailabilityRequest, GetGroupedBookingsAvailabilityResponse, BookingPolicyViolations, BookingPolicySettings, BookingChanged, CreateBookingRequest, CreateBookingResponse, UpdateBookingRequest, UpdateBookingResponse, LegacyCreateBookingRequest, LegacyCreateBookingResponse, BulkUpdateBookingRequest, MaskedBooking, BulkUpdateBookingResponse, ItemMetadata, ApplicationError, BulkActionMetadata, BulkCreateBookingRequest, CreateBookingInfo, BulkCreateBookingResponse, BulkBookingResult, RescheduleBookingRequest, RescheduleBookingRequestParticipantsInfoOneOf,
|
|
15
|
+
export { LocationType, Type, ValueType, BookingStatus, PaymentStatus, SelectedPaymentOption, Platform, Actor, IdentificationDataIdentityType, IdentityType, LocationLocationType, SortOrder, } from './bookings-v2-booking.universal';
|
|
16
|
+
export { Booking, BookingParticipantsInfoOneOf, BookedEntity, BookedEntityItemOneOf, BookedSlot, BookedResource, Location, GroupedResources, BookedSchedule, ContactDetails, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, CustomFormField, BookingSource, ParticipantNotification, CommonIdentificationData, CommonIdentificationDataIdOneOf, FlowControlSettings, ExtendedFields, ParticipantChoices, ServiceChoices, ServiceChoice, ServiceChoiceChoiceOneOf, CreateGroupedBookingsRequest, CreateBookingFlowControlSettings, CreateGroupedBookingsResponse, BookingResult, GetGroupedBookingsAvailabilityRequest, GetGroupedBookingsAvailabilityResponse, BookingPolicyViolations, BookingPolicySettings, CancelGroupedBookingsRequest, CancelBookingFlowControlSettings, CancelGroupedBookingsResponse, BookingCanceled, IdentificationData, IdentificationDataIdOneOf, RescheduleGroupedBookingsRequest, V2Slot, SlotSlotResource, SlotLocation, RescheduleBookingInfo, RescheduleBookingInfoParticipantsInfoOneOf, RescheduleBookingFlowControlSettings, RescheduleGroupedBookingsResponse, BookingRescheduled, BookingRescheduledPreviousParticipantsInfoOneOf, ConfirmGroupedBookingsRequest, ConfirmBookingInfo, ConfirmGroupedBookingsResponse, BookingConfirmed, DeclineGroupedBookingsRequest, DeclineBookingInfo, DeclineGroupedBookingsResponse, BookingDeclined, CalculateGroupedBookingsAllowedActionsRequest, CalculateGroupedBookingsAllowedActionsResponse, AllowedActions, SplitGroupedBookingsRequest, SplitGroupedBookingsResponse, AddToGroupRequest, AddToGroupResponse, RemoveFromGroupRequest, RemoveFromGroupResponse, BookingChanged, CreateBookingRequest, CreateBookingResponse, UpdateBookingRequest, UpdateBookingResponse, LegacyCreateBookingRequest, LegacyCreateBookingResponse, BulkUpdateBookingRequest, MaskedBooking, BulkUpdateBookingResponse, ItemMetadata, ApplicationError, BulkActionMetadata, BulkCreateBookingRequest, CreateBookingInfo, BulkCreateBookingResponse, BulkBookingResult, RescheduleBookingRequest, RescheduleBookingRequestParticipantsInfoOneOf, RescheduleBookingResponse, BulkRescheduleBookingRequest, BulkRescheduleBookingRequestBooking, SlotBookings, BulkRescheduleBookingResponse, BulkUpdateBookedScheduleRequest, BookingDetails, BulkUpdateBookedScheduleResponse, QueryBookingsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryBookingsResponse, PagingMetadataV2, Cursors, ConfirmRequest, ConfirmResponse, ConfirmBookingRequest, ConfirmBookingResponse, PartySizeRequest, PartySizeRequestPartySizeForOneOf, PartySizeResponse, ConsistentQueryBookingsRequest, ConsistentQueryBookingsResponse, SetBookingSessionIdRequest, SetBookingSessionIdResponse, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, DeclineBookingRequest, DeclineBookingResponse, CancelBookingRequest, CancelBookingResponse, UpdateNumberOfParticipantsRequest, UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, UpdateNumberOfParticipantsResponse, NumberOfParticipantsUpdated, NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf, CalculateAllowedActionsRequest, CalculateAllowedActionsResponse, BulkCalculateAllowedActionsRequest, BulkCalculateAllowedActionsResponse, BulkCalculateAllowedActionsResult, GetSlotAvailabilityRequest, GetSlotAvailabilityResponse, SlotAvailability, WaitingList, GetScheduleAvailabilityRequest, GetScheduleAvailabilityResponse, ScheduleAvailability, ConfirmOrDeclineBookingRequest, ConfirmOrDeclineBookingResponse, V2CreateBookingRequest, V2CreateBookingRequestBookableItemOneOf, V2CreateBookingRequestParticipantsInfoOneOf, Slot, SlotResource, CreateBookingRequestFlowControlSettings, V2CreateBookingResponse, V2CancelBookingRequest, V2CancelBookingRequestFlowControlSettings, V2CancelBookingResponse, V2RescheduleBookingRequest, V2RescheduleBookingRequestParticipantsInfoOneOf, V2RescheduleBookingRequestFlowControlSettings, V2RescheduleBookingResponse, V2ConfirmBookingRequest, V2ConfirmBookingResponse, V2DeclineBookingRequest, V2DeclineBookingResponse, V2UpdateNumberOfParticipantsRequest, V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, V2UpdateNumberOfParticipantsResponse, CreateBookingOptions, BulkCreateBookingOptions, RescheduleBookingOptions, ConfirmBookingOptions, UpdateExtendedFieldsOptions, DeclineBookingOptions, CancelBookingOptions, UpdateNumberOfParticipantsOptions, ConfirmOrDeclineBookingOptions, } from './bookings-v2-booking.universal';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SortOrder = exports.
|
|
3
|
+
exports.SortOrder = exports.LocationLocationType = exports.IdentityType = exports.IdentificationDataIdentityType = exports.Actor = exports.Platform = exports.SelectedPaymentOption = exports.PaymentStatus = exports.BookingStatus = exports.ValueType = exports.Type = exports.LocationType = exports.confirmOrDeclineBooking = exports.updateNumberOfParticipants = exports.cancelBooking = exports.declineBooking = exports.updateExtendedFields = exports.confirmBooking = exports.rescheduleBooking = exports.bulkCreateBooking = exports.createBooking = exports.__metadata = void 0;
|
|
4
4
|
const bookings_v2_booking_universal_1 = require("./bookings-v2-booking.universal");
|
|
5
5
|
exports.__metadata = { PACKAGE_NAME: '@wix/bookings' };
|
|
6
6
|
function createBooking(httpClient) {
|
|
@@ -59,6 +59,7 @@ function confirmOrDeclineBooking(httpClient) {
|
|
|
59
59
|
exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
|
|
60
60
|
var bookings_v2_booking_universal_2 = require("./bookings-v2-booking.universal");
|
|
61
61
|
Object.defineProperty(exports, "LocationType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.LocationType; } });
|
|
62
|
+
Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.Type; } });
|
|
62
63
|
Object.defineProperty(exports, "ValueType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.ValueType; } });
|
|
63
64
|
Object.defineProperty(exports, "BookingStatus", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.BookingStatus; } });
|
|
64
65
|
Object.defineProperty(exports, "PaymentStatus", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.PaymentStatus; } });
|
|
@@ -66,7 +67,7 @@ Object.defineProperty(exports, "SelectedPaymentOption", { enumerable: true, get:
|
|
|
66
67
|
Object.defineProperty(exports, "Platform", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.Platform; } });
|
|
67
68
|
Object.defineProperty(exports, "Actor", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.Actor; } });
|
|
68
69
|
Object.defineProperty(exports, "IdentificationDataIdentityType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.IdentificationDataIdentityType; } });
|
|
69
|
-
Object.defineProperty(exports, "LocationLocationType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.LocationLocationType; } });
|
|
70
70
|
Object.defineProperty(exports, "IdentityType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.IdentityType; } });
|
|
71
|
+
Object.defineProperty(exports, "LocationLocationType", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.LocationLocationType; } });
|
|
71
72
|
Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return bookings_v2_booking_universal_2.SortOrder; } });
|
|
72
73
|
//# sourceMappingURL=bookings-v2-booking.public.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-v2-booking.public.js","sourceRoot":"","sources":["../../../src/bookings-v2-booking.public.ts"],"names":[],"mappings":";;;AACA,mFAsByC;AAE5B,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,aAAa,CAAC,UAAsB;IAClD,OAAO,CAAC,OAAgB,EAAE,OAA8B,EAAE,EAAE,CAC1D,IAAA,6CAAsB,EACpB,OAAO,EACP,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sCAQC;AAED,SAAgB,iBAAiB,CAAC,UAAsB;IACtD,OAAO,CACL,kBAAuC,EACvC,OAAkC,EAClC,EAAE,CACF,IAAA,iDAA0B,EACxB,kBAAkB,EAClB,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAXD,8CAWC;AAED,SAAgB,iBAAiB,CAAC,UAAsB;IACtD,OAAO,CAAC,SAAiB,EAAE,IAAY,EAAE,OAAiC,EAAE,EAAE,CAC5E,IAAA,iDAA0B,EACxB,SAAS,EACT,IAAI,EACJ,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8CASC;AAED,SAAgB,cAAc,CAAC,UAAsB;IACnD,OAAO,CACL,SAAiB,EACjB,QAAuB,EACvB,OAA+B,EAC/B,EAAE,CACF,IAAA,8CAAuB,EACrB,SAAS,EACT,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,wCAaC;AAED,SAAgB,oBAAoB,CAAC,UAAsB;IACzD,OAAO,CACL,GAAW,EACX,SAAiB,EACjB,OAAoC,EACpC,EAAE,CACF,IAAA,oDAA6B,EAC3B,GAAG,EACH,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,oDAaC;AAED,SAAgB,cAAc,CAAC,UAAsB;IACnD,OAAO,CACL,SAAiB,EACjB,QAAuB,EACvB,OAA+B,EAC/B,EAAE,CACF,IAAA,8CAAuB,EACrB,SAAS,EACT,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,wCAaC;AAED,SAAgB,aAAa,CAAC,UAAsB;IAClD,OAAO,CAAC,SAAiB,EAAE,OAA6B,EAAE,EAAE,CAC1D,IAAA,6CAAsB,EACpB,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sCAQC;AAED,SAAgB,0BAA0B,CAAC,UAAsB;IAC/D,OAAO,CAAC,SAAiB,EAAE,OAA0C,EAAE,EAAE,CACvE,IAAA,0DAAmC,EACjC,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,gEAQC;AAED,SAAgB,uBAAuB,CAAC,UAAsB;IAC5D,OAAO,CAAC,SAAiB,EAAE,OAAwC,EAAE,EAAE,CACrE,IAAA,uDAAgC,EAC9B,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,0DAQC;AAED,
|
|
1
|
+
{"version":3,"file":"bookings-v2-booking.public.js","sourceRoot":"","sources":["../../../src/bookings-v2-booking.public.ts"],"names":[],"mappings":";;;AACA,mFAsByC;AAE5B,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,aAAa,CAAC,UAAsB;IAClD,OAAO,CAAC,OAAgB,EAAE,OAA8B,EAAE,EAAE,CAC1D,IAAA,6CAAsB,EACpB,OAAO,EACP,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sCAQC;AAED,SAAgB,iBAAiB,CAAC,UAAsB;IACtD,OAAO,CACL,kBAAuC,EACvC,OAAkC,EAClC,EAAE,CACF,IAAA,iDAA0B,EACxB,kBAAkB,EAClB,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAXD,8CAWC;AAED,SAAgB,iBAAiB,CAAC,UAAsB;IACtD,OAAO,CAAC,SAAiB,EAAE,IAAY,EAAE,OAAiC,EAAE,EAAE,CAC5E,IAAA,iDAA0B,EACxB,SAAS,EACT,IAAI,EACJ,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8CASC;AAED,SAAgB,cAAc,CAAC,UAAsB;IACnD,OAAO,CACL,SAAiB,EACjB,QAAuB,EACvB,OAA+B,EAC/B,EAAE,CACF,IAAA,8CAAuB,EACrB,SAAS,EACT,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,wCAaC;AAED,SAAgB,oBAAoB,CAAC,UAAsB;IACzD,OAAO,CACL,GAAW,EACX,SAAiB,EACjB,OAAoC,EACpC,EAAE,CACF,IAAA,oDAA6B,EAC3B,GAAG,EACH,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,oDAaC;AAED,SAAgB,cAAc,CAAC,UAAsB;IACnD,OAAO,CACL,SAAiB,EACjB,QAAuB,EACvB,OAA+B,EAC/B,EAAE,CACF,IAAA,8CAAuB,EACrB,SAAS,EACT,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,wCAaC;AAED,SAAgB,aAAa,CAAC,UAAsB;IAClD,OAAO,CAAC,SAAiB,EAAE,OAA6B,EAAE,EAAE,CAC1D,IAAA,6CAAsB,EACpB,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sCAQC;AAED,SAAgB,0BAA0B,CAAC,UAAsB;IAC/D,OAAO,CAAC,SAAiB,EAAE,OAA0C,EAAE,EAAE,CACvE,IAAA,0DAAmC,EACjC,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,gEAQC;AAED,SAAgB,uBAAuB,CAAC,UAAsB;IAC5D,OAAO,CAAC,SAAiB,EAAE,OAAwC,EAAE,EAAE,CACrE,IAAA,uDAAgC,EAC9B,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,0DAQC;AAED,iFAayC;AAZvC,6HAAA,YAAY,OAAA;AACZ,qHAAA,IAAI,OAAA;AACJ,0HAAA,SAAS,OAAA;AACT,8HAAA,aAAa,OAAA;AACb,8HAAA,aAAa,OAAA;AACb,sIAAA,qBAAqB,OAAA;AACrB,yHAAA,QAAQ,OAAA;AACR,sHAAA,KAAK,OAAA;AACL,+IAAA,8BAA8B,OAAA;AAC9B,6HAAA,YAAY,OAAA;AACZ,qIAAA,oBAAoB,OAAA;AACpB,0HAAA,SAAS,OAAA"}
|