@a_team/prisma 3.17.1-macos-docker-linux → 3.17.2-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-55c1daf47473d2ff0139d997eaa7565d0c9515bdff4e7f9ec76f825bb2d74933",
2
+ "name": "prisma-client-e28fb20cd30955a9a63da4fe0a28958aa38af018e2b2a24b28c78f3bdc4038ed",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1414,7 +1414,7 @@ type CriteriaItem {
1414
1414
 
1415
1415
  model RoleHiringCriteria {
1416
1416
  id String @id @default(auto()) @map("_id") @db.ObjectId
1417
- roleId String @db.ObjectId
1417
+ roleId String @unique @db.ObjectId
1418
1418
 
1419
1419
  requiredSpecializations String[] @db.ObjectId
1420
1420
  suggestedSpecializations String[] @db.ObjectId
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.17.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {