Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patient-sessions/update-codes.mutation
updateCodesInputSchema
Variable updateCodesInputSchema
Const
updateCodesInputSchema
:
ZodObject
<
{
codes
:
ZodArray
<
ZodObject
<
{
code
:
ZodString
;
description
:
ZodString
;
status
:
ZodEnum
<
{
accepted
:
"accepted"
;
rejected
:
"rejected"
;
suggested
:
"suggested"
;
}
,
>
;
}
,
$strip
,
>
,
>
;
codeType
:
ZodEnum
<
{
dsm
:
"dsm"
;
icd
:
"icd"
}
>
;
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
SessionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...