Releases: merge-api/merge-node-client
Releases · merge-api/merge-node-client
v0.1.4
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
v0.1.2
Categories Specific Changes
All Categories
- supported expands for sub-object GETs
- Async Passthrough endpoint exposed
- renamed delete Linked Account function from
delete_account.create()
todelete_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()
andretrieve()
endpoints - Added Employer Benefits Common Model with
list()
andretrieve()
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