jp.db.schemas 2.0.22 → 2.0.23
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/repositories/setting.repository.d.ts +2 -2
- package/dist/repositories/setting.repository.d.ts.map +1 -1
- package/dist/repositories/setting.repository.js +3 -3
- package/dist/repositories/setting.repository.js.map +1 -1
- package/dist/schemas/achievement.schema.d.ts +95 -3
- package/dist/schemas/achievement.schema.d.ts.map +1 -1
- package/dist/schemas/admin.schema.d.ts +41 -3
- package/dist/schemas/admin.schema.d.ts.map +1 -1
- package/dist/schemas/article.schema.d.ts +86 -3
- package/dist/schemas/article.schema.d.ts.map +1 -1
- package/dist/schemas/balance_history.schema.d.ts +86 -3
- package/dist/schemas/balance_history.schema.d.ts.map +1 -1
- package/dist/schemas/banner.schema.d.ts +95 -3
- package/dist/schemas/banner.schema.d.ts.map +1 -1
- package/dist/schemas/channel_message.schema.d.ts +68 -3
- package/dist/schemas/channel_message.schema.d.ts.map +1 -1
- package/dist/schemas/complain.schema.d.ts +113 -3
- package/dist/schemas/complain.schema.d.ts.map +1 -1
- package/dist/schemas/daily_bonus.schema.d.ts +64 -3
- package/dist/schemas/daily_bonus.schema.d.ts.map +1 -1
- package/dist/schemas/feature.schema.d.ts +59 -3
- package/dist/schemas/feature.schema.d.ts.map +1 -1
- package/dist/schemas/game_result.schema.d.ts +104 -3
- package/dist/schemas/game_result.schema.d.ts.map +1 -1
- package/dist/schemas/menu.schema.d.ts +95 -3
- package/dist/schemas/menu.schema.d.ts.map +1 -1
- package/dist/schemas/notification.schema.d.ts +158 -3
- package/dist/schemas/notification.schema.d.ts.map +1 -1
- package/dist/schemas/product.schema.d.ts +338 -3
- package/dist/schemas/product.schema.d.ts.map +1 -1
- package/dist/schemas/purchase.schema.d.ts +167 -3
- package/dist/schemas/purchase.schema.d.ts.map +1 -1
- package/dist/schemas/purchase_channel.schema.d.ts +68 -3
- package/dist/schemas/purchase_channel.schema.d.ts.map +1 -1
- package/dist/schemas/rating.schema.d.ts +113 -3
- package/dist/schemas/rating.schema.d.ts.map +1 -1
- package/dist/schemas/rooms.schema.d.ts +149 -3
- package/dist/schemas/rooms.schema.d.ts.map +1 -1
- package/dist/schemas/rule.schema.d.ts +54 -3
- package/dist/schemas/rule.schema.d.ts.map +1 -1
- package/dist/schemas/scheduled_tournament.schema.d.ts +212 -3
- package/dist/schemas/scheduled_tournament.schema.d.ts.map +1 -1
- package/dist/schemas/server.schema.d.ts +41 -3
- package/dist/schemas/server.schema.d.ts.map +1 -1
- package/dist/schemas/setting.schema.d.ts +140 -3
- package/dist/schemas/setting.schema.d.ts.map +1 -1
- package/dist/schemas/simple_rooms.schema.d.ts +113 -3
- package/dist/schemas/simple_rooms.schema.d.ts.map +1 -1
- package/dist/schemas/tournament_many_tables_rooms.schema.d.ts +212 -3
- package/dist/schemas/tournament_many_tables_rooms.schema.d.ts.map +1 -1
- package/dist/schemas/tournament_one_table_rooms.schema.d.ts +203 -3
- package/dist/schemas/tournament_one_table_rooms.schema.d.ts.map +1 -1
- package/dist/schemas/user.fb.schema.d.ts +86 -3
- package/dist/schemas/user.fb.schema.d.ts.map +1 -1
- package/dist/schemas/user.google.schema.d.ts +59 -3
- package/dist/schemas/user.google.schema.d.ts.map +1 -1
- package/dist/schemas/user.ok.schema.d.ts +136 -6
- package/dist/schemas/user.ok.schema.d.ts.map +1 -1
- package/dist/schemas/user.schema.d.ts +320 -3
- package/dist/schemas/user.schema.d.ts.map +1 -1
- package/dist/schemas/user.tg.schema.d.ts +39 -3
- package/dist/schemas/user.tg.schema.d.ts.map +1 -1
- package/dist/schemas/user.vk.schema.d.ts +98 -6
- package/dist/schemas/user.vk.schema.d.ts.map +1 -1
- package/dist/schemas/user.ya.schema.d.ts +59 -3
- package/dist/schemas/user.ya.schema.d.ts.map +1 -1
- package/dist/schemas/welcome.schema.d.ts +54 -3
- package/dist/schemas/welcome.schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/repositories/setting.repository.ts +2 -2
|
@@ -13,13 +13,123 @@ export declare class Complain {
|
|
|
13
13
|
hideMessages: boolean;
|
|
14
14
|
createDate: Date;
|
|
15
15
|
}
|
|
16
|
-
export declare const ComplainSchema: import("mongoose").Schema<Complain, import("mongoose").Model<Complain, any, any, any, Document<unknown, any, Complain, any> & Complain & {
|
|
16
|
+
export declare const ComplainSchema: import("mongoose").Schema<Complain, import("mongoose").Model<Complain, any, any, any, (Document<unknown, any, Complain, any, import("mongoose").DefaultSchemaOptions> & Complain & {
|
|
17
17
|
_id: import("mongoose").Types.ObjectId;
|
|
18
18
|
} & {
|
|
19
19
|
__v: number;
|
|
20
|
-
}
|
|
20
|
+
} & {
|
|
21
|
+
id: string;
|
|
22
|
+
}) | (Document<unknown, any, Complain, any, import("mongoose").DefaultSchemaOptions> & Complain & {
|
|
23
|
+
_id: import("mongoose").Types.ObjectId;
|
|
24
|
+
} & {
|
|
25
|
+
__v: number;
|
|
26
|
+
}), any, Complain>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Complain, Document<unknown, {}, Complain, {
|
|
27
|
+
id: string;
|
|
28
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
21
29
|
_id: import("mongoose").Types.ObjectId;
|
|
22
30
|
} & {
|
|
23
31
|
__v: number;
|
|
24
|
-
}
|
|
32
|
+
}, "id"> & {
|
|
33
|
+
id: string;
|
|
34
|
+
}, {
|
|
35
|
+
readonly complainId?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
36
|
+
id: string;
|
|
37
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
38
|
+
_id: import("mongoose").Types.ObjectId;
|
|
39
|
+
} & {
|
|
40
|
+
__v: number;
|
|
41
|
+
}, "id"> & {
|
|
42
|
+
id: string;
|
|
43
|
+
}>;
|
|
44
|
+
witnessUserId?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
45
|
+
id: string;
|
|
46
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
47
|
+
_id: import("mongoose").Types.ObjectId;
|
|
48
|
+
} & {
|
|
49
|
+
__v: number;
|
|
50
|
+
}, "id"> & {
|
|
51
|
+
id: string;
|
|
52
|
+
}>;
|
|
53
|
+
witnessName?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
54
|
+
id: string;
|
|
55
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
56
|
+
_id: import("mongoose").Types.ObjectId;
|
|
57
|
+
} & {
|
|
58
|
+
__v: number;
|
|
59
|
+
}, "id"> & {
|
|
60
|
+
id: string;
|
|
61
|
+
}>;
|
|
62
|
+
witnessAvatarUrl?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
63
|
+
id: string;
|
|
64
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
65
|
+
_id: import("mongoose").Types.ObjectId;
|
|
66
|
+
} & {
|
|
67
|
+
__v: number;
|
|
68
|
+
}, "id"> & {
|
|
69
|
+
id: string;
|
|
70
|
+
}>;
|
|
71
|
+
witnessComment?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
72
|
+
id: string;
|
|
73
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
74
|
+
_id: import("mongoose").Types.ObjectId;
|
|
75
|
+
} & {
|
|
76
|
+
__v: number;
|
|
77
|
+
}, "id"> & {
|
|
78
|
+
id: string;
|
|
79
|
+
}>;
|
|
80
|
+
suspectUserId?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
81
|
+
id: string;
|
|
82
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
83
|
+
_id: import("mongoose").Types.ObjectId;
|
|
84
|
+
} & {
|
|
85
|
+
__v: number;
|
|
86
|
+
}, "id"> & {
|
|
87
|
+
id: string;
|
|
88
|
+
}>;
|
|
89
|
+
suspectName?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
90
|
+
id: string;
|
|
91
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
92
|
+
_id: import("mongoose").Types.ObjectId;
|
|
93
|
+
} & {
|
|
94
|
+
__v: number;
|
|
95
|
+
}, "id"> & {
|
|
96
|
+
id: string;
|
|
97
|
+
}>;
|
|
98
|
+
suspectAvatarUrl?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
99
|
+
id: string;
|
|
100
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
101
|
+
_id: import("mongoose").Types.ObjectId;
|
|
102
|
+
} & {
|
|
103
|
+
__v: number;
|
|
104
|
+
}, "id"> & {
|
|
105
|
+
id: string;
|
|
106
|
+
}>;
|
|
107
|
+
suspectComment?: import("mongoose").SchemaDefinitionProperty<string, Complain, Document<unknown, {}, Complain, {
|
|
108
|
+
id: string;
|
|
109
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
110
|
+
_id: import("mongoose").Types.ObjectId;
|
|
111
|
+
} & {
|
|
112
|
+
__v: number;
|
|
113
|
+
}, "id"> & {
|
|
114
|
+
id: string;
|
|
115
|
+
}>;
|
|
116
|
+
hideMessages?: import("mongoose").SchemaDefinitionProperty<boolean, Complain, Document<unknown, {}, Complain, {
|
|
117
|
+
id: string;
|
|
118
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
119
|
+
_id: import("mongoose").Types.ObjectId;
|
|
120
|
+
} & {
|
|
121
|
+
__v: number;
|
|
122
|
+
}, "id"> & {
|
|
123
|
+
id: string;
|
|
124
|
+
}>;
|
|
125
|
+
createDate?: import("mongoose").SchemaDefinitionProperty<Date, Complain, Document<unknown, {}, Complain, {
|
|
126
|
+
id: string;
|
|
127
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Complain & {
|
|
128
|
+
_id: import("mongoose").Types.ObjectId;
|
|
129
|
+
} & {
|
|
130
|
+
__v: number;
|
|
131
|
+
}, "id"> & {
|
|
132
|
+
id: string;
|
|
133
|
+
}>;
|
|
134
|
+
}, Complain>;
|
|
25
135
|
//# sourceMappingURL=complain.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complain.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/complain.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,QAAQ,CAAC,CAAC;AAE1D,qBACa,QAAQ;IAMjB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAG5B,aAAa,EAAE,MAAM,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,EAAE,MAAM,CAAC;IAGvB,aAAa,EAAE,MAAM,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,EAAE,MAAM,CAAC;IAGvB,YAAY,EAAE,OAAO,CAAC;IAGtB,UAAU,EAAE,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"complain.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/complain.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,QAAQ,CAAC,CAAC;AAE1D,qBACa,QAAQ;IAMjB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAG5B,aAAa,EAAE,MAAM,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,EAAE,MAAM,CAAC;IAGvB,aAAa,EAAE,MAAM,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,EAAE,MAAM,CAAC;IAGvB,YAAY,EAAE,OAAO,CAAC;IAGtB,UAAU,EAAE,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAyC,CAAC"}
|
|
@@ -14,13 +14,74 @@ export declare class DailyBonus {
|
|
|
14
14
|
game: string;
|
|
15
15
|
channel: string;
|
|
16
16
|
}
|
|
17
|
-
export declare const DailyBonusSchema: import("mongoose").Schema<DailyBonus, import("mongoose").Model<DailyBonus, any, any, any, Document<unknown, any, DailyBonus, any> & DailyBonus & {
|
|
17
|
+
export declare const DailyBonusSchema: import("mongoose").Schema<DailyBonus, import("mongoose").Model<DailyBonus, any, any, any, Document<unknown, any, DailyBonus, any, import("mongoose").DefaultSchemaOptions> & DailyBonus & {
|
|
18
18
|
_id: import("mongoose").Types.ObjectId;
|
|
19
19
|
} & {
|
|
20
20
|
__v: number;
|
|
21
|
-
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, DailyBonus, Document<unknown, {}, import("mongoose").
|
|
21
|
+
}, any, DailyBonus>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
22
22
|
_id: import("mongoose").Types.ObjectId;
|
|
23
23
|
} & {
|
|
24
24
|
__v: number;
|
|
25
|
-
}
|
|
25
|
+
}, {
|
|
26
|
+
readonly dailyBonusId?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
27
|
+
_id: import("mongoose").Types.ObjectId;
|
|
28
|
+
} & {
|
|
29
|
+
__v: number;
|
|
30
|
+
}>;
|
|
31
|
+
id?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
32
|
+
_id: import("mongoose").Types.ObjectId;
|
|
33
|
+
} & {
|
|
34
|
+
__v: number;
|
|
35
|
+
}>;
|
|
36
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
37
|
+
_id: import("mongoose").Types.ObjectId;
|
|
38
|
+
} & {
|
|
39
|
+
__v: number;
|
|
40
|
+
}>;
|
|
41
|
+
titleEn?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
42
|
+
_id: import("mongoose").Types.ObjectId;
|
|
43
|
+
} & {
|
|
44
|
+
__v: number;
|
|
45
|
+
}>;
|
|
46
|
+
subtitle?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
47
|
+
_id: import("mongoose").Types.ObjectId;
|
|
48
|
+
} & {
|
|
49
|
+
__v: number;
|
|
50
|
+
}>;
|
|
51
|
+
subtitleEn?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
52
|
+
_id: import("mongoose").Types.ObjectId;
|
|
53
|
+
} & {
|
|
54
|
+
__v: number;
|
|
55
|
+
}>;
|
|
56
|
+
icon?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
57
|
+
_id: import("mongoose").Types.ObjectId;
|
|
58
|
+
} & {
|
|
59
|
+
__v: number;
|
|
60
|
+
}>;
|
|
61
|
+
active?: import("mongoose").SchemaDefinitionProperty<boolean, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
62
|
+
_id: import("mongoose").Types.ObjectId;
|
|
63
|
+
} & {
|
|
64
|
+
__v: number;
|
|
65
|
+
}>;
|
|
66
|
+
url?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
67
|
+
_id: import("mongoose").Types.ObjectId;
|
|
68
|
+
} & {
|
|
69
|
+
__v: number;
|
|
70
|
+
}>;
|
|
71
|
+
position?: import("mongoose").SchemaDefinitionProperty<number, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
72
|
+
_id: import("mongoose").Types.ObjectId;
|
|
73
|
+
} & {
|
|
74
|
+
__v: number;
|
|
75
|
+
}>;
|
|
76
|
+
game?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
77
|
+
_id: import("mongoose").Types.ObjectId;
|
|
78
|
+
} & {
|
|
79
|
+
__v: number;
|
|
80
|
+
}>;
|
|
81
|
+
channel?: import("mongoose").SchemaDefinitionProperty<string, DailyBonus, Document<unknown, {}, DailyBonus, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & DailyBonus & {
|
|
82
|
+
_id: import("mongoose").Types.ObjectId;
|
|
83
|
+
} & {
|
|
84
|
+
__v: number;
|
|
85
|
+
}>;
|
|
86
|
+
}, DailyBonus>;
|
|
26
87
|
//# sourceMappingURL=daily_bonus.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daily_bonus.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/daily_bonus.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;AAE9D,qBACa,UAAU;IAMnB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,EAAE,EAAE,MAAM,CAAC;IAGX,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IAGnB,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE,OAAO,CAAC;IAGhB,GAAG,EAAE,MAAM,CAAC;IAGZ,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;CAGnB;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"daily_bonus.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/daily_bonus.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;AAE9D,qBACa,UAAU;IAMnB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,EAAE,EAAE,MAAM,CAAC;IAGX,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IAGnB,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE,OAAO,CAAC;IAGhB,GAAG,EAAE,MAAM,CAAC;IAGZ,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;CAGnB;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA2C,CAAC"}
|
|
@@ -7,13 +7,69 @@ export declare class Feature {
|
|
|
7
7
|
channels: string;
|
|
8
8
|
game?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const FeatureSchema: import("mongoose").Schema<Feature, import("mongoose").Model<Feature, any, any, any, Document<unknown, any, Feature, any> & Feature & {
|
|
10
|
+
export declare const FeatureSchema: import("mongoose").Schema<Feature, import("mongoose").Model<Feature, any, any, any, (Document<unknown, any, Feature, any, import("mongoose").DefaultSchemaOptions> & Feature & {
|
|
11
11
|
_id: import("mongoose").Types.ObjectId;
|
|
12
12
|
} & {
|
|
13
13
|
__v: number;
|
|
14
|
-
}
|
|
14
|
+
} & {
|
|
15
|
+
id: string;
|
|
16
|
+
}) | (Document<unknown, any, Feature, any, import("mongoose").DefaultSchemaOptions> & Feature & {
|
|
17
|
+
_id: import("mongoose").Types.ObjectId;
|
|
18
|
+
} & {
|
|
19
|
+
__v: number;
|
|
20
|
+
}), any, Feature>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Feature, Document<unknown, {}, Feature, {
|
|
21
|
+
id: string;
|
|
22
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
15
23
|
_id: import("mongoose").Types.ObjectId;
|
|
16
24
|
} & {
|
|
17
25
|
__v: number;
|
|
18
|
-
}
|
|
26
|
+
}, "id"> & {
|
|
27
|
+
id: string;
|
|
28
|
+
}, {
|
|
29
|
+
readonly featureId?: import("mongoose").SchemaDefinitionProperty<string, Feature, Document<unknown, {}, Feature, {
|
|
30
|
+
id: string;
|
|
31
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
32
|
+
_id: import("mongoose").Types.ObjectId;
|
|
33
|
+
} & {
|
|
34
|
+
__v: number;
|
|
35
|
+
}, "id"> & {
|
|
36
|
+
id: string;
|
|
37
|
+
}>;
|
|
38
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, Feature, Document<unknown, {}, Feature, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
41
|
+
_id: import("mongoose").Types.ObjectId;
|
|
42
|
+
} & {
|
|
43
|
+
__v: number;
|
|
44
|
+
}, "id"> & {
|
|
45
|
+
id: string;
|
|
46
|
+
}>;
|
|
47
|
+
enabled?: import("mongoose").SchemaDefinitionProperty<boolean, Feature, Document<unknown, {}, Feature, {
|
|
48
|
+
id: string;
|
|
49
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
50
|
+
_id: import("mongoose").Types.ObjectId;
|
|
51
|
+
} & {
|
|
52
|
+
__v: number;
|
|
53
|
+
}, "id"> & {
|
|
54
|
+
id: string;
|
|
55
|
+
}>;
|
|
56
|
+
channels?: import("mongoose").SchemaDefinitionProperty<string, Feature, Document<unknown, {}, Feature, {
|
|
57
|
+
id: string;
|
|
58
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
59
|
+
_id: import("mongoose").Types.ObjectId;
|
|
60
|
+
} & {
|
|
61
|
+
__v: number;
|
|
62
|
+
}, "id"> & {
|
|
63
|
+
id: string;
|
|
64
|
+
}>;
|
|
65
|
+
game?: import("mongoose").SchemaDefinitionProperty<string, Feature, Document<unknown, {}, Feature, {
|
|
66
|
+
id: string;
|
|
67
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Feature & {
|
|
68
|
+
_id: import("mongoose").Types.ObjectId;
|
|
69
|
+
} & {
|
|
70
|
+
__v: number;
|
|
71
|
+
}, "id"> & {
|
|
72
|
+
id: string;
|
|
73
|
+
}>;
|
|
74
|
+
}, Feature>;
|
|
19
75
|
//# sourceMappingURL=feature.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feature.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/feature.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;AAExD,qBACa,OAAO;IAMhB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAG3B,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,OAAO,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"feature.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/feature.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;AAExD,qBACa,OAAO;IAMhB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAG3B,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,OAAO,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAwC,CAAC"}
|
|
@@ -34,13 +34,114 @@ export declare class GameResult {
|
|
|
34
34
|
history: Array<IGameResultHistoryItem>;
|
|
35
35
|
extraData?: any;
|
|
36
36
|
}
|
|
37
|
-
export declare const GameResultSchema: import("mongoose").Schema<GameResult, import("mongoose").Model<GameResult, any, any, any, Document<unknown, any, GameResult, any> & GameResult & {
|
|
37
|
+
export declare const GameResultSchema: import("mongoose").Schema<GameResult, import("mongoose").Model<GameResult, any, any, any, (Document<unknown, any, GameResult, any, import("mongoose").DefaultSchemaOptions> & GameResult & {
|
|
38
38
|
_id: Types.ObjectId;
|
|
39
39
|
} & {
|
|
40
40
|
__v: number;
|
|
41
|
-
}
|
|
41
|
+
} & {
|
|
42
|
+
id: string;
|
|
43
|
+
}) | (Document<unknown, any, GameResult, any, import("mongoose").DefaultSchemaOptions> & GameResult & {
|
|
44
|
+
_id: Types.ObjectId;
|
|
45
|
+
} & {
|
|
46
|
+
__v: number;
|
|
47
|
+
}), any, GameResult>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, GameResult, Document<unknown, {}, GameResult, {
|
|
48
|
+
id: string;
|
|
49
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
42
50
|
_id: Types.ObjectId;
|
|
43
51
|
} & {
|
|
44
52
|
__v: number;
|
|
45
|
-
}
|
|
53
|
+
}, "id"> & {
|
|
54
|
+
id: string;
|
|
55
|
+
}, {
|
|
56
|
+
readonly gameResultId?: import("mongoose").SchemaDefinitionProperty<string, GameResult, Document<unknown, {}, GameResult, {
|
|
57
|
+
id: string;
|
|
58
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
59
|
+
_id: Types.ObjectId;
|
|
60
|
+
} & {
|
|
61
|
+
__v: number;
|
|
62
|
+
}, "id"> & {
|
|
63
|
+
id: string;
|
|
64
|
+
}>;
|
|
65
|
+
date?: import("mongoose").SchemaDefinitionProperty<Date, GameResult, Document<unknown, {}, GameResult, {
|
|
66
|
+
id: string;
|
|
67
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
68
|
+
_id: Types.ObjectId;
|
|
69
|
+
} & {
|
|
70
|
+
__v: number;
|
|
71
|
+
}, "id"> & {
|
|
72
|
+
id: string;
|
|
73
|
+
}>;
|
|
74
|
+
gameType?: import("mongoose").SchemaDefinitionProperty<string, GameResult, Document<unknown, {}, GameResult, {
|
|
75
|
+
id: string;
|
|
76
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
77
|
+
_id: Types.ObjectId;
|
|
78
|
+
} & {
|
|
79
|
+
__v: number;
|
|
80
|
+
}, "id"> & {
|
|
81
|
+
id: string;
|
|
82
|
+
}>;
|
|
83
|
+
roomId?: import("mongoose").SchemaDefinitionProperty<string, GameResult, Document<unknown, {}, GameResult, {
|
|
84
|
+
id: string;
|
|
85
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
86
|
+
_id: Types.ObjectId;
|
|
87
|
+
} & {
|
|
88
|
+
__v: number;
|
|
89
|
+
}, "id"> & {
|
|
90
|
+
id: string;
|
|
91
|
+
}>;
|
|
92
|
+
gameId?: import("mongoose").SchemaDefinitionProperty<string, GameResult, Document<unknown, {}, GameResult, {
|
|
93
|
+
id: string;
|
|
94
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
95
|
+
_id: Types.ObjectId;
|
|
96
|
+
} & {
|
|
97
|
+
__v: number;
|
|
98
|
+
}, "id"> & {
|
|
99
|
+
id: string;
|
|
100
|
+
}>;
|
|
101
|
+
pot?: import("mongoose").SchemaDefinitionProperty<number, GameResult, Document<unknown, {}, GameResult, {
|
|
102
|
+
id: string;
|
|
103
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
104
|
+
_id: Types.ObjectId;
|
|
105
|
+
} & {
|
|
106
|
+
__v: number;
|
|
107
|
+
}, "id"> & {
|
|
108
|
+
id: string;
|
|
109
|
+
}>;
|
|
110
|
+
players?: import("mongoose").SchemaDefinitionProperty<IGameResultPlayer[], GameResult, Document<unknown, {}, GameResult, {
|
|
111
|
+
id: string;
|
|
112
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
113
|
+
_id: Types.ObjectId;
|
|
114
|
+
} & {
|
|
115
|
+
__v: number;
|
|
116
|
+
}, "id"> & {
|
|
117
|
+
id: string;
|
|
118
|
+
}>;
|
|
119
|
+
winners?: import("mongoose").SchemaDefinitionProperty<IGameResultPlayer[], GameResult, Document<unknown, {}, GameResult, {
|
|
120
|
+
id: string;
|
|
121
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
122
|
+
_id: Types.ObjectId;
|
|
123
|
+
} & {
|
|
124
|
+
__v: number;
|
|
125
|
+
}, "id"> & {
|
|
126
|
+
id: string;
|
|
127
|
+
}>;
|
|
128
|
+
history?: import("mongoose").SchemaDefinitionProperty<IGameResultHistoryItem[], GameResult, Document<unknown, {}, GameResult, {
|
|
129
|
+
id: string;
|
|
130
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
131
|
+
_id: Types.ObjectId;
|
|
132
|
+
} & {
|
|
133
|
+
__v: number;
|
|
134
|
+
}, "id"> & {
|
|
135
|
+
id: string;
|
|
136
|
+
}>;
|
|
137
|
+
extraData?: import("mongoose").SchemaDefinitionProperty<any, GameResult, Document<unknown, {}, GameResult, {
|
|
138
|
+
id: string;
|
|
139
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<GameResult & {
|
|
140
|
+
_id: Types.ObjectId;
|
|
141
|
+
} & {
|
|
142
|
+
__v: number;
|
|
143
|
+
}, "id"> & {
|
|
144
|
+
id: string;
|
|
145
|
+
}>;
|
|
146
|
+
}, GameResult>;
|
|
46
147
|
//# sourceMappingURL=game_result.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"game_result.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/game_result.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAe,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1E,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;AAE9D,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,sBAAsB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACtC;AAED,qBACa,UAAU;IAMnB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,IAAI,EAAE,IAAI,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,GAAG,EAAE,MAAM,CAAC;IAGZ,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGlC,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGlC,OAAO,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAGvC,SAAS,CAAC,EAAE,GAAG,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"game_result.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/game_result.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAe,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1E,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;AAE9D,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,sBAAsB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACtC;AAED,qBACa,UAAU;IAMnB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,IAAI,EAAE,IAAI,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,GAAG,EAAE,MAAM,CAAC;IAGZ,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGlC,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGlC,OAAO,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAGvC,SAAS,CAAC,EAAE,GAAG,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA2C,CAAC"}
|
|
@@ -11,13 +11,105 @@ export declare class Menu {
|
|
|
11
11
|
game: string;
|
|
12
12
|
channel: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const MenuSchema: import("mongoose").Schema<Menu, import("mongoose").Model<Menu, any, any, any, Document<unknown, any, Menu, any> & Menu & {
|
|
14
|
+
export declare const MenuSchema: import("mongoose").Schema<Menu, import("mongoose").Model<Menu, any, any, any, (Document<unknown, any, Menu, any, import("mongoose").DefaultSchemaOptions> & Menu & {
|
|
15
15
|
_id: import("mongoose").Types.ObjectId;
|
|
16
16
|
} & {
|
|
17
17
|
__v: number;
|
|
18
|
-
}
|
|
18
|
+
} & {
|
|
19
|
+
id: string;
|
|
20
|
+
}) | (Document<unknown, any, Menu, any, import("mongoose").DefaultSchemaOptions> & Menu & {
|
|
21
|
+
_id: import("mongoose").Types.ObjectId;
|
|
22
|
+
} & {
|
|
23
|
+
__v: number;
|
|
24
|
+
}), any, Menu>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Menu, Document<unknown, {}, Menu, {
|
|
25
|
+
id: string;
|
|
26
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
19
27
|
_id: import("mongoose").Types.ObjectId;
|
|
20
28
|
} & {
|
|
21
29
|
__v: number;
|
|
22
|
-
}
|
|
30
|
+
}, "id"> & {
|
|
31
|
+
id: string;
|
|
32
|
+
}, {
|
|
33
|
+
readonly menuId?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
34
|
+
id: string;
|
|
35
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
36
|
+
_id: import("mongoose").Types.ObjectId;
|
|
37
|
+
} & {
|
|
38
|
+
__v: number;
|
|
39
|
+
}, "id"> & {
|
|
40
|
+
id: string;
|
|
41
|
+
}>;
|
|
42
|
+
code?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
43
|
+
id: string;
|
|
44
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
45
|
+
_id: import("mongoose").Types.ObjectId;
|
|
46
|
+
} & {
|
|
47
|
+
__v: number;
|
|
48
|
+
}, "id"> & {
|
|
49
|
+
id: string;
|
|
50
|
+
}>;
|
|
51
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
52
|
+
id: string;
|
|
53
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
54
|
+
_id: import("mongoose").Types.ObjectId;
|
|
55
|
+
} & {
|
|
56
|
+
__v: number;
|
|
57
|
+
}, "id"> & {
|
|
58
|
+
id: string;
|
|
59
|
+
}>;
|
|
60
|
+
titleEn?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
61
|
+
id: string;
|
|
62
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
63
|
+
_id: import("mongoose").Types.ObjectId;
|
|
64
|
+
} & {
|
|
65
|
+
__v: number;
|
|
66
|
+
}, "id"> & {
|
|
67
|
+
id: string;
|
|
68
|
+
}>;
|
|
69
|
+
icon?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
70
|
+
id: string;
|
|
71
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
72
|
+
_id: import("mongoose").Types.ObjectId;
|
|
73
|
+
} & {
|
|
74
|
+
__v: number;
|
|
75
|
+
}, "id"> & {
|
|
76
|
+
id: string;
|
|
77
|
+
}>;
|
|
78
|
+
url?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
79
|
+
id: string;
|
|
80
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
81
|
+
_id: import("mongoose").Types.ObjectId;
|
|
82
|
+
} & {
|
|
83
|
+
__v: number;
|
|
84
|
+
}, "id"> & {
|
|
85
|
+
id: string;
|
|
86
|
+
}>;
|
|
87
|
+
position?: import("mongoose").SchemaDefinitionProperty<number, Menu, Document<unknown, {}, Menu, {
|
|
88
|
+
id: string;
|
|
89
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
90
|
+
_id: import("mongoose").Types.ObjectId;
|
|
91
|
+
} & {
|
|
92
|
+
__v: number;
|
|
93
|
+
}, "id"> & {
|
|
94
|
+
id: string;
|
|
95
|
+
}>;
|
|
96
|
+
game?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
97
|
+
id: string;
|
|
98
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
99
|
+
_id: import("mongoose").Types.ObjectId;
|
|
100
|
+
} & {
|
|
101
|
+
__v: number;
|
|
102
|
+
}, "id"> & {
|
|
103
|
+
id: string;
|
|
104
|
+
}>;
|
|
105
|
+
channel?: import("mongoose").SchemaDefinitionProperty<string, Menu, Document<unknown, {}, Menu, {
|
|
106
|
+
id: string;
|
|
107
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Menu & {
|
|
108
|
+
_id: import("mongoose").Types.ObjectId;
|
|
109
|
+
} & {
|
|
110
|
+
__v: number;
|
|
111
|
+
}, "id"> & {
|
|
112
|
+
id: string;
|
|
113
|
+
}>;
|
|
114
|
+
}, Menu>;
|
|
23
115
|
//# sourceMappingURL=menu.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/menu.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;AAElD,qBACa,IAAI;IAMb,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,EAAE,MAAM,CAAC;IAGb,GAAG,EAAE,MAAM,CAAC;IAGZ,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"menu.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/menu.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;AAElD,qBACa,IAAI;IAMb,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,EAAE,MAAM,CAAC;IAGb,GAAG,EAAE,MAAM,CAAC;IAGZ,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAAqC,CAAC"}
|