xero-ruby 2.0.2 → 2.2.2

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.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +183 -101
  3. data/build_notes.md +35 -5
  4. data/docs/accounting/Account.md +1 -1
  5. data/docs/accounting/AccountsPayable.md +2 -2
  6. data/docs/accounting/AccountsReceivable.md +2 -2
  7. data/docs/accounting/Allocation.md +1 -1
  8. data/docs/accounting/Attachment.md +1 -1
  9. data/docs/accounting/BankTransaction.md +6 -6
  10. data/docs/accounting/BankTransfer.md +3 -3
  11. data/docs/accounting/BatchPayment.md +2 -2
  12. data/docs/accounting/BrandingTheme.md +1 -1
  13. data/docs/accounting/Contact.md +2 -2
  14. data/docs/accounting/CreditNote.md +6 -6
  15. data/docs/accounting/Employee.md +1 -1
  16. data/docs/accounting/ExpenseClaim.md +4 -4
  17. data/docs/accounting/HistoryRecord.md +1 -1
  18. data/docs/accounting/Invoice.md +10 -10
  19. data/docs/accounting/Item.md +3 -3
  20. data/docs/accounting/Journal.md +1 -1
  21. data/docs/accounting/JournalLine.md +3 -3
  22. data/docs/accounting/LineItem.md +6 -6
  23. data/docs/accounting/LinkedTransaction.md +1 -1
  24. data/docs/accounting/ManualJournal.md +1 -1
  25. data/docs/accounting/ManualJournalLine.md +2 -2
  26. data/docs/accounting/Organisation.md +1 -1
  27. data/docs/accounting/Overpayment.md +6 -6
  28. data/docs/accounting/Payment.md +3 -3
  29. data/docs/accounting/Prepayment.md +6 -6
  30. data/docs/accounting/Purchase.md +1 -1
  31. data/docs/accounting/PurchaseOrder.md +6 -6
  32. data/docs/accounting/Quote.md +5 -5
  33. data/docs/accounting/Receipt.md +4 -4
  34. data/docs/accounting/RepeatingInvoice.md +3 -3
  35. data/docs/accounting/Report.md +1 -1
  36. data/docs/accounting/ReportWithRow.md +1 -1
  37. data/docs/accounting/TaxComponent.md +1 -1
  38. data/docs/accounting/TaxRate.md +2 -2
  39. data/docs/accounting/TenNinetyNineContact.md +13 -13
  40. data/docs/accounting/User.md +1 -1
  41. data/docs/assets/Asset.md +3 -3
  42. data/docs/assets/AssetApi.md +6 -6
  43. data/docs/assets/BookDepreciationDetail.md +6 -6
  44. data/docs/assets/BookDepreciationSetting.md +1 -1
  45. data/docs/projects/Amount.md +1 -1
  46. data/docs/projects/ProjectCreateOrUpdate.md +1 -1
  47. data/lib/xero-ruby.rb +1 -1
  48. data/lib/xero-ruby/api/accounting_api.rb +1506 -1
  49. data/lib/xero-ruby/api/asset_api.rb +49 -7
  50. data/lib/xero-ruby/api/project_api.rb +92 -1
  51. data/lib/xero-ruby/api_client.rb +36 -3
  52. data/lib/xero-ruby/api_error.rb +1 -1
  53. data/lib/xero-ruby/configuration.rb +2 -2
  54. data/lib/xero-ruby/models/accounting/account.rb +1 -17
  55. data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
  56. data/lib/xero-ruby/models/accounting/accounts.rb +1 -1
  57. data/lib/xero-ruby/models/accounting/accounts_payable.rb +1 -1
  58. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +1 -1
  59. data/lib/xero-ruby/models/accounting/address.rb +1 -1
  60. data/lib/xero-ruby/models/accounting/allocation.rb +1 -1
  61. data/lib/xero-ruby/models/accounting/allocations.rb +1 -1
  62. data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
  63. data/lib/xero-ruby/models/accounting/attachments.rb +1 -1
  64. data/lib/xero-ruby/models/accounting/balances.rb +1 -1
  65. data/lib/xero-ruby/models/accounting/bank_transaction.rb +1 -6
  66. data/lib/xero-ruby/models/accounting/bank_transactions.rb +1 -1
  67. data/lib/xero-ruby/models/accounting/bank_transfer.rb +1 -1
  68. data/lib/xero-ruby/models/accounting/bank_transfers.rb +1 -1
  69. data/lib/xero-ruby/models/accounting/batch_payment.rb +1 -16
  70. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +1 -1
  71. data/lib/xero-ruby/models/accounting/batch_payments.rb +1 -1
  72. data/lib/xero-ruby/models/accounting/bill.rb +1 -1
  73. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  74. data/lib/xero-ruby/models/accounting/branding_themes.rb +1 -1
  75. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +1 -1
  76. data/lib/xero-ruby/models/accounting/cis_setting.rb +1 -1
  77. data/lib/xero-ruby/models/accounting/cis_settings.rb +1 -1
  78. data/lib/xero-ruby/models/accounting/contact.rb +1 -1
  79. data/lib/xero-ruby/models/accounting/contact_group.rb +1 -1
  80. data/lib/xero-ruby/models/accounting/contact_groups.rb +1 -1
  81. data/lib/xero-ruby/models/accounting/contact_person.rb +1 -1
  82. data/lib/xero-ruby/models/accounting/contacts.rb +1 -1
  83. data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
  84. data/lib/xero-ruby/models/accounting/credit_note.rb +1 -1
  85. data/lib/xero-ruby/models/accounting/credit_notes.rb +1 -1
  86. data/lib/xero-ruby/models/accounting/currencies.rb +1 -1
  87. data/lib/xero-ruby/models/accounting/currency.rb +1 -1
  88. data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
  89. data/lib/xero-ruby/models/accounting/element.rb +1 -1
  90. data/lib/xero-ruby/models/accounting/employee.rb +4 -3
  91. data/lib/xero-ruby/models/accounting/employees.rb +1 -1
  92. data/lib/xero-ruby/models/accounting/error.rb +1 -1
  93. data/lib/xero-ruby/models/accounting/expense_claim.rb +1 -1
  94. data/lib/xero-ruby/models/accounting/expense_claims.rb +1 -1
  95. data/lib/xero-ruby/models/accounting/external_link.rb +1 -1
  96. data/lib/xero-ruby/models/accounting/history_record.rb +1 -1
  97. data/lib/xero-ruby/models/accounting/history_records.rb +1 -1
  98. data/lib/xero-ruby/models/accounting/invoice.rb +1 -1
  99. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +1 -1
  100. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +1 -1
  101. data/lib/xero-ruby/models/accounting/invoices.rb +1 -1
  102. data/lib/xero-ruby/models/accounting/item.rb +1 -1
  103. data/lib/xero-ruby/models/accounting/items.rb +1 -1
  104. data/lib/xero-ruby/models/accounting/journal.rb +1 -1
  105. data/lib/xero-ruby/models/accounting/journal_line.rb +1 -1
  106. data/lib/xero-ruby/models/accounting/journals.rb +1 -1
  107. data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
  108. data/lib/xero-ruby/models/accounting/line_item.rb +1 -1
  109. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +1 -1
  110. data/lib/xero-ruby/models/accounting/linked_transaction.rb +1 -1
  111. data/lib/xero-ruby/models/accounting/linked_transactions.rb +1 -1
  112. data/lib/xero-ruby/models/accounting/manual_journal.rb +1 -1
  113. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +1 -1
  114. data/lib/xero-ruby/models/accounting/manual_journals.rb +1 -1
  115. data/lib/xero-ruby/models/accounting/online_invoice.rb +1 -1
  116. data/lib/xero-ruby/models/accounting/online_invoices.rb +1 -1
  117. data/lib/xero-ruby/models/accounting/organisation.rb +1 -3
  118. data/lib/xero-ruby/models/accounting/organisations.rb +1 -1
  119. data/lib/xero-ruby/models/accounting/overpayment.rb +1 -1
  120. data/lib/xero-ruby/models/accounting/overpayments.rb +1 -1
  121. data/lib/xero-ruby/models/accounting/payment.rb +1 -1
  122. data/lib/xero-ruby/models/accounting/payment_delete.rb +1 -1
  123. data/lib/xero-ruby/models/accounting/payment_service.rb +1 -1
  124. data/lib/xero-ruby/models/accounting/payment_services.rb +1 -1
  125. data/lib/xero-ruby/models/accounting/payment_term.rb +1 -1
  126. data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
  127. data/lib/xero-ruby/models/accounting/payments.rb +1 -1
  128. data/lib/xero-ruby/models/accounting/phone.rb +1 -1
  129. data/lib/xero-ruby/models/accounting/prepayment.rb +1 -1
  130. data/lib/xero-ruby/models/accounting/prepayments.rb +1 -1
  131. data/lib/xero-ruby/models/accounting/purchase.rb +1 -1
  132. data/lib/xero-ruby/models/accounting/purchase_order.rb +1 -1
  133. data/lib/xero-ruby/models/accounting/purchase_orders.rb +1 -1
  134. data/lib/xero-ruby/models/accounting/quote.rb +1 -1
  135. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
  136. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
  137. data/lib/xero-ruby/models/accounting/quotes.rb +1 -1
  138. data/lib/xero-ruby/models/accounting/receipt.rb +1 -1
  139. data/lib/xero-ruby/models/accounting/receipts.rb +1 -1
  140. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +1 -1
  141. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +1 -1
  142. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  143. data/lib/xero-ruby/models/accounting/report_attribute.rb +1 -1
  144. data/lib/xero-ruby/models/accounting/report_cell.rb +1 -1
  145. data/lib/xero-ruby/models/accounting/report_fields.rb +1 -1
  146. data/lib/xero-ruby/models/accounting/report_row.rb +1 -1
  147. data/lib/xero-ruby/models/accounting/report_rows.rb +1 -1
  148. data/lib/xero-ruby/models/accounting/report_with_row.rb +1 -1
  149. data/lib/xero-ruby/models/accounting/report_with_rows.rb +1 -1
  150. data/lib/xero-ruby/models/accounting/reports.rb +1 -1
  151. data/lib/xero-ruby/models/accounting/request_empty.rb +1 -1
  152. data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
  153. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +1 -1
  154. data/lib/xero-ruby/models/accounting/schedule.rb +1 -1
  155. data/lib/xero-ruby/models/accounting/tax_component.rb +1 -1
  156. data/lib/xero-ruby/models/accounting/tax_rate.rb +1 -1
  157. data/lib/xero-ruby/models/accounting/tax_rates.rb +1 -1
  158. data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
  159. data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +1 -1
  160. data/lib/xero-ruby/models/accounting/time_zone.rb +2 -1
  161. data/lib/xero-ruby/models/accounting/tracking_categories.rb +1 -1
  162. data/lib/xero-ruby/models/accounting/tracking_category.rb +1 -1
  163. data/lib/xero-ruby/models/accounting/tracking_option.rb +1 -1
  164. data/lib/xero-ruby/models/accounting/tracking_options.rb +1 -1
  165. data/lib/xero-ruby/models/accounting/user.rb +1 -1
  166. data/lib/xero-ruby/models/accounting/users.rb +1 -1
  167. data/lib/xero-ruby/models/accounting/validation_error.rb +1 -1
  168. data/lib/xero-ruby/models/assets/asset.rb +1 -1
  169. data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
  170. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
  171. data/lib/xero-ruby/models/assets/asset_type.rb +1 -1
  172. data/lib/xero-ruby/models/assets/assets.rb +1 -1
  173. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +1 -1
  174. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +1 -1
  175. data/lib/xero-ruby/models/assets/error.rb +1 -1
  176. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +1 -1
  177. data/lib/xero-ruby/models/assets/pagination.rb +1 -1
  178. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +1 -1
  179. data/lib/xero-ruby/models/assets/setting.rb +1 -1
  180. data/lib/xero-ruby/models/projects/amount.rb +1 -1
  181. data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
  182. data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
  183. data/lib/xero-ruby/models/projects/error.rb +1 -1
  184. data/lib/xero-ruby/models/projects/pagination.rb +1 -1
  185. data/lib/xero-ruby/models/projects/project.rb +1 -1
  186. data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
  187. data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
  188. data/lib/xero-ruby/models/projects/project_status.rb +1 -1
  189. data/lib/xero-ruby/models/projects/project_user.rb +1 -1
  190. data/lib/xero-ruby/models/projects/project_users.rb +1 -1
  191. data/lib/xero-ruby/models/projects/projects.rb +1 -1
  192. data/lib/xero-ruby/models/projects/task.rb +1 -1
  193. data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
  194. data/lib/xero-ruby/models/projects/tasks.rb +1 -1
  195. data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
  196. data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
  197. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
  198. data/lib/xero-ruby/version.rb +2 -2
  199. data/spec/api_client_spec.rb +6 -6
  200. data/xero-ruby.gem +0 -0
  201. data/xero-ruby.gemspec +2 -2
  202. metadata +4 -4
  203. data/Gemfile.lock +0 -68
