@escapenavigator/types 1.10.126 → 1.10.127
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/dist/balance/balance-item.ro.d.ts +2 -0
- package/dist/balance/balance-item.ro.js +8 -0
- package/dist/openapi/orders/openapi-order-for-order-service.ro.d.ts +1 -0
- package/dist/openapi/orders/openapi-order-for-order-service.ro.js +4 -0
- package/dist/openapi/widget/openapi-widget-info.ro.d.ts +2 -1
- package/dist/openapi/widget/openapi-widget-info.ro.js +5 -1
- package/dist/order/waivers/order-to-sign.ro.d.ts +2 -0
- package/dist/order/waivers/order-to-sign.ro.js +8 -0
- package/dist/profile/widget-customization/update-widget-customization.dto.d.ts +1 -1
- package/dist/profile/widget-customization/update-widget-customization.dto.js +1 -1
- package/dist/profile/widget-customization/widget-customization.ro.d.ts +1 -1
- package/dist/profile/widget-customization/widget-customization.ro.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/widget/create-widget.dto.d.ts +1 -0
- package/dist/widget/create-widget.dto.js +15 -2
- package/dist/widget/widget.ro.d.ts +1 -0
- package/package.json +2 -2
|
@@ -2,6 +2,8 @@ import { RO } from '../shared/ro-class';
|
|
|
2
2
|
import { BalanceItemTypeEnum } from './balance-item-type.enum';
|
|
3
3
|
export declare class BalanceItemRO extends RO {
|
|
4
4
|
orderId?: number;
|
|
5
|
+
groupId?: number;
|
|
6
|
+
certificatesaleId?: number;
|
|
5
7
|
aggregatorOrderId?: number;
|
|
6
8
|
amount: number;
|
|
7
9
|
oldTotal: number;
|
|
@@ -20,6 +20,14 @@ __decorate([
|
|
|
20
20
|
(0, class_transformer_1.Expose)(),
|
|
21
21
|
__metadata("design:type", Number)
|
|
22
22
|
], BalanceItemRO.prototype, "orderId", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], BalanceItemRO.prototype, "groupId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], BalanceItemRO.prototype, "certificatesaleId", void 0);
|
|
23
31
|
__decorate([
|
|
24
32
|
(0, class_transformer_1.Expose)(),
|
|
25
33
|
__metadata("design:type", Number)
|
|
@@ -54,6 +54,10 @@ __decorate([
|
|
|
54
54
|
(0, class_transformer_1.Expose)(),
|
|
55
55
|
__metadata("design:type", String)
|
|
56
56
|
], Profile.prototype, "title", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_transformer_1.Expose)(),
|
|
59
|
+
__metadata("design:type", String)
|
|
60
|
+
], Profile.prototype, "logo", void 0);
|
|
57
61
|
__decorate([
|
|
58
62
|
(0, class_transformer_1.Expose)(),
|
|
59
63
|
__metadata("design:type", Array)
|
|
@@ -13,7 +13,7 @@ import { OpenapiUpsellingRO } from '../upsellings/openapi-upselling.ro';
|
|
|
13
13
|
declare class Customization {
|
|
14
14
|
showBookedSlots: boolean;
|
|
15
15
|
showWrapper: boolean;
|
|
16
|
-
|
|
16
|
+
showPricesInSchedule: boolean;
|
|
17
17
|
showCertificatesButton: boolean;
|
|
18
18
|
mainColor: string;
|
|
19
19
|
style: WidgetStyleEnum;
|
|
@@ -78,6 +78,7 @@ export declare class OpenapiWidgetInfoRO {
|
|
|
78
78
|
mailchimp?: string | Mailchimp;
|
|
79
79
|
daysAhead?: number;
|
|
80
80
|
buttonTooltipText?: string;
|
|
81
|
+
showOtherQuests?: boolean;
|
|
81
82
|
/**
|
|
82
83
|
* Bearer-токен для protected widget endpoints. Эквивалентен значению
|
|
83
84
|
* `widget-token` cookie (та же подпись и payload) и нужен для случаев,
|
|
@@ -37,7 +37,7 @@ __decorate([
|
|
|
37
37
|
__decorate([
|
|
38
38
|
(0, class_transformer_1.Expose)(),
|
|
39
39
|
__metadata("design:type", Boolean)
|
|
40
|
-
], Customization.prototype, "
|
|
40
|
+
], Customization.prototype, "showPricesInSchedule", void 0);
|
|
41
41
|
__decorate([
|
|
42
42
|
(0, class_transformer_1.Expose)(),
|
|
43
43
|
__metadata("design:type", Boolean)
|
|
@@ -245,6 +245,10 @@ __decorate([
|
|
|
245
245
|
(0, class_transformer_1.Expose)(),
|
|
246
246
|
__metadata("design:type", String)
|
|
247
247
|
], OpenapiWidgetInfoRO.prototype, "buttonTooltipText", void 0);
|
|
248
|
+
__decorate([
|
|
249
|
+
(0, class_transformer_1.Expose)(),
|
|
250
|
+
__metadata("design:type", Boolean)
|
|
251
|
+
], OpenapiWidgetInfoRO.prototype, "showOtherQuests", void 0);
|
|
248
252
|
__decorate([
|
|
249
253
|
(0, class_transformer_1.Expose)(),
|
|
250
254
|
__metadata("design:type", String)
|
|
@@ -87,6 +87,14 @@ __decorate([
|
|
|
87
87
|
(0, class_transformer_1.Expose)(),
|
|
88
88
|
__metadata("design:type", Number)
|
|
89
89
|
], OrderForSignRO.prototype, "profileId", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, class_transformer_1.Expose)(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], OrderForSignRO.prototype, "profileTitle", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, class_transformer_1.Expose)(),
|
|
96
|
+
__metadata("design:type", String)
|
|
97
|
+
], OrderForSignRO.prototype, "profileLogo", void 0);
|
|
90
98
|
__decorate([
|
|
91
99
|
(0, class_transformer_1.Expose)(),
|
|
92
100
|
__metadata("design:type", String)
|
|
@@ -6,7 +6,7 @@ export declare class UpdateWidgetCustomizationDto {
|
|
|
6
6
|
showWrapper: boolean;
|
|
7
7
|
style: WidgetStyleEnum;
|
|
8
8
|
view: WidgetViewEnum;
|
|
9
|
-
|
|
9
|
+
showPricesInSchedule: boolean;
|
|
10
10
|
showCertificatesButton: boolean;
|
|
11
11
|
mainColor: string;
|
|
12
12
|
roundness: WidgetRoundnessEnum;
|
|
@@ -42,7 +42,7 @@ __decorate([
|
|
|
42
42
|
(0, class_validator_1.IsBoolean)(),
|
|
43
43
|
(0, class_transformer_1.Expose)(),
|
|
44
44
|
__metadata("design:type", Boolean)
|
|
45
|
-
], UpdateWidgetCustomizationDto.prototype, "
|
|
45
|
+
], UpdateWidgetCustomizationDto.prototype, "showPricesInSchedule", void 0);
|
|
46
46
|
__decorate([
|
|
47
47
|
(0, class_validator_1.IsBoolean)(),
|
|
48
48
|
(0, class_transformer_1.Expose)(),
|
|
@@ -4,7 +4,7 @@ import { WidgetViewEnum } from './enum/widget-view.enum';
|
|
|
4
4
|
export declare class WidgetCustomizationRO {
|
|
5
5
|
showBookedSlots: boolean;
|
|
6
6
|
showWrapper: boolean;
|
|
7
|
-
|
|
7
|
+
showPricesInSchedule: boolean;
|
|
8
8
|
showCertificatesButton: boolean;
|
|
9
9
|
mainColor: string;
|
|
10
10
|
style: WidgetStyleEnum;
|
|
@@ -28,7 +28,7 @@ __decorate([
|
|
|
28
28
|
__decorate([
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", Boolean)
|
|
31
|
-
], WidgetCustomizationRO.prototype, "
|
|
31
|
+
], WidgetCustomizationRO.prototype, "showPricesInSchedule", void 0);
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, class_transformer_1.Expose)(),
|
|
34
34
|
__metadata("design:type", Boolean)
|