@a_team/prisma 3.14.3-macos-docker-linux → 3.14.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-bd2a37b3c0d2818d2afd868fe352998ad3e27eb1382fdf6ede66691bba64ea92",
2
+ "name": "prisma-client-0d702d115060d4c733b27eba1d879679daca2b2b6dc245601bd35c7b6b6765e2",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -692,7 +692,6 @@ enum MissionRoleVisibilityStatus {
692
692
 
693
693
  type MissionRoleVisibility {
694
694
  visibilityStatus MissionRoleVisibilityStatus
695
- allVisibleAt DateTime? @db.Date
696
695
  }
697
696
 
698
697
  type MissionRoleWorkingHours {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.14.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.14.4-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {