Skip to content

Releases: VynCorp/vc-typescript

v3.2.1

14 Apr 16:16

Choose a tag to compare

v3.2.0

14 Apr 13:24

Choose a tag to compare

Full Changelog: v3.1.0...v3.2.0

v3.1.0

12 Apr 18:54

Choose a tag to compare

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 Apr 20:47

Choose a tag to compare

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 (with PersonDetail, 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

31 Mar 14:23

Choose a tag to compare