Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/audit-runs/compare-question.mutation
compareAuditQuestionInputSchema
Variable compareAuditQuestionInputSchema
Const
compareAuditQuestionInputSchema
:
ZodUnion
<
readonly
[
ZodObject
<
{
arms
:
ZodDefault
<
ZodArray
<
ZodDiscriminatedUnion
<
[
ZodObject
<
{
config
:
ZodOptional
<
(...)
>
;
runnerId
:
ZodLiteral
<
(...)
>
}
,
$strip
,
>
,
ZodObject
<
{
config
:
ZodOptional
<
(...)
>
;
runnerId
:
ZodLiteral
<
(...)
>
}
,
$strip
,
>
,
]
,
"runnerId"
,
>
,
>
,
>
;
auditQuestionId
:
ZodPipe
<
ZodString
,
ZodTransform
<
AuditQuestionId
,
number
>
,
>
&
zIdInnerType
<
ZodString
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
treatmentEpisodeId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
TreatmentEpisodeId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
}
,
$strip
,
>
,
ZodObject
<
{
arms
:
ZodDefault
<
ZodArray
<
ZodDiscriminatedUnion
<
[
ZodObject
<
{
config
:
ZodOptional
<
(...)
>
;
runnerId
:
ZodLiteral
<
(...)
>
}
,
$strip
,
>
,
ZodObject
<
{
config
:
ZodOptional
<
(...)
>
;
runnerId
:
ZodLiteral
<
(...)
>
}
,
$strip
,
>
,
]
,
"runnerId"
,
>
,
>
,
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
question
:
ZodString
;
questionType
:
ZodEnum
<
{
pass_fail
:
"pass_fail"
;
summary
:
"summary"
}
>
;
reviewCriteriaInstructions
:
ZodOptional
<
ZodString
>
;
treatmentEpisodeId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
TreatmentEpisodeId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
}
,
$strip
,
>
,
]
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...