@a_team/prisma 3.12.4-macos-docker-linux → 3.12.5-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-0d901972cbd8f7a4ee318ba736af830551979429ffdaef8cf6dc830d0a52f555",
2
+ "name": "prisma-client-4af9d30e21c25969439efe79e0b936790d59ab983ef66a4c89159f428869a24d",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1425,6 +1425,7 @@ model User {
1425
1425
  builderInterviews ClientInterview[] @relation("builderInterviews")
1426
1426
  proposalsAsTeamAdvisor Proposal[] @relation("teamAdvisor")
1427
1427
  isUsingSharedCalendar Boolean @default(false)
1428
+ timezone TimezoneObject?
1428
1429
 
1429
1430
  @@map("users")
1430
1431
  }
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.12.5-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {