Skip to content

Releases: merge-api/merge-node-client

v0.1.4

18 Aug 17:00
c64176f
Compare
Choose a tag to compare

Note: Changes only impact CRM and Ticketing

Changes

  • in v0.1.3, we fix GET requests for RemoteFields. However, POSTs were still mistyped creating a bug that would not allow successful POST of RemoteFields. This is now fixed in the latest version.
  • RemoteFields only exist for CRM and Ticketing categories

v0.1.3

14 Aug 21:59
c2e3c87
Compare
Choose a tag to compare

Note: Changes only impact CRM and Ticketing

Changes

  • Typing was mishandled previously for RemoteField endpoint return objects. We update the schema to support the correct object shape.
  • RemoteFields only exist for CRM and Ticketing categories

v0.1.2

10 Aug 23:04
cb0c321
Compare
Choose a tag to compare

Categories Specific Changes

All Categories

  • supported expands for sub-object GETs
  • Async Passthrough endpoint exposed
  • renamed delete Linked Account function from delete_account.create() to delete_account.delete()

Accounting

  • Added tracking_categories field to Invoice Common Model with expands support
  • Fix bug with listing BalanceSheet, CashFlowStatement, and IncomeStatement Common Models

HRIS

  • Added Dependents Common Model with list() and retrieve() endpoints
  • Added Employer Benefits Common Model with list() and retrieve() endpoints
  • Deprecated benefit_plan_type field on the Benefits Common Model
  • Added employer_benefit` field on Benefits Common Model

Ticketing

  • Added remote_created_after query parameter on Attachment Common Model
  • Added remote_created_after query parameter on Comments Common Model

Language Specific Changes

  • Node datetimes now expect datetime type, rather than type string

v0.1.1

03 Aug 19:04
828667f
Compare
Choose a tag to compare
  • Small change to update MergeClient parameters. token field is renamed to apiKey to maintain symmetry with other SDKs and more readable code.

v0.1.0

03 Aug 17:36
2c6d6ac
Compare
Choose a tag to compare

Initial Fern SDK Release

  • Includes new generation Node SDK
  • 6 released categories included (Accounting, ATS, CRM, HRIS, Ticketing, File Storage)
  • See README for additional details on implementation of the new SDK