xero-ruby 0.2.4 → 2.0.0
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/CODE_OF_CONDUCT.md +76 -0
- data/CONTRIBUTING.md +82 -0
- data/Gemfile.lock +68 -0
- data/LICENSE +21 -0
- data/README.md +155 -436
- data/build_notes.md +17 -0
- data/docs/{Account.md → accounting/Account.md} +3 -3
- data/docs/accounting/AccountType.md +16 -0
- data/docs/{AccountingApi.md → accounting/AccountingApi.md} +4990 -1787
- data/docs/{Accounts.md → accounting/Accounts.md} +3 -3
- data/docs/{AccountsPayable.md → accounting/AccountsPayable.md} +3 -3
- data/docs/{AccountsReceivable.md → accounting/AccountsReceivable.md} +3 -3
- data/docs/{Address.md → accounting/Address.md} +3 -3
- data/docs/accounting/Allocation.md +31 -0
- data/docs/{Allocations.md → accounting/Allocations.md} +3 -3
- data/docs/{Attachment.md → accounting/Attachment.md} +3 -3
- data/docs/{Attachments.md → accounting/Attachments.md} +3 -3
- data/docs/{Balances.md → accounting/Balances.md} +3 -3
- data/docs/{BankTransaction.md → accounting/BankTransaction.md} +3 -3
- data/docs/{BankTransactions.md → accounting/BankTransactions.md} +3 -3
- data/docs/{BankTransfer.md → accounting/BankTransfer.md} +4 -4
- data/docs/{BankTransfers.md → accounting/BankTransfers.md} +3 -3
- data/docs/{BatchPayment.md → accounting/BatchPayment.md} +4 -4
- data/docs/{BatchPaymentDetails.md → accounting/BatchPaymentDetails.md} +3 -3
- data/docs/{BatchPayments.md → accounting/BatchPayments.md} +3 -3
- data/docs/{Bill.md → accounting/Bill.md} +3 -3
- data/docs/{BrandingTheme.md → accounting/BrandingTheme.md} +3 -3
- data/docs/{BrandingThemes.md → accounting/BrandingThemes.md} +3 -3
- data/docs/{CISOrgSetting.md → accounting/CISOrgSetting.md} +3 -3
- data/docs/{CISSetting.md → accounting/CISSetting.md} +3 -3
- data/docs/{CISSettings.md → accounting/CISSettings.md} +3 -3
- data/docs/{Contact.md → accounting/Contact.md} +5 -5
- data/docs/{ContactGroup.md → accounting/ContactGroup.md} +3 -3
- data/docs/{ContactGroups.md → accounting/ContactGroups.md} +3 -3
- data/docs/{ContactPerson.md → accounting/ContactPerson.md} +3 -3
- data/docs/{Contacts.md → accounting/Contacts.md} +3 -3
- data/docs/accounting/CountryCode.md +16 -0
- data/docs/{CreditNote.md → accounting/CreditNote.md} +5 -5
- data/docs/{CreditNotes.md → accounting/CreditNotes.md} +3 -3
- data/docs/{Currencies.md → accounting/Currencies.md} +3 -3
- data/docs/{Currency.md → accounting/Currency.md} +3 -3
- data/docs/accounting/CurrencyCode.md +16 -0
- data/docs/{Element.md → accounting/Element.md} +3 -3
- data/docs/{Employee.md → accounting/Employee.md} +3 -3
- data/docs/{Employees.md → accounting/Employees.md} +3 -3
- data/docs/{Error.md → accounting/Error.md} +3 -3
- data/docs/{ExpenseClaim.md → accounting/ExpenseClaim.md} +3 -3
- data/docs/{ExpenseClaims.md → accounting/ExpenseClaims.md} +3 -3
- data/docs/{ExternalLink.md → accounting/ExternalLink.md} +3 -3
- data/docs/{HistoryRecord.md → accounting/HistoryRecord.md} +3 -3
- data/docs/{HistoryRecords.md → accounting/HistoryRecords.md} +3 -3
- data/docs/{Invoice.md → accounting/Invoice.md} +5 -5
- data/docs/{InvoiceReminder.md → accounting/InvoiceReminder.md} +3 -3
- data/docs/{InvoiceReminders.md → accounting/InvoiceReminders.md} +3 -3
- data/docs/{Invoices.md → accounting/Invoices.md} +3 -3
- data/docs/{Item.md → accounting/Item.md} +3 -3
- data/docs/{Items.md → accounting/Items.md} +3 -3
- data/docs/{Journal.md → accounting/Journal.md} +4 -4
- data/docs/{JournalLine.md → accounting/JournalLine.md} +3 -3
- data/docs/{Journals.md → accounting/Journals.md} +3 -3
- data/docs/accounting/LineAmountTypes.md +16 -0
- data/docs/{LineItem.md → accounting/LineItem.md} +3 -3
- data/docs/{LineItemTracking.md → accounting/LineItemTracking.md} +3 -3
- data/docs/{LinkedTransaction.md → accounting/LinkedTransaction.md} +3 -3
- data/docs/{LinkedTransactions.md → accounting/LinkedTransactions.md} +3 -3
- data/docs/{ManualJournal.md → accounting/ManualJournal.md} +3 -3
- data/docs/{ManualJournalLine.md → accounting/ManualJournalLine.md} +5 -3
- data/docs/{ManualJournals.md → accounting/ManualJournals.md} +3 -3
- data/docs/{OnlineInvoice.md → accounting/OnlineInvoice.md} +3 -3
- data/docs/{OnlineInvoices.md → accounting/OnlineInvoices.md} +3 -3
- data/docs/{Organisation.md → accounting/Organisation.md} +6 -4
- data/docs/{Organisations.md → accounting/Organisations.md} +3 -3
- data/docs/{Overpayment.md → accounting/Overpayment.md} +3 -3
- data/docs/{Overpayments.md → accounting/Overpayments.md} +3 -3
- data/docs/{Payment.md → accounting/Payment.md} +9 -7
- data/docs/{PaymentDelete.md → accounting/PaymentDelete.md} +3 -3
- data/docs/{PaymentService.md → accounting/PaymentService.md} +3 -3
- data/docs/{PaymentServices.md → accounting/PaymentServices.md} +3 -3
- data/docs/{PaymentTerm.md → accounting/PaymentTerm.md} +3 -3
- data/docs/{PaymentTermType.md → accounting/PaymentTermType.md} +3 -3
- data/docs/{Payments.md → accounting/Payments.md} +3 -3
- data/docs/{Phone.md → accounting/Phone.md} +3 -3
- data/docs/{Prepayment.md → accounting/Prepayment.md} +3 -3
- data/docs/{Prepayments.md → accounting/Prepayments.md} +3 -3
- data/docs/{Purchase.md → accounting/Purchase.md} +3 -3
- data/docs/{PurchaseOrder.md → accounting/PurchaseOrder.md} +3 -3
- data/docs/{PurchaseOrders.md → accounting/PurchaseOrders.md} +3 -3
- data/docs/{Quote.md → accounting/Quote.md} +10 -6
- data/docs/{QuoteLineAmountTypes.md → accounting/QuoteLineAmountTypes.md} +3 -3
- data/docs/{QuoteStatusCodes.md → accounting/QuoteStatusCodes.md} +3 -3
- data/docs/{Quotes.md → accounting/Quotes.md} +3 -3
- data/docs/{Receipt.md → accounting/Receipt.md} +3 -3
- data/docs/{Receipts.md → accounting/Receipts.md} +3 -3
- data/docs/{RepeatingInvoice.md → accounting/RepeatingInvoice.md} +3 -3
- data/docs/{RepeatingInvoices.md → accounting/RepeatingInvoices.md} +3 -3
- data/docs/{Report.md → accounting/Report.md} +4 -4
- data/docs/{ReportAttribute.md → accounting/ReportAttribute.md} +3 -3
- data/docs/{ReportCell.md → accounting/ReportCell.md} +3 -3
- data/docs/{ReportFields.md → accounting/ReportFields.md} +3 -3
- data/docs/{ReportRow.md → accounting/ReportRow.md} +3 -3
- data/docs/{ReportRows.md → accounting/ReportRows.md} +3 -3
- data/docs/{ReportWithRow.md → accounting/ReportWithRow.md} +3 -3
- data/docs/{ReportWithRows.md → accounting/ReportWithRows.md} +3 -3
- data/docs/{Reports.md → accounting/Reports.md} +3 -3
- data/docs/{RequestEmpty.md → accounting/RequestEmpty.md} +3 -3
- data/docs/{RowType.md → accounting/RowType.md} +3 -3
- data/docs/{SalesTrackingCategory.md → accounting/SalesTrackingCategory.md} +3 -3
- data/docs/{Schedule.md → accounting/Schedule.md} +3 -3
- data/docs/{TaxComponent.md → accounting/TaxComponent.md} +3 -3
- data/docs/{TaxRate.md → accounting/TaxRate.md} +3 -3
- data/docs/{TaxRates.md → accounting/TaxRates.md} +3 -3
- data/docs/{TaxType.md → accounting/TaxType.md} +3 -3
- data/docs/{TenNinteyNineContact.md → accounting/TenNinetyNineContact.md} +3 -3
- data/docs/{TimeZone.md → accounting/TimeZone.md} +3 -3
- data/docs/{TrackingCategories.md → accounting/TrackingCategories.md} +3 -3
- data/docs/{TrackingCategory.md → accounting/TrackingCategory.md} +3 -3
- data/docs/{TrackingOption.md → accounting/TrackingOption.md} +3 -3
- data/docs/{TrackingOptions.md → accounting/TrackingOptions.md} +3 -3
- data/docs/{User.md → accounting/User.md} +3 -3
- data/docs/{Users.md → accounting/Users.md} +3 -3
- data/docs/{ValidationError.md → accounting/ValidationError.md} +3 -3
- data/docs/assets/Asset.md +45 -0
- data/docs/assets/AssetApi.md +438 -0
- data/docs/{CurrencyCode.md → assets/AssetStatus.md} +3 -3
- data/docs/assets/AssetStatusQueryParam.md +16 -0
- data/docs/assets/AssetType.md +29 -0
- data/docs/assets/Assets.md +19 -0
- data/docs/assets/BookDepreciationDetail.md +29 -0
- data/docs/assets/BookDepreciationSetting.md +31 -0
- data/docs/assets/Error.md +25 -0
- data/docs/assets/FieldValidationErrorsElement.md +27 -0
- data/docs/assets/Pagination.md +23 -0
- data/docs/assets/ResourceValidationErrorsElement.md +25 -0
- data/docs/assets/Setting.md +31 -0
- data/docs/projects/Amount.md +19 -0
- data/docs/{AccountType.md → projects/ChargeType.md} +3 -3
- data/docs/{CountryCode.md → projects/CurrencyCode.md} +3 -3
- data/docs/projects/Error.md +19 -0
- data/docs/projects/Pagination.md +23 -0
- data/docs/projects/Project.md +59 -0
- data/docs/projects/ProjectApi.md +979 -0
- data/docs/projects/ProjectCreateOrUpdate.md +23 -0
- data/docs/projects/ProjectPatch.md +17 -0
- data/docs/{LineAmountTypes.md → projects/ProjectStatus.md} +3 -3
- data/docs/projects/ProjectUser.md +21 -0
- data/docs/projects/ProjectUsers.md +19 -0
- data/docs/projects/Projects.md +19 -0
- data/docs/projects/Task.md +45 -0
- data/docs/projects/TaskCreateOrUpdate.md +23 -0
- data/docs/projects/Tasks.md +19 -0
- data/docs/projects/TimeEntries.md +19 -0
- data/docs/projects/TimeEntry.md +33 -0
- data/docs/projects/TimeEntryCreateOrUpdate.md +25 -0
- data/lib/xero-ruby.rb +148 -122
- data/lib/xero-ruby/api/accounting_api.rb +166 -29
- data/lib/xero-ruby/api/asset_api.rb +452 -0
- data/lib/xero-ruby/api/project_api.rb +1035 -0
- data/lib/xero-ruby/api_client.rb +237 -74
- data/lib/xero-ruby/api_error.rb +2 -2
- data/lib/xero-ruby/configuration.rb +35 -25
- data/lib/xero-ruby/models/{account.rb → accounting/account.rb} +65 -24
- data/lib/xero-ruby/models/{account_type.rb → accounting/account_type.rb} +3 -3
- data/lib/xero-ruby/models/{accounts.rb → accounting/accounts.rb} +12 -7
- data/lib/xero-ruby/models/{accounts_payable.rb → accounting/accounts_payable.rb} +15 -9
- data/lib/xero-ruby/models/{accounts_receivable.rb → accounting/accounts_receivable.rb} +15 -9
- data/lib/xero-ruby/models/{address.rb → accounting/address.rb} +23 -16
- data/lib/xero-ruby/models/accounting/allocation.rb +295 -0
- data/lib/xero-ruby/models/{allocations.rb → accounting/allocations.rb} +12 -7
- data/lib/xero-ruby/models/{attachment.rb → accounting/attachment.rb} +16 -12
- data/lib/xero-ruby/models/{attachments.rb → accounting/attachments.rb} +12 -7
- data/lib/xero-ruby/models/{balances.rb → accounting/balances.rb} +13 -7
- data/lib/xero-ruby/models/{bank_transaction.rb → accounting/bank_transaction.rb} +47 -28
- data/lib/xero-ruby/models/{bank_transactions.rb → accounting/bank_transactions.rb} +12 -7
- data/lib/xero-ruby/models/{bank_transfer.rb → accounting/bank_transfer.rb} +24 -18
- data/lib/xero-ruby/models/{bank_transfers.rb → accounting/bank_transfers.rb} +12 -7
- data/lib/xero-ruby/models/{batch_payment.rb → accounting/batch_payment.rb} +33 -23
- data/lib/xero-ruby/models/{batch_payment_details.rb → accounting/batch_payment_details.rb} +15 -11
- data/lib/xero-ruby/models/{batch_payments.rb → accounting/batch_payments.rb} +12 -7
- data/lib/xero-ruby/models/{bill.rb → accounting/bill.rb} +12 -7
- data/lib/xero-ruby/models/{branding_theme.rb → accounting/branding_theme.rb} +17 -12
- data/lib/xero-ruby/models/{branding_themes.rb → accounting/branding_themes.rb} +12 -7
- data/lib/xero-ruby/models/{cis_org_setting.rb → accounting/cis_org_setting.rb} +13 -9
- data/lib/xero-ruby/models/{cis_setting.rb → accounting/cis_setting.rb} +12 -8
- data/lib/xero-ruby/models/{cis_settings.rb → accounting/cis_settings.rb} +12 -7
- data/lib/xero-ruby/models/{contact.rb → accounting/contact.rb} +55 -41
- data/lib/xero-ruby/models/{contact_group.rb → accounting/contact_group.rb} +16 -10
- data/lib/xero-ruby/models/{contact_groups.rb → accounting/contact_groups.rb} +12 -7
- data/lib/xero-ruby/models/{contact_person.rb → accounting/contact_person.rb} +14 -10
- data/lib/xero-ruby/models/{contacts.rb → accounting/contacts.rb} +12 -7
- data/lib/xero-ruby/models/{country_code.rb → accounting/country_code.rb} +3 -3
- data/lib/xero-ruby/models/{credit_note.rb → accounting/credit_note.rb} +51 -34
- data/lib/xero-ruby/models/{credit_notes.rb → accounting/credit_notes.rb} +12 -7
- data/lib/xero-ruby/models/{currencies.rb → accounting/currencies.rb} +12 -7
- data/lib/xero-ruby/models/{currency.rb → accounting/currency.rb} +13 -8
- data/lib/xero-ruby/models/{currency_code.rb → accounting/currency_code.rb} +5 -5
- data/lib/xero-ruby/models/{element.rb → accounting/element.rb} +18 -8
- data/lib/xero-ruby/models/{employee.rb → accounting/employee.rb} +21 -12
- data/lib/xero-ruby/models/{employees.rb → accounting/employees.rb} +12 -7
- data/lib/xero-ruby/models/{error.rb → accounting/error.rb} +14 -10
- data/lib/xero-ruby/models/{expense_claim.rb → accounting/expense_claim.rb} +30 -19
- data/lib/xero-ruby/models/{expense_claims.rb → accounting/expense_claims.rb} +12 -7
- data/lib/xero-ruby/models/{external_link.rb → accounting/external_link.rb} +18 -8
- data/lib/xero-ruby/models/{history_record.rb → accounting/history_record.rb} +14 -10
- data/lib/xero-ruby/models/{history_records.rb → accounting/history_records.rb} +12 -7
- data/lib/xero-ruby/models/{invoice.rb → accounting/invoice.rb} +73 -50
- data/lib/xero-ruby/models/{invoice_reminder.rb → accounting/invoice_reminder.rb} +11 -7
- data/lib/xero-ruby/models/{invoice_reminders.rb → accounting/invoice_reminders.rb} +12 -7
- data/lib/xero-ruby/models/{invoices.rb → accounting/invoices.rb} +12 -7
- data/lib/xero-ruby/models/{item.rb → accounting/item.rb} +28 -22
- data/lib/xero-ruby/models/{items.rb → accounting/items.rb} +12 -7
- data/lib/xero-ruby/models/{journal.rb → accounting/journal.rb} +44 -15
- data/lib/xero-ruby/models/{journal_line.rb → accounting/journal_line.rb} +25 -20
- data/lib/xero-ruby/models/{journals.rb → accounting/journals.rb} +12 -7
- data/lib/xero-ruby/models/{line_amount_types.rb → accounting/line_amount_types.rb} +3 -3
- data/lib/xero-ruby/models/{line_item.rb → accounting/line_item.rb} +29 -25
- data/lib/xero-ruby/models/{line_item_tracking.rb → accounting/line_item_tracking.rb} +14 -10
- data/lib/xero-ruby/models/{linked_transaction.rb → accounting/linked_transaction.rb} +29 -17
- data/lib/xero-ruby/models/{linked_transactions.rb → accounting/linked_transactions.rb} +12 -7
- data/lib/xero-ruby/models/{manual_journal.rb → accounting/manual_journal.rb} +29 -19
- data/lib/xero-ruby/models/{manual_journal_line.rb → accounting/manual_journal_line.rb} +30 -16
- data/lib/xero-ruby/models/{manual_journals.rb → accounting/manual_journals.rb} +12 -7
- data/lib/xero-ruby/models/{online_invoice.rb → accounting/online_invoice.rb} +11 -7
- data/lib/xero-ruby/models/{online_invoices.rb → accounting/online_invoices.rb} +12 -7
- data/lib/xero-ruby/models/{organisation.rb → accounting/organisation.rb} +126 -36
- data/lib/xero-ruby/models/{organisations.rb → accounting/organisations.rb} +12 -7
- data/lib/xero-ruby/models/{overpayment.rb → accounting/overpayment.rb} +40 -27
- data/lib/xero-ruby/models/{overpayments.rb → accounting/overpayments.rb} +12 -7
- data/lib/xero-ruby/models/{payment.rb → accounting/payment.rb} +61 -28
- data/lib/xero-ruby/models/{payment_delete.rb → accounting/payment_delete.rb} +11 -7
- data/lib/xero-ruby/models/{payment_service.rb → accounting/payment_service.rb} +16 -12
- data/lib/xero-ruby/models/{payment_services.rb → accounting/payment_services.rb} +12 -7
- data/lib/xero-ruby/models/{payment_term.rb → accounting/payment_term.rb} +13 -7
- data/lib/xero-ruby/models/{payment_term_type.rb → accounting/payment_term_type.rb} +3 -3
- data/lib/xero-ruby/models/{payments.rb → accounting/payments.rb} +12 -7
- data/lib/xero-ruby/models/{phone.rb → accounting/phone.rb} +20 -10
- data/lib/xero-ruby/models/{prepayment.rb → accounting/prepayment.rb} +41 -27
- data/lib/xero-ruby/models/{prepayments.rb → accounting/prepayments.rb} +12 -7
- data/lib/xero-ruby/models/{purchase.rb → accounting/purchase.rb} +15 -11
- data/lib/xero-ruby/models/{purchase_order.rb → accounting/purchase_order.rb} +49 -37
- data/lib/xero-ruby/models/{purchase_orders.rb → accounting/purchase_orders.rb} +12 -7
- data/lib/xero-ruby/models/{quote.rb → accounting/quote.rb} +63 -33
- data/lib/xero-ruby/models/{quote_line_amount_types.rb → accounting/quote_line_amount_types.rb} +3 -3
- data/lib/xero-ruby/models/{quote_status_codes.rb → accounting/quote_status_codes.rb} +4 -3
- data/lib/xero-ruby/models/{quotes.rb → accounting/quotes.rb} +12 -7
- data/lib/xero-ruby/models/{receipt.rb → accounting/receipt.rb} +36 -23
- data/lib/xero-ruby/models/{receipts.rb → accounting/receipts.rb} +12 -7
- data/lib/xero-ruby/models/{repeating_invoice.rb → accounting/repeating_invoice.rb} +34 -21
- data/lib/xero-ruby/models/{repeating_invoices.rb → accounting/repeating_invoices.rb} +12 -7
- data/lib/xero-ruby/models/{report.rb → accounting/report.rb} +19 -13
- data/lib/xero-ruby/models/{report_attribute.rb → accounting/report_attribute.rb} +13 -7
- data/lib/xero-ruby/models/{report_cell.rb → accounting/report_cell.rb} +13 -7
- data/lib/xero-ruby/models/{report_fields.rb → accounting/report_fields.rb} +14 -7
- data/lib/xero-ruby/models/{report_row.rb → accounting/report_row.rb} +14 -7
- data/lib/xero-ruby/models/{report_rows.rb → accounting/report_rows.rb} +15 -7
- data/lib/xero-ruby/models/{report_with_row.rb → accounting/report_with_row.rb} +19 -13
- data/lib/xero-ruby/models/{report_with_rows.rb → accounting/report_with_rows.rb} +12 -7
- data/lib/xero-ruby/models/{reports.rb → accounting/reports.rb} +12 -7
- data/lib/xero-ruby/models/{request_empty.rb → accounting/request_empty.rb} +11 -7
- data/lib/xero-ruby/models/{row_type.rb → accounting/row_type.rb} +3 -3
- data/lib/xero-ruby/models/{sales_tracking_category.rb → accounting/sales_tracking_category.rb} +12 -8
- data/lib/xero-ruby/models/{schedule.rb → accounting/schedule.rb} +27 -15
- data/lib/xero-ruby/models/{tax_component.rb → accounting/tax_component.rb} +15 -11
- data/lib/xero-ruby/models/{tax_rate.rb → accounting/tax_rate.rb} +104 -22
- data/lib/xero-ruby/models/{tax_rates.rb → accounting/tax_rates.rb} +12 -7
- data/lib/xero-ruby/models/{tax_type.rb → accounting/tax_type.rb} +7 -3
- data/lib/xero-ruby/models/{ten_nintey_nine_contact.rb → accounting/ten_ninety_nine_contact.rb} +46 -42
- data/lib/xero-ruby/models/{time_zone.rb → accounting/time_zone.rb} +3 -3
- data/lib/xero-ruby/models/{tracking_categories.rb → accounting/tracking_categories.rb} +12 -7
- data/lib/xero-ruby/models/{tracking_category.rb → accounting/tracking_category.rb} +19 -12
- data/lib/xero-ruby/models/{tracking_option.rb → accounting/tracking_option.rb} +17 -10
- data/lib/xero-ruby/models/{tracking_options.rb → accounting/tracking_options.rb} +12 -7
- data/lib/xero-ruby/models/{user.rb → accounting/user.rb} +24 -13
- data/lib/xero-ruby/models/{users.rb → accounting/users.rb} +12 -7
- data/lib/xero-ruby/models/{validation_error.rb → accounting/validation_error.rb} +11 -7
- data/lib/xero-ruby/models/assets/asset.rb +353 -0
- data/lib/xero-ruby/models/assets/asset_status.rb +38 -0
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +38 -0
- data/lib/xero-ruby/models/assets/asset_type.rb +278 -0
- data/lib/xero-ruby/models/assets/assets.rb +220 -0
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +268 -0
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +347 -0
- data/lib/xero-ruby/models/assets/error.rb +252 -0
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +258 -0
- data/lib/xero-ruby/models/assets/pagination.rb +238 -0
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +248 -0
- data/lib/xero-ruby/models/assets/setting.rb +278 -0
- data/lib/xero-ruby/models/projects/amount.rb +218 -0
- data/lib/xero-ruby/models/projects/charge_type.rb +38 -0
- data/lib/xero-ruby/models/projects/currency_code.rb +199 -0
- data/lib/xero-ruby/models/projects/error.rb +218 -0
- data/lib/xero-ruby/models/{allocation.rb → projects/pagination.rb} +48 -48
- data/lib/xero-ruby/models/projects/project.rb +423 -0
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +243 -0
- data/lib/xero-ruby/models/projects/project_patch.rb +213 -0
- data/lib/xero-ruby/models/projects/project_status.rb +37 -0
- data/lib/xero-ruby/models/projects/project_user.rb +228 -0
- data/lib/xero-ruby/models/projects/project_users.rb +220 -0
- data/lib/xero-ruby/models/projects/projects.rb +220 -0
- data/lib/xero-ruby/models/projects/task.rb +385 -0
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +253 -0
- data/lib/xero-ruby/models/projects/tasks.rb +220 -0
- data/lib/xero-ruby/models/projects/time_entries.rb +220 -0
- data/lib/xero-ruby/models/projects/time_entry.rb +324 -0
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +268 -0
- data/lib/xero-ruby/version.rb +3 -3
- data/spec/{api → accounting/api}/accounting_api_spec.rb +31 -6
- data/spec/{models → accounting/models}/account_spec.rb +5 -5
- data/spec/{models → accounting/models}/account_type_spec.rb +5 -5
- data/spec/{models → accounting/models}/accounts_payable_spec.rb +5 -5
- data/spec/{models → accounting/models}/accounts_receivable_spec.rb +5 -5
- data/spec/{models → accounting/models}/accounts_spec.rb +5 -5
- data/spec/{models → accounting/models}/address_spec.rb +5 -5
- data/spec/{models → accounting/models}/allocation_spec.rb +5 -5
- data/spec/{models → accounting/models}/allocations_spec.rb +5 -5
- data/spec/{models → accounting/models}/attachment_spec.rb +5 -5
- data/spec/{models → accounting/models}/attachments_spec.rb +5 -5
- data/spec/{models → accounting/models}/balances_spec.rb +5 -5
- data/spec/{models → accounting/models}/bank_transaction_spec.rb +5 -5
- data/spec/{models → accounting/models}/bank_transactions_spec.rb +5 -5
- data/spec/{models → accounting/models}/bank_transfer_spec.rb +5 -5
- data/spec/{models → accounting/models}/bank_transfers_spec.rb +5 -5
- data/spec/{models → accounting/models}/batch_payment_details_spec.rb +5 -5
- data/spec/{models → accounting/models}/batch_payment_spec.rb +5 -5
- data/spec/{models → accounting/models}/batch_payments_spec.rb +5 -5
- data/spec/{models → accounting/models}/bill_spec.rb +5 -5
- data/spec/{models → accounting/models}/branding_theme_spec.rb +5 -5
- data/spec/{models → accounting/models}/branding_themes_spec.rb +5 -5
- data/spec/{models → accounting/models}/cis_org_setting_spec.rb +5 -5
- data/spec/{models → accounting/models}/cis_setting_spec.rb +5 -5
- data/spec/{models → accounting/models}/cis_settings_spec.rb +5 -5
- data/spec/{models → accounting/models}/contact_group_spec.rb +5 -5
- data/spec/{models → accounting/models}/contact_groups_spec.rb +5 -5
- data/spec/{models → accounting/models}/contact_person_spec.rb +5 -5
- data/spec/{models → accounting/models}/contact_spec.rb +5 -5
- data/spec/{models → accounting/models}/contacts_spec.rb +5 -5
- data/spec/{models → accounting/models}/country_code_spec.rb +5 -5
- data/spec/{models → accounting/models}/credit_note_spec.rb +5 -5
- data/spec/{models → accounting/models}/credit_notes_spec.rb +5 -5
- data/spec/{models → accounting/models}/currencies_spec.rb +5 -5
- data/spec/{models → accounting/models}/currency_code_spec.rb +5 -5
- data/spec/{models → accounting/models}/currency_spec.rb +5 -5
- data/spec/{models → accounting/models}/element_spec.rb +5 -5
- data/spec/{models → accounting/models}/employee_spec.rb +5 -5
- data/spec/{models → accounting/models}/employees_spec.rb +5 -5
- data/spec/{models → accounting/models}/error_spec.rb +5 -5
- data/spec/{models → accounting/models}/expense_claim_spec.rb +5 -5
- data/spec/{models → accounting/models}/expense_claims_spec.rb +5 -5
- data/spec/{models → accounting/models}/external_link_spec.rb +5 -5
- data/spec/{models → accounting/models}/history_record_spec.rb +5 -5
- data/spec/{models → accounting/models}/history_records_spec.rb +5 -5
- data/spec/{models → accounting/models}/invoice_reminder_spec.rb +5 -5
- data/spec/{models → accounting/models}/invoice_reminders_spec.rb +5 -5
- data/spec/{models → accounting/models}/invoice_spec.rb +5 -5
- data/spec/{models → accounting/models}/invoices_spec.rb +5 -5
- data/spec/{models → accounting/models}/item_spec.rb +5 -5
- data/spec/{models → accounting/models}/items_spec.rb +5 -5
- data/spec/{models → accounting/models}/journal_line_spec.rb +5 -5
- data/spec/{models → accounting/models}/journal_spec.rb +5 -5
- data/spec/{models → accounting/models}/journals_spec.rb +5 -5
- data/spec/{models → accounting/models}/line_amount_types_spec.rb +5 -5
- data/spec/{models → accounting/models}/line_item_spec.rb +5 -5
- data/spec/{models → accounting/models}/line_item_tracking_spec.rb +5 -5
- data/spec/{models → accounting/models}/linked_transaction_spec.rb +5 -5
- data/spec/{models → accounting/models}/linked_transactions_spec.rb +5 -5
- data/spec/{models → accounting/models}/manual_journal_line_spec.rb +5 -5
- data/spec/{models → accounting/models}/manual_journal_spec.rb +5 -5
- data/spec/{models → accounting/models}/manual_journals_spec.rb +5 -5
- data/spec/{models → accounting/models}/online_invoice_spec.rb +5 -5
- data/spec/{models → accounting/models}/online_invoices_spec.rb +5 -5
- data/spec/{models → accounting/models}/organisation_spec.rb +5 -5
- data/spec/{models → accounting/models}/organisations_spec.rb +5 -5
- data/spec/{models → accounting/models}/overpayment_spec.rb +5 -5
- data/spec/{models → accounting/models}/overpayments_spec.rb +5 -5
- data/spec/{models → accounting/models}/payment_delete_spec.rb +5 -5
- data/spec/{models → accounting/models}/payment_service_spec.rb +5 -5
- data/spec/{models → accounting/models}/payment_services_spec.rb +5 -5
- data/spec/{models → accounting/models}/payment_spec.rb +11 -5
- data/spec/{models → accounting/models}/payment_term_spec.rb +5 -5
- data/spec/{models → accounting/models}/payment_term_type_spec.rb +5 -5
- data/spec/{models → accounting/models}/payments_spec.rb +5 -5
- data/spec/{models → accounting/models}/phone_spec.rb +5 -5
- data/spec/{models → accounting/models}/prepayment_spec.rb +5 -5
- data/spec/{models → accounting/models}/prepayments_spec.rb +5 -5
- data/spec/{models → accounting/models}/purchase_order_spec.rb +5 -5
- data/spec/{models → accounting/models}/purchase_orders_spec.rb +5 -5
- data/spec/{models → accounting/models}/purchase_spec.rb +5 -5
- data/spec/{models → accounting/models}/quote_line_amount_types_spec.rb +5 -5
- data/spec/{models → accounting/models}/quote_spec.rb +5 -5
- data/spec/{models → accounting/models}/quote_status_codes_spec.rb +5 -5
- data/spec/{models → accounting/models}/quotes_spec.rb +5 -5
- data/spec/{models → accounting/models}/receipt_spec.rb +5 -5
- data/spec/{models → accounting/models}/receipts_spec.rb +5 -5
- data/spec/{models → accounting/models}/repeating_invoice_spec.rb +5 -5
- data/spec/{models → accounting/models}/repeating_invoices_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_attribute_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_cell_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_fields_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_row_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_rows_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_with_row_spec.rb +5 -5
- data/spec/{models → accounting/models}/report_with_rows_spec.rb +5 -5
- data/spec/{models → accounting/models}/reports_spec.rb +5 -5
- data/spec/{models → accounting/models}/request_empty_spec.rb +5 -5
- data/spec/{models → accounting/models}/row_type_spec.rb +5 -5
- data/spec/{models → accounting/models}/sales_tracking_category_spec.rb +5 -5
- data/spec/{models → accounting/models}/schedule_spec.rb +5 -5
- data/spec/{models → accounting/models}/tax_component_spec.rb +5 -5
- data/spec/{models → accounting/models}/tax_rate_spec.rb +6 -6
- data/spec/{models → accounting/models}/tax_rates_spec.rb +5 -5
- data/spec/{models → accounting/models}/tax_type_spec.rb +5 -5
- data/spec/{models → accounting/models}/ten_nintey_nine_contact_spec.rb +8 -8
- data/spec/{models → accounting/models}/time_zone_spec.rb +5 -5
- data/spec/{models → accounting/models}/tracking_categories_spec.rb +5 -5
- data/spec/{models → accounting/models}/tracking_category_spec.rb +5 -5
- data/spec/{models → accounting/models}/tracking_option_spec.rb +5 -5
- data/spec/{models → accounting/models}/tracking_options_spec.rb +5 -5
- data/spec/{models → accounting/models}/user_spec.rb +5 -5
- data/spec/{models → accounting/models}/users_spec.rb +5 -5
- data/spec/{models → accounting/models}/validation_error_spec.rb +5 -5
- data/spec/api_client_spec.rb +12 -52
- data/spec/assets/api/asset_api_spec.rb +116 -0
- data/spec/assets/models/asset_spec.rb +125 -0
- data/spec/assets/models/asset_status_query_param_spec.rb +35 -0
- data/spec/assets/models/asset_status_spec.rb +35 -0
- data/spec/assets/models/asset_type_spec.rb +77 -0
- data/spec/assets/models/assets_spec.rb +47 -0
- data/spec/assets/models/book_depreciation_detail_spec.rb +77 -0
- data/spec/assets/models/book_depreciation_setting_spec.rb +95 -0
- data/spec/assets/models/error_spec.rb +65 -0
- data/spec/assets/models/field_validation_errors_element_spec.rb +71 -0
- data/spec/assets/models/pagination_spec.rb +59 -0
- data/spec/assets/models/resource_validation_errors_element_spec.rb +65 -0
- data/spec/assets/models/setting_spec.rb +83 -0
- data/spec/configuration_spec.rb +7 -23
- data/spec/projects/api/project_api_spec.rb +229 -0
- data/spec/projects/models/amount_spec.rb +47 -0
- data/spec/projects/models/charge_type_spec.rb +35 -0
- data/spec/projects/models/currency_code_spec.rb +35 -0
- data/spec/projects/models/error_spec.rb +47 -0
- data/spec/projects/models/pagination_spec.rb +59 -0
- data/spec/projects/models/project_create_or_update_spec.rb +59 -0
- data/spec/projects/models/project_patch_spec.rb +41 -0
- data/spec/projects/models/project_spec.rb +167 -0
- data/spec/projects/models/project_status_spec.rb +35 -0
- data/spec/projects/models/project_user_spec.rb +53 -0
- data/spec/projects/models/project_users_spec.rb +47 -0
- data/spec/projects/models/projects_spec.rb +47 -0
- data/spec/projects/models/task_create_or_update_spec.rb +59 -0
- data/spec/projects/models/task_spec.rb +129 -0
- data/spec/projects/models/tasks_spec.rb +47 -0
- data/spec/projects/models/time_entries_spec.rb +47 -0
- data/spec/projects/models/time_entry_create_or_update_spec.rb +65 -0
- data/spec/projects/models/time_entry_spec.rb +93 -0
- data/spec/spec_helper.rb +2 -2
- data/xero-ruby.gemspec +4 -5
- metadata +611 -482
- data/docs/Allocation.md +0 -21
- data/lib/.DS_Store +0 -0
- data/pkg/xero-ruby-0.1.3.gem +0 -0
- data/pkg/xero-ruby-0.2.2.gem +0 -0
- data/pkg/xero-ruby-0.2.3.gem +0 -0
|
@@ -3,38 +3,42 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Report
|
|
18
20
|
# See Prepayment Types
|
|
19
21
|
attr_accessor :report_id
|
|
20
|
-
|
|
22
|
+
|
|
21
23
|
# See Prepayment Types
|
|
22
24
|
attr_accessor :report_name
|
|
23
|
-
|
|
25
|
+
|
|
24
26
|
# See Prepayment Types
|
|
25
27
|
attr_accessor :report_type
|
|
26
|
-
|
|
28
|
+
AGED_PAYABLES_BY_CONTACT = "AgedPayablesByContact".freeze
|
|
29
|
+
|
|
27
30
|
# See Prepayment Types
|
|
28
31
|
attr_accessor :report_title
|
|
29
|
-
|
|
32
|
+
|
|
30
33
|
# Date of report
|
|
31
34
|
attr_accessor :report_date
|
|
32
|
-
|
|
35
|
+
|
|
33
36
|
# Updated Date
|
|
34
37
|
attr_accessor :updated_date_utc
|
|
38
|
+
|
|
35
39
|
|
|
36
40
|
attr_accessor :contacts
|
|
37
|
-
|
|
41
|
+
|
|
38
42
|
class EnumAttributeValidator
|
|
39
43
|
attr_reader :datatype
|
|
40
44
|
attr_reader :allowable_values
|
|
@@ -79,7 +83,7 @@ module XeroRuby
|
|
|
79
83
|
:'report_title' => :'String',
|
|
80
84
|
:'report_date' => :'String',
|
|
81
85
|
:'updated_date_utc' => :'DateTime',
|
|
82
|
-
:'contacts' => :'Array<
|
|
86
|
+
:'contacts' => :'Array<TenNinetyNineContact>'
|
|
83
87
|
}
|
|
84
88
|
end
|
|
85
89
|
|
|
@@ -87,13 +91,13 @@ module XeroRuby
|
|
|
87
91
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
88
92
|
def initialize(attributes = {})
|
|
89
93
|
if (!attributes.is_a?(Hash))
|
|
90
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Report` initialize method"
|
|
94
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::Report` initialize method"
|
|
91
95
|
end
|
|
92
96
|
|
|
93
97
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
94
98
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
95
99
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
96
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Report`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
100
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::Report`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
97
101
|
end
|
|
98
102
|
h[k.to_sym] = v
|
|
99
103
|
}
|
|
@@ -223,6 +227,8 @@ module XeroRuby
|
|
|
223
227
|
value.to_i
|
|
224
228
|
when :Float
|
|
225
229
|
value.to_f
|
|
230
|
+
when :BigDecimal
|
|
231
|
+
BigDecimal(value.to_s)
|
|
226
232
|
when :Boolean
|
|
227
233
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
228
234
|
true
|
|
@@ -244,7 +250,7 @@ module XeroRuby
|
|
|
244
250
|
end
|
|
245
251
|
end
|
|
246
252
|
else # model
|
|
247
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
253
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
248
254
|
end
|
|
249
255
|
end
|
|
250
256
|
|
|
@@ -3,22 +3,26 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportAttribute
|
|
20
|
+
|
|
18
21
|
attr_accessor :id
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :value
|
|
21
|
-
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
@@ -39,13 +43,13 @@ module XeroRuby
|
|
|
39
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
40
44
|
def initialize(attributes = {})
|
|
41
45
|
if (!attributes.is_a?(Hash))
|
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportAttribute` initialize method"
|
|
46
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportAttribute` initialize method"
|
|
43
47
|
end
|
|
44
48
|
|
|
45
49
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
46
50
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
47
51
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportAttribute`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
52
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportAttribute`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
49
53
|
end
|
|
50
54
|
h[k.to_sym] = v
|
|
51
55
|
}
|
|
@@ -136,6 +140,8 @@ module XeroRuby
|
|
|
136
140
|
value.to_i
|
|
137
141
|
when :Float
|
|
138
142
|
value.to_f
|
|
143
|
+
when :BigDecimal
|
|
144
|
+
BigDecimal(value.to_s)
|
|
139
145
|
when :Boolean
|
|
140
146
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
141
147
|
true
|
|
@@ -157,7 +163,7 @@ module XeroRuby
|
|
|
157
163
|
end
|
|
158
164
|
end
|
|
159
165
|
else # model
|
|
160
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
166
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
161
167
|
end
|
|
162
168
|
end
|
|
163
169
|
|
|
@@ -3,22 +3,26 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportCell
|
|
20
|
+
|
|
18
21
|
attr_accessor :value
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :attributes
|
|
21
|
-
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
@@ -39,13 +43,13 @@ module XeroRuby
|
|
|
39
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
40
44
|
def initialize(attributes = {})
|
|
41
45
|
if (!attributes.is_a?(Hash))
|
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportCell` initialize method"
|
|
46
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportCell` initialize method"
|
|
43
47
|
end
|
|
44
48
|
|
|
45
49
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
46
50
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
47
51
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportCell`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
52
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportCell`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
49
53
|
end
|
|
50
54
|
h[k.to_sym] = v
|
|
51
55
|
}
|
|
@@ -138,6 +142,8 @@ module XeroRuby
|
|
|
138
142
|
value.to_i
|
|
139
143
|
when :Float
|
|
140
144
|
value.to_f
|
|
145
|
+
when :BigDecimal
|
|
146
|
+
BigDecimal(value.to_s)
|
|
141
147
|
when :Boolean
|
|
142
148
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
143
149
|
true
|
|
@@ -159,7 +165,7 @@ module XeroRuby
|
|
|
159
165
|
end
|
|
160
166
|
end
|
|
161
167
|
else # model
|
|
162
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
168
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
163
169
|
end
|
|
164
170
|
end
|
|
165
171
|
|
|
@@ -3,24 +3,29 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportFields
|
|
20
|
+
|
|
18
21
|
attr_accessor :field_id
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :description
|
|
25
|
+
|
|
21
26
|
|
|
22
27
|
attr_accessor :value
|
|
23
|
-
|
|
28
|
+
|
|
24
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
30
|
def self.attribute_map
|
|
26
31
|
{
|
|
@@ -43,13 +48,13 @@ module XeroRuby
|
|
|
43
48
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
44
49
|
def initialize(attributes = {})
|
|
45
50
|
if (!attributes.is_a?(Hash))
|
|
46
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportFields` initialize method"
|
|
51
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportFields` initialize method"
|
|
47
52
|
end
|
|
48
53
|
|
|
49
54
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
50
55
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
51
56
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
52
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportFields`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
57
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportFields`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
53
58
|
end
|
|
54
59
|
h[k.to_sym] = v
|
|
55
60
|
}
|
|
@@ -145,6 +150,8 @@ module XeroRuby
|
|
|
145
150
|
value.to_i
|
|
146
151
|
when :Float
|
|
147
152
|
value.to_f
|
|
153
|
+
when :BigDecimal
|
|
154
|
+
BigDecimal(value.to_s)
|
|
148
155
|
when :Boolean
|
|
149
156
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
150
157
|
true
|
|
@@ -166,7 +173,7 @@ module XeroRuby
|
|
|
166
173
|
end
|
|
167
174
|
end
|
|
168
175
|
else # model
|
|
169
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
176
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
170
177
|
end
|
|
171
178
|
end
|
|
172
179
|
|
|
@@ -3,24 +3,29 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportRow
|
|
20
|
+
|
|
18
21
|
attr_accessor :row_type
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :title
|
|
25
|
+
|
|
21
26
|
|
|
22
27
|
attr_accessor :cells
|
|
23
|
-
|
|
28
|
+
|
|
24
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
30
|
def self.attribute_map
|
|
26
31
|
{
|
|
@@ -43,13 +48,13 @@ module XeroRuby
|
|
|
43
48
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
44
49
|
def initialize(attributes = {})
|
|
45
50
|
if (!attributes.is_a?(Hash))
|
|
46
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportRow` initialize method"
|
|
51
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportRow` initialize method"
|
|
47
52
|
end
|
|
48
53
|
|
|
49
54
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
50
55
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
51
56
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
52
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportRow`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
57
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportRow`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
53
58
|
end
|
|
54
59
|
h[k.to_sym] = v
|
|
55
60
|
}
|
|
@@ -147,6 +152,8 @@ module XeroRuby
|
|
|
147
152
|
value.to_i
|
|
148
153
|
when :Float
|
|
149
154
|
value.to_f
|
|
155
|
+
when :BigDecimal
|
|
156
|
+
BigDecimal(value.to_s)
|
|
150
157
|
when :Boolean
|
|
151
158
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
152
159
|
true
|
|
@@ -168,7 +175,7 @@ module XeroRuby
|
|
|
168
175
|
end
|
|
169
176
|
end
|
|
170
177
|
else # model
|
|
171
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
178
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
172
179
|
end
|
|
173
180
|
end
|
|
174
181
|
|
|
@@ -3,26 +3,32 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportRows
|
|
20
|
+
|
|
18
21
|
attr_accessor :row_type
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :title
|
|
25
|
+
|
|
21
26
|
|
|
22
27
|
attr_accessor :cells
|
|
28
|
+
|
|
23
29
|
|
|
24
30
|
attr_accessor :rows
|
|
25
|
-
|
|
31
|
+
|
|
26
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
27
33
|
def self.attribute_map
|
|
28
34
|
{
|
|
@@ -47,13 +53,13 @@ module XeroRuby
|
|
|
47
53
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
48
54
|
def initialize(attributes = {})
|
|
49
55
|
if (!attributes.is_a?(Hash))
|
|
50
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportRows` initialize method"
|
|
56
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportRows` initialize method"
|
|
51
57
|
end
|
|
52
58
|
|
|
53
59
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
54
60
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
55
61
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
56
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportRows`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
62
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportRows`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
57
63
|
end
|
|
58
64
|
h[k.to_sym] = v
|
|
59
65
|
}
|
|
@@ -158,6 +164,8 @@ module XeroRuby
|
|
|
158
164
|
value.to_i
|
|
159
165
|
when :Float
|
|
160
166
|
value.to_f
|
|
167
|
+
when :BigDecimal
|
|
168
|
+
BigDecimal(value.to_s)
|
|
161
169
|
when :Boolean
|
|
162
170
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
163
171
|
true
|
|
@@ -179,7 +187,7 @@ module XeroRuby
|
|
|
179
187
|
end
|
|
180
188
|
end
|
|
181
189
|
else # model
|
|
182
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
190
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
183
191
|
end
|
|
184
192
|
end
|
|
185
193
|
|
|
@@ -3,43 +3,47 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'time'
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
|
-
module XeroRuby
|
|
16
|
+
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ReportWithRow
|
|
18
20
|
# Report id
|
|
19
21
|
attr_accessor :report_id
|
|
20
|
-
|
|
22
|
+
|
|
21
23
|
# Name of the report
|
|
22
24
|
attr_accessor :report_name
|
|
23
|
-
|
|
25
|
+
|
|
24
26
|
# Title of the report
|
|
25
27
|
attr_accessor :report_title
|
|
26
|
-
|
|
28
|
+
|
|
27
29
|
# The type of report (BalanceSheet,ProfitLoss, etc)
|
|
28
30
|
attr_accessor :report_type
|
|
29
|
-
|
|
31
|
+
|
|
30
32
|
# Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)
|
|
31
33
|
attr_accessor :report_titles
|
|
32
|
-
|
|
34
|
+
|
|
33
35
|
# Date of report
|
|
34
36
|
attr_accessor :report_date
|
|
37
|
+
|
|
35
38
|
|
|
36
39
|
attr_accessor :rows
|
|
37
|
-
|
|
40
|
+
|
|
38
41
|
# Updated Date
|
|
39
42
|
attr_accessor :updated_date_utc
|
|
43
|
+
|
|
40
44
|
|
|
41
45
|
attr_accessor :fields
|
|
42
|
-
|
|
46
|
+
|
|
43
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
48
|
def self.attribute_map
|
|
45
49
|
{
|
|
@@ -74,13 +78,13 @@ module XeroRuby
|
|
|
74
78
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
75
79
|
def initialize(attributes = {})
|
|
76
80
|
if (!attributes.is_a?(Hash))
|
|
77
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::ReportWithRow` initialize method"
|
|
81
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ReportWithRow` initialize method"
|
|
78
82
|
end
|
|
79
83
|
|
|
80
84
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
81
85
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
82
86
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
83
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::ReportWithRow`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
87
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ReportWithRow`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
84
88
|
end
|
|
85
89
|
h[k.to_sym] = v
|
|
86
90
|
}
|
|
@@ -212,6 +216,8 @@ module XeroRuby
|
|
|
212
216
|
value.to_i
|
|
213
217
|
when :Float
|
|
214
218
|
value.to_f
|
|
219
|
+
when :BigDecimal
|
|
220
|
+
BigDecimal(value.to_s)
|
|
215
221
|
when :Boolean
|
|
216
222
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
217
223
|
true
|
|
@@ -233,7 +239,7 @@ module XeroRuby
|
|
|
233
239
|
end
|
|
234
240
|
end
|
|
235
241
|
else # model
|
|
236
|
-
XeroRuby.const_get(type).build_from_hash(value)
|
|
242
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
237
243
|
end
|
|
238
244
|
end
|
|
239
245
|
|