@a_team/prisma 3.8.5-win → 3.8.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-8fec205c726c656483ec03d7e80b5355c44c0cdcc93ebcb8f7341cb04b638146",
2
+ "name": "prisma-client-669edd5ba4ddedbe3566b43c10bbd0f6614b19bb491c7949c1dfcde2a2057c09",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -999,6 +999,17 @@ type GitHubData {
999
999
  username String
1000
1000
  }
1001
1001
 
1002
+ type Location {
1003
+ country String
1004
+ city String?
1005
+ countryShortName String?
1006
+ province String?
1007
+ }
1008
+
1009
+ type PlatformExperience {
1010
+ billedMinutes Float
1011
+ }
1012
+
1002
1013
  model User {
1003
1014
  id String @id @default(auto()) @map("_id") @db.ObjectId
1004
1015
  firstName String?
@@ -1033,6 +1044,8 @@ model User {
1033
1044
  dribbble String?
1034
1045
  yearsExperience Float?
1035
1046
  websites String[]
1047
+ location Location?
1048
+ platformExperience PlatformExperience?
1036
1049
  authoredProposals Proposal[] @relation("createdBy")
1037
1050
  sharedProposals Proposal[] @relation("sharedBy")
1038
1051
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.5-win",
3
+ "version": "3.8.6-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],