@a_team/prisma 1.0.17 → 1.0.19

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.17",
3
+ "version": "1.0.19",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "generate": "npx prisma generate",
@@ -19,9 +19,8 @@ type MissionRolePreferredSkill {
19
19
  }
20
20
 
21
21
  type MissionRoleRequiredSkill {
22
- rating Int?
23
- talentSkillId String @db.ObjectId
24
- talentSkillName String
22
+ rating Int?
23
+ talentSkillId String @db.ObjectId
25
24
  }
26
25
 
27
26
  type MissionRoleUtcOffsetRange {
@@ -48,6 +48,7 @@ type MissionSpecRole {
48
48
  customQuestions ClientRoleQuestion[]
49
49
  description String?
50
50
  isLead Boolean @default(false)
51
+ tags String[]
51
52
  locations String[]
52
53
  minimumCommitment Int?
53
54
  preferredSkills String[] @db.ObjectId