Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/review-dashboard/bulk-archive.mutation
zBulkArchiveAuditRunsInput
Variable zBulkArchiveAuditRunsInput
Const
zBulkArchiveAuditRunsInput
:
ZodObject
<
{
auditTemplateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
dateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
includeNullTriggers
:
ZodOptional
<
ZodBoolean
>
;
patientIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
preview
:
ZodOptional
<
ZodBoolean
>
;
scoreRange
:
ZodOptional
<
ZodObject
<
{
max
:
ZodOptional
<
ZodNumber
>
;
min
:
ZodOptional
<
ZodNumber
>
}
,
$strip
,
>
,
>
;
triggerIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ChartReviewTriggerId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...