Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/ai-feedback/list.query
listAiFeedbackInputSchema
Variable listAiFeedbackInputSchema
Const
listAiFeedbackInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
dateFrom
:
ZodOptional
<
ZodISODate
>
;
dateTo
:
ZodOptional
<
ZodISODate
>
;
entityId
:
ZodOptional
<
ZodPipe
<
ZodNumber
,
ZodTransform
<
EntityId
,
number
>
>
&
zIdInnerType
<
ZodNumber
,
>
,
>
;
flow
:
ZodOptional
<
ZodEnum
<
{
case_chat
:
"case_chat"
;
chart_review
:
"chart_review"
;
note_generation
:
"note_generation"
;
note_validation
:
"note_validation"
;
}
,
>
,
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
rating
:
ZodOptional
<
ZodEnum
<
{
thumbs_down
:
"thumbs_down"
;
thumbs_up
:
"thumbs_up"
}
>
,
>
;
search
:
ZodOptional
<
ZodString
>
;
severity
:
ZodOptional
<
ZodEnum
<
{
critical
:
"critical"
;
high
:
"high"
;
low
:
"low"
;
medium
:
"medium"
}
,
>
,
>
;
statuses
:
ZodOptional
<
ZodArray
<
ZodEnum
<
{
acknowledged
:
"acknowledged"
;
addressed
:
"addressed"
;
dismissed
:
"dismissed"
;
in_progress
:
"in_progress"
;
open
:
"open"
;
reopened
:
"reopened"
;
}
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...