Preparing search index...
The search index is not available
@formant/data-sdk
@formant/data-sdk
Account
Class Account
Index
Constructors
constructor
Methods
create
Accounts
delete
Account
get
Account
get
Account
Tree
list
Accounts
patch
Account
Constructors
constructor
new
Account
(
)
:
Account
Returns
Account
Methods
Static
create
Accounts
create
Accounts
(
account
)
:
Promise
<
IAccount
>
Parameters
account
:
IAccount
Returns
Promise
<
IAccount
>
Static
delete
Account
delete
Account
(
id
)
:
Promise
<
void
>
Parameters
id
:
string
Returns
Promise
<
void
>
Static
get
Account
get
Account
(
id
)
:
Promise
<
IAccount
>
Parameters
id
:
string
Returns
Promise
<
IAccount
>
Static
get
Account
Tree
get
Account
Tree
(
id
)
:
Promise
<
IAccountTree
>
Parameters
id
:
string
Returns
Promise
<
IAccountTree
>
Static
list
Accounts
list
Accounts
(
)
:
Promise
<
IAccount
[]
>
Returns
Promise
<
IAccount
[]
>
Static
patch
Account
patch
Account
(
id
,
account
)
:
Promise
<
IAccount
>
Parameters
id
:
string
account
:
Partial
<
Account
>
Returns
Promise
<
IAccount
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
create
Accounts
delete
Account
get
Account
get
Account
Tree
list
Accounts
patch
Account
@formant/data-sdk
Loading...
Generated using
TypeDoc