@a_team/prisma 3.14.2-macos-docker-linux → 3.14.3-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-d32896a83107602f1a5792c7af61d42fd20af219dfb7f7a747bc435c609eee79",
2
+ "name": "prisma-client-bd2a37b3c0d2818d2afd868fe352998ad3e27eb1382fdf6ede66691bba64ea92",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -692,6 +692,7 @@ enum MissionRoleVisibilityStatus {
692
692
 
693
693
  type MissionRoleVisibility {
694
694
  visibilityStatus MissionRoleVisibilityStatus
695
+ allVisibleAt DateTime? @db.Date
695
696
  }
696
697
 
697
698
  type MissionRoleWorkingHours {
@@ -1584,8 +1585,8 @@ type UserEventType {
1584
1585
  type Preferences {
1585
1586
  disableSuggestionsTimeLimit Boolean?
1586
1587
  hasAcceptedYouAreIn Boolean?
1587
- dismissedLinkedinBannerAt Boolean?
1588
- lastLinkedInRecommendationsFetch Boolean?
1588
+ dismissedLinkedinBannerAt DateTime? @db.Date
1589
+ lastLinkedInRecommendationsFetch DateTime? @db.Date
1589
1590
  shouldAutoRecord Boolean @default(true)
1590
1591
  bookingFrequency BookingFrequency?
1591
1592
  }
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.14.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.14.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {