@a_team/prisma 3.14.6-macos-docker-linux → 3.14.7-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-3baac565c0b134a5f84a437c0018928c544cc3cbf82d4a0c17dcbe3c6bfd9c7a",
2
+ "name": "prisma-client-53aaad99b6f023567af713e7ae9e396b9183999fa3a0320561ecabbab571b9f6",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -984,6 +984,13 @@ type MissionApplicationAnalysisObject {
984
984
  gptConfigId String @db.ObjectId
985
985
  }
986
986
 
987
+ type MissionApplicationProposedRates {
988
+ builderHourlyRate Float?
989
+ clientHourlyRate Float?
990
+ builderMonthlyRate Float?
991
+ clientMonthlyRate Float?
992
+ }
993
+
987
994
  model MissionApplication {
988
995
  aid String @id @default(auto()) @map("_id") @db.ObjectId
989
996
  uid String @map("user") @db.ObjectId
@@ -1012,6 +1019,7 @@ model MissionApplication {
1012
1019
  roleHistory RoleHistoryEntry[]
1013
1020
  changes MissionApplicationChanges?
1014
1021
  analysis MissionApplicationAnalysisObject?
1022
+ proposedRates MissionApplicationProposedRates?
1015
1023
 
1016
1024
  @@map("missionApplications")
1017
1025
  }
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.14.6-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.14.7-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {