Variable TaskSelectFieldsSchemaConst
TaskSelectFieldsSchema: ZodObject<
{
assignmentHistory: 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,
>,
],
>,
>;
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,
>,
],
>,
>;
categories: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<ZodEnum<{ categoryId: ...; id: ...; taskId: ... }>>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ categoryId: ...; id: ...; taskId: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
comments: 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,
>,
],
>,
>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
createdBy: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
due: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
parent: 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,
>,
],
>,
>;
parentId: ZodOptional<ZodCoercedBoolean<unknown>>;
point: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<{ description: ...; id: ...; name: ...; point: ... }>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; name: ...; point: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
pointHistory: 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,
>,
],
>,
>;
pointId: ZodOptional<ZodCoercedBoolean<unknown>>;
priority: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ description: ...; id: ...; isDefault: ...; name: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; isDefault: ...; name: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
priorityHistory: 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,
>,
],
>,
>;
priorityId: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
sprint: 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,
>,
],
>,
>;
sprintId: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ description: ...; id: ...; isDefault: ...; name: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; isDefault: ...; name: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
statusHistory: 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,
>,
],
>,
>;
statusId: ZodOptional<ZodCoercedBoolean<unknown>>;
tags: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<ZodEnum<{ id: ...; tagId: ...; taskId: ... }>>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; tagId: ...; taskId: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
tasks: 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,
>,
],
>,
>;
title: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...