xero-ruby 2.4.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (898) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +76 -0
  3. data/CONTRIBUTING.md +82 -0
  4. data/Gemfile +9 -0
  5. data/Gemfile.lock +68 -0
  6. data/LICENSE +21 -0
  7. data/README.md +2 -2
  8. data/Rakefile +10 -0
  9. data/build_notes.md +52 -0
  10. data/docs/accounting/Account.md +55 -0
  11. data/docs/accounting/AccountType.md +16 -0
  12. data/docs/accounting/AccountingApi.md +15310 -0
  13. data/docs/accounting/Accounts.md +17 -0
  14. data/docs/accounting/AccountsPayable.md +19 -0
  15. data/docs/accounting/AccountsReceivable.md +19 -0
  16. data/docs/accounting/Action.md +19 -0
  17. data/docs/accounting/Actions.md +17 -0
  18. data/docs/accounting/Address.md +35 -0
  19. data/docs/accounting/AddressForOrganisation.md +35 -0
  20. data/docs/accounting/Allocation.md +31 -0
  21. data/docs/accounting/Allocations.md +17 -0
  22. data/docs/accounting/Attachment.md +27 -0
  23. data/docs/accounting/Attachments.md +17 -0
  24. data/docs/accounting/BalanceDetails.md +21 -0
  25. data/docs/accounting/Balances.md +19 -0
  26. data/docs/accounting/BankTransaction.md +59 -0
  27. data/docs/accounting/BankTransactions.md +17 -0
  28. data/docs/accounting/BankTransfer.md +37 -0
  29. data/docs/accounting/BankTransfers.md +17 -0
  30. data/docs/accounting/BatchPayment.md +47 -0
  31. data/docs/accounting/BatchPaymentDetails.md +25 -0
  32. data/docs/accounting/BatchPayments.md +17 -0
  33. data/docs/accounting/Bill.md +19 -0
  34. data/docs/accounting/BrandingTheme.md +27 -0
  35. data/docs/accounting/BrandingThemes.md +17 -0
  36. data/docs/accounting/CISOrgSetting.md +21 -0
  37. data/docs/accounting/CISSetting.md +19 -0
  38. data/docs/accounting/CISSettings.md +17 -0
  39. data/docs/accounting/Contact.md +93 -0
  40. data/docs/accounting/ContactGroup.md +23 -0
  41. data/docs/accounting/ContactGroups.md +17 -0
  42. data/docs/accounting/ContactPerson.md +23 -0
  43. data/docs/accounting/Contacts.md +17 -0
  44. data/docs/accounting/ConversionBalances.md +21 -0
  45. data/docs/accounting/ConversionDate.md +19 -0
  46. data/docs/accounting/CountryCode.md +16 -0
  47. data/docs/accounting/CreditNote.md +73 -0
  48. data/docs/accounting/CreditNotes.md +17 -0
  49. data/docs/accounting/Currencies.md +17 -0
  50. data/docs/accounting/Currency.md +19 -0
  51. data/docs/accounting/CurrencyCode.md +16 -0
  52. data/docs/accounting/Element.md +31 -0
  53. data/docs/accounting/Employee.md +31 -0
  54. data/docs/accounting/Employees.md +17 -0
  55. data/docs/accounting/Error.md +23 -0
  56. data/docs/accounting/ExpenseClaim.md +39 -0
  57. data/docs/accounting/ExpenseClaims.md +17 -0
  58. data/docs/accounting/ExternalLink.md +21 -0
  59. data/docs/accounting/HistoryRecord.md +23 -0
  60. data/docs/accounting/HistoryRecords.md +17 -0
  61. data/docs/accounting/ImportSummary.md +19 -0
  62. data/docs/accounting/ImportSummaryAccounts.md +33 -0
  63. data/docs/accounting/ImportSummaryObject.md +17 -0
  64. data/docs/accounting/ImportSummaryOrganisation.md +17 -0
  65. data/docs/accounting/Invoice.md +95 -0
  66. data/docs/accounting/InvoiceReminder.md +17 -0
  67. data/docs/accounting/InvoiceReminders.md +17 -0
  68. data/docs/accounting/Invoices.md +17 -0
  69. data/docs/accounting/Item.md +47 -0
  70. data/docs/accounting/Items.md +17 -0
  71. data/docs/accounting/Journal.md +31 -0
  72. data/docs/accounting/JournalLine.md +39 -0
  73. data/docs/accounting/Journals.md +17 -0
  74. data/docs/accounting/LineAmountTypes.md +16 -0
  75. data/docs/accounting/LineItem.md +41 -0
  76. data/docs/accounting/LineItemTracking.md +23 -0
  77. data/docs/accounting/LinkedTransaction.md +37 -0
  78. data/docs/accounting/LinkedTransactions.md +17 -0
  79. data/docs/accounting/ManualJournal.md +43 -0
  80. data/docs/accounting/ManualJournalLine.md +31 -0
  81. data/docs/accounting/ManualJournals.md +17 -0
  82. data/docs/accounting/OnlineInvoice.md +17 -0
  83. data/docs/accounting/OnlineInvoices.md +17 -0
  84. data/docs/accounting/Organisation.md +81 -0
  85. data/docs/accounting/Organisations.md +17 -0
  86. data/docs/accounting/Overpayment.md +53 -0
  87. data/docs/accounting/Overpayments.md +17 -0
  88. data/docs/accounting/Payment.md +63 -0
  89. data/docs/accounting/PaymentDelete.md +17 -0
  90. data/docs/accounting/PaymentService.md +27 -0
  91. data/docs/accounting/PaymentServices.md +17 -0
  92. data/docs/accounting/PaymentTerm.md +19 -0
  93. data/docs/accounting/PaymentTermType.md +16 -0
  94. data/docs/accounting/Payments.md +17 -0
  95. data/docs/accounting/Phone.md +23 -0
  96. data/docs/accounting/Prepayment.md +53 -0
  97. data/docs/accounting/Prepayments.md +17 -0
  98. data/docs/accounting/Purchase.md +23 -0
  99. data/docs/accounting/PurchaseOrder.md +71 -0
  100. data/docs/accounting/PurchaseOrders.md +17 -0
  101. data/docs/accounting/Quote.md +63 -0
  102. data/docs/accounting/QuoteLineAmountTypes.md +16 -0
  103. data/docs/accounting/QuoteStatusCodes.md +16 -0
  104. data/docs/accounting/Quotes.md +17 -0
  105. data/docs/accounting/Receipt.md +51 -0
  106. data/docs/accounting/Receipts.md +17 -0
  107. data/docs/accounting/RepeatingInvoice.md +47 -0
  108. data/docs/accounting/RepeatingInvoices.md +17 -0
  109. data/docs/accounting/Report.md +29 -0
  110. data/docs/accounting/ReportAttribute.md +19 -0
  111. data/docs/accounting/ReportCell.md +19 -0
  112. data/docs/accounting/ReportFields.md +21 -0
  113. data/docs/accounting/ReportRow.md +21 -0
  114. data/docs/accounting/ReportRows.md +23 -0
  115. data/docs/accounting/ReportWithRow.md +33 -0
  116. data/docs/accounting/ReportWithRows.md +17 -0
  117. data/docs/accounting/Reports.md +17 -0
  118. data/docs/accounting/RequestEmpty.md +17 -0
  119. data/docs/accounting/RowType.md +16 -0
  120. data/docs/accounting/SalesTrackingCategory.md +19 -0
  121. data/docs/accounting/Schedule.md +29 -0
  122. data/docs/accounting/Setup.md +21 -0
  123. data/docs/accounting/TaxComponent.md +23 -0
  124. data/docs/accounting/TaxRate.md +39 -0
  125. data/docs/accounting/TaxRates.md +17 -0
  126. data/docs/accounting/TaxType.md +16 -0
  127. data/docs/accounting/TenNinetyNineContact.md +59 -0
  128. data/docs/accounting/TimeZone.md +16 -0
  129. data/docs/accounting/TrackingCategories.md +17 -0
  130. data/docs/accounting/TrackingCategory.md +27 -0
  131. data/docs/accounting/TrackingOption.md +23 -0
  132. data/docs/accounting/TrackingOptions.md +17 -0
  133. data/docs/accounting/User.md +29 -0
  134. data/docs/accounting/Users.md +17 -0
  135. data/docs/accounting/ValidationError.md +17 -0
  136. data/docs/assets/Asset.md +47 -0
  137. data/docs/assets/AssetApi.md +426 -0
  138. data/docs/assets/AssetStatus.md +16 -0
  139. data/docs/assets/AssetStatusQueryParam.md +16 -0
  140. data/docs/assets/AssetType.md +29 -0
  141. data/docs/assets/Assets.md +19 -0
  142. data/docs/assets/BookDepreciationDetail.md +29 -0
  143. data/docs/assets/BookDepreciationSetting.md +31 -0
  144. data/docs/assets/Error.md +25 -0
  145. data/docs/assets/FieldValidationErrorsElement.md +27 -0
  146. data/docs/assets/Pagination.md +23 -0
  147. data/docs/assets/ResourceValidationErrorsElement.md +25 -0
  148. data/docs/assets/Setting.md +31 -0
  149. data/docs/files/Association.md +23 -0
  150. data/docs/files/FileObject.md +31 -0
  151. data/docs/files/FileResponse204.md +17 -0
  152. data/docs/files/Files.md +23 -0
  153. data/docs/files/FilesApi.md +1116 -0
  154. data/docs/files/Folder.md +25 -0
  155. data/docs/files/Folders.md +17 -0
  156. data/docs/files/InlineObject.md +23 -0
  157. data/docs/files/ObjectGroup.md +16 -0
  158. data/docs/files/ObjectType.md +16 -0
  159. data/docs/files/User.md +25 -0
  160. data/docs/payroll_au/APIException.md +21 -0
  161. data/docs/payroll_au/Account.md +23 -0
  162. data/docs/payroll_au/AccountType.md +16 -0
  163. data/docs/payroll_au/AllowanceType.md +16 -0
  164. data/docs/payroll_au/BankAccount.md +27 -0
  165. data/docs/payroll_au/CalendarType.md +16 -0
  166. data/docs/payroll_au/DeductionLine.md +25 -0
  167. data/docs/payroll_au/DeductionType.md +33 -0
  168. data/docs/payroll_au/DeductionTypeCalculationType.md +16 -0
  169. data/docs/payroll_au/EarningsLine.md +33 -0
  170. data/docs/payroll_au/EarningsRate.md +49 -0
  171. data/docs/payroll_au/EarningsRateCalculationType.md +16 -0
  172. data/docs/payroll_au/EarningsType.md +16 -0
  173. data/docs/payroll_au/Employee.md +77 -0
  174. data/docs/payroll_au/EmployeeStatus.md +16 -0
  175. data/docs/payroll_au/Employees.md +17 -0
  176. data/docs/payroll_au/EmploymentBasis.md +16 -0
  177. data/docs/payroll_au/EmploymentTerminationPaymentType.md +16 -0
  178. data/docs/payroll_au/EntitlementFinalPayPayoutType.md +16 -0
  179. data/docs/payroll_au/HomeAddress.md +27 -0
  180. data/docs/payroll_au/LeaveAccrualLine.md +21 -0
  181. data/docs/payroll_au/LeaveApplication.md +35 -0
  182. data/docs/payroll_au/LeaveApplications.md +17 -0
  183. data/docs/payroll_au/LeaveBalance.md +23 -0
  184. data/docs/payroll_au/LeaveEarningsLine.md +21 -0
  185. data/docs/payroll_au/LeaveLine.md +31 -0
  186. data/docs/payroll_au/LeaveLineCalculationType.md +16 -0
  187. data/docs/payroll_au/LeaveLines.md +17 -0
  188. data/docs/payroll_au/LeavePeriod.md +23 -0
  189. data/docs/payroll_au/LeavePeriodStatus.md +16 -0
  190. data/docs/payroll_au/LeaveType.md +33 -0
  191. data/docs/payroll_au/LeaveTypeContributionType.md +16 -0
  192. data/docs/payroll_au/ManualTaxType.md +16 -0
  193. data/docs/payroll_au/OpeningBalances.md +29 -0
  194. data/docs/payroll_au/PayItem.md +23 -0
  195. data/docs/payroll_au/PayItems.md +17 -0
  196. data/docs/payroll_au/PayRun.md +47 -0
  197. data/docs/payroll_au/PayRunStatus.md +16 -0
  198. data/docs/payroll_au/PayRuns.md +17 -0
  199. data/docs/payroll_au/PayTemplate.md +25 -0
  200. data/docs/payroll_au/PaymentFrequencyType.md +16 -0
  201. data/docs/payroll_au/PayrollAuApi.md +2018 -0
  202. data/docs/payroll_au/PayrollCalendar.md +29 -0
  203. data/docs/payroll_au/PayrollCalendars.md +17 -0
  204. data/docs/payroll_au/Payslip.md +53 -0
  205. data/docs/payroll_au/PayslipLines.md +31 -0
  206. data/docs/payroll_au/PayslipObject.md +17 -0
  207. data/docs/payroll_au/PayslipSummary.md +39 -0
  208. data/docs/payroll_au/Payslips.md +17 -0
  209. data/docs/payroll_au/RateType.md +16 -0
  210. data/docs/payroll_au/ReimbursementLine.md +23 -0
  211. data/docs/payroll_au/ReimbursementLines.md +17 -0
  212. data/docs/payroll_au/ReimbursementType.md +25 -0
  213. data/docs/payroll_au/ResidencyStatus.md +16 -0
  214. data/docs/payroll_au/Settings.md +21 -0
  215. data/docs/payroll_au/SettingsObject.md +17 -0
  216. data/docs/payroll_au/SettingsTrackingCategories.md +19 -0
  217. data/docs/payroll_au/SettingsTrackingCategoriesEmployeeGroups.md +19 -0
  218. data/docs/payroll_au/SettingsTrackingCategoriesTimesheetCategories.md +19 -0
  219. data/docs/payroll_au/State.md +16 -0
  220. data/docs/payroll_au/SuperFund.md +41 -0
  221. data/docs/payroll_au/SuperFundProduct.md +23 -0
  222. data/docs/payroll_au/SuperFundProducts.md +17 -0
  223. data/docs/payroll_au/SuperFundType.md +16 -0
  224. data/docs/payroll_au/SuperFunds.md +17 -0
  225. data/docs/payroll_au/SuperLine.md +31 -0
  226. data/docs/payroll_au/SuperMembership.md +21 -0
  227. data/docs/payroll_au/SuperannuationCalculationType.md +16 -0
  228. data/docs/payroll_au/SuperannuationContributionType.md +16 -0
  229. data/docs/payroll_au/SuperannuationLine.md +33 -0
  230. data/docs/payroll_au/TFNExemptionType.md +16 -0
  231. data/docs/payroll_au/TaxDeclaration.md +47 -0
  232. data/docs/payroll_au/TaxLine.md +27 -0
  233. data/docs/payroll_au/Timesheet.md +33 -0
  234. data/docs/payroll_au/TimesheetLine.md +23 -0
  235. data/docs/payroll_au/TimesheetObject.md +17 -0
  236. data/docs/payroll_au/TimesheetStatus.md +16 -0
  237. data/docs/payroll_au/Timesheets.md +17 -0
  238. data/docs/payroll_au/ValidationError.md +17 -0
  239. data/docs/payroll_nz/Account.md +23 -0
  240. data/docs/payroll_nz/Accounts.md +17 -0
  241. data/docs/payroll_nz/Address.md +27 -0
  242. data/docs/payroll_nz/BankAccount.md +31 -0
  243. data/docs/payroll_nz/Benefit.md +35 -0
  244. data/docs/payroll_nz/CalendarType.md +16 -0
  245. data/docs/payroll_nz/Deduction.md +27 -0
  246. data/docs/payroll_nz/DeductionLine.md +25 -0
  247. data/docs/payroll_nz/DeductionObject.md +21 -0
  248. data/docs/payroll_nz/Deductions.md +21 -0
  249. data/docs/payroll_nz/EarningsLine.md +35 -0
  250. data/docs/payroll_nz/EarningsOrder.md +25 -0
  251. data/docs/payroll_nz/EarningsOrderObject.md +21 -0
  252. data/docs/payroll_nz/EarningsOrders.md +21 -0
  253. data/docs/payroll_nz/EarningsRate.md +35 -0
  254. data/docs/payroll_nz/EarningsRateObject.md +21 -0
  255. data/docs/payroll_nz/EarningsRates.md +21 -0
  256. data/docs/payroll_nz/EarningsTemplate.md +27 -0
  257. data/docs/payroll_nz/EarningsTemplateObject.md +21 -0
  258. data/docs/payroll_nz/Employee.md +43 -0
  259. data/docs/payroll_nz/EmployeeEarningsTemplates.md +21 -0
  260. data/docs/payroll_nz/EmployeeLeave.md +29 -0
  261. data/docs/payroll_nz/EmployeeLeaveBalance.md +23 -0
  262. data/docs/payroll_nz/EmployeeLeaveBalances.md +21 -0
  263. data/docs/payroll_nz/EmployeeLeaveObject.md +21 -0
  264. data/docs/payroll_nz/EmployeeLeaveSetup.md +29 -0
  265. data/docs/payroll_nz/EmployeeLeaveSetupObject.md +21 -0
  266. data/docs/payroll_nz/EmployeeLeaveType.md +35 -0
  267. data/docs/payroll_nz/EmployeeLeaveTypeObject.md +21 -0
  268. data/docs/payroll_nz/EmployeeLeaveTypes.md +21 -0
  269. data/docs/payroll_nz/EmployeeLeaves.md +21 -0
  270. data/docs/payroll_nz/EmployeeObject.md +21 -0
  271. data/docs/payroll_nz/EmployeeOpeningBalance.md +23 -0
  272. data/docs/payroll_nz/EmployeeOpeningBalancesObject.md +21 -0
  273. data/docs/payroll_nz/EmployeePayTemplate.md +19 -0
  274. data/docs/payroll_nz/EmployeePayTemplateObject.md +21 -0
  275. data/docs/payroll_nz/EmployeePayTemplates.md +21 -0
  276. data/docs/payroll_nz/EmployeeStatutoryLeaveBalance.md +21 -0
  277. data/docs/payroll_nz/EmployeeStatutoryLeaveBalanceObject.md +21 -0
  278. data/docs/payroll_nz/EmployeeStatutoryLeaveSummary.md +29 -0
  279. data/docs/payroll_nz/EmployeeStatutoryLeavesSummaries.md +21 -0
  280. data/docs/payroll_nz/EmployeeStatutorySickLeave.md +47 -0
  281. data/docs/payroll_nz/EmployeeStatutorySickLeaveObject.md +21 -0
  282. data/docs/payroll_nz/EmployeeStatutorySickLeaves.md +21 -0
  283. data/docs/payroll_nz/EmployeeTax.md +47 -0
  284. data/docs/payroll_nz/EmployeeTaxObject.md +21 -0
  285. data/docs/payroll_nz/Employees.md +21 -0
  286. data/docs/payroll_nz/Employment.md +21 -0
  287. data/docs/payroll_nz/EmploymentObject.md +21 -0
  288. data/docs/payroll_nz/GrossEarningsHistory.md +19 -0
  289. data/docs/payroll_nz/InvalidField.md +19 -0
  290. data/docs/payroll_nz/LeaveAccrualLine.md +19 -0
  291. data/docs/payroll_nz/LeaveEarningsLine.md +35 -0
  292. data/docs/payroll_nz/LeavePeriod.md +23 -0
  293. data/docs/payroll_nz/LeavePeriods.md +21 -0
  294. data/docs/payroll_nz/LeaveType.md +27 -0
  295. data/docs/payroll_nz/LeaveTypeObject.md +21 -0
  296. data/docs/payroll_nz/LeaveTypes.md +21 -0
  297. data/docs/payroll_nz/Pagination.md +23 -0
  298. data/docs/payroll_nz/PayRun.md +39 -0
  299. data/docs/payroll_nz/PayRunCalendar.md +29 -0
  300. data/docs/payroll_nz/PayRunCalendarObject.md +21 -0
  301. data/docs/payroll_nz/PayRunCalendars.md +21 -0
  302. data/docs/payroll_nz/PayRunObject.md +21 -0
  303. data/docs/payroll_nz/PayRuns.md +21 -0
  304. data/docs/payroll_nz/PaySlip.md +75 -0
  305. data/docs/payroll_nz/PaySlipObject.md +21 -0
  306. data/docs/payroll_nz/PaySlips.md +21 -0
  307. data/docs/payroll_nz/PaymentLine.md +25 -0
  308. data/docs/payroll_nz/PaymentMethod.md +19 -0
  309. data/docs/payroll_nz/PaymentMethodObject.md +21 -0
  310. data/docs/payroll_nz/PayrollNzApi.md +4544 -0
  311. data/docs/payroll_nz/Problem.md +27 -0
  312. data/docs/payroll_nz/Reimbursement.md +33 -0
  313. data/docs/payroll_nz/ReimbursementLine.md +25 -0
  314. data/docs/payroll_nz/ReimbursementObject.md +21 -0
  315. data/docs/payroll_nz/Reimbursements.md +21 -0
  316. data/docs/payroll_nz/SalaryAndWage.md +35 -0
  317. data/docs/payroll_nz/SalaryAndWageObject.md +21 -0
  318. data/docs/payroll_nz/SalaryAndWages.md +21 -0
  319. data/docs/payroll_nz/Settings.md +21 -0
  320. data/docs/payroll_nz/StatutoryDeduction.md +25 -0
  321. data/docs/payroll_nz/StatutoryDeductionCategory.md +16 -0
  322. data/docs/payroll_nz/StatutoryDeductionLine.md +23 -0
  323. data/docs/payroll_nz/StatutoryDeductionObject.md +21 -0
  324. data/docs/payroll_nz/StatutoryDeductions.md +21 -0
  325. data/docs/payroll_nz/SuperannuationLine.md +27 -0
  326. data/docs/payroll_nz/SuperannuationObject.md +21 -0
  327. data/docs/payroll_nz/Superannuations.md +21 -0
  328. data/docs/payroll_nz/TaxCode.md +16 -0
  329. data/docs/payroll_nz/TaxLine.md +25 -0
  330. data/docs/payroll_nz/TaxSettings.md +27 -0
  331. data/docs/payroll_nz/Timesheet.md +33 -0
  332. data/docs/payroll_nz/TimesheetEarningsLine.md +35 -0
  333. data/docs/payroll_nz/TimesheetLine.md +25 -0
  334. data/docs/payroll_nz/TimesheetLineObject.md +21 -0
  335. data/docs/payroll_nz/TimesheetObject.md +21 -0
  336. data/docs/payroll_nz/Timesheets.md +21 -0
  337. data/docs/payroll_nz/TrackingCategories.md +21 -0
  338. data/docs/payroll_nz/TrackingCategory.md +19 -0
  339. data/docs/payroll_uk/Account.md +23 -0
  340. data/docs/payroll_uk/Accounts.md +17 -0
  341. data/docs/payroll_uk/Address.md +25 -0
  342. data/docs/payroll_uk/BankAccount.md +21 -0
  343. data/docs/payroll_uk/Benefit.md +43 -0
  344. data/docs/payroll_uk/BenefitLine.md +25 -0
  345. data/docs/payroll_uk/BenefitObject.md +21 -0
  346. data/docs/payroll_uk/Benefits.md +21 -0
  347. data/docs/payroll_uk/CourtOrderLine.md +19 -0
  348. data/docs/payroll_uk/Deduction.md +47 -0
  349. data/docs/payroll_uk/DeductionLine.md +23 -0
  350. data/docs/payroll_uk/DeductionObject.md +21 -0
  351. data/docs/payroll_uk/Deductions.md +21 -0
  352. data/docs/payroll_uk/EarningsLine.md +33 -0
  353. data/docs/payroll_uk/EarningsOrder.md +25 -0
  354. data/docs/payroll_uk/EarningsOrderObject.md +21 -0
  355. data/docs/payroll_uk/EarningsOrders.md +21 -0
  356. data/docs/payroll_uk/EarningsRate.md +35 -0
  357. data/docs/payroll_uk/EarningsRateObject.md +21 -0
  358. data/docs/payroll_uk/EarningsRates.md +21 -0
  359. data/docs/payroll_uk/EarningsTemplate.md +27 -0
  360. data/docs/payroll_uk/EarningsTemplateObject.md +21 -0
  361. data/docs/payroll_uk/Employee.md +45 -0
  362. data/docs/payroll_uk/EmployeeLeave.md +29 -0
  363. data/docs/payroll_uk/EmployeeLeaveBalance.md +23 -0
  364. data/docs/payroll_uk/EmployeeLeaveBalances.md +21 -0
  365. data/docs/payroll_uk/EmployeeLeaveObject.md +21 -0
  366. data/docs/payroll_uk/EmployeeLeaveType.md +27 -0
  367. data/docs/payroll_uk/EmployeeLeaveTypeObject.md +21 -0
  368. data/docs/payroll_uk/EmployeeLeaveTypes.md +21 -0
  369. data/docs/payroll_uk/EmployeeLeaves.md +21 -0
  370. data/docs/payroll_uk/EmployeeObject.md +21 -0
  371. data/docs/payroll_uk/EmployeeOpeningBalances.md +27 -0
  372. data/docs/payroll_uk/EmployeeOpeningBalancesObject.md +21 -0
  373. data/docs/payroll_uk/EmployeePayTemplate.md +19 -0
  374. data/docs/payroll_uk/EmployeePayTemplateObject.md +21 -0
  375. data/docs/payroll_uk/EmployeePayTemplates.md +21 -0
  376. data/docs/payroll_uk/EmployeeStatutoryLeaveBalance.md +21 -0
  377. data/docs/payroll_uk/EmployeeStatutoryLeaveBalanceObject.md +21 -0
  378. data/docs/payroll_uk/EmployeeStatutoryLeaveSummary.md +29 -0
  379. data/docs/payroll_uk/EmployeeStatutoryLeavesSummaries.md +21 -0
  380. data/docs/payroll_uk/EmployeeStatutorySickLeave.md +47 -0
  381. data/docs/payroll_uk/EmployeeStatutorySickLeaveObject.md +21 -0
  382. data/docs/payroll_uk/EmployeeStatutorySickLeaves.md +21 -0
  383. data/docs/payroll_uk/EmployeeTax.md +37 -0
  384. data/docs/payroll_uk/EmployeeTaxObject.md +21 -0
  385. data/docs/payroll_uk/Employees.md +21 -0
  386. data/docs/payroll_uk/Employment.md +23 -0
  387. data/docs/payroll_uk/EmploymentObject.md +21 -0
  388. data/docs/payroll_uk/InvalidField.md +19 -0
  389. data/docs/payroll_uk/LeaveAccrualLine.md +19 -0
  390. data/docs/payroll_uk/LeaveEarningsLine.md +27 -0
  391. data/docs/payroll_uk/LeavePeriod.md +23 -0
  392. data/docs/payroll_uk/LeavePeriods.md +21 -0
  393. data/docs/payroll_uk/LeaveType.md +31 -0
  394. data/docs/payroll_uk/LeaveTypeObject.md +21 -0
  395. data/docs/payroll_uk/LeaveTypes.md +21 -0
  396. data/docs/payroll_uk/Pagination.md +23 -0
  397. data/docs/payroll_uk/PayRun.md +39 -0
  398. data/docs/payroll_uk/PayRunCalendar.md +29 -0
  399. data/docs/payroll_uk/PayRunCalendarObject.md +21 -0
  400. data/docs/payroll_uk/PayRunCalendars.md +21 -0
  401. data/docs/payroll_uk/PayRunObject.md +21 -0
  402. data/docs/payroll_uk/PayRuns.md +21 -0
  403. data/docs/payroll_uk/PaymentLine.md +25 -0
  404. data/docs/payroll_uk/PaymentMethod.md +19 -0
  405. data/docs/payroll_uk/PaymentMethodObject.md +21 -0
  406. data/docs/payroll_uk/PayrollUkApi.md +4683 -0
  407. data/docs/payroll_uk/Payslip.md +71 -0
  408. data/docs/payroll_uk/PayslipObject.md +21 -0
  409. data/docs/payroll_uk/Payslips.md +21 -0
  410. data/docs/payroll_uk/Problem.md +27 -0
  411. data/docs/payroll_uk/Reimbursement.md +23 -0
  412. data/docs/payroll_uk/ReimbursementLine.md +21 -0
  413. data/docs/payroll_uk/ReimbursementObject.md +21 -0
  414. data/docs/payroll_uk/Reimbursements.md +21 -0
  415. data/docs/payroll_uk/SalaryAndWage.md +33 -0
  416. data/docs/payroll_uk/SalaryAndWageObject.md +21 -0
  417. data/docs/payroll_uk/SalaryAndWages.md +21 -0
  418. data/docs/payroll_uk/Settings.md +21 -0
  419. data/docs/payroll_uk/StatutoryDeduction.md +25 -0
  420. data/docs/payroll_uk/StatutoryDeductionCategory.md +16 -0
  421. data/docs/payroll_uk/TaxLine.md +27 -0
  422. data/docs/payroll_uk/Timesheet.md +33 -0
  423. data/docs/payroll_uk/TimesheetEarningsLine.md +27 -0
  424. data/docs/payroll_uk/TimesheetLine.md +25 -0
  425. data/docs/payroll_uk/TimesheetLineObject.md +21 -0
  426. data/docs/payroll_uk/TimesheetObject.md +21 -0
  427. data/docs/payroll_uk/Timesheets.md +21 -0
  428. data/docs/payroll_uk/TrackingCategories.md +21 -0
  429. data/docs/payroll_uk/TrackingCategory.md +19 -0
  430. data/docs/projects/Amount.md +19 -0
  431. data/docs/projects/ChargeType.md +16 -0
  432. data/docs/projects/CurrencyCode.md +16 -0
  433. data/docs/projects/Error.md +19 -0
  434. data/docs/projects/Pagination.md +23 -0
  435. data/docs/projects/Project.md +59 -0
  436. data/docs/projects/ProjectApi.md +956 -0
  437. data/docs/projects/ProjectCreateOrUpdate.md +23 -0
  438. data/docs/projects/ProjectPatch.md +17 -0
  439. data/docs/projects/ProjectStatus.md +16 -0
  440. data/docs/projects/ProjectUser.md +21 -0
  441. data/docs/projects/ProjectUsers.md +19 -0
  442. data/docs/projects/Projects.md +19 -0
  443. data/docs/projects/Task.md +45 -0
  444. data/docs/projects/TaskCreateOrUpdate.md +23 -0
  445. data/docs/projects/Tasks.md +19 -0
  446. data/docs/projects/TimeEntries.md +19 -0
  447. data/docs/projects/TimeEntry.md +33 -0
  448. data/docs/projects/TimeEntryCreateOrUpdate.md +25 -0
  449. data/git_push.sh +55 -0
  450. data/lib/xero-ruby.rb +2 -1
  451. data/lib/xero-ruby/api/accounting_api.rb +1 -1
  452. data/lib/xero-ruby/api/asset_api.rb +1 -1
  453. data/lib/xero-ruby/api/files_api.rb +1 -1
  454. data/lib/xero-ruby/api/payroll_au_api.rb +1 -1
  455. data/lib/xero-ruby/api/payroll_nz_api.rb +1 -1
  456. data/lib/xero-ruby/api/payroll_uk_api.rb +1 -1
  457. data/lib/xero-ruby/api/project_api.rb +1 -1
  458. data/lib/xero-ruby/api_client.rb +31 -27
  459. data/lib/xero-ruby/api_error.rb +4 -3
  460. data/lib/xero-ruby/configuration.rb +1 -1
  461. data/lib/xero-ruby/models/accounting/account.rb +1 -1
  462. data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
  463. data/lib/xero-ruby/models/accounting/accounts.rb +1 -1
  464. data/lib/xero-ruby/models/accounting/accounts_payable.rb +1 -1
  465. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +1 -1
  466. data/lib/xero-ruby/models/accounting/action.rb +1 -1
  467. data/lib/xero-ruby/models/accounting/actions.rb +1 -1
  468. data/lib/xero-ruby/models/accounting/address.rb +3 -4
  469. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +470 -0
  470. data/lib/xero-ruby/models/accounting/allocation.rb +1 -1
  471. data/lib/xero-ruby/models/accounting/allocations.rb +1 -1
  472. data/lib/xero-ruby/models/accounting/attachment.rb +1 -1
  473. data/lib/xero-ruby/models/accounting/attachments.rb +1 -1
  474. data/lib/xero-ruby/models/accounting/balance_details.rb +1 -1
  475. data/lib/xero-ruby/models/accounting/balances.rb +1 -1
  476. data/lib/xero-ruby/models/accounting/bank_transaction.rb +1 -1
  477. data/lib/xero-ruby/models/accounting/bank_transactions.rb +1 -1
  478. data/lib/xero-ruby/models/accounting/bank_transfer.rb +1 -1
  479. data/lib/xero-ruby/models/accounting/bank_transfers.rb +1 -1
  480. data/lib/xero-ruby/models/accounting/batch_payment.rb +1 -1
  481. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +1 -1
  482. data/lib/xero-ruby/models/accounting/batch_payments.rb +1 -1
  483. data/lib/xero-ruby/models/accounting/bill.rb +1 -1
  484. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  485. data/lib/xero-ruby/models/accounting/branding_themes.rb +1 -1
  486. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
  487. data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
  488. data/lib/xero-ruby/models/accounting/cis_settings.rb +1 -1
  489. data/lib/xero-ruby/models/accounting/contact.rb +1 -1
  490. data/lib/xero-ruby/models/accounting/contact_group.rb +1 -1
  491. data/lib/xero-ruby/models/accounting/contact_groups.rb +1 -1
  492. data/lib/xero-ruby/models/accounting/contact_person.rb +1 -1
  493. data/lib/xero-ruby/models/accounting/contacts.rb +1 -1
  494. data/lib/xero-ruby/models/accounting/conversion_balances.rb +1 -1
  495. data/lib/xero-ruby/models/accounting/conversion_date.rb +1 -1
  496. data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
  497. data/lib/xero-ruby/models/accounting/credit_note.rb +22 -2
  498. data/lib/xero-ruby/models/accounting/credit_notes.rb +1 -1
  499. data/lib/xero-ruby/models/accounting/currencies.rb +1 -1
  500. data/lib/xero-ruby/models/accounting/currency.rb +1 -1
  501. data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
  502. data/lib/xero-ruby/models/accounting/element.rb +1 -1
  503. data/lib/xero-ruby/models/accounting/employee.rb +1 -1
  504. data/lib/xero-ruby/models/accounting/employees.rb +1 -1
  505. data/lib/xero-ruby/models/accounting/error.rb +1 -1
  506. data/lib/xero-ruby/models/accounting/expense_claim.rb +1 -1
  507. data/lib/xero-ruby/models/accounting/expense_claims.rb +1 -1
  508. data/lib/xero-ruby/models/accounting/external_link.rb +1 -1
  509. data/lib/xero-ruby/models/accounting/history_record.rb +1 -1
  510. data/lib/xero-ruby/models/accounting/history_records.rb +1 -1
  511. data/lib/xero-ruby/models/accounting/import_summary.rb +1 -1
  512. data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +1 -1
  513. data/lib/xero-ruby/models/accounting/import_summary_object.rb +1 -1
  514. data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +1 -1
  515. data/lib/xero-ruby/models/accounting/invoice.rb +13 -18
  516. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +1 -1
  517. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +1 -1
  518. data/lib/xero-ruby/models/accounting/invoices.rb +1 -1
  519. data/lib/xero-ruby/models/accounting/item.rb +1 -1
  520. data/lib/xero-ruby/models/accounting/items.rb +1 -1
  521. data/lib/xero-ruby/models/accounting/journal.rb +1 -1
  522. data/lib/xero-ruby/models/accounting/journal_line.rb +1 -1
  523. data/lib/xero-ruby/models/accounting/journals.rb +1 -1
  524. data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
  525. data/lib/xero-ruby/models/accounting/line_item.rb +1 -1
  526. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +1 -1
  527. data/lib/xero-ruby/models/accounting/linked_transaction.rb +1 -1
  528. data/lib/xero-ruby/models/accounting/linked_transactions.rb +1 -1
  529. data/lib/xero-ruby/models/accounting/manual_journal.rb +1 -1
  530. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +1 -1
  531. data/lib/xero-ruby/models/accounting/manual_journals.rb +1 -1
  532. data/lib/xero-ruby/models/accounting/online_invoice.rb +1 -1
  533. data/lib/xero-ruby/models/accounting/online_invoices.rb +1 -1
  534. data/lib/xero-ruby/models/accounting/organisation.rb +2 -2
  535. data/lib/xero-ruby/models/accounting/organisations.rb +1 -1
  536. data/lib/xero-ruby/models/accounting/overpayment.rb +1 -1
  537. data/lib/xero-ruby/models/accounting/overpayments.rb +1 -1
  538. data/lib/xero-ruby/models/accounting/payment.rb +1 -1
  539. data/lib/xero-ruby/models/accounting/payment_delete.rb +1 -1
  540. data/lib/xero-ruby/models/accounting/payment_service.rb +1 -1
  541. data/lib/xero-ruby/models/accounting/payment_services.rb +1 -1
  542. data/lib/xero-ruby/models/accounting/payment_term.rb +1 -1
  543. data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
  544. data/lib/xero-ruby/models/accounting/payments.rb +1 -1
  545. data/lib/xero-ruby/models/accounting/phone.rb +1 -1
  546. data/lib/xero-ruby/models/accounting/prepayment.rb +1 -1
  547. data/lib/xero-ruby/models/accounting/prepayments.rb +1 -1
  548. data/lib/xero-ruby/models/accounting/purchase.rb +1 -1
  549. data/lib/xero-ruby/models/accounting/purchase_order.rb +1 -1
  550. data/lib/xero-ruby/models/accounting/purchase_orders.rb +1 -1
  551. data/lib/xero-ruby/models/accounting/quote.rb +1 -1
  552. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
  553. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
  554. data/lib/xero-ruby/models/accounting/quotes.rb +1 -1
  555. data/lib/xero-ruby/models/accounting/receipt.rb +1 -1
  556. data/lib/xero-ruby/models/accounting/receipts.rb +1 -1
  557. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +1 -1
  558. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +1 -1
  559. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  560. data/lib/xero-ruby/models/accounting/report_attribute.rb +1 -1
  561. data/lib/xero-ruby/models/accounting/report_cell.rb +1 -1
  562. data/lib/xero-ruby/models/accounting/report_fields.rb +1 -1
  563. data/lib/xero-ruby/models/accounting/report_row.rb +1 -1
  564. data/lib/xero-ruby/models/accounting/report_rows.rb +1 -1
  565. data/lib/xero-ruby/models/accounting/report_with_row.rb +1 -1
  566. data/lib/xero-ruby/models/accounting/report_with_rows.rb +1 -1
  567. data/lib/xero-ruby/models/accounting/reports.rb +1 -1
  568. data/lib/xero-ruby/models/accounting/request_empty.rb +1 -1
  569. data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
  570. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +1 -1
  571. data/lib/xero-ruby/models/accounting/schedule.rb +1 -1
  572. data/lib/xero-ruby/models/accounting/setup.rb +1 -1
  573. data/lib/xero-ruby/models/accounting/tax_component.rb +1 -1
  574. data/lib/xero-ruby/models/accounting/tax_rate.rb +1 -1
  575. data/lib/xero-ruby/models/accounting/tax_rates.rb +1 -1
  576. data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
  577. data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +1 -1
  578. data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
  579. data/lib/xero-ruby/models/accounting/tracking_categories.rb +1 -1
  580. data/lib/xero-ruby/models/accounting/tracking_category.rb +1 -1
  581. data/lib/xero-ruby/models/accounting/tracking_option.rb +1 -1
  582. data/lib/xero-ruby/models/accounting/tracking_options.rb +1 -1
  583. data/lib/xero-ruby/models/accounting/user.rb +1 -1
  584. data/lib/xero-ruby/models/accounting/users.rb +1 -1
  585. data/lib/xero-ruby/models/accounting/validation_error.rb +1 -1
  586. data/lib/xero-ruby/models/assets/asset.rb +1 -1
  587. data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
  588. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
  589. data/lib/xero-ruby/models/assets/asset_type.rb +1 -1
  590. data/lib/xero-ruby/models/assets/assets.rb +1 -1
  591. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +1 -1
  592. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +1 -1
  593. data/lib/xero-ruby/models/assets/error.rb +1 -1
  594. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +1 -1
  595. data/lib/xero-ruby/models/assets/pagination.rb +1 -1
  596. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +1 -1
  597. data/lib/xero-ruby/models/assets/setting.rb +1 -1
  598. data/lib/xero-ruby/models/files/association.rb +1 -1
  599. data/lib/xero-ruby/models/files/file_object.rb +1 -1
  600. data/lib/xero-ruby/models/files/file_response204.rb +1 -1
  601. data/lib/xero-ruby/models/files/files.rb +1 -1
  602. data/lib/xero-ruby/models/files/folder.rb +1 -1
  603. data/lib/xero-ruby/models/files/folders.rb +1 -1
  604. data/lib/xero-ruby/models/files/inline_object.rb +1 -1
  605. data/lib/xero-ruby/models/files/object_group.rb +1 -1
  606. data/lib/xero-ruby/models/files/object_type.rb +1 -1
  607. data/lib/xero-ruby/models/files/user.rb +1 -1
  608. data/lib/xero-ruby/models/payroll_au/account.rb +1 -1
  609. data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -1
  610. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -1
  611. data/lib/xero-ruby/models/payroll_au/api_exception.rb +1 -1
  612. data/lib/xero-ruby/models/payroll_au/bank_account.rb +1 -1
  613. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -1
  614. data/lib/xero-ruby/models/payroll_au/deduction_line.rb +1 -1
  615. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +1 -1
  616. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -1
  617. data/lib/xero-ruby/models/payroll_au/earnings_line.rb +1 -1
  618. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +1 -1
  619. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -1
  620. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
  621. data/lib/xero-ruby/models/payroll_au/employee.rb +1 -1
  622. data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -1
  623. data/lib/xero-ruby/models/payroll_au/employees.rb +1 -1
  624. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -1
  625. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -1
  626. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -1
  627. data/lib/xero-ruby/models/payroll_au/home_address.rb +1 -1
  628. data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +1 -1
  629. data/lib/xero-ruby/models/payroll_au/leave_application.rb +1 -1
  630. data/lib/xero-ruby/models/payroll_au/leave_applications.rb +1 -1
  631. data/lib/xero-ruby/models/payroll_au/leave_balance.rb +1 -1
  632. data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +1 -1
  633. data/lib/xero-ruby/models/payroll_au/leave_line.rb +1 -1
  634. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -1
  635. data/lib/xero-ruby/models/payroll_au/leave_lines.rb +1 -1
  636. data/lib/xero-ruby/models/payroll_au/leave_period.rb +1 -1
  637. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -1
  638. data/lib/xero-ruby/models/payroll_au/leave_type.rb +1 -1
  639. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -1
  640. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -1
  641. data/lib/xero-ruby/models/payroll_au/opening_balances.rb +1 -1
  642. data/lib/xero-ruby/models/payroll_au/pay_item.rb +1 -1
  643. data/lib/xero-ruby/models/payroll_au/pay_items.rb +1 -1
  644. data/lib/xero-ruby/models/payroll_au/pay_run.rb +1 -1
  645. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -1
  646. data/lib/xero-ruby/models/payroll_au/pay_runs.rb +1 -1
  647. data/lib/xero-ruby/models/payroll_au/pay_template.rb +1 -1
  648. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -1
  649. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +1 -1
  650. data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +1 -1
  651. data/lib/xero-ruby/models/payroll_au/payslip.rb +1 -1
  652. data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +1 -1
  653. data/lib/xero-ruby/models/payroll_au/payslip_object.rb +1 -1
  654. data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +1 -1
  655. data/lib/xero-ruby/models/payroll_au/payslips.rb +1 -1
  656. data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -1
  657. data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +1 -1
  658. data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +1 -1
  659. data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +1 -1
  660. data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -1
  661. data/lib/xero-ruby/models/payroll_au/settings.rb +1 -1
  662. data/lib/xero-ruby/models/payroll_au/settings_object.rb +1 -1
  663. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +1 -1
  664. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +1 -1
  665. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +1 -1
  666. data/lib/xero-ruby/models/payroll_au/state.rb +1 -1
  667. data/lib/xero-ruby/models/payroll_au/super_fund.rb +1 -1
  668. data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +1 -1
  669. data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +1 -1
  670. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -1
  671. data/lib/xero-ruby/models/payroll_au/super_funds.rb +1 -1
  672. data/lib/xero-ruby/models/payroll_au/super_line.rb +1 -1
  673. data/lib/xero-ruby/models/payroll_au/super_membership.rb +1 -1
  674. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -1
  675. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -1
  676. data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +1 -1
  677. data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +1 -1
  678. data/lib/xero-ruby/models/payroll_au/tax_line.rb +1 -1
  679. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -1
  680. data/lib/xero-ruby/models/payroll_au/timesheet.rb +1 -1
  681. data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +1 -1
  682. data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +1 -1
  683. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -1
  684. data/lib/xero-ruby/models/payroll_au/timesheets.rb +1 -1
  685. data/lib/xero-ruby/models/payroll_au/validation_error.rb +1 -1
  686. data/lib/xero-ruby/models/payroll_nz/account.rb +1 -1
  687. data/lib/xero-ruby/models/payroll_nz/accounts.rb +1 -1
  688. data/lib/xero-ruby/models/payroll_nz/address.rb +1 -1
  689. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +1 -1
  690. data/lib/xero-ruby/models/payroll_nz/benefit.rb +1 -1
  691. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +1 -1
  692. data/lib/xero-ruby/models/payroll_nz/deduction.rb +1 -1
  693. data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +1 -1
  694. data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +1 -1
  695. data/lib/xero-ruby/models/payroll_nz/deductions.rb +1 -1
  696. data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +1 -1
  697. data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +1 -1
  698. data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +1 -1
  699. data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +1 -1
  700. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +1 -1
  701. data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +1 -1
  702. data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +1 -1
  703. data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +1 -1
  704. data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +1 -1
  705. data/lib/xero-ruby/models/payroll_nz/employee.rb +1 -1
  706. data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +1 -1
  707. data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +1 -1
  708. data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +1 -1
  709. data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +1 -1
  710. data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +1 -1
  711. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +1 -1
  712. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +1 -1
  713. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +1 -1
  714. data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +1 -1
  715. data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +1 -1
  716. data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +1 -1
  717. data/lib/xero-ruby/models/payroll_nz/employee_object.rb +1 -1
  718. data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +1 -1
  719. data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +1 -1
  720. data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +1 -1
  721. data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +1 -1
  722. data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +1 -1
  723. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +1 -1
  724. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +1 -1
  725. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +1 -1
  726. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +1 -1
  727. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +1 -1
  728. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +1 -1
  729. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +1 -1
  730. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +1 -1
  731. data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +1 -1
  732. data/lib/xero-ruby/models/payroll_nz/employees.rb +1 -1
  733. data/lib/xero-ruby/models/payroll_nz/employment.rb +1 -1
  734. data/lib/xero-ruby/models/payroll_nz/employment_object.rb +1 -1
  735. data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +1 -1
  736. data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +1 -1
  737. data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +1 -1
  738. data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +1 -1
  739. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +1 -1
  740. data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +1 -1
  741. data/lib/xero-ruby/models/payroll_nz/leave_type.rb +1 -1
  742. data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +1 -1
  743. data/lib/xero-ruby/models/payroll_nz/leave_types.rb +1 -1
  744. data/lib/xero-ruby/models/payroll_nz/pagination.rb +1 -1
  745. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +1 -1
  746. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +1 -1
  747. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +1 -1
  748. data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +1 -1
  749. data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +1 -1
  750. data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +1 -1
  751. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +1 -1
  752. data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +1 -1
  753. data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +1 -1
  754. data/lib/xero-ruby/models/payroll_nz/payment_line.rb +1 -1
  755. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +1 -1
  756. data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +1 -1
  757. data/lib/xero-ruby/models/payroll_nz/problem.rb +1 -1
  758. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +1 -1
  759. data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +1 -1
  760. data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +1 -1
  761. data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +1 -1
  762. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +2 -2
  763. data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +1 -1
  764. data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +1 -1
  765. data/lib/xero-ruby/models/payroll_nz/settings.rb +1 -1
  766. data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +1 -1
  767. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +1 -1
  768. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +1 -1
  769. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +1 -1
  770. data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +1 -1
  771. data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +1 -1
  772. data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +1 -1
  773. data/lib/xero-ruby/models/payroll_nz/superannuations.rb +1 -1
  774. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +1 -1
  775. data/lib/xero-ruby/models/payroll_nz/tax_line.rb +1 -1
  776. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +1 -1
  777. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +1 -1
  778. data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +1 -1
  779. data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +1 -1
  780. data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +1 -1
  781. data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +1 -1
  782. data/lib/xero-ruby/models/payroll_nz/timesheets.rb +1 -1
  783. data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +1 -1
  784. data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +1 -1
  785. data/lib/xero-ruby/models/payroll_uk/account.rb +1 -1
  786. data/lib/xero-ruby/models/payroll_uk/accounts.rb +1 -1
  787. data/lib/xero-ruby/models/payroll_uk/address.rb +1 -1
  788. data/lib/xero-ruby/models/payroll_uk/bank_account.rb +1 -1
  789. data/lib/xero-ruby/models/payroll_uk/benefit.rb +1 -1
  790. data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +1 -1
  791. data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +1 -1
  792. data/lib/xero-ruby/models/payroll_uk/benefits.rb +1 -1
  793. data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +1 -1
  794. data/lib/xero-ruby/models/payroll_uk/deduction.rb +1 -1
  795. data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +1 -1
  796. data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +1 -1
  797. data/lib/xero-ruby/models/payroll_uk/deductions.rb +1 -1
  798. data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +1 -1
  799. data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +1 -1
  800. data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +1 -1
  801. data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +1 -1
  802. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +1 -1
  803. data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +1 -1
  804. data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +1 -1
  805. data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +1 -1
  806. data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +1 -1
  807. data/lib/xero-ruby/models/payroll_uk/employee.rb +1 -1
  808. data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +1 -1
  809. data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +1 -1
  810. data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +1 -1
  811. data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +1 -1
  812. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +1 -1
  813. data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +1 -1
  814. data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +1 -1
  815. data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +1 -1
  816. data/lib/xero-ruby/models/payroll_uk/employee_object.rb +1 -1
  817. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +1 -1
  818. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +1 -1
  819. data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +1 -1
  820. data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +1 -1
  821. data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +1 -1
  822. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +1 -1
  823. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +1 -1
  824. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +1 -1
  825. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +1 -1
  826. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +1 -1
  827. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +1 -1
  828. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +1 -1
  829. data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +1 -1
  830. data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +1 -1
  831. data/lib/xero-ruby/models/payroll_uk/employees.rb +1 -1
  832. data/lib/xero-ruby/models/payroll_uk/employment.rb +1 -1
  833. data/lib/xero-ruby/models/payroll_uk/employment_object.rb +1 -1
  834. data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +1 -1
  835. data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +1 -1
  836. data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +1 -1
  837. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +1 -1
  838. data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +1 -1
  839. data/lib/xero-ruby/models/payroll_uk/leave_type.rb +1 -1
  840. data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +1 -1
  841. data/lib/xero-ruby/models/payroll_uk/leave_types.rb +1 -1
  842. data/lib/xero-ruby/models/payroll_uk/pagination.rb +1 -1
  843. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +1 -1
  844. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +1 -1
  845. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +1 -1
  846. data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +1 -1
  847. data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +1 -1
  848. data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +1 -1
  849. data/lib/xero-ruby/models/payroll_uk/payment_line.rb +1 -1
  850. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +1 -1
  851. data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +1 -1
  852. data/lib/xero-ruby/models/payroll_uk/payslip.rb +1 -1
  853. data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +1 -1
  854. data/lib/xero-ruby/models/payroll_uk/payslips.rb +1 -1
  855. data/lib/xero-ruby/models/payroll_uk/problem.rb +1 -1
  856. data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +1 -1
  857. data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +1 -1
  858. data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +1 -1
  859. data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +1 -1
  860. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +1 -1
  861. data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +1 -1
  862. data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +1 -1
  863. data/lib/xero-ruby/models/payroll_uk/settings.rb +1 -1
  864. data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +1 -1
  865. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +1 -1
  866. data/lib/xero-ruby/models/payroll_uk/tax_line.rb +1 -1
  867. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +1 -1
  868. data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +1 -1
  869. data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +1 -1
  870. data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +1 -1
  871. data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +1 -1
  872. data/lib/xero-ruby/models/payroll_uk/timesheets.rb +1 -1
  873. data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +1 -1
  874. data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +1 -1
  875. data/lib/xero-ruby/models/projects/amount.rb +1 -1
  876. data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
  877. data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
  878. data/lib/xero-ruby/models/projects/error.rb +1 -1
  879. data/lib/xero-ruby/models/projects/pagination.rb +1 -1
  880. data/lib/xero-ruby/models/projects/project.rb +1 -1
  881. data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
  882. data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
  883. data/lib/xero-ruby/models/projects/project_status.rb +1 -1
  884. data/lib/xero-ruby/models/projects/project_user.rb +1 -1
  885. data/lib/xero-ruby/models/projects/project_users.rb +1 -1
  886. data/lib/xero-ruby/models/projects/projects.rb +1 -1
  887. data/lib/xero-ruby/models/projects/task.rb +1 -1
  888. data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
  889. data/lib/xero-ruby/models/projects/tasks.rb +1 -1
  890. data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
  891. data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
  892. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
  893. data/lib/xero-ruby/version.rb +2 -2
  894. data/spec/api_client_spec.rb +0 -12
  895. data/spec/api_error_spec.rb +45 -0
  896. data/spec/configuration_spec.rb +9 -16
  897. data/xero-ruby.gemspec +38 -0
  898. metadata +454 -3
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -97,7 +97,7 @@ module XeroRuby::PayrollNz
97
97
  :'number_of_units_per_week' => :'BigDecimal',
98
98
  :'rate_per_unit' => :'BigDecimal',
99
99
  :'number_of_units_per_day' => :'BigDecimal',
100
- :'days_per_week' => :'Integer',
100
+ :'days_per_week' => :'BigDecimal',
101
101
  :'effective_from' => :'Date',
102
102
  :'annual_salary' => :'BigDecimal',
103
103
  :'status' => :'String',
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Xero Payroll API for orgs in the NZ region.
5
5
 
6
- The version of the OpenAPI document: 2.6.0
6
+ The version of the OpenAPI document: 2.8.0
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1