@a_team/prisma 3.15.0-macos-docker-linux → 3.15.1-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 +8 -8
- 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 +1 -1
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -9392,7 +9392,7 @@ export namespace Prisma {
|
|
|
9392
9392
|
numberOfHoursBilled?: boolean
|
|
9393
9393
|
markup?: boolean
|
|
9394
9394
|
builderHourlyRate?: boolean
|
|
9395
|
-
|
|
9395
|
+
builderMonthlyRate?: boolean
|
|
9396
9396
|
}, ExtArgs["result"]["proposalCandidate"]>
|
|
9397
9397
|
|
|
9398
9398
|
|
|
@@ -9422,7 +9422,7 @@ export namespace Prisma {
|
|
|
9422
9422
|
numberOfHoursBilled?: boolean
|
|
9423
9423
|
markup?: boolean
|
|
9424
9424
|
builderHourlyRate?: boolean
|
|
9425
|
-
|
|
9425
|
+
builderMonthlyRate?: boolean
|
|
9426
9426
|
}
|
|
9427
9427
|
|
|
9428
9428
|
export type ProposalCandidateInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
|
|
@@ -9456,7 +9456,7 @@ export namespace Prisma {
|
|
|
9456
9456
|
numberOfHoursBilled: number | null
|
|
9457
9457
|
markup: number | null
|
|
9458
9458
|
builderHourlyRate: number | null
|
|
9459
|
-
|
|
9459
|
+
builderMonthlyRate: number | null
|
|
9460
9460
|
}
|
|
9461
9461
|
composites: {
|
|
9462
9462
|
clientReview: Prisma.$ProposalReviewPayload | null
|
|
@@ -9500,7 +9500,7 @@ export namespace Prisma {
|
|
|
9500
9500
|
readonly numberOfHoursBilled: FieldRef<"ProposalCandidate", 'Float'>
|
|
9501
9501
|
readonly markup: FieldRef<"ProposalCandidate", 'Float'>
|
|
9502
9502
|
readonly builderHourlyRate: FieldRef<"ProposalCandidate", 'Float'>
|
|
9503
|
-
readonly
|
|
9503
|
+
readonly builderMonthlyRate: FieldRef<"ProposalCandidate", 'Float'>
|
|
9504
9504
|
}
|
|
9505
9505
|
|
|
9506
9506
|
|
|
@@ -50692,7 +50692,7 @@ export namespace Prisma {
|
|
|
50692
50692
|
numberOfHoursBilled?: number | null
|
|
50693
50693
|
markup?: number | null
|
|
50694
50694
|
builderHourlyRate?: number | null
|
|
50695
|
-
|
|
50695
|
+
builderMonthlyRate?: number | null
|
|
50696
50696
|
}
|
|
50697
50697
|
|
|
50698
50698
|
export type ProposalRoleDataCompositeListFilter = {
|
|
@@ -53998,7 +53998,7 @@ export namespace Prisma {
|
|
|
53998
53998
|
numberOfHoursBilled?: number | null
|
|
53999
53999
|
markup?: number | null
|
|
54000
54000
|
builderHourlyRate?: number | null
|
|
54001
|
-
|
|
54001
|
+
builderMonthlyRate?: number | null
|
|
54002
54002
|
}
|
|
54003
54003
|
|
|
54004
54004
|
export type ProposalRoleDataListCreateEnvelopeInput = {
|
|
@@ -56700,7 +56700,7 @@ export namespace Prisma {
|
|
|
56700
56700
|
numberOfHoursBilled?: FloatNullableFilter<"ProposalCandidate"> | number | null
|
|
56701
56701
|
markup?: FloatNullableFilter<"ProposalCandidate"> | number | null
|
|
56702
56702
|
builderHourlyRate?: FloatNullableFilter<"ProposalCandidate"> | number | null
|
|
56703
|
-
|
|
56703
|
+
builderMonthlyRate?: FloatNullableFilter<"ProposalCandidate"> | number | null
|
|
56704
56704
|
}
|
|
56705
56705
|
|
|
56706
56706
|
export type ProposalCandidateSectionsObjectEqualityInput = {
|
|
@@ -70184,7 +70184,7 @@ export namespace Prisma {
|
|
|
70184
70184
|
numberOfHoursBilled?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
70185
70185
|
markup?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
70186
70186
|
builderHourlyRate?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
70187
|
-
|
|
70187
|
+
builderMonthlyRate?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
70188
70188
|
}
|
|
70189
70189
|
|
|
70190
70190
|
export type ProposalRoleDataUpdateInput = {
|