@a_team/prisma 3.8.2-win → 3.8.3-linux-debian

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-c9d6a29455e6a6148e0ddb3b03ea03f715da48a1433d93548777e07a52e3e4d4",
2
+ "name": "prisma-client-a0668ce1a400c71b16b5848898723d64a17b3054d650e6300086883d48d93158",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1032,6 +1032,7 @@ model User {
1032
1032
  github GitHubData?
1033
1033
  dribbble String?
1034
1034
  yearsExperience Float?
1035
+ websites String[]
1035
1036
  authoredProposals Proposal[] @relation("createdBy")
1036
1037
  sharedProposals Proposal[] @relation("sharedBy")
1037
1038
 
@@ -363,7 +363,8 @@ exports.Prisma.UserScalarFieldEnum = {
363
363
  cvURL: 'cvURL',
364
364
  onboardingStage: 'onboardingStage',
365
365
  dribbble: 'dribbble',
366
- yearsExperience: 'yearsExperience'
366
+ yearsExperience: 'yearsExperience',
367
+ websites: 'websites'
367
368
  };
368
369
 
369
370
  exports.Prisma.SortOrder = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.2-win",
3
+ "version": "3.8.3-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],