@a_team/prisma 1.0.18 → 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.18",
3
+ "version": "1.0.19",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "generate": "npx prisma generate",
@@ -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