Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patient-sessions/list-for-patient.query
listForPatientInputSchema
Variable listForPatientInputSchema
Const
listForPatientInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
dateFrom
:
ZodOptional
<
ZodISODateTime
>
;
dateTo
:
ZodOptional
<
ZodISODateTime
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
search
:
ZodOptional
<
ZodString
>
;
sortOrder
:
ZodOptional
<
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
>
;
status
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
|
"initialized"
|
"processing"
|
"transcribing"
|
"complete"
|
"failed"
,
unknown
,
$ZodTypeInternals
<
|
"initialized"
|
"processing"
|
"transcribing"
|
"complete"
|
"failed"
,
unknown
,
>
,
>
,
ZodArray
<
ZodType
<
|
"initialized"
|
"processing"
|
"transcribing"
|
"complete"
|
"failed"
,
unknown
,
$ZodTypeInternals
<
|
"initialized"
|
"processing"
|
"transcribing"
|
"complete"
|
"failed"
,
unknown
,
>
,
>
,
>
,
]
,
>
,
>
;
templateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
TemplateId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...