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 #346

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Build from OpenAPI v3.0.0 #346

merged 1 commit into from
Feb 2, 2024

Conversation

Raghunath-S-S-J
Copy link
Contributor

@Raghunath-S-S-J Raghunath-S-S-J commented Feb 2, 2024

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 #337

@manishT72 manishT72 merged commit 35ba26e into master Feb 2, 2024
@Raghunath-S-S-J Raghunath-S-S-J deleted the xero-php-3.0.0 branch February 2, 2024 10:29
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.

Adding in idempotency_key is a breaking change and not backward compatible
2 participants