@a_team/prisma 1.0.16 → 1.0.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "generate": "npx prisma generate",
@@ -19,8 +19,9 @@ type MissionRolePreferredSkill {
19
19
  }
20
20
 
21
21
  type MissionRoleRequiredSkill {
22
- rating Int?
23
- talentSkillId String @db.ObjectId
22
+ rating Int?
23
+ talentSkillId String @db.ObjectId
24
+ talentSkillName String
24
25
  }
25
26
 
26
27
  type MissionRoleUtcOffsetRange {