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:
sh
2026-04-24 15:43:43 +00:00
committed by GitHub
parent ac0176fa0b
commit 42dd36bf09
22 changed files with 485 additions and 239 deletions
@@ -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)