11 Commits

Author SHA1 Message Date
Daniel Rochetti
a1c780a601
chore(client): prepare 1.2.0 release 2024-11-25 18:11:14 -08:00
Daniel Rochetti
840a305dfa
chore: bump version for client release 2024-11-21 13:07:35 -08:00
Daniel Rochetti
8c24bdf905
chore(lib): update endpoint types (#105)
* chore(lib): update endpoint types

* chore(docs): update client api reference docs
2024-11-19 09:39:12 -08:00
Daniel Rochetti
642f0b8b66
fix(client): queue client type safety (#103)
* fix(client): queue client type safety

* chore: update reference docs
2024-11-13 12:42:07 -08:00
Daniel Rochetti
ecded55c2f
feat(client): endpoint type definitions (#102)
* feat(client): endpoint type definitions

* fix(client): endpoint generation

* fix(demo): streaming page type

* chore: update reference docs

* chore: prepare client release

* chore: update reference docs
2024-11-13 00:16:08 -08:00
Daniel Rochetti
cd298d15b7
fix(client): resolve streaming promise on abort (#99)
* fix(client): resolve streaming promise on abort

* chore(docs): update client api reference
2024-10-30 20:17:57 -07:00
Daniel Rochetti
f62f120d04
chore(docs): update client api reference docs 2024-10-28 21:08:19 -07:00
Daniel Rochetti
83e21ef9ca
fix(client): auto request id on realtime client (#94)
* fix(client): auto request id on realtime client

Removed since some endpoints may fail when that field is present.
Fallback to user provided request id when needed.

* chore(client): update reference docs
2024-10-16 11:01:05 -07:00
Daniel Rochetti
0e26b8e098
fix(client): close realtime connection programmatically (#93)
* fix(client): close realtime connection programmatically

* chore(docs): api reference update
2024-10-10 13:33:45 -07:00
Daniel Rochetti
543b9208eb
feat: 1.0.0 release (#91)
* chore(client): rename function module

* chore: allow client to be created multiple times

singleton client is not the default but it still present as a compatibility layer

* chore: update docs

* feat(client): improved result typing

* chore: update demo app code

* chore: updated reference docs

* chore: update proxy code

* chore: alpha release

* chore: fix lint staged rule

* chore: clean-up docs

* chore: reference docs updated
2024-10-07 12:54:30 -07:00
Daniel Rochetti
4da11f3060
feat(docs): add api reference docs (#88) 2024-09-09 18:22:56 -07:00