mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 21:36:03 +00:00
simplex-chat-nodejs: typed DbConfig (#6875)
* simplex-chat-nodejs: typed DbConfig for ChatApi.init and BotDbOpts * simplex-chat-nodejs: regenerate typedoc docs for DbConfig * simplex-chat-nodejs: rename DbConfig.kind to .type
This commit is contained in:
@@ -14,7 +14,7 @@ Bot address settings.
|
||||
|
||||
### autoAccept?
|
||||
|
||||
> `optional` **autoAccept**: `boolean`
|
||||
> `optional` **autoAccept?**: `boolean`
|
||||
|
||||
Defined in: [src/api.ts:28](../src/api.ts#L28)
|
||||
|
||||
@@ -30,7 +30,7 @@ true
|
||||
|
||||
### businessAddress?
|
||||
|
||||
> `optional` **businessAddress**: `boolean`
|
||||
> `optional` **businessAddress?**: `boolean`
|
||||
|
||||
Defined in: [src/api.ts:41](../src/api.ts#L41)
|
||||
|
||||
@@ -47,7 +47,7 @@ false
|
||||
|
||||
### welcomeMessage?
|
||||
|
||||
> `optional` **welcomeMessage**: `string` \| `MsgContent`
|
||||
> `optional` **welcomeMessage?**: `string` \| `MsgContent`
|
||||
|
||||
Defined in: [src/api.ts:34](../src/api.ts#L34)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user