@a_team/prisma 3.8.1-win → 3.8.2-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-e57dc4adde8d355a867bc0ca7d17c8689f83ebf54ec32a3e18c73089b9695494",
2
+ "name": "prisma-client-c9d6a29455e6a6148e0ddb3b03ea03f715da48a1433d93548777e07a52e3e4d4",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -995,6 +995,10 @@ type Availability {
995
995
  availability AvailabilityObject?
996
996
  }
997
997
 
998
+ type GitHubData {
999
+ username String
1000
+ }
1001
+
998
1002
  model User {
999
1003
  id String @id @default(auto()) @map("_id") @db.ObjectId
1000
1004
  firstName String?
@@ -1025,6 +1029,9 @@ model User {
1025
1029
  missionPreferences MissionPreferences?
1026
1030
  availability Availability?
1027
1031
  missionApplication MissionApplication[]
1032
+ github GitHubData?
1033
+ dribbble String?
1034
+ yearsExperience Float?
1028
1035
  authoredProposals Proposal[] @relation("createdBy")
1029
1036
  sharedProposals Proposal[] @relation("sharedBy")
1030
1037
 
@@ -361,7 +361,9 @@ exports.Prisma.UserScalarFieldEnum = {
361
361
  tokenVersion: 'tokenVersion',
362
362
  aboutMe: 'aboutMe',
363
363
  cvURL: 'cvURL',
364
- onboardingStage: 'onboardingStage'
364
+ onboardingStage: 'onboardingStage',
365
+ dribbble: 'dribbble',
366
+ yearsExperience: 'yearsExperience'
365
367
  };
366
368
 
367
369
  exports.Prisma.SortOrder = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.1-win",
3
+ "version": "3.8.2-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],