Circle V2 API Docs
Preparing search index...
@repo/db
auditResponseTrailsRepo
Variable auditResponseTrailsRepo
Const
auditResponseTrailsRepo
:
DbRepo
<
{
create
:
(
params
:
CreateAuditResponseTrailParams
,
)
=>
Promise
<
{
audit_response_id
:
string
&
{
__brand
:
"AuditResponseId"
}
;
comment
:
string
|
null
;
created_at
:
DbDate
;
created_by
:
string
&
{
__brand
:
"UserId"
}
|
null
;
id
:
AuditResponseTrailId
;
marked_as
:
|
"pass"
|
"fail"
|
"needs_review"
|
"not_applicable"
|
"summary_entered"
|
"missing"
|
"late"
|
"not_due_yet"
;
response
:
string
|
null
;
}
,
>
;
createForManualQuestion
:
(
params
:
CreateTrailByQuestionParams
,
)
=>
Promise
<
{
audit_response_id
:
string
&
{
__brand
:
"AuditResponseId"
}
;
comment
:
string
|
null
;
created_at
:
DbDate
;
created_by
:
string
&
{
__brand
:
"UserId"
}
|
null
;
id
:
AuditResponseTrailId
;
marked_as
:
|
"pass"
|
"fail"
|
"needs_review"
|
"not_applicable"
|
"summary_entered"
|
"missing"
|
"late"
|
"not_due_yet"
;
response
:
string
|
null
;
}
,
>
;
markMany
:
(
params
:
{
auditResponseIds
:
AuditResponseId
[]
;
comment
:
string
;
createdBy
:
UserId
;
markedAs
:
SettableAuditResponseTrailStatus
;
}
,
)
=>
Promise
<
void
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...