@a_team/prisma 3.26.0-win → 3.26.1-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-1aa7619c74efa3010f686fdb2b4c5b25fe0a37505e753fe52a597cf3d035e9cb",
2
+ "name": "prisma-client-c70f4ff77281f223f07ec59679a00cd9d3e9d7c927abd0705f7964d5e29208e1",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2010,6 +2010,7 @@ model User {
2010
2010
  lastName String?
2011
2011
  username String? @unique(map: "username_1")
2012
2012
  email String @unique(map: "email_1")
2013
+ displayEmail String?
2013
2014
  isAdmin Boolean @default(false)
2014
2015
  createdMissionsModels Mission[] @relation("creator")
2015
2016
  ownedMissionsModels Mission[] @relation("ownerModel")
@@ -613,6 +613,7 @@ exports.Prisma.UserScalarFieldEnum = {
613
613
  lastName: 'lastName',
614
614
  username: 'username',
615
615
  email: 'email',
616
+ displayEmail: 'displayEmail',
616
617
  isAdmin: 'isAdmin',
617
618
  type: 'type',
618
619
  pictureURL: 'pictureURL',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.26.0-win",
3
+ "version": "3.26.1-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],