xero-ruby 4.2.0 → 4.3.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 (1008) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +450 -450
  3. data/lib/xero-ruby/api/accounting_api.rb +18858 -18858
  4. data/lib/xero-ruby/api/app_store_api.rb +325 -325
  5. data/lib/xero-ruby/api/asset_api.rb +493 -493
  6. data/lib/xero-ruby/api/files_api.rb +1468 -1468
  7. data/lib/xero-ruby/api/finance_api.rb +961 -961
  8. data/lib/xero-ruby/api/payroll_au_api.rb +2513 -2282
  9. data/lib/xero-ruby/api/payroll_nz_api.rb +5334 -5334
  10. data/lib/xero-ruby/api/payroll_uk_api.rb +5479 -5479
  11. data/lib/xero-ruby/api/project_api.rb +1402 -1402
  12. data/lib/xero-ruby/api_client.rb +675 -675
  13. data/lib/xero-ruby/api_error.rb +57 -57
  14. data/lib/xero-ruby/configuration.rb +282 -282
  15. data/lib/xero-ruby/models/accounting/account.rb +535 -535
  16. data/lib/xero-ruby/models/accounting/account_type.rb +56 -56
  17. data/lib/xero-ruby/models/accounting/accounts.rb +224 -224
  18. data/lib/xero-ruby/models/accounting/accounts_payable.rb +232 -232
  19. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +232 -232
  20. data/lib/xero-ruby/models/accounting/action.rb +268 -268
  21. data/lib/xero-ruby/models/accounting/actions.rb +224 -224
  22. data/lib/xero-ruby/models/accounting/address.rb +483 -483
  23. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +484 -484
  24. data/lib/xero-ruby/models/accounting/allocation.rb +309 -309
  25. data/lib/xero-ruby/models/accounting/allocations.rb +224 -224
  26. data/lib/xero-ruby/models/accounting/attachment.rb +272 -272
  27. data/lib/xero-ruby/models/accounting/attachments.rb +224 -224
  28. data/lib/xero-ruby/models/accounting/balance_details.rb +243 -243
  29. data/lib/xero-ruby/models/accounting/balances.rb +233 -233
  30. data/lib/xero-ruby/models/accounting/bank_transaction.rb +510 -510
  31. data/lib/xero-ruby/models/accounting/bank_transactions.rb +224 -224
  32. data/lib/xero-ruby/models/accounting/bank_transfer.rb +375 -375
  33. data/lib/xero-ruby/models/accounting/bank_transfers.rb +224 -224
  34. data/lib/xero-ruby/models/accounting/batch_payment.rb +496 -496
  35. data/lib/xero-ruby/models/accounting/batch_payment_delete.rb +244 -244
  36. data/lib/xero-ruby/models/accounting/batch_payment_delete_by_url_param.rb +229 -229
  37. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +293 -293
  38. data/lib/xero-ruby/models/accounting/batch_payments.rb +224 -224
  39. data/lib/xero-ruby/models/accounting/bill.rb +232 -232
  40. data/lib/xero-ruby/models/accounting/branding_theme.rb +307 -307
  41. data/lib/xero-ruby/models/accounting/branding_themes.rb +224 -224
  42. data/lib/xero-ruby/models/accounting/budget.rb +327 -327
  43. data/lib/xero-ruby/models/accounting/budget_balance.rb +267 -267
  44. data/lib/xero-ruby/models/accounting/budget_line.rb +244 -244
  45. data/lib/xero-ruby/models/accounting/budgets.rb +224 -224
  46. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +242 -242
  47. data/lib/xero-ruby/models/accounting/cis_org_settings.rb +224 -224
  48. data/lib/xero-ruby/models/accounting/cis_setting.rb +232 -232
  49. data/lib/xero-ruby/models/accounting/cis_settings.rb +224 -224
  50. data/lib/xero-ruby/models/accounting/contact.rb +849 -849
  51. data/lib/xero-ruby/models/accounting/contact_group.rb +290 -290
  52. data/lib/xero-ruby/models/accounting/contact_groups.rb +224 -224
  53. data/lib/xero-ruby/models/accounting/contact_person.rb +252 -252
  54. data/lib/xero-ruby/models/accounting/contacts.rb +224 -224
  55. data/lib/xero-ruby/models/accounting/conversion_balances.rb +245 -245
  56. data/lib/xero-ruby/models/accounting/conversion_date.rb +233 -233
  57. data/lib/xero-ruby/models/accounting/country_code.rb +274 -274
  58. data/lib/xero-ruby/models/accounting/credit_note.rb +580 -580
  59. data/lib/xero-ruby/models/accounting/credit_notes.rb +224 -224
  60. data/lib/xero-ruby/models/accounting/currencies.rb +224 -224
  61. data/lib/xero-ruby/models/accounting/currency.rb +232 -232
  62. data/lib/xero-ruby/models/accounting/currency_code.rb +203 -203
  63. data/lib/xero-ruby/models/accounting/element.rb +294 -294
  64. data/lib/xero-ruby/models/accounting/employee.rb +362 -362
  65. data/lib/xero-ruby/models/accounting/employees.rb +224 -224
  66. data/lib/xero-ruby/models/accounting/error.rb +254 -254
  67. data/lib/xero-ruby/models/accounting/expense_claim.rb +375 -375
  68. data/lib/xero-ruby/models/accounting/expense_claims.rb +224 -224
  69. data/lib/xero-ruby/models/accounting/external_link.rb +281 -281
  70. data/lib/xero-ruby/models/accounting/history_record.rb +252 -252
  71. data/lib/xero-ruby/models/accounting/history_records.rb +224 -224
  72. data/lib/xero-ruby/models/accounting/import_summary.rb +233 -233
  73. data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +303 -303
  74. data/lib/xero-ruby/models/accounting/import_summary_object.rb +222 -222
  75. data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +222 -222
  76. data/lib/xero-ruby/models/accounting/invoice.rb +707 -707
  77. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +222 -222
  78. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +224 -224
  79. data/lib/xero-ruby/models/accounting/invoices.rb +224 -224
  80. data/lib/xero-ruby/models/accounting/item.rb +443 -443
  81. data/lib/xero-ruby/models/accounting/items.rb +224 -224
  82. data/lib/xero-ruby/models/accounting/journal.rb +353 -353
  83. data/lib/xero-ruby/models/accounting/journal_line.rb +334 -334
  84. data/lib/xero-ruby/models/accounting/journals.rb +224 -224
  85. data/lib/xero-ruby/models/accounting/line_amount_types.rb +37 -37
  86. data/lib/xero-ruby/models/accounting/line_item.rb +364 -364
  87. data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -272
  88. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +267 -267
  89. data/lib/xero-ruby/models/accounting/linked_transaction.rb +390 -390
  90. data/lib/xero-ruby/models/accounting/linked_transactions.rb +224 -224
  91. data/lib/xero-ruby/models/accounting/manual_journal.rb +406 -406
  92. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +294 -294
  93. data/lib/xero-ruby/models/accounting/manual_journals.rb +224 -224
  94. data/lib/xero-ruby/models/accounting/online_invoice.rb +222 -222
  95. data/lib/xero-ruby/models/accounting/online_invoices.rb +224 -224
  96. data/lib/xero-ruby/models/accounting/organisation.rb +728 -728
  97. data/lib/xero-ruby/models/accounting/organisations.rb +224 -224
  98. data/lib/xero-ruby/models/accounting/overpayment.rb +464 -464
  99. data/lib/xero-ruby/models/accounting/overpayments.rb +224 -224
  100. data/lib/xero-ruby/models/accounting/payment.rb +544 -544
  101. data/lib/xero-ruby/models/accounting/payment_delete.rb +229 -229
  102. data/lib/xero-ruby/models/accounting/payment_service.rb +274 -274
  103. data/lib/xero-ruby/models/accounting/payment_services.rb +224 -224
  104. data/lib/xero-ruby/models/accounting/payment_term.rb +232 -232
  105. data/lib/xero-ruby/models/accounting/payment_term_type.rb +38 -38
  106. data/lib/xero-ruby/models/accounting/payments.rb +224 -224
  107. data/lib/xero-ruby/models/accounting/phone.rb +336 -336
  108. data/lib/xero-ruby/models/accounting/prepayment.rb +475 -475
  109. data/lib/xero-ruby/models/accounting/prepayments.rb +224 -224
  110. data/lib/xero-ruby/models/accounting/purchase.rb +252 -252
  111. data/lib/xero-ruby/models/accounting/purchase_order.rb +541 -541
  112. data/lib/xero-ruby/models/accounting/purchase_orders.rb +224 -224
  113. data/lib/xero-ruby/models/accounting/quote.rb +531 -531
  114. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +37 -37
  115. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +40 -40
  116. data/lib/xero-ruby/models/accounting/quotes.rb +224 -224
  117. data/lib/xero-ruby/models/accounting/receipt.rb +441 -441
  118. data/lib/xero-ruby/models/accounting/receipts.rb +224 -224
  119. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +477 -477
  120. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +224 -224
  121. data/lib/xero-ruby/models/accounting/report.rb +309 -309
  122. data/lib/xero-ruby/models/accounting/report_attribute.rb +232 -232
  123. data/lib/xero-ruby/models/accounting/report_cell.rb +234 -234
  124. data/lib/xero-ruby/models/accounting/report_fields.rb +242 -242
  125. data/lib/xero-ruby/models/accounting/report_row.rb +244 -244
  126. data/lib/xero-ruby/models/accounting/report_rows.rb +256 -256
  127. data/lib/xero-ruby/models/accounting/report_with_row.rb +308 -308
  128. data/lib/xero-ruby/models/accounting/report_with_rows.rb +224 -224
  129. data/lib/xero-ruby/models/accounting/reports.rb +224 -224
  130. data/lib/xero-ruby/models/accounting/request_empty.rb +222 -222
  131. data/lib/xero-ruby/models/accounting/row_type.rb +38 -38
  132. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +232 -232
  133. data/lib/xero-ruby/models/accounting/schedule.rb +336 -336
  134. data/lib/xero-ruby/models/accounting/setup.rb +246 -246
  135. data/lib/xero-ruby/models/accounting/tax_component.rb +252 -252
  136. data/lib/xero-ruby/models/accounting/tax_rate.rb +481 -476
  137. data/lib/xero-ruby/models/accounting/tax_rates.rb +224 -224
  138. data/lib/xero-ruby/models/accounting/tax_type.rb +130 -120
  139. data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +432 -432
  140. data/lib/xero-ruby/models/accounting/time_zone.rb +175 -175
  141. data/lib/xero-ruby/models/accounting/tracking_categories.rb +224 -224
  142. data/lib/xero-ruby/models/accounting/tracking_category.rb +341 -341
  143. data/lib/xero-ruby/models/accounting/tracking_option.rb +304 -304
  144. data/lib/xero-ruby/models/accounting/tracking_options.rb +224 -224
  145. data/lib/xero-ruby/models/accounting/user.rb +323 -323
  146. data/lib/xero-ruby/models/accounting/users.rb +224 -224
  147. data/lib/xero-ruby/models/accounting/validation_error.rb +222 -222
  148. data/lib/xero-ruby/models/app_store/create_usage_record.rb +243 -243
  149. data/lib/xero-ruby/models/app_store/plan.rb +311 -311
  150. data/lib/xero-ruby/models/app_store/price.rb +257 -257
  151. data/lib/xero-ruby/models/app_store/problem_details.rb +272 -272
  152. data/lib/xero-ruby/models/app_store/product.rb +299 -299
  153. data/lib/xero-ruby/models/app_store/subscription.rb +361 -361
  154. data/lib/xero-ruby/models/app_store/subscription_item.rb +354 -354
  155. data/lib/xero-ruby/models/app_store/update_usage_record.rb +228 -228
  156. data/lib/xero-ruby/models/app_store/usage_record.rb +332 -332
  157. data/lib/xero-ruby/models/app_store/usage_records_list.rb +230 -230
  158. data/lib/xero-ruby/models/assets/asset.rb +377 -377
  159. data/lib/xero-ruby/models/assets/asset_status.rb +37 -37
  160. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +37 -37
  161. data/lib/xero-ruby/models/assets/asset_type.rb +292 -292
  162. data/lib/xero-ruby/models/assets/assets.rb +234 -234
  163. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +282 -282
  164. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +361 -361
  165. data/lib/xero-ruby/models/assets/error.rb +266 -266
  166. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +272 -272
  167. data/lib/xero-ruby/models/assets/pagination.rb +252 -252
  168. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +262 -262
  169. data/lib/xero-ruby/models/assets/setting.rb +292 -292
  170. data/lib/xero-ruby/models/files/association.rb +252 -252
  171. data/lib/xero-ruby/models/files/file_object.rb +292 -292
  172. data/lib/xero-ruby/models/files/files.rb +254 -254
  173. data/lib/xero-ruby/models/files/folder.rb +262 -262
  174. data/lib/xero-ruby/models/files/folders.rb +224 -224
  175. data/lib/xero-ruby/models/files/object_group.rb +46 -46
  176. data/lib/xero-ruby/models/files/object_type.rb +90 -90
  177. data/lib/xero-ruby/models/files/upload_object.rb +267 -267
  178. data/lib/xero-ruby/models/files/user.rb +267 -267
  179. data/lib/xero-ruby/models/finance/account_usage.rb +342 -342
  180. data/lib/xero-ruby/models/finance/account_usage_response.rb +254 -254
  181. data/lib/xero-ruby/models/finance/balance_sheet_account_detail.rb +262 -262
  182. data/lib/xero-ruby/models/finance/balance_sheet_account_group.rb +234 -234
  183. data/lib/xero-ruby/models/finance/balance_sheet_account_type.rb +244 -244
  184. data/lib/xero-ruby/models/finance/balance_sheet_response.rb +252 -252
  185. data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -254
  186. data/lib/xero-ruby/models/finance/bank_statement_response.rb +232 -232
  187. data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -274
  188. data/lib/xero-ruby/models/finance/cash_account_response.rb +262 -262
  189. data/lib/xero-ruby/models/finance/cash_balance.rb +242 -242
  190. data/lib/xero-ruby/models/finance/cash_validation_response.rb +262 -262
  191. data/lib/xero-ruby/models/finance/cashflow_account.rb +282 -282
  192. data/lib/xero-ruby/models/finance/cashflow_activity.rb +244 -244
  193. data/lib/xero-ruby/models/finance/cashflow_response.rb +254 -254
  194. data/lib/xero-ruby/models/finance/cashflow_type.rb +244 -244
  195. data/lib/xero-ruby/models/finance/contact_detail.rb +274 -274
  196. data/lib/xero-ruby/models/finance/contact_response.rb +232 -232
  197. data/lib/xero-ruby/models/finance/contact_total_detail.rb +242 -242
  198. data/lib/xero-ruby/models/finance/contact_total_other.rb +252 -252
  199. data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -254
  200. data/lib/xero-ruby/models/finance/current_statement_response.rb +272 -272
  201. data/lib/xero-ruby/models/finance/data_source_response.rb +362 -362
  202. data/lib/xero-ruby/models/finance/history_record_response.rb +262 -262
  203. data/lib/xero-ruby/models/finance/income_by_contact_response.rb +284 -284
  204. data/lib/xero-ruby/models/finance/invoice_response.rb +254 -254
  205. data/lib/xero-ruby/models/finance/line_item_response.rb +252 -252
  206. data/lib/xero-ruby/models/finance/lock_history_model.rb +242 -242
  207. data/lib/xero-ruby/models/finance/lock_history_response.rb +244 -244
  208. data/lib/xero-ruby/models/finance/manual_journal_total.rb +222 -222
  209. data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -254
  210. data/lib/xero-ruby/models/finance/payment_response.rb +312 -312
  211. data/lib/xero-ruby/models/finance/pnl_account.rb +272 -272
  212. data/lib/xero-ruby/models/finance/pnl_account_class.rb +234 -234
  213. data/lib/xero-ruby/models/finance/pnl_account_type.rb +244 -244
  214. data/lib/xero-ruby/models/finance/practice_response.rb +262 -262
  215. data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -254
  216. data/lib/xero-ruby/models/finance/problem.rb +252 -252
  217. data/lib/xero-ruby/models/finance/problem_type.rb +44 -44
  218. data/lib/xero-ruby/models/finance/profit_and_loss_response.rb +262 -262
  219. data/lib/xero-ruby/models/finance/report_history_model.rb +242 -242
  220. data/lib/xero-ruby/models/finance/report_history_response.rb +244 -244
  221. data/lib/xero-ruby/models/finance/statement_balance_response.rb +232 -232
  222. data/lib/xero-ruby/models/finance/statement_line_response.rb +356 -356
  223. data/lib/xero-ruby/models/finance/statement_lines_response.rb +382 -382
  224. data/lib/xero-ruby/models/finance/statement_response.rb +314 -314
  225. data/lib/xero-ruby/models/finance/total_detail.rb +242 -242
  226. data/lib/xero-ruby/models/finance/total_other.rb +242 -242
  227. data/lib/xero-ruby/models/finance/trial_balance_account.rb +312 -312
  228. data/lib/xero-ruby/models/finance/trial_balance_entry.rb +232 -232
  229. data/lib/xero-ruby/models/finance/trial_balance_movement.rb +252 -252
  230. data/lib/xero-ruby/models/finance/trial_balance_response.rb +244 -244
  231. data/lib/xero-ruby/models/finance/user_activities_response.rb +244 -244
  232. data/lib/xero-ruby/models/finance/user_response.rb +336 -336
  233. data/lib/xero-ruby/models/payroll_au/account.rb +252 -252
  234. data/lib/xero-ruby/models/payroll_au/account_type.rb +57 -57
  235. data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -41
  236. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +44 -44
  237. data/lib/xero-ruby/models/payroll_au/api_exception.rb +243 -243
  238. data/lib/xero-ruby/models/payroll_au/bank_account.rb +272 -272
  239. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +40 -40
  240. data/lib/xero-ruby/models/payroll_au/country_of_residence.rb +285 -285
  241. data/lib/xero-ruby/models/payroll_au/deduction_line.rb +267 -267
  242. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +354 -354
  243. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +37 -37
  244. data/lib/xero-ruby/models/payroll_au/earnings_line.rb +307 -307
  245. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +442 -442
  246. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +37 -37
  247. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +48 -48
  248. data/lib/xero-ruby/models/payroll_au/employee.rb +654 -654
  249. data/lib/xero-ruby/models/payroll_au/employee_status.rb +36 -36
  250. data/lib/xero-ruby/models/payroll_au/employees.rb +224 -224
  251. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +40 -40
  252. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +36 -36
  253. data/lib/xero-ruby/models/payroll_au/employment_type.rb +36 -36
  254. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +36 -36
  255. data/lib/xero-ruby/models/payroll_au/home_address.rb +277 -277
  256. data/lib/xero-ruby/models/payroll_au/income_type.rb +39 -39
  257. data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +242 -242
  258. data/lib/xero-ruby/models/payroll_au/leave_application.rb +326 -326
  259. data/lib/xero-ruby/models/payroll_au/leave_applications.rb +224 -224
  260. data/lib/xero-ruby/models/payroll_au/leave_balance.rb +252 -252
  261. data/lib/xero-ruby/models/payroll_au/leave_category_code.rb +46 -46
  262. data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +252 -252
  263. data/lib/xero-ruby/models/payroll_au/leave_line.rb +292 -292
  264. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +39 -39
  265. data/lib/xero-ruby/models/payroll_au/leave_lines.rb +225 -225
  266. data/lib/xero-ruby/models/payroll_au/leave_period.rb +252 -252
  267. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +36 -36
  268. data/lib/xero-ruby/models/payroll_au/leave_type.rb +337 -337
  269. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +38 -38
  270. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +40 -40
  271. data/lib/xero-ruby/models/payroll_au/opening_balances.rb +304 -304
  272. data/lib/xero-ruby/models/payroll_au/paid_leave_earnings_line.rb +272 -272
  273. data/lib/xero-ruby/models/payroll_au/pay_item.rb +260 -260
  274. data/lib/xero-ruby/models/payroll_au/pay_items.rb +222 -222
  275. data/lib/xero-ruby/models/payroll_au/pay_out_type.rb +36 -36
  276. data/lib/xero-ruby/models/payroll_au/pay_run.rb +381 -381
  277. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +36 -36
  278. data/lib/xero-ruby/models/payroll_au/pay_runs.rb +224 -224
  279. data/lib/xero-ruby/models/payroll_au/pay_template.rb +272 -272
  280. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +41 -41
  281. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +294 -294
  282. data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +224 -224
  283. data/lib/xero-ruby/models/payroll_au/payslip.rb +418 -418
  284. data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +308 -308
  285. data/lib/xero-ruby/models/payroll_au/payslip_object.rb +222 -222
  286. data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +332 -332
  287. data/lib/xero-ruby/models/payroll_au/payslips.rb +224 -224
  288. data/lib/xero-ruby/models/payroll_au/rate_type.rb +37 -37
  289. data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +267 -267
  290. data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +225 -225
  291. data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +277 -277
  292. data/lib/xero-ruby/models/payroll_au/residency_status.rb +37 -37
  293. data/lib/xero-ruby/models/payroll_au/senior_marital_status.rb +37 -37
  294. data/lib/xero-ruby/models/payroll_au/settings.rb +254 -254
  295. data/lib/xero-ruby/models/payroll_au/settings_object.rb +222 -222
  296. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +233 -233
  297. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +233 -233
  298. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +233 -233
  299. data/lib/xero-ruby/models/payroll_au/state.rb +42 -42
  300. data/lib/xero-ruby/models/payroll_au/super_fund.rb +349 -349
  301. data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +252 -252
  302. data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +224 -224
  303. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +36 -36
  304. data/lib/xero-ruby/models/payroll_au/super_funds.rb +224 -224
  305. data/lib/xero-ruby/models/payroll_au/super_line.rb +292 -292
  306. data/lib/xero-ruby/models/payroll_au/super_membership.rb +252 -252
  307. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +37 -37
  308. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +38 -38
  309. data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +302 -302
  310. data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +422 -422
  311. data/lib/xero-ruby/models/payroll_au/tax_line.rb +272 -272
  312. data/lib/xero-ruby/models/payroll_au/tax_scale_type.rb +40 -40
  313. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +38 -38
  314. data/lib/xero-ruby/models/payroll_au/timesheet.rb +321 -321
  315. data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +254 -254
  316. data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +222 -222
  317. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +39 -39
  318. data/lib/xero-ruby/models/payroll_au/timesheets.rb +224 -224
  319. data/lib/xero-ruby/models/payroll_au/validation_error.rb +222 -222
  320. data/lib/xero-ruby/models/payroll_au/work_condition.rb +37 -37
  321. data/lib/xero-ruby/models/payroll_nz/account.rb +290 -290
  322. data/lib/xero-ruby/models/payroll_nz/accounts.rb +224 -224
  323. data/lib/xero-ruby/models/payroll_nz/address.rb +287 -287
  324. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +343 -343
  325. data/lib/xero-ruby/models/payroll_nz/benefit.rb +383 -383
  326. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +41 -41
  327. data/lib/xero-ruby/models/payroll_nz/deduction.rb +325 -325
  328. data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +262 -262
  329. data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +242 -242
  330. data/lib/xero-ruby/models/payroll_nz/deductions.rb +244 -244
  331. data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +312 -312
  332. data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +269 -269
  333. data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +242 -242
  334. data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +244 -244
  335. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +401 -401
  336. data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +242 -242
  337. data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +244 -244
  338. data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +272 -272
  339. data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +242 -242
  340. data/lib/xero-ruby/models/payroll_nz/employee.rb +388 -388
  341. data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +244 -244
  342. data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +304 -304
  343. data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +252 -252
  344. data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +244 -244
  345. data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +242 -242
  346. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +282 -282
  347. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +242 -242
  348. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +350 -350
  349. data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +242 -242
  350. data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +244 -244
  351. data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +244 -244
  352. data/lib/xero-ruby/models/payroll_nz/employee_object.rb +242 -242
  353. data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +252 -252
  354. data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +244 -244
  355. data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +234 -234
  356. data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +242 -242
  357. data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +242 -242
  358. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +294 -294
  359. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +242 -242
  360. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +336 -336
  361. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +244 -244
  362. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +433 -433
  363. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +242 -242
  364. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +244 -244
  365. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +411 -411
  366. data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +242 -242
  367. data/lib/xero-ruby/models/payroll_nz/employees.rb +244 -244
  368. data/lib/xero-ruby/models/payroll_nz/employment.rb +242 -242
  369. data/lib/xero-ruby/models/payroll_nz/employment_object.rb +242 -242
  370. data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +232 -232
  371. data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +232 -232
  372. data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +232 -232
  373. data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +312 -312
  374. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +288 -288
  375. data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +244 -244
  376. data/lib/xero-ruby/models/payroll_nz/leave_type.rb +287 -287
  377. data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +242 -242
  378. data/lib/xero-ruby/models/payroll_nz/leave_types.rb +244 -244
  379. data/lib/xero-ruby/models/payroll_nz/pagination.rb +252 -252
  380. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +385 -385
  381. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +302 -302
  382. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +242 -242
  383. data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +244 -244
  384. data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +242 -242
  385. data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +244 -244
  386. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +571 -571
  387. data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +242 -242
  388. data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +244 -244
  389. data/lib/xero-ruby/models/payroll_nz/payment_line.rb +262 -262
  390. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +271 -271
  391. data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +242 -242
  392. data/lib/xero-ruby/models/payroll_nz/problem.rb +275 -275
  393. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +378 -378
  394. data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +262 -262
  395. data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +242 -242
  396. data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +244 -244
  397. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +398 -398
  398. data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +242 -242
  399. data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +244 -244
  400. data/lib/xero-ruby/models/payroll_nz/settings.rb +242 -242
  401. data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +262 -262
  402. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +45 -45
  403. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +252 -252
  404. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +242 -242
  405. data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +244 -244
  406. data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +272 -272
  407. data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +242 -242
  408. data/lib/xero-ruby/models/payroll_nz/superannuations.rb +244 -244
  409. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +53 -53
  410. data/lib/xero-ruby/models/payroll_nz/tax_line.rb +262 -262
  411. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +308 -308
  412. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +362 -362
  413. data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +312 -312
  414. data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +277 -277
  415. data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +242 -242
  416. data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +242 -242
  417. data/lib/xero-ruby/models/payroll_nz/timesheets.rb +244 -244
  418. data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +242 -242
  419. data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +232 -232
  420. data/lib/xero-ruby/models/payroll_uk/account.rb +293 -293
  421. data/lib/xero-ruby/models/payroll_uk/accounts.rb +224 -224
  422. data/lib/xero-ruby/models/payroll_uk/address.rb +277 -277
  423. data/lib/xero-ruby/models/payroll_uk/bank_account.rb +257 -257
  424. data/lib/xero-ruby/models/payroll_uk/benefit.rb +432 -432
  425. data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +262 -262
  426. data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +242 -242
  427. data/lib/xero-ruby/models/payroll_uk/benefits.rb +244 -244
  428. data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +232 -232
  429. data/lib/xero-ruby/models/payroll_uk/deduction.rb +440 -440
  430. data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +252 -252
  431. data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +242 -242
  432. data/lib/xero-ruby/models/payroll_uk/deductions.rb +244 -244
  433. data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +302 -302
  434. data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +269 -269
  435. data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +242 -242
  436. data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +244 -244
  437. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +409 -409
  438. data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +242 -242
  439. data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +244 -244
  440. data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +272 -272
  441. data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +242 -242
  442. data/lib/xero-ruby/models/payroll_uk/employee.rb +408 -408
  443. data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +304 -304
  444. data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +252 -252
  445. data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +244 -244
  446. data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +242 -242
  447. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +320 -320
  448. data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +242 -242
  449. data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +244 -244
  450. data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +244 -244
  451. data/lib/xero-ruby/models/payroll_uk/employee_object.rb +242 -242
  452. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +272 -272
  453. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +242 -242
  454. data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +234 -234
  455. data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +242 -242
  456. data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +244 -244
  457. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +294 -294
  458. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +242 -242
  459. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +336 -336
  460. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +244 -244
  461. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +433 -433
  462. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +242 -242
  463. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +244 -244
  464. data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +322 -322
  465. data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +242 -242
  466. data/lib/xero-ruby/models/payroll_uk/employees.rb +244 -244
  467. data/lib/xero-ruby/models/payroll_uk/employment.rb +299 -299
  468. data/lib/xero-ruby/models/payroll_uk/employment_object.rb +242 -242
  469. data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +232 -232
  470. data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +232 -232
  471. data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +272 -272
  472. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +288 -288
  473. data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +244 -244
  474. data/lib/xero-ruby/models/payroll_uk/leave_type.rb +307 -307
  475. data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +242 -242
  476. data/lib/xero-ruby/models/payroll_uk/leave_types.rb +244 -244
  477. data/lib/xero-ruby/models/payroll_uk/pagination.rb +252 -252
  478. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +403 -403
  479. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +342 -342
  480. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +242 -242
  481. data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +244 -244
  482. data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +242 -242
  483. data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +244 -244
  484. data/lib/xero-ruby/models/payroll_uk/payment_line.rb +262 -262
  485. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +276 -276
  486. data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +242 -242
  487. data/lib/xero-ruby/models/payroll_uk/payslip.rb +551 -551
  488. data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +242 -242
  489. data/lib/xero-ruby/models/payroll_uk/payslips.rb +244 -244
  490. data/lib/xero-ruby/models/payroll_uk/problem.rb +275 -275
  491. data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +262 -262
  492. data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +242 -242
  493. data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +242 -242
  494. data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +244 -244
  495. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +383 -383
  496. data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +242 -242
  497. data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +244 -244
  498. data/lib/xero-ruby/models/payroll_uk/settings.rb +242 -242
  499. data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +262 -262
  500. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +48 -48
  501. data/lib/xero-ruby/models/payroll_uk/tax_line.rb +272 -272
  502. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +361 -361
  503. data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +272 -272
  504. data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +277 -277
  505. data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +242 -242
  506. data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +242 -242
  507. data/lib/xero-ruby/models/payroll_uk/timesheets.rb +244 -244
  508. data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +242 -242
  509. data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +232 -232
  510. data/lib/xero-ruby/models/projects/amount.rb +232 -232
  511. data/lib/xero-ruby/models/projects/charge_type.rb +37 -37
  512. data/lib/xero-ruby/models/projects/currency_code.rb +198 -198
  513. data/lib/xero-ruby/models/projects/error.rb +232 -232
  514. data/lib/xero-ruby/models/projects/pagination.rb +252 -252
  515. data/lib/xero-ruby/models/projects/project.rb +437 -437
  516. data/lib/xero-ruby/models/projects/project_create_or_update.rb +257 -257
  517. data/lib/xero-ruby/models/projects/project_patch.rb +227 -227
  518. data/lib/xero-ruby/models/projects/project_status.rb +36 -36
  519. data/lib/xero-ruby/models/projects/project_user.rb +242 -242
  520. data/lib/xero-ruby/models/projects/project_users.rb +234 -234
  521. data/lib/xero-ruby/models/projects/projects.rb +234 -234
  522. data/lib/xero-ruby/models/projects/task.rb +399 -399
  523. data/lib/xero-ruby/models/projects/task_create_or_update.rb +267 -267
  524. data/lib/xero-ruby/models/projects/tasks.rb +234 -234
  525. data/lib/xero-ruby/models/projects/time_entries.rb +234 -234
  526. data/lib/xero-ruby/models/projects/time_entry.rb +339 -339
  527. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +282 -282
  528. data/lib/xero-ruby/string_serialization.rb +52 -52
  529. data/lib/xero-ruby/version.rb +15 -15
  530. data/lib/xero-ruby/where.rb +67 -67
  531. data/lib/xero-ruby.rb +556 -556
  532. data/spec/accounting/api/accounting_api_spec.rb +2873 -2873
  533. data/spec/accounting/models/account_spec.rb +171 -171
  534. data/spec/accounting/models/account_type_spec.rb +35 -35
  535. data/spec/accounting/models/accounts_payable_spec.rb +47 -47
  536. data/spec/accounting/models/accounts_receivable_spec.rb +47 -47
  537. data/spec/accounting/models/accounts_spec.rb +41 -41
  538. data/spec/accounting/models/address_spec.rb +99 -99
  539. data/spec/accounting/models/allocation_spec.rb +53 -53
  540. data/spec/accounting/models/allocations_spec.rb +41 -41
  541. data/spec/accounting/models/attachment_spec.rb +71 -71
  542. data/spec/accounting/models/attachments_spec.rb +41 -41
  543. data/spec/accounting/models/balances_spec.rb +47 -47
  544. data/spec/accounting/models/bank_transaction_spec.rb +175 -175
  545. data/spec/accounting/models/bank_transactions_spec.rb +41 -41
  546. data/spec/accounting/models/bank_transfer_spec.rb +101 -101
  547. data/spec/accounting/models/bank_transfers_spec.rb +41 -41
  548. data/spec/accounting/models/batch_payment_details_spec.rb +65 -65
  549. data/spec/accounting/models/batch_payment_spec.rb +139 -139
  550. data/spec/accounting/models/batch_payments_spec.rb +41 -41
  551. data/spec/accounting/models/bill_spec.rb +47 -47
  552. data/spec/accounting/models/branding_theme_spec.rb +75 -75
  553. data/spec/accounting/models/branding_themes_spec.rb +41 -41
  554. data/spec/accounting/models/cis_org_setting_spec.rb +53 -53
  555. data/spec/accounting/models/cis_setting_spec.rb +47 -47
  556. data/spec/accounting/models/cis_settings_spec.rb +41 -41
  557. data/spec/accounting/models/contact_group_spec.rb +63 -63
  558. data/spec/accounting/models/contact_groups_spec.rb +41 -41
  559. data/spec/accounting/models/contact_person_spec.rb +59 -59
  560. data/spec/accounting/models/contact_spec.rb +273 -273
  561. data/spec/accounting/models/contacts_spec.rb +41 -41
  562. data/spec/accounting/models/country_code_spec.rb +35 -35
  563. data/spec/accounting/models/credit_note_spec.rb +199 -199
  564. data/spec/accounting/models/credit_notes_spec.rb +41 -41
  565. data/spec/accounting/models/currencies_spec.rb +41 -41
  566. data/spec/accounting/models/currency_code_spec.rb +35 -35
  567. data/spec/accounting/models/currency_spec.rb +47 -47
  568. data/spec/accounting/models/element_spec.rb +83 -83
  569. data/spec/accounting/models/employee_spec.rb +87 -87
  570. data/spec/accounting/models/employees_spec.rb +41 -41
  571. data/spec/accounting/models/error_spec.rb +59 -59
  572. data/spec/accounting/models/expense_claim_spec.rb +111 -111
  573. data/spec/accounting/models/expense_claims_spec.rb +41 -41
  574. data/spec/accounting/models/external_link_spec.rb +57 -57
  575. data/spec/accounting/models/history_record_spec.rb +59 -59
  576. data/spec/accounting/models/history_records_spec.rb +41 -41
  577. data/spec/accounting/models/invoice_reminder_spec.rb +41 -41
  578. data/spec/accounting/models/invoice_reminders_spec.rb +41 -41
  579. data/spec/accounting/models/invoice_spec.rb +271 -271
  580. data/spec/accounting/models/invoices_spec.rb +41 -41
  581. data/spec/accounting/models/item_spec.rb +131 -131
  582. data/spec/accounting/models/items_spec.rb +41 -41
  583. data/spec/accounting/models/journal_line_spec.rb +107 -107
  584. data/spec/accounting/models/journal_spec.rb +87 -87
  585. data/spec/accounting/models/journals_spec.rb +41 -41
  586. data/spec/accounting/models/line_amount_types_spec.rb +35 -35
  587. data/spec/accounting/models/line_item_spec.rb +113 -113
  588. data/spec/accounting/models/line_item_tracking_spec.rb +59 -59
  589. data/spec/accounting/models/linked_transaction_spec.rb +113 -113
  590. data/spec/accounting/models/linked_transactions_spec.rb +41 -41
  591. data/spec/accounting/models/manual_journal_line_spec.rb +77 -77
  592. data/spec/accounting/models/manual_journal_spec.rb +123 -123
  593. data/spec/accounting/models/manual_journals_spec.rb +41 -41
  594. data/spec/accounting/models/online_invoice_spec.rb +41 -41
  595. data/spec/accounting/models/online_invoices_spec.rb +41 -41
  596. data/spec/accounting/models/organisation_spec.rb +255 -255
  597. data/spec/accounting/models/organisations_spec.rb +41 -41
  598. data/spec/accounting/models/overpayment_spec.rb +157 -157
  599. data/spec/accounting/models/overpayments_spec.rb +41 -41
  600. data/spec/accounting/models/payment_delete_spec.rb +41 -41
  601. data/spec/accounting/models/payment_service_spec.rb +71 -71
  602. data/spec/accounting/models/payment_services_spec.rb +41 -41
  603. data/spec/accounting/models/payment_spec.rb +187 -187
  604. data/spec/accounting/models/payment_term_spec.rb +47 -47
  605. data/spec/accounting/models/payment_term_type_spec.rb +35 -35
  606. data/spec/accounting/models/payments_spec.rb +41 -41
  607. data/spec/accounting/models/phone_spec.rb +63 -63
  608. data/spec/accounting/models/prepayment_spec.rb +157 -157
  609. data/spec/accounting/models/prepayments_spec.rb +41 -41
  610. data/spec/accounting/models/purchase_order_spec.rb +207 -207
  611. data/spec/accounting/models/purchase_orders_spec.rb +41 -41
  612. data/spec/accounting/models/purchase_spec.rb +59 -59
  613. data/spec/accounting/models/quote_line_amount_types_spec.rb +35 -35
  614. data/spec/accounting/models/quote_spec.rb +167 -167
  615. data/spec/accounting/models/quote_status_codes_spec.rb +35 -35
  616. data/spec/accounting/models/quotes_spec.rb +41 -41
  617. data/spec/accounting/models/receipt_spec.rb +147 -147
  618. data/spec/accounting/models/receipts_spec.rb +41 -41
  619. data/spec/accounting/models/repeating_invoice_spec.rb +139 -139
  620. data/spec/accounting/models/repeating_invoices_spec.rb +41 -41
  621. data/spec/accounting/models/report_attribute_spec.rb +47 -47
  622. data/spec/accounting/models/report_cell_spec.rb +47 -47
  623. data/spec/accounting/models/report_fields_spec.rb +53 -53
  624. data/spec/accounting/models/report_row_spec.rb +53 -53
  625. data/spec/accounting/models/report_rows_spec.rb +59 -59
  626. data/spec/accounting/models/report_spec.rb +81 -81
  627. data/spec/accounting/models/report_with_row_spec.rb +89 -89
  628. data/spec/accounting/models/report_with_rows_spec.rb +41 -41
  629. data/spec/accounting/models/reports_spec.rb +41 -41
  630. data/spec/accounting/models/request_empty_spec.rb +41 -41
  631. data/spec/accounting/models/row_type_spec.rb +35 -35
  632. data/spec/accounting/models/sales_tracking_category_spec.rb +47 -47
  633. data/spec/accounting/models/schedule_spec.rb +85 -85
  634. data/spec/accounting/models/tax_component_spec.rb +59 -59
  635. data/spec/accounting/models/tax_rate_spec.rb +115 -115
  636. data/spec/accounting/models/tax_rates_spec.rb +41 -41
  637. data/spec/accounting/models/tax_type_spec.rb +35 -35
  638. data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +167 -167
  639. data/spec/accounting/models/time_zone_spec.rb +35 -35
  640. data/spec/accounting/models/tracking_categories_spec.rb +41 -41
  641. data/spec/accounting/models/tracking_category_spec.rb +75 -75
  642. data/spec/accounting/models/tracking_option_spec.rb +63 -63
  643. data/spec/accounting/models/tracking_options_spec.rb +41 -41
  644. data/spec/accounting/models/user_spec.rb +81 -81
  645. data/spec/accounting/models/users_spec.rb +41 -41
  646. data/spec/accounting/models/validation_error_spec.rb +41 -41
  647. data/spec/api_client_spec.rb +556 -556
  648. data/spec/api_error_spec.rb +45 -45
  649. data/spec/app_store/api/app_store_api_spec.rb +45 -45
  650. data/spec/app_store/models/plan_spec.rb +62 -62
  651. data/spec/app_store/models/price_spec.rb +52 -52
  652. data/spec/app_store/models/problem_details_spec.rb +70 -70
  653. data/spec/app_store/models/product_spec.rb +56 -56
  654. data/spec/app_store/models/subscription_item_spec.rb +70 -70
  655. data/spec/app_store/models/subscription_spec.rb +82 -82
  656. data/spec/assets/api/asset_api_spec.rb +116 -116
  657. data/spec/assets/models/asset_spec.rb +125 -125
  658. data/spec/assets/models/asset_status_query_param_spec.rb +35 -35
  659. data/spec/assets/models/asset_status_spec.rb +35 -35
  660. data/spec/assets/models/asset_type_spec.rb +77 -77
  661. data/spec/assets/models/assets_spec.rb +47 -47
  662. data/spec/assets/models/book_depreciation_detail_spec.rb +77 -77
  663. data/spec/assets/models/book_depreciation_setting_spec.rb +95 -95
  664. data/spec/assets/models/error_spec.rb +65 -65
  665. data/spec/assets/models/field_validation_errors_element_spec.rb +71 -71
  666. data/spec/assets/models/pagination_spec.rb +59 -59
  667. data/spec/assets/models/resource_validation_errors_element_spec.rb +65 -65
  668. data/spec/assets/models/setting_spec.rb +83 -83
  669. data/spec/configuration_spec.rb +37 -37
  670. data/spec/files/api/files_api_spec.rb +249 -249
  671. data/spec/files/models/association_spec.rb +59 -59
  672. data/spec/files/models/file_object_spec.rb +83 -83
  673. data/spec/files/models/files_spec.rb +59 -59
  674. data/spec/files/models/folder_spec.rb +65 -65
  675. data/spec/files/models/folders_spec.rb +41 -41
  676. data/spec/files/models/inline_object_spec.rb +59 -59
  677. data/spec/files/models/object_group_spec.rb +35 -35
  678. data/spec/files/models/object_type_spec.rb +35 -35
  679. data/spec/files/models/user_spec.rb +81 -81
  680. data/spec/finance/api/finance_api_spec.rb +156 -156
  681. data/spec/finance/models/account_usage_response_spec.rb +58 -58
  682. data/spec/finance/models/account_usage_spec.rb +112 -112
  683. data/spec/finance/models/balance_sheet_account_detail_spec.rb +64 -64
  684. data/spec/finance/models/balance_sheet_account_group_spec.rb +46 -46
  685. data/spec/finance/models/balance_sheet_account_type_spec.rb +52 -52
  686. data/spec/finance/models/balance_sheet_response_spec.rb +58 -58
  687. data/spec/finance/models/bank_statement_response_spec.rb +46 -46
  688. data/spec/finance/models/cash_account_response_spec.rb +64 -64
  689. data/spec/finance/models/cash_balance_spec.rb +52 -52
  690. data/spec/finance/models/cash_validation_response_spec.rb +64 -64
  691. data/spec/finance/models/cashflow_account_spec.rb +76 -76
  692. data/spec/finance/models/cashflow_activity_spec.rb +52 -52
  693. data/spec/finance/models/cashflow_response_spec.rb +58 -58
  694. data/spec/finance/models/cashflow_type_spec.rb +52 -52
  695. data/spec/finance/models/current_statement_response_spec.rb +70 -70
  696. data/spec/finance/models/data_source_response_spec.rb +124 -124
  697. data/spec/finance/models/history_record_response_spec.rb +64 -64
  698. data/spec/finance/models/lock_history_model_spec.rb +52 -52
  699. data/spec/finance/models/lock_history_response_spec.rb +52 -52
  700. data/spec/finance/models/pnl_account_class_spec.rb +46 -46
  701. data/spec/finance/models/pnl_account_spec.rb +70 -70
  702. data/spec/finance/models/pnl_account_type_spec.rb +52 -52
  703. data/spec/finance/models/practice_response_spec.rb +64 -64
  704. data/spec/finance/models/problem_spec.rb +58 -58
  705. data/spec/finance/models/problem_type_spec.rb +34 -34
  706. data/spec/finance/models/profit_and_loss_response_spec.rb +64 -64
  707. data/spec/finance/models/report_history_model_spec.rb +52 -52
  708. data/spec/finance/models/report_history_response_spec.rb +52 -52
  709. data/spec/finance/models/statement_balance_response_spec.rb +46 -46
  710. data/spec/finance/models/statement_lines_response_spec.rb +136 -136
  711. data/spec/finance/models/trial_balance_account_spec.rb +94 -94
  712. data/spec/finance/models/trial_balance_entry_spec.rb +46 -46
  713. data/spec/finance/models/trial_balance_movement_spec.rb +58 -58
  714. data/spec/finance/models/trial_balance_response_spec.rb +52 -52
  715. data/spec/finance/models/user_activities_response_spec.rb +52 -52
  716. data/spec/finance/models/user_response_spec.rb +106 -106
  717. data/spec/helper_methods_spec.rb +110 -110
  718. data/spec/payroll_au/api/payroll_au_api_spec.rb +415 -415
  719. data/spec/payroll_au/models/account_spec.rb +59 -59
  720. data/spec/payroll_au/models/account_type_spec.rb +35 -35
  721. data/spec/payroll_au/models/allowance_type_spec.rb +35 -35
  722. data/spec/payroll_au/models/api_exception_spec.rb +53 -53
  723. data/spec/payroll_au/models/bank_account_spec.rb +71 -71
  724. data/spec/payroll_au/models/calendar_type_spec.rb +35 -35
  725. data/spec/payroll_au/models/deduction_line_spec.rb +65 -65
  726. data/spec/payroll_au/models/deduction_type_calculation_type_spec.rb +35 -35
  727. data/spec/payroll_au/models/deduction_type_spec.rb +93 -93
  728. data/spec/payroll_au/models/earnings_line_spec.rb +89 -89
  729. data/spec/payroll_au/models/earnings_rate_calculation_type_spec.rb +35 -35
  730. data/spec/payroll_au/models/earnings_rate_spec.rb +137 -137
  731. data/spec/payroll_au/models/earnings_type_spec.rb +35 -35
  732. data/spec/payroll_au/models/employee_spec.rb +225 -225
  733. data/spec/payroll_au/models/employee_status_spec.rb +35 -35
  734. data/spec/payroll_au/models/employees_spec.rb +41 -41
  735. data/spec/payroll_au/models/employment_basis_spec.rb +35 -35
  736. data/spec/payroll_au/models/employment_termination_payment_type_spec.rb +35 -35
  737. data/spec/payroll_au/models/entitlement_final_pay_payout_type_spec.rb +35 -35
  738. data/spec/payroll_au/models/home_address_spec.rb +71 -71
  739. data/spec/payroll_au/models/leave_accrual_line_spec.rb +53 -53
  740. data/spec/payroll_au/models/leave_application_spec.rb +95 -95
  741. data/spec/payroll_au/models/leave_applications_spec.rb +41 -41
  742. data/spec/payroll_au/models/leave_balance_spec.rb +59 -59
  743. data/spec/payroll_au/models/leave_earnings_line_spec.rb +53 -53
  744. data/spec/payroll_au/models/leave_line_calculation_type_spec.rb +35 -35
  745. data/spec/payroll_au/models/leave_line_spec.rb +83 -83
  746. data/spec/payroll_au/models/leave_lines_spec.rb +41 -41
  747. data/spec/payroll_au/models/leave_period_spec.rb +59 -59
  748. data/spec/payroll_au/models/leave_period_status_spec.rb +35 -35
  749. data/spec/payroll_au/models/leave_type_contribution_type_spec.rb +35 -35
  750. data/spec/payroll_au/models/leave_type_spec.rb +89 -89
  751. data/spec/payroll_au/models/manual_tax_type_spec.rb +35 -35
  752. data/spec/payroll_au/models/opening_balances_spec.rb +77 -77
  753. data/spec/payroll_au/models/pay_item_spec.rb +59 -59
  754. data/spec/payroll_au/models/pay_items_spec.rb +41 -41
  755. data/spec/payroll_au/models/pay_run_spec.rb +131 -131
  756. data/spec/payroll_au/models/pay_run_status_spec.rb +35 -35
  757. data/spec/payroll_au/models/pay_runs_spec.rb +41 -41
  758. data/spec/payroll_au/models/pay_template_spec.rb +65 -65
  759. data/spec/payroll_au/models/payment_frequency_type_spec.rb +35 -35
  760. data/spec/payroll_au/models/payroll_calendar_spec.rb +77 -77
  761. data/spec/payroll_au/models/payroll_calendars_spec.rb +41 -41
  762. data/spec/payroll_au/models/payslip_lines_spec.rb +83 -83
  763. data/spec/payroll_au/models/payslip_object_spec.rb +41 -41
  764. data/spec/payroll_au/models/payslip_spec.rb +149 -149
  765. data/spec/payroll_au/models/payslip_summary_spec.rb +107 -107
  766. data/spec/payroll_au/models/payslips_spec.rb +41 -41
  767. data/spec/payroll_au/models/rate_type_spec.rb +35 -35
  768. data/spec/payroll_au/models/reimbursement_line_spec.rb +59 -59
  769. data/spec/payroll_au/models/reimbursement_lines_spec.rb +41 -41
  770. data/spec/payroll_au/models/reimbursement_type_spec.rb +65 -65
  771. data/spec/payroll_au/models/residency_status_spec.rb +35 -35
  772. data/spec/payroll_au/models/settings_object_spec.rb +41 -41
  773. data/spec/payroll_au/models/settings_spec.rb +53 -53
  774. data/spec/payroll_au/models/settings_tracking_categories_employee_groups_spec.rb +47 -47
  775. data/spec/payroll_au/models/settings_tracking_categories_spec.rb +47 -47
  776. data/spec/payroll_au/models/settings_tracking_categories_timesheet_categories_spec.rb +47 -47
  777. data/spec/payroll_au/models/state_spec.rb +35 -35
  778. data/spec/payroll_au/models/super_fund_product_spec.rb +59 -59
  779. data/spec/payroll_au/models/super_fund_products_spec.rb +41 -41
  780. data/spec/payroll_au/models/super_fund_spec.rb +113 -113
  781. data/spec/payroll_au/models/super_fund_type_spec.rb +35 -35
  782. data/spec/payroll_au/models/super_funds_spec.rb +41 -41
  783. data/spec/payroll_au/models/super_line_spec.rb +83 -83
  784. data/spec/payroll_au/models/super_membership_spec.rb +53 -53
  785. data/spec/payroll_au/models/superannuation_calculation_type_spec.rb +35 -35
  786. data/spec/payroll_au/models/superannuation_contribution_type_spec.rb +35 -35
  787. data/spec/payroll_au/models/superannuation_line_spec.rb +89 -89
  788. data/spec/payroll_au/models/tax_declaration_spec.rb +131 -131
  789. data/spec/payroll_au/models/tax_line_spec.rb +71 -71
  790. data/spec/payroll_au/models/tfn_exemption_type_spec.rb +35 -35
  791. data/spec/payroll_au/models/timesheet_line_spec.rb +59 -59
  792. data/spec/payroll_au/models/timesheet_object_spec.rb +41 -41
  793. data/spec/payroll_au/models/timesheet_spec.rb +89 -89
  794. data/spec/payroll_au/models/timesheet_status_spec.rb +35 -35
  795. data/spec/payroll_au/models/timesheets_spec.rb +41 -41
  796. data/spec/payroll_au/models/validation_error_spec.rb +41 -41
  797. data/spec/payroll_nz/api/payroll_nz_api_spec.rb +886 -886
  798. data/spec/payroll_nz/models/account_spec.rb +63 -63
  799. data/spec/payroll_nz/models/accounts_spec.rb +41 -41
  800. data/spec/payroll_nz/models/address_spec.rb +71 -71
  801. data/spec/payroll_nz/models/bank_account_spec.rb +87 -87
  802. data/spec/payroll_nz/models/benefit_spec.rb +103 -103
  803. data/spec/payroll_nz/models/deduction_line_spec.rb +65 -65
  804. data/spec/payroll_nz/models/deduction_object_spec.rb +53 -53
  805. data/spec/payroll_nz/models/deduction_spec.rb +75 -75
  806. data/spec/payroll_nz/models/deductions_spec.rb +53 -53
  807. data/spec/payroll_nz/models/earnings_line_spec.rb +95 -95
  808. data/spec/payroll_nz/models/earnings_order_object_spec.rb +53 -53
  809. data/spec/payroll_nz/models/earnings_order_spec.rb +65 -65
  810. data/spec/payroll_nz/models/earnings_orders_spec.rb +53 -53
  811. data/spec/payroll_nz/models/earnings_rate_object_spec.rb +53 -53
  812. data/spec/payroll_nz/models/earnings_rate_spec.rb +103 -103
  813. data/spec/payroll_nz/models/earnings_rates_spec.rb +53 -53
  814. data/spec/payroll_nz/models/earnings_template_object_spec.rb +53 -53
  815. data/spec/payroll_nz/models/earnings_template_spec.rb +71 -71
  816. data/spec/payroll_nz/models/employee_earnings_templates_spec.rb +53 -53
  817. data/spec/payroll_nz/models/employee_leave_balance_spec.rb +59 -59
  818. data/spec/payroll_nz/models/employee_leave_balances_spec.rb +53 -53
  819. data/spec/payroll_nz/models/employee_leave_object_spec.rb +53 -53
  820. data/spec/payroll_nz/models/employee_leave_setup_object_spec.rb +53 -53
  821. data/spec/payroll_nz/models/employee_leave_setup_spec.rb +77 -77
  822. data/spec/payroll_nz/models/employee_leave_spec.rb +77 -77
  823. data/spec/payroll_nz/models/employee_leave_type_object_spec.rb +53 -53
  824. data/spec/payroll_nz/models/employee_leave_type_spec.rb +99 -99
  825. data/spec/payroll_nz/models/employee_leave_types_spec.rb +53 -53
  826. data/spec/payroll_nz/models/employee_leaves_spec.rb +53 -53
  827. data/spec/payroll_nz/models/employee_object_spec.rb +53 -53
  828. data/spec/payroll_nz/models/employee_opening_balance_spec.rb +59 -59
  829. data/spec/payroll_nz/models/employee_opening_balances_object_spec.rb +53 -53
  830. data/spec/payroll_nz/models/employee_pay_template_object_spec.rb +53 -53
  831. data/spec/payroll_nz/models/employee_pay_template_spec.rb +47 -47
  832. data/spec/payroll_nz/models/employee_pay_templates_spec.rb +53 -53
  833. data/spec/payroll_nz/models/employee_spec.rb +123 -123
  834. data/spec/payroll_nz/models/employee_statutory_leave_balance_object_spec.rb +53 -53
  835. data/spec/payroll_nz/models/employee_statutory_leave_balance_spec.rb +61 -61
  836. data/spec/payroll_nz/models/employee_statutory_leave_summary_spec.rb +85 -85
  837. data/spec/payroll_nz/models/employee_statutory_leaves_summaries_spec.rb +53 -53
  838. data/spec/payroll_nz/models/employee_statutory_sick_leave_object_spec.rb +53 -53
  839. data/spec/payroll_nz/models/employee_statutory_sick_leave_spec.rb +135 -135
  840. data/spec/payroll_nz/models/employee_statutory_sick_leaves_spec.rb +53 -53
  841. data/spec/payroll_nz/models/employee_tax_object_spec.rb +53 -53
  842. data/spec/payroll_nz/models/employee_tax_spec.rb +135 -135
  843. data/spec/payroll_nz/models/employees_spec.rb +53 -53
  844. data/spec/payroll_nz/models/employment_object_spec.rb +53 -53
  845. data/spec/payroll_nz/models/employment_spec.rb +53 -53
  846. data/spec/payroll_nz/models/gross_earnings_history_spec.rb +47 -47
  847. data/spec/payroll_nz/models/invalid_field_spec.rb +47 -47
  848. data/spec/payroll_nz/models/leave_accrual_line_spec.rb +47 -47
  849. data/spec/payroll_nz/models/leave_earnings_line_spec.rb +95 -95
  850. data/spec/payroll_nz/models/leave_period_spec.rb +63 -63
  851. data/spec/payroll_nz/models/leave_periods_spec.rb +53 -53
  852. data/spec/payroll_nz/models/leave_type_object_spec.rb +53 -53
  853. data/spec/payroll_nz/models/leave_type_spec.rb +71 -71
  854. data/spec/payroll_nz/models/leave_types_spec.rb +53 -53
  855. data/spec/payroll_nz/models/pagination_spec.rb +59 -59
  856. data/spec/payroll_nz/models/pay_run_calendar_object_spec.rb +53 -53
  857. data/spec/payroll_nz/models/pay_run_calendar_spec.rb +81 -81
  858. data/spec/payroll_nz/models/pay_run_calendars_spec.rb +53 -53
  859. data/spec/payroll_nz/models/pay_run_object_spec.rb +53 -53
  860. data/spec/payroll_nz/models/pay_run_spec.rb +119 -119
  861. data/spec/payroll_nz/models/pay_runs_spec.rb +53 -53
  862. data/spec/payroll_nz/models/pay_slip_object_spec.rb +53 -53
  863. data/spec/payroll_nz/models/pay_slip_spec.rb +219 -219
  864. data/spec/payroll_nz/models/pay_slips_spec.rb +53 -53
  865. data/spec/payroll_nz/models/payment_line_spec.rb +65 -65
  866. data/spec/payroll_nz/models/payment_method_object_spec.rb +53 -53
  867. data/spec/payroll_nz/models/payment_method_spec.rb +51 -51
  868. data/spec/payroll_nz/models/problem_spec.rb +71 -71
  869. data/spec/payroll_nz/models/reimbursement_line_spec.rb +65 -65
  870. data/spec/payroll_nz/models/reimbursement_object_spec.rb +53 -53
  871. data/spec/payroll_nz/models/reimbursement_spec.rb +101 -101
  872. data/spec/payroll_nz/models/reimbursements_spec.rb +53 -53
  873. data/spec/payroll_nz/models/salary_and_wage_object_spec.rb +53 -53
  874. data/spec/payroll_nz/models/salary_and_wage_spec.rb +103 -103
  875. data/spec/payroll_nz/models/salary_and_wages_spec.rb +53 -53
  876. data/spec/payroll_nz/models/settings_spec.rb +53 -53
  877. data/spec/payroll_nz/models/statutory_deduction_category_spec.rb +35 -35
  878. data/spec/payroll_nz/models/statutory_deduction_line_spec.rb +59 -59
  879. data/spec/payroll_nz/models/statutory_deduction_object_spec.rb +53 -53
  880. data/spec/payroll_nz/models/statutory_deduction_spec.rb +65 -65
  881. data/spec/payroll_nz/models/statutory_deductions_spec.rb +53 -53
  882. data/spec/payroll_nz/models/superannuation_line_spec.rb +71 -71
  883. data/spec/payroll_nz/models/superannuation_object_spec.rb +53 -53
  884. data/spec/payroll_nz/models/superannuations_spec.rb +53 -53
  885. data/spec/payroll_nz/models/tax_code_spec.rb +35 -35
  886. data/spec/payroll_nz/models/tax_line_spec.rb +65 -65
  887. data/spec/payroll_nz/models/tax_settings_spec.rb +75 -75
  888. data/spec/payroll_nz/models/timesheet_earnings_line_spec.rb +95 -95
  889. data/spec/payroll_nz/models/timesheet_line_object_spec.rb +53 -53
  890. data/spec/payroll_nz/models/timesheet_line_spec.rb +65 -65
  891. data/spec/payroll_nz/models/timesheet_object_spec.rb +53 -53
  892. data/spec/payroll_nz/models/timesheet_spec.rb +93 -93
  893. data/spec/payroll_nz/models/timesheets_spec.rb +53 -53
  894. data/spec/payroll_nz/models/tracking_categories_spec.rb +53 -53
  895. data/spec/payroll_nz/models/tracking_category_spec.rb +47 -47
  896. data/spec/payroll_uk/api/payroll_uk_api_spec.rb +912 -912
  897. data/spec/payroll_uk/models/account_spec.rb +63 -63
  898. data/spec/payroll_uk/models/accounts_spec.rb +41 -41
  899. data/spec/payroll_uk/models/address_spec.rb +65 -65
  900. data/spec/payroll_uk/models/bank_account_spec.rb +53 -53
  901. data/spec/payroll_uk/models/benefit_line_spec.rb +65 -65
  902. data/spec/payroll_uk/models/benefit_object_spec.rb +53 -53
  903. data/spec/payroll_uk/models/benefit_spec.rb +127 -127
  904. data/spec/payroll_uk/models/benefits_spec.rb +53 -53
  905. data/spec/payroll_uk/models/court_order_line_spec.rb +47 -47
  906. data/spec/payroll_uk/models/deduction_line_spec.rb +59 -59
  907. data/spec/payroll_uk/models/deduction_object_spec.rb +53 -53
  908. data/spec/payroll_uk/models/deduction_spec.rb +139 -139
  909. data/spec/payroll_uk/models/deductions_spec.rb +53 -53
  910. data/spec/payroll_uk/models/earnings_line_spec.rb +89 -89
  911. data/spec/payroll_uk/models/earnings_order_object_spec.rb +53 -53
  912. data/spec/payroll_uk/models/earnings_order_spec.rb +65 -65
  913. data/spec/payroll_uk/models/earnings_orders_spec.rb +53 -53
  914. data/spec/payroll_uk/models/earnings_rate_object_spec.rb +53 -53
  915. data/spec/payroll_uk/models/earnings_rate_spec.rb +103 -103
  916. data/spec/payroll_uk/models/earnings_rates_spec.rb +53 -53
  917. data/spec/payroll_uk/models/earnings_template_object_spec.rb +53 -53
  918. data/spec/payroll_uk/models/earnings_template_spec.rb +71 -71
  919. data/spec/payroll_uk/models/employee_leave_balance_spec.rb +59 -59
  920. data/spec/payroll_uk/models/employee_leave_balances_spec.rb +53 -53
  921. data/spec/payroll_uk/models/employee_leave_object_spec.rb +53 -53
  922. data/spec/payroll_uk/models/employee_leave_spec.rb +77 -77
  923. data/spec/payroll_uk/models/employee_leave_type_object_spec.rb +53 -53
  924. data/spec/payroll_uk/models/employee_leave_type_spec.rb +75 -75
  925. data/spec/payroll_uk/models/employee_leave_types_spec.rb +53 -53
  926. data/spec/payroll_uk/models/employee_leaves_spec.rb +53 -53
  927. data/spec/payroll_uk/models/employee_object_spec.rb +53 -53
  928. data/spec/payroll_uk/models/employee_opening_balances_object_spec.rb +53 -53
  929. data/spec/payroll_uk/models/employee_opening_balances_spec.rb +71 -71
  930. data/spec/payroll_uk/models/employee_pay_template_object_spec.rb +53 -53
  931. data/spec/payroll_uk/models/employee_pay_template_spec.rb +47 -47
  932. data/spec/payroll_uk/models/employee_pay_templates_spec.rb +53 -53
  933. data/spec/payroll_uk/models/employee_spec.rb +129 -129
  934. data/spec/payroll_uk/models/employee_statutory_leave_balance_object_spec.rb +53 -53
  935. data/spec/payroll_uk/models/employee_statutory_leave_balance_spec.rb +61 -61
  936. data/spec/payroll_uk/models/employee_statutory_leave_summary_spec.rb +85 -85
  937. data/spec/payroll_uk/models/employee_statutory_leaves_summaries_spec.rb +53 -53
  938. data/spec/payroll_uk/models/employee_statutory_sick_leave_object_spec.rb +53 -53
  939. data/spec/payroll_uk/models/employee_statutory_sick_leave_spec.rb +135 -135
  940. data/spec/payroll_uk/models/employee_statutory_sick_leaves_spec.rb +53 -53
  941. data/spec/payroll_uk/models/employee_tax_object_spec.rb +53 -53
  942. data/spec/payroll_uk/models/employee_tax_spec.rb +101 -101
  943. data/spec/payroll_uk/models/employees_spec.rb +53 -53
  944. data/spec/payroll_uk/models/employment_object_spec.rb +53 -53
  945. data/spec/payroll_uk/models/employment_spec.rb +63 -63
  946. data/spec/payroll_uk/models/invalid_field_spec.rb +47 -47
  947. data/spec/payroll_uk/models/leave_accrual_line_spec.rb +47 -47
  948. data/spec/payroll_uk/models/leave_earnings_line_spec.rb +71 -71
  949. data/spec/payroll_uk/models/leave_period_spec.rb +63 -63
  950. data/spec/payroll_uk/models/leave_periods_spec.rb +53 -53
  951. data/spec/payroll_uk/models/leave_type_object_spec.rb +53 -53
  952. data/spec/payroll_uk/models/leave_type_spec.rb +83 -83
  953. data/spec/payroll_uk/models/leave_types_spec.rb +53 -53
  954. data/spec/payroll_uk/models/pagination_spec.rb +59 -59
  955. data/spec/payroll_uk/models/pay_run_calendar_object_spec.rb +53 -53
  956. data/spec/payroll_uk/models/pay_run_calendar_spec.rb +81 -81
  957. data/spec/payroll_uk/models/pay_run_calendars_spec.rb +53 -53
  958. data/spec/payroll_uk/models/pay_run_object_spec.rb +53 -53
  959. data/spec/payroll_uk/models/pay_run_spec.rb +119 -119
  960. data/spec/payroll_uk/models/pay_runs_spec.rb +53 -53
  961. data/spec/payroll_uk/models/payment_line_spec.rb +65 -65
  962. data/spec/payroll_uk/models/payment_method_object_spec.rb +53 -53
  963. data/spec/payroll_uk/models/payment_method_spec.rb +51 -51
  964. data/spec/payroll_uk/models/payslip_object_spec.rb +53 -53
  965. data/spec/payroll_uk/models/payslip_spec.rb +201 -201
  966. data/spec/payroll_uk/models/payslips_spec.rb +53 -53
  967. data/spec/payroll_uk/models/problem_spec.rb +71 -71
  968. data/spec/payroll_uk/models/reimbursement_line_spec.rb +53 -53
  969. data/spec/payroll_uk/models/reimbursement_object_spec.rb +53 -53
  970. data/spec/payroll_uk/models/reimbursement_spec.rb +59 -59
  971. data/spec/payroll_uk/models/reimbursements_spec.rb +53 -53
  972. data/spec/payroll_uk/models/salary_and_wage_object_spec.rb +53 -53
  973. data/spec/payroll_uk/models/salary_and_wage_spec.rb +97 -97
  974. data/spec/payroll_uk/models/salary_and_wages_spec.rb +53 -53
  975. data/spec/payroll_uk/models/settings_spec.rb +53 -53
  976. data/spec/payroll_uk/models/statutory_deduction_category_spec.rb +35 -35
  977. data/spec/payroll_uk/models/statutory_deduction_spec.rb +65 -65
  978. data/spec/payroll_uk/models/tax_line_spec.rb +71 -71
  979. data/spec/payroll_uk/models/timesheet_earnings_line_spec.rb +71 -71
  980. data/spec/payroll_uk/models/timesheet_line_object_spec.rb +53 -53
  981. data/spec/payroll_uk/models/timesheet_line_spec.rb +65 -65
  982. data/spec/payroll_uk/models/timesheet_object_spec.rb +53 -53
  983. data/spec/payroll_uk/models/timesheet_spec.rb +93 -93
  984. data/spec/payroll_uk/models/timesheets_spec.rb +53 -53
  985. data/spec/payroll_uk/models/tracking_categories_spec.rb +53 -53
  986. data/spec/payroll_uk/models/tracking_category_spec.rb +47 -47
  987. data/spec/projects/api/project_api_spec.rb +229 -229
  988. data/spec/projects/models/amount_spec.rb +47 -47
  989. data/spec/projects/models/charge_type_spec.rb +35 -35
  990. data/spec/projects/models/currency_code_spec.rb +35 -35
  991. data/spec/projects/models/error_spec.rb +47 -47
  992. data/spec/projects/models/pagination_spec.rb +59 -59
  993. data/spec/projects/models/project_create_or_update_spec.rb +59 -59
  994. data/spec/projects/models/project_patch_spec.rb +41 -41
  995. data/spec/projects/models/project_spec.rb +167 -167
  996. data/spec/projects/models/project_status_spec.rb +35 -35
  997. data/spec/projects/models/project_user_spec.rb +53 -53
  998. data/spec/projects/models/project_users_spec.rb +47 -47
  999. data/spec/projects/models/projects_spec.rb +47 -47
  1000. data/spec/projects/models/task_create_or_update_spec.rb +59 -59
  1001. data/spec/projects/models/task_spec.rb +129 -129
  1002. data/spec/projects/models/tasks_spec.rb +47 -47
  1003. data/spec/projects/models/time_entries_spec.rb +47 -47
  1004. data/spec/projects/models/time_entry_create_or_update_spec.rb +65 -65
  1005. data/spec/projects/models/time_entry_spec.rb +93 -93
  1006. data/spec/spec_helper.rb +111 -111
  1007. data/spec/where_spec.rb +82 -82
  1008. metadata +386 -386
