Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/action-items/update-action-item.mutation
zUpdateActionItemInput
Variable zUpdateActionItemInput
Const
zUpdateActionItemInput
:
ZodObject
<
{
assignee
:
ZodOptional
<
ZodNullable
<
ZodDiscriminatedUnion
<
[
ZodObject
<
{
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
(...)
,
(...)
>
>
&
zIdInnerType
<
ZodString
,
>
;
type
:
ZodLiteral
<
"profile"
>
;
}
,
$strip
,
>
,
ZodObject
<
{
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
(...)
,
(...)
>
>
&
zIdInnerType
<
ZodString
,
>
;
type
:
ZodLiteral
<
"contact"
>
;
}
,
$strip
,
>
,
]
,
"type"
,
>
,
>
,
>
;
auditQuestionId
:
ZodPipe
<
ZodString
,
ZodTransform
<
AuditQuestionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
nextStep
:
ZodOptional
<
ZodEnum
<
{
needs_clarification
:
"needs_clarification"
;
no_action_needed
:
"no_action_needed"
;
resolved
:
"resolved"
;
sent_to_clinician
:
"sent_to_clinician"
;
to_do
:
"to_do"
;
}
,
>
,
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...