jira.js
Guide
GitHub
Preparing search index...
cloud
NotificationSchemeSchema
Variable NotificationSchemeSchema
Const
NotificationSchemeSchema
:
ZodObject
<
{
description
:
ZodOptional
<
ZodString
>
;
expand
:
ZodOptional
<
ZodString
>
;
id
:
ZodOptional
<
ZodNumber
>
;
name
:
ZodOptional
<
ZodString
>
;
notificationSchemeEvents
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
event
:
ZodOptional
<
ZodType
<
NotificationEvent
,
unknown
,
$ZodTypeInternals
<
NotificationEvent
,
unknown
>
,
>
,
>
;
notifications
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
emailAddress
:
ZodOptional
<
(...)
>
;
expand
:
ZodOptional
<
(...)
>
;
field
:
ZodOptional
<
(...)
>
;
group
:
ZodOptional
<
(...)
>
;
id
:
ZodOptional
<
(...)
>
;
notificationType
:
ZodOptional
<
(...)
>
;
parameter
:
ZodOptional
<
(...)
>
;
projectRole
:
ZodOptional
<
(...)
>
;
recipient
:
ZodOptional
<
(...)
>
;
user
:
ZodOptional
<
(...)
>
;
}
,
$loose
,
>
,
>
,
>
;
}
,
$loose
,
>
,
>
,
>
;
projects
:
ZodOptional
<
ZodArray
<
ZodNumber
>
>
;
scope
:
ZodOptional
<
ZodObject
<
{
project
:
ZodOptional
<
ZodObject
<
{
avatarUrls
:
ZodOptional
<
ZodObject
<
{
"16x16"
:
...
;
"24x24"
:
...
;
"32x32"
:
...
;
"48x48"
:
...
}
,
$loose
,
>
,
>
;
id
:
ZodOptional
<
ZodString
>
;
key
:
ZodOptional
<
ZodString
>
;
name
:
ZodOptional
<
ZodString
>
;
projectCategory
:
ZodOptional
<
ZodObject
<
{
description
:
...
;
id
:
...
;
name
:
...
;
self
:
...
}
,
$loose
,
>
,
>
;
projectTypeKey
:
ZodOptional
<
ZodCustom
<
(...)
|
(...)
|
(...)
|
(...)
|
(...)
|
(...)
,
(...)
|
(...)
|
(...)
|
(...)
|
(...)
|
(...)
,
>
,
>
;
self
:
ZodOptional
<
ZodString
>
;
simplified
:
ZodOptional
<
ZodBoolean
>
;
}
,
$loose
,
>
,
>
;
type
:
ZodOptional
<
ZodCustom
<
string
&
{}
|
"PROJECT"
|
"TEMPLATE"
,
string
&
{}
|
"PROJECT"
|
"TEMPLATE"
,
>
,
>
;
}
,
$loose
,
>
,
>
;
self
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
= ...
Details about a notification scheme.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details about a notification scheme.