@escapenavigator/types 1.10.97 → 1.10.98
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/constants/navigator-certificate-nominals-by-country.js +1 -1
- package/dist/navigator-certificate/create-navigator-certificate-sale.dto.d.ts +0 -3
- package/dist/navigator-certificate/create-navigator-certificate-sale.dto.js +0 -18
- package/dist/navigator-certificate/navigator-certificate-sale.ro.d.ts +0 -3
- package/dist/navigator-certificate/navigator-certificate-sale.ro.js +0 -12
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.navigatorCertificateNominalsByCountry = exports.navigatorCertificatePricingByCountry = void 0;
|
|
4
4
|
const countries_enum_1 = require("../shared/enum/countries.enum");
|
|
5
5
|
const pricingEUR = {
|
|
6
|
-
nominals: [5000, 10000,
|
|
6
|
+
nominals: [2500, 5000, 7500, 10000, 12500, 15000],
|
|
7
7
|
deliveryPrice: 700,
|
|
8
8
|
};
|
|
9
9
|
const pricingUSD = {
|
|
@@ -11,9 +11,6 @@ export declare class CreateNavigatorCertificateSaleDto {
|
|
|
11
11
|
surname: string;
|
|
12
12
|
email: string;
|
|
13
13
|
phone: string;
|
|
14
|
-
deliveryName: string;
|
|
15
|
-
deliverySurname: string;
|
|
16
|
-
deliveryPhone: string;
|
|
17
14
|
deliveryAddress: string;
|
|
18
15
|
deliveryCity: string;
|
|
19
16
|
deliveryPostcode: string;
|
|
@@ -68,24 +68,6 @@ __decorate([
|
|
|
68
68
|
(0, class_transformer_1.Expose)(),
|
|
69
69
|
__metadata("design:type", String)
|
|
70
70
|
], CreateNavigatorCertificateSaleDto.prototype, "phone", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, class_validator_1.ValidateIf)((o) => o.type !== navigator_certificate_type_enum_1.NavigatorCertificateTypeEnum.ELECTRONIC),
|
|
73
|
-
(0, is_not_blank_1.IsNotBlank)(),
|
|
74
|
-
(0, class_transformer_1.Expose)(),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], CreateNavigatorCertificateSaleDto.prototype, "deliveryName", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, class_validator_1.ValidateIf)((o) => o.type !== navigator_certificate_type_enum_1.NavigatorCertificateTypeEnum.ELECTRONIC),
|
|
79
|
-
(0, is_not_blank_1.IsNotBlank)(),
|
|
80
|
-
(0, class_transformer_1.Expose)(),
|
|
81
|
-
__metadata("design:type", String)
|
|
82
|
-
], CreateNavigatorCertificateSaleDto.prototype, "deliverySurname", void 0);
|
|
83
|
-
__decorate([
|
|
84
|
-
(0, class_validator_1.ValidateIf)((o) => o.type !== navigator_certificate_type_enum_1.NavigatorCertificateTypeEnum.ELECTRONIC),
|
|
85
|
-
(0, is_not_blank_1.IsNotBlank)(),
|
|
86
|
-
(0, class_transformer_1.Expose)(),
|
|
87
|
-
__metadata("design:type", String)
|
|
88
|
-
], CreateNavigatorCertificateSaleDto.prototype, "deliveryPhone", void 0);
|
|
89
71
|
__decorate([
|
|
90
72
|
(0, class_validator_1.ValidateIf)((o) => o.type !== navigator_certificate_type_enum_1.NavigatorCertificateTypeEnum.ELECTRONIC),
|
|
91
73
|
(0, is_not_blank_1.IsNotBlank)(),
|
|
@@ -33,9 +33,6 @@ export declare class NavigatorCertificateSaleRO extends RO {
|
|
|
33
33
|
redeemQuestroomStripeAcc: string | null;
|
|
34
34
|
stripeComission: number | null;
|
|
35
35
|
navigatorComission: number | null;
|
|
36
|
-
deliveryName: string;
|
|
37
|
-
deliverySurname: string;
|
|
38
|
-
deliveryPhone: string;
|
|
39
36
|
deliveryAddress: string;
|
|
40
37
|
deliveryComment: string;
|
|
41
38
|
deliveryHouse: string;
|
|
@@ -131,18 +131,6 @@ __decorate([
|
|
|
131
131
|
(0, class_transformer_1.Expose)(),
|
|
132
132
|
__metadata("design:type", Number)
|
|
133
133
|
], NavigatorCertificateSaleRO.prototype, "navigatorComission", void 0);
|
|
134
|
-
__decorate([
|
|
135
|
-
(0, class_transformer_1.Expose)(),
|
|
136
|
-
__metadata("design:type", String)
|
|
137
|
-
], NavigatorCertificateSaleRO.prototype, "deliveryName", void 0);
|
|
138
|
-
__decorate([
|
|
139
|
-
(0, class_transformer_1.Expose)(),
|
|
140
|
-
__metadata("design:type", String)
|
|
141
|
-
], NavigatorCertificateSaleRO.prototype, "deliverySurname", void 0);
|
|
142
|
-
__decorate([
|
|
143
|
-
(0, class_transformer_1.Expose)(),
|
|
144
|
-
__metadata("design:type", String)
|
|
145
|
-
], NavigatorCertificateSaleRO.prototype, "deliveryPhone", void 0);
|
|
146
134
|
__decorate([
|
|
147
135
|
(0, class_transformer_1.Expose)(),
|
|
148
136
|
__metadata("design:type", String)
|