@a_team/prisma 3.28.3-macos-docker-linux → 3.28.4-linux

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-30e70817d53269e9ef793ec7c1aab6062be12473ed138122f599b27d0bd21c69",
2
+ "name": "prisma-client-da93963b99c3cf84498fe40d452333eab13d76a2966ee6ef38ab1efe311687fd",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2298,7 +2298,7 @@ model VettingProcess {
2298
2298
  userId String? @map("user") @db.ObjectId
2299
2299
  user User? @relation("userVettingProcesses", fields: [userId], references: [id])
2300
2300
  /// The vetter/interviewer (optional, assigned later)
2301
- vetterId String? @db.ObjectId
2301
+ vetterId String? @map("vetter") @db.ObjectId
2302
2302
  vetter User? @relation("vetterVettingProcesses", fields: [vetterId], references: [id])
2303
2303
  status VettingProcessStatus
2304
2304
  vettingType VettingType
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.28.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.28.4-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {