xero-ruby 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/build_notes.md +10 -0
- data/docs/accounting/AccountingApi.md +4 -1
- data/docs/accounting/Invoice.md +2 -0
- data/lib/xero-ruby.rb +1 -1
- data/lib/xero-ruby/api/accounting_api.rb +4 -1
- data/lib/xero-ruby/api/asset_api.rb +1 -1
- data/lib/xero-ruby/api/project_api.rb +1 -1
- data/lib/xero-ruby/api_client.rb +1 -1
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +1 -1
- data/lib/xero-ruby/models/accounting/account.rb +2 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +2 -2
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +5 -3
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +2 -2
- data/lib/xero-ruby/models/accounting/employees.rb +2 -2
- data/lib/xero-ruby/models/accounting/error.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +13 -3
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/projects/amount.rb +2 -2
- data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +2 -2
- data/lib/xero-ruby/models/projects/pagination.rb +2 -2
- data/lib/xero-ruby/models/projects/project.rb +2 -2
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +2 -2
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +2 -2
- data/lib/xero-ruby/models/projects/project_users.rb +2 -2
- data/lib/xero-ruby/models/projects/projects.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +2 -2
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/tasks.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entries.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +2 -2
- data/lib/xero-ruby/version.rb +2 -2
- data/xero-ruby.gem +0 -0
- data/xero-ruby.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b892b6d674e6943d11a8100b405315970558a0c8fdc5db0da3692a177035995
|
|
4
|
+
data.tar.gz: d04048be7317de945571a715d935b0490995af3cc5281d75a416876bb04edcd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf2bc72606019cf2ce04233c6e93d9df9ed2611cc1319e8fc93b1a4d152f7c09e705a91f6e37f56899045c372687590c202cfe6dfa9949a8c0eac8d3faa92218
|
|
7
|
+
data.tar.gz: 3514735520326ffe8348e307b84f94d8394dacb9f8ae81bfb0b6b79cc2bbe76e5ee0533437254bfb61102180aa29d58172500162be091cc028438074e736b1f7
|
data/build_notes.md
CHANGED
|
@@ -21,6 +21,16 @@ gem push xero-ruby-<vsn>.gem
|
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
# manual updates
|
|
24
|
+
currency_code.rb
|
|
25
|
+
```ruby
|
|
26
|
+
TRY = "TRY".freeze
|
|
27
|
+
# ...
|
|
28
|
+
EMPTY = "".freeze
|
|
29
|
+
...
|
|
30
|
+
BYR = "BYR".freeze
|
|
31
|
+
LTL = "LTL".freeze
|
|
32
|
+
```
|
|
33
|
+
|
|
24
34
|
account.rb
|
|
25
35
|
```ruby
|
|
26
36
|
# duplicate definitions generated: https://github.com/XeroAPI/xero-ruby/issues/53#issuecomment-668893305
|
|
@@ -10685,7 +10685,9 @@ opts = {
|
|
|
10685
10685
|
|
|
10686
10686
|
page: 1, # Integer | e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote
|
|
10687
10687
|
|
|
10688
|
-
order: 'ASC' # String | Order by an any element
|
|
10688
|
+
order: 'ASC', # String | Order by an any element
|
|
10689
|
+
|
|
10690
|
+
quote_number: 'quote_number_example' # String | Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001)
|
|
10689
10691
|
}
|
|
10690
10692
|
|
|
10691
10693
|
begin
|
|
@@ -10712,6 +10714,7 @@ Name | Type | Description | Notes
|
|
|
10712
10714
|
**status** | **String**| Filter for quotes of a particular Status | [optional]
|
|
10713
10715
|
**page** | **Integer**| e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote | [optional]
|
|
10714
10716
|
**order** | **String**| Order by an any element | [optional]
|
|
10717
|
+
**quote_number** | **String**| Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001) | [optional]
|
|
10715
10718
|
|
|
10716
10719
|
### Return type
|
|
10717
10720
|
|
data/docs/accounting/Invoice.md
CHANGED
|
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
|
|
|
26
26
|
**total** | **BigDecimal** | Total of Invoice tax inclusive (i.e. SubTotal + TotalTax). This will be ignored if it doesn’t equal the sum of the LineAmounts | [optional]
|
|
27
27
|
**total_discount** | **BigDecimal** | Total of discounts applied on the invoice line items | [optional]
|
|
28
28
|
**invoice_id** | **String** | Xero generated unique identifier for invoice | [optional]
|
|
29
|
+
**repeating_invoice_id** | **String** | Xero generated unique identifier for repeating invoices | [optional]
|
|
29
30
|
**has_attachments** | **Boolean** | boolean to indicate if an invoice has an attachment | [optional] [default to false]
|
|
30
31
|
**is_discounted** | **Boolean** | boolean to indicate if an invoice has a discount | [optional]
|
|
31
32
|
**payments** | [**Array<Payment>**](Payment.md) | See Payments | [optional]
|
|
@@ -70,6 +71,7 @@ instance = XeroRuby::Accounting::Invoice.new(type: null,
|
|
|
70
71
|
total: null,
|
|
71
72
|
total_discount: null,
|
|
72
73
|
invoice_id: null,
|
|
74
|
+
repeating_invoice_id: null,
|
|
73
75
|
has_attachments: false,
|
|
74
76
|
is_discounted: null,
|
|
75
77
|
payments: null,
|
data/lib/xero-ruby.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -11973,6 +11973,7 @@ module XeroRuby
|
|
|
11973
11973
|
# @option opts [String] :status Filter for quotes of a particular Status
|
|
11974
11974
|
# @option opts [Integer] :page e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote
|
|
11975
11975
|
# @option opts [String] :order Order by an any element
|
|
11976
|
+
# @option opts [String] :quote_number Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001)
|
|
11976
11977
|
# @return [Quotes]
|
|
11977
11978
|
def get_quotes(xero_tenant_id, opts = {})
|
|
11978
11979
|
data, _status_code, _headers = get_quotes_with_http_info(xero_tenant_id, opts)
|
|
@@ -11991,6 +11992,7 @@ module XeroRuby
|
|
|
11991
11992
|
# @option opts [String] :status Filter for quotes of a particular Status
|
|
11992
11993
|
# @option opts [Integer] :page e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote
|
|
11993
11994
|
# @option opts [String] :order Order by an any element
|
|
11995
|
+
# @option opts [String] :quote_number Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001)
|
|
11994
11996
|
# @return [Array<(Quotes, Integer, Hash)>] Quotes data, response status code and response headers
|
|
11995
11997
|
def get_quotes_with_http_info(xero_tenant_id, opts = {})
|
|
11996
11998
|
if @api_client.config.debugging
|
|
@@ -12016,6 +12018,7 @@ module XeroRuby
|
|
|
12016
12018
|
query_params[:'Status'] = opts[:'status'] if !opts[:'status'].nil?
|
|
12017
12019
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
12018
12020
|
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
12021
|
+
query_params[:'QuoteNumber'] = opts[:'quote_number'] if !opts[:'quote_number'].nil?
|
|
12019
12022
|
|
|
12020
12023
|
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
12021
12024
|
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
data/lib/xero-ruby/api_client.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
data/lib/xero-ruby/api_error.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -515,7 +515,7 @@ module XeroRuby::Accounting
|
|
|
515
515
|
# customized data_parser
|
|
516
516
|
def parse_date(datestring)
|
|
517
517
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
518
|
-
return Time.at(seconds_since_epoch).to_s
|
|
518
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
519
519
|
end
|
|
520
520
|
end
|
|
521
521
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -212,7 +212,7 @@ module XeroRuby::Accounting
|
|
|
212
212
|
# customized data_parser
|
|
213
213
|
def parse_date(datestring)
|
|
214
214
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
-
return Time.at(seconds_since_epoch).to_s
|
|
215
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
216
216
|
end
|
|
217
217
|
end
|
|
218
218
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -212,7 +212,7 @@ module XeroRuby::Accounting
|
|
|
212
212
|
# customized data_parser
|
|
213
213
|
def parse_date(datestring)
|
|
214
214
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
-
return Time.at(seconds_since_epoch).to_s
|
|
215
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
216
216
|
end
|
|
217
217
|
end
|
|
218
218
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -464,7 +464,7 @@ module XeroRuby::Accounting
|
|
|
464
464
|
# customized data_parser
|
|
465
465
|
def parse_date(datestring)
|
|
466
466
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
467
|
-
return Time.at(seconds_since_epoch).to_s
|
|
467
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
468
468
|
end
|
|
469
469
|
end
|
|
470
470
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -289,7 +289,7 @@ module XeroRuby::Accounting
|
|
|
289
289
|
# customized data_parser
|
|
290
290
|
def parse_date(datestring)
|
|
291
291
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
292
|
-
return Time.at(seconds_since_epoch).to_s
|
|
292
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
293
293
|
end
|
|
294
294
|
end
|
|
295
295
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -252,7 +252,7 @@ module XeroRuby::Accounting
|
|
|
252
252
|
# customized data_parser
|
|
253
253
|
def parse_date(datestring)
|
|
254
254
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
255
|
-
return Time.at(seconds_since_epoch).to_s
|
|
255
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
256
256
|
end
|
|
257
257
|
end
|
|
258
258
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -213,7 +213,7 @@ module XeroRuby::Accounting
|
|
|
213
213
|
# customized data_parser
|
|
214
214
|
def parse_date(datestring)
|
|
215
215
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
216
|
-
return Time.at(seconds_since_epoch).to_s
|
|
216
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
217
217
|
end
|
|
218
218
|
end
|
|
219
219
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -490,7 +490,7 @@ module XeroRuby::Accounting
|
|
|
490
490
|
# customized data_parser
|
|
491
491
|
def parse_date(datestring)
|
|
492
492
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
493
|
-
return Time.at(seconds_since_epoch).to_s
|
|
493
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
494
494
|
end
|
|
495
495
|
end
|
|
496
496
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -321,7 +321,7 @@ module XeroRuby::Accounting
|
|
|
321
321
|
# customized data_parser
|
|
322
322
|
def parse_date(datestring)
|
|
323
323
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
324
|
-
return Time.at(seconds_since_epoch).to_s
|
|
324
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
325
325
|
end
|
|
326
326
|
end
|
|
327
327
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -464,7 +464,7 @@ module XeroRuby::Accounting
|
|
|
464
464
|
# customized data_parser
|
|
465
465
|
def parse_date(datestring)
|
|
466
466
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
467
|
-
return Time.at(seconds_since_epoch).to_s
|
|
467
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
468
468
|
end
|
|
469
469
|
end
|
|
470
470
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.3.
|
|
6
|
+
The version of the OpenAPI document: 2.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -288,7 +288,7 @@ module XeroRuby::Accounting
|
|
|
288
288
|
# customized data_parser
|
|
289
289
|
def parse_date(datestring)
|
|
290
290
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
291
|
-
return Time.at(seconds_since_epoch).to_s
|
|
291
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
292
292
|
end
|
|
293
293
|
end
|
|
294
294
|
end
|