Skip to content

v4.2.2

Compare
Choose a tag to compare
@mrinc mrinc released this 10 Apr 20:35
· 2 commits to master since this release
feat(plugin_ucrm.ts, ucrm.ts): add pagination support to getInvoices …

…method

The getInvoices method in the UCRMClient class and the UCRM class now accept two optional parameters, offset and limit, to support pagination. The UCRMUISPReturnableEvents interface and the UISP_UCRM class were also updated to reflect this change.