@a_team/prisma 3.25.0-macos-docker-linux → 3.26.0-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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +16 -0
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -0
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -9183,6 +9183,7 @@ export namespace Prisma {
|
|
|
9183
9183
|
hiddenFromUserIds?: boolean
|
|
9184
9184
|
hubspotDealId?: boolean
|
|
9185
9185
|
crm?: boolean | MissionRoleCrmDataDefaultArgs<ExtArgs>
|
|
9186
|
+
taNotes?: boolean
|
|
9186
9187
|
}, ExtArgs["result"]["missionRole"]>
|
|
9187
9188
|
|
|
9188
9189
|
|
|
@@ -9221,6 +9222,7 @@ export namespace Prisma {
|
|
|
9221
9222
|
isExpansion?: boolean
|
|
9222
9223
|
hiddenFromUserIds?: boolean
|
|
9223
9224
|
hubspotDealId?: boolean
|
|
9225
|
+
taNotes?: boolean
|
|
9224
9226
|
}
|
|
9225
9227
|
|
|
9226
9228
|
export type MissionRoleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
|
|
@@ -9263,6 +9265,7 @@ export namespace Prisma {
|
|
|
9263
9265
|
isExpansion: boolean | null
|
|
9264
9266
|
hiddenFromUserIds: string[]
|
|
9265
9267
|
hubspotDealId: string | null
|
|
9268
|
+
taNotes: string | null
|
|
9266
9269
|
}
|
|
9267
9270
|
composites: {
|
|
9268
9271
|
availability: Prisma.$MissionRoleAvailabilityPayload | null
|
|
@@ -9321,6 +9324,7 @@ export namespace Prisma {
|
|
|
9321
9324
|
readonly isExpansion: FieldRef<"MissionRole", 'Boolean'>
|
|
9322
9325
|
readonly hiddenFromUserIds: FieldRef<"MissionRole", 'String[]'>
|
|
9323
9326
|
readonly hubspotDealId: FieldRef<"MissionRole", 'String'>
|
|
9327
|
+
readonly taNotes: FieldRef<"MissionRole", 'String'>
|
|
9324
9328
|
}
|
|
9325
9329
|
|
|
9326
9330
|
|
|
@@ -10514,6 +10518,7 @@ export namespace Prisma {
|
|
|
10514
10518
|
typicalHourlyRate?: boolean
|
|
10515
10519
|
user?: boolean
|
|
10516
10520
|
availability?: boolean | MissionRoleAvailabilityDefaultArgs<ExtArgs>
|
|
10521
|
+
taNotes?: boolean
|
|
10517
10522
|
}, ExtArgs["result"]["missionSpecRole"]>
|
|
10518
10523
|
|
|
10519
10524
|
|
|
@@ -10536,6 +10541,7 @@ export namespace Prisma {
|
|
|
10536
10541
|
minimumCommitment?: boolean
|
|
10537
10542
|
typicalHourlyRate?: boolean
|
|
10538
10543
|
user?: boolean
|
|
10544
|
+
taNotes?: boolean
|
|
10539
10545
|
}
|
|
10540
10546
|
|
|
10541
10547
|
export type MissionSpecRoleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
|
|
@@ -10562,6 +10568,7 @@ export namespace Prisma {
|
|
|
10562
10568
|
minimumCommitment: number | null
|
|
10563
10569
|
typicalHourlyRate: number | null
|
|
10564
10570
|
user: string | null
|
|
10571
|
+
taNotes: string | null
|
|
10565
10572
|
}
|
|
10566
10573
|
composites: {
|
|
10567
10574
|
customQuestions: Prisma.$ClientRoleQuestionPayload[]
|
|
@@ -10599,6 +10606,7 @@ export namespace Prisma {
|
|
|
10599
10606
|
readonly minimumCommitment: FieldRef<"MissionSpecRole", 'Int'>
|
|
10600
10607
|
readonly typicalHourlyRate: FieldRef<"MissionSpecRole", 'Int'>
|
|
10601
10608
|
readonly user: FieldRef<"MissionSpecRole", 'String'>
|
|
10609
|
+
readonly taNotes: FieldRef<"MissionSpecRole", 'String'>
|
|
10602
10610
|
}
|
|
10603
10611
|
|
|
10604
10612
|
|
|
@@ -64483,6 +64491,7 @@ export namespace Prisma {
|
|
|
64483
64491
|
hiddenFromUserIds?: string[]
|
|
64484
64492
|
hubspotDealId?: string | null
|
|
64485
64493
|
crm?: MissionRoleCrmDataObjectEqualityInput | null
|
|
64494
|
+
taNotes?: string | null
|
|
64486
64495
|
}
|
|
64487
64496
|
|
|
64488
64497
|
export type EnumMissionStatusFilter<$PrismaModel = never> = {
|
|
@@ -65103,6 +65112,7 @@ export namespace Prisma {
|
|
|
65103
65112
|
typicalHourlyRate?: number | null
|
|
65104
65113
|
user?: string | null
|
|
65105
65114
|
availability?: MissionRoleAvailabilityObjectEqualityInput | null
|
|
65115
|
+
taNotes?: string | null
|
|
65106
65116
|
}
|
|
65107
65117
|
|
|
65108
65118
|
export type EnumMissionSpecStatusFilter<$PrismaModel = never> = {
|
|
@@ -68655,6 +68665,7 @@ export namespace Prisma {
|
|
|
68655
68665
|
hiddenFromUserIds?: MissionRoleCreatehiddenFromUserIdsInput | string[]
|
|
68656
68666
|
hubspotDealId?: string | null
|
|
68657
68667
|
crm?: MissionRoleCrmDataCreateInput | null
|
|
68668
|
+
taNotes?: string | null
|
|
68658
68669
|
}
|
|
68659
68670
|
|
|
68660
68671
|
export type MissionCreatetalentIndustriesInput = {
|
|
@@ -69223,6 +69234,7 @@ export namespace Prisma {
|
|
|
69223
69234
|
typicalHourlyRate?: number | null
|
|
69224
69235
|
user?: string | null
|
|
69225
69236
|
availability?: MissionRoleAvailabilityCreateInput | null
|
|
69237
|
+
taNotes?: string | null
|
|
69226
69238
|
}
|
|
69227
69239
|
|
|
69228
69240
|
export type StatusTimeNullableCreateEnvelopeInput = {
|
|
@@ -72462,6 +72474,7 @@ export namespace Prisma {
|
|
|
72462
72474
|
hiddenFromUserIds?: StringNullableListFilter<"MissionRole">
|
|
72463
72475
|
hubspotDealId?: StringNullableFilter<"MissionRole"> | string | null
|
|
72464
72476
|
crm?: XOR<MissionRoleCrmDataNullableCompositeFilter, MissionRoleCrmDataObjectEqualityInput> | null
|
|
72477
|
+
taNotes?: StringNullableFilter<"MissionRole"> | string | null
|
|
72465
72478
|
}
|
|
72466
72479
|
|
|
72467
72480
|
export type MissionRoleAvailabilityObjectEqualityInput = {
|
|
@@ -72758,6 +72771,7 @@ export namespace Prisma {
|
|
|
72758
72771
|
typicalHourlyRate?: IntNullableFilter<"MissionSpecRole"> | number | null
|
|
72759
72772
|
user?: StringNullableFilter<"MissionSpecRole"> | string | null
|
|
72760
72773
|
availability?: XOR<MissionRoleAvailabilityNullableCompositeFilter, MissionRoleAvailabilityObjectEqualityInput> | null
|
|
72774
|
+
taNotes?: StringNullableFilter<"MissionSpecRole"> | string | null
|
|
72761
72775
|
}
|
|
72762
72776
|
|
|
72763
72777
|
export type ClientRoleQuestionObjectEqualityInput = {
|
|
@@ -88696,6 +88710,7 @@ export namespace Prisma {
|
|
|
88696
88710
|
hiddenFromUserIds?: MissionRoleUpdatehiddenFromUserIdsInput | string[]
|
|
88697
88711
|
hubspotDealId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88698
88712
|
crm?: XOR<MissionRoleCrmDataNullableUpdateEnvelopeInput, MissionRoleCrmDataCreateInput> | null
|
|
88713
|
+
taNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88699
88714
|
}
|
|
88700
88715
|
|
|
88701
88716
|
export type MissionsTestingUpdateInput = {
|
|
@@ -89061,6 +89076,7 @@ export namespace Prisma {
|
|
|
89061
89076
|
typicalHourlyRate?: NullableIntFieldUpdateOperationsInput | number | null
|
|
89062
89077
|
user?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89063
89078
|
availability?: XOR<MissionRoleAvailabilityNullableUpdateEnvelopeInput, MissionRoleAvailabilityCreateInput> | null
|
|
89079
|
+
taNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89064
89080
|
}
|
|
89065
89081
|
|
|
89066
89082
|
export type StatusTimeUpdateInput = {
|