Variable UserSelectFieldsSchemaConst
UserSelectFieldsSchema: ZodObject<
{
assignments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
assigneeId: ...;
createdAt: ...;
id: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
assigneeId: ...;
createdAt: ...;
id: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
changedAssignments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
changedPoints: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newPointId: ...;
oldPointId: ...;
projectId: ...;
taskId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newPointId: ...;
oldPointId: ...;
projectId: ...;
taskId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
changedPriorities: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newPriorityId: ...;
oldPriorityId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newPriorityId: ...;
oldPriorityId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
changedStatuses: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newStatusId: ...;
oldStatusId: ...;
projectId: ...;
taskId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newStatusId: ...;
oldStatusId: ...;
projectId: ...;
taskId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
changedTeams: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newTeamId: ...;
oldTeamId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newTeamId: ...;
oldTeamId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
createdComments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
comment: ...;
createdAt: ...;
createdById: ...;
id: ...;
parentId: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
comment: ...;
createdAt: ...;
createdById: ...;
id: ...;
parentId: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
createdProjects: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdById: ...;
description: ...;
dueDate: ...;
endDate: ...;
id: ...;
name: ...;
parentId: ...;
slug: ...;
startDate: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdById: ...;
description: ...;
dueDate: ...;
endDate: ...;
id: ...;
name: ...;
parentId: ...;
slug: ...;
startDate: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
createdSprints: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdById: ...;
description: ...;
id: ...;
name: ...;
projectId: ...;
slug: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdById: ...;
description: ...;
id: ...;
name: ...;
projectId: ...;
slug: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
createdTasks: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
description: ...;
due: ...;
id: ...;
parentId: ...;
pointId: ...;
priorityId: ...;
resolvedAt: ...;
slug: ...;
sprintId: ...;
statusId: ...;
title: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
description: ...;
due: ...;
id: ...;
parentId: ...;
pointId: ...;
priorityId: ...;
resolvedAt: ...;
slug: ...;
sprintId: ...;
statusId: ...;
title: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
displayName: ZodOptional<ZodCoercedBoolean<unknown>>;
givenAssignments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
managedTeams: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<ZodEnum<{ id: ...; managerId: ...; teamId: ... }>>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; managerId: ...; teamId: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
memberships: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<ZodEnum<{ id: ...; memberId: ...; teamId: ... }>>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; memberId: ...; teamId: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
takenAssignments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
id: ...;
newUserId: ...;
oldUserId: ...;
projectId: ...;
taskId: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
title: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...