@a_team/prisma 3.14.7-macos-docker-linux → 3.14.8-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 +32 -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 +4 -0
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -752,6 +752,7 @@ type MissionRole {
|
|
|
752
752
|
roleDealType String?
|
|
753
753
|
isExpansion Boolean? @default(false)
|
|
754
754
|
hiddenFromUserIds String[] @db.ObjectId
|
|
755
|
+
hubspotDealId String?
|
|
755
756
|
}
|
|
756
757
|
|
|
757
758
|
type MissionsManager {
|
|
@@ -1281,6 +1282,9 @@ type ProposalCandidate {
|
|
|
1281
1282
|
portfolioPassword String?
|
|
1282
1283
|
slug String?
|
|
1283
1284
|
numberOfHoursBilled Float?
|
|
1285
|
+
markup Float?
|
|
1286
|
+
builderHourlyRate Float?
|
|
1287
|
+
clientHourlyRate Float?
|
|
1284
1288
|
}
|
|
1285
1289
|
|
|
1286
1290
|
type ProposalCandidateSectionData {
|