xero-ruby 0.2.0 → 0.2.1

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 (243) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -10
  3. data/docs/AccountingApi.md +349 -15
  4. data/docs/CreditNote.md +2 -0
  5. data/docs/Overpayment.md +2 -0
  6. data/docs/Prepayment.md +2 -0
  7. data/lib/xero-ruby/api/accounting_api.rb +467 -11
  8. data/lib/xero-ruby/api_client.rb +1 -1
  9. data/lib/xero-ruby/api_error.rb +1 -1
  10. data/lib/xero-ruby/configuration.rb +1 -1
  11. data/lib/xero-ruby/models/account.rb +1 -1
  12. data/lib/xero-ruby/models/account_type.rb +1 -1
  13. data/lib/xero-ruby/models/accounts.rb +1 -1
  14. data/lib/xero-ruby/models/accounts_payable.rb +1 -1
  15. data/lib/xero-ruby/models/accounts_receivable.rb +1 -1
  16. data/lib/xero-ruby/models/address.rb +1 -1
  17. data/lib/xero-ruby/models/allocation.rb +1 -1
  18. data/lib/xero-ruby/models/allocations.rb +1 -1
  19. data/lib/xero-ruby/models/attachment.rb +1 -1
  20. data/lib/xero-ruby/models/attachments.rb +1 -1
  21. data/lib/xero-ruby/models/balances.rb +1 -1
  22. data/lib/xero-ruby/models/bank_transaction.rb +1 -1
  23. data/lib/xero-ruby/models/bank_transactions.rb +1 -1
  24. data/lib/xero-ruby/models/bank_transfer.rb +1 -1
  25. data/lib/xero-ruby/models/bank_transfers.rb +1 -1
  26. data/lib/xero-ruby/models/batch_payment.rb +1 -1
  27. data/lib/xero-ruby/models/batch_payment_details.rb +1 -1
  28. data/lib/xero-ruby/models/batch_payments.rb +1 -1
  29. data/lib/xero-ruby/models/bill.rb +1 -1
  30. data/lib/xero-ruby/models/branding_theme.rb +1 -1
  31. data/lib/xero-ruby/models/branding_themes.rb +1 -1
  32. data/lib/xero-ruby/models/cis_org_setting.rb +1 -1
  33. data/lib/xero-ruby/models/cis_setting.rb +1 -1
  34. data/lib/xero-ruby/models/cis_settings.rb +1 -1
  35. data/lib/xero-ruby/models/contact.rb +1 -1
  36. data/lib/xero-ruby/models/contact_group.rb +1 -1
  37. data/lib/xero-ruby/models/contact_groups.rb +1 -1
  38. data/lib/xero-ruby/models/contact_person.rb +1 -1
  39. data/lib/xero-ruby/models/contacts.rb +1 -1
  40. data/lib/xero-ruby/models/country_code.rb +1 -1
  41. data/lib/xero-ruby/models/credit_note.rb +12 -2
  42. data/lib/xero-ruby/models/credit_notes.rb +1 -1
  43. data/lib/xero-ruby/models/currencies.rb +1 -1
  44. data/lib/xero-ruby/models/currency.rb +1 -1
  45. data/lib/xero-ruby/models/currency_code.rb +1 -1
  46. data/lib/xero-ruby/models/element.rb +1 -1
  47. data/lib/xero-ruby/models/employee.rb +1 -1
  48. data/lib/xero-ruby/models/employees.rb +1 -1
  49. data/lib/xero-ruby/models/error.rb +1 -1
  50. data/lib/xero-ruby/models/expense_claim.rb +1 -1
  51. data/lib/xero-ruby/models/expense_claims.rb +1 -1
  52. data/lib/xero-ruby/models/external_link.rb +1 -1
  53. data/lib/xero-ruby/models/history_record.rb +1 -1
  54. data/lib/xero-ruby/models/history_records.rb +1 -1
  55. data/lib/xero-ruby/models/invoice.rb +1 -1
  56. data/lib/xero-ruby/models/invoice_reminder.rb +1 -1
  57. data/lib/xero-ruby/models/invoice_reminders.rb +1 -1
  58. data/lib/xero-ruby/models/invoices.rb +1 -1
  59. data/lib/xero-ruby/models/item.rb +1 -1
  60. data/lib/xero-ruby/models/items.rb +1 -1
  61. data/lib/xero-ruby/models/journal.rb +1 -1
  62. data/lib/xero-ruby/models/journal_line.rb +1 -1
  63. data/lib/xero-ruby/models/journals.rb +1 -1
  64. data/lib/xero-ruby/models/line_amount_types.rb +1 -1
  65. data/lib/xero-ruby/models/line_item.rb +1 -1
  66. data/lib/xero-ruby/models/line_item_tracking.rb +1 -1
  67. data/lib/xero-ruby/models/linked_transaction.rb +1 -1
  68. data/lib/xero-ruby/models/linked_transactions.rb +1 -1
  69. data/lib/xero-ruby/models/manual_journal.rb +1 -1
  70. data/lib/xero-ruby/models/manual_journal_line.rb +1 -1
  71. data/lib/xero-ruby/models/manual_journals.rb +1 -1
  72. data/lib/xero-ruby/models/online_invoice.rb +1 -1
  73. data/lib/xero-ruby/models/online_invoices.rb +1 -1
  74. data/lib/xero-ruby/models/organisation.rb +1 -1
  75. data/lib/xero-ruby/models/organisations.rb +1 -1
  76. data/lib/xero-ruby/models/overpayment.rb +12 -2
  77. data/lib/xero-ruby/models/overpayments.rb +1 -1
  78. data/lib/xero-ruby/models/payment.rb +1 -1
  79. data/lib/xero-ruby/models/payment_service.rb +1 -1
  80. data/lib/xero-ruby/models/payment_services.rb +1 -1
  81. data/lib/xero-ruby/models/payment_term.rb +1 -1
  82. data/lib/xero-ruby/models/payment_term_type.rb +1 -1
  83. data/lib/xero-ruby/models/payments.rb +1 -1
  84. data/lib/xero-ruby/models/phone.rb +1 -1
  85. data/lib/xero-ruby/models/prepayment.rb +12 -2
  86. data/lib/xero-ruby/models/prepayments.rb +1 -1
  87. data/lib/xero-ruby/models/purchase.rb +1 -1
  88. data/lib/xero-ruby/models/purchase_order.rb +1 -1
  89. data/lib/xero-ruby/models/purchase_orders.rb +1 -1
  90. data/lib/xero-ruby/models/quote.rb +1 -1
  91. data/lib/xero-ruby/models/quote_line_amount_types.rb +1 -1
  92. data/lib/xero-ruby/models/quote_status_codes.rb +1 -1
  93. data/lib/xero-ruby/models/quotes.rb +1 -1
  94. data/lib/xero-ruby/models/receipt.rb +1 -1
  95. data/lib/xero-ruby/models/receipts.rb +1 -1
  96. data/lib/xero-ruby/models/repeating_invoice.rb +1 -1
  97. data/lib/xero-ruby/models/repeating_invoices.rb +1 -1
  98. data/lib/xero-ruby/models/report.rb +1 -1
  99. data/lib/xero-ruby/models/report_attribute.rb +1 -1
  100. data/lib/xero-ruby/models/report_cell.rb +1 -1
  101. data/lib/xero-ruby/models/report_fields.rb +1 -1
  102. data/lib/xero-ruby/models/report_row.rb +1 -1
  103. data/lib/xero-ruby/models/report_rows.rb +1 -1
  104. data/lib/xero-ruby/models/report_with_row.rb +1 -1
  105. data/lib/xero-ruby/models/report_with_rows.rb +1 -1
  106. data/lib/xero-ruby/models/reports.rb +1 -1
  107. data/lib/xero-ruby/models/request_empty.rb +1 -1
  108. data/lib/xero-ruby/models/row_type.rb +1 -1
  109. data/lib/xero-ruby/models/sales_tracking_category.rb +1 -1
  110. data/lib/xero-ruby/models/schedule.rb +1 -1
  111. data/lib/xero-ruby/models/tax_component.rb +1 -1
  112. data/lib/xero-ruby/models/tax_rate.rb +1 -1
  113. data/lib/xero-ruby/models/tax_rates.rb +1 -1
  114. data/lib/xero-ruby/models/tax_type.rb +1 -1
  115. data/lib/xero-ruby/models/ten_nintey_nine_contact.rb +1 -1
  116. data/lib/xero-ruby/models/time_zone.rb +1 -1
  117. data/lib/xero-ruby/models/tracking_categories.rb +1 -1
  118. data/lib/xero-ruby/models/tracking_category.rb +1 -1
  119. data/lib/xero-ruby/models/tracking_option.rb +1 -1
  120. data/lib/xero-ruby/models/tracking_options.rb +1 -1
  121. data/lib/xero-ruby/models/user.rb +1 -1
  122. data/lib/xero-ruby/models/users.rb +1 -1
  123. data/lib/xero-ruby/models/validation_error.rb +1 -1
  124. data/lib/xero-ruby/version.rb +2 -2
  125. data/lib/xero-ruby.rb +1 -1
  126. data/pkg/xero-ruby-0.1.3.gem +0 -0
  127. data/pkg/xero-ruby-0.2.1.gem +0 -0
  128. data/spec/api/accounting_api_spec.rb +86 -6
  129. data/spec/api_client_spec.rb +1 -1
  130. data/spec/configuration_spec.rb +1 -1
  131. data/spec/models/account_spec.rb +1 -1
  132. data/spec/models/account_type_spec.rb +1 -1
  133. data/spec/models/accounts_payable_spec.rb +1 -1
  134. data/spec/models/accounts_receivable_spec.rb +1 -1
  135. data/spec/models/accounts_spec.rb +1 -1
  136. data/spec/models/address_spec.rb +1 -1
  137. data/spec/models/allocation_spec.rb +1 -1
  138. data/spec/models/allocations_spec.rb +1 -1
  139. data/spec/models/attachment_spec.rb +1 -1
  140. data/spec/models/attachments_spec.rb +1 -1
  141. data/spec/models/balances_spec.rb +1 -1
  142. data/spec/models/bank_transaction_spec.rb +1 -1
  143. data/spec/models/bank_transactions_spec.rb +1 -1
  144. data/spec/models/bank_transfer_spec.rb +1 -1
  145. data/spec/models/bank_transfers_spec.rb +1 -1
  146. data/spec/models/batch_payment_details_spec.rb +1 -1
  147. data/spec/models/batch_payment_spec.rb +1 -1
  148. data/spec/models/batch_payments_spec.rb +1 -1
  149. data/spec/models/bill_spec.rb +1 -1
  150. data/spec/models/branding_theme_spec.rb +1 -1
  151. data/spec/models/branding_themes_spec.rb +1 -1
  152. data/spec/models/cis_org_setting_spec.rb +1 -1
  153. data/spec/models/cis_setting_spec.rb +1 -1
  154. data/spec/models/cis_settings_spec.rb +1 -1
  155. data/spec/models/contact_group_spec.rb +1 -1
  156. data/spec/models/contact_groups_spec.rb +1 -1
  157. data/spec/models/contact_person_spec.rb +1 -1
  158. data/spec/models/contact_spec.rb +1 -1
  159. data/spec/models/contacts_spec.rb +1 -1
  160. data/spec/models/country_code_spec.rb +1 -1
  161. data/spec/models/credit_note_spec.rb +7 -1
  162. data/spec/models/credit_notes_spec.rb +1 -1
  163. data/spec/models/currencies_spec.rb +1 -1
  164. data/spec/models/currency_code_spec.rb +1 -1
  165. data/spec/models/currency_spec.rb +1 -1
  166. data/spec/models/element_spec.rb +1 -1
  167. data/spec/models/employee_spec.rb +1 -1
  168. data/spec/models/employees_spec.rb +1 -1
  169. data/spec/models/error_spec.rb +1 -1
  170. data/spec/models/expense_claim_spec.rb +1 -1
  171. data/spec/models/expense_claims_spec.rb +1 -1
  172. data/spec/models/external_link_spec.rb +1 -1
  173. data/spec/models/history_record_spec.rb +1 -1
  174. data/spec/models/history_records_spec.rb +1 -1
  175. data/spec/models/invoice_reminder_spec.rb +1 -1
  176. data/spec/models/invoice_reminders_spec.rb +1 -1
  177. data/spec/models/invoice_spec.rb +1 -1
  178. data/spec/models/invoices_spec.rb +1 -1
  179. data/spec/models/item_spec.rb +1 -1
  180. data/spec/models/items_spec.rb +1 -1
  181. data/spec/models/journal_line_spec.rb +1 -1
  182. data/spec/models/journal_spec.rb +1 -1
  183. data/spec/models/journals_spec.rb +1 -1
  184. data/spec/models/line_amount_types_spec.rb +1 -1
  185. data/spec/models/line_item_spec.rb +1 -1
  186. data/spec/models/line_item_tracking_spec.rb +1 -1
  187. data/spec/models/linked_transaction_spec.rb +1 -1
  188. data/spec/models/linked_transactions_spec.rb +1 -1
  189. data/spec/models/manual_journal_line_spec.rb +1 -1
  190. data/spec/models/manual_journal_spec.rb +1 -1
  191. data/spec/models/manual_journals_spec.rb +1 -1
  192. data/spec/models/online_invoice_spec.rb +1 -1
  193. data/spec/models/online_invoices_spec.rb +1 -1
  194. data/spec/models/organisation_spec.rb +1 -1
  195. data/spec/models/organisations_spec.rb +1 -1
  196. data/spec/models/overpayment_spec.rb +7 -1
  197. data/spec/models/overpayments_spec.rb +1 -1
  198. data/spec/models/payment_service_spec.rb +1 -1
  199. data/spec/models/payment_services_spec.rb +1 -1
  200. data/spec/models/payment_spec.rb +1 -1
  201. data/spec/models/payment_term_spec.rb +1 -1
  202. data/spec/models/payment_term_type_spec.rb +1 -1
  203. data/spec/models/payments_spec.rb +1 -1
  204. data/spec/models/phone_spec.rb +1 -1
  205. data/spec/models/prepayment_spec.rb +7 -1
  206. data/spec/models/prepayments_spec.rb +1 -1
  207. data/spec/models/purchase_order_spec.rb +1 -1
  208. data/spec/models/purchase_orders_spec.rb +1 -1
  209. data/spec/models/purchase_spec.rb +1 -1
  210. data/spec/models/receipt_spec.rb +1 -1
  211. data/spec/models/receipts_spec.rb +1 -1
  212. data/spec/models/repeating_invoice_spec.rb +1 -1
  213. data/spec/models/repeating_invoices_spec.rb +1 -1
  214. data/spec/models/report_attribute_spec.rb +1 -1
  215. data/spec/models/report_cell_spec.rb +1 -1
  216. data/spec/models/report_fields_spec.rb +1 -1
  217. data/spec/models/report_row_spec.rb +1 -1
  218. data/spec/models/report_rows_spec.rb +1 -1
  219. data/spec/models/report_spec.rb +1 -1
  220. data/spec/models/report_with_row_spec.rb +1 -1
  221. data/spec/models/report_with_rows_spec.rb +1 -1
  222. data/spec/models/reports_spec.rb +1 -1
  223. data/spec/models/request_empty_spec.rb +1 -1
  224. data/spec/models/row_type_spec.rb +1 -1
  225. data/spec/models/sales_tracking_category_spec.rb +1 -1
  226. data/spec/models/schedule_spec.rb +1 -1
  227. data/spec/models/tax_component_spec.rb +1 -1
  228. data/spec/models/tax_rate_spec.rb +1 -1
  229. data/spec/models/tax_rates_spec.rb +1 -1
  230. data/spec/models/tax_type_spec.rb +1 -1
  231. data/spec/models/ten_nintey_nine_contact_spec.rb +1 -1
  232. data/spec/models/time_zone_spec.rb +1 -1
  233. data/spec/models/tracking_categories_spec.rb +1 -1
  234. data/spec/models/tracking_category_spec.rb +1 -1
  235. data/spec/models/tracking_option_spec.rb +1 -1
  236. data/spec/models/tracking_options_spec.rb +1 -1
  237. data/spec/models/user_spec.rb +1 -1
  238. data/spec/models/users_spec.rb +1 -1
  239. data/spec/models/validation_error_spec.rb +1 -1
  240. data/spec/spec_helper.rb +1 -1
  241. data/xero-ruby.gemspec +1 -1
  242. metadata +4 -3
  243. data/pkg/xero-ruby-0.2.0.gem +0 -0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.0
