Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patients/update-patient.mutation
updatePatientInputSchema
Variable updatePatientInputSchema
Const
updatePatientInputSchema
:
ZodObject
<
{
addressCity
:
ZodOptional
<
ZodString
>
;
addressState
:
ZodOptional
<
ZodString
>
;
addressStreet1
:
ZodOptional
<
ZodString
>
;
addressStreet2
:
ZodOptional
<
ZodString
>
;
addressZipcode
:
ZodOptional
<
ZodString
>
;
dob
:
ZodOptional
<
ZodString
>
;
email
:
ZodUnion
<
[
ZodOptional
<
ZodEmail
>
,
ZodLiteral
<
""
>
]
>
;
facilityId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
firstName
:
ZodString
;
gender
:
ZodOptional
<
ZodString
>
;
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
intakeNotes
:
ZodOptional
<
ZodString
>
;
lastName
:
ZodString
;
phoneMobile
:
ZodOptional
<
ZodString
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...