@a_team/prisma 3.9.1-win → 3.9.2-linux-debian

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-49490972f7fe65334edc4ccdec4e5666769cc29e345f4c586fc622b9c9f312e3",
2
+ "name": "prisma-client-17cc1479e4c8654a0b5ea164b019b8cf10b800ab332759d47ebe9715c80512f5",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -787,6 +787,7 @@ model Proposal {
787
787
  candidates ProposalCandidate[]
788
788
  currency String?
789
789
  teamProposal Boolean?
790
+ rolesData ProposalRoleData[]
790
791
 
791
792
  @@map("proposals")
792
793
  }
@@ -856,6 +857,11 @@ type ProposalCandidateSections {
856
857
  experience ProposalCandidateSectionData
857
858
  }
858
859
 
860
+ type ProposalRoleData {
861
+ rid String @db.ObjectId
862
+ aboutBuildersSection String?
863
+ }
864
+
859
865
  model RoleCategory {
860
866
  id String @id @default(auto()) @map("_id") @db.ObjectId
861
867
  anchors String[]
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.9.1-win",
3
+ "version": "3.9.2-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],