Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/templates/create.mutation
createTemplateInputSchema
Variable createTemplateInputSchema
Const
createTemplateInputSchema
:
ZodObject
<
{
additionalAiInstructions
:
ZodOptional
<
ZodString
>
;
checkCpt
:
ZodOptional
<
ZodBoolean
>
;
checkDsm5
:
ZodOptional
<
ZodBoolean
>
;
checkIcd10
:
ZodOptional
<
ZodBoolean
>
;
hiddenInstructions
:
ZodOptional
<
ZodString
>
;
isAllowBulletPoints
:
ZodOptional
<
ZodBoolean
>
;
isUnstructuredNarrative
:
ZodOptional
<
ZodBoolean
>
;
linkedAuditTemplateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
sections
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
body
:
ZodString
;
bulletFormat
:
ZodOptional
<
ZodBoolean
>
;
name
:
ZodString
;
optional
:
ZodBoolean
;
order
:
ZodNumber
;
}
,
$strip
,
>
,
>
,
>
;
title
:
ZodString
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...