Skip to content

5.0.0

Compare
Choose a tag to compare
@manishT72 manishT72 released this 05 Feb 11:01
· 83 commits to master since this release
7cb5cde

BREAKING CHANGE

  • #649 - Changes order of Idempotency key parameter in method definitions
  • Fixes method definitions where required request-body parameters were declared as optional.
    Following methods will have required body parameters now
    • Payroll-AU
      • updateEmployee
      • updatePayRun
      • updatePayslip
      • updateSuperfund
      • updateTimesheet
    • Files
      • uploadFile
      • updateFile
      • uploadFileToFolder
      • createFileAssociation
      • createFolder
    • Bankfeeds
      - createStatements
    • Assets
      - createAssetType

Bug fixes

  • #579 | Get rid of deprecated "request" dependency