@@ -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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -25,6 +25,7 @@ module XeroRuby::Accounting
25
25
  ACTIVE = "ACTIVE".freeze
26
26
  ARCHIVED = "ARCHIVED".freeze
27
27
  GDPRREQUEST = "GDPRREQUEST".freeze
28
+ DELETED = "DELETED".freeze
28
29
 
29
30
  # First name of an employee (max length = 255)
30
31
  attr_accessor :first_name
@@ -162,7 +163,7 @@ module XeroRuby::Accounting
162
163
  # Check to see if the all the properties in the model are valid
163
164
  # @return true if the model is valid
164
165
  def valid?
165
- status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
166
+ status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
166
167
  return false unless status_validator.valid?(@status)
167
168
  return false if !@first_name.nil? && @first_name.to_s.length > 255
168
169
  return false if !@last_name.nil? && @last_name.to_s.length > 255
@@ -172,7 +173,7 @@ module XeroRuby::Accounting
172
173
  # Custom attribute writer method checking allowed values (enum).
173
174
  # @param [Object] status Object to be assigned
174
175
  def status=(status)
175
- validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
176
+ validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
176
177
  unless validator.valid?(status)
177
178
  fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
178
179
  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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -114,7 +114,6 @@ module XeroRuby::Accounting
114
114
  N6_MONTHLY = "6MONTHLY".freeze
115
115
  QUARTERLY = "QUARTERLY".freeze
116
116
  YEARLY = "YEARLY".freeze
117
- # duplicate definitions generated: https://github.com/XeroAPI/xero-ruby/issues/53#issuecomment-668893305
118
117
  # NONE = "NONE".freeze
119
118
 
120
119
  # The default for LineAmountTypes on sales transactions
@@ -137,7 +136,6 @@ module XeroRuby::Accounting
137
136
 
138
137
  # Organisation Entity Type
139
138
  attr_accessor :organisation_entity_type
140
- # duplicate definitions generated: https://github.com/XeroAPI/xero-ruby/issues/53#issuecomment-668893305
141
139
  # ACCOUNTING_PRACTICE = "ACCOUNTING_PRACTICE".freeze
142
140
  # COMPANY = "COMPANY".freeze
143
141
  # CHARITY = "CHARITY".freeze
@@ -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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
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.2.11
6
+ The version of the OpenAPI document: 2.3.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1