@a_team/prisma 3.8.3-macos-docker-linux → 3.8.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-a0668ce1a400c71b16b5848898723d64a17b3054d650e6300086883d48d93158",
2
+ "name": "prisma-client-0a1082e11a6a63786bf4287e8d3719c1363b44b3c86a914610018880b056ae20",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -779,8 +779,8 @@ type ProposalTemplateMap {
779
779
 
780
780
  type ProposalReview {
781
781
  status ProposalReviewStatus
782
- reviewedBy String @db.ObjectId
783
- reviewedAt DateTime @db.Date
782
+ reviewedBy String? @db.ObjectId
783
+ reviewedAt DateTime? @db.Date
784
784
  rejectionReason String?
785
785
  rejectionNote String?
786
786
  }
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.8.4-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {