@a_team/prisma 3.12.0-macos-docker-linux → 3.12.1-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-f552c7fe9e083c46307a7ea9d638052ec4593254eabc1c837409fdcfe02d6217",
2
+ "name": "prisma-client-af36fd2a00ac4ab3b6d0aa79319018c0cd9388f2644c7824b76b95d7102f4ad6",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -621,6 +621,7 @@ type MissionRole {
621
621
  locations String[]
622
622
  lookingForApplications Boolean?
623
623
  margin Float?
624
+ markup Float?
624
625
  preferredSkills MissionRolePreferredSkill[]
625
626
  requiredSkills MissionRoleRequiredSkill[]
626
627
  setAsScheduledToEndAt DateTime? @db.Date
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.12.1-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {