|
1504 | 1504 | }, |
1505 | 1505 | "additionalProperties" : false, |
1506 | 1506 | "description" : "" |
1507 | | -}; |
1508 | | - defs["HistoryRecordResponse"] = { |
1509 | | - "title" : "", |
1510 | | - "type" : "object", |
1511 | | - "properties" : { |
1512 | | - "changes" : { |
1513 | | - "type" : "string", |
1514 | | - "description" : "The type of change recorded against the document" |
1515 | | - }, |
1516 | | - "dateUTCString" : { |
1517 | | - "type" : "string", |
1518 | | - "description" : "UTC date that the history record was created" |
1519 | | - }, |
1520 | | - "dateUTC" : { |
1521 | | - "type" : "string", |
1522 | | - "description" : "UTC date that the history record was created", |
1523 | | - "format" : "date-time" |
1524 | | - }, |
1525 | | - "user" : { |
1526 | | - "type" : "string", |
1527 | | - "description" : "The users first and last name" |
1528 | | - }, |
1529 | | - "details" : { |
1530 | | - "type" : "string", |
1531 | | - "description" : "Description of the change event or transaction" |
1532 | | - } |
1533 | | - }, |
1534 | | - "additionalProperties" : false, |
1535 | | - "description" : "" |
1536 | 1507 | }; |
1537 | 1508 | defs["IncomeByContactResponse"] = { |
1538 | 1509 | "title" : "", |
|
1804 | 1775 | }, |
1805 | 1776 | "additionalProperties" : false, |
1806 | 1777 | "description" : "" |
1807 | | -}; |
1808 | | - defs["PracticeResponse"] = { |
1809 | | - "title" : "", |
1810 | | - "type" : "object", |
1811 | | - "properties" : { |
1812 | | - "xeroPartnerSince" : { |
1813 | | - "type" : "integer", |
1814 | | - "description" : "Year of becoming a partner.", |
1815 | | - "format" : "int32" |
1816 | | - }, |
1817 | | - "tier" : { |
1818 | | - "type" : "string", |
1819 | | - "description" : "Customer tier e.g. Silver" |
1820 | | - }, |
1821 | | - "location" : { |
1822 | | - "type" : "string", |
1823 | | - "description" : "Country of location." |
1824 | | - }, |
1825 | | - "organisationCount" : { |
1826 | | - "type" : "integer", |
1827 | | - "description" : "Organisation count.", |
1828 | | - "format" : "int32" |
1829 | | - }, |
1830 | | - "staffCertified" : { |
1831 | | - "type" : "boolean", |
1832 | | - "description" : "Staff certified (true/false)." |
1833 | | - } |
1834 | | - }, |
1835 | | - "additionalProperties" : false, |
1836 | | - "description" : "" |
1837 | 1778 | }; |
1838 | 1779 | defs["PrepaymentResponse"] = { |
1839 | 1780 | "title" : "", |
|
2351 | 2292 | "additionalProperties" : false, |
2352 | 2293 | "description" : "" |
2353 | 2294 | }; |
2354 | | - |
| 2295 | + |
2355 | 2296 | var errs = {}; |
2356 | 2297 |
|
2357 | 2298 | function routeDocs(event) { |
|
2389 | 2330 | <option data-url="https://xeroapi.github.io/xero-ruby/files/index.html" value="Files">Files</option> |
2390 | 2331 | <option data-url="https://xeroapi.github.io/xero-ruby/projects/index.html" value="Project">Projects</option> |
2391 | 2332 | <option data-url="https://xeroapi.github.io/xero-ruby/payroll_au/index.html" value="PayrollAu">Payroll (AU)</option> |
| 2333 | + <option data-url="https://xeroapi.github.io/xero-ruby/payroll_au_v2/index.html" value="PayrollAuV2">Payroll (AU) V2</option> |
2392 | 2334 | <option data-url="https://xeroapi.github.io/xero-ruby/payroll_uk/index.html" value="PayrollUk">Payroll (UK)</option> |
2393 | 2335 | <option data-url="https://xeroapi.github.io/xero-ruby/payroll_nz/index.html" value="PayrollNz">Payroll (NZ)</option> |
2394 | 2336 | <option data-url="https://xeroapi.github.io/xero-ruby/app_store/index.html" value="AppStore">App Store</option> |
|
2434 | 2376 | <nav id="scrollingNav"> |
2435 | 2377 | <ul class="sidenav nav nav-list"> |
2436 | 2378 | <li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li> |
2437 | | - <li class="nav-header" data-group="Finance"><strong>VSN: </strong>12.4.0</li> |
| 2379 | + <li class="nav-header" data-group="Finance"><strong>VSN: </strong>13.0.0</li> |
2438 | 2380 | <li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li> |
2439 | 2381 | <li data-group="Finance" data-name="getBankStatementAccounting" class=""> |
2440 | 2382 | <a href="#api-Finance-getBankStatementAccounting">getBankStatementAccounting</a> |
|
0 commit comments