Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/integrations/update.mutation
updateIntegrationInputSchema
Variable updateIntegrationInputSchema
Const
updateIntegrationInputSchema
:
ZodObject
<
{
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
IntegrationId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
;
integration
:
ZodOptional
<
ZodDiscriminatedUnion
<
[
ZodObject
<
{
credentials
:
ZodObject
<
{
app_id
:
ZodString
;
location_id
:
ZodNumber
;
location_name
:
ZodOptional
<
ZodString
>
;
}
,
$strip
,
>
;
type
:
ZodLiteral
<
"kipu"
>
;
}
,
$strip
,
>
,
ZodObject
<
{
credentials
:
ZodObject
<
{
bearer_token
:
ZodString
;
location_ids
:
ZodArray
<
ZodNumber
>
;
location_name
:
ZodOptional
<
ZodString
>
;
}
,
$strip
,
>
;
type
:
ZodLiteral
<
"lightningstep"
>
;
}
,
$strip
,
>
,
ZodObject
<
{
credentials
:
ZodObject
<
{
api_id
:
ZodString
;
api_secret
:
ZodString
;
location_name
:
ZodOptional
<
ZodString
>
;
realm_id
:
ZodString
;
service_facility_id
:
ZodNumber
;
sunwave_email
:
ZodString
;
}
,
$strip
,
>
;
type
:
ZodLiteral
<
"sunwave"
>
;
}
,
$strip
,
>
,
]
,
"type"
,
>
,
>
;
label
:
ZodOptional
<
ZodString
>
;
status
:
ZodOptional
<
ZodEnum
<
{
active
:
"active"
;
inactive
:
"inactive"
}
>
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...