@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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +16 -0
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -0
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -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
|