@escapenavigator/types 1.9.18 → 1.9.19
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ProfileCurrencyEnum } from '../../profile/enum/profile-currency';
|
|
2
2
|
import { WidgetStyleEnum } from '../../profile/widget-customization/enum/widget-style.enum';
|
|
3
3
|
import { WidgetViewEnum } from '../../profile/widget-customization/enum/widget-view.enum';
|
|
4
|
+
import { CountriesEnum } from '../../shared/enum/countries.enum';
|
|
4
5
|
import { Languages } from '../../shared/enum/languages.enum';
|
|
5
6
|
import { WidgetBookingFiledEnum } from '../../widget/enum/widget-booking-filed.enum';
|
|
6
7
|
import { WidgetTypeEnum } from '../../widget/enum/widget-type.enum';
|
|
@@ -27,6 +28,7 @@ declare class Mailchimp {
|
|
|
27
28
|
declare class Profile {
|
|
28
29
|
id: number;
|
|
29
30
|
phoneForCustomers: string;
|
|
31
|
+
country: CountriesEnum;
|
|
30
32
|
bookingFields: WidgetBookingFiledEnum[];
|
|
31
33
|
agreementLink: string;
|
|
32
34
|
availableLanguages: Languages[];
|
|
@@ -16,6 +16,7 @@ const currency_by_country_1 = require("../../constants/currency-by-country");
|
|
|
16
16
|
const profile_currency_1 = require("../../profile/enum/profile-currency");
|
|
17
17
|
const widget_style_enum_1 = require("../../profile/widget-customization/enum/widget-style.enum");
|
|
18
18
|
const widget_view_enum_1 = require("../../profile/widget-customization/enum/widget-view.enum");
|
|
19
|
+
const countries_enum_1 = require("../../shared/enum/countries.enum");
|
|
19
20
|
const languages_enum_1 = require("../../shared/enum/languages.enum");
|
|
20
21
|
const widget_type_enum_1 = require("../../widget/enum/widget-type.enum");
|
|
21
22
|
const openapi_certificate_template_ro_1 = require("../certificates/openapi-certificate-template.ro");
|
|
@@ -82,6 +83,10 @@ __decorate([
|
|
|
82
83
|
(0, class_transformer_1.Expose)(),
|
|
83
84
|
__metadata("design:type", String)
|
|
84
85
|
], Profile.prototype, "phoneForCustomers", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, class_transformer_1.Expose)(),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], Profile.prototype, "country", void 0);
|
|
85
90
|
__decorate([
|
|
86
91
|
(0, class_transformer_1.Expose)(),
|
|
87
92
|
__metadata("design:type", Array)
|