@a_team/prisma 3.17.5-macos-docker-linux → 3.17.6-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-82f65a003ca3582b9366c42f140da265c0a9c37de252d5ad7d499f6c4ca6d18d",
2
+ "name": "prisma-client-956871fc1d15d5a8d8e82b6559e25d7d4095e81c9446aaffc378b02f16f88fd2",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1410,10 +1410,11 @@ enum Priority {
1410
1410
  }
1411
1411
 
1412
1412
  type CriteriaItem {
1413
- name String
1413
+ id String @db.ObjectId
1414
1414
  description String
1415
1415
  type CriteriaItemType
1416
1416
  priority Priority
1417
+ createdAt DateTime? @default(now()) @db.Date
1417
1418
  updatedAt DateTime? @db.Date
1418
1419
  }
1419
1420
 
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.5-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.17.6-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {