Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
<internal>
AddressBookEvent
Interface AddressBookEvent
interface
AddressBookEvent
{
body
:
Readonly
<
{
addressBookId
:
string
;
addressBookType
:
AddressBookType
;
contact
:
Readonly
<
{
associatedUserId
?:
string
;
emails
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
favorite
?:
boolean
;
id
:
string
;
name
:
string
;
phones
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
}
>
;
}
>
;
method
:
"POST"
|
"PUT"
|
"DELETE"
;
}
Hierarchy
WapiEvent
AddressBookEvent
Index
Properties
body
method
Properties
body
body
:
Readonly
<
{
addressBookId
:
string
;
addressBookType
:
AddressBookType
;
contact
:
Readonly
<
{
associatedUserId
?:
string
;
emails
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
favorite
?:
boolean
;
id
:
string
;
name
:
string
;
phones
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
}
>
;
}
>
Type declaration
address
Book
Id
:
string
address
Book
Type
:
AddressBookType
contact
:
Readonly
<
{
associatedUserId
?:
string
;
emails
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
favorite
?:
boolean
;
id
:
string
;
name
:
string
;
phones
:
readonly
Readonly
<
{
primary
:
boolean
;
type
:
AddressTypeDto
;
value
:
string
;
}
>
[]
;
}
>
method
method
:
"POST"
|
"PUT"
|
"DELETE"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
body
method
@quobis/sippojs
Loading...