@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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +2 -2
- 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 -1
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -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
|