Releases: VynCorp/vc-typescript
Releases · VynCorp/vc-typescript
v3.2.1
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v3.0.0 — Align with Rust SDK reference (prod state)
Major release syncing the TypeScript SDK with the Rust reference implementation (vynco v2.2.0) which has reached production.
Highlights
- 80+ endpoints across 18 resources (up from 69)
- Base URL changed to
https://vynco.ch/api - 13 new company methods:
getFull,classification,structure,acquisitions, notes CRUD, tags CRUD,allTags,exportExcel - 2 new person methods:
search,get(withPersonDetail,PersonSearchResult) - New methods:
teams.join,dossiers.generate - 30+ new types including
Classification,CorporateStructure,Acquisition,Note,Tag,CompanyFullResponse,PersonDetail, and more - Company type expanded with 25+ new fields (address, geo, regulatory, identifiers)
- CompanyListParams expanded with 7 new filters (status, legalForm, capitalMin/Max, auditorCategory, sortBy, sortDesc)
- Fully typed
DashboardResponse,BillingSummary.members,CohortResponse.cohorts - 86 mock tests + 8 live API smoke tests
Breaking Changes
See CHANGELOG.md for the full list of breaking changes including restructured types (CompareResponse, BoardMember, CreateWebhookResponse, NetworkCluster, etc.) and renamed fields.
Full Changelog: v2.0.0...v3.0.0
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Full Changelog: https://github.com/VynCorp/vc-typescript/commits/v2.0.0