@a_team/prisma 3.17.4-macos-docker-linux → 3.17.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-8f298beef9fbf20c8659825012565483684cdc4e33fe05719193ff86ee382924",
2
+ "name": "prisma-client-82f65a003ca3582b9366c42f140da265c0a9c37de252d5ad7d499f6c4ca6d18d",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1143,6 +1143,8 @@ type MissionSpecRole {
1143
1143
  builderRateMin Float? @db.Double
1144
1144
  builderMonthlyRateMin Float?
1145
1145
  builderMonthlyRateMax Float?
1146
+ headline String?
1147
+ headlineHtml String?
1146
1148
  margin Float? @db.Double
1147
1149
  categoryId String @map("category") @db.ObjectId
1148
1150
  createdAt DateTime? @default(now()) @db.Date
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.17.5-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {