@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/slack-services
CustomerSlackBotInstallationStore
Class CustomerSlackBotInstallationStore
Implements
InstallationStore
Index
Constructors
constructor
Methods
delete
Installation
fetch
Installation
store
Installation
Constructors
constructor
new
CustomerSlackBotInstallationStore
(
args
:
{
customerSlackBotInstallationService
:
CustomerSlackBotInstallationAdminService
;
slackBotInstallationService
:
SlackBotInstallationService
;
slackClientId
:
string
;
sqlClient
:
Sql
;
}
,
)
:
CustomerSlackBotInstallationStore
Parameters
args
:
{
customerSlackBotInstallationService
:
CustomerSlackBotInstallationAdminService
;
slackBotInstallationService
:
SlackBotInstallationService
;
slackClientId
:
string
;
sqlClient
:
Sql
;
}
Returns
CustomerSlackBotInstallationStore
Methods
delete
Installation
deleteInstallation
(
installQuery
:
InstallationQuery
<
boolean
>
)
:
Promise
<
void
>
Parameters
installQuery
:
InstallationQuery
<
boolean
>
Returns
Promise
<
void
>
fetch
Installation
fetchInstallation
(
installQuery
:
InstallationQuery
<
boolean
>
,
)
:
Promise
<
Installation
<
"v1"
|
"v2"
,
boolean
>
>
Parameters
installQuery
:
InstallationQuery
<
boolean
>
Returns
Promise
<
Installation
<
"v1"
|
"v2"
,
boolean
>
>
store
Installation
storeInstallation
(
installation
:
Installation
)
:
Promise
<
void
>
Parameters
installation
:
Installation
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
Installation
fetch
Installation
store
Installation
@cfxlabsinc/b2b-services
Loading...