11
11
  =end
12
12
 
13
13
  module XeroRuby
14
- VERSION = '0.2.0'
14
+ VERSION = '0.2.1'
15
15
  end
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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
Binary file
Binary file
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -201,7 +201,7 @@ describe 'AccountingApi' do
201
201
  end
202
202
 
203
203
  # unit tests for create_contact_group_contacts
204
- # Allows you to add Contacts to a Contract Group
204
+ # Allows you to add Contacts to a Contact Group
205
205
  # @param xero_tenant_id Xero identifier for Tenant
206
206
  # @param contact_group_id Unique identifier for a Contact Group
207
207
  # @param contacts Contacts with array of contacts specifiying the ContactID to be added to ContactGroup in body of request
@@ -580,6 +580,20 @@ describe 'AccountingApi' do
580
580
  end
581
581
  end
582
582
 
583
+ # unit tests for create_quote_attachment_by_file_name
584
+ # Allows you to create Attachment on Quote
585
+ # @param xero_tenant_id Xero identifier for Tenant
586
+ # @param quote_id Unique identifier for Quote object
587
+ # @param file_name Name of the attachment
588
+ # @param body Byte array of file in body of request
589
+ # @param [Hash] opts the optional parameters
590
+ # @return [Attachments]
591
+ describe 'create_quote_attachment_by_file_name test' do
592
+ it 'should work' do
593
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
594
+ end
595
+ end
596
+
583
597
  # unit tests for create_quote_history
584
598
  # Allows you to retrieve a history records of an quote
585
599
  # @param xero_tenant_id Xero identifier for Tenant
@@ -723,7 +737,7 @@ describe 'AccountingApi' do
723
737
  end
724
738
 
725
739
  # unit tests for delete_contact_group_contact
726
- # Allows you to delete a specific Contact from a Contract Group
740
+ # Allows you to delete a specific Contact from a Contact Group
727
741
  # @param xero_tenant_id Xero identifier for Tenant
728
742
  # @param contact_group_id Unique identifier for a Contact Group
729
743
  # @param contact_id Unique identifier for a Contact
@@ -736,7 +750,7 @@ describe 'AccountingApi' do
736
750
  end
737
751
 
738
752
  # unit tests for delete_contact_group_contacts
739
- # Allows you to delete all Contacts from a Contract Group
753
+ # Allows you to delete all Contacts from a Contact Group
740
754
  # @param xero_tenant_id Xero identifier for Tenant
741
755
  # @param contact_group_id Unique identifier for a Contact Group
742
756
  # @param [Hash] opts the optional parameters
@@ -1173,7 +1187,7 @@ describe 'AccountingApi' do
1173
1187
  end
1174
1188
 
1175
1189
  # unit tests for get_contact_group
1176
- # Allows you to retrieve a unique Contract Group by ID
1190
+ # Allows you to retrieve a unique Contact Group by ID
1177
1191
  # @param xero_tenant_id Xero identifier for Tenant
1178
1192
  # @param contact_group_id Unique identifier for a Contact Group
1179
1193
  # @param [Hash] opts the optional parameters
@@ -1844,6 +1858,18 @@ describe 'AccountingApi' do
1844
1858
  end
1845
1859
  end
1846
1860
 
1861
+ # unit tests for get_purchase_order_by_number
1862
+ # Allows you to retrieve a specified purchase orders
1863
+ # @param xero_tenant_id Xero identifier for Tenant
1864
+ # @param purchase_order_number Unique identifier for a PurchaseOrder
1865
+ # @param [Hash] opts the optional parameters
1866
+ # @return [PurchaseOrders]
1867
+ describe 'get_purchase_order_by_number test' do
1868
+ it 'should work' do
1869
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1870
+ end
1871
+ end
1872
+
1847
1873
  # unit tests for get_purchase_order_history
1848
1874
  # Allows you to retrieve history for PurchaseOrder
1849
1875
  # @param xero_tenant_id Xero identifier for Tenant
@@ -1885,6 +1911,46 @@ describe 'AccountingApi' do
1885
1911
  end
1886
1912
  end
1887
1913
 
1914
+ # unit tests for get_quote_attachment_by_file_name
1915
+ # Allows you to retrieve Attachment on Quote by Filename
1916
+ # @param xero_tenant_id Xero identifier for Tenant
1917
+ # @param quote_id Unique identifier for Quote object
1918
+ # @param file_name Name of the attachment
1919
+ # @param content_type The mime type of the attachment file you are retrieving i.e image/jpg, application/pdf
1920
+ # @param [Hash] opts the optional parameters
1921
+ # @return [File]
1922
+ describe 'get_quote_attachment_by_file_name test' do
1923
+ it 'should work' do
1924
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1925
+ end
1926
+ end
1927
+
1928
+ # unit tests for get_quote_attachment_by_id
1929
+ # Allows you to retrieve specific Attachment on Quote
1930
+ # @param xero_tenant_id Xero identifier for Tenant
1931
+ # @param quote_id Unique identifier for Quote object
1932
+ # @param attachment_id Unique identifier for Attachment object
1933
+ # @param content_type The mime type of the attachment file you are retrieving i.e image/jpg, application/pdf
1934
+ # @param [Hash] opts the optional parameters
1935
+ # @return [File]
1936
+ describe 'get_quote_attachment_by_id test' do
1937
+ it 'should work' do
1938
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1939
+ end
1940
+ end
1941
+
1942
+ # unit tests for get_quote_attachments
1943
+ # Allows you to retrieve Attachments for Quotes
1944
+ # @param xero_tenant_id Xero identifier for Tenant
1945
+ # @param quote_id Unique identifier for Quote object
1946
+ # @param [Hash] opts the optional parameters
1947
+ # @return [Attachments]
1948
+ describe 'get_quote_attachments test' do
1949
+ it 'should work' do
1950
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1951
+ end
1952
+ end
1953
+
1888
1954
  # unit tests for get_quote_history
