@a_team/prisma 3.9.4-win → 3.9.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-49556b8b5cc9b9231757cf5fe1ceb742e3e03b531cc68f0fca785415709e99ad",
2
+ "name": "prisma-client-ba3530d683c80bc024743189a1350aabfe153b1dca99bf814b5b52be5a6d1e1b",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -788,6 +788,9 @@ model Proposal {
788
788
  currency String?
789
789
  teamProposal Boolean?
790
790
  rolesData ProposalRoleData[]
791
+ name String?
792
+ slug String?
793
+ teamBlurb String?
791
794
 
792
795
  @@map("proposals")
793
796
  }
@@ -844,6 +847,16 @@ type ProposalCandidate {
844
847
  projects String[] @db.ObjectId
845
848
  reviews String[] @db.ObjectId
846
849
  cardSections ProposalCandidateSections?
850
+ isTeamLead Boolean?
851
+ tfsPitch ProposalTfsPitch?
852
+ proposedAt DateTime?
853
+ githubUrl String?
854
+ cvUrl String?
855
+ portfolioUrl String?
856
+ portfolioPassword String?
857
+ gptUsageLogId String?
858
+ linkedInRecommendations String[]
859
+ slug String?
847
860
  }
848
861
 
849
862
  type ProposalCandidateSectionData {
@@ -862,6 +875,11 @@ type ProposalRoleData {
862
875
  aboutBuildersSection String?
863
876
  }
864
877
 
878
+ type ProposalTfsPitch {
879
+ blurb String?
880
+ website String?
881
+ }
882
+
865
883
  model RoleCategory {
866
884
  id String @id @default(auto()) @map("_id") @db.ObjectId
867
885
  anchors String[]
@@ -315,7 +315,10 @@ exports.Prisma.ProposalScalarFieldEnum = {
315
315
  missionSpecId: 'missionSpecId',
316
316
  applications: 'applications',
317
317
  currency: 'currency',
318
- teamProposal: 'teamProposal'
318
+ teamProposal: 'teamProposal',
319
+ name: 'name',
320
+ slug: 'slug',
321
+ teamBlurb: 'teamBlurb'
319
322
  };
320
323
 
321
324
  exports.Prisma.RoleCategoryScalarFieldEnum = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.9.4-win",
3
+ "version": "3.9.5-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],