@a_team/prisma 3.12.0-win → 3.12.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 -0
- package/dist/client/index.js +6 -6
- package/dist/client/{query_engine-windows.dll.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 -0
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -6615,6 +6615,7 @@ export namespace Prisma {
|
|
|
6615
6615
|
locations?: boolean
|
|
6616
6616
|
lookingForApplications?: boolean
|
|
6617
6617
|
margin?: boolean
|
|
6618
|
+
markup?: boolean
|
|
6618
6619
|
preferredSkills?: boolean | MissionRolePreferredSkillDefaultArgs<ExtArgs>
|
|
6619
6620
|
requiredSkills?: boolean | MissionRoleRequiredSkillDefaultArgs<ExtArgs>
|
|
6620
6621
|
setAsScheduledToEndAt?: boolean
|
|
@@ -6657,6 +6658,7 @@ export namespace Prisma {
|
|
|
6657
6658
|
locations?: boolean
|
|
6658
6659
|
lookingForApplications?: boolean
|
|
6659
6660
|
margin?: boolean
|
|
6661
|
+
markup?: boolean
|
|
6660
6662
|
setAsScheduledToEndAt?: boolean
|
|
6661
6663
|
showRateRangeToBuilders?: boolean
|
|
6662
6664
|
status?: boolean
|
|
@@ -6697,6 +6699,7 @@ export namespace Prisma {
|
|
|
6697
6699
|
locations: string[]
|
|
6698
6700
|
lookingForApplications: boolean | null
|
|
6699
6701
|
margin: number | null
|
|
6702
|
+
markup: number | null
|
|
6700
6703
|
setAsScheduledToEndAt: Date | null
|
|
6701
6704
|
showRateRangeToBuilders: boolean | null
|
|
6702
6705
|
status: $Enums.MissionRoleStatus
|
|
@@ -6752,6 +6755,7 @@ export namespace Prisma {
|
|
|
6752
6755
|
readonly locations: FieldRef<"MissionRole", 'String[]'>
|
|
6753
6756
|
readonly lookingForApplications: FieldRef<"MissionRole", 'Boolean'>
|
|
6754
6757
|
readonly margin: FieldRef<"MissionRole", 'Float'>
|
|
6758
|
+
readonly markup: FieldRef<"MissionRole", 'Float'>
|
|
6755
6759
|
readonly setAsScheduledToEndAt: FieldRef<"MissionRole", 'DateTime'>
|
|
6756
6760
|
readonly showRateRangeToBuilders: FieldRef<"MissionRole", 'Boolean'>
|
|
6757
6761
|
readonly status: FieldRef<"MissionRole", 'MissionRoleStatus'>
|
|
@@ -44212,6 +44216,7 @@ export namespace Prisma {
|
|
|
44212
44216
|
locations?: string[]
|
|
44213
44217
|
lookingForApplications?: boolean | null
|
|
44214
44218
|
margin?: number | null
|
|
44219
|
+
markup?: number | null
|
|
44215
44220
|
preferredSkills?: MissionRolePreferredSkillObjectEqualityInput[]
|
|
44216
44221
|
requiredSkills?: MissionRoleRequiredSkillObjectEqualityInput[]
|
|
44217
44222
|
setAsScheduledToEndAt?: Date | string | null
|
|
@@ -47185,6 +47190,7 @@ export namespace Prisma {
|
|
|
47185
47190
|
locations?: MissionRoleCreatelocationsInput | string[]
|
|
47186
47191
|
lookingForApplications?: boolean | null
|
|
47187
47192
|
margin?: number | null
|
|
47193
|
+
markup?: number | null
|
|
47188
47194
|
preferredSkills?: MissionRolePreferredSkillCreateInput | MissionRolePreferredSkillCreateInput[]
|
|
47189
47195
|
requiredSkills?: MissionRoleRequiredSkillCreateInput | MissionRoleRequiredSkillCreateInput[]
|
|
47190
47196
|
setAsScheduledToEndAt?: Date | string | null
|
|
@@ -50020,6 +50026,7 @@ export namespace Prisma {
|
|
|
50020
50026
|
locations?: StringNullableListFilter<"MissionRole">
|
|
50021
50027
|
lookingForApplications?: BoolNullableFilter<"MissionRole"> | boolean | null
|
|
50022
50028
|
margin?: FloatNullableFilter<"MissionRole"> | number | null
|
|
50029
|
+
markup?: FloatNullableFilter<"MissionRole"> | number | null
|
|
50023
50030
|
preferredSkills?: MissionRolePreferredSkillCompositeListFilter | MissionRolePreferredSkillObjectEqualityInput[]
|
|
50024
50031
|
requiredSkills?: MissionRoleRequiredSkillCompositeListFilter | MissionRoleRequiredSkillObjectEqualityInput[]
|
|
50025
50032
|
setAsScheduledToEndAt?: DateTimeNullableFilter<"MissionRole"> | Date | string | null
|
|
@@ -61927,6 +61934,7 @@ export namespace Prisma {
|
|
|
61927
61934
|
locations?: MissionRoleUpdatelocationsInput | string[]
|
|
61928
61935
|
lookingForApplications?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
61929
61936
|
margin?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
61937
|
+
markup?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
61930
61938
|
preferredSkills?: XOR<MissionRolePreferredSkillListUpdateEnvelopeInput, MissionRolePreferredSkillCreateInput> | MissionRolePreferredSkillCreateInput[]
|
|
61931
61939
|
requiredSkills?: XOR<MissionRoleRequiredSkillListUpdateEnvelopeInput, MissionRoleRequiredSkillCreateInput> | MissionRoleRequiredSkillCreateInput[]
|
|
61932
61940
|
setAsScheduledToEndAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|