@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-53aaad99b6f023567af713e7ae9e396b9183999fa3a0320561ecabbab571b9f6",
2
+ "name": "prisma-client-9f5b65cb8ce38c2f9c0df03cc5e8969dc1e5fcb43ec7184addff5f5f8ef01236",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -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 {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.14.7-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.14.8-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {