@a_team/prisma 3.12.3-macos-docker-linux → 3.12.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-d72d302f762238ce84eae77c1ec8c181f43aa8633603c25ef40f4bf39e086243",
2
+ "name": "prisma-client-0d901972cbd8f7a4ee318ba736af830551979429ffdaef8cf6dc830d0a52f555",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1424,6 +1424,7 @@ model User {
1424
1424
  clientInterviews ClientInterview[] @relation("clientInterviews")
1425
1425
  builderInterviews ClientInterview[] @relation("builderInterviews")
1426
1426
  proposalsAsTeamAdvisor Proposal[] @relation("teamAdvisor")
1427
+ isUsingSharedCalendar Boolean @default(false)
1427
1428
 
1428
1429
  @@map("users")
1429
1430
  }
@@ -465,7 +465,8 @@ exports.Prisma.UserScalarFieldEnum = {
465
465
  cvURL: 'cvURL',
466
466
  onboardingStage: 'onboardingStage',
467
467
  yearsExperience: 'yearsExperience',
468
- websites: 'websites'
468
+ websites: 'websites',
469
+ isUsingSharedCalendar: 'isUsingSharedCalendar'
469
470
  };
470
471
 
471
472
  exports.Prisma.UserPreferenceScalarFieldEnum = {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.12.4-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {