@a_team/prisma 3.2.8-win → 3.2.9-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.
@@ -18100,10 +18100,10 @@ export namespace Prisma {
18100
18100
 
18101
18101
  export type MissionPrefillWhereUniqueInput = Prisma.AtLeast<{
18102
18102
  id?: string
18103
+ userId?: string
18103
18104
  AND?: MissionPrefillWhereInput | MissionPrefillWhereInput[]
18104
18105
  OR?: MissionPrefillWhereInput[]
18105
18106
  NOT?: MissionPrefillWhereInput | MissionPrefillWhereInput[]
18106
- userId?: StringFilter<"MissionPrefill"> | string
18107
18107
  missionName?: StringNullableFilter<"MissionPrefill"> | string | null
18108
18108
  plannedStart?: StringNullableFilter<"MissionPrefill"> | string | null
18109
18109
  companyDescription?: StringNullableFilter<"MissionPrefill"> | string | null
@@ -18114,7 +18114,7 @@ export namespace Prisma {
18114
18114
  createdAt?: DateTimeFilter<"MissionPrefill"> | Date | string
18115
18115
  updatedAt?: DateTimeFilter<"MissionPrefill"> | Date | string
18116
18116
  user?: XOR<UserRelationFilter, UserWhereInput>
18117
- }, "id">
18117
+ }, "id" | "userId">
18118
18118
 
18119
18119
  export type MissionPrefillOrderByWithAggregationInput = {
18120
18120
  id?: SortOrder