@@ -1,1468 +1,1468 @@
1
- =begin
2
- #Xero Files API
3
-
4
- #These endpoints are specific to Xero Files API
5
-
6
- Contact: api@xero.com
7
- Generated by: https://openapi-generator.tech
8
- OpenAPI Generator version: 4.3.1
9
-
10
- =end
11
-
12
- module XeroRuby
13
- class FilesApi
14
- attr_accessor :api_client
15
-
16
- def initialize(api_client = ApiClient.new)
17
- @api_client = api_client
18
- end
19
- # Creates a new file association
20
- # By passing in the appropriate options, you can create a new folder
21
- # @param xero_tenant_id [String] Xero identifier for Tenant
22
- # @param file_id [String] File id for single object
23
- # @param [Hash] opts the optional parameters
24
- # @option opts [Association] :association
25
- # @return [Association]
26
- def create_file_association(xero_tenant_id, file_id, opts = {})
27
- data, _status_code, _headers = create_file_association_with_http_info(xero_tenant_id, file_id, opts)
28
- data
29
- end
30
-
31
- # Creates a new file association
32
- # By passing in the appropriate options, you can create a new folder
33
- # @param xero_tenant_id [String] Xero identifier for Tenant
34
- # @param file_id [String] File id for single object
35
- # @param [Hash] opts the optional parameters
36
- # @option opts [Association] :association
37
- # @return [Array<(Association, Integer, Hash)>] Association data, response status code and response headers
38
- def create_file_association_with_http_info(xero_tenant_id, file_id, options = {})
39
- opts = options.dup
40
- if @api_client.config.debugging
41
- @api_client.config.logger.debug 'Calling API: FilesApi.create_file_association ...'
42
- end
43
- # verify the required parameter 'xero_tenant_id' is set
44
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
45
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_file_association"
46
- end
47
- # verify the required parameter 'file_id' is set
48
- if @api_client.config.client_side_validation && file_id.nil?
49
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.create_file_association"
50
- end
51
- # resource path
52
- local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
53
-
54
- # camelize keys of incoming `where` opts
55
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
56
-
57
- # query parameters
58
- query_params = opts[:query_params] || {}
59
-
60
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
61
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
62
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
63
-
64
- # header parameters
65
- header_params = opts[:header_params] || {}
66
- # HTTP header 'Accept' (if needed)
67
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
68
- # HTTP header 'Content-Type'
69
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
70
- header_params[:'xero-tenant-id'] = xero_tenant_id
71
-
72
- # form parameters
73
- form_params = opts[:form_params] || {}
74
-
75
- # http body (model)
76
- post_body = opts[:body] || @api_client.object_to_http_body(opts[:'association'])
77
-
78
- # return_type
79
- return_type = opts[:return_type] || 'Association'
80
-
81
- # auth_names
82
- auth_names = opts[:auth_names] || ['OAuth2']
83
-
84
- new_options = opts.merge(
85
- :header_params => header_params,
86
- :query_params => query_params,
87
- :form_params => form_params,
88
- :body => post_body,
89
- :auth_names => auth_names,
90
- :return_type => return_type
91
- )
92
-
93
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
94
- if @api_client.config.debugging
95
- @api_client.config.logger.debug "API called: FilesApi#create_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
96
- end
97
- return data, status_code, headers
98
- end
99
-
100
- # Creates a new folder
101
- # By passing in the appropriate properties, you can create a new folder
102
- # @param xero_tenant_id [String] Xero identifier for Tenant
103
- # @param [Hash] opts the optional parameters
104
- # @option opts [Folder] :folder
105
- # @return [Folder]
106
- def create_folder(xero_tenant_id, opts = {})
107
- data, _status_code, _headers = create_folder_with_http_info(xero_tenant_id, opts)
108
- data
109
- end
110
-
111
- # Creates a new folder
112
- # By passing in the appropriate properties, you can create a new folder
113
- # @param xero_tenant_id [String] Xero identifier for Tenant
114
- # @param [Hash] opts the optional parameters
115
- # @option opts [Folder] :folder
116
- # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
117
- def create_folder_with_http_info(xero_tenant_id, options = {})
118
- opts = options.dup
119
- if @api_client.config.debugging
120
- @api_client.config.logger.debug 'Calling API: FilesApi.create_folder ...'
121
- end
122
- # verify the required parameter 'xero_tenant_id' is set
123
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
124
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_folder"
125
- end
126
- # resource path
127
- local_var_path = '/Folders'
128
-
129
- # camelize keys of incoming `where` opts
130
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
131
-
132
- # query parameters
133
- query_params = opts[:query_params] || {}
134
-
135
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
136
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
137
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
138
-
139
- # header parameters
140
- header_params = opts[:header_params] || {}
141
- # HTTP header 'Accept' (if needed)
142
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
143
- # HTTP header 'Content-Type'
144
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
145
- header_params[:'xero-tenant-id'] = xero_tenant_id
146
-
147
- # form parameters
148
- form_params = opts[:form_params] || {}
149
-
150
- # http body (model)
151
- post_body = opts[:body] || @api_client.object_to_http_body(opts[:'folder'])
152
-
153
- # return_type
154
- return_type = opts[:return_type] || 'Folder'
155
-
156
- # auth_names
157
- auth_names = opts[:auth_names] || ['OAuth2']
158
-
159
- new_options = opts.merge(
160
- :header_params => header_params,
161
- :query_params => query_params,
162
- :form_params => form_params,
163
- :body => post_body,
164
- :auth_names => auth_names,
165
- :return_type => return_type
166
- )
167
-
168
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
169
- if @api_client.config.debugging
170
- @api_client.config.logger.debug "API called: FilesApi#create_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
171
- end
172
- return data, status_code, headers
173
- end
174
-
175
- # Deletes a specific file
176
- # Delete a specific file
177
- # @param xero_tenant_id [String] Xero identifier for Tenant
178
- # @param file_id [String] File id for single object
179
- # @param [Hash] opts the optional parameters
180
- # @return [nil]
181
- def delete_file(xero_tenant_id, file_id, opts = {})
182
- delete_file_with_http_info(xero_tenant_id, file_id, opts)
183
- nil
184
- end
185
-
186
- # Deletes a specific file
187
- # Delete a specific file
188
- # @param xero_tenant_id [String] Xero identifier for Tenant
189
- # @param file_id [String] File id for single object
190
- # @param [Hash] opts the optional parameters
191
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
192
- def delete_file_with_http_info(xero_tenant_id, file_id, options = {})
193
- opts = options.dup
194
- if @api_client.config.debugging
195
- @api_client.config.logger.debug 'Calling API: FilesApi.delete_file ...'
196
- end
197
- # verify the required parameter 'xero_tenant_id' is set
198
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
199
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file"
200
- end
201
- # verify the required parameter 'file_id' is set
202
- if @api_client.config.client_side_validation && file_id.nil?
203
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file"
204
- end
205
- # resource path
206
- local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
207
-
208
- # camelize keys of incoming `where` opts
209
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
210
-
211
- # query parameters
212
- query_params = opts[:query_params] || {}
213
-
214
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
215
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
216
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
217
-
218
- # header parameters
219
- header_params = opts[:header_params] || {}
220
- header_params[:'xero-tenant-id'] = xero_tenant_id
221
-
222
- # form parameters
223
- form_params = opts[:form_params] || {}
224
-
225
- # http body (model)
226
- post_body = opts[:body]
227
-
228
- # return_type
229
- return_type = opts[:return_type]
230
-
231
- # auth_names
232
- auth_names = opts[:auth_names] || ['OAuth2']
233
-
234
- new_options = opts.merge(
235
- :header_params => header_params,
236
- :query_params => query_params,
237
- :form_params => form_params,
238
- :body => post_body,
239
- :auth_names => auth_names,
240
- :return_type => return_type
241
- )
242
-
243
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
244
- if @api_client.config.debugging
245
- @api_client.config.logger.debug "API called: FilesApi#delete_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
246
- end
247
- return data, status_code, headers
248
- end
249
-
250
- # Deletes an existing file association
251
- # By passing in the appropriate options, you can create a new folder
252
- # @param xero_tenant_id [String] Xero identifier for Tenant
253
- # @param file_id [String] File id for single object
254
- # @param object_id [String] Object id for single object
255
- # @param [Hash] opts the optional parameters
256
- # @return [nil]
257
- def delete_file_association(xero_tenant_id, file_id, object_id, opts = {})
258
- delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts)
259
- nil
260
- end
261
-
262
- # Deletes an existing file association
263
- # By passing in the appropriate options, you can create a new folder
264
- # @param xero_tenant_id [String] Xero identifier for Tenant
265
- # @param file_id [String] File id for single object
266
- # @param object_id [String] Object id for single object
267
- # @param [Hash] opts the optional parameters
268
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
269
- def delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, options = {})
270
- opts = options.dup
271
- if @api_client.config.debugging
272
- @api_client.config.logger.debug 'Calling API: FilesApi.delete_file_association ...'
273
- end
274
- # verify the required parameter 'xero_tenant_id' is set
275
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
276
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file_association"
277
- end
278
- # verify the required parameter 'file_id' is set
279
- if @api_client.config.client_side_validation && file_id.nil?
280
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file_association"
281
- end
282
- # verify the required parameter 'object_id' is set
283
- if @api_client.config.client_side_validation && object_id.nil?
284
- fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.delete_file_association"
285
- end
286
- # resource path
287
- local_var_path = '/Files/{FileId}/Associations/{ObjectId}'.sub('{' + 'FileId' + '}', file_id.to_s).sub('{' + 'ObjectId' + '}', object_id.to_s)
288
-
289
- # camelize keys of incoming `where` opts
290
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
291
-
292
- # query parameters
293
- query_params = opts[:query_params] || {}
294
-
295
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
296
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
297
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
298
-
299
- # header parameters
300
- header_params = opts[:header_params] || {}
301
- header_params[:'xero-tenant-id'] = xero_tenant_id
302
-
303
- # form parameters
304
- form_params = opts[:form_params] || {}
305
-
306
- # http body (model)
307
- post_body = opts[:body]
308
-
309
- # return_type
310
- return_type = opts[:return_type]
311
-
312
- # auth_names
313
- auth_names = opts[:auth_names] || ['OAuth2']
314
-
315
- new_options = opts.merge(
316
- :header_params => header_params,
317
- :query_params => query_params,
318
- :form_params => form_params,
319
- :body => post_body,
320
- :auth_names => auth_names,
321
- :return_type => return_type
322
- )
323
-
324
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
325
- if @api_client.config.debugging
326
- @api_client.config.logger.debug "API called: FilesApi#delete_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
327
- end
328
- return data, status_code, headers
329
- end
330
-
331
- # Deletes a folder
332
- # By passing in the appropriate ID, you can delete a folder
333
- # @param xero_tenant_id [String] Xero identifier for Tenant
334
- # @param folder_id [String] Folder id for single object
335
- # @param [Hash] opts the optional parameters
336
- # @return [nil]
337
- def delete_folder(xero_tenant_id, folder_id, opts = {})
338
- delete_folder_with_http_info(xero_tenant_id, folder_id, opts)
339
- nil
340
- end
341
-
342
- # Deletes a folder
343
- # By passing in the appropriate ID, you can delete a folder
344
- # @param xero_tenant_id [String] Xero identifier for Tenant
345
- # @param folder_id [String] Folder id for single object
346
- # @param [Hash] opts the optional parameters
347
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
348
- def delete_folder_with_http_info(xero_tenant_id, folder_id, options = {})
349
- opts = options.dup
350
- if @api_client.config.debugging
351
- @api_client.config.logger.debug 'Calling API: FilesApi.delete_folder ...'
352
- end
353
- # verify the required parameter 'xero_tenant_id' is set
354
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
355
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_folder"
356
- end
357
- # verify the required parameter 'folder_id' is set
358
- if @api_client.config.client_side_validation && folder_id.nil?
359
- fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.delete_folder"
360
- end
361
- # resource path
362
- local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
363
-
364
- # camelize keys of incoming `where` opts
365
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
366
-
367
- # query parameters
368
- query_params = opts[:query_params] || {}
369
-
370
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
371
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
372
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
373
-
374
- # header parameters
375
- header_params = opts[:header_params] || {}
376
- header_params[:'xero-tenant-id'] = xero_tenant_id
377
-
378
- # form parameters
379
- form_params = opts[:form_params] || {}
380
-
381
- # http body (model)
382
- post_body = opts[:body]
383
-
384
- # return_type
385
- return_type = opts[:return_type]
386
-
387
- # auth_names
388
- auth_names = opts[:auth_names] || ['OAuth2']
389
-
390
- new_options = opts.merge(
391
- :header_params => header_params,
392
- :query_params => query_params,
393
- :form_params => form_params,
394
- :body => post_body,
395
- :auth_names => auth_names,
396
- :return_type => return_type
397
- )
398
-
399
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
400
- if @api_client.config.debugging
401
- @api_client.config.logger.debug "API called: FilesApi#delete_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
402
- end
403
- return data, status_code, headers
404
- end
405
-
406
- # Retrieves an association object using a unique object ID
407
- # By passing in the appropriate options, you can retrieve an association
408
- # @param xero_tenant_id [String] Xero identifier for Tenant
409
- # @param object_id [String] Object id for single object
410
- # @param [Hash] opts the optional parameters
411
- # @return [Array<Association>]
412
- def get_associations_by_object(xero_tenant_id, object_id, opts = {})
413
- data, _status_code, _headers = get_associations_by_object_with_http_info(xero_tenant_id, object_id, opts)
414
- data
415
- end
416
-
417
- # Retrieves an association object using a unique object ID
418
- # By passing in the appropriate options, you can retrieve an association
419
- # @param xero_tenant_id [String] Xero identifier for Tenant
420
- # @param object_id [String] Object id for single object
421
- # @param [Hash] opts the optional parameters
422
- # @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
423
- def get_associations_by_object_with_http_info(xero_tenant_id, object_id, options = {})
424
- opts = options.dup
425
- if @api_client.config.debugging
426
- @api_client.config.logger.debug 'Calling API: FilesApi.get_associations_by_object ...'
427
- end
428
- # verify the required parameter 'xero_tenant_id' is set
429
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
430
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_associations_by_object"
431
- end
432
- # verify the required parameter 'object_id' is set
433
- if @api_client.config.client_side_validation && object_id.nil?
434
- fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.get_associations_by_object"
435
- end
436
- # resource path
437
- local_var_path = '/Associations/{ObjectId}'.sub('{' + 'ObjectId' + '}', object_id.to_s)
438
-
439
- # camelize keys of incoming `where` opts
440
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
441
-
442
- # query parameters
443
- query_params = opts[:query_params] || {}
444
-
445
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
446
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
447
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
448
-
449
- # header parameters
450
- header_params = opts[:header_params] || {}
451
- # HTTP header 'Accept' (if needed)
452
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
453
- header_params[:'xero-tenant-id'] = xero_tenant_id
454
-
455
- # form parameters
456
- form_params = opts[:form_params] || {}
457
-
458
- # http body (model)
459
- post_body = opts[:body]
460
-
461
- # return_type
462
- return_type = opts[:return_type] || 'Array<Association>'
463
-
464
- # auth_names
465
- auth_names = opts[:auth_names] || ['OAuth2']
466
-
467
- new_options = opts.merge(
468
- :header_params => header_params,
469
- :query_params => query_params,
470
- :form_params => form_params,
471
- :body => post_body,
472
- :auth_names => auth_names,
473
- :return_type => return_type
474
- )
475
-
476
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
477
- if @api_client.config.debugging
478
- @api_client.config.logger.debug "API called: FilesApi#get_associations_by_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
479
- end
480
- return data, status_code, headers
481
- end
482
-
483
- # Retrieves a count of associations for a list of objects.
484
- # By passing in the appropriate options, you can retrieve the association count for objects
485
- # @param xero_tenant_id [String] Xero identifier for Tenant
486
- # @param object_ids [Array<String>] A comma-separated list of object ids
487
- # @param [Hash] opts the optional parameters
488
- # @return [Object]
489
- def get_associations_count(xero_tenant_id, object_ids, opts = {})
490
- data, _status_code, _headers = get_associations_count_with_http_info(xero_tenant_id, object_ids, opts)
491
- data
492
- end
493
-
494
- # Retrieves a count of associations for a list of objects.
495
- # By passing in the appropriate options, you can retrieve the association count for objects
496
- # @param xero_tenant_id [String] Xero identifier for Tenant
497
- # @param object_ids [Array<String>] A comma-separated list of object ids
498
- # @param [Hash] opts the optional parameters
499
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
500
- def get_associations_count_with_http_info(xero_tenant_id, object_ids, options = {})
501
- opts = options.dup
502
- if @api_client.config.debugging
503
- @api_client.config.logger.debug 'Calling API: FilesApi.get_associations_count ...'
504
- end
505
- # verify the required parameter 'xero_tenant_id' is set
506
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
507
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_associations_count"
508
- end
509
- # verify the required parameter 'object_ids' is set
510
- if @api_client.config.client_side_validation && object_ids.nil?
511
- fail ArgumentError, "Missing the required parameter 'object_ids' when calling FilesApi.get_associations_count"
512
- end
513
- # resource path
514
- local_var_path = '/Associations/Count'
515
-
516
- # camelize keys of incoming `where` opts
517
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
518
-
519
- # query parameters
520
- query_params = opts[:query_params] || {}
521
- query_params[:'ObjectIds'] = @api_client.build_collection_param(object_ids, :multi)
522
-
523
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
524
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
525
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
526
-
527
- # header parameters
528
- header_params = opts[:header_params] || {}
529
- # HTTP header 'Accept' (if needed)
530
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
531
- header_params[:'xero-tenant-id'] = xero_tenant_id
532
-
533
- # form parameters
534
- form_params = opts[:form_params] || {}
535
-
536
- # http body (model)
537
- post_body = opts[:body]
538
-
539
- # return_type
540
- return_type = opts[:return_type] || 'Object'
541
-
542
- # auth_names
543
- auth_names = opts[:auth_names] || ['OAuth2']
544
-
545
- new_options = opts.merge(
546
- :header_params => header_params,
547
- :query_params => query_params,
548
- :form_params => form_params,
549
- :body => post_body,
550
- :auth_names => auth_names,
551
- :return_type => return_type
552
- )
553
-
554
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
555
- if @api_client.config.debugging
556
- @api_client.config.logger.debug "API called: FilesApi#get_associations_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
557
- end
558
- return data, status_code, headers
559
- end
560
-
561
- # Retrieves a file by a unique file ID
562
- # @param xero_tenant_id [String] Xero identifier for Tenant
563
- # @param file_id [String] File id for single object
564
- # @param [Hash] opts the optional parameters
565
- # @return [FileObject]
566
- def get_file(xero_tenant_id, file_id, opts = {})
567
- data, _status_code, _headers = get_file_with_http_info(xero_tenant_id, file_id, opts)
568
- data
569
- end
570
-
571
- # Retrieves a file by a unique file ID
572
- # @param xero_tenant_id [String] Xero identifier for Tenant
573
- # @param file_id [String] File id for single object
574
- # @param [Hash] opts the optional parameters
575
- # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
576
- def get_file_with_http_info(xero_tenant_id, file_id, options = {})
577
- opts = options.dup
578
- if @api_client.config.debugging
579
- @api_client.config.logger.debug 'Calling API: FilesApi.get_file ...'
580
- end
581
- # verify the required parameter 'xero_tenant_id' is set
582
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
583
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file"
584
- end
585
- # verify the required parameter 'file_id' is set
586
- if @api_client.config.client_side_validation && file_id.nil?
587
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file"
588
- end
589
- # resource path
590
- local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
591
-
592
- # camelize keys of incoming `where` opts
593
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
594
-
595
- # query parameters
596
- query_params = opts[:query_params] || {}
597
-
598
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
599
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
600
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
601
-
602
- # header parameters
603
- header_params = opts[:header_params] || {}
604
- # HTTP header 'Accept' (if needed)
605
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
606
- header_params[:'xero-tenant-id'] = xero_tenant_id
607
-
608
- # form parameters
609
- form_params = opts[:form_params] || {}
610
-
611
- # http body (model)
612
- post_body = opts[:body]
613
-
614
- # return_type
615
- return_type = opts[:return_type] || 'FileObject'
616
-
617
- # auth_names
618
- auth_names = opts[:auth_names] || ['OAuth2']
619
-
620
- new_options = opts.merge(
621
- :header_params => header_params,
622
- :query_params => query_params,
623
- :form_params => form_params,
624
- :body => post_body,
625
- :auth_names => auth_names,
626
- :return_type => return_type
627
- )
628
-
629
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
630
- if @api_client.config.debugging
631
- @api_client.config.logger.debug "API called: FilesApi#get_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
632
- end
633
- return data, status_code, headers
634
- end
635
-
636
- # Retrieves a specific file associations
637
- # By passing in the appropriate options,
638
- # @param xero_tenant_id [String] Xero identifier for Tenant
639
- # @param file_id [String] File id for single object
640
- # @param [Hash] opts the optional parameters
641
- # @return [Array<Association>]
642
- def get_file_associations(xero_tenant_id, file_id, opts = {})
643
- data, _status_code, _headers = get_file_associations_with_http_info(xero_tenant_id, file_id, opts)
644
- data
645
- end
646
-
647
- # Retrieves a specific file associations
648
- # By passing in the appropriate options,
649
- # @param xero_tenant_id [String] Xero identifier for Tenant
650
- # @param file_id [String] File id for single object
651
- # @param [Hash] opts the optional parameters
652
- # @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
653
- def get_file_associations_with_http_info(xero_tenant_id, file_id, options = {})
654
- opts = options.dup
655
- if @api_client.config.debugging
656
- @api_client.config.logger.debug 'Calling API: FilesApi.get_file_associations ...'
657
- end
658
- # verify the required parameter 'xero_tenant_id' is set
659
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
660
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_associations"
661
- end
662
- # verify the required parameter 'file_id' is set
663
- if @api_client.config.client_side_validation && file_id.nil?
664
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_associations"
665
- end
666
- # resource path
667
- local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
668
-
669
- # camelize keys of incoming `where` opts
670
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
671
-
672
- # query parameters
673
- query_params = opts[:query_params] || {}
674
-
675
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
676
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
677
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
678
-
679
- # header parameters
680
- header_params = opts[:header_params] || {}
681
- # HTTP header 'Accept' (if needed)
682
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
683
- header_params[:'xero-tenant-id'] = xero_tenant_id
684
-
685
- # form parameters
686
- form_params = opts[:form_params] || {}
687
-
688
- # http body (model)
689
- post_body = opts[:body]
690
-
691
- # return_type
692
- return_type = opts[:return_type] || 'Array<Association>'
693
-
694
- # auth_names
695
- auth_names = opts[:auth_names] || ['OAuth2']
696
-
697
- new_options = opts.merge(
698
- :header_params => header_params,
699
- :query_params => query_params,
700
- :form_params => form_params,
701
- :body => post_body,
702
- :auth_names => auth_names,
703
- :return_type => return_type
704
- )
705
-
706
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
707
- if @api_client.config.debugging
708
- @api_client.config.logger.debug "API called: FilesApi#get_file_associations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
709
- end
710
- return data, status_code, headers
711
- end
712
-
713
- # Retrieves the content of a specific file
714
- # By passing in the appropriate options, retrieve data for specific file
715
- # @param xero_tenant_id [String] Xero identifier for Tenant
716
- # @param file_id [String] File id for single object
717
- # @param [Hash] opts the optional parameters
718
- # @return [File]
719
- def get_file_content(xero_tenant_id, file_id, opts = {})
720
- data, _status_code, _headers = get_file_content_with_http_info(xero_tenant_id, file_id, opts)
721
- data
722
- end
723
-
724
- # Retrieves the content of a specific file
725
- # By passing in the appropriate options, retrieve data for specific file
726
- # @param xero_tenant_id [String] Xero identifier for Tenant
727
- # @param file_id [String] File id for single object
728
- # @param [Hash] opts the optional parameters
729
- # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
730
- def get_file_content_with_http_info(xero_tenant_id, file_id, options = {})
731
- opts = options.dup
732
- if @api_client.config.debugging
733
- @api_client.config.logger.debug 'Calling API: FilesApi.get_file_content ...'
734
- end
735
- # verify the required parameter 'xero_tenant_id' is set
736
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
737
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_content"
738
- end
739
- # verify the required parameter 'file_id' is set
740
- if @api_client.config.client_side_validation && file_id.nil?
741
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_content"
742
- end
743
- # resource path
744
- local_var_path = '/Files/{FileId}/Content'.sub('{' + 'FileId' + '}', file_id.to_s)
745
-
746
- # camelize keys of incoming `where` opts
747
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
748
-
749
- # query parameters
750
- query_params = opts[:query_params] || {}
751
-
752
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
753
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
754
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
755
-
756
- # header parameters
757
- header_params = opts[:header_params] || {}
758
- # HTTP header 'Accept' (if needed)
759
- header_params['Accept'] = @api_client.select_header_accept(['application/octet-stream'])
760
- header_params[:'xero-tenant-id'] = xero_tenant_id
761
-
762
- # form parameters
763
- form_params = opts[:form_params] || {}
764
-
765
- # http body (model)
766
- post_body = opts[:body]
767
-
768
- # return_type
769
- return_type = opts[:return_type] || 'File'
770
-
771
- # auth_names
772
- auth_names = opts[:auth_names] || ['OAuth2']
773
-
774
- new_options = opts.merge(
775
- :header_params => header_params,
776
- :query_params => query_params,
777
- :form_params => form_params,
778
- :body => post_body,
779
- :auth_names => auth_names,
780
- :return_type => return_type
781
- )
782
-
783
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
784
- if @api_client.config.debugging
785
- @api_client.config.logger.debug "API called: FilesApi#get_file_content\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
786
- end
787
- return data, status_code, headers
788
- end
789
-
790
- # Retrieves files
791
- # @param xero_tenant_id [String] Xero identifier for Tenant
792
- # @param [Hash] opts the optional parameters
793
- # @option opts [Integer] :pagesize pass an optional page size value
794
- # @option opts [Integer] :page number of records to skip for pagination
795
- # @option opts [String] :sort values to sort by
796
- # @return [Files]
797
- def get_files(xero_tenant_id, opts = {})
798
- data, _status_code, _headers = get_files_with_http_info(xero_tenant_id, opts)
799
- data
800
- end
801
-
802
- # Retrieves files
803
- # @param xero_tenant_id [String] Xero identifier for Tenant
804
- # @param [Hash] opts the optional parameters
805
- # @option opts [Integer] :pagesize pass an optional page size value
806
- # @option opts [Integer] :page number of records to skip for pagination
807
- # @option opts [String] :sort values to sort by
808
- # @return [Array<(Files, Integer, Hash)>] Files data, response status code and response headers
809
- def get_files_with_http_info(xero_tenant_id, options = {})
810
- opts = options.dup
811
- if @api_client.config.debugging
812
- @api_client.config.logger.debug 'Calling API: FilesApi.get_files ...'
813
- end
814
- # verify the required parameter 'xero_tenant_id' is set
815
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
816
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_files"
817
- end
818
- if @api_client.config.client_side_validation && !opts[:'pagesize'].nil? && opts[:'pagesize'] > 100
819
- fail ArgumentError, 'invalid value for "opts[:"pagesize"]" when calling FilesApi.get_files, must be smaller than or equal to 100.'
820
- end
821
-
822
- if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
823
- fail ArgumentError, 'invalid value for "opts[:"page"]" when calling FilesApi.get_files, must be greater than or equal to 1.'
824
- end
825
-
826
- allowable_values = ["Name", "Size", "CreatedDateUTC"]
827
- if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
828
- fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
829
- end
830
- # resource path
831
- local_var_path = '/Files'
832
-
833
- # camelize keys of incoming `where` opts
834
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
835
-
836
- # query parameters
837
- query_params = opts[:query_params] || {}
838
- query_params[:'pagesize'] = opts[:'pagesize'] if !opts[:'pagesize'].nil?
839
- query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
840
- query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
841
-
842
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
843
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
844
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
845
-
846
- # header parameters
847
- header_params = opts[:header_params] || {}
848
- # HTTP header 'Accept' (if needed)
849
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
850
- header_params[:'xero-tenant-id'] = xero_tenant_id
851
-
852
- # form parameters
853
- form_params = opts[:form_params] || {}
854
-
855
- # http body (model)
856
- post_body = opts[:body]
857
-
858
- # return_type
859
- return_type = opts[:return_type] || 'Files'
860
-
861
- # auth_names
862
- auth_names = opts[:auth_names] || ['OAuth2']
863
-
864
- new_options = opts.merge(
865
- :header_params => header_params,
866
- :query_params => query_params,
867
- :form_params => form_params,
868
- :body => post_body,
869
- :auth_names => auth_names,
870
- :return_type => return_type
871
- )
872
-
873
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
874
- if @api_client.config.debugging
875
- @api_client.config.logger.debug "API called: FilesApi#get_files\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
876
- end
877
- return data, status_code, headers
878
- end
879
-
880
- # Retrieves specific folder by using a unique folder ID
881
- # By passing in the appropriate ID, you can search for specific folder
882
- # @param xero_tenant_id [String] Xero identifier for Tenant
883
- # @param folder_id [String] Folder id for single object
884
- # @param [Hash] opts the optional parameters
885
- # @return [Folder]
886
- def get_folder(xero_tenant_id, folder_id, opts = {})
887
- data, _status_code, _headers = get_folder_with_http_info(xero_tenant_id, folder_id, opts)
888
- data
889
- end
890
-
891
- # Retrieves specific folder by using a unique folder ID
892
- # By passing in the appropriate ID, you can search for specific folder
893
- # @param xero_tenant_id [String] Xero identifier for Tenant
894
- # @param folder_id [String] Folder id for single object
895
- # @param [Hash] opts the optional parameters
896
- # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
897
- def get_folder_with_http_info(xero_tenant_id, folder_id, options = {})
898
- opts = options.dup
899
- if @api_client.config.debugging
900
- @api_client.config.logger.debug 'Calling API: FilesApi.get_folder ...'
901
- end
902
- # verify the required parameter 'xero_tenant_id' is set
903
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
904
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folder"
905
- end
906
- # verify the required parameter 'folder_id' is set
907
- if @api_client.config.client_side_validation && folder_id.nil?
908
- fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.get_folder"
909
- end
910
- # resource path
911
- local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
912
-
913
- # camelize keys of incoming `where` opts
914
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
915
-
916
- # query parameters
917
- query_params = opts[:query_params] || {}
918
-
919
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
920
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
921
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
922
-
923
- # header parameters
924
- header_params = opts[:header_params] || {}
925
- # HTTP header 'Accept' (if needed)
926
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
927
- header_params[:'xero-tenant-id'] = xero_tenant_id
928
-
929
- # form parameters
930
- form_params = opts[:form_params] || {}
931
-
932
- # http body (model)
933
- post_body = opts[:body]
934
-
935
- # return_type
936
- return_type = opts[:return_type] || 'Folder'
937
-
938
- # auth_names
939
- auth_names = opts[:auth_names] || ['OAuth2']
940
-
941
- new_options = opts.merge(
942
- :header_params => header_params,
943
- :query_params => query_params,
944
- :form_params => form_params,
945
- :body => post_body,
946
- :auth_names => auth_names,
947
- :return_type => return_type
948
- )
949
-
950
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
951
- if @api_client.config.debugging
952
- @api_client.config.logger.debug "API called: FilesApi#get_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
953
- end
954
- return data, status_code, headers
955
- end
956
-
957
- # Retrieves folders
958
- # By passing in the appropriate options, you can search for available folders
959
- # @param xero_tenant_id [String] Xero identifier for Tenant
960
- # @param [Hash] opts the optional parameters
961
- # @option opts [String] :sort values to sort by
962
- # @return [Array<Folder>]
963
- def get_folders(xero_tenant_id, opts = {})
964
- data, _status_code, _headers = get_folders_with_http_info(xero_tenant_id, opts)
965
- data
966
- end
967
-
968
- # Retrieves folders
969
- # By passing in the appropriate options, you can search for available folders
970
- # @param xero_tenant_id [String] Xero identifier for Tenant
971
- # @param [Hash] opts the optional parameters
972
- # @option opts [String] :sort values to sort by
973
- # @return [Array<(Array<Folder>, Integer, Hash)>] Array<Folder> data, response status code and response headers
974
- def get_folders_with_http_info(xero_tenant_id, options = {})
975
- opts = options.dup
976
- if @api_client.config.debugging
977
- @api_client.config.logger.debug 'Calling API: FilesApi.get_folders ...'
978
- end
979
- # verify the required parameter 'xero_tenant_id' is set
980
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
981
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folders"
982
- end
983
- allowable_values = ["Name", "Size", "CreatedDateUTC"]
984
- if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
985
- fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
986
- end
987
- # resource path
988
- local_var_path = '/Folders'
989
-
990
- # camelize keys of incoming `where` opts
991
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
992
-
993
- # query parameters
994
- query_params = opts[:query_params] || {}
995
- query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
996
-
997
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
998
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
999
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1000
-
1001
- # header parameters
1002
- header_params = opts[:header_params] || {}
1003
- # HTTP header 'Accept' (if needed)
1004
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1005
- header_params[:'xero-tenant-id'] = xero_tenant_id
1006
-
1007
- # form parameters
1008
- form_params = opts[:form_params] || {}
1009
-
1010
- # http body (model)
1011
- post_body = opts[:body]
1012
-
1013
- # return_type
1014
- return_type = opts[:return_type] || 'Array<Folder>'
1015
-
1016
- # auth_names
1017
- auth_names = opts[:auth_names] || ['OAuth2']
1018
-
1019
- new_options = opts.merge(
1020
- :header_params => header_params,
1021
- :query_params => query_params,
1022
- :form_params => form_params,
1023
- :body => post_body,
1024
- :auth_names => auth_names,
1025
- :return_type => return_type
1026
- )
1027
-
1028
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
1029
- if @api_client.config.debugging
1030
- @api_client.config.logger.debug "API called: FilesApi#get_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1031
- end
1032
- return data, status_code, headers
1033
- end
1034
-
1035
- # Retrieves inbox folder
1036
- # Search for the user inbox
1037
- # @param xero_tenant_id [String] Xero identifier for Tenant
1038
- # @param [Hash] opts the optional parameters
1039
- # @return [Folder]
1040
- def get_inbox(xero_tenant_id, opts = {})
1041
- data, _status_code, _headers = get_inbox_with_http_info(xero_tenant_id, opts)
1042
- data
1043
- end
1044
-
1045
- # Retrieves inbox folder
1046
- # Search for the user inbox
1047
- # @param xero_tenant_id [String] Xero identifier for Tenant
1048
- # @param [Hash] opts the optional parameters
1049
- # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
1050
- def get_inbox_with_http_info(xero_tenant_id, options = {})
1051
- opts = options.dup
1052
- if @api_client.config.debugging
1053
- @api_client.config.logger.debug 'Calling API: FilesApi.get_inbox ...'
1054
- end
1055
- # verify the required parameter 'xero_tenant_id' is set
1056
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
1057
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_inbox"
1058
- end
1059
- # resource path
1060
- local_var_path = '/Inbox'
1061
-
1062
- # camelize keys of incoming `where` opts
1063
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1064
-
1065
- # query parameters
1066
- query_params = opts[:query_params] || {}
1067
-
1068
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1069
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1070
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1071
-
1072
- # header parameters
1073
- header_params = opts[:header_params] || {}
1074
- # HTTP header 'Accept' (if needed)
1075
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1076
- header_params[:'xero-tenant-id'] = xero_tenant_id
1077
-
1078
- # form parameters
1079
- form_params = opts[:form_params] || {}
1080
-
1081
- # http body (model)
1082
- post_body = opts[:body]
1083
-
1084
- # return_type
1085
- return_type = opts[:return_type] || 'Folder'
1086
-
1087
- # auth_names
1088
- auth_names = opts[:auth_names] || ['OAuth2']
1089
-
1090
- new_options = opts.merge(
1091
- :header_params => header_params,
1092
- :query_params => query_params,
1093
- :form_params => form_params,
1094
- :body => post_body,
1095
- :auth_names => auth_names,
1096
- :return_type => return_type
1097
- )
1098
-
1099
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
1100
- if @api_client.config.debugging
1101
- @api_client.config.logger.debug "API called: FilesApi#get_inbox\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1102
- end
1103
- return data, status_code, headers
1104
- end
1105
-
1106
- # Update a file
1107
- # Updates file properties of a single file
1108
- # @param xero_tenant_id [String] Xero identifier for Tenant
1109
- # @param file_id [String] File id for single object
1110
- # @param [Hash] opts the optional parameters
1111
- # @option opts [FileObject] :file_object
1112
- # @return [FileObject]
1113
- def update_file(xero_tenant_id, file_id, opts = {})
1114
- data, _status_code, _headers = update_file_with_http_info(xero_tenant_id, file_id, opts)
1115
- data
1116
- end
1117
-
1118
- # Update a file
1119
- # Updates file properties of a single file
1120
- # @param xero_tenant_id [String] Xero identifier for Tenant
1121
- # @param file_id [String] File id for single object
1122
- # @param [Hash] opts the optional parameters
1123
- # @option opts [FileObject] :file_object
1124
- # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1125
- def update_file_with_http_info(xero_tenant_id, file_id, options = {})
1126
- opts = options.dup
1127
- if @api_client.config.debugging
1128
- @api_client.config.logger.debug 'Calling API: FilesApi.update_file ...'
1129
- end
1130
- # verify the required parameter 'xero_tenant_id' is set
1131
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
1132
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_file"
1133
- end
1134
- # verify the required parameter 'file_id' is set
1135
- if @api_client.config.client_side_validation && file_id.nil?
1136
- fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.update_file"
1137
- end
1138
- # resource path
1139
- local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
1140
-
1141
- # camelize keys of incoming `where` opts
1142
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1143
-
1144
- # query parameters
1145
- query_params = opts[:query_params] || {}
1146
-
1147
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1148
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1149
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1150
-
1151
- # header parameters
1152
- header_params = opts[:header_params] || {}
1153
- # HTTP header 'Accept' (if needed)
1154
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1155
- # HTTP header 'Content-Type'
1156
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1157
- header_params[:'xero-tenant-id'] = xero_tenant_id
1158
-
1159
- # form parameters
1160
- form_params = opts[:form_params] || {}
1161
-
1162
- # http body (model)
1163
- post_body = opts[:body] || @api_client.object_to_http_body(opts[:'file_object'])
1164
-
1165
- # return_type
1166
- return_type = opts[:return_type] || 'FileObject'
1167
-
1168
- # auth_names
1169
- auth_names = opts[:auth_names] || ['OAuth2']
1170
-
1171
- new_options = opts.merge(
1172
- :header_params => header_params,
1173
- :query_params => query_params,
1174
- :form_params => form_params,
1175
- :body => post_body,
1176
- :auth_names => auth_names,
1177
- :return_type => return_type
1178
- )
1179
-
1180
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
1181
- if @api_client.config.debugging
1182
- @api_client.config.logger.debug "API called: FilesApi#update_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1183
- end
1184
- return data, status_code, headers
1185
- end
1186
-
1187
- # Updates an existing folder
1188
- # By passing in the appropriate ID and properties, you can update a folder
1189
- # @param xero_tenant_id [String] Xero identifier for Tenant
1190
- # @param folder_id [String] Folder id for single object
1191
- # @param folder [Folder]
1192
- # @param [Hash] opts the optional parameters
1193
- # @return [Folder]
1194
- def update_folder(xero_tenant_id, folder_id, folder, opts = {})
1195
- data, _status_code, _headers = update_folder_with_http_info(xero_tenant_id, folder_id, folder, opts)
1196
- data
1197
- end
1198
-
1199
- # Updates an existing folder
1200
- # By passing in the appropriate ID and properties, you can update a folder
1201
- # @param xero_tenant_id [String] Xero identifier for Tenant
1202
- # @param folder_id [String] Folder id for single object
1203
- # @param folder [Folder]
1204
- # @param [Hash] opts the optional parameters
1205
- # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
1206
- def update_folder_with_http_info(xero_tenant_id, folder_id, folder, options = {})
1207
- opts = options.dup
1208
- if @api_client.config.debugging
1209
- @api_client.config.logger.debug 'Calling API: FilesApi.update_folder ...'
1210
- end
1211
- # verify the required parameter 'xero_tenant_id' is set
1212
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
1213
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_folder"
1214
- end
1215
- # verify the required parameter 'folder_id' is set
1216
- if @api_client.config.client_side_validation && folder_id.nil?
1217
- fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.update_folder"
1218
- end
1219
- # verify the required parameter 'folder' is set
1220
- if @api_client.config.client_side_validation && folder.nil?
1221
- fail ArgumentError, "Missing the required parameter 'folder' when calling FilesApi.update_folder"
1222
- end
1223
- # resource path
1224
- local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
1225
-
1226
- # camelize keys of incoming `where` opts
1227
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1228
-
1229
- # query parameters
1230
- query_params = opts[:query_params] || {}
1231
-
1232
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1233
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1234
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1235
-
1236
- # header parameters
1237
- header_params = opts[:header_params] || {}
1238
- # HTTP header 'Accept' (if needed)
1239
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1240
- # HTTP header 'Content-Type'
1241
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1242
- header_params[:'xero-tenant-id'] = xero_tenant_id
1243
-
1244
- # form parameters
1245
- form_params = opts[:form_params] || {}
1246
-
1247
- # http body (model)
1248
- post_body = opts[:body] || @api_client.object_to_http_body(folder)
1249
-
1250
- # return_type
1251
- return_type = opts[:return_type] || 'Folder'
1252
-
1253
- # auth_names
1254
- auth_names = opts[:auth_names] || ['OAuth2']
1255
-
1256
- new_options = opts.merge(
1257
- :header_params => header_params,
1258
- :query_params => query_params,
1259
- :form_params => form_params,
1260
- :body => post_body,
1261
- :auth_names => auth_names,
1262
- :return_type => return_type
1263
- )
1264
-
1265
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
1266
- if @api_client.config.debugging
1267
- @api_client.config.logger.debug "API called: FilesApi#update_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1268
- end
1269
- return data, status_code, headers
1270
- end
1271
-
1272
- # Uploads a File to the inbox
1273
- # @param xero_tenant_id [String] Xero identifier for Tenant
1274
- # @param body [String]
1275
- # @param name [String] exact name of the file you are uploading
1276
- # @param filename [String]
1277
- # @param [Hash] opts the optional parameters
1278
- # @option opts [String] :mime_type
1279
- # @return [FileObject]
1280
- def upload_file(xero_tenant_id, body, name, filename, opts = {})
1281
- data, _status_code, _headers = upload_file_with_http_info(xero_tenant_id, body, name, filename, opts)
1282
- data
1283
- end
1284
-
1285
- # Uploads a File to the inbox
1286
- # @param xero_tenant_id [String] Xero identifier for Tenant
1287
- # @param body [String]
1288
- # @param name [String] exact name of the file you are uploading
1289
- # @param filename [String]
1290
- # @param [Hash] opts the optional parameters
1291
- # @option opts [String] :mime_type
1292
- # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1293
- def upload_file_with_http_info(xero_tenant_id, body, name, filename, options = {})
1294
- opts = options.dup
1295
- if @api_client.config.debugging
1296
- @api_client.config.logger.debug 'Calling API: FilesApi.upload_file ...'
1297
- end
1298
- # verify the required parameter 'xero_tenant_id' is set
1299
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
1300
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file"
1301
- end
1302
- # verify the required parameter 'body' is set
1303
- if @api_client.config.client_side_validation && body.nil?
1304
- fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file"
1305
- end
1306
- # verify the required parameter 'name' is set
1307
- if @api_client.config.client_side_validation && name.nil?
1308
- fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file"
1309
- end
1310
- # verify the required parameter 'filename' is set
1311
- if @api_client.config.client_side_validation && filename.nil?
1312
- fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file"
1313
- end
1314
- # resource path
1315
- local_var_path = '/Files'
1316
-
1317
- # camelize keys of incoming `where` opts
1318
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1319
-
1320
- # query parameters
1321
- query_params = opts[:query_params] || {}
1322
-
1323
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1324
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1325
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1326
-
1327
- # header parameters
1328
- header_params = opts[:header_params] || {}
1329
- # HTTP header 'Accept' (if needed)
1330
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1331
- # HTTP header 'Content-Type'
1332
- header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1333
- header_params[:'xero-tenant-id'] = xero_tenant_id
1334
-
1335
- # form parameters
1336
- form_params = opts[:form_params] || {}
1337
- form_params['body'] = body
1338
- form_params['name'] = name
1339
- form_params['filename'] = filename
1340
- form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
1341
-
1342
- # http body (model)
1343
- post_body = opts[:body]
1344
-
1345
- # return_type
1346
- return_type = opts[:return_type] || 'FileObject'
1347
-
1348
- # auth_names
1349
- auth_names = opts[:auth_names] || ['OAuth2']
1350
-
1351
- new_options = opts.merge(
1352
- :header_params => header_params,
1353
- :query_params => query_params,
1354
- :form_params => form_params,
1355
- :body => post_body,
1356
- :auth_names => auth_names,
1357
- :return_type => return_type
1358
- )
1359
-
1360
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
1361
- if @api_client.config.debugging
1362
- @api_client.config.logger.debug "API called: FilesApi#upload_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1363
- end
1364
- return data, status_code, headers
1365
- end
1366
-
1367
- # Uploads a File to a specific folder
1368
- # @param xero_tenant_id [String] Xero identifier for Tenant
1369
- # @param folder_id [String] pass required folder id to save file to specific folder
1370
- # @param body [String]
1371
- # @param name [String] exact name of the file you are uploading
1372
- # @param filename [String]
1373
- # @param [Hash] opts the optional parameters
1374
- # @option opts [String] :mime_type
1375
- # @return [FileObject]
1376
- def upload_file_to_folder(xero_tenant_id, folder_id, body, name, filename, opts = {})
1377
- data, _status_code, _headers = upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, opts)
1378
- data
1379
- end
1380
-
1381
- # Uploads a File to a specific folder
1382
- # @param xero_tenant_id [String] Xero identifier for Tenant
1383
- # @param folder_id [String] pass required folder id to save file to specific folder
1384
- # @param body [String]
1385
- # @param name [String] exact name of the file you are uploading
1386
- # @param filename [String]
1387
- # @param [Hash] opts the optional parameters
1388
- # @option opts [String] :mime_type
1389
- # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1390
- def upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, options = {})
1391
- opts = options.dup
1392
- if @api_client.config.debugging
1393
- @api_client.config.logger.debug 'Calling API: FilesApi.upload_file_to_folder ...'
1394
- end
1395
- # verify the required parameter 'xero_tenant_id' is set
1396
- if @api_client.config.client_side_validation && xero_tenant_id.nil?
1397
- fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file_to_folder"
1398
- end
1399
- # verify the required parameter 'folder_id' is set
1400
- if @api_client.config.client_side_validation && folder_id.nil?
1401
- fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.upload_file_to_folder"
1402
- end
1403
- # verify the required parameter 'body' is set
1404
- if @api_client.config.client_side_validation && body.nil?
1405
- fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file_to_folder"
1406
- end
1407
- # verify the required parameter 'name' is set
1408
- if @api_client.config.client_side_validation && name.nil?
1409
- fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file_to_folder"
1410
- end
1411
- # verify the required parameter 'filename' is set
1412
- if @api_client.config.client_side_validation && filename.nil?
1413
- fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file_to_folder"
1414
- end
1415
- # resource path
1416
- local_var_path = '/Files/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
1417
-
1418
- # camelize keys of incoming `where` opts
1419
- opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1420
-
1421
- # query parameters
1422
- query_params = opts[:query_params] || {}
1423
-
1424
- # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1425
- query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1426
- query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1427
-
1428
- # header parameters
1429
- header_params = opts[:header_params] || {}
1430
- # HTTP header 'Accept' (if needed)
1431
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1432
- # HTTP header 'Content-Type'
1433
- header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1434
- header_params[:'xero-tenant-id'] = xero_tenant_id
1435
-
1436
- # form parameters
1437
- form_params = opts[:form_params] || {}
1438
- form_params['body'] = body
1439
- form_params['name'] = name
1440
- form_params['filename'] = filename
1441
- form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
1442
-
1443
- # http body (model)
1444
- post_body = opts[:body]
1445
-
1446
- # return_type
1447
- return_type = opts[:return_type] || 'FileObject'
1448
-
1449
- # auth_names
1450
- auth_names = opts[:auth_names] || ['OAuth2']
1451
-
1452
- new_options = opts.merge(
1453
- :header_params => header_params,
1454
- :query_params => query_params,
1455
- :form_params => form_params,
1456
- :body => post_body,
1457
- :auth_names => auth_names,
1458
- :return_type => return_type
1459
- )
1460
-
1461
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
1462
- if @api_client.config.debugging
1463
- @api_client.config.logger.debug "API called: FilesApi#upload_file_to_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1464
- end
1465
- return data, status_code, headers
1466
- end
1467
- end
1468
- end
1
+ =begin
2
+ #Xero Files API
3
+
4
+ #These endpoints are specific to Xero Files API
5
+
6
+ Contact: api@xero.com
7
+ Generated by: https://openapi-generator.tech
8
+ OpenAPI Generator version: 4.3.1
9
+
10
+ =end
11
+
12
+ module XeroRuby
13
+ class FilesApi
14
+ attr_accessor :api_client
15
+
16
+ def initialize(api_client = ApiClient.new)
17
+ @api_client = api_client
18
+ end
19
+ # Creates a new file association
20
+ # By passing in the appropriate options, you can create a new folder
21
+ # @param xero_tenant_id [String] Xero identifier for Tenant
22
+ # @param file_id [String] File id for single object
23
+ # @param [Hash] opts the optional parameters
24
+ # @option opts [Association] :association
25
+ # @return [Association]
26
+ def create_file_association(xero_tenant_id, file_id, opts = {})
27
+ data, _status_code, _headers = create_file_association_with_http_info(xero_tenant_id, file_id, opts)
28
+ data
29
+ end
30
+
31
+ # Creates a new file association
32
+ # By passing in the appropriate options, you can create a new folder
33
+ # @param xero_tenant_id [String] Xero identifier for Tenant
34
+ # @param file_id [String] File id for single object
35
+ # @param [Hash] opts the optional parameters
36
+ # @option opts [Association] :association
37
+ # @return [Array<(Association, Integer, Hash)>] Association data, response status code and response headers
38
+ def create_file_association_with_http_info(xero_tenant_id, file_id, options = {})
39
+ opts = options.dup
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: FilesApi.create_file_association ...'
42
+ end
43
+ # verify the required parameter 'xero_tenant_id' is set
44
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
45
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_file_association"
46
+ end
47
+ # verify the required parameter 'file_id' is set
48
+ if @api_client.config.client_side_validation && file_id.nil?
49
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.create_file_association"
50
+ end
51
+ # resource path
52
+ local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
53
+
54
+ # camelize keys of incoming `where` opts
55
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
56
+
57
+ # query parameters
58
+ query_params = opts[:query_params] || {}
59
+
60
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
61
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
62
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
63
+
64
+ # header parameters
65
+ header_params = opts[:header_params] || {}
66
+ # HTTP header 'Accept' (if needed)
67
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
68
+ # HTTP header 'Content-Type'
69
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
70
+ header_params[:'xero-tenant-id'] = xero_tenant_id
71
+
72
+ # form parameters
73
+ form_params = opts[:form_params] || {}
74
+
75
+ # http body (model)
76
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'association'])
77
+
78
+ # return_type
79
+ return_type = opts[:return_type] || 'Association'
80
+
81
+ # auth_names
82
+ auth_names = opts[:auth_names] || ['OAuth2']
83
+
84
+ new_options = opts.merge(
85
+ :header_params => header_params,
86
+ :query_params => query_params,
87
+ :form_params => form_params,
88
+ :body => post_body,
89
+ :auth_names => auth_names,
90
+ :return_type => return_type
91
+ )
92
+
93
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
94
+ if @api_client.config.debugging
95
+ @api_client.config.logger.debug "API called: FilesApi#create_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
96
+ end
97
+ return data, status_code, headers
98
+ end
99
+
100
+ # Creates a new folder
101
+ # By passing in the appropriate properties, you can create a new folder
102
+ # @param xero_tenant_id [String] Xero identifier for Tenant
103
+ # @param [Hash] opts the optional parameters
104
+ # @option opts [Folder] :folder
105
+ # @return [Folder]
106
+ def create_folder(xero_tenant_id, opts = {})
107
+ data, _status_code, _headers = create_folder_with_http_info(xero_tenant_id, opts)
108
+ data
109
+ end
110
+
111
+ # Creates a new folder
112
+ # By passing in the appropriate properties, you can create a new folder
113
+ # @param xero_tenant_id [String] Xero identifier for Tenant
114
+ # @param [Hash] opts the optional parameters
115
+ # @option opts [Folder] :folder
116
+ # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
117
+ def create_folder_with_http_info(xero_tenant_id, options = {})
118
+ opts = options.dup
119
+ if @api_client.config.debugging
120
+ @api_client.config.logger.debug 'Calling API: FilesApi.create_folder ...'
121
+ end
122
+ # verify the required parameter 'xero_tenant_id' is set
123
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
124
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_folder"
125
+ end
126
+ # resource path
127
+ local_var_path = '/Folders'
128
+
129
+ # camelize keys of incoming `where` opts
130
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
131
+
132
+ # query parameters
133
+ query_params = opts[:query_params] || {}
134
+
135
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
136
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
137
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
138
+
139
+ # header parameters
140
+ header_params = opts[:header_params] || {}
141
+ # HTTP header 'Accept' (if needed)
142
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
143
+ # HTTP header 'Content-Type'
144
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
145
+ header_params[:'xero-tenant-id'] = xero_tenant_id
146
+
147
+ # form parameters
148
+ form_params = opts[:form_params] || {}
149
+
150
+ # http body (model)
151
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'folder'])
152
+
153
+ # return_type
154
+ return_type = opts[:return_type] || 'Folder'
155
+
156
+ # auth_names
157
+ auth_names = opts[:auth_names] || ['OAuth2']
158
+
159
+ new_options = opts.merge(
160
+ :header_params => header_params,
161
+ :query_params => query_params,
162
+ :form_params => form_params,
163
+ :body => post_body,
164
+ :auth_names => auth_names,
165
+ :return_type => return_type
166
+ )
167
+
168
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
169
+ if @api_client.config.debugging
170
+ @api_client.config.logger.debug "API called: FilesApi#create_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
171
+ end
172
+ return data, status_code, headers
173
+ end
174
+
175
+ # Deletes a specific file
176
+ # Delete a specific file
177
+ # @param xero_tenant_id [String] Xero identifier for Tenant
178
+ # @param file_id [String] File id for single object
179
+ # @param [Hash] opts the optional parameters
180
+ # @return [nil]
181
+ def delete_file(xero_tenant_id, file_id, opts = {})
182
+ delete_file_with_http_info(xero_tenant_id, file_id, opts)
183
+ nil
184
+ end
185
+
186
+ # Deletes a specific file
187
+ # Delete a specific file
188
+ # @param xero_tenant_id [String] Xero identifier for Tenant
189
+ # @param file_id [String] File id for single object
190
+ # @param [Hash] opts the optional parameters
191
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
192
+ def delete_file_with_http_info(xero_tenant_id, file_id, options = {})
193
+ opts = options.dup
194
+ if @api_client.config.debugging
195
+ @api_client.config.logger.debug 'Calling API: FilesApi.delete_file ...'
196
+ end
197
+ # verify the required parameter 'xero_tenant_id' is set
198
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
199
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file"
200
+ end
201
+ # verify the required parameter 'file_id' is set
202
+ if @api_client.config.client_side_validation && file_id.nil?
203
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file"
204
+ end
205
+ # resource path
206
+ local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
207
+
208
+ # camelize keys of incoming `where` opts
209
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
210
+
211
+ # query parameters
212
+ query_params = opts[:query_params] || {}
213
+
214
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
215
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
216
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
217
+
218
+ # header parameters
219
+ header_params = opts[:header_params] || {}
220
+ header_params[:'xero-tenant-id'] = xero_tenant_id
221
+
222
+ # form parameters
223
+ form_params = opts[:form_params] || {}
224
+
225
+ # http body (model)
226
+ post_body = opts[:body]
227
+
228
+ # return_type
229
+ return_type = opts[:return_type]
230
+
231
+ # auth_names
232
+ auth_names = opts[:auth_names] || ['OAuth2']
233
+
234
+ new_options = opts.merge(
235
+ :header_params => header_params,
236
+ :query_params => query_params,
237
+ :form_params => form_params,
238
+ :body => post_body,
239
+ :auth_names => auth_names,
240
+ :return_type => return_type
241
+ )
242
+
243
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
244
+ if @api_client.config.debugging
245
+ @api_client.config.logger.debug "API called: FilesApi#delete_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
246
+ end
247
+ return data, status_code, headers
248
+ end
249
+
250
+ # Deletes an existing file association
251
+ # By passing in the appropriate options, you can create a new folder
252
+ # @param xero_tenant_id [String] Xero identifier for Tenant
253
+ # @param file_id [String] File id for single object
254
+ # @param object_id [String] Object id for single object
255
+ # @param [Hash] opts the optional parameters
256
+ # @return [nil]
257
+ def delete_file_association(xero_tenant_id, file_id, object_id, opts = {})
258
+ delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts)
259
+ nil
260
+ end
261
+
262
+ # Deletes an existing file association
263
+ # By passing in the appropriate options, you can create a new folder
264
+ # @param xero_tenant_id [String] Xero identifier for Tenant
265
+ # @param file_id [String] File id for single object
266
+ # @param object_id [String] Object id for single object
267
+ # @param [Hash] opts the optional parameters
268
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
269
+ def delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, options = {})
270
+ opts = options.dup
271
+ if @api_client.config.debugging
272
+ @api_client.config.logger.debug 'Calling API: FilesApi.delete_file_association ...'
273
+ end
274
+ # verify the required parameter 'xero_tenant_id' is set
275
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
276
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file_association"
277
+ end
278
+ # verify the required parameter 'file_id' is set
279
+ if @api_client.config.client_side_validation && file_id.nil?
280
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file_association"
281
+ end
282
+ # verify the required parameter 'object_id' is set
283
+ if @api_client.config.client_side_validation && object_id.nil?
284
+ fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.delete_file_association"
285
+ end
286
+ # resource path
287
+ local_var_path = '/Files/{FileId}/Associations/{ObjectId}'.sub('{' + 'FileId' + '}', file_id.to_s).sub('{' + 'ObjectId' + '}', object_id.to_s)
288
+
289
+ # camelize keys of incoming `where` opts
290
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
291
+
292
+ # query parameters
293
+ query_params = opts[:query_params] || {}
294
+
295
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
296
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
297
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
298
+
299
+ # header parameters
300
+ header_params = opts[:header_params] || {}
301
+ header_params[:'xero-tenant-id'] = xero_tenant_id
302
+
303
+ # form parameters
304
+ form_params = opts[:form_params] || {}
305
+
306
+ # http body (model)
307
+ post_body = opts[:body]
308
+
309
+ # return_type
310
+ return_type = opts[:return_type]
311
+
312
+ # auth_names
313
+ auth_names = opts[:auth_names] || ['OAuth2']
314
+
315
+ new_options = opts.merge(
316
+ :header_params => header_params,
317
+ :query_params => query_params,
318
+ :form_params => form_params,
319
+ :body => post_body,
320
+ :auth_names => auth_names,
321
+ :return_type => return_type
322
+ )
323
+
324
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
325
+ if @api_client.config.debugging
326
+ @api_client.config.logger.debug "API called: FilesApi#delete_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
327
+ end
328
+ return data, status_code, headers
329
+ end
330
+
331
+ # Deletes a folder
332
+ # By passing in the appropriate ID, you can delete a folder
333
+ # @param xero_tenant_id [String] Xero identifier for Tenant
334
+ # @param folder_id [String] Folder id for single object
335
+ # @param [Hash] opts the optional parameters
336
+ # @return [nil]
337
+ def delete_folder(xero_tenant_id, folder_id, opts = {})
338
+ delete_folder_with_http_info(xero_tenant_id, folder_id, opts)
339
+ nil
340
+ end
341
+
342
+ # Deletes a folder
343
+ # By passing in the appropriate ID, you can delete a folder
344
+ # @param xero_tenant_id [String] Xero identifier for Tenant
345
+ # @param folder_id [String] Folder id for single object
346
+ # @param [Hash] opts the optional parameters
347
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
348
+ def delete_folder_with_http_info(xero_tenant_id, folder_id, options = {})
349
+ opts = options.dup
350
+ if @api_client.config.debugging
351
+ @api_client.config.logger.debug 'Calling API: FilesApi.delete_folder ...'
352
+ end
353
+ # verify the required parameter 'xero_tenant_id' is set
354
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
355
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_folder"
356
+ end
357
+ # verify the required parameter 'folder_id' is set
358
+ if @api_client.config.client_side_validation && folder_id.nil?
359
+ fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.delete_folder"
360
+ end
361
+ # resource path
362
+ local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
363
+
364
+ # camelize keys of incoming `where` opts
365
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
366
+
367
+ # query parameters
368
+ query_params = opts[:query_params] || {}
369
+
370
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
371
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
372
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
373
+
374
+ # header parameters
375
+ header_params = opts[:header_params] || {}
376
+ header_params[:'xero-tenant-id'] = xero_tenant_id
377
+
378
+ # form parameters
379
+ form_params = opts[:form_params] || {}
380
+
381
+ # http body (model)
382
+ post_body = opts[:body]
383
+
384
+ # return_type
385
+ return_type = opts[:return_type]
386
+
387
+ # auth_names
388
+ auth_names = opts[:auth_names] || ['OAuth2']
389
+
390
+ new_options = opts.merge(
391
+ :header_params => header_params,
392
+ :query_params => query_params,
393
+ :form_params => form_params,
394
+ :body => post_body,
395
+ :auth_names => auth_names,
396
+ :return_type => return_type
397
+ )
398
+
399
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
400
+ if @api_client.config.debugging
401
+ @api_client.config.logger.debug "API called: FilesApi#delete_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
402
+ end
403
+ return data, status_code, headers
404
+ end
405
+
406
+ # Retrieves an association object using a unique object ID
407
+ # By passing in the appropriate options, you can retrieve an association
408
+ # @param xero_tenant_id [String] Xero identifier for Tenant
409
+ # @param object_id [String] Object id for single object
410
+ # @param [Hash] opts the optional parameters
411
+ # @return [Array<Association>]
412
+ def get_associations_by_object(xero_tenant_id, object_id, opts = {})
413
+ data, _status_code, _headers = get_associations_by_object_with_http_info(xero_tenant_id, object_id, opts)
414
+ data
415
+ end
416
+
417
+ # Retrieves an association object using a unique object ID
418
+ # By passing in the appropriate options, you can retrieve an association
419
+ # @param xero_tenant_id [String] Xero identifier for Tenant
420
+ # @param object_id [String] Object id for single object
421
+ # @param [Hash] opts the optional parameters
422
+ # @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
423
+ def get_associations_by_object_with_http_info(xero_tenant_id, object_id, options = {})
424
+ opts = options.dup
425
+ if @api_client.config.debugging
426
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_associations_by_object ...'
427
+ end
428
+ # verify the required parameter 'xero_tenant_id' is set
429
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
430
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_associations_by_object"
431
+ end
432
+ # verify the required parameter 'object_id' is set
433
+ if @api_client.config.client_side_validation && object_id.nil?
434
+ fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.get_associations_by_object"
435
+ end
436
+ # resource path
437
+ local_var_path = '/Associations/{ObjectId}'.sub('{' + 'ObjectId' + '}', object_id.to_s)
438
+
439
+ # camelize keys of incoming `where` opts
440
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
441
+
442
+ # query parameters
443
+ query_params = opts[:query_params] || {}
444
+
445
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
446
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
447
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
448
+
449
+ # header parameters
450
+ header_params = opts[:header_params] || {}
451
+ # HTTP header 'Accept' (if needed)
452
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
453
+ header_params[:'xero-tenant-id'] = xero_tenant_id
454
+
455
+ # form parameters
456
+ form_params = opts[:form_params] || {}
457
+
458
+ # http body (model)
459
+ post_body = opts[:body]
460
+
461
+ # return_type
462
+ return_type = opts[:return_type] || 'Array<Association>'
463
+
464
+ # auth_names
465
+ auth_names = opts[:auth_names] || ['OAuth2']
466
+
467
+ new_options = opts.merge(
468
+ :header_params => header_params,
469
+ :query_params => query_params,
470
+ :form_params => form_params,
471
+ :body => post_body,
472
+ :auth_names => auth_names,
473
+ :return_type => return_type
474
+ )
475
+
476
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
477
+ if @api_client.config.debugging
478
+ @api_client.config.logger.debug "API called: FilesApi#get_associations_by_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
479
+ end
480
+ return data, status_code, headers
481
+ end
482
+
483
+ # Retrieves a count of associations for a list of objects.
484
+ # By passing in the appropriate options, you can retrieve the association count for objects
485
+ # @param xero_tenant_id [String] Xero identifier for Tenant
486
+ # @param object_ids [Array<String>] A comma-separated list of object ids
487
+ # @param [Hash] opts the optional parameters
488
+ # @return [Object]
489
+ def get_associations_count(xero_tenant_id, object_ids, opts = {})
490
+ data, _status_code, _headers = get_associations_count_with_http_info(xero_tenant_id, object_ids, opts)
491
+ data
492
+ end
493
+
494
+ # Retrieves a count of associations for a list of objects.
495
+ # By passing in the appropriate options, you can retrieve the association count for objects
496
+ # @param xero_tenant_id [String] Xero identifier for Tenant
497
+ # @param object_ids [Array<String>] A comma-separated list of object ids
498
+ # @param [Hash] opts the optional parameters
499
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
500
+ def get_associations_count_with_http_info(xero_tenant_id, object_ids, options = {})
501
+ opts = options.dup
502
+ if @api_client.config.debugging
503
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_associations_count ...'
504
+ end
505
+ # verify the required parameter 'xero_tenant_id' is set
506
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
507
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_associations_count"
508
+ end
509
+ # verify the required parameter 'object_ids' is set
510
+ if @api_client.config.client_side_validation && object_ids.nil?
511
+ fail ArgumentError, "Missing the required parameter 'object_ids' when calling FilesApi.get_associations_count"
512
+ end
513
+ # resource path
514
+ local_var_path = '/Associations/Count'
515
+
516
+ # camelize keys of incoming `where` opts
517
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
518
+
519
+ # query parameters
520
+ query_params = opts[:query_params] || {}
521
+ query_params[:'ObjectIds'] = @api_client.build_collection_param(object_ids, :multi)
522
+
523
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
524
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
525
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
526
+
527
+ # header parameters
528
+ header_params = opts[:header_params] || {}
529
+ # HTTP header 'Accept' (if needed)
530
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
531
+ header_params[:'xero-tenant-id'] = xero_tenant_id
532
+
533
+ # form parameters
534
+ form_params = opts[:form_params] || {}
535
+
536
+ # http body (model)
537
+ post_body = opts[:body]
538
+
539
+ # return_type
540
+ return_type = opts[:return_type] || 'Object'
541
+
542
+ # auth_names
543
+ auth_names = opts[:auth_names] || ['OAuth2']
544
+
545
+ new_options = opts.merge(
546
+ :header_params => header_params,
547
+ :query_params => query_params,
548
+ :form_params => form_params,
549
+ :body => post_body,
550
+ :auth_names => auth_names,
551
+ :return_type => return_type
552
+ )
553
+
554
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
555
+ if @api_client.config.debugging
556
+ @api_client.config.logger.debug "API called: FilesApi#get_associations_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
557
+ end
558
+ return data, status_code, headers
559
+ end
560
+
561
+ # Retrieves a file by a unique file ID
562
+ # @param xero_tenant_id [String] Xero identifier for Tenant
563
+ # @param file_id [String] File id for single object
564
+ # @param [Hash] opts the optional parameters
565
+ # @return [FileObject]
566
+ def get_file(xero_tenant_id, file_id, opts = {})
567
+ data, _status_code, _headers = get_file_with_http_info(xero_tenant_id, file_id, opts)
568
+ data
569
+ end
570
+
571
+ # Retrieves a file by a unique file ID
572
+ # @param xero_tenant_id [String] Xero identifier for Tenant
573
+ # @param file_id [String] File id for single object
574
+ # @param [Hash] opts the optional parameters
575
+ # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
576
+ def get_file_with_http_info(xero_tenant_id, file_id, options = {})
577
+ opts = options.dup
578
+ if @api_client.config.debugging
579
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_file ...'
580
+ end
581
+ # verify the required parameter 'xero_tenant_id' is set
582
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
583
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file"
584
+ end
585
+ # verify the required parameter 'file_id' is set
586
+ if @api_client.config.client_side_validation && file_id.nil?
587
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file"
588
+ end
589
+ # resource path
590
+ local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
591
+
592
+ # camelize keys of incoming `where` opts
593
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
594
+
595
+ # query parameters
596
+ query_params = opts[:query_params] || {}
597
+
598
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
599
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
600
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
601
+
602
+ # header parameters
603
+ header_params = opts[:header_params] || {}
604
+ # HTTP header 'Accept' (if needed)
605
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
606
+ header_params[:'xero-tenant-id'] = xero_tenant_id
607
+
608
+ # form parameters
609
+ form_params = opts[:form_params] || {}
610
+
611
+ # http body (model)
612
+ post_body = opts[:body]
613
+
614
+ # return_type
615
+ return_type = opts[:return_type] || 'FileObject'
616
+
617
+ # auth_names
618
+ auth_names = opts[:auth_names] || ['OAuth2']
619
+
620
+ new_options = opts.merge(
621
+ :header_params => header_params,
622
+ :query_params => query_params,
623
+ :form_params => form_params,
624
+ :body => post_body,
625
+ :auth_names => auth_names,
626
+ :return_type => return_type
627
+ )
628
+
629
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
630
+ if @api_client.config.debugging
631
+ @api_client.config.logger.debug "API called: FilesApi#get_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
632
+ end
633
+ return data, status_code, headers
634
+ end
635
+
636
+ # Retrieves a specific file associations
637
+ # By passing in the appropriate options,
638
+ # @param xero_tenant_id [String] Xero identifier for Tenant
639
+ # @param file_id [String] File id for single object
640
+ # @param [Hash] opts the optional parameters
641
+ # @return [Array<Association>]
642
+ def get_file_associations(xero_tenant_id, file_id, opts = {})
643
+ data, _status_code, _headers = get_file_associations_with_http_info(xero_tenant_id, file_id, opts)
644
+ data
645
+ end
646
+
647
+ # Retrieves a specific file associations
648
+ # By passing in the appropriate options,
649
+ # @param xero_tenant_id [String] Xero identifier for Tenant
650
+ # @param file_id [String] File id for single object
651
+ # @param [Hash] opts the optional parameters
652
+ # @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
653
+ def get_file_associations_with_http_info(xero_tenant_id, file_id, options = {})
654
+ opts = options.dup
655
+ if @api_client.config.debugging
656
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_file_associations ...'
657
+ end
658
+ # verify the required parameter 'xero_tenant_id' is set
659
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
660
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_associations"
661
+ end
662
+ # verify the required parameter 'file_id' is set
663
+ if @api_client.config.client_side_validation && file_id.nil?
664
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_associations"
665
+ end
666
+ # resource path
667
+ local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
668
+
669
+ # camelize keys of incoming `where` opts
670
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
671
+
672
+ # query parameters
673
+ query_params = opts[:query_params] || {}
674
+
675
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
676
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
677
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
678
+
679
+ # header parameters
680
+ header_params = opts[:header_params] || {}
681
+ # HTTP header 'Accept' (if needed)
682
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
683
+ header_params[:'xero-tenant-id'] = xero_tenant_id
684
+
685
+ # form parameters
686
+ form_params = opts[:form_params] || {}
687
+
688
+ # http body (model)
689
+ post_body = opts[:body]
690
+
691
+ # return_type
692
+ return_type = opts[:return_type] || 'Array<Association>'
693
+
694
+ # auth_names
695
+ auth_names = opts[:auth_names] || ['OAuth2']
696
+
697
+ new_options = opts.merge(
698
+ :header_params => header_params,
699
+ :query_params => query_params,
700
+ :form_params => form_params,
701
+ :body => post_body,
702
+ :auth_names => auth_names,
703
+ :return_type => return_type
704
+ )
705
+
706
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
707
+ if @api_client.config.debugging
708
+ @api_client.config.logger.debug "API called: FilesApi#get_file_associations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
709
+ end
710
+ return data, status_code, headers
711
+ end
712
+
713
+ # Retrieves the content of a specific file
714
+ # By passing in the appropriate options, retrieve data for specific file
715
+ # @param xero_tenant_id [String] Xero identifier for Tenant
716
+ # @param file_id [String] File id for single object
717
+ # @param [Hash] opts the optional parameters
718
+ # @return [File]
719
+ def get_file_content(xero_tenant_id, file_id, opts = {})
720
+ data, _status_code, _headers = get_file_content_with_http_info(xero_tenant_id, file_id, opts)
721
+ data
722
+ end
723
+
724
+ # Retrieves the content of a specific file
725
+ # By passing in the appropriate options, retrieve data for specific file
726
+ # @param xero_tenant_id [String] Xero identifier for Tenant
727
+ # @param file_id [String] File id for single object
728
+ # @param [Hash] opts the optional parameters
729
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
730
+ def get_file_content_with_http_info(xero_tenant_id, file_id, options = {})
731
+ opts = options.dup
732
+ if @api_client.config.debugging
733
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_file_content ...'
734
+ end
735
+ # verify the required parameter 'xero_tenant_id' is set
736
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
737
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_content"
738
+ end
739
+ # verify the required parameter 'file_id' is set
740
+ if @api_client.config.client_side_validation && file_id.nil?
741
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_content"
742
+ end
743
+ # resource path
744
+ local_var_path = '/Files/{FileId}/Content'.sub('{' + 'FileId' + '}', file_id.to_s)
745
+
746
+ # camelize keys of incoming `where` opts
747
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
748
+
749
+ # query parameters
750
+ query_params = opts[:query_params] || {}
751
+
752
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
753
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
754
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
755
+
756
+ # header parameters
757
+ header_params = opts[:header_params] || {}
758
+ # HTTP header 'Accept' (if needed)
759
+ header_params['Accept'] = @api_client.select_header_accept(['application/octet-stream'])
760
+ header_params[:'xero-tenant-id'] = xero_tenant_id
761
+
762
+ # form parameters
763
+ form_params = opts[:form_params] || {}
764
+
765
+ # http body (model)
766
+ post_body = opts[:body]
767
+
768
+ # return_type
769
+ return_type = opts[:return_type] || 'File'
770
+
771
+ # auth_names
772
+ auth_names = opts[:auth_names] || ['OAuth2']
773
+
774
+ new_options = opts.merge(
775
+ :header_params => header_params,
776
+ :query_params => query_params,
777
+ :form_params => form_params,
778
+ :body => post_body,
779
+ :auth_names => auth_names,
780
+ :return_type => return_type
781
+ )
782
+
783
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
784
+ if @api_client.config.debugging
785
+ @api_client.config.logger.debug "API called: FilesApi#get_file_content\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
786
+ end
787
+ return data, status_code, headers
788
+ end
789
+
790
+ # Retrieves files
791
+ # @param xero_tenant_id [String] Xero identifier for Tenant
792
+ # @param [Hash] opts the optional parameters
793
+ # @option opts [Integer] :pagesize pass an optional page size value
794
+ # @option opts [Integer] :page number of records to skip for pagination
795
+ # @option opts [String] :sort values to sort by
796
+ # @return [Files]
797
+ def get_files(xero_tenant_id, opts = {})
798
+ data, _status_code, _headers = get_files_with_http_info(xero_tenant_id, opts)
799
+ data
800
+ end
801
+
802
+ # Retrieves files
803
+ # @param xero_tenant_id [String] Xero identifier for Tenant
804
+ # @param [Hash] opts the optional parameters
805
+ # @option opts [Integer] :pagesize pass an optional page size value
806
+ # @option opts [Integer] :page number of records to skip for pagination
807
+ # @option opts [String] :sort values to sort by
808
+ # @return [Array<(Files, Integer, Hash)>] Files data, response status code and response headers
809
+ def get_files_with_http_info(xero_tenant_id, options = {})
810
+ opts = options.dup
811
+ if @api_client.config.debugging
812
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_files ...'
813
+ end
814
+ # verify the required parameter 'xero_tenant_id' is set
815
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
816
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_files"
817
+ end
818
+ if @api_client.config.client_side_validation && !opts[:'pagesize'].nil? && opts[:'pagesize'] > 100
819
+ fail ArgumentError, 'invalid value for "opts[:"pagesize"]" when calling FilesApi.get_files, must be smaller than or equal to 100.'
820
+ end
821
+
822
+ if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
823
+ fail ArgumentError, 'invalid value for "opts[:"page"]" when calling FilesApi.get_files, must be greater than or equal to 1.'
824
+ end
825
+
826
+ allowable_values = ["Name", "Size", "CreatedDateUTC"]
827
+ if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
828
+ fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
829
+ end
830
+ # resource path
831
+ local_var_path = '/Files'
832
+
833
+ # camelize keys of incoming `where` opts
834
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
835
+
836
+ # query parameters
837
+ query_params = opts[:query_params] || {}
838
+ query_params[:'pagesize'] = opts[:'pagesize'] if !opts[:'pagesize'].nil?
839
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
840
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
841
+
842
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
843
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
844
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
845
+
846
+ # header parameters
847
+ header_params = opts[:header_params] || {}
848
+ # HTTP header 'Accept' (if needed)
849
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
850
+ header_params[:'xero-tenant-id'] = xero_tenant_id
851
+
852
+ # form parameters
853
+ form_params = opts[:form_params] || {}
854
+
855
+ # http body (model)
856
+ post_body = opts[:body]
857
+
858
+ # return_type
859
+ return_type = opts[:return_type] || 'Files'
860
+
861
+ # auth_names
862
+ auth_names = opts[:auth_names] || ['OAuth2']
863
+
864
+ new_options = opts.merge(
865
+ :header_params => header_params,
866
+ :query_params => query_params,
867
+ :form_params => form_params,
868
+ :body => post_body,
869
+ :auth_names => auth_names,
870
+ :return_type => return_type
871
+ )
872
+
873
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
874
+ if @api_client.config.debugging
875
+ @api_client.config.logger.debug "API called: FilesApi#get_files\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
876
+ end
877
+ return data, status_code, headers
878
+ end
879
+
880
+ # Retrieves specific folder by using a unique folder ID
881
+ # By passing in the appropriate ID, you can search for specific folder
882
+ # @param xero_tenant_id [String] Xero identifier for Tenant
883
+ # @param folder_id [String] Folder id for single object
884
+ # @param [Hash] opts the optional parameters
885
+ # @return [Folder]
886
+ def get_folder(xero_tenant_id, folder_id, opts = {})
887
+ data, _status_code, _headers = get_folder_with_http_info(xero_tenant_id, folder_id, opts)
888
+ data
889
+ end
890
+
891
+ # Retrieves specific folder by using a unique folder ID
892
+ # By passing in the appropriate ID, you can search for specific folder
893
+ # @param xero_tenant_id [String] Xero identifier for Tenant
894
+ # @param folder_id [String] Folder id for single object
895
+ # @param [Hash] opts the optional parameters
896
+ # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
897
+ def get_folder_with_http_info(xero_tenant_id, folder_id, options = {})
898
+ opts = options.dup
899
+ if @api_client.config.debugging
900
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_folder ...'
901
+ end
902
+ # verify the required parameter 'xero_tenant_id' is set
903
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
904
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folder"
905
+ end
906
+ # verify the required parameter 'folder_id' is set
907
+ if @api_client.config.client_side_validation && folder_id.nil?
908
+ fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.get_folder"
909
+ end
910
+ # resource path
911
+ local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
912
+
913
+ # camelize keys of incoming `where` opts
914
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
915
+
916
+ # query parameters
917
+ query_params = opts[:query_params] || {}
918
+
919
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
920
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
921
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
922
+
923
+ # header parameters
924
+ header_params = opts[:header_params] || {}
925
+ # HTTP header 'Accept' (if needed)
926
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
927
+ header_params[:'xero-tenant-id'] = xero_tenant_id
928
+
929
+ # form parameters
930
+ form_params = opts[:form_params] || {}
931
+
932
+ # http body (model)
933
+ post_body = opts[:body]
934
+
935
+ # return_type
936
+ return_type = opts[:return_type] || 'Folder'
937
+
938
+ # auth_names
939
+ auth_names = opts[:auth_names] || ['OAuth2']
940
+
941
+ new_options = opts.merge(
942
+ :header_params => header_params,
943
+ :query_params => query_params,
944
+ :form_params => form_params,
945
+ :body => post_body,
946
+ :auth_names => auth_names,
947
+ :return_type => return_type
948
+ )
949
+
950
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
951
+ if @api_client.config.debugging
952
+ @api_client.config.logger.debug "API called: FilesApi#get_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
953
+ end
954
+ return data, status_code, headers
955
+ end
956
+
957
+ # Retrieves folders
958
+ # By passing in the appropriate options, you can search for available folders
959
+ # @param xero_tenant_id [String] Xero identifier for Tenant
960
+ # @param [Hash] opts the optional parameters
961
+ # @option opts [String] :sort values to sort by
962
+ # @return [Array<Folder>]
963
+ def get_folders(xero_tenant_id, opts = {})
964
+ data, _status_code, _headers = get_folders_with_http_info(xero_tenant_id, opts)
965
+ data
966
+ end
967
+
968
+ # Retrieves folders
969
+ # By passing in the appropriate options, you can search for available folders
970
+ # @param xero_tenant_id [String] Xero identifier for Tenant
971
+ # @param [Hash] opts the optional parameters
972
+ # @option opts [String] :sort values to sort by
973
+ # @return [Array<(Array<Folder>, Integer, Hash)>] Array<Folder> data, response status code and response headers
974
+ def get_folders_with_http_info(xero_tenant_id, options = {})
975
+ opts = options.dup
976
+ if @api_client.config.debugging
977
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_folders ...'
978
+ end
979
+ # verify the required parameter 'xero_tenant_id' is set
980
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
981
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folders"
982
+ end
983
+ allowable_values = ["Name", "Size", "CreatedDateUTC"]
984
+ if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
985
+ fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
986
+ end
987
+ # resource path
988
+ local_var_path = '/Folders'
989
+
990
+ # camelize keys of incoming `where` opts
991
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
992
+
993
+ # query parameters
994
+ query_params = opts[:query_params] || {}
995
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
996
+
997
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
998
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
999
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1000
+
1001
+ # header parameters
1002
+ header_params = opts[:header_params] || {}
1003
+ # HTTP header 'Accept' (if needed)
1004
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1005
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1006
+
1007
+ # form parameters
1008
+ form_params = opts[:form_params] || {}
1009
+
1010
+ # http body (model)
1011
+ post_body = opts[:body]
1012
+
1013
+ # return_type
1014
+ return_type = opts[:return_type] || 'Array<Folder>'
1015
+
1016
+ # auth_names
1017
+ auth_names = opts[:auth_names] || ['OAuth2']
1018
+
1019
+ new_options = opts.merge(
1020
+ :header_params => header_params,
1021
+ :query_params => query_params,
1022
+ :form_params => form_params,
1023
+ :body => post_body,
1024
+ :auth_names => auth_names,
1025
+ :return_type => return_type
1026
+ )
1027
+
1028
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
1029
+ if @api_client.config.debugging
1030
+ @api_client.config.logger.debug "API called: FilesApi#get_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1031
+ end
1032
+ return data, status_code, headers
1033
+ end
1034
+
1035
+ # Retrieves inbox folder
1036
+ # Search for the user inbox
1037
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1038
+ # @param [Hash] opts the optional parameters
1039
+ # @return [Folder]
1040
+ def get_inbox(xero_tenant_id, opts = {})
1041
+ data, _status_code, _headers = get_inbox_with_http_info(xero_tenant_id, opts)
1042
+ data
1043
+ end
1044
+
1045
+ # Retrieves inbox folder
1046
+ # Search for the user inbox
1047
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1048
+ # @param [Hash] opts the optional parameters
1049
+ # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
1050
+ def get_inbox_with_http_info(xero_tenant_id, options = {})
1051
+ opts = options.dup
1052
+ if @api_client.config.debugging
1053
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_inbox ...'
1054
+ end
1055
+ # verify the required parameter 'xero_tenant_id' is set
1056
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1057
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_inbox"
1058
+ end
1059
+ # resource path
1060
+ local_var_path = '/Inbox'
1061
+
1062
+ # camelize keys of incoming `where` opts
1063
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1064
+
1065
+ # query parameters
1066
+ query_params = opts[:query_params] || {}
1067
+
1068
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1069
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1070
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1071
+
1072
+ # header parameters
1073
+ header_params = opts[:header_params] || {}
1074
+ # HTTP header 'Accept' (if needed)
1075
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1076
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1077
+
1078
+ # form parameters
1079
+ form_params = opts[:form_params] || {}
1080
+
1081
+ # http body (model)
1082
+ post_body = opts[:body]
1083
+
1084
+ # return_type
1085
+ return_type = opts[:return_type] || 'Folder'
1086
+
1087
+ # auth_names
1088
+ auth_names = opts[:auth_names] || ['OAuth2']
1089
+
1090
+ new_options = opts.merge(
1091
+ :header_params => header_params,
1092
+ :query_params => query_params,
1093
+ :form_params => form_params,
1094
+ :body => post_body,
1095
+ :auth_names => auth_names,
1096
+ :return_type => return_type
1097
+ )
1098
+
1099
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
1100
+ if @api_client.config.debugging
1101
+ @api_client.config.logger.debug "API called: FilesApi#get_inbox\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1102
+ end
1103
+ return data, status_code, headers
1104
+ end
1105
+
1106
+ # Update a file
1107
+ # Updates file properties of a single file
1108
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1109
+ # @param file_id [String] File id for single object
1110
+ # @param [Hash] opts the optional parameters
1111
+ # @option opts [FileObject] :file_object
1112
+ # @return [FileObject]
1113
+ def update_file(xero_tenant_id, file_id, opts = {})
1114
+ data, _status_code, _headers = update_file_with_http_info(xero_tenant_id, file_id, opts)
1115
+ data
1116
+ end
1117
+
1118
+ # Update a file
1119
+ # Updates file properties of a single file
1120
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1121
+ # @param file_id [String] File id for single object
1122
+ # @param [Hash] opts the optional parameters
1123
+ # @option opts [FileObject] :file_object
1124
+ # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1125
+ def update_file_with_http_info(xero_tenant_id, file_id, options = {})
1126
+ opts = options.dup
1127
+ if @api_client.config.debugging
1128
+ @api_client.config.logger.debug 'Calling API: FilesApi.update_file ...'
1129
+ end
1130
+ # verify the required parameter 'xero_tenant_id' is set
1131
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1132
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_file"
1133
+ end
1134
+ # verify the required parameter 'file_id' is set
1135
+ if @api_client.config.client_side_validation && file_id.nil?
1136
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.update_file"
1137
+ end
1138
+ # resource path
1139
+ local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
1140
+
1141
+ # camelize keys of incoming `where` opts
1142
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1143
+
1144
+ # query parameters
1145
+ query_params = opts[:query_params] || {}
1146
+
1147
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1148
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1149
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1150
+
1151
+ # header parameters
1152
+ header_params = opts[:header_params] || {}
1153
+ # HTTP header 'Accept' (if needed)
1154
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1155
+ # HTTP header 'Content-Type'
1156
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1157
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1158
+
1159
+ # form parameters
1160
+ form_params = opts[:form_params] || {}
1161
+
1162
+ # http body (model)
1163
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'file_object'])
1164
+
1165
+ # return_type
1166
+ return_type = opts[:return_type] || 'FileObject'
1167
+
1168
+ # auth_names
1169
+ auth_names = opts[:auth_names] || ['OAuth2']
1170
+
1171
+ new_options = opts.merge(
1172
+ :header_params => header_params,
1173
+ :query_params => query_params,
1174
+ :form_params => form_params,
1175
+ :body => post_body,
1176
+ :auth_names => auth_names,
1177
+ :return_type => return_type
1178
+ )
1179
+
1180
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
1181
+ if @api_client.config.debugging
1182
+ @api_client.config.logger.debug "API called: FilesApi#update_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1183
+ end
1184
+ return data, status_code, headers
1185
+ end
1186
+
1187
+ # Updates an existing folder
1188
+ # By passing in the appropriate ID and properties, you can update a folder
1189
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1190
+ # @param folder_id [String] Folder id for single object
1191
+ # @param folder [Folder]
1192
+ # @param [Hash] opts the optional parameters
1193
+ # @return [Folder]
1194
+ def update_folder(xero_tenant_id, folder_id, folder, opts = {})
1195
+ data, _status_code, _headers = update_folder_with_http_info(xero_tenant_id, folder_id, folder, opts)
1196
+ data
1197
+ end
1198
+
1199
+ # Updates an existing folder
1200
+ # By passing in the appropriate ID and properties, you can update a folder
1201
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1202
+ # @param folder_id [String] Folder id for single object
1203
+ # @param folder [Folder]
1204
+ # @param [Hash] opts the optional parameters
1205
+ # @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
1206
+ def update_folder_with_http_info(xero_tenant_id, folder_id, folder, options = {})
1207
+ opts = options.dup
1208
+ if @api_client.config.debugging
1209
+ @api_client.config.logger.debug 'Calling API: FilesApi.update_folder ...'
1210
+ end
1211
+ # verify the required parameter 'xero_tenant_id' is set
1212
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1213
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_folder"
1214
+ end
1215
+ # verify the required parameter 'folder_id' is set
1216
+ if @api_client.config.client_side_validation && folder_id.nil?
1217
+ fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.update_folder"
1218
+ end
1219
+ # verify the required parameter 'folder' is set
1220
+ if @api_client.config.client_side_validation && folder.nil?
1221
+ fail ArgumentError, "Missing the required parameter 'folder' when calling FilesApi.update_folder"
1222
+ end
1223
+ # resource path
1224
+ local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
1225
+
1226
+ # camelize keys of incoming `where` opts
1227
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1228
+
1229
+ # query parameters
1230
+ query_params = opts[:query_params] || {}
1231
+
1232
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1233
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1234
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1235
+
1236
+ # header parameters
1237
+ header_params = opts[:header_params] || {}
1238
+ # HTTP header 'Accept' (if needed)
1239
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1240
+ # HTTP header 'Content-Type'
1241
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1242
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1243
+
1244
+ # form parameters
1245
+ form_params = opts[:form_params] || {}
1246
+
1247
+ # http body (model)
1248
+ post_body = opts[:body] || @api_client.object_to_http_body(folder)
1249
+
1250
+ # return_type
1251
+ return_type = opts[:return_type] || 'Folder'
1252
+
1253
+ # auth_names
1254
+ auth_names = opts[:auth_names] || ['OAuth2']
1255
+
1256
+ new_options = opts.merge(
1257
+ :header_params => header_params,
1258
+ :query_params => query_params,
1259
+ :form_params => form_params,
1260
+ :body => post_body,
1261
+ :auth_names => auth_names,
1262
+ :return_type => return_type
1263
+ )
1264
+
1265
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
1266
+ if @api_client.config.debugging
1267
+ @api_client.config.logger.debug "API called: FilesApi#update_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1268
+ end
1269
+ return data, status_code, headers
1270
+ end
1271
+
1272
+ # Uploads a File to the inbox
1273
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1274
+ # @param body [String]
1275
+ # @param name [String] exact name of the file you are uploading
1276
+ # @param filename [String]
1277
+ # @param [Hash] opts the optional parameters
1278
+ # @option opts [String] :mime_type
1279
+ # @return [FileObject]
1280
+ def upload_file(xero_tenant_id, body, name, filename, opts = {})
1281
+ data, _status_code, _headers = upload_file_with_http_info(xero_tenant_id, body, name, filename, opts)
1282
+ data
1283
+ end
1284
+
1285
+ # Uploads a File to the inbox
1286
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1287
+ # @param body [String]
1288
+ # @param name [String] exact name of the file you are uploading
1289
+ # @param filename [String]
1290
+ # @param [Hash] opts the optional parameters
1291
+ # @option opts [String] :mime_type
1292
+ # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1293
+ def upload_file_with_http_info(xero_tenant_id, body, name, filename, options = {})
1294
+ opts = options.dup
1295
+ if @api_client.config.debugging
1296
+ @api_client.config.logger.debug 'Calling API: FilesApi.upload_file ...'
1297
+ end
1298
+ # verify the required parameter 'xero_tenant_id' is set
1299
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1300
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file"
1301
+ end
1302
+ # verify the required parameter 'body' is set
1303
+ if @api_client.config.client_side_validation && body.nil?
1304
+ fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file"
1305
+ end
1306
+ # verify the required parameter 'name' is set
1307
+ if @api_client.config.client_side_validation && name.nil?
1308
+ fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file"
1309
+ end
1310
+ # verify the required parameter 'filename' is set
1311
+ if @api_client.config.client_side_validation && filename.nil?
1312
+ fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file"
1313
+ end
1314
+ # resource path
1315
+ local_var_path = '/Files'
1316
+
1317
+ # camelize keys of incoming `where` opts
1318
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1319
+
1320
+ # query parameters
1321
+ query_params = opts[:query_params] || {}
1322
+
1323
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1324
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1325
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1326
+
1327
+ # header parameters
1328
+ header_params = opts[:header_params] || {}
1329
+ # HTTP header 'Accept' (if needed)
1330
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1331
+ # HTTP header 'Content-Type'
1332
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1333
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1334
+
1335
+ # form parameters
1336
+ form_params = opts[:form_params] || {}
1337
+ form_params['body'] = body
1338
+ form_params['name'] = name
1339
+ form_params['filename'] = filename
1340
+ form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
1341
+
1342
+ # http body (model)
1343
+ post_body = opts[:body]
1344
+
1345
+ # return_type
1346
+ return_type = opts[:return_type] || 'FileObject'
1347
+
1348
+ # auth_names
1349
+ auth_names = opts[:auth_names] || ['OAuth2']
1350
+
1351
+ new_options = opts.merge(
1352
+ :header_params => header_params,
1353
+ :query_params => query_params,
1354
+ :form_params => form_params,
1355
+ :body => post_body,
1356
+ :auth_names => auth_names,
1357
+ :return_type => return_type
1358
+ )
1359
+
1360
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
1361
+ if @api_client.config.debugging
1362
+ @api_client.config.logger.debug "API called: FilesApi#upload_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1363
+ end
1364
+ return data, status_code, headers
1365
+ end
1366
+
1367
+ # Uploads a File to a specific folder
1368
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1369
+ # @param folder_id [String] pass required folder id to save file to specific folder
1370
+ # @param body [String]
1371
+ # @param name [String] exact name of the file you are uploading
1372
+ # @param filename [String]
1373
+ # @param [Hash] opts the optional parameters
1374
+ # @option opts [String] :mime_type
1375
+ # @return [FileObject]
1376
+ def upload_file_to_folder(xero_tenant_id, folder_id, body, name, filename, opts = {})
1377
+ data, _status_code, _headers = upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, opts)
1378
+ data
1379
+ end
1380
+
1381
+ # Uploads a File to a specific folder
1382
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1383
+ # @param folder_id [String] pass required folder id to save file to specific folder
1384
+ # @param body [String]
1385
+ # @param name [String] exact name of the file you are uploading
1386
+ # @param filename [String]
1387
+ # @param [Hash] opts the optional parameters
1388
+ # @option opts [String] :mime_type
1389
+ # @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
1390
+ def upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, options = {})
1391
+ opts = options.dup
1392
+ if @api_client.config.debugging
1393
+ @api_client.config.logger.debug 'Calling API: FilesApi.upload_file_to_folder ...'
1394
+ end
1395
+ # verify the required parameter 'xero_tenant_id' is set
1396
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1397
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file_to_folder"
1398
+ end
1399
+ # verify the required parameter 'folder_id' is set
1400
+ if @api_client.config.client_side_validation && folder_id.nil?
1401
+ fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.upload_file_to_folder"
1402
+ end
1403
+ # verify the required parameter 'body' is set
1404
+ if @api_client.config.client_side_validation && body.nil?
1405
+ fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file_to_folder"
1406
+ end
1407
+ # verify the required parameter 'name' is set
1408
+ if @api_client.config.client_side_validation && name.nil?
1409
+ fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file_to_folder"
1410
+ end
1411
+ # verify the required parameter 'filename' is set
1412
+ if @api_client.config.client_side_validation && filename.nil?
1413
+ fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file_to_folder"
1414
+ end
1415
+ # resource path
1416
+ local_var_path = '/Files/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
1417
+
1418
+ # camelize keys of incoming `where` opts
1419
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1420
+
1421
+ # query parameters
1422
+ query_params = opts[:query_params] || {}
1423
+
1424
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1425
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1426
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1427
+
1428
+ # header parameters
1429
+ header_params = opts[:header_params] || {}
1430
+ # HTTP header 'Accept' (if needed)
1431
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1432
+ # HTTP header 'Content-Type'
1433
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1434
+ header_params[:'xero-tenant-id'] = xero_tenant_id
1435
+
1436
+ # form parameters
1437
+ form_params = opts[:form_params] || {}
1438
+ form_params['body'] = body
1439
+ form_params['name'] = name
1440
+ form_params['filename'] = filename
1441
+ form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
1442
+
1443
+ # http body (model)
1444
+ post_body = opts[:body]
1445
+
1446
+ # return_type
1447
+ return_type = opts[:return_type] || 'FileObject'
1448
+
1449
+ # auth_names
1450
+ auth_names = opts[:auth_names] || ['OAuth2']
1451
+
1452
+ new_options = opts.merge(
1453
+ :header_params => header_params,
1454
+ :query_params => query_params,
1455
+ :form_params => form_params,
1456
+ :body => post_body,
1457
+ :auth_names => auth_names,
1458
+ :return_type => return_type
1459
+ )
1460
+
1461
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
1462
+ if @api_client.config.debugging
1463
+ @api_client.config.logger.debug "API called: FilesApi#upload_file_to_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1464
+ end
1465
+ return data, status_code, headers
1466
+ end
1467
+ end
1468
+ end