jp.db.schemas 2.0.21 → 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 +143 -5
- package/dist/schemas/setting.schema.d.ts.map +1 -1
- package/dist/schemas/setting.schema.js +4 -0
- package/dist/schemas/setting.schema.js.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
- package/src/schemas/setting.schema.ts +5 -2
|
@@ -36,13 +36,222 @@ export declare class ScheduledTournament {
|
|
|
36
36
|
schedule: boolean;
|
|
37
37
|
game: string;
|
|
38
38
|
}
|
|
39
|
-
export declare const ScheduledTournamentSchema: import("mongoose").Schema<ScheduledTournament, import("mongoose").Model<ScheduledTournament, any, any, any, Document<unknown, any, ScheduledTournament, any> & ScheduledTournament & {
|
|
39
|
+
export declare const ScheduledTournamentSchema: import("mongoose").Schema<ScheduledTournament, import("mongoose").Model<ScheduledTournament, any, any, any, (Document<unknown, any, ScheduledTournament, any, import("mongoose").DefaultSchemaOptions> & ScheduledTournament & {
|
|
40
40
|
_id: import("mongoose").Types.ObjectId;
|
|
41
41
|
} & {
|
|
42
42
|
__v: number;
|
|
43
|
-
}
|
|
43
|
+
} & {
|
|
44
|
+
id: string;
|
|
45
|
+
}) | (Document<unknown, any, ScheduledTournament, any, import("mongoose").DefaultSchemaOptions> & ScheduledTournament & {
|
|
46
|
+
_id: import("mongoose").Types.ObjectId;
|
|
47
|
+
} & {
|
|
48
|
+
__v: number;
|
|
49
|
+
}), any, ScheduledTournament>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
50
|
+
id: string;
|
|
51
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
44
52
|
_id: import("mongoose").Types.ObjectId;
|
|
45
53
|
} & {
|
|
46
54
|
__v: number;
|
|
47
|
-
}
|
|
55
|
+
}, "id"> & {
|
|
56
|
+
id: string;
|
|
57
|
+
}, {
|
|
58
|
+
readonly tournamentId?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
59
|
+
id: string;
|
|
60
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
61
|
+
_id: import("mongoose").Types.ObjectId;
|
|
62
|
+
} & {
|
|
63
|
+
__v: number;
|
|
64
|
+
}, "id"> & {
|
|
65
|
+
id: string;
|
|
66
|
+
}>;
|
|
67
|
+
type?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
68
|
+
id: string;
|
|
69
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
70
|
+
_id: import("mongoose").Types.ObjectId;
|
|
71
|
+
} & {
|
|
72
|
+
__v: number;
|
|
73
|
+
}, "id"> & {
|
|
74
|
+
id: string;
|
|
75
|
+
}>;
|
|
76
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
77
|
+
id: string;
|
|
78
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
79
|
+
_id: import("mongoose").Types.ObjectId;
|
|
80
|
+
} & {
|
|
81
|
+
__v: number;
|
|
82
|
+
}, "id"> & {
|
|
83
|
+
id: string;
|
|
84
|
+
}>;
|
|
85
|
+
nameEn?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
86
|
+
id: string;
|
|
87
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
88
|
+
_id: import("mongoose").Types.ObjectId;
|
|
89
|
+
} & {
|
|
90
|
+
__v: number;
|
|
91
|
+
}, "id"> & {
|
|
92
|
+
id: string;
|
|
93
|
+
}>;
|
|
94
|
+
roomType?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
95
|
+
id: string;
|
|
96
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
97
|
+
_id: import("mongoose").Types.ObjectId;
|
|
98
|
+
} & {
|
|
99
|
+
__v: number;
|
|
100
|
+
}, "id"> & {
|
|
101
|
+
id: string;
|
|
102
|
+
}>;
|
|
103
|
+
tableSize?: import("mongoose").SchemaDefinitionProperty<number, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
104
|
+
id: string;
|
|
105
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
106
|
+
_id: import("mongoose").Types.ObjectId;
|
|
107
|
+
} & {
|
|
108
|
+
__v: number;
|
|
109
|
+
}, "id"> & {
|
|
110
|
+
id: string;
|
|
111
|
+
}>;
|
|
112
|
+
bet?: import("mongoose").SchemaDefinitionProperty<number, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
113
|
+
id: string;
|
|
114
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
115
|
+
_id: import("mongoose").Types.ObjectId;
|
|
116
|
+
} & {
|
|
117
|
+
__v: number;
|
|
118
|
+
}, "id"> & {
|
|
119
|
+
id: string;
|
|
120
|
+
}>;
|
|
121
|
+
halfBet?: import("mongoose").SchemaDefinitionProperty<number, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
122
|
+
id: string;
|
|
123
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
124
|
+
_id: import("mongoose").Types.ObjectId;
|
|
125
|
+
} & {
|
|
126
|
+
__v: number;
|
|
127
|
+
}, "id"> & {
|
|
128
|
+
id: string;
|
|
129
|
+
}>;
|
|
130
|
+
ticketPrice?: import("mongoose").SchemaDefinitionProperty<number, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
131
|
+
id: string;
|
|
132
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
133
|
+
_id: import("mongoose").Types.ObjectId;
|
|
134
|
+
} & {
|
|
135
|
+
__v: number;
|
|
136
|
+
}, "id"> & {
|
|
137
|
+
id: string;
|
|
138
|
+
}>;
|
|
139
|
+
ticketProductId?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
140
|
+
id: string;
|
|
141
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
142
|
+
_id: import("mongoose").Types.ObjectId;
|
|
143
|
+
} & {
|
|
144
|
+
__v: number;
|
|
145
|
+
}, "id"> & {
|
|
146
|
+
id: string;
|
|
147
|
+
}>;
|
|
148
|
+
date?: import("mongoose").SchemaDefinitionProperty<Date, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
149
|
+
id: string;
|
|
150
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
151
|
+
_id: import("mongoose").Types.ObjectId;
|
|
152
|
+
} & {
|
|
153
|
+
__v: number;
|
|
154
|
+
}, "id"> & {
|
|
155
|
+
id: string;
|
|
156
|
+
}>;
|
|
157
|
+
prizeRu?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
158
|
+
id: string;
|
|
159
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
160
|
+
_id: import("mongoose").Types.ObjectId;
|
|
161
|
+
} & {
|
|
162
|
+
__v: number;
|
|
163
|
+
}, "id"> & {
|
|
164
|
+
id: string;
|
|
165
|
+
}>;
|
|
166
|
+
prizeEn?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
167
|
+
id: string;
|
|
168
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
169
|
+
_id: import("mongoose").Types.ObjectId;
|
|
170
|
+
} & {
|
|
171
|
+
__v: number;
|
|
172
|
+
}, "id"> & {
|
|
173
|
+
id: string;
|
|
174
|
+
}>;
|
|
175
|
+
participants?: import("mongoose").SchemaDefinitionProperty<IScheduledTournamentParticipant[], ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
176
|
+
id: string;
|
|
177
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
178
|
+
_id: import("mongoose").Types.ObjectId;
|
|
179
|
+
} & {
|
|
180
|
+
__v: number;
|
|
181
|
+
}, "id"> & {
|
|
182
|
+
id: string;
|
|
183
|
+
}>;
|
|
184
|
+
winners?: import("mongoose").SchemaDefinitionProperty<IScheduledTournamentWinner[], ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
185
|
+
id: string;
|
|
186
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
187
|
+
_id: import("mongoose").Types.ObjectId;
|
|
188
|
+
} & {
|
|
189
|
+
__v: number;
|
|
190
|
+
}, "id"> & {
|
|
191
|
+
id: string;
|
|
192
|
+
}>;
|
|
193
|
+
maxParticipants?: import("mongoose").SchemaDefinitionProperty<number, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
194
|
+
id: string;
|
|
195
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
196
|
+
_id: import("mongoose").Types.ObjectId;
|
|
197
|
+
} & {
|
|
198
|
+
__v: number;
|
|
199
|
+
}, "id"> & {
|
|
200
|
+
id: string;
|
|
201
|
+
}>;
|
|
202
|
+
status?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
203
|
+
id: string;
|
|
204
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
205
|
+
_id: import("mongoose").Types.ObjectId;
|
|
206
|
+
} & {
|
|
207
|
+
__v: number;
|
|
208
|
+
}, "id"> & {
|
|
209
|
+
id: string;
|
|
210
|
+
}>;
|
|
211
|
+
category?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
212
|
+
id: string;
|
|
213
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
214
|
+
_id: import("mongoose").Types.ObjectId;
|
|
215
|
+
} & {
|
|
216
|
+
__v: number;
|
|
217
|
+
}, "id"> & {
|
|
218
|
+
id: string;
|
|
219
|
+
}>;
|
|
220
|
+
invitedPlayers?: import("mongoose").SchemaDefinitionProperty<string[], ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
221
|
+
id: string;
|
|
222
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
223
|
+
_id: import("mongoose").Types.ObjectId;
|
|
224
|
+
} & {
|
|
225
|
+
__v: number;
|
|
226
|
+
}, "id"> & {
|
|
227
|
+
id: string;
|
|
228
|
+
}>;
|
|
229
|
+
ownerId?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
230
|
+
id: string;
|
|
231
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
232
|
+
_id: import("mongoose").Types.ObjectId;
|
|
233
|
+
} & {
|
|
234
|
+
__v: number;
|
|
235
|
+
}, "id"> & {
|
|
236
|
+
id: string;
|
|
237
|
+
}>;
|
|
238
|
+
schedule?: import("mongoose").SchemaDefinitionProperty<boolean, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
239
|
+
id: string;
|
|
240
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
241
|
+
_id: import("mongoose").Types.ObjectId;
|
|
242
|
+
} & {
|
|
243
|
+
__v: number;
|
|
244
|
+
}, "id"> & {
|
|
245
|
+
id: string;
|
|
246
|
+
}>;
|
|
247
|
+
game?: import("mongoose").SchemaDefinitionProperty<string, ScheduledTournament, Document<unknown, {}, ScheduledTournament, {
|
|
248
|
+
id: string;
|
|
249
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<ScheduledTournament & {
|
|
250
|
+
_id: import("mongoose").Types.ObjectId;
|
|
251
|
+
} & {
|
|
252
|
+
__v: number;
|
|
253
|
+
}, "id"> & {
|
|
254
|
+
id: string;
|
|
255
|
+
}>;
|
|
256
|
+
}, ScheduledTournament>;
|
|
48
257
|
//# sourceMappingURL=scheduled_tournament.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled_tournament.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/scheduled_tournament.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;AAEhF,MAAM,WAAW,0BAA0B;IACvC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,qBACa,mBAAmB;IAM5B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,EAAE,MAAM,CAAC;IAGZ,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,IAAI,CAAC;IAGX,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,MAAM,CAAC;IAGhB,YAAY,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAGrD,OAAO,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAG3C,eAAe,EAAE,MAAM,CAAC;IAGxB,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAG9B,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,OAAO,CAAC;IAGlB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"scheduled_tournament.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/scheduled_tournament.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;AAEhF,MAAM,WAAW,0BAA0B;IACvC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,qBACa,mBAAmB;IAM5B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,EAAE,MAAM,CAAC;IAGZ,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,IAAI,CAAC;IAGX,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,MAAM,CAAC;IAGhB,YAAY,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAGrD,OAAO,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAG3C,eAAe,EAAE,MAAM,CAAC;IAGxB,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAG9B,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,OAAO,CAAC;IAGlB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAAoD,CAAC"}
|
|
@@ -5,13 +5,51 @@ export declare class Server {
|
|
|
5
5
|
http: string;
|
|
6
6
|
ws: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const ServerSchema: import("mongoose").Schema<Server, import("mongoose").Model<Server, any, any, any, Document<unknown, any, Server, any> & Server & {
|
|
8
|
+
export declare const ServerSchema: import("mongoose").Schema<Server, import("mongoose").Model<Server, any, any, any, (Document<unknown, any, Server, any, import("mongoose").DefaultSchemaOptions> & Server & {
|
|
9
9
|
_id: import("mongoose").Types.ObjectId;
|
|
10
10
|
} & {
|
|
11
11
|
__v: number;
|
|
12
|
-
}
|
|
12
|
+
} & {
|
|
13
|
+
id: string;
|
|
14
|
+
}) | (Document<unknown, any, Server, any, import("mongoose").DefaultSchemaOptions> & Server & {
|
|
15
|
+
_id: import("mongoose").Types.ObjectId;
|
|
16
|
+
} & {
|
|
17
|
+
__v: number;
|
|
18
|
+
}), any, Server>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Server, Document<unknown, {}, Server, {
|
|
19
|
+
id: string;
|
|
20
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Server & {
|
|
13
21
|
_id: import("mongoose").Types.ObjectId;
|
|
14
22
|
} & {
|
|
15
23
|
__v: number;
|
|
16
|
-
}
|
|
24
|
+
}, "id"> & {
|
|
25
|
+
id: string;
|
|
26
|
+
}, {
|
|
27
|
+
readonly serverId?: import("mongoose").SchemaDefinitionProperty<string, Server, Document<unknown, {}, Server, {
|
|
28
|
+
id: string;
|
|
29
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Server & {
|
|
30
|
+
_id: import("mongoose").Types.ObjectId;
|
|
31
|
+
} & {
|
|
32
|
+
__v: number;
|
|
33
|
+
}, "id"> & {
|
|
34
|
+
id: string;
|
|
35
|
+
}>;
|
|
36
|
+
http?: import("mongoose").SchemaDefinitionProperty<string, Server, Document<unknown, {}, Server, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Server & {
|
|
39
|
+
_id: import("mongoose").Types.ObjectId;
|
|
40
|
+
} & {
|
|
41
|
+
__v: number;
|
|
42
|
+
}, "id"> & {
|
|
43
|
+
id: string;
|
|
44
|
+
}>;
|
|
45
|
+
ws?: import("mongoose").SchemaDefinitionProperty<string, Server, Document<unknown, {}, Server, {
|
|
46
|
+
id: string;
|
|
47
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Server & {
|
|
48
|
+
_id: import("mongoose").Types.ObjectId;
|
|
49
|
+
} & {
|
|
50
|
+
__v: number;
|
|
51
|
+
}, "id"> & {
|
|
52
|
+
id: string;
|
|
53
|
+
}>;
|
|
54
|
+
}, Server>;
|
|
17
55
|
//# sourceMappingURL=server.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/server.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,qBACa,MAAM;IAMf,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAG1B,IAAI,EAAE,MAAM,CAAC;IAGb,EAAE,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"server.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/server.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,qBACa,MAAM;IAMf,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAG1B,IAAI,EAAE,MAAM,CAAC;IAGb,EAAE,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAuC,CAAC"}
|
|
@@ -12,16 +12,154 @@ export declare class Setting {
|
|
|
12
12
|
url: string;
|
|
13
13
|
icon: string;
|
|
14
14
|
premium?: boolean;
|
|
15
|
-
game
|
|
16
|
-
|
|
15
|
+
game: string;
|
|
16
|
+
channel: string;
|
|
17
|
+
hasChevron: boolean;
|
|
17
18
|
}
|
|
18
|
-
export declare const SettingSchema: import("mongoose").Schema<Setting, import("mongoose").Model<Setting, any, any, any, Document<unknown, any, Setting, any> & Setting & {
|
|
19
|
+
export declare const SettingSchema: import("mongoose").Schema<Setting, import("mongoose").Model<Setting, any, any, any, (Document<unknown, any, Setting, any, import("mongoose").DefaultSchemaOptions> & Setting & {
|
|
19
20
|
_id: import("mongoose").Types.ObjectId;
|
|
20
21
|
} & {
|
|
21
22
|
__v: number;
|
|
22
|
-
}
|
|
23
|
+
} & {
|
|
24
|
+
id: string;
|
|
25
|
+
}) | (Document<unknown, any, Setting, any, import("mongoose").DefaultSchemaOptions> & Setting & {
|
|
26
|
+
_id: import("mongoose").Types.ObjectId;
|
|
27
|
+
} & {
|
|
28
|
+
__v: number;
|
|
29
|
+
}), any, Setting>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Setting, Document<unknown, {}, Setting, {
|
|
30
|
+
id: string;
|
|
31
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
23
32
|
_id: import("mongoose").Types.ObjectId;
|
|
24
33
|
} & {
|
|
25
34
|
__v: number;
|
|
26
|
-
}
|
|
35
|
+
}, "id"> & {
|
|
36
|
+
id: string;
|
|
37
|
+
}, {
|
|
38
|
+
readonly settingId?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
41
|
+
_id: import("mongoose").Types.ObjectId;
|
|
42
|
+
} & {
|
|
43
|
+
__v: number;
|
|
44
|
+
}, "id"> & {
|
|
45
|
+
id: string;
|
|
46
|
+
}>;
|
|
47
|
+
type?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
48
|
+
id: string;
|
|
49
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
50
|
+
_id: import("mongoose").Types.ObjectId;
|
|
51
|
+
} & {
|
|
52
|
+
__v: number;
|
|
53
|
+
}, "id"> & {
|
|
54
|
+
id: string;
|
|
55
|
+
}>;
|
|
56
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
57
|
+
id: string;
|
|
58
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
59
|
+
_id: import("mongoose").Types.ObjectId;
|
|
60
|
+
} & {
|
|
61
|
+
__v: number;
|
|
62
|
+
}, "id"> & {
|
|
63
|
+
id: string;
|
|
64
|
+
}>;
|
|
65
|
+
titleEn?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
66
|
+
id: string;
|
|
67
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
68
|
+
_id: import("mongoose").Types.ObjectId;
|
|
69
|
+
} & {
|
|
70
|
+
__v: number;
|
|
71
|
+
}, "id"> & {
|
|
72
|
+
id: string;
|
|
73
|
+
}>;
|
|
74
|
+
position?: import("mongoose").SchemaDefinitionProperty<number, Setting, Document<unknown, {}, Setting, {
|
|
75
|
+
id: string;
|
|
76
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
77
|
+
_id: import("mongoose").Types.ObjectId;
|
|
78
|
+
} & {
|
|
79
|
+
__v: number;
|
|
80
|
+
}, "id"> & {
|
|
81
|
+
id: string;
|
|
82
|
+
}>;
|
|
83
|
+
payd?: import("mongoose").SchemaDefinitionProperty<boolean, Setting, Document<unknown, {}, Setting, {
|
|
84
|
+
id: string;
|
|
85
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
86
|
+
_id: import("mongoose").Types.ObjectId;
|
|
87
|
+
} & {
|
|
88
|
+
__v: number;
|
|
89
|
+
}, "id"> & {
|
|
90
|
+
id: string;
|
|
91
|
+
}>;
|
|
92
|
+
code?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
93
|
+
id: string;
|
|
94
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
95
|
+
_id: import("mongoose").Types.ObjectId;
|
|
96
|
+
} & {
|
|
97
|
+
__v: number;
|
|
98
|
+
}, "id"> & {
|
|
99
|
+
id: string;
|
|
100
|
+
}>;
|
|
101
|
+
productId?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
102
|
+
id: string;
|
|
103
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
104
|
+
_id: import("mongoose").Types.ObjectId;
|
|
105
|
+
} & {
|
|
106
|
+
__v: number;
|
|
107
|
+
}, "id"> & {
|
|
108
|
+
id: string;
|
|
109
|
+
}>;
|
|
110
|
+
url?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
111
|
+
id: string;
|
|
112
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
113
|
+
_id: import("mongoose").Types.ObjectId;
|
|
114
|
+
} & {
|
|
115
|
+
__v: number;
|
|
116
|
+
}, "id"> & {
|
|
117
|
+
id: string;
|
|
118
|
+
}>;
|
|
119
|
+
icon?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
120
|
+
id: string;
|
|
121
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
122
|
+
_id: import("mongoose").Types.ObjectId;
|
|
123
|
+
} & {
|
|
124
|
+
__v: number;
|
|
125
|
+
}, "id"> & {
|
|
126
|
+
id: string;
|
|
127
|
+
}>;
|
|
128
|
+
premium?: import("mongoose").SchemaDefinitionProperty<boolean, Setting, Document<unknown, {}, Setting, {
|
|
129
|
+
id: string;
|
|
130
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
131
|
+
_id: import("mongoose").Types.ObjectId;
|
|
132
|
+
} & {
|
|
133
|
+
__v: number;
|
|
134
|
+
}, "id"> & {
|
|
135
|
+
id: string;
|
|
136
|
+
}>;
|
|
137
|
+
game?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
138
|
+
id: string;
|
|
139
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
140
|
+
_id: import("mongoose").Types.ObjectId;
|
|
141
|
+
} & {
|
|
142
|
+
__v: number;
|
|
143
|
+
}, "id"> & {
|
|
144
|
+
id: string;
|
|
145
|
+
}>;
|
|
146
|
+
channel?: import("mongoose").SchemaDefinitionProperty<string, Setting, Document<unknown, {}, Setting, {
|
|
147
|
+
id: string;
|
|
148
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
149
|
+
_id: import("mongoose").Types.ObjectId;
|
|
150
|
+
} & {
|
|
151
|
+
__v: number;
|
|
152
|
+
}, "id"> & {
|
|
153
|
+
id: string;
|
|
154
|
+
}>;
|
|
155
|
+
hasChevron?: import("mongoose").SchemaDefinitionProperty<boolean, Setting, Document<unknown, {}, Setting, {
|
|
156
|
+
id: string;
|
|
157
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<Setting & {
|
|
158
|
+
_id: import("mongoose").Types.ObjectId;
|
|
159
|
+
} & {
|
|
160
|
+
__v: number;
|
|
161
|
+
}, "id"> & {
|
|
162
|
+
id: string;
|
|
163
|
+
}>;
|
|
164
|
+
}, Setting>;
|
|
27
165
|
//# sourceMappingURL=setting.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/setting.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,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAGf,IAAI,EAAE,MAAM,CAAC;IAGb,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,GAAG,EAAE,MAAM,CAAC;IAGZ,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"setting.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/setting.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,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAGf,IAAI,EAAE,MAAM,CAAC;IAGb,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,GAAG,EAAE,MAAM,CAAC;IAGZ,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAwC,CAAC"}
|
|
@@ -69,6 +69,10 @@ __decorate([
|
|
|
69
69
|
__decorate([
|
|
70
70
|
(0, mongoose_1.Prop)(),
|
|
71
71
|
__metadata("design:type", String)
|
|
72
|
+
], Setting.prototype, "channel", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, mongoose_1.Prop)(),
|
|
75
|
+
__metadata("design:type", Boolean)
|
|
72
76
|
], Setting.prototype, "hasChevron", void 0);
|
|
73
77
|
exports.Setting = Setting = __decorate([
|
|
74
78
|
(0, mongoose_1.Schema)({ collection: 'settings' })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.schema.js","sourceRoot":"","sources":["../../src/schemas/setting.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAwE;AAMjE,IAAM,OAAO,GAAb,MAAM,OAAO;
|
|
1
|
+
{"version":3,"file":"setting.schema.js","sourceRoot":"","sources":["../../src/schemas/setting.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAwE;AAMjE,IAAM,OAAO,GAAb,MAAM,OAAO;CA8CnB,CAAA;AA9CY,0BAAO;AAMP;IALR,IAAA,kBAAO,EAAC;QACL,GAAG,EAAE;YACD,OAAO,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC/B,CAAC;KACJ,CAAC;;0CACyB;AAG3B;IADC,IAAA,eAAI,GAAE;;qCACM;AAGb;IADC,IAAA,eAAI,GAAE;;sCACO;AAGd;IADC,IAAA,eAAI,GAAE;;wCACS;AAGhB;IADC,IAAA,eAAI,GAAE;;yCACU;AAGjB;IADC,IAAA,eAAI,GAAE;;qCACQ;AAGf;IADC,IAAA,eAAI,GAAE;;qCACM;AAGb;IADC,IAAA,eAAI,GAAE;;0CACY;AAGnB;IADC,IAAA,eAAI,GAAE;;oCACK;AAGZ;IADC,IAAA,eAAI,GAAE;;qCACM;AAGb;IADC,IAAA,eAAI,GAAE;;wCACW;AAGlB;IADC,IAAA,eAAI,GAAE;;qCACM;AAGb;IADC,IAAA,eAAI,GAAE;;wCACS;AAGhB;IADC,IAAA,eAAI,GAAE;;2CACa;kBA7CX,OAAO;IADnB,IAAA,iBAAM,EAAC,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;GACtB,OAAO,CA8CnB;AAEY,QAAA,aAAa,GAAG,wBAAa,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC"}
|
|
@@ -13,13 +13,123 @@ export declare class SimpleRoom {
|
|
|
13
13
|
rulesType: string;
|
|
14
14
|
deckType?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare const SimpleRoomSchema: import("mongoose").Schema<SimpleRoom, import("mongoose").Model<SimpleRoom, any, any, any, Document<unknown, any, SimpleRoom, any> & SimpleRoom & {
|
|
16
|
+
export declare const SimpleRoomSchema: import("mongoose").Schema<SimpleRoom, import("mongoose").Model<SimpleRoom, any, any, any, (Document<unknown, any, SimpleRoom, any, import("mongoose").DefaultSchemaOptions> & SimpleRoom & {
|
|
17
17
|
_id: import("mongoose").Types.ObjectId;
|
|
18
18
|
} & {
|
|
19
19
|
__v: number;
|
|
20
|
-
}
|
|
20
|
+
} & {
|
|
21
|
+
id: string;
|
|
22
|
+
}) | (Document<unknown, any, SimpleRoom, any, import("mongoose").DefaultSchemaOptions> & SimpleRoom & {
|
|
23
|
+
_id: import("mongoose").Types.ObjectId;
|
|
24
|
+
} & {
|
|
25
|
+
__v: number;
|
|
26
|
+
}), any, SimpleRoom>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
27
|
+
id: string;
|
|
28
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
21
29
|
_id: import("mongoose").Types.ObjectId;
|
|
22
30
|
} & {
|
|
23
31
|
__v: number;
|
|
24
|
-
}
|
|
32
|
+
}, "id"> & {
|
|
33
|
+
id: string;
|
|
34
|
+
}, {
|
|
35
|
+
readonly roomId?: import("mongoose").SchemaDefinitionProperty<string, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
36
|
+
id: string;
|
|
37
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
38
|
+
_id: import("mongoose").Types.ObjectId;
|
|
39
|
+
} & {
|
|
40
|
+
__v: number;
|
|
41
|
+
}, "id"> & {
|
|
42
|
+
id: string;
|
|
43
|
+
}>;
|
|
44
|
+
title?: import("mongoose").SchemaDefinitionProperty<Record<string, string>, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
45
|
+
id: string;
|
|
46
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
47
|
+
_id: import("mongoose").Types.ObjectId;
|
|
48
|
+
} & {
|
|
49
|
+
__v: number;
|
|
50
|
+
}, "id"> & {
|
|
51
|
+
id: string;
|
|
52
|
+
}>;
|
|
53
|
+
subtitle?: import("mongoose").SchemaDefinitionProperty<Record<string, string>, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
54
|
+
id: string;
|
|
55
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
56
|
+
_id: import("mongoose").Types.ObjectId;
|
|
57
|
+
} & {
|
|
58
|
+
__v: number;
|
|
59
|
+
}, "id"> & {
|
|
60
|
+
id: string;
|
|
61
|
+
}>;
|
|
62
|
+
description?: import("mongoose").SchemaDefinitionProperty<Record<string, string>, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
63
|
+
id: string;
|
|
64
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
65
|
+
_id: import("mongoose").Types.ObjectId;
|
|
66
|
+
} & {
|
|
67
|
+
__v: number;
|
|
68
|
+
}, "id"> & {
|
|
69
|
+
id: string;
|
|
70
|
+
}>;
|
|
71
|
+
tableSize?: import("mongoose").SchemaDefinitionProperty<number, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
72
|
+
id: string;
|
|
73
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
74
|
+
_id: import("mongoose").Types.ObjectId;
|
|
75
|
+
} & {
|
|
76
|
+
__v: number;
|
|
77
|
+
}, "id"> & {
|
|
78
|
+
id: string;
|
|
79
|
+
}>;
|
|
80
|
+
bet?: import("mongoose").SchemaDefinitionProperty<number, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
81
|
+
id: string;
|
|
82
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
83
|
+
_id: import("mongoose").Types.ObjectId;
|
|
84
|
+
} & {
|
|
85
|
+
__v: number;
|
|
86
|
+
}, "id"> & {
|
|
87
|
+
id: string;
|
|
88
|
+
}>;
|
|
89
|
+
ticketPrice?: import("mongoose").SchemaDefinitionProperty<number, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
90
|
+
id: string;
|
|
91
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
92
|
+
_id: import("mongoose").Types.ObjectId;
|
|
93
|
+
} & {
|
|
94
|
+
__v: number;
|
|
95
|
+
}, "id"> & {
|
|
96
|
+
id: string;
|
|
97
|
+
}>;
|
|
98
|
+
roomType?: import("mongoose").SchemaDefinitionProperty<string, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
99
|
+
id: string;
|
|
100
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
101
|
+
_id: import("mongoose").Types.ObjectId;
|
|
102
|
+
} & {
|
|
103
|
+
__v: number;
|
|
104
|
+
}, "id"> & {
|
|
105
|
+
id: string;
|
|
106
|
+
}>;
|
|
107
|
+
gameType?: import("mongoose").SchemaDefinitionProperty<string, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
108
|
+
id: string;
|
|
109
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
110
|
+
_id: import("mongoose").Types.ObjectId;
|
|
111
|
+
} & {
|
|
112
|
+
__v: number;
|
|
113
|
+
}, "id"> & {
|
|
114
|
+
id: string;
|
|
115
|
+
}>;
|
|
116
|
+
rulesType?: import("mongoose").SchemaDefinitionProperty<string, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
117
|
+
id: string;
|
|
118
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
119
|
+
_id: import("mongoose").Types.ObjectId;
|
|
120
|
+
} & {
|
|
121
|
+
__v: number;
|
|
122
|
+
}, "id"> & {
|
|
123
|
+
id: string;
|
|
124
|
+
}>;
|
|
125
|
+
deckType?: import("mongoose").SchemaDefinitionProperty<string, SimpleRoom, Document<unknown, {}, SimpleRoom, {
|
|
126
|
+
id: string;
|
|
127
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<SimpleRoom & {
|
|
128
|
+
_id: import("mongoose").Types.ObjectId;
|
|
129
|
+
} & {
|
|
130
|
+
__v: number;
|
|
131
|
+
}, "id"> & {
|
|
132
|
+
id: string;
|
|
133
|
+
}>;
|
|
134
|
+
}, SimpleRoom>;
|
|
25
135
|
//# sourceMappingURL=simple_rooms.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simple_rooms.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/simple_rooms.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,MAAM,EAAE,MAAM,CAAC;IAGxB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAG9B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGjC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGpC,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,EAAE,MAAM,CAAC;IAGZ,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"simple_rooms.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/simple_rooms.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,MAAM,EAAE,MAAM,CAAC;IAGxB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAG9B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGjC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGpC,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,EAAE,MAAM,CAAC;IAGZ,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA2C,CAAC"}
|