@a_team/prisma 3.17.1-macos-docker-linux → 3.17.2-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.
@@ -46673,10 +46673,10 @@ export namespace Prisma {
46673
46673
 
46674
46674
  export type RoleHiringCriteriaWhereUniqueInput = Prisma.AtLeast<{
46675
46675
  id?: string
46676
+ roleId?: string
46676
46677
  AND?: RoleHiringCriteriaWhereInput | RoleHiringCriteriaWhereInput[]
46677
46678
  OR?: RoleHiringCriteriaWhereInput[]
46678
46679
  NOT?: RoleHiringCriteriaWhereInput | RoleHiringCriteriaWhereInput[]
46679
- roleId?: StringFilter<"RoleHiringCriteria"> | string
46680
46680
  requiredSpecializations?: StringNullableListFilter<"RoleHiringCriteria">
46681
46681
  suggestedSpecializations?: StringNullableListFilter<"RoleHiringCriteria">
46682
46682
  requiredSkills?: StringNullableListFilter<"RoleHiringCriteria">
@@ -46692,7 +46692,7 @@ export namespace Prisma {
46692
46692
  dynamicCriteria?: CriteriaItemCompositeListFilter | CriteriaItemObjectEqualityInput[]
46693
46693
  createdAt?: DateTimeNullableFilter<"RoleHiringCriteria"> | Date | string | null
46694
46694
  updatedAt?: DateTimeNullableFilter<"RoleHiringCriteria"> | Date | string | null
46695
- }, "id">
46695
+ }, "id" | "roleId">
46696
46696
 
46697
46697
  export type RoleHiringCriteriaOrderByWithAggregationInput = {
46698
46698
  id?: SortOrder