@a_team/prisma 3.6.4-macos-docker-linux → 3.6.5-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-c3fc3eb2fd83bf2ad1398d8ef54a4b733b78b2ffbc58bd6c5b8e5d2f0620a10a",
2
+ "name": "prisma-client-9e7aebabd10769b874df309d8e095739f9ea042c42ba63c3ccfa3cb819cdc4de",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -782,6 +782,8 @@ type ProposalReview {
782
782
  }
783
783
 
784
784
  type ProposalCandidate {
785
+ rid String? @db.ObjectId
786
+ aid String? @db.ObjectId
785
787
  hourlyRate Float?
786
788
  showHourlyRate Boolean?
787
789
  monthlyRate Float?
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.6.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.6.5-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {