lang-database 7.0.0 → 7.0.2
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.
|
@@ -88,7 +88,7 @@ Prisma.NullTypes = {
|
|
|
88
88
|
// https://github.com/microsoft/TypeScript/issues/3192#issuecomment-261720275
|
|
89
89
|
function makeEnum(x) { return x; }
|
|
90
90
|
|
|
91
|
-
exports.Prisma.
|
|
91
|
+
exports.Prisma.AchievementScalarFieldEnum = makeEnum({
|
|
92
92
|
id: 'id',
|
|
93
93
|
userId: 'userId',
|
|
94
94
|
badge: 'badge',
|
|
@@ -196,7 +196,7 @@ exports.Prisma.UserScalarFieldEnum = makeEnum({
|
|
|
196
196
|
teamId: 'teamId',
|
|
197
197
|
passwordActivated: 'passwordActivated'
|
|
198
198
|
});
|
|
199
|
-
exports.
|
|
199
|
+
exports.AchievementType = makeEnum({
|
|
200
200
|
Today15Min: 'Today15Min',
|
|
201
201
|
Weekly15Min: 'Weekly15Min',
|
|
202
202
|
Monthly15Min: 'Monthly15Min',
|
|
@@ -216,7 +216,7 @@ exports.Prisma.ModelName = makeEnum({
|
|
|
216
216
|
Category: 'Category',
|
|
217
217
|
Pack: 'Pack',
|
|
218
218
|
User: 'User',
|
|
219
|
-
|
|
219
|
+
Achievement: 'Achievement',
|
|
220
220
|
Team: 'Team',
|
|
221
221
|
Teacher: 'Teacher',
|
|
222
222
|
GoogleUser: 'GoogleUser',
|