Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@Raghunath-S-S-J Raghunath-S-S-J released this 03 Feb 05:02
52d792c

Breaking Changes

  • [DataSourceResponse]: Removed the following properties, which were previously marked as deprecated:
    • indirectBankFeed
    • indirectBankFeedPos
    • indirectBankFeedNeg

Deprecations

The following properties are now deprecated and will be removed in future release:

  • [EmployeeLeaveSetup]:
    • sickLeaveHoursToAccrueAnnually
    • sickLeaveMaximumHoursToAccrue
  • [EmployeeLeaveType]:
    • hoursAccruedAnnually

New Features

Introduced new properties:

  • [EmployeeLeaveSetup]:
    • SickLeaveToAccrueAnnually
    • SickLeaveMaximumToAccrue
    • AnnualLeaveAnniversaryDate
  • [EmployeeLeaveType]:
    • UnitsAccruedAnnually
    • typeOfUnitsToAccrue
    • openingBalanceTypeOfUnits
  • [LeavePeriod]:
    • numberOfUnitsTaken
    • typeOfUnits
    • typeOfUnitsTaken
  • [LeaveType]:
    • typeOfUnits
    • typeOfUnitsToAccrue

Full Changelog: https://github.com/XeroAPI/Xero-OpenAPI/compare/6.3.0..7.0.0