simplex-chat 6.5.0-beta.4.3 → 6.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,33 +0,0 @@
1
- [**simplex-chat**](README.md)
2
-
3
- ***
4
-
5
- [simplex-chat](README.md) / [bot](Namespace.bot.md) / BotDbOpts
6
-
7
- # Interface: BotDbOpts
8
-
9
- Defined in: [src/bot.ts:7](../src/bot.ts#L7)
10
-
11
- ## Properties
12
-
13
- ### confirmMigrations?
14
-
15
- > `optional` **confirmMigrations**: [`MigrationConfirmation`](core.Enumeration.MigrationConfirmation.md)
16
-
17
- Defined in: [src/bot.ts:10](../src/bot.ts#L10)
18
-
19
- ***
20
-
21
- ### dbFilePrefix
22
-
23
- > **dbFilePrefix**: `string`
24
-
25
- Defined in: [src/bot.ts:8](../src/bot.ts#L8)
26
-
27
- ***
28
-
29
- ### dbKey?
30
-
31
- > `optional` **dbKey**: `string`
32
-
33
- Defined in: [src/bot.ts:9](../src/bot.ts#L9)