@escapenavigator/types 1.6.84 → 1.6.85
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/openapi/widget/openapi-widget-info.ro.d.ts +4 -0
- package/dist/openapi/widget/openapi-widget-info.ro.js +10 -0
- package/dist/profile/admin-profile.ro.d.ts +1 -0
- package/dist/profile/admin-profile.ro.js +4 -0
- package/dist/profile/create-profile.dto.d.ts +1 -0
- package/dist/profile/create-profile.dto.js +5 -0
- package/dist/profile/email/email-campaign.ro.d.ts +1 -0
- package/dist/profile/email/email-campaign.ro.js +4 -0
- package/dist/profile/query-admin-profile.dto.d.ts +2 -0
- package/dist/profile/query-admin-profile.dto.js +8 -0
- package/dist/profile/widget-customization/enum/widget-style.enum.d.ts +4 -0
- package/dist/profile/widget-customization/enum/widget-style.enum.js +8 -0
- package/dist/profile/widget-customization/enum/widget-view.enum.d.ts +4 -0
- package/dist/profile/widget-customization/enum/widget-view.enum.js +8 -0
- package/dist/profile/widget-customization/update-widget-customization.dto.d.ts +4 -0
- package/dist/profile/widget-customization/update-widget-customization.dto.js +12 -0
- package/dist/profile/widget-customization/widget-customization.ro.d.ts +4 -0
- package/dist/profile/widget-customization/widget-customization.ro.js +10 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { ProfileCurrencyEnum } from '../../profile/enum/profile-currency';
|
|
2
|
+
import { WidgetStyleEnum } from '../../profile/widget-customization/enum/widget-style.enum';
|
|
3
|
+
import { WidgetViewEnum } from '../../profile/widget-customization/enum/widget-view.enum';
|
|
2
4
|
import { Languages } from '../../shared/enum/languages.enum';
|
|
3
5
|
import { WidgetBookingFiledEnum } from '../../widget/enum/widget-booking-filed.enum';
|
|
4
6
|
import { WidgetTypeEnum } from '../../widget/enum/widget-type.enum';
|
|
@@ -10,6 +12,8 @@ declare class Customization {
|
|
|
10
12
|
showWrapper: boolean;
|
|
11
13
|
showOtherQuests: boolean;
|
|
12
14
|
mainColor: string;
|
|
15
|
+
style: WidgetStyleEnum;
|
|
16
|
+
view: WidgetViewEnum;
|
|
13
17
|
}
|
|
14
18
|
declare class MailchimpLocale {
|
|
15
19
|
text: string;
|
|
@@ -14,6 +14,8 @@ exports.OpenapiWidgetInfoRO = void 0;
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const currency_by_country_1 = require("../../constants/currency-by-country");
|
|
16
16
|
const profile_currency_1 = require("../../profile/enum/profile-currency");
|
|
17
|
+
const widget_style_enum_1 = require("../../profile/widget-customization/enum/widget-style.enum");
|
|
18
|
+
const widget_view_enum_1 = require("../../profile/widget-customization/enum/widget-view.enum");
|
|
17
19
|
const languages_enum_1 = require("../../shared/enum/languages.enum");
|
|
18
20
|
const widget_type_enum_1 = require("../../widget/enum/widget-type.enum");
|
|
19
21
|
const openapi_certificate_template_ro_1 = require("../certificates/openapi-certificate-template.ro");
|
|
@@ -37,6 +39,14 @@ __decorate([
|
|
|
37
39
|
(0, class_transformer_1.Expose)(),
|
|
38
40
|
__metadata("design:type", String)
|
|
39
41
|
], Customization.prototype, "mainColor", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], Customization.prototype, "style", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_transformer_1.Expose)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], Customization.prototype, "view", void 0);
|
|
40
50
|
class MailchimpLocale {
|
|
41
51
|
}
|
|
42
52
|
__decorate([
|
|
@@ -16,6 +16,7 @@ declare class History {
|
|
|
16
16
|
export declare class AdminProfileRO {
|
|
17
17
|
history: History[];
|
|
18
18
|
partnerProgram: PartnerProgramEnum;
|
|
19
|
+
lastEmailSendId: string;
|
|
19
20
|
subscriptionStatus: ProfileSubscriptionEnum;
|
|
20
21
|
crmVerification: CrmVerificationEnum;
|
|
21
22
|
subscriptionType: ProfileSubscriptionTypeEnum;
|
|
@@ -50,6 +50,10 @@ __decorate([
|
|
|
50
50
|
(0, class_transformer_1.Expose)(),
|
|
51
51
|
__metadata("design:type", String)
|
|
52
52
|
], AdminProfileRO.prototype, "partnerProgram", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_transformer_1.Expose)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], AdminProfileRO.prototype, "lastEmailSendId", void 0);
|
|
53
57
|
__decorate([
|
|
54
58
|
(0, class_transformer_1.Expose)(),
|
|
55
59
|
__metadata("design:type", String)
|
|
@@ -46,6 +46,11 @@ __decorate([
|
|
|
46
46
|
(0, class_transformer_1.Expose)(),
|
|
47
47
|
__metadata("design:type", String)
|
|
48
48
|
], CreateProfileDto.prototype, "site", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
|
+
(0, class_transformer_1.Expose)(),
|
|
52
|
+
__metadata("design:type", String)
|
|
53
|
+
], CreateProfileDto.prototype, "lastEmailSendId", void 0);
|
|
49
54
|
__decorate([
|
|
50
55
|
(0, class_validator_1.IsOptional)(),
|
|
51
56
|
(0, class_transformer_1.Expose)(),
|
|
@@ -25,6 +25,10 @@ __decorate([
|
|
|
25
25
|
(0, class_transformer_1.Expose)(),
|
|
26
26
|
__metadata("design:type", String)
|
|
27
27
|
], EmailCampaignRO.prototype, "title", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], EmailCampaignRO.prototype, "total", void 0);
|
|
28
32
|
__decorate([
|
|
29
33
|
(0, class_transformer_1.Expose)(),
|
|
30
34
|
__metadata("design:type", Number)
|
|
@@ -46,6 +46,14 @@ __decorate([
|
|
|
46
46
|
(0, class_transformer_1.Expose)(),
|
|
47
47
|
__metadata("design:type", String)
|
|
48
48
|
], QueryAdminProfileDto.prototype, "crm", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], QueryAdminProfileDto.prototype, "lastEmailSendId", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_transformer_1.Expose)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], QueryAdminProfileDto.prototype, "notlastEmailSendId", void 0);
|
|
49
57
|
__decorate([
|
|
50
58
|
(0, class_transformer_1.Expose)(),
|
|
51
59
|
__metadata("design:type", String)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetStyleEnum = void 0;
|
|
4
|
+
var WidgetStyleEnum;
|
|
5
|
+
(function (WidgetStyleEnum) {
|
|
6
|
+
WidgetStyleEnum["CONSERVATIVE"] = "conservative";
|
|
7
|
+
WidgetStyleEnum["BRGHT"] = "bright";
|
|
8
|
+
})(WidgetStyleEnum = exports.WidgetStyleEnum || (exports.WidgetStyleEnum = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetViewEnum = void 0;
|
|
4
|
+
var WidgetViewEnum;
|
|
5
|
+
(function (WidgetViewEnum) {
|
|
6
|
+
WidgetViewEnum["ROWS"] = "rows";
|
|
7
|
+
WidgetViewEnum["COLUMNS"] = "columns";
|
|
8
|
+
})(WidgetViewEnum = exports.WidgetViewEnum || (exports.WidgetViewEnum = {}));
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { WidgetStyleEnum } from './enum/widget-style.enum';
|
|
2
|
+
import { WidgetViewEnum } from './enum/widget-view.enum';
|
|
1
3
|
export declare class UpdateWidgetCustomizationDto {
|
|
2
4
|
showBookedSlots: boolean;
|
|
3
5
|
showWrapper: boolean;
|
|
6
|
+
style: WidgetStyleEnum;
|
|
7
|
+
view: WidgetViewEnum;
|
|
4
8
|
showOtherQuests: boolean;
|
|
5
9
|
mainColor: string;
|
|
6
10
|
}
|
|
@@ -12,6 +12,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.UpdateWidgetCustomizationDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
|
+
const widget_style_enum_1 = require("./enum/widget-style.enum");
|
|
16
|
+
const widget_view_enum_1 = require("./enum/widget-view.enum");
|
|
15
17
|
class UpdateWidgetCustomizationDto {
|
|
16
18
|
}
|
|
17
19
|
__decorate([
|
|
@@ -24,6 +26,16 @@ __decorate([
|
|
|
24
26
|
(0, class_transformer_1.Expose)(),
|
|
25
27
|
__metadata("design:type", Boolean)
|
|
26
28
|
], UpdateWidgetCustomizationDto.prototype, "showWrapper", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsEnum)(widget_style_enum_1.WidgetStyleEnum),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], UpdateWidgetCustomizationDto.prototype, "style", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsEnum)(widget_view_enum_1.WidgetViewEnum),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], UpdateWidgetCustomizationDto.prototype, "view", void 0);
|
|
27
39
|
__decorate([
|
|
28
40
|
(0, class_validator_1.IsBoolean)(),
|
|
29
41
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { WidgetStyleEnum } from './enum/widget-style.enum';
|
|
2
|
+
import { WidgetViewEnum } from './enum/widget-view.enum';
|
|
1
3
|
export declare class WidgetCustomizationRO {
|
|
2
4
|
showBookedSlots: boolean;
|
|
3
5
|
showWrapper: boolean;
|
|
4
6
|
showOtherQuests: boolean;
|
|
5
7
|
mainColor: string;
|
|
8
|
+
style: WidgetStyleEnum;
|
|
9
|
+
view: WidgetViewEnum;
|
|
6
10
|
}
|
|
@@ -11,6 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.WidgetCustomizationRO = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const widget_style_enum_1 = require("./enum/widget-style.enum");
|
|
15
|
+
const widget_view_enum_1 = require("./enum/widget-view.enum");
|
|
14
16
|
class WidgetCustomizationRO {
|
|
15
17
|
}
|
|
16
18
|
__decorate([
|
|
@@ -29,4 +31,12 @@ __decorate([
|
|
|
29
31
|
(0, class_transformer_1.Expose)(),
|
|
30
32
|
__metadata("design:type", String)
|
|
31
33
|
], WidgetCustomizationRO.prototype, "mainColor", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], WidgetCustomizationRO.prototype, "style", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], WidgetCustomizationRO.prototype, "view", void 0);
|
|
32
42
|
exports.WidgetCustomizationRO = WidgetCustomizationRO;
|