From 93881a648f5e84bccdf77d0d1169070262836519 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 27 Jan 2026 03:51:42 +0000 Subject: [PATCH] [PETOSS-891] Release OpenAPI Specification 10.1.0 (#404) --- Gemfile.lock | 2 +- docs/accounting/AccountingApi.md | 5 ++- docs/accounting/Overpayment.md | 2 ++ docs/accounting/index.html | 30 +++++++++++++++-- docs/app_store/index.html | 2 +- docs/assets/index.html | 2 +- docs/files/index.html | 2 +- docs/finance/index.html | 2 +- docs/payroll_au/index.html | 2 +- docs/payroll_nz/EmployeeLeaveSetup.md | 4 --- docs/payroll_nz/EmployeeLeaveType.md | 4 +-- docs/payroll_nz/PayrollNzApi.md | 4 +-- docs/payroll_nz/index.html | 32 +++---------------- docs/payroll_uk/index.html | 2 +- docs/projects/index.html | 2 +- lib/xero-ruby/api/accounting_api.rb | 3 ++ .../models/accounting/overpayment.rb | 12 ++++++- .../models/payroll_nz/employee_leave_setup.rb | 22 +------------ .../models/payroll_nz/employee_leave_type.rb | 16 ++-------- lib/xero-ruby/version.rb | 4 +-- 20 files changed, 69 insertions(+), 85 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d52c59a3..d8292589 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xero-ruby (12.3.0) + xero-ruby (12.4.0) faraday (>= 2.0, < 3.0) json (~> 2.1, >= 2.1.0) json-jwt (~> 1.16, >= 1.16.3) diff --git a/docs/accounting/AccountingApi.md b/docs/accounting/AccountingApi.md index ca9ebafa..c4759e7f 100644 --- a/docs/accounting/AccountingApi.md +++ b/docs/accounting/AccountingApi.md @@ -10401,7 +10401,9 @@ opts = { unitdp: 4, # Integer | e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts - page_size: 100 # Integer | Number of records to retrieve per page + page_size: 100, # Integer | Number of records to retrieve per page + + references: ['"Ref1", "Ref2"'] # Array | Filter by a comma-separated list of References } begin @@ -10425,6 +10427,7 @@ Name | Type | Description | Notes **page** | **Integer**| e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment | [optional] **unitdp** | **Integer**| e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts | [optional] **page_size** | **Integer**| Number of records to retrieve per page | [optional] + **references** | [**Array<String>**](String.md)| Filter by a comma-separated list of References | [optional] ### Return type diff --git a/docs/accounting/Overpayment.md b/docs/accounting/Overpayment.md index c53203fc..a2fd0cb7 100644 --- a/docs/accounting/Overpayment.md +++ b/docs/accounting/Overpayment.md @@ -22,6 +22,7 @@ Name | Type | Description | Notes **applied_amount** | **Float** | The amount of applied to an invoice | [optional] **payments** | [**Array<Payment>**](Payment.md) | See Payments | [optional] **has_attachments** | **Boolean** | boolean to indicate if a overpayment has an attachment | [optional] [default to false] +**reference** | **String** | An optional description for Overpayment | [optional] **attachments** | [**Array<Attachment>**](Attachment.md) | See Attachments | [optional] ## Code Sample @@ -47,6 +48,7 @@ instance = XeroRuby::Accounting::Overpayment.new(type: null, applied_amount: 2.0, payments: null, has_attachments: false, + reference: Ref for payment, attachments: null) ``` diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 9a5f78ce..41b94394 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4357,6 +4357,11 @@ "example" : false, "default" : false }, + "Reference" : { + "type" : "string", + "description" : "An optional description for Overpayment", + "example" : "Ref for payment" + }, "Attachments" : { "type" : "array", "description" : "See Attachments", @@ -6344,7 +6349,7 @@