Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build from OpenAPI v3.0.0 #667

Closed
wants to merge 2 commits into from
Closed

Build from OpenAPI v3.0.0 #667

wants to merge 2 commits into from

Conversation

Raghunath-S-S-J
Copy link
Contributor

BREAKING CHANGES

  • Update method definitions to position idempotencyKey as last optional parameter.
  • Fixes method definitions where required parameters were declared as optional.
    Following methods will have additional required parameters now
    • Payroll-AU
      • updateEmployee
      • updatePayRun
      • updatePayslip
      • updateSuperfund
      • updateTimesheet
    • Files
      • uploadFile
      • updateFile
      • uploadFileToFolder
      • createFileAssociation
      • createFolder
    • Bankfeeds
      • createStatements
    • Assets
      • createAssetType

Fixes #649

@Raghunath-S-S-J Raghunath-S-S-J deleted the xero-node-5.0.0 branch February 5, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

idempotencyKey parameter introduced in 4.36.0 breaks existing calls to accounting api
2 participants