@wix/auto_sdk_bookings_pricing 1.0.0

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 (111) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +18 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +18 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +18 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/bookings-v2-price-info-pricing.context.d.ts +6 -0
  11. package/build/cjs/src/bookings-v2-price-info-pricing.context.js +18 -0
  12. package/build/cjs/src/bookings-v2-price-info-pricing.context.js.map +1 -0
  13. package/build/cjs/src/bookings-v2-price-info-pricing.http.d.ts +60 -0
  14. package/build/cjs/src/bookings-v2-price-info-pricing.http.js +185 -0
  15. package/build/cjs/src/bookings-v2-price-info-pricing.http.js.map +1 -0
  16. package/build/cjs/src/bookings-v2-price-info-pricing.meta.d.ts +14 -0
  17. package/build/cjs/src/bookings-v2-price-info-pricing.meta.js +66 -0
  18. package/build/cjs/src/bookings-v2-price-info-pricing.meta.js.map +1 -0
  19. package/build/cjs/src/bookings-v2-price-info-pricing.public.d.ts +73 -0
  20. package/build/cjs/src/bookings-v2-price-info-pricing.public.js +28 -0
  21. package/build/cjs/src/bookings-v2-price-info-pricing.public.js.map +1 -0
  22. package/build/cjs/src/bookings-v2-price-info-pricing.types.d.ts +773 -0
  23. package/build/cjs/src/bookings-v2-price-info-pricing.types.js +133 -0
  24. package/build/cjs/src/bookings-v2-price-info-pricing.types.js.map +1 -0
  25. package/build/cjs/src/bookings-v2-price-info-pricing.universal.d.ts +869 -0
  26. package/build/cjs/src/bookings-v2-price-info-pricing.universal.js +298 -0
  27. package/build/cjs/src/bookings-v2-price-info-pricing.universal.js.map +1 -0
  28. package/build/es/index.d.ts +1 -0
  29. package/build/es/index.js +2 -0
  30. package/build/es/index.js.map +1 -0
  31. package/build/es/index.typings.d.ts +1 -0
  32. package/build/es/index.typings.js +2 -0
  33. package/build/es/index.typings.js.map +1 -0
  34. package/build/es/meta.d.ts +1 -0
  35. package/build/es/meta.js +2 -0
  36. package/build/es/meta.js.map +1 -0
  37. package/build/es/package.json +3 -0
  38. package/build/es/src/bookings-v2-price-info-pricing.context.d.ts +6 -0
  39. package/build/es/src/bookings-v2-price-info-pricing.context.js +6 -0
  40. package/build/es/src/bookings-v2-price-info-pricing.context.js.map +1 -0
  41. package/build/es/src/bookings-v2-price-info-pricing.http.d.ts +60 -0
  42. package/build/es/src/bookings-v2-price-info-pricing.http.js +180 -0
  43. package/build/es/src/bookings-v2-price-info-pricing.http.js.map +1 -0
  44. package/build/es/src/bookings-v2-price-info-pricing.meta.d.ts +14 -0
  45. package/build/es/src/bookings-v2-price-info-pricing.meta.js +38 -0
  46. package/build/es/src/bookings-v2-price-info-pricing.meta.js.map +1 -0
  47. package/build/es/src/bookings-v2-price-info-pricing.public.d.ts +73 -0
  48. package/build/es/src/bookings-v2-price-info-pricing.public.js +14 -0
  49. package/build/es/src/bookings-v2-price-info-pricing.public.js.map +1 -0
  50. package/build/es/src/bookings-v2-price-info-pricing.types.d.ts +773 -0
  51. package/build/es/src/bookings-v2-price-info-pricing.types.js +130 -0
  52. package/build/es/src/bookings-v2-price-info-pricing.types.js.map +1 -0
  53. package/build/es/src/bookings-v2-price-info-pricing.universal.d.ts +869 -0
  54. package/build/es/src/bookings-v2-price-info-pricing.universal.js +270 -0
  55. package/build/es/src/bookings-v2-price-info-pricing.universal.js.map +1 -0
  56. package/build/internal/cjs/index.d.ts +1 -0
  57. package/build/internal/cjs/index.js +18 -0
  58. package/build/internal/cjs/index.js.map +1 -0
  59. package/build/internal/cjs/index.typings.d.ts +1 -0
  60. package/build/internal/cjs/index.typings.js +18 -0
  61. package/build/internal/cjs/index.typings.js.map +1 -0
  62. package/build/internal/cjs/meta.d.ts +1 -0
  63. package/build/internal/cjs/meta.js +18 -0
  64. package/build/internal/cjs/meta.js.map +1 -0
  65. package/build/internal/cjs/src/bookings-v2-price-info-pricing.context.d.ts +6 -0
  66. package/build/internal/cjs/src/bookings-v2-price-info-pricing.context.js +18 -0
  67. package/build/internal/cjs/src/bookings-v2-price-info-pricing.context.js.map +1 -0
  68. package/build/internal/cjs/src/bookings-v2-price-info-pricing.http.d.ts +60 -0
  69. package/build/internal/cjs/src/bookings-v2-price-info-pricing.http.js +185 -0
  70. package/build/internal/cjs/src/bookings-v2-price-info-pricing.http.js.map +1 -0
  71. package/build/internal/cjs/src/bookings-v2-price-info-pricing.meta.d.ts +14 -0
  72. package/build/internal/cjs/src/bookings-v2-price-info-pricing.meta.js +66 -0
  73. package/build/internal/cjs/src/bookings-v2-price-info-pricing.meta.js.map +1 -0
  74. package/build/internal/cjs/src/bookings-v2-price-info-pricing.public.d.ts +73 -0
  75. package/build/internal/cjs/src/bookings-v2-price-info-pricing.public.js +28 -0
  76. package/build/internal/cjs/src/bookings-v2-price-info-pricing.public.js.map +1 -0
  77. package/build/internal/cjs/src/bookings-v2-price-info-pricing.types.d.ts +773 -0
  78. package/build/internal/cjs/src/bookings-v2-price-info-pricing.types.js +133 -0
  79. package/build/internal/cjs/src/bookings-v2-price-info-pricing.types.js.map +1 -0
  80. package/build/internal/cjs/src/bookings-v2-price-info-pricing.universal.d.ts +869 -0
  81. package/build/internal/cjs/src/bookings-v2-price-info-pricing.universal.js +298 -0
  82. package/build/internal/cjs/src/bookings-v2-price-info-pricing.universal.js.map +1 -0
  83. package/build/internal/es/index.d.ts +1 -0
  84. package/build/internal/es/index.js +2 -0
  85. package/build/internal/es/index.js.map +1 -0
  86. package/build/internal/es/index.typings.d.ts +1 -0
  87. package/build/internal/es/index.typings.js +2 -0
  88. package/build/internal/es/index.typings.js.map +1 -0
  89. package/build/internal/es/meta.d.ts +1 -0
  90. package/build/internal/es/meta.js +2 -0
  91. package/build/internal/es/meta.js.map +1 -0
  92. package/build/internal/es/src/bookings-v2-price-info-pricing.context.d.ts +6 -0
  93. package/build/internal/es/src/bookings-v2-price-info-pricing.context.js +6 -0
  94. package/build/internal/es/src/bookings-v2-price-info-pricing.context.js.map +1 -0
  95. package/build/internal/es/src/bookings-v2-price-info-pricing.http.d.ts +60 -0
  96. package/build/internal/es/src/bookings-v2-price-info-pricing.http.js +180 -0
  97. package/build/internal/es/src/bookings-v2-price-info-pricing.http.js.map +1 -0
  98. package/build/internal/es/src/bookings-v2-price-info-pricing.meta.d.ts +14 -0
  99. package/build/internal/es/src/bookings-v2-price-info-pricing.meta.js +38 -0
  100. package/build/internal/es/src/bookings-v2-price-info-pricing.meta.js.map +1 -0
  101. package/build/internal/es/src/bookings-v2-price-info-pricing.public.d.ts +73 -0
  102. package/build/internal/es/src/bookings-v2-price-info-pricing.public.js +14 -0
  103. package/build/internal/es/src/bookings-v2-price-info-pricing.public.js.map +1 -0
  104. package/build/internal/es/src/bookings-v2-price-info-pricing.types.d.ts +773 -0
  105. package/build/internal/es/src/bookings-v2-price-info-pricing.types.js +130 -0
  106. package/build/internal/es/src/bookings-v2-price-info-pricing.types.js.map +1 -0
  107. package/build/internal/es/src/bookings-v2-price-info-pricing.universal.d.ts +869 -0
  108. package/build/internal/es/src/bookings-v2-price-info-pricing.universal.js +270 -0
  109. package/build/internal/es/src/bookings-v2-price-info-pricing.universal.js.map +1 -0
  110. package/meta/package.json +3 -0
  111. package/package.json +52 -0
@@ -0,0 +1,14 @@
1
+ import * as ambassadorWixBookingsV2PriceInfoTypes from './bookings-v2-price-info-pricing.types.js';
2
+ import * as ambassadorWixBookingsV2PriceInfoUniversalTypes from './bookings-v2-price-info-pricing.universal.js';
3
+ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
+ getUrl: (context: any) => string;
5
+ httpMethod: K;
6
+ path: string;
7
+ pathParams: M;
8
+ __requestType: T;
9
+ __originalRequestType: S;
10
+ __responseType: Q;
11
+ __originalResponseType: R;
12
+ };
13
+ export declare function previewPrice(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsV2PriceInfoUniversalTypes.PreviewPriceRequest, ambassadorWixBookingsV2PriceInfoTypes.PreviewPriceRequest, ambassadorWixBookingsV2PriceInfoUniversalTypes.PreviewPriceResponse & ambassadorWixBookingsV2PriceInfoUniversalTypes.PreviewPriceResponseNonNullableFields, ambassadorWixBookingsV2PriceInfoTypes.PreviewPriceResponse & ambassadorWixBookingsV2PriceInfoTypes.PreviewPriceResponseNonNullableFields>;
14
+ export declare function calculatePrice(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsV2PriceInfoUniversalTypes.CalculatePriceRequest, ambassadorWixBookingsV2PriceInfoTypes.CalculatePriceRequest, ambassadorWixBookingsV2PriceInfoUniversalTypes.CalculatePriceResponse & ambassadorWixBookingsV2PriceInfoUniversalTypes.CalculatePriceResponseNonNullableFields, ambassadorWixBookingsV2PriceInfoTypes.CalculatePriceResponse & ambassadorWixBookingsV2PriceInfoTypes.CalculatePriceResponseNonNullableFields>;
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.calculatePrice = exports.previewPrice = void 0;
27
+ const ambassadorWixBookingsV2PriceInfo = __importStar(require("./bookings-v2-price-info-pricing.http.js"));
28
+ function previewPrice() {
29
+ const payload = {};
30
+ const getRequestOptions = ambassadorWixBookingsV2PriceInfo.previewPrice(payload);
31
+ const getUrl = (context) => {
32
+ const { url } = getRequestOptions(context);
33
+ return url;
34
+ };
35
+ return {
36
+ getUrl,
37
+ httpMethod: 'POST',
38
+ path: '/v2/pricing/preview',
39
+ pathParams: {},
40
+ __requestType: null,
41
+ __originalRequestType: null,
42
+ __responseType: null,
43
+ __originalResponseType: null,
44
+ };
45
+ }
46
+ exports.previewPrice = previewPrice;
47
+ function calculatePrice() {
48
+ const payload = {};
49
+ const getRequestOptions = ambassadorWixBookingsV2PriceInfo.calculatePrice(payload);
50
+ const getUrl = (context) => {
51
+ const { url } = getRequestOptions(context);
52
+ return url;
53
+ };
54
+ return {
55
+ getUrl,
56
+ httpMethod: 'POST',
57
+ path: '/v2/pricing/calculate',
58
+ pathParams: {},
59
+ __requestType: null,
60
+ __originalRequestType: null,
61
+ __responseType: null,
62
+ __originalResponseType: null,
63
+ };
64
+ }
65
+ exports.calculatePrice = calculatePrice;
66
+ //# sourceMappingURL=bookings-v2-price-info-pricing.meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-v2-price-info-pricing.meta.js","sourceRoot":"","sources":["../../../../src/bookings-v2-price-info-pricing.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2GAA6F;AAsB7F,SAAgB,YAAY;IAU1B,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEzD,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,qBAAqB;QAC3B,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,oCA8BC;AAED,SAAgB,cAAc;IAU5B,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;IAE3D,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,uBAAuB;QAC7B,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,wCA8BC"}
@@ -0,0 +1,73 @@
1
+ import { HttpClient } from '@wix/sdk-types';
2
+ import { Booking, BookingLineItem, CalculatePriceResponse, CalculatePriceResponseNonNullableFields, PreviewPriceResponse, PreviewPriceResponseNonNullableFields } from './bookings-v2-price-info-pricing.universal.js';
3
+ export declare const __metadata: {
4
+ PACKAGE_NAME: string;
5
+ };
6
+ export declare function previewPrice(httpClient: HttpClient): PreviewPriceSignature;
7
+ interface PreviewPriceSignature {
8
+ /**
9
+ * Previews the base price for a set of line items belonging to the same service
10
+ * before a potential booking is actually created.
11
+ *
12
+ *
13
+ *
14
+ * The returned price preview information about each line
15
+ * item's price and sums up each line item's price.
16
+ *
17
+ * The previewed price is not the actual price that will be used to charge the customer.
18
+ * `Preview Price` only estimates the base price by adding up the price
19
+ * of each line item before
20
+ * the booking is actually created.
21
+ *
22
+ * Use [`Calculate Price`](https://www.wix.com/velo/reference/wix-bookings-v2/pricing/calculateprice) to get the base price
23
+ * after the booking is created.
24
+ *
25
+ * Passing line items that belong to different services results in an error.
26
+ *
27
+ * ## Calculating the previewed price
28
+ *
29
+ * Wix Bookings has its own default pricing logic for previewing the price. You must
30
+ * pass the `serviceId` in the `slot`
31
+ * or `schedule` object to `previewPrice()`.
32
+ *
33
+ * You cannot call `previewPrice()` if you have customized Bookings pricing logic using the
34
+ * [BookingsCustomPricing](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/service-plugins-spis/bookings-custom-pricing/introduction) service plugin. Calling `previewPrice` if custom pricing
35
+ * logic has been implemented for the site results in an error.
36
+ * @param - List of line items to preview the price for.
37
+ */
38
+ (bookingLineItems: BookingLineItem[]): Promise<PreviewPriceResponse & PreviewPriceResponseNonNullableFields>;
39
+ }
40
+ export declare function calculatePrice(httpClient: HttpClient): CalculatePriceSignature;
41
+ interface CalculatePriceSignature {
42
+ /**
43
+ * Calculates the base price of a booking.
44
+ *
45
+ *
46
+ *
47
+ * You can call `calculatePrice()` after a booking is created. The returned calculated price includes information about each line
48
+ * item's price and the booking's total price.
49
+ *
50
+ * You can use `previewPrice()` to get the base price
51
+ * before a booking is created.
52
+ *
53
+ * The calculated price is the base price that will be used as a basis for charging the customer.
54
+ * During checkout, additional taxes
55
+ * and fees might be added to this base price.
56
+ *
57
+ * ## Calculating the price
58
+ *
59
+ * Wix Bookings has its own default pricing logic for calculating the price. When
60
+ * using Wix Bookings' default pricing logic, you must pass the `serviceId` in the `slot`
61
+ * or `schedule` object to `calculatePrice()`.
62
+ *
63
+ * Alternatively you can customize the pricing logic using the
64
+ * [BookingsCustomPricing](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/service-plugins-spis/bookings-custom-pricing/introduction) service plugin.
65
+ * If you integrate with a pricing provider, the customized pricing logic becomes
66
+ * the default logic. This means that, if the Custom Pricing service plugin is implemented,
67
+ * when calling `calculatePrice()`,
68
+ * the customized logic is used instead.
69
+ * @param - Booking to calculate the price for.
70
+ */
71
+ (booking: Booking): Promise<CalculatePriceResponse & CalculatePriceResponseNonNullableFields>;
72
+ }
73
+ export { Actor, Address, AddressLocation, AddressStreetOneOf, BookedEntity, BookedEntityItemOneOf, BookedResource, BookedSchedule, BookedSlot, Booking, BookingLineItem, BookingParticipantsInfoOneOf, BookingSource, BookingStatus, CalculatePriceRequest, CalculatePriceResponse, CalculatePriceResponseNonNullableFields, ContactDetails, CustomFormField, Duration, ExtendedFields, FlowControlSettings, IdentificationData, IdentificationDataIdOneOf, IdentityType, Location, LocationType, MultiServiceBookingInfo, MultiServiceBookingType, ParticipantChoices, ParticipantNotification, PaymentStatus, Platform, PreviewPriceRequest, PreviewPriceResponse, PreviewPriceResponseNonNullableFields, PriceDescriptionInfo, PriceInfo, PriceInfoTotalPriceOneOf, SelectedPaymentOption, ServiceChoice, ServiceChoiceChoiceOneOf, ServiceChoices, StreetAddress, Subdivision, ValueType, } from './bookings-v2-price-info-pricing.universal.js';
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ValueType = exports.SelectedPaymentOption = exports.Platform = exports.PaymentStatus = exports.MultiServiceBookingType = exports.LocationType = exports.IdentityType = exports.BookingStatus = exports.Actor = exports.calculatePrice = exports.previewPrice = exports.__metadata = void 0;
4
+ const bookings_v2_price_info_pricing_universal_js_1 = require("./bookings-v2-price-info-pricing.universal.js");
5
+ exports.__metadata = { PACKAGE_NAME: '@wix/bookings' };
6
+ function previewPrice(httpClient) {
7
+ return (bookingLineItems) => (0, bookings_v2_price_info_pricing_universal_js_1.previewPrice)(bookingLineItems,
8
+ // @ts-ignore
9
+ { httpClient });
10
+ }
11
+ exports.previewPrice = previewPrice;
12
+ function calculatePrice(httpClient) {
13
+ return (booking) => (0, bookings_v2_price_info_pricing_universal_js_1.calculatePrice)(booking,
14
+ // @ts-ignore
15
+ { httpClient });
16
+ }
17
+ exports.calculatePrice = calculatePrice;
18
+ var bookings_v2_price_info_pricing_universal_js_2 = require("./bookings-v2-price-info-pricing.universal.js");
19
+ Object.defineProperty(exports, "Actor", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.Actor; } });
20
+ Object.defineProperty(exports, "BookingStatus", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.BookingStatus; } });
21
+ Object.defineProperty(exports, "IdentityType", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.IdentityType; } });
22
+ Object.defineProperty(exports, "LocationType", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.LocationType; } });
23
+ Object.defineProperty(exports, "MultiServiceBookingType", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.MultiServiceBookingType; } });
24
+ Object.defineProperty(exports, "PaymentStatus", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.PaymentStatus; } });
25
+ Object.defineProperty(exports, "Platform", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.Platform; } });
26
+ Object.defineProperty(exports, "SelectedPaymentOption", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.SelectedPaymentOption; } });
27
+ Object.defineProperty(exports, "ValueType", { enumerable: true, get: function () { return bookings_v2_price_info_pricing_universal_js_2.ValueType; } });
28
+ //# sourceMappingURL=bookings-v2-price-info-pricing.public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-v2-price-info-pricing.public.js","sourceRoot":"","sources":["../../../../src/bookings-v2-price-info-pricing.public.ts"],"names":[],"mappings":";;;AACA,+GASuD;AAE1C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,YAAY,CAAC,UAAsB;IACjD,OAAO,CAAC,gBAAmC,EAAE,EAAE,CAC7C,IAAA,0DAAqB,EACnB,gBAAgB;IAChB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,oCAOC;AAsCD,SAAgB,cAAc,CAC5B,UAAsB;IAEtB,OAAO,CAAC,OAAgB,EAAE,EAAE,CAC1B,IAAA,4DAAuB,EACrB,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,wCASC;AAqCD,6GA+CuD;AA9CrD,oIAAA,KAAK,OAAA;AAaL,4IAAA,aAAa,OAAA;AAWb,2IAAA,YAAY,OAAA;AAEZ,2IAAA,YAAY,OAAA;AAEZ,sJAAA,uBAAuB,OAAA;AAGvB,4IAAA,aAAa,OAAA;AACb,uIAAA,QAAQ,OAAA;AAOR,oJAAA,qBAAqB,OAAA;AAMrB,wIAAA,SAAS,OAAA"}