@a_team/prisma 3.20.1-macos-docker-linux → 3.20.2-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-62bd280364ab8290c8eea72b5aa5fabbf3128d54f1fa9352eb9e7b79327d69ee",
2
+ "name": "prisma-client-e1928f651b717bef62916c73f2d5d76244ac2bf4f3f81017c71d1977f1512558",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -445,7 +445,7 @@ type WorkingHours {
445
445
  daily LocalHourRange[]
446
446
  utcStandardHours LocalHourRange[]
447
447
  utcDaylightHours LocalHourRange[]
448
- numberOfMinutesOverlap Int
448
+ numberOfMinutesOverlap Int?
449
449
  }
450
450
 
451
451
  type StructuredEnrichment {
@@ -1822,6 +1822,7 @@ model User {
1822
1822
  proposalsAsTeamAdvisor Proposal[] @relation("teamAdvisor")
1823
1823
  isUsingSharedCalendar Boolean @default(false)
1824
1824
  timezone TimezoneObject?
1825
+ workingHours WorkingHours?
1825
1826
  acceptTOS AcceptTOS?
1826
1827
  acceptTOSHistory AcceptTOS[]
1827
1828
  portfolio UserPortfolio?
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.20.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.20.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {