@escapenavigator/types 1.4.77 → 1.4.79
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/agregator/agregator-questroom-card.ro.d.ts +0 -1
- package/dist/agregator/agregator-questroom.ro.d.ts +3 -2
- package/dist/location/location.ro.d.ts +1 -1
- package/dist/location/verify-locations.dto.d.ts +4 -0
- package/dist/location/verify-locations.dto.js +26 -0
- package/dist/profile/create-profile.dto.d.ts +0 -3
- package/dist/profile/create-profile.dto.js +0 -15
- package/dist/profile/enum/profile-type.enum.d.ts +9 -0
- package/dist/profile/enum/profile-type.enum.js +13 -0
- package/dist/profile/invite-after-verification.dto.d.ts +4 -0
- package/dist/profile/invite-after-verification.dto.js +28 -0
- package/dist/profile/profile-for-verification.dto.d.ts +3 -0
- package/dist/profile/profile-for-verification.dto.js +22 -0
- package/dist/profile/profile-for-verification.ro.d.ts +4 -0
- package/dist/profile/profile-for-verification.ro.js +2 -0
- package/dist/profile/profile.ro.d.ts +2 -4
- package/dist/questroom/agregator-questroom.ro.d.ts +0 -1
- package/dist/questroom/create-questroom.dto.d.ts +3 -2
- package/dist/questroom/create-questroom.dto.js +13 -12
- package/dist/questroom/enum/questroom-actors.enum.d.ts +5 -0
- package/dist/questroom/enum/questroom-actors.enum.js +9 -0
- package/dist/questroom/questroom-by-title.dto.d.ts +5 -0
- package/dist/questroom/questroom-by-title.dto.js +29 -0
- package/dist/questroom/questroom-by-title.ro.d.ts +10 -0
- package/dist/questroom/questroom-by-title.ro.js +2 -0
- package/dist/questroom/questroom.ro.d.ts +4 -3
- package/dist/questroom/verify-questrooms.dto.d.ts +4 -0
- package/dist/questroom/verify-questrooms.dto.js +24 -0
- package/dist/shared/enum/tags.enum.d.ts +21 -9
- package/dist/shared/enum/tags.enum.js +19 -7
- package/dist/slot/change-template-slots-form.dto.d.ts +13 -0
- package/dist/slot/change-template-slots-form.dto.js +78 -0
- package/dist/slot/create-slot-form.dto.d.ts +16 -0
- package/dist/slot/create-slot-form.dto.js +93 -0
- package/dist/slot/create-slot.dto.d.ts +0 -9
- package/dist/slot/create-slot.dto.js +3 -53
- package/dist/slot/{slot-autocomplite.dto.d.ts → slot-autocomplite-form.dto.d.ts} +1 -1
- package/dist/slot/{slot-autocomplite.dto.js → slot-autocomplite-form.dto.js} +16 -16
- package/dist/slot/slot.ro.d.ts +4 -0
- package/dist/slot-rule/create-rule.dto.js +1 -0
- package/dist/slot-rule/defailt-rule.d.ts +1 -0
- package/dist/slot-rule/defailt-rule.js +1 -0
- package/dist/slot-template/copy-template.dto.d.ts +3 -0
- package/dist/slot-template/copy-template.dto.js +11 -0
- package/dist/slot-template/slot-template.ro.d.ts +1 -0
- package/dist/slot-template/update-slot-template-first-step.dto.d.ts +1 -0
- package/dist/slot-template/update-slot-template-first-step.dto.js +6 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/user/complite-setup.dto.d.ts +1 -4
- package/dist/user/complite-setup.dto.js +1 -17
- package/dist/widget-openapi/widget-openapi-slot.ro.d.ts +2 -1
- package/package.json +2 -2
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CompliteSetupDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const is_not_blank_1 = require("../shared/is-not-blank");
|
|
15
|
-
const match_1 = require("../shared/match");
|
|
16
15
|
class CompliteSetupDto {
|
|
17
16
|
}
|
|
18
17
|
__decorate([
|
|
@@ -24,25 +23,10 @@ __decorate([
|
|
|
24
23
|
(0, is_not_blank_1.IsNotBlank)(),
|
|
25
24
|
(0, class_transformer_1.Expose)(),
|
|
26
25
|
__metadata("design:type", String)
|
|
27
|
-
], CompliteSetupDto.prototype, "
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, is_not_blank_1.IsNotBlank)(),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], CompliteSetupDto.prototype, "photo", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, is_not_blank_1.IsNotBlank)(),
|
|
35
|
-
(0, class_transformer_1.Expose)(),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], CompliteSetupDto.prototype, "phone", void 0);
|
|
26
|
+
], CompliteSetupDto.prototype, "email", void 0);
|
|
38
27
|
__decorate([
|
|
39
28
|
(0, is_not_blank_1.IsNotBlank)(),
|
|
40
29
|
(0, class_transformer_1.Expose)(),
|
|
41
30
|
__metadata("design:type", String)
|
|
42
31
|
], CompliteSetupDto.prototype, "password", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, match_1.Match)('password'),
|
|
45
|
-
(0, class_transformer_1.Expose)(),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], CompliteSetupDto.prototype, "repeatPassword", void 0);
|
|
48
32
|
exports.CompliteSetupDto = CompliteSetupDto;
|
|
@@ -9,8 +9,9 @@ export declare type WidgetOpenapiSlotResponseObject = {
|
|
|
9
9
|
date: string;
|
|
10
10
|
start: string;
|
|
11
11
|
end: string;
|
|
12
|
-
customMinHours
|
|
12
|
+
customMinHours?: number;
|
|
13
13
|
rule: {
|
|
14
|
+
title: string;
|
|
14
15
|
minHoursForBooking: number;
|
|
15
16
|
prepayment: number;
|
|
16
17
|
prepaymentType: PrepaymentTypeEnum;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@escapenavigator/types",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.79",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"class-transformer": "^0.5.1",
|
|
21
21
|
"class-validator": "^0.13.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "b0620c9b57569ed54200f4fdc958b21315602f23",
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/validator": "13.0.0",
|
|
26
26
|
"alphakit-presets-lint": "^1.0.0",
|