Skip to content

Commit 66ff416

Browse files
authored
Merge pull request #224 from XeroAPI/xero-ruby-3.9.0
generates xero-ruby 3.9.0 from OAS 2.22.4
2 parents 4e48ac2 + f0a0ad6 commit 66ff416

17 files changed

Lines changed: 326 additions & 22 deletions

File tree

docs/accounting/AccountingApi.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Method | HTTP request | Description
127127
[**get_item_history**](AccountingApi.md#get_item_history) | **GET** /Items/{ItemID}/History | Retrieves history for a specific item
128128
[**get_items**](AccountingApi.md#get_items) | **GET** /Items | Retrieves items
129129
[**get_journal**](AccountingApi.md#get_journal) | **GET** /Journals/{JournalID} | Retrieves a specific journal using a unique journal Id.
130+
[**get_journal_by_number**](AccountingApi.md#get_journal_by_number) | **GET** /Journals/{JournalNumber} | Retrieves a specific journal using a unique journal number.
130131
[**get_journals**](AccountingApi.md#get_journals) | **GET** /Journals | Retrieves journals
131132
[**get_linked_transaction**](AccountingApi.md#get_linked_transaction) | **GET** /LinkedTransactions/{LinkedTransactionID} | Retrieves a specific linked transaction (billable expenses) using a unique linked transaction Id
132133
[**get_linked_transactions**](AccountingApi.md#get_linked_transactions) | **GET** /LinkedTransactions | Retrieves linked transactions (billable expenses)
@@ -8531,6 +8532,70 @@ Name | Type | Description | Notes
85318532
- **Accept**: application/json
85328533

85338534

8535+
## get_journal_by_number
8536+
8537+
> Journals get_journal_by_number(xero_tenant_id, journal_number)
8538+
8539+
Retrieves a specific journal using a unique journal number.
8540+
8541+
### Example
8542+
8543+
```ruby
8544+
# load the gem
8545+
require 'xero-ruby'
8546+
8547+
creds = {
8548+
client_id: ENV['CLIENT_ID'],
8549+
client_secret: ENV['CLIENT_SECRET'],
8550+
redirect_uri: ENV['REDIRECT_URI'],
8551+
scopes: ENV['SCOPES']
8552+
}
8553+
xero_client = XeroRuby::ApiClient.new(credentials: creds)
8554+
8555+
token_set = fetch_valid_token_set(user) # example
8556+
8557+
xero_client.refresh_token_set(token_set)
8558+
8559+
# You need to namespace your api method call to one of the following api sets
8560+
# [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api, :app_store_api]
8561+
8562+
api_instance = xero_client.<api_set>
8563+
8564+
8565+
8566+
xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
8567+
journal_number = 1000 # Integer | Number of a Journal
8568+
begin
8569+
#Retrieves a specific journal using a unique journal number.
8570+
result = api_instance.get_journal_by_number(xero_tenant_id, journal_number)
8571+
p result
8572+
rescue XeroRuby::Accounting::ApiError => e
8573+
puts "Exception when calling AccountingApi->get_journal_by_number: #{e}"
8574+
end
8575+
```
8576+
8577+
### Parameters
8578+
8579+
8580+
Name | Type | Description | Notes
8581+
------------- | ------------- | ------------- | -------------
8582+
**xero_tenant_id** | **String**| Xero identifier for Tenant |
8583+
**journal_number** | **Integer**| Number of a Journal |
8584+
8585+
### Return type
8586+
8587+
[**Journals**](Journals.md)
8588+
8589+
### Authorization
8590+
8591+
[OAuth2](../README.md#OAuth2)
8592+
8593+
### HTTP request headers
8594+
8595+
- **Content-Type**: Not defined
8596+
- **Accept**: application/json
8597+
8598+
85348599
## get_journals
85358600

85368601
> Journals get_journals(xero_tenant_id, opts)

docs/accounting/index.html

Lines changed: 117 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4017,7 +4017,7 @@
40174017
"Class" : {
40184018
"type" : "string",
40194019
"description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)",
4020-
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK" ]
4020+
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE" ]
40214021
},
40224022
"Edition" : {
40234023
"type" : "string",
@@ -5560,7 +5560,7 @@
55605560
"ReportTaxType" : {
55615561
"type" : "string",
55625562
"description" : "See ReportTaxTypes",
5563-
"enum" : [ "AVALARA", "BASEXCLUDED", "CAPITALSALESOUTPUT", "CAPITALEXPENSESINPUT", "ECOUTPUT", "ECOUTPUTSERVICES", "ECINPUT", "ECACQUISITIONS", "EXEMPTEXPENSES", "EXEMPTINPUT", "EXEMPTOUTPUT", "GSTONIMPORTS", "INPUT", "INPUTTAXED", "MOSSSALES", "NONE", "NONEOUTPUT", "OUTPUT", "PURCHASESINPUT", "SALESOUTPUT", "EXEMPTCAPITAL", "EXEMPTEXPORT", "CAPITALEXINPUT", "GSTONCAPIMPORTS", "GSTONCAPITALIMPORTS", "REVERSECHARGES", "PAYMENTS", "INVOICE", "CASH", "ACCRUAL", "FLATRATECASH", "FLATRATEACCRUAL", "ACCRUALS", "TXCA", "SRCAS", "DSOUTPUT", "BLINPUT2", "EPINPUT", "IMINPUT2", "MEINPUT", "IGDSINPUT2", "ESN33OUTPUT", "OPINPUT", "OSOUTPUT", "TXN33INPUT", "TXESSINPUT", "TXREINPUT", "TXPETINPUT", "NRINPUT", "ES33OUTPUT", "ZERORATEDINPUT", "ZERORATEDOUTPUT", "DRCHARGESUPPLY", "DRCHARGE", "CAPINPUT", "CAPIMPORTS", "IMINPUT", "INPUT2", "CIUINPUT", "SRINPUT", "OUTPUT2", "SROUTPUT", "CAPOUTPUT", "SROUTPUT2", "CIUOUTPUT", "ZROUTPUT", "ZREXPORT", "ACC28PLUS", "ACCUPTO28", "OTHEROUTPUT", "SHOUTPUT", "ZRINPUT", "BADDEBT", "OTHERINPUT" ]
5563+
"enum" : [ "AVALARA", "BASEXCLUDED", "CAPITALSALESOUTPUT", "CAPITALEXPENSESINPUT", "ECOUTPUT", "ECOUTPUTSERVICES", "ECINPUT", "ECACQUISITIONS", "EXEMPTEXPENSES", "EXEMPTINPUT", "EXEMPTOUTPUT", "GSTONIMPORTS", "INPUT", "INPUTTAXED", "MOSSSALES", "NONE", "NONEOUTPUT", "OUTPUT", "PURCHASESINPUT", "SALESOUTPUT", "EXEMPTCAPITAL", "EXEMPTEXPORT", "CAPITALEXINPUT", "GSTONCAPIMPORTS", "GSTONCAPITALIMPORTS", "REVERSECHARGES", "PAYMENTS", "INVOICE", "CASH", "ACCRUAL", "FLATRATECASH", "FLATRATEACCRUAL", "ACCRUALS", "TXCA", "SRCAS", "DSOUTPUT", "BLINPUT2", "EPINPUT", "IMINPUT2", "MEINPUT", "IGDSINPUT2", "ESN33OUTPUT", "OPINPUT", "OSOUTPUT", "TXN33INPUT", "TXESSINPUT", "TXREINPUT", "TXPETINPUT", "NRINPUT", "ES33OUTPUT", "ZERORATEDINPUT", "ZERORATEDOUTPUT", "DRCHARGESUPPLY", "DRCHARGE", "CAPINPUT", "CAPIMPORTS", "IMINPUT", "INPUT2", "CIUINPUT", "SRINPUT", "OUTPUT2", "SROUTPUT", "CAPOUTPUT", "SROUTPUT2", "CIUOUTPUT", "ZROUTPUT", "ZREXPORT", "ACC28PLUS", "ACCUPTO28", "OTHEROUTPUT", "SHOUTPUT", "ZRINPUT", "BADDEBT", "OTHERINPUT", "BADDEBTRELIEF", "IGDSINPUT3", "SROVR", "TOURISTREFUND", "TXRCN33INPUT", "TXRCREINPUT", "TXRCESSINPUT" ]
55645564
},
55655565
"CanApplyToAssets" : {
55665566
"type" : "boolean",
@@ -5625,7 +5625,7 @@
56255625
"title" : "",
56265626
"type" : "string",
56275627
"description" : "See Tax Types – can only be used on update calls",
5628-
"enum" : [ "OUTPUT", "INPUT", "CAPEXINPUT", "EXEMPTEXPORT", "EXEMPTEXPENSES", "EXEMPTCAPITAL", "EXEMPTOUTPUT", "INPUTTAXED", "BASEXCLUDED", "GSTONCAPIMPORTS", "GSTONIMPORTS", "NONE", "INPUT2", "ZERORATED", "OUTPUT2", "CAPEXINPUT2", "CAPEXOUTPUT", "CAPEXOUTPUT2", "CAPEXSRINPUT", "CAPEXSROUTPUT", "ECACQUISITIONS", "ECZRINPUT", "ECZROUTPUT", "ECZROUTPUTSERVICES", "EXEMPTINPUT", "REVERSECHARGES", "RRINPUT", "RROUTPUT", "SRINPUT", "SROUTPUT", "ZERORATEDINPUT", "ZERORATEDOUTPUT", "BLINPUT", "DSOUTPUT", "EPINPUT", "ES33OUTPUT", "ESN33OUTPUT", "IGDSINPUT2", "IMINPUT2", "MEINPUT", "NRINPUT", "OPINPUT", "OSOUTPUT", "TXESSINPUT", "TXN33INPUT", "TXPETINPUT", "TXREINPUT", "INPUT3", "INPUT4", "OUTPUT3", "OUTPUT4", "SROUTPUT2", "TXCA", "SRCAS", "BLINPUT2", "DRCHARGESUPPLY20", "DRCHARGE20", "DRCHARGESUPPLY5", "DRCHARGE5" ]
5628+
"enum" : [ "OUTPUT", "INPUT", "CAPEXINPUT", "EXEMPTEXPORT", "EXEMPTEXPENSES", "EXEMPTCAPITAL", "EXEMPTOUTPUT", "INPUTTAXED", "BASEXCLUDED", "GSTONCAPIMPORTS", "GSTONIMPORTS", "NONE", "INPUT2", "ZERORATED", "OUTPUT2", "CAPEXINPUT2", "CAPEXOUTPUT", "CAPEXOUTPUT2", "CAPEXSRINPUT", "CAPEXSROUTPUT", "ECACQUISITIONS", "ECZRINPUT", "ECZROUTPUT", "ECZROUTPUTSERVICES", "EXEMPTINPUT", "REVERSECHARGES", "RRINPUT", "RROUTPUT", "SRINPUT", "SROUTPUT", "ZERORATEDINPUT", "ZERORATEDOUTPUT", "BLINPUT", "DSOUTPUT", "EPINPUT", "ES33OUTPUT", "ESN33OUTPUT", "IGDSINPUT2", "IMINPUT2", "MEINPUT", "NRINPUT", "OPINPUT", "OSOUTPUT", "TXESSINPUT", "TXN33INPUT", "TXPETINPUT", "TXREINPUT", "INPUT3", "INPUT4", "OUTPUT3", "OUTPUT4", "SROUTPUT2", "TXCA", "SRCAS", "BLINPUT2", "DRCHARGESUPPLY20", "DRCHARGE20", "DRCHARGESUPPLY5", "DRCHARGE5", "BADDEBTRELIEF", "IGDSINPUT3", "SROVR", "TOURISTREFUND", "TXRCN33INPUT", "TXRCREINPUT", "TXRCESSINPUT" ]
56295629
};
56305630
defs["TenNinetyNineContact"] = {
56315631
"title" : "",
@@ -6008,7 +6008,7 @@
60086008
<nav id="scrollingNav">
60096009
<ul class="sidenav nav nav-list">
60106010
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6011-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>3.8.0</li>
6011+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>3.9.0</li>
60126012
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
60136013
<li data-group="Accounting" data-name="createAccount" class="">
60146014
<a href="#api-Accounting-createAccount">createAccount</a>
@@ -6379,6 +6379,9 @@
63796379
<li data-group="Accounting" data-name="getJournal" class="">
63806380
<a href="#api-Accounting-getJournal">getJournal</a>
63816381
</li>
6382+
<li data-group="Accounting" data-name="getJournalByNumber" class="">
6383+
<a href="#api-Accounting-getJournalByNumber">getJournalByNumber</a>
6384+
</li>
63826385
<li data-group="Accounting" data-name="getJournals" class="">
63836386
<a href="#api-Accounting-getJournals">getJournals</a>
63846387
</li>
@@ -25274,6 +25277,116 @@ <h2>Parameters</h2>
2527425277
</div>
2527525278
</div>
2527625279
</td>
25280+
</tr>
25281+
25282+
</table>
25283+
</article>
25284+
</div>
25285+
<hr>
25286+
<div id="api-Accounting-getJournalByNumber">
25287+
<article id="api-Accounting-getJournalByNumber-0" data-group="User" data-name="getJournalByNumber" data-version="0">
25288+
<div class="pull-left">
25289+
<h1>getJournalByNumber</h1>
25290+
<p>Retrieves a specific journal using a unique journal number.</p>
25291+
</div>
25292+
<div class="pull-right"></div>
25293+
<div class="clearfix"></div>
25294+
<p></p>
25295+
<p class="marked"></p>
25296+
<p></p>
25297+
<br />
25298+
<pre class="prettyprint language-html prettyprinted" data-type="get"><code><span class="pln">/Journals/{JournalNumber}</span></code></pre>
25299+
<p>
25300+
<h3>Usage and SDK Samples</h3>
25301+
</p>
25302+
<ul class="nav nav-tabs nav-tabs-examples">
25303+
<!-- *****REPLACE***** comment out the other languages <li> -->
25304+
<li class=""><a href="#examples-Accounting-getJournalByNumber-0-ruby">Ruby</a></li>
25305+
</ul>
25306+
<div class="tab-content">
25307+
<!-- *****REPLACE***** comment out the other languages tab-pane -->
25308+
<div class="tab-pane" id="examples-Accounting-getJournalByNumber-0-ruby">
25309+
<pre class="prettyprint"><code class="language-ruby">xero_client.set_token_set(user.token_set)
25310+
25311+
xero_tenant_id = 'YOUR_XERO_TENANT_ID'
25312+
journal_number = 1000
25313+
25314+
begin
25315+
response = xero_client.accounting_api.get_journal_by_number(xero_tenant_id, journal_number)
25316+
return response
25317+
rescue XeroRuby::ApiError => e
25318+
puts "Exception when calling get_journal_by_number: #{e}"
25319+
end
25320+
</code></pre>
25321+
</div>
25322+
</div>
25323+
<h2>Scopes</h2>
25324+
<table>
25325+
25326+
<tr>
25327+
<td>accounting.journals.read</td>
25328+
<td>Grant read-only access to journals</td>
25329+
</tr>
25330+
25331+
</table>
25332+
<h2>Parameters</h2>
25333+
<div class="methodsubtabletitle">Path parameters</div>
25334+
<table id="methodsubtable">
25335+
<tr>
25336+
<th width="150px">Name</th>
25337+
<th>Description</th>
25338+
</tr>
25339+
<tr><td style="width:150px;">JournalNumber<span style="color:red;">*</span></td>
25340+
<td>
25341+
25342+
25343+
<div id="d2e199_getJournalByNumber_journalNumber">
25344+
<div class="json-schema-view">
25345+
<div class="primitive">
25346+
<span class="type">
25347+
Integer
25348+
</span>
25349+
25350+
<div class="inner description marked">
25351+
Number of a Journal
25352+
</div>
25353+
</div>
25354+
<div class="inner required">
25355+
Required
25356+
</div>
25357+
</div>
25358+
</div>
25359+
</td>
25360+
</tr>
25361+
25362+
</table>
25363+
<div class="methodsubtabletitle">Header parameters</div>
25364+
<table id="methodsubtable">
25365+
<tr>
25366+
<th width="150px">Name</th>
25367+
<th>Description</th>
25368+
</tr>
25369+
<tr><td style="width:150px;">xero-tenant-id<span style="color:red;">*</span></td>
25370+
<td>
25371+
25372+
25373+
<div id="d2e199_getJournalByNumber_xeroTenantId">
25374+
<div class="json-schema-view">
25375+
<div class="primitive">
25376+
<span class="type">
25377+
String
25378+
</span>
25379+
25380+
<div class="inner description marked">
25381+
Xero identifier for Tenant
25382+
</div>
25383+
</div>
25384+
<div class="inner required">
25385+
Required
25386+
</div>
25387+
</div>
25388+
</div>
25389+
</td>
2527725390
</tr>
2527825391

2527925392
</table>

docs/app_store/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
<nav id="scrollingNav">
11421142
<ul class="sidenav nav nav-list">
11431143
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1144-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>3.8.0</li>
1144+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>3.9.0</li>
11451145
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
11461146
<li data-group="AppStore" data-name="getSubscription" class="">
11471147
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
<nav id="scrollingNav">
13931393
<ul class="sidenav nav nav-list">
13941394
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
1395-
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>3.8.0</li>
1395+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>3.9.0</li>
13961396
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
13971397
<li data-group="Asset" data-name="createAsset" class="">
13981398
<a href="#api-Asset-createAsset">createAsset</a>

docs/files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
<nav id="scrollingNav">
11561156
<ul class="sidenav nav nav-list">
11571157
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1158-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>3.8.0</li>
1158+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>3.9.0</li>
11591159
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11601160
<li data-group="Files" data-name="createFileAssociation" class="">
11611161
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/finance/StatementResponse.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Name | Type | Description | Notes
88
**start_date** | **Date** | Start date of statement | [optional]
99
**end_date** | **Date** | End date of statement | [optional]
1010
**imported_date_time_utc** | **DateTime** | Utc date time of when the statement was imported in Xero | [optional]
11-
**import_source** | **String** | Import source of statement (STMTIMPORTSRC/MANUAL, STMTIMPORTSRC/CSV, STMTIMPORTSRC/QIF, STMTIMPORTSRC/OFX, XeroApi) | [optional]
11+
**import_source** | **String** | Indicates the source of the statement data. Either imported from 1) direct bank feed OR 2) manual customer entry or upload. Manual import sources are STMTIMPORTSRC/MANUAL, STMTIMPORTSRC/CSV, STMTIMPORTSRC/OFX, Ofx or STMTIMPORTSRC/QIF. All other import sources are direct and, depending on the direct solution, may contain the name of the financial institution. | [optional]
12+
**start_balance** | **BigDecimal** | Opening balance sourced from imported bank statements (if supplied). Note, for manually uploaded statements, this balance is also manual and usually not supplied. | [optional]
13+
**end_balance** | **BigDecimal** | Closing balance sourced from imported bank statements (if supplied). Note, for manually uploaded statements, this balance is also manual and usually not supplied. | [optional]
1214
**statement_lines** | [**Array&lt;StatementLineResponse&gt;**](StatementLineResponse.md) | List of statement lines | [optional]
1315

1416
## Code Sample
@@ -21,6 +23,8 @@ instance = XeroRuby::Finance::StatementResponse.new(statement_id: null,
2123
end_date: null,
2224
imported_date_time_utc: null,
2325
import_source: null,
26+
start_balance: null,
27+
end_balance: null,
2428
statement_lines: null)
2529
```
2630

docs/finance/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,19 @@
23452345
},
23462346
"importSource" : {
23472347
"type" : "string",
2348-
"description" : "Import source of statement (STMTIMPORTSRC/MANUAL, STMTIMPORTSRC/CSV, STMTIMPORTSRC/QIF, STMTIMPORTSRC/OFX, XeroApi)"
2348+
"description" : "Indicates the source of the statement data. Either imported from 1) direct bank feed OR 2) manual customer entry or upload. Manual import sources are STMTIMPORTSRC/MANUAL, STMTIMPORTSRC/CSV, STMTIMPORTSRC/OFX, Ofx or STMTIMPORTSRC/QIF. All other import sources are direct and, depending on the direct solution, may contain the name of the financial institution."
2349+
},
2350+
"startBalance" : {
2351+
"type" : "number",
2352+
"description" : "Opening balance sourced from imported bank statements (if supplied). Note, for manually uploaded statements, this balance is also manual and usually not supplied.",
2353+
"format" : "double",
2354+
"x-is-money" : true
2355+
},
2356+
"endBalance" : {
2357+
"type" : "number",
2358+
"description" : "Closing balance sourced from imported bank statements (if supplied). Note, for manually uploaded statements, this balance is also manual and usually not supplied.",
2359+
"format" : "double",
2360+
"x-is-money" : true
23492361
},
23502362
"statementLines" : {
23512363
"type" : "array",
@@ -2706,7 +2718,7 @@
27062718
<nav id="scrollingNav">
27072719
<ul class="sidenav nav nav-list">
27082720
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2709-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>3.8.0</li>
2721+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>3.9.0</li>
27102722
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27112723
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27122724
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/payroll_au/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3254,7 +3254,7 @@
32543254
<nav id="scrollingNav">
32553255
<ul class="sidenav nav nav-list">
32563256
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3257-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>3.8.0</li>
3257+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>3.9.0</li>
32583258
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
32593259
<li data-group="PayrollAu" data-name="createEmployee" class="">
32603260
<a href="#api-PayrollAu-createEmployee">createEmployee</a>

docs/payroll_nz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3838,7 +3838,7 @@
38383838
<nav id="scrollingNav">
38393839
<ul class="sidenav nav nav-list">
38403840
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
3841-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>3.8.0</li>
3841+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>3.9.0</li>
38423842
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
38433843
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
38443844
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

0 commit comments

Comments
 (0)