thetadatadx 8.0.9 → 8.0.11

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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +804 -115
  3. package/index.js +58 -52
  4. package/package.json +4 -4
package/README.md CHANGED
@@ -109,7 +109,7 @@ npm run build # requires Rust stable + protoc
109
109
 
110
110
  ## API reference
111
111
 
112
- All 61 endpoints from `endpoint_surface.toml` are exposed as camelCase methods on `ThetaDataDx`. See `index.d.ts` for the complete method list with JSDoc comments.
112
+ Every historical endpoint from `endpoint_surface.toml` is exposed as a camelCase method on `ThetaDataDx`. See `index.d.ts` for the complete method list with JSDoc comments.
113
113
 
114
114
  ## Docs
115
115