You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The body of the response from xero.payrollAUApi.getLeaveApplicationsV2() is typed as LeaveApplications, which contains LeaveApplication, which have LeavePeriod with a leavePeriodStatus field that's typed as LeavePeriodStatus.
SDK:
Describe the bug
Looks like the provided type for the
LeavePeriodStatus
status is missing the recently addedREQUESTED
andREJECTED
values:To Reproduce
The body of the response from
xero.payrollAUApi.getLeaveApplicationsV2()
is typed asLeaveApplications
, which containsLeaveApplication
, which haveLeavePeriod
with aleavePeriodStatus
field that's typed asLeavePeriodStatus
.Expected behavior
Should be this:
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: