From 5c1d6be38d83e2280038ae0fd31f603894dee3e7 Mon Sep 17 00:00:00 2001 From: Rett Behrens Date: Tue, 30 Aug 2022 10:23:11 -0600 Subject: [PATCH] generates from OAS 2.27.0 --- docs/accounting/AccountingApi.md | 2 +- docs/accounting/index.html | 6 +-- docs/app_store/index.html | 2 +- docs/assets/index.html | 2 +- docs/files/index.html | 2 +- docs/finance/index.html | 2 +- docs/payroll_au/Employee.md | 2 +- docs/payroll_au/LeaveCategoryCode.md | 16 +++++++ docs/payroll_au/LeaveType.md | 6 ++- docs/payroll_au/index.html | 19 +++++++- docs/payroll_nz/index.html | 2 +- docs/payroll_uk/index.html | 2 +- docs/projects/index.html | 2 +- lib/xero-ruby.rb | 1 + .../models/accounting/organisation.rb | 5 +- lib/xero-ruby/models/payroll_au/employee.rb | 2 +- .../models/payroll_au/leave_category_code.rb | 46 +++++++++++++++++++ lib/xero-ruby/models/payroll_au/leave_type.rb | 28 +++++++++-- lib/xero-ruby/version.rb | 4 +- 19 files changed, 127 insertions(+), 24 deletions(-) create mode 100644 docs/payroll_au/LeaveCategoryCode.md create mode 100644 lib/xero-ruby/models/payroll_au/leave_category_code.rb diff --git a/docs/accounting/AccountingApi.md b/docs/accounting/AccountingApi.md index 876eaf3e..f213d014 100644 --- a/docs/accounting/AccountingApi.md +++ b/docs/accounting/AccountingApi.md @@ -6979,7 +6979,7 @@ opts = { summary_only: false, # Boolean | Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. - search_term: 'searchTerm=Joe Bloggs' # String | Search parameter that performs a case-insensitive text search across the Name, FirstName, LastName, ContactNumber and EmailAddress fields. + search_term: 'Joe Bloggs' # String | Search parameter that performs a case-insensitive text search across the Name, FirstName, LastName, ContactNumber and EmailAddress fields. } begin diff --git a/docs/accounting/index.html b/docs/accounting/index.html index ad51f113..87407233 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4054,7 +4054,7 @@ "Class" : { "type" : "string", "description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)", - "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE" ] + "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE" ] }, "Edition" : { "type" : "string", @@ -6069,7 +6069,7 @@