@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.
@@ -7356,6 +7356,7 @@ export namespace Prisma {
7356
7356
  roleDealType?: boolean
7357
7357
  isExpansion?: boolean
7358
7358
  hiddenFromUserIds?: boolean
7359
+ hubspotDealId?: boolean
7359
7360
  }, ExtArgs["result"]["missionRole"]>
7360
7361
 
7361
7362
 
@@ -7393,6 +7394,7 @@ export namespace Prisma {
7393
7394
  roleDealType?: boolean
7394
7395
  isExpansion?: boolean
7395
7396
  hiddenFromUserIds?: boolean
7397
+ hubspotDealId?: boolean
7396
7398
  }
7397
7399
 
7398
7400
  export type MissionRoleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
@@ -7434,6 +7436,7 @@ export namespace Prisma {
7434
7436
  roleDealType: string | null
7435
7437
  isExpansion: boolean | null
7436
7438
  hiddenFromUserIds: string[]
7439
+ hubspotDealId: string | null
7437
7440
  }
7438
7441
  composites: {
7439
7442
  availability: Prisma.$MissionRoleAvailabilityPayload | null
@@ -7490,6 +7493,7 @@ export namespace Prisma {
7490
7493
  readonly roleDealType: FieldRef<"MissionRole", 'String'>
7491
7494
  readonly isExpansion: FieldRef<"MissionRole", 'Boolean'>
7492
7495
  readonly hiddenFromUserIds: FieldRef<"MissionRole", 'String[]'>
7496
+ readonly hubspotDealId: FieldRef<"MissionRole", 'String'>
7493
7497
  }
7494
7498
 
7495
7499
 
@@ -9279,6 +9283,9 @@ export namespace Prisma {
9279
9283
  portfolioPassword?: boolean
9280
9284
  slug?: boolean
9281
9285
  numberOfHoursBilled?: boolean
9286
+ markup?: boolean
9287
+ builderHourlyRate?: boolean
9288
+ clientHourlyRate?: boolean
9282
9289
  }, ExtArgs["result"]["proposalCandidate"]>
9283
9290
 
9284
9291
 
@@ -9306,6 +9313,9 @@ export namespace Prisma {
9306
9313
  portfolioPassword?: boolean
9307
9314
  slug?: boolean
9308
9315
  numberOfHoursBilled?: boolean
9316
+ markup?: boolean
9317
+ builderHourlyRate?: boolean
9318
+ clientHourlyRate?: boolean
9309
9319
  }
9310
9320
 
9311
9321
  export type ProposalCandidateInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
@@ -9337,6 +9347,9 @@ export namespace Prisma {
9337
9347
  portfolioPassword: string | null
9338
9348
  slug: string | null
9339
9349
  numberOfHoursBilled: number | null
9350
+ markup: number | null
9351
+ builderHourlyRate: number | null
9352
+ clientHourlyRate: number | null
9340
9353
  }
9341
9354
  composites: {
9342
9355
  clientReview: Prisma.$ProposalReviewPayload | null
@@ -9378,6 +9391,9 @@ export namespace Prisma {
9378
9391
  readonly portfolioPassword: FieldRef<"ProposalCandidate", 'String'>
9379
9392
  readonly slug: FieldRef<"ProposalCandidate", 'String'>
9380
9393
  readonly numberOfHoursBilled: FieldRef<"ProposalCandidate", 'Float'>
9394
+ readonly markup: FieldRef<"ProposalCandidate", 'Float'>
9395
+ readonly builderHourlyRate: FieldRef<"ProposalCandidate", 'Float'>
9396
+ readonly clientHourlyRate: FieldRef<"ProposalCandidate", 'Float'>
9381
9397
  }
9382
9398
 
9383
9399
 
@@ -48378,6 +48394,7 @@ export namespace Prisma {
48378
48394
  roleDealType?: string | null
48379
48395
  isExpansion?: boolean | null
48380
48396
  hiddenFromUserIds?: string[]
48397
+ hubspotDealId?: string | null
48381
48398
  }
48382
48399
 
48383
48400
  export type EnumMissionStatusFilter<$PrismaModel = never> = {
@@ -49300,6 +49317,9 @@ export namespace Prisma {
49300
49317
  portfolioPassword?: string | null
49301
49318
  slug?: string | null
49302
49319
  numberOfHoursBilled?: number | null
49320
+ markup?: number | null
49321
+ builderHourlyRate?: number | null
49322
+ clientHourlyRate?: number | null
49303
49323
  }
49304
49324
 
49305
49325
  export type ProposalRoleDataCompositeListFilter = {
@@ -51686,6 +51706,7 @@ export namespace Prisma {
51686
51706
  roleDealType?: string | null
51687
51707
  isExpansion?: boolean | null
51688
51708
  hiddenFromUserIds?: MissionRoleCreatehiddenFromUserIdsInput | string[]
51709
+ hubspotDealId?: string | null
51689
51710
  }
51690
51711
 
51691
51712
  export type MissionCreatetalentIndustriesInput = {
@@ -52525,6 +52546,9 @@ export namespace Prisma {
52525
52546
  portfolioPassword?: string | null
52526
52547
  slug?: string | null
52527
52548
  numberOfHoursBilled?: number | null
52549
+ markup?: number | null
52550
+ builderHourlyRate?: number | null
52551
+ clientHourlyRate?: number | null
52528
52552
  }
52529
52553
 
52530
52554
  export type ProposalRoleDataListCreateEnvelopeInput = {
@@ -54775,6 +54799,7 @@ export namespace Prisma {
54775
54799
  roleDealType?: StringNullableFilter<"MissionRole"> | string | null
54776
54800
  isExpansion?: BoolNullableFilter<"MissionRole"> | boolean | null
54777
54801
  hiddenFromUserIds?: StringNullableListFilter<"MissionRole">
54802
+ hubspotDealId?: StringNullableFilter<"MissionRole"> | string | null
54778
54803
  }
54779
54804
 
54780
54805
  export type MissionRoleAvailabilityObjectEqualityInput = {
@@ -55203,6 +55228,9 @@ export namespace Prisma {
55203
55228
  portfolioPassword?: StringNullableFilter<"ProposalCandidate"> | string | null
55204
55229
  slug?: StringNullableFilter<"ProposalCandidate"> | string | null
55205
55230
  numberOfHoursBilled?: FloatNullableFilter<"ProposalCandidate"> | number | null
55231
+ markup?: FloatNullableFilter<"ProposalCandidate"> | number | null
55232
+ builderHourlyRate?: FloatNullableFilter<"ProposalCandidate"> | number | null
55233
+ clientHourlyRate?: FloatNullableFilter<"ProposalCandidate"> | number | null
55206
55234
  }
55207
55235
 
55208
55236
  export type ProposalCandidateSectionsObjectEqualityInput = {
@@ -68101,6 +68129,7 @@ export namespace Prisma {
68101
68129
  roleDealType?: NullableStringFieldUpdateOperationsInput | string | null
68102
68130
  isExpansion?: NullableBoolFieldUpdateOperationsInput | boolean | null
68103
68131
  hiddenFromUserIds?: MissionRoleUpdatehiddenFromUserIdsInput | string[]
68132
+ hubspotDealId?: NullableStringFieldUpdateOperationsInput | string | null
68104
68133
  }
68105
68134
 
68106
68135
  export type MissionsTestingUpdateInput = {
@@ -68649,6 +68678,9 @@ export namespace Prisma {
68649
68678
  portfolioPassword?: NullableStringFieldUpdateOperationsInput | string | null
68650
68679
  slug?: NullableStringFieldUpdateOperationsInput | string | null
68651
68680
  numberOfHoursBilled?: NullableFloatFieldUpdateOperationsInput | number | null
68681
+ markup?: NullableFloatFieldUpdateOperationsInput | number | null
68682
+ builderHourlyRate?: NullableFloatFieldUpdateOperationsInput | number | null
68683
+ clientHourlyRate?: NullableFloatFieldUpdateOperationsInput | number | null
68652
68684
  }
68653
68685
 
68654
68686
  export type ProposalRoleDataUpdateInput = {