| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-07 | 1.1 kB | |
| v2.25.2 source code.tar.gz | 2026-04-07 | 1.2 MB | |
| v2.25.2 source code.zip | 2026-04-07 | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Fixed
- TypeScript and Python SDKs: dropped fields in
convertMarket/convertEvent: The hand-maintained converter shims at the top ofsdks/typescript/pmxt/client.tsandsdks/python/pmxt/client.pyhad their own allowlists and were silently droppingslug,tickSize,status,contractAddressonUnifiedMarketandvolume,volume24honUnifiedEventeven though the sidecar populates them and the generated OpenAPI client maps them. Both shims now copy the full set, and the correspondingUnifiedMarket/UnifiedEventinterfaces inmodels.ts/models.pydeclare the new fields. The 2.25.1 release fixed the sidecar end of the pipe; this release fixes the SDK consumer end.
Installation
npm:
:::bash
npm install pmxtjs@2.25.2
PyPI:
:::bash
pip install pmxt==2.25.2
Links
Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.25.1f...v2.25.2f