@a_team/prisma 3.9.3-win → 3.9.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-17cc1479e4c8654a0b5ea164b019b8cf10b800ab332759d47ebe9715c80512f5",
2
+ "name": "prisma-client-49556b8b5cc9b9231757cf5fe1ceb742e3e03b531cc68f0fca785415709e99ad",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1046,6 +1046,11 @@ type GitHubData {
1046
1046
  username String
1047
1047
  }
1048
1048
 
1049
+ type DribbbleData {
1050
+ username String
1051
+ profileURL String?
1052
+ }
1053
+
1049
1054
  type Location {
1050
1055
  country String
1051
1056
  city String?
@@ -1088,7 +1093,7 @@ model User {
1088
1093
  availability Availability?
1089
1094
  missionApplication MissionApplication[]
1090
1095
  github GitHubData?
1091
- dribbble String?
1096
+ dribbble DribbbleData?
1092
1097
  yearsExperience Float?
1093
1098
  websites String[]
1094
1099
  location Location?
@@ -369,7 +369,6 @@ exports.Prisma.UserScalarFieldEnum = {
369
369
  aboutMe: 'aboutMe',
370
370
  cvURL: 'cvURL',
371
371
  onboardingStage: 'onboardingStage',
372
- dribbble: 'dribbble',
373
372
  yearsExperience: 'yearsExperience',
374
373
  websites: 'websites'
375
374
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.9.3-win",
3
+ "version": "3.9.4-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],