@escapenavigator/types 1.10.32 → 1.10.33
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/questroom/questroom-meta.ro.d.ts +8 -1
- package/dist/questroom/questroom-meta.ro.js +32 -4
- package/dist/questroom/update-questroom-meta.dto.d.ts +7 -0
- package/dist/questroom/update-questroom-meta.dto.js +42 -0
- package/dist/review/update-social-review.dto.d.ts +1 -1
- package/dist/review/update-social-review.dto.js +4 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -4,10 +4,17 @@ declare class Review {
|
|
|
4
4
|
}
|
|
5
5
|
export declare class Meta {
|
|
6
6
|
reviews: Review[];
|
|
7
|
-
mk: string;
|
|
8
7
|
nowEscapeReview: any;
|
|
9
8
|
mortyReview: any;
|
|
9
|
+
mk: string;
|
|
10
10
|
morty: string;
|
|
11
|
+
lockme: string;
|
|
12
|
+
mirKvestov: string;
|
|
13
|
+
escapeGameFr: string;
|
|
14
|
+
escapeRoomLover: string;
|
|
15
|
+
escapeRoomCom: string;
|
|
16
|
+
vsichkiStaiBg: string;
|
|
17
|
+
escapeAllGr: string;
|
|
11
18
|
nowEscape: string;
|
|
12
19
|
}
|
|
13
20
|
export declare class QuestroomAI {
|
|
@@ -29,10 +29,6 @@ __decorate([
|
|
|
29
29
|
(0, class_transformer_1.Type)(() => Review),
|
|
30
30
|
__metadata("design:type", Array)
|
|
31
31
|
], Meta.prototype, "reviews", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, class_transformer_1.Expose)(),
|
|
34
|
-
__metadata("design:type", String)
|
|
35
|
-
], Meta.prototype, "mk", void 0);
|
|
36
32
|
__decorate([
|
|
37
33
|
(0, class_transformer_1.Expose)(),
|
|
38
34
|
__metadata("design:type", Object)
|
|
@@ -41,10 +37,42 @@ __decorate([
|
|
|
41
37
|
(0, class_transformer_1.Expose)(),
|
|
42
38
|
__metadata("design:type", Object)
|
|
43
39
|
], Meta.prototype, "mortyReview", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], Meta.prototype, "mk", void 0);
|
|
44
44
|
__decorate([
|
|
45
45
|
(0, class_transformer_1.Expose)(),
|
|
46
46
|
__metadata("design:type", String)
|
|
47
47
|
], Meta.prototype, "morty", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, class_transformer_1.Expose)(),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], Meta.prototype, "lockme", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, class_transformer_1.Expose)(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], Meta.prototype, "mirKvestov", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, class_transformer_1.Expose)(),
|
|
58
|
+
__metadata("design:type", String)
|
|
59
|
+
], Meta.prototype, "escapeGameFr", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], Meta.prototype, "escapeRoomLover", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, class_transformer_1.Expose)(),
|
|
66
|
+
__metadata("design:type", String)
|
|
67
|
+
], Meta.prototype, "escapeRoomCom", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, class_transformer_1.Expose)(),
|
|
70
|
+
__metadata("design:type", String)
|
|
71
|
+
], Meta.prototype, "vsichkiStaiBg", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, class_transformer_1.Expose)(),
|
|
74
|
+
__metadata("design:type", String)
|
|
75
|
+
], Meta.prototype, "escapeAllGr", void 0);
|
|
48
76
|
__decorate([
|
|
49
77
|
(0, class_transformer_1.Expose)(),
|
|
50
78
|
__metadata("design:type", String)
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
export declare class UpdateMetaDto {
|
|
2
2
|
mk: string;
|
|
3
3
|
morty: string;
|
|
4
|
+
lockme: string;
|
|
5
|
+
mirKvestov: string;
|
|
6
|
+
escapeGameFr: string;
|
|
7
|
+
escapeRoomLover: string;
|
|
8
|
+
escapeRoomCom: string;
|
|
9
|
+
vsichkiStaiBg: string;
|
|
10
|
+
escapeAllGr: string;
|
|
4
11
|
nowEscape: string;
|
|
5
12
|
}
|
|
@@ -28,8 +28,50 @@ __decorate([
|
|
|
28
28
|
], UpdateMetaDto.prototype, "morty", void 0);
|
|
29
29
|
__decorate([
|
|
30
30
|
(0, class_validator_1.IsUrl)(),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], UpdateMetaDto.prototype, "lockme", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_validator_1.IsUrl)(),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], UpdateMetaDto.prototype, "mirKvestov", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsUrl)(),
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
31
44
|
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], UpdateMetaDto.prototype, "escapeGameFr", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsUrl)(),
|
|
32
49
|
(0, class_transformer_1.Expose)(),
|
|
50
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], UpdateMetaDto.prototype, "escapeRoomLover", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsUrl)(),
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], UpdateMetaDto.prototype, "escapeRoomCom", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, class_validator_1.IsUrl)(),
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], UpdateMetaDto.prototype, "vsichkiStaiBg", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, class_validator_1.IsUrl)(),
|
|
67
|
+
(0, class_transformer_1.Expose)(),
|
|
68
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], UpdateMetaDto.prototype, "escapeAllGr", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, class_validator_1.IsUrl)(),
|
|
73
|
+
(0, class_transformer_1.Expose)(),
|
|
74
|
+
(0, class_validator_1.ValidateIf)((_, val) => !!val),
|
|
33
75
|
__metadata("design:type", String)
|
|
34
76
|
], UpdateMetaDto.prototype, "nowEscape", void 0);
|
|
35
77
|
exports.UpdateMetaDto = UpdateMetaDto;
|
|
@@ -11,12 +11,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateSocialReviewDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
14
|
+
const is_not_blank_1 = require("../shared/is-not-blank");
|
|
15
15
|
class UpdateSocialReviewDto {
|
|
16
16
|
}
|
|
17
17
|
__decorate([
|
|
18
|
-
(0,
|
|
18
|
+
(0, is_not_blank_1.IsNotBlank)(),
|
|
19
19
|
(0, class_transformer_1.Expose)(),
|
|
20
|
-
__metadata("design:type",
|
|
21
|
-
], UpdateSocialReviewDto.prototype, "
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], UpdateSocialReviewDto.prototype, "nickname", void 0);
|
|
22
22
|
exports.UpdateSocialReviewDto = UpdateSocialReviewDto;
|