@a_team/prisma 2.1.2 → 2.1.4

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.
@@ -3033,7 +3033,7 @@ export namespace Prisma {
3033
3033
  isLead?: boolean
3034
3034
  locations?: boolean
3035
3035
  lookingForApplications?: boolean
3036
- marginVAT?: boolean
3036
+ margin?: boolean
3037
3037
  preferredSkills?: boolean | MissionRolePreferredSkillDefaultArgs<ExtArgs>
3038
3038
  requiredSkills?: boolean | MissionRoleRequiredSkillDefaultArgs<ExtArgs>
3039
3039
  setAsScheduledToEndAt?: boolean
@@ -3068,7 +3068,7 @@ export namespace Prisma {
3068
3068
  isLead?: boolean
3069
3069
  locations?: boolean
3070
3070
  lookingForApplications?: boolean
3071
- marginVAT?: boolean
3071
+ margin?: boolean
3072
3072
  setAsScheduledToEndAt?: boolean
3073
3073
  showRateRangeToBuilders?: boolean
3074
3074
  status?: boolean
@@ -3102,7 +3102,7 @@ export namespace Prisma {
3102
3102
  isLead: boolean | null
3103
3103
  locations: string[]
3104
3104
  lookingForApplications: boolean | null
3105
- marginVAT: number | null
3105
+ margin: number | null
3106
3106
  setAsScheduledToEndAt: Date | null
3107
3107
  showRateRangeToBuilders: boolean | null
3108
3108
  status: string | null
@@ -3150,7 +3150,7 @@ export namespace Prisma {
3150
3150
  readonly isLead: FieldRef<"MissionRole", 'Boolean'>
3151
3151
  readonly locations: FieldRef<"MissionRole", 'String[]'>
3152
3152
  readonly lookingForApplications: FieldRef<"MissionRole", 'Boolean'>
3153
- readonly marginVAT: FieldRef<"MissionRole", 'Float'>
3153
+ readonly margin: FieldRef<"MissionRole", 'Float'>
3154
3154
  readonly setAsScheduledToEndAt: FieldRef<"MissionRole", 'DateTime'>
3155
3155
  readonly showRateRangeToBuilders: FieldRef<"MissionRole", 'Boolean'>
3156
3156
  readonly status: FieldRef<"MissionRole", 'String'>
@@ -17563,7 +17563,7 @@ export namespace Prisma {
17563
17563
  isLead?: boolean | null
17564
17564
  locations?: string[]
17565
17565
  lookingForApplications?: boolean | null
17566
- marginVAT?: number | null
17566
+ margin?: number | null
17567
17567
  preferredSkills?: MissionRolePreferredSkillObjectEqualityInput[]
17568
17568
  requiredSkills?: MissionRoleRequiredSkillObjectEqualityInput[]
17569
17569
  setAsScheduledToEndAt?: Date | string | null
@@ -18649,7 +18649,7 @@ export namespace Prisma {
18649
18649
  isLead?: boolean | null
18650
18650
  locations?: MissionRoleCreatelocationsInput | string[]
18651
18651
  lookingForApplications?: boolean | null
18652
- marginVAT?: number | null
18652
+ margin?: number | null
18653
18653
  preferredSkills?: MissionRolePreferredSkillCreateInput | MissionRolePreferredSkillCreateInput[]
18654
18654
  requiredSkills?: MissionRoleRequiredSkillCreateInput | MissionRoleRequiredSkillCreateInput[]
18655
18655
  setAsScheduledToEndAt?: Date | string | null
@@ -19650,7 +19650,7 @@ export namespace Prisma {
19650
19650
  isLead?: BoolNullableFilter<"MissionRole"> | boolean | null
19651
19651
  locations?: StringNullableListFilter<"MissionRole">
19652
19652
  lookingForApplications?: BoolNullableFilter<"MissionRole"> | boolean | null
19653
- marginVAT?: FloatNullableFilter<"MissionRole"> | number | null
19653
+ margin?: FloatNullableFilter<"MissionRole"> | number | null
19654
19654
  preferredSkills?: MissionRolePreferredSkillCompositeListFilter | MissionRolePreferredSkillObjectEqualityInput[]
19655
19655
  requiredSkills?: MissionRoleRequiredSkillCompositeListFilter | MissionRoleRequiredSkillObjectEqualityInput[]
19656
19656
  setAsScheduledToEndAt?: DateTimeNullableFilter<"MissionRole"> | Date | string | null
@@ -22940,7 +22940,7 @@ export namespace Prisma {
22940
22940
  isLead?: NullableBoolFieldUpdateOperationsInput | boolean | null
22941
22941
  locations?: MissionRoleUpdatelocationsInput | string[]
22942
22942
  lookingForApplications?: NullableBoolFieldUpdateOperationsInput | boolean | null
22943
- marginVAT?: NullableFloatFieldUpdateOperationsInput | number | null
22943
+ margin?: NullableFloatFieldUpdateOperationsInput | number | null
22944
22944
  preferredSkills?: XOR<MissionRolePreferredSkillListUpdateEnvelopeInput, MissionRolePreferredSkillCreateInput> | MissionRolePreferredSkillCreateInput[]
22945
22945
  requiredSkills?: XOR<MissionRoleRequiredSkillListUpdateEnvelopeInput, MissionRoleRequiredSkillCreateInput> | MissionRoleRequiredSkillCreateInput[]
22946
22946
  setAsScheduledToEndAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null