roe-typescript 1.0.0 → 1.0.79
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript/Node SDK for the [Roe AI](https://www.roe-ai.com/) API.
|
|
4
4
|
|
|
5
|
-
> **v1.0.
|
|
5
|
+
> **v1.0.79** — `RoeHTTPClient`/axios were replaced by the generated
|
|
6
6
|
> `openapi-fetch` client exposed as `client.raw`; use `components["schemas"]`
|
|
7
7
|
> (or inferred types from the wrappers) where you need response shapes from
|
|
8
8
|
> the OpenAPI definitions. Highlights and migration notes across releases live
|