jsonrpc: typescript client: export constants under C enum, similar to how its exported from deltachat-node (#3681)

* jsonrpc: typescript client: export constants
under `C` enum,
similar to how its exported from `deltachat-node`

* add pr number to changelog

* fix tests

* fix changelog entry position
This commit is contained in:
Simon Laux
2022-10-21 19:51:38 +02:00
committed by GitHub
parent 895c723d4e
commit cd15a0e966
5 changed files with 258 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
### API-Changes
- jsonrpc: typescript client: export constants under `C` enum, similar to how its exported from `deltachat-node` #3681
### Changes
- simplify `UPSERT` queries #3676