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
|
@@ -6,15 +6,62 @@ export declare class OKUserLocation {
|
|
|
6
6
|
countryCode: String;
|
|
7
7
|
countryName: String;
|
|
8
8
|
}
|
|
9
|
-
export declare const OKUserLocationSchema: import("mongoose").Schema<OKUserLocation, import("mongoose").Model<OKUserLocation, any, any, any, import("mongoose").Document<unknown, any, OKUserLocation, any> & OKUserLocation & {
|
|
9
|
+
export declare const OKUserLocationSchema: import("mongoose").Schema<OKUserLocation, import("mongoose").Model<OKUserLocation, any, any, any, (import("mongoose").Document<unknown, any, OKUserLocation, any, import("mongoose").DefaultSchemaOptions> & OKUserLocation & {
|
|
10
10
|
_id: import("mongoose").Types.ObjectId;
|
|
11
11
|
} & {
|
|
12
12
|
__v: number;
|
|
13
|
-
}
|
|
13
|
+
} & {
|
|
14
|
+
id: string;
|
|
15
|
+
}) | (import("mongoose").Document<unknown, any, OKUserLocation, any, import("mongoose").DefaultSchemaOptions> & OKUserLocation & {
|
|
16
|
+
_id: import("mongoose").Types.ObjectId;
|
|
17
|
+
} & {
|
|
18
|
+
__v: number;
|
|
19
|
+
}), any, OKUserLocation>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, OKUserLocation, import("mongoose").Document<unknown, {}, OKUserLocation, {
|
|
20
|
+
id: string;
|
|
21
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUserLocation & {
|
|
14
22
|
_id: import("mongoose").Types.ObjectId;
|
|
15
23
|
} & {
|
|
16
24
|
__v: number;
|
|
17
|
-
}
|
|
25
|
+
}, "id"> & {
|
|
26
|
+
id: string;
|
|
27
|
+
}, {
|
|
28
|
+
city?: import("mongoose").SchemaDefinitionProperty<String, OKUserLocation, import("mongoose").Document<unknown, {}, OKUserLocation, {
|
|
29
|
+
id: string;
|
|
30
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUserLocation & {
|
|
31
|
+
_id: import("mongoose").Types.ObjectId;
|
|
32
|
+
} & {
|
|
33
|
+
__v: number;
|
|
34
|
+
}, "id"> & {
|
|
35
|
+
id: string;
|
|
36
|
+
}>;
|
|
37
|
+
country?: import("mongoose").SchemaDefinitionProperty<String, OKUserLocation, import("mongoose").Document<unknown, {}, OKUserLocation, {
|
|
38
|
+
id: string;
|
|
39
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUserLocation & {
|
|
40
|
+
_id: import("mongoose").Types.ObjectId;
|
|
41
|
+
} & {
|
|
42
|
+
__v: number;
|
|
43
|
+
}, "id"> & {
|
|
44
|
+
id: string;
|
|
45
|
+
}>;
|
|
46
|
+
countryCode?: import("mongoose").SchemaDefinitionProperty<String, OKUserLocation, import("mongoose").Document<unknown, {}, OKUserLocation, {
|
|
47
|
+
id: string;
|
|
48
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUserLocation & {
|
|
49
|
+
_id: import("mongoose").Types.ObjectId;
|
|
50
|
+
} & {
|
|
51
|
+
__v: number;
|
|
52
|
+
}, "id"> & {
|
|
53
|
+
id: string;
|
|
54
|
+
}>;
|
|
55
|
+
countryName?: import("mongoose").SchemaDefinitionProperty<String, OKUserLocation, import("mongoose").Document<unknown, {}, OKUserLocation, {
|
|
56
|
+
id: string;
|
|
57
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUserLocation & {
|
|
58
|
+
_id: import("mongoose").Types.ObjectId;
|
|
59
|
+
} & {
|
|
60
|
+
__v: number;
|
|
61
|
+
}, "id"> & {
|
|
62
|
+
id: string;
|
|
63
|
+
}>;
|
|
64
|
+
}, OKUserLocation>;
|
|
18
65
|
export type OKUserDocument = HydratedDocument<OKUser>;
|
|
19
66
|
export declare class OKUser {
|
|
20
67
|
uid: string;
|
|
@@ -26,13 +73,96 @@ export declare class OKUser {
|
|
|
26
73
|
location: OKUserLocation;
|
|
27
74
|
pic128x128: string;
|
|
28
75
|
}
|
|
29
|
-
export declare const OKUserSchema: import("mongoose").Schema<OKUser, import("mongoose").Model<OKUser, any, any, any, import("mongoose").Document<unknown, any, OKUser, any> & OKUser & {
|
|
76
|
+
export declare const OKUserSchema: import("mongoose").Schema<OKUser, import("mongoose").Model<OKUser, any, any, any, (import("mongoose").Document<unknown, any, OKUser, any, import("mongoose").DefaultSchemaOptions> & OKUser & {
|
|
77
|
+
_id: import("mongoose").Types.ObjectId;
|
|
78
|
+
} & {
|
|
79
|
+
__v: number;
|
|
80
|
+
} & {
|
|
81
|
+
id: string;
|
|
82
|
+
}) | (import("mongoose").Document<unknown, any, OKUser, any, import("mongoose").DefaultSchemaOptions> & OKUser & {
|
|
30
83
|
_id: import("mongoose").Types.ObjectId;
|
|
31
84
|
} & {
|
|
32
85
|
__v: number;
|
|
33
|
-
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, OKUser, import("mongoose").Document<unknown, {},
|
|
86
|
+
}), any, OKUser>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
87
|
+
id: string;
|
|
88
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
34
89
|
_id: import("mongoose").Types.ObjectId;
|
|
35
90
|
} & {
|
|
36
91
|
__v: number;
|
|
37
|
-
}
|
|
92
|
+
}, "id"> & {
|
|
93
|
+
id: string;
|
|
94
|
+
}, {
|
|
95
|
+
uid?: import("mongoose").SchemaDefinitionProperty<string, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
96
|
+
id: string;
|
|
97
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
98
|
+
_id: import("mongoose").Types.ObjectId;
|
|
99
|
+
} & {
|
|
100
|
+
__v: number;
|
|
101
|
+
}, "id"> & {
|
|
102
|
+
id: string;
|
|
103
|
+
}>;
|
|
104
|
+
birthday?: import("mongoose").SchemaDefinitionProperty<string, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
105
|
+
id: string;
|
|
106
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
107
|
+
_id: import("mongoose").Types.ObjectId;
|
|
108
|
+
} & {
|
|
109
|
+
__v: number;
|
|
110
|
+
}, "id"> & {
|
|
111
|
+
id: string;
|
|
112
|
+
}>;
|
|
113
|
+
birthdaySet?: import("mongoose").SchemaDefinitionProperty<boolean, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
114
|
+
id: string;
|
|
115
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
116
|
+
_id: import("mongoose").Types.ObjectId;
|
|
117
|
+
} & {
|
|
118
|
+
__v: number;
|
|
119
|
+
}, "id"> & {
|
|
120
|
+
id: string;
|
|
121
|
+
}>;
|
|
122
|
+
age?: import("mongoose").SchemaDefinitionProperty<number, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
123
|
+
id: string;
|
|
124
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
125
|
+
_id: import("mongoose").Types.ObjectId;
|
|
126
|
+
} & {
|
|
127
|
+
__v: number;
|
|
128
|
+
}, "id"> & {
|
|
129
|
+
id: string;
|
|
130
|
+
}>;
|
|
131
|
+
first_name?: import("mongoose").SchemaDefinitionProperty<string, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
132
|
+
id: string;
|
|
133
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
134
|
+
_id: import("mongoose").Types.ObjectId;
|
|
135
|
+
} & {
|
|
136
|
+
__v: number;
|
|
137
|
+
}, "id"> & {
|
|
138
|
+
id: string;
|
|
139
|
+
}>;
|
|
140
|
+
last_name?: import("mongoose").SchemaDefinitionProperty<string, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
141
|
+
id: string;
|
|
142
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
143
|
+
_id: import("mongoose").Types.ObjectId;
|
|
144
|
+
} & {
|
|
145
|
+
__v: number;
|
|
146
|
+
}, "id"> & {
|
|
147
|
+
id: string;
|
|
148
|
+
}>;
|
|
149
|
+
location?: import("mongoose").SchemaDefinitionProperty<OKUserLocation, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
150
|
+
id: string;
|
|
151
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
152
|
+
_id: import("mongoose").Types.ObjectId;
|
|
153
|
+
} & {
|
|
154
|
+
__v: number;
|
|
155
|
+
}, "id"> & {
|
|
156
|
+
id: string;
|
|
157
|
+
}>;
|
|
158
|
+
pic128x128?: import("mongoose").SchemaDefinitionProperty<string, OKUser, import("mongoose").Document<unknown, {}, OKUser, {
|
|
159
|
+
id: string;
|
|
160
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<OKUser & {
|
|
161
|
+
_id: import("mongoose").Types.ObjectId;
|
|
162
|
+
} & {
|
|
163
|
+
__v: number;
|
|
164
|
+
}, "id"> & {
|
|
165
|
+
id: string;
|
|
166
|
+
}>;
|
|
167
|
+
}, OKUser>;
|
|
38
168
|
//# sourceMappingURL=user.ok.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.ok.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.ok.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,cAAc,CAAC,CAAC;AAEtE,qBACa,cAAc;IAEvB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"user.ok.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.ok.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,cAAc,CAAC,CAAC;AAEtE,qBACa,cAAc;IAEvB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA+C,CAAC;AAEjF,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,qBACa,MAAM;IAEf,GAAG,EAAE,MAAM,CAAC;IAGZ,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,OAAO,CAAC;IAGrB,GAAG,EAAE,MAAM,CAAC;IAGZ,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,cAAc,CAAC;IAGzB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAuC,CAAC"}
|
|
@@ -86,13 +86,330 @@ export declare class User {
|
|
|
86
86
|
achievements: Array<string>;
|
|
87
87
|
bannedUsers: Array<string>;
|
|
88
88
|
}
|
|
89
|
-
export declare const UserSchema: import("mongoose").Schema<User, import("mongoose").Model<User, any, any, any, Document<unknown, any, User, any> & User & {
|
|
89
|
+
export declare const UserSchema: import("mongoose").Schema<User, import("mongoose").Model<User, any, any, any, (Document<unknown, any, User, any, import("mongoose").DefaultSchemaOptions> & User & {
|
|
90
90
|
_id: import("mongoose").Types.ObjectId;
|
|
91
91
|
} & {
|
|
92
92
|
__v: number;
|
|
93
|
-
}
|
|
93
|
+
} & {
|
|
94
|
+
id: string;
|
|
95
|
+
}) | (Document<unknown, any, User, any, import("mongoose").DefaultSchemaOptions> & User & {
|
|
96
|
+
_id: import("mongoose").Types.ObjectId;
|
|
97
|
+
} & {
|
|
98
|
+
__v: number;
|
|
99
|
+
}), any, User>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, User, Document<unknown, {}, User, {
|
|
100
|
+
id: string;
|
|
101
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
94
102
|
_id: import("mongoose").Types.ObjectId;
|
|
95
103
|
} & {
|
|
96
104
|
__v: number;
|
|
97
|
-
}
|
|
105
|
+
}, "id"> & {
|
|
106
|
+
id: string;
|
|
107
|
+
}, {
|
|
108
|
+
readonly userId?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
109
|
+
id: string;
|
|
110
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
111
|
+
_id: import("mongoose").Types.ObjectId;
|
|
112
|
+
} & {
|
|
113
|
+
__v: number;
|
|
114
|
+
}, "id"> & {
|
|
115
|
+
id: string;
|
|
116
|
+
}>;
|
|
117
|
+
fullName?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
118
|
+
id: string;
|
|
119
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
120
|
+
_id: import("mongoose").Types.ObjectId;
|
|
121
|
+
} & {
|
|
122
|
+
__v: number;
|
|
123
|
+
}, "id"> & {
|
|
124
|
+
id: string;
|
|
125
|
+
}>;
|
|
126
|
+
balance?: import("mongoose").SchemaDefinitionProperty<number, User, Document<unknown, {}, User, {
|
|
127
|
+
id: string;
|
|
128
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
129
|
+
_id: import("mongoose").Types.ObjectId;
|
|
130
|
+
} & {
|
|
131
|
+
__v: number;
|
|
132
|
+
}, "id"> & {
|
|
133
|
+
id: string;
|
|
134
|
+
}>;
|
|
135
|
+
avatarUrl?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
136
|
+
id: string;
|
|
137
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
138
|
+
_id: import("mongoose").Types.ObjectId;
|
|
139
|
+
} & {
|
|
140
|
+
__v: number;
|
|
141
|
+
}, "id"> & {
|
|
142
|
+
id: string;
|
|
143
|
+
}>;
|
|
144
|
+
premiumExpired?: import("mongoose").SchemaDefinitionProperty<Date, User, Document<unknown, {}, User, {
|
|
145
|
+
id: string;
|
|
146
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
147
|
+
_id: import("mongoose").Types.ObjectId;
|
|
148
|
+
} & {
|
|
149
|
+
__v: number;
|
|
150
|
+
}, "id"> & {
|
|
151
|
+
id: string;
|
|
152
|
+
}>;
|
|
153
|
+
fullNameAlias?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
154
|
+
id: string;
|
|
155
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
156
|
+
_id: import("mongoose").Types.ObjectId;
|
|
157
|
+
} & {
|
|
158
|
+
__v: number;
|
|
159
|
+
}, "id"> & {
|
|
160
|
+
id: string;
|
|
161
|
+
}>;
|
|
162
|
+
avatarAliasUrl?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
163
|
+
id: string;
|
|
164
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
165
|
+
_id: import("mongoose").Types.ObjectId;
|
|
166
|
+
} & {
|
|
167
|
+
__v: number;
|
|
168
|
+
}, "id"> & {
|
|
169
|
+
id: string;
|
|
170
|
+
}>;
|
|
171
|
+
theme?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
172
|
+
id: string;
|
|
173
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
174
|
+
_id: import("mongoose").Types.ObjectId;
|
|
175
|
+
} & {
|
|
176
|
+
__v: number;
|
|
177
|
+
}, "id"> & {
|
|
178
|
+
id: string;
|
|
179
|
+
}>;
|
|
180
|
+
language?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
181
|
+
id: string;
|
|
182
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
183
|
+
_id: import("mongoose").Types.ObjectId;
|
|
184
|
+
} & {
|
|
185
|
+
__v: number;
|
|
186
|
+
}, "id"> & {
|
|
187
|
+
id: string;
|
|
188
|
+
}>;
|
|
189
|
+
avatarFrame?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
190
|
+
id: string;
|
|
191
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
192
|
+
_id: import("mongoose").Types.ObjectId;
|
|
193
|
+
} & {
|
|
194
|
+
__v: number;
|
|
195
|
+
}, "id"> & {
|
|
196
|
+
id: string;
|
|
197
|
+
}>;
|
|
198
|
+
cardSkin?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
199
|
+
id: string;
|
|
200
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
201
|
+
_id: import("mongoose").Types.ObjectId;
|
|
202
|
+
} & {
|
|
203
|
+
__v: number;
|
|
204
|
+
}, "id"> & {
|
|
205
|
+
id: string;
|
|
206
|
+
}>;
|
|
207
|
+
gameSounds?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
208
|
+
id: string;
|
|
209
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
210
|
+
_id: import("mongoose").Types.ObjectId;
|
|
211
|
+
} & {
|
|
212
|
+
__v: number;
|
|
213
|
+
}, "id"> & {
|
|
214
|
+
id: string;
|
|
215
|
+
}>;
|
|
216
|
+
bgPattern?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
217
|
+
id: string;
|
|
218
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
219
|
+
_id: import("mongoose").Types.ObjectId;
|
|
220
|
+
} & {
|
|
221
|
+
__v: number;
|
|
222
|
+
}, "id"> & {
|
|
223
|
+
id: string;
|
|
224
|
+
}>;
|
|
225
|
+
roomTable?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
226
|
+
id: string;
|
|
227
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
228
|
+
_id: import("mongoose").Types.ObjectId;
|
|
229
|
+
} & {
|
|
230
|
+
__v: number;
|
|
231
|
+
}, "id"> & {
|
|
232
|
+
id: string;
|
|
233
|
+
}>;
|
|
234
|
+
colorSchema?: import("mongoose").SchemaDefinitionProperty<string, User, Document<unknown, {}, User, {
|
|
235
|
+
id: string;
|
|
236
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
237
|
+
_id: import("mongoose").Types.ObjectId;
|
|
238
|
+
} & {
|
|
239
|
+
__v: number;
|
|
240
|
+
}, "id"> & {
|
|
241
|
+
id: string;
|
|
242
|
+
}>;
|
|
243
|
+
vkUser?: import("mongoose").SchemaDefinitionProperty<VKUser, User, Document<unknown, {}, User, {
|
|
244
|
+
id: string;
|
|
245
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
246
|
+
_id: import("mongoose").Types.ObjectId;
|
|
247
|
+
} & {
|
|
248
|
+
__v: number;
|
|
249
|
+
}, "id"> & {
|
|
250
|
+
id: string;
|
|
251
|
+
}>;
|
|
252
|
+
okUser?: import("mongoose").SchemaDefinitionProperty<OKUser, User, Document<unknown, {}, User, {
|
|
253
|
+
id: string;
|
|
254
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
255
|
+
_id: import("mongoose").Types.ObjectId;
|
|
256
|
+
} & {
|
|
257
|
+
__v: number;
|
|
258
|
+
}, "id"> & {
|
|
259
|
+
id: string;
|
|
260
|
+
}>;
|
|
261
|
+
yaUser?: import("mongoose").SchemaDefinitionProperty<YAUser, User, Document<unknown, {}, User, {
|
|
262
|
+
id: string;
|
|
263
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
264
|
+
_id: import("mongoose").Types.ObjectId;
|
|
265
|
+
} & {
|
|
266
|
+
__v: number;
|
|
267
|
+
}, "id"> & {
|
|
268
|
+
id: string;
|
|
269
|
+
}>;
|
|
270
|
+
googleUser?: import("mongoose").SchemaDefinitionProperty<GoogleUser, User, Document<unknown, {}, User, {
|
|
271
|
+
id: string;
|
|
272
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
273
|
+
_id: import("mongoose").Types.ObjectId;
|
|
274
|
+
} & {
|
|
275
|
+
__v: number;
|
|
276
|
+
}, "id"> & {
|
|
277
|
+
id: string;
|
|
278
|
+
}>;
|
|
279
|
+
fbUser?: import("mongoose").SchemaDefinitionProperty<FBUser, User, Document<unknown, {}, User, {
|
|
280
|
+
id: string;
|
|
281
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
282
|
+
_id: import("mongoose").Types.ObjectId;
|
|
283
|
+
} & {
|
|
284
|
+
__v: number;
|
|
285
|
+
}, "id"> & {
|
|
286
|
+
id: string;
|
|
287
|
+
}>;
|
|
288
|
+
tgUser?: import("mongoose").SchemaDefinitionProperty<TGUser, User, Document<unknown, {}, User, {
|
|
289
|
+
id: string;
|
|
290
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
291
|
+
_id: import("mongoose").Types.ObjectId;
|
|
292
|
+
} & {
|
|
293
|
+
__v: number;
|
|
294
|
+
}, "id"> & {
|
|
295
|
+
id: string;
|
|
296
|
+
}>;
|
|
297
|
+
experience?: import("mongoose").SchemaDefinitionProperty<number, User, Document<unknown, {}, User, {
|
|
298
|
+
id: string;
|
|
299
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
300
|
+
_id: import("mongoose").Types.ObjectId;
|
|
301
|
+
} & {
|
|
302
|
+
__v: number;
|
|
303
|
+
}, "id"> & {
|
|
304
|
+
id: string;
|
|
305
|
+
}>;
|
|
306
|
+
level?: import("mongoose").SchemaDefinitionProperty<number, User, Document<unknown, {}, User, {
|
|
307
|
+
id: string;
|
|
308
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
309
|
+
_id: import("mongoose").Types.ObjectId;
|
|
310
|
+
} & {
|
|
311
|
+
__v: number;
|
|
312
|
+
}, "id"> & {
|
|
313
|
+
id: string;
|
|
314
|
+
}>;
|
|
315
|
+
everydayEnterCount?: import("mongoose").SchemaDefinitionProperty<number, User, Document<unknown, {}, User, {
|
|
316
|
+
id: string;
|
|
317
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
318
|
+
_id: import("mongoose").Types.ObjectId;
|
|
319
|
+
} & {
|
|
320
|
+
__v: number;
|
|
321
|
+
}, "id"> & {
|
|
322
|
+
id: string;
|
|
323
|
+
}>;
|
|
324
|
+
lastEnter?: import("mongoose").SchemaDefinitionProperty<Date, User, Document<unknown, {}, User, {
|
|
325
|
+
id: string;
|
|
326
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
327
|
+
_id: import("mongoose").Types.ObjectId;
|
|
328
|
+
} & {
|
|
329
|
+
__v: number;
|
|
330
|
+
}, "id"> & {
|
|
331
|
+
id: string;
|
|
332
|
+
}>;
|
|
333
|
+
isBannedInChat?: import("mongoose").SchemaDefinitionProperty<boolean, User, Document<unknown, {}, User, {
|
|
334
|
+
id: string;
|
|
335
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
336
|
+
_id: import("mongoose").Types.ObjectId;
|
|
337
|
+
} & {
|
|
338
|
+
__v: number;
|
|
339
|
+
}, "id"> & {
|
|
340
|
+
id: string;
|
|
341
|
+
}>;
|
|
342
|
+
registerDate?: import("mongoose").SchemaDefinitionProperty<Date, User, Document<unknown, {}, User, {
|
|
343
|
+
id: string;
|
|
344
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
345
|
+
_id: import("mongoose").Types.ObjectId;
|
|
346
|
+
} & {
|
|
347
|
+
__v: number;
|
|
348
|
+
}, "id"> & {
|
|
349
|
+
id: string;
|
|
350
|
+
}>;
|
|
351
|
+
watchedPremiumExpiredScreenCounter?: import("mongoose").SchemaDefinitionProperty<number, User, Document<unknown, {}, User, {
|
|
352
|
+
id: string;
|
|
353
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
354
|
+
_id: import("mongoose").Types.ObjectId;
|
|
355
|
+
} & {
|
|
356
|
+
__v: number;
|
|
357
|
+
}, "id"> & {
|
|
358
|
+
id: string;
|
|
359
|
+
}>;
|
|
360
|
+
lastRewardAdvView?: import("mongoose").SchemaDefinitionProperty<Date, User, Document<unknown, {}, User, {
|
|
361
|
+
id: string;
|
|
362
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
363
|
+
_id: import("mongoose").Types.ObjectId;
|
|
364
|
+
} & {
|
|
365
|
+
__v: number;
|
|
366
|
+
}, "id"> & {
|
|
367
|
+
id: string;
|
|
368
|
+
}>;
|
|
369
|
+
purchases?: import("mongoose").SchemaDefinitionProperty<Purchase[], User, Document<unknown, {}, User, {
|
|
370
|
+
id: string;
|
|
371
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
372
|
+
_id: import("mongoose").Types.ObjectId;
|
|
373
|
+
} & {
|
|
374
|
+
__v: number;
|
|
375
|
+
}, "id"> & {
|
|
376
|
+
id: string;
|
|
377
|
+
}>;
|
|
378
|
+
friends?: import("mongoose").SchemaDefinitionProperty<IUserFriend[], User, Document<unknown, {}, User, {
|
|
379
|
+
id: string;
|
|
380
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
381
|
+
_id: import("mongoose").Types.ObjectId;
|
|
382
|
+
} & {
|
|
383
|
+
__v: number;
|
|
384
|
+
}, "id"> & {
|
|
385
|
+
id: string;
|
|
386
|
+
}>;
|
|
387
|
+
winnerRatings?: import("mongoose").SchemaDefinitionProperty<IUserWinnerRating[], User, Document<unknown, {}, User, {
|
|
388
|
+
id: string;
|
|
389
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
390
|
+
_id: import("mongoose").Types.ObjectId;
|
|
391
|
+
} & {
|
|
392
|
+
__v: number;
|
|
393
|
+
}, "id"> & {
|
|
394
|
+
id: string;
|
|
395
|
+
}>;
|
|
396
|
+
achievements?: import("mongoose").SchemaDefinitionProperty<string[], User, Document<unknown, {}, User, {
|
|
397
|
+
id: string;
|
|
398
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
399
|
+
_id: import("mongoose").Types.ObjectId;
|
|
400
|
+
} & {
|
|
401
|
+
__v: number;
|
|
402
|
+
}, "id"> & {
|
|
403
|
+
id: string;
|
|
404
|
+
}>;
|
|
405
|
+
bannedUsers?: import("mongoose").SchemaDefinitionProperty<string[], User, Document<unknown, {}, User, {
|
|
406
|
+
id: string;
|
|
407
|
+
}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<User & {
|
|
408
|
+
_id: import("mongoose").Types.ObjectId;
|
|
409
|
+
} & {
|
|
410
|
+
__v: number;
|
|
411
|
+
}, "id"> & {
|
|
412
|
+
id: string;
|
|
413
|
+
}>;
|
|
414
|
+
}, User>;
|
|
98
415
|
//# sourceMappingURL=user.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,0BAA0B,EAAE,MAAM,CAAC;IACnC,2BAA2B,EAAE,MAAM,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;CACpC,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,MAAM,CAAC;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;CACjC,CAAA;AAED,qBACa,IAAI;IAMb,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,MAAM,CAAC;IAGjB,OAAO,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,cAAc,EAAE,IAAI,CAAC;IAKrB,aAAa,EAAE,MAAM,CAAC;IAGtB,cAAc,EAAE,MAAM,CAAC;IAGvB,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,UAAU,CAAC,EAAE,UAAU,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,IAAI,CAAC;IAGhB,cAAc,EAAE,OAAO,CAAC;IAGxB,YAAY,EAAE,IAAI,CAAC;IAGnB,kCAAkC,EAAE,MAAM,CAAC;IAG3C,iBAAiB,CAAC,EAAE,IAAI,CAAC;IAWzB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAG3B,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAG5B,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGxC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAG5B,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"user.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,0BAA0B,EAAE,MAAM,CAAC;IACnC,2BAA2B,EAAE,MAAM,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;CACpC,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,MAAM,CAAC;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;CACjC,CAAA;AAED,qBACa,IAAI;IAMb,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,MAAM,CAAC;IAGjB,OAAO,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,cAAc,EAAE,IAAI,CAAC;IAKrB,aAAa,EAAE,MAAM,CAAC;IAGtB,cAAc,EAAE,MAAM,CAAC;IAGvB,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,UAAU,CAAC,EAAE,UAAU,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,IAAI,CAAC;IAGhB,cAAc,EAAE,OAAO,CAAC;IAGxB,YAAY,EAAE,IAAI,CAAC;IAGnB,kCAAkC,EAAE,MAAM,CAAC;IAG3C,iBAAiB,CAAC,EAAE,IAAI,CAAC;IAWzB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAG3B,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAG5B,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGxC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAG5B,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAAqC,CAAC"}
|
|
@@ -9,13 +9,49 @@ export declare class TGUser {
|
|
|
9
9
|
photoUrl?: string;
|
|
10
10
|
allowsWriteToPm?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const TGUserSchema: import("mongoose").Schema<TGUser, import("mongoose").Model<TGUser, any, any, any, import("mongoose").Document<unknown, any, TGUser, any> & TGUser & {
|
|
12
|
+
export declare const TGUserSchema: import("mongoose").Schema<TGUser, import("mongoose").Model<TGUser, any, any, any, import("mongoose").Document<unknown, any, TGUser, any, import("mongoose").DefaultSchemaOptions> & TGUser & {
|
|
13
13
|
_id: import("mongoose").Types.ObjectId;
|
|
14
14
|
} & {
|
|
15
15
|
__v: number;
|
|
16
|
-
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, TGUser, import("mongoose").Document<unknown, {}, import("mongoose").
|
|
16
|
+
}, any, TGUser>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
17
17
|
_id: import("mongoose").Types.ObjectId;
|
|
18
18
|
} & {
|
|
19
19
|
__v: number;
|
|
20
|
-
}
|
|
20
|
+
}, {
|
|
21
|
+
id?: import("mongoose").SchemaDefinitionProperty<number, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
22
|
+
_id: import("mongoose").Types.ObjectId;
|
|
23
|
+
} & {
|
|
24
|
+
__v: number;
|
|
25
|
+
}>;
|
|
26
|
+
firstName?: import("mongoose").SchemaDefinitionProperty<string, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
27
|
+
_id: import("mongoose").Types.ObjectId;
|
|
28
|
+
} & {
|
|
29
|
+
__v: number;
|
|
30
|
+
}>;
|
|
31
|
+
lastName?: import("mongoose").SchemaDefinitionProperty<string, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
32
|
+
_id: import("mongoose").Types.ObjectId;
|
|
33
|
+
} & {
|
|
34
|
+
__v: number;
|
|
35
|
+
}>;
|
|
36
|
+
username?: import("mongoose").SchemaDefinitionProperty<string, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
37
|
+
_id: import("mongoose").Types.ObjectId;
|
|
38
|
+
} & {
|
|
39
|
+
__v: number;
|
|
40
|
+
}>;
|
|
41
|
+
languageCode?: import("mongoose").SchemaDefinitionProperty<string, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
42
|
+
_id: import("mongoose").Types.ObjectId;
|
|
43
|
+
} & {
|
|
44
|
+
__v: number;
|
|
45
|
+
}>;
|
|
46
|
+
photoUrl?: import("mongoose").SchemaDefinitionProperty<string, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
47
|
+
_id: import("mongoose").Types.ObjectId;
|
|
48
|
+
} & {
|
|
49
|
+
__v: number;
|
|
50
|
+
}>;
|
|
51
|
+
allowsWriteToPm?: import("mongoose").SchemaDefinitionProperty<boolean, TGUser, import("mongoose").Document<unknown, {}, TGUser, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & TGUser & {
|
|
52
|
+
_id: import("mongoose").Types.ObjectId;
|
|
53
|
+
} & {
|
|
54
|
+
__v: number;
|
|
55
|
+
}>;
|
|
56
|
+
}, TGUser>;
|
|
21
57
|
//# sourceMappingURL=user.tg.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.tg.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.tg.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,qBACa,MAAM;IAEf,EAAE,EAAE,MAAM,CAAC;IAGX,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"user.tg.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/user.tg.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,qBACa,MAAM;IAEf,EAAE,EAAE,MAAM,CAAC;IAGX,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAuC,CAAC"}
|