1889
1955
  # Allows you to retrieve a history records of an quote
1890
1956
  # @param xero_tenant_id Xero identifier for Tenant
@@ -2390,7 +2456,7 @@ describe 'AccountingApi' do
2390
2456
  end
2391
2457
 
2392
2458
  # unit tests for update_contact_group
2393
- # Allows you to update a Contract Group
2459
+ # Allows you to update a Contact Group
2394
2460
  # @param xero_tenant_id Xero identifier for Tenant
2395
2461
  # @param contact_group_id Unique identifier for a Contact Group
2396
2462
  # @param contact_groups an array of Contact groups with Name of specific group to update
@@ -2685,6 +2751,20 @@ describe 'AccountingApi' do
2685
2751
  end
2686
2752
  end
2687
2753
 
2754
+ # unit tests for update_quote_attachment_by_file_name
2755
+ # Allows you to update Attachment on Quote by Filename
2756
+ # @param xero_tenant_id Xero identifier for Tenant
2757
+ # @param quote_id Unique identifier for Quote object
2758
+ # @param file_name Name of the attachment
2759
+ # @param body Byte array of file in body of request
2760
+ # @param [Hash] opts the optional parameters
2761
+ # @return [Attachments]
2762
+ describe 'update_quote_attachment_by_file_name test' do
2763
+ it 'should work' do
2764
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2765
+ end
2766
+ end
2767
+
2688
2768
  # unit tests for update_receipt
2689
2769
  # Allows you to retrieve a specified draft expense claim receipts
2690
2770
  # @param xero_tenant_id Xero identifier for Tenant
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -154,6 +154,12 @@ describe 'CreditNote' do
154
154
  end
155
155
  end
156
156
 
157
+ describe 'test attribute "applied_amount"' do
158
+ it 'should work' do
159
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
160
+ end
161
+ end
162
+
157
163
  describe 'test attribute "payments"' do
158
164
  it 'should work' do
159
165
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0
@@ -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.0.1
6
+ The version of the OpenAPI document: 2.0.3
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.0