@a_team/prisma 3.17.2-macos-docker-linux → 3.17.3-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-e28fb20cd30955a9a63da4fe0a28958aa38af018e2b2a24b28c78f3bdc4038ed",
2
+ "name": "prisma-client-ae8358dcf25b951d95f37f520cc767bcfb886d14edb812580ecd09aaf58e35e7",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1142,7 +1142,7 @@ type MissionSpecRole {
1142
1142
  builderRateMax Float? @db.Double
1143
1143
  builderRateMin Float? @db.Double
1144
1144
  margin Float? @db.Double
1145
- category String? @db.ObjectId
1145
+ categoryId String @map("category") @db.ObjectId
1146
1146
  createdAt DateTime? @default(now()) @db.Date
1147
1147
  createdBy String? @db.ObjectId
1148
1148
  customQuestions ClientRoleQuestion[]
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.17.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {