xero-node 9.0.0 → 9.1.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.
- package/dist/gen/api/accountingApi.d.ts +1 -1
- package/dist/gen/api/accountingApi.js +2 -2
- package/dist/gen/api/appStoreApi.d.ts +1 -1
- package/dist/gen/api/appStoreApi.js +2 -2
- package/dist/gen/api/assetApi.d.ts +1 -1
- package/dist/gen/api/assetApi.js +2 -2
- package/dist/gen/api/bankfeedsApi.d.ts +1 -1
- package/dist/gen/api/bankfeedsApi.js +2 -2
- package/dist/gen/api/filesApi.d.ts +1 -1
- package/dist/gen/api/filesApi.js +2 -2
- package/dist/gen/api/financeApi.d.ts +1 -1
- package/dist/gen/api/financeApi.js +2 -2
- package/dist/gen/api/payrollAUApi.d.ts +1 -1
- package/dist/gen/api/payrollAUApi.js +2 -2
- package/dist/gen/api/payrollNZApi.d.ts +64 -1
- package/dist/gen/api/payrollNZApi.js +316 -9
- package/dist/gen/api/payrollNZApi.js.map +1 -1
- package/dist/gen/api/payrollUKApi.d.ts +1 -1
- package/dist/gen/api/payrollUKApi.js +2 -2
- package/dist/gen/api/projectApi.d.ts +1 -1
- package/dist/gen/api/projectApi.js +2 -2
- package/dist/gen/model/accounting/bankTransactions.d.ts +5 -0
- package/dist/gen/model/accounting/bankTransactions.js +5 -0
- package/dist/gen/model/accounting/bankTransactions.js.map +1 -1
- package/dist/gen/model/accounting/contacts.d.ts +5 -0
- package/dist/gen/model/accounting/contacts.js +5 -0
- package/dist/gen/model/accounting/contacts.js.map +1 -1
- package/dist/gen/model/accounting/creditNotes.d.ts +5 -0
- package/dist/gen/model/accounting/creditNotes.js +5 -0
- package/dist/gen/model/accounting/creditNotes.js.map +1 -1
- package/dist/gen/model/accounting/invoices.d.ts +5 -0
- package/dist/gen/model/accounting/invoices.js +5 -0
- package/dist/gen/model/accounting/invoices.js.map +1 -1
- package/dist/gen/model/accounting/journals.d.ts +5 -0
- package/dist/gen/model/accounting/journals.js +5 -0
- package/dist/gen/model/accounting/journals.js.map +1 -1
- package/dist/gen/model/accounting/manualJournals.d.ts +5 -0
- package/dist/gen/model/accounting/manualJournals.js +5 -0
- package/dist/gen/model/accounting/manualJournals.js.map +1 -1
- package/dist/gen/model/accounting/overpayments.d.ts +5 -0
- package/dist/gen/model/accounting/overpayments.js +5 -0
- package/dist/gen/model/accounting/overpayments.js.map +1 -1
- package/dist/gen/model/accounting/payments.d.ts +5 -0
- package/dist/gen/model/accounting/payments.js +5 -0
- package/dist/gen/model/accounting/payments.js.map +1 -1
- package/dist/gen/model/accounting/prepayments.d.ts +5 -0
- package/dist/gen/model/accounting/prepayments.js +5 -0
- package/dist/gen/model/accounting/prepayments.js.map +1 -1
- package/dist/gen/model/accounting/purchaseOrders.d.ts +5 -0
- package/dist/gen/model/accounting/purchaseOrders.js +5 -0
- package/dist/gen/model/accounting/purchaseOrders.js.map +1 -1
- package/dist/gen/model/payroll-nz/employee.d.ts +8 -0
- package/dist/gen/model/payroll-nz/employee.js +10 -0
- package/dist/gen/model/payroll-nz/employee.js.map +1 -1
- package/dist/gen/model/payroll-nz/employeeLeaveSetup.d.ts +8 -0
- package/dist/gen/model/payroll-nz/employeeLeaveSetup.js +10 -0
- package/dist/gen/model/payroll-nz/employeeLeaveSetup.js.map +1 -1
- package/dist/gen/model/payroll-nz/employeeLeaveType.d.ts +4 -0
- package/dist/gen/model/payroll-nz/employeeLeaveType.js +5 -0
- package/dist/gen/model/payroll-nz/employeeLeaveType.js.map +1 -1
- package/dist/gen/model/payroll-nz/employeeWorkingPattern.d.ts +21 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPattern.js +23 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPattern.js.map +1 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeks.d.ts +23 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeks.js +28 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeks.js.map +1 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksObject.d.ts +19 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksObject.js +28 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksObject.js.map +1 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksRequest.d.ts +19 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksRequest.js +23 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternWithWorkingWeeksRequest.js.map +1 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternsObject.d.ts +19 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternsObject.js +28 -0
- package/dist/gen/model/payroll-nz/employeeWorkingPatternsObject.js.map +1 -0
- package/dist/gen/model/payroll-nz/employment.d.ts +8 -0
- package/dist/gen/model/payroll-nz/employment.js +10 -0
- package/dist/gen/model/payroll-nz/employment.js.map +1 -1
- package/dist/gen/model/payroll-nz/models.d.ts +6 -0
- package/dist/gen/model/payroll-nz/models.js +19 -0
- package/dist/gen/model/payroll-nz/models.js.map +1 -1
- package/dist/gen/model/payroll-nz/salaryAndWage.d.ts +8 -0
- package/dist/gen/model/payroll-nz/salaryAndWage.js +10 -0
- package/dist/gen/model/payroll-nz/salaryAndWage.js.map +1 -1
- package/dist/gen/model/payroll-nz/workingWeek.d.ts +41 -0
- package/dist/gen/model/payroll-nz/workingWeek.js +48 -0
- package/dist/gen/model/payroll-nz/workingWeek.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Accounting API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Accounting API
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -39,7 +39,7 @@ var AccountingApiApiKeys;
|
|
|
39
39
|
class AccountingApi {
|
|
40
40
|
constructor(basePathOrUsername, password, basePath) {
|
|
41
41
|
this._basePath = defaultBasePath;
|
|
42
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
42
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
43
43
|
this._useQuerystring = false;
|
|
44
44
|
this.binaryHeaders = {};
|
|
45
45
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero AppStore API
|
|
3
3
|
* These endpoints are for Xero Partners to interact with the App Store Billing platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero AppStore API
|
|
4
4
|
* These endpoints are for Xero Partners to interact with the App Store Billing platform
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var AppStoreApiApiKeys;
|
|
|
38
38
|
class AppStoreApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Assets API
|
|
3
3
|
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/gen/api/assetApi.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Assets API
|
|
4
4
|
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var AssetApiApiKeys;
|
|
|
38
38
|
class AssetApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Bank Feeds API
|
|
3
3
|
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Bank Feeds API
|
|
4
4
|
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var BankFeedsApiApiKeys;
|
|
|
38
38
|
class BankFeedsApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Files API
|
|
3
3
|
* These endpoints are specific to Xero Files API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/gen/api/filesApi.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Files API
|
|
4
4
|
* These endpoints are specific to Xero Files API
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var FilesApiApiKeys;
|
|
|
38
38
|
class FilesApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Finance API
|
|
3
3
|
* The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Finance API
|
|
4
4
|
* The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var FinanceApiApiKeys;
|
|
|
38
38
|
class FinanceApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll AU API
|
|
3
3
|
* This is the Xero Payroll API for orgs in Australia region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Payroll AU API
|
|
4
4
|
* This is the Xero Payroll API for orgs in Australia region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 6.
|
|
6
|
+
* The version of the OpenAPI document: 6.1.1
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var PayrollAuApiApiKeys;
|
|
|
38
38
|
class PayrollAuApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-9.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-9.1.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll NZ
|
|
3
3
|
* This is the Xero Payroll API for orgs in the NZ region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 6.
|
|
5
|
+
* The version of the OpenAPI document: 6.1.1
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -35,6 +35,9 @@ import { EmployeeOpeningBalancesObject } from '../model/payroll-nz/employeeOpeni
|
|
|
35
35
|
import { EmployeePayTemplates } from '../model/payroll-nz/employeePayTemplates';
|
|
36
36
|
import { EmployeeTax } from '../model/payroll-nz/employeeTax';
|
|
37
37
|
import { EmployeeTaxObject } from '../model/payroll-nz/employeeTaxObject';
|
|
38
|
+
import { EmployeeWorkingPatternWithWorkingWeeksObject } from '../model/payroll-nz/employeeWorkingPatternWithWorkingWeeksObject';
|
|
39
|
+
import { EmployeeWorkingPatternWithWorkingWeeksRequest } from '../model/payroll-nz/employeeWorkingPatternWithWorkingWeeksRequest';
|
|
40
|
+
import { EmployeeWorkingPatternsObject } from '../model/payroll-nz/employeeWorkingPatternsObject';
|
|
38
41
|
import { Employees } from '../model/payroll-nz/employees';
|
|
39
42
|
import { Employment } from '../model/payroll-nz/employment';
|
|
40
43
|
import { EmploymentObject } from '../model/payroll-nz/employmentObject';
|
|
@@ -263,6 +266,22 @@ export declare class PayrollNzApi {
|
|
|
263
266
|
response: AxiosResponse;
|
|
264
267
|
body: SalaryAndWageObject;
|
|
265
268
|
}>;
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @summary Creates an employee working pattern
|
|
272
|
+
* @param xeroTenantId Xero identifier for Tenant
|
|
273
|
+
* @param employeeID Employee id for single object
|
|
274
|
+
* @param employeeWorkingPatternWithWorkingWeeksRequest
|
|
275
|
+
* @param idempotencyKey This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
|
|
276
|
+
*/
|
|
277
|
+
createEmployeeWorkingPattern(xeroTenantId: string, employeeID: string, employeeWorkingPatternWithWorkingWeeksRequest: EmployeeWorkingPatternWithWorkingWeeksRequest, idempotencyKey?: string, options?: {
|
|
278
|
+
headers: {
|
|
279
|
+
[name: string]: string;
|
|
280
|
+
};
|
|
281
|
+
}): Promise<{
|
|
282
|
+
response: AxiosResponse;
|
|
283
|
+
body: EmployeeWorkingPatternWithWorkingWeeksObject;
|
|
284
|
+
}>;
|
|
266
285
|
/**
|
|
267
286
|
*
|
|
268
287
|
* @summary Creates an employment detail for a specific employee
|
|
@@ -446,6 +465,21 @@ export declare class PayrollNzApi {
|
|
|
446
465
|
response: AxiosResponse;
|
|
447
466
|
body: SalaryAndWageObject;
|
|
448
467
|
}>;
|
|
468
|
+
/**
|
|
469
|
+
*
|
|
470
|
+
* @summary deletes employee\'s working patterns
|
|
471
|
+
* @param xeroTenantId Xero identifier for Tenant
|
|
472
|
+
* @param employeeID Employee id for single object
|
|
473
|
+
* @param employeeWorkingPatternID Employee working pattern id for single object
|
|
474
|
+
*/
|
|
475
|
+
deleteEmployeeWorkingPattern(xeroTenantId: string, employeeID: string, employeeWorkingPatternID: string, options?: {
|
|
476
|
+
headers: {
|
|
477
|
+
[name: string]: string;
|
|
478
|
+
};
|
|
479
|
+
}): Promise<{
|
|
480
|
+
response: AxiosResponse;
|
|
481
|
+
body: EmployeeLeaveObject;
|
|
482
|
+
}>;
|
|
449
483
|
/**
|
|
450
484
|
*
|
|
451
485
|
* @summary Deletes a timesheet
|
|
@@ -689,6 +723,35 @@ export declare class PayrollNzApi {
|
|
|
689
723
|
response: AxiosResponse;
|
|
690
724
|
body: EmployeeTaxObject;
|
|
691
725
|
}>;
|
|
726
|
+
/**
|
|
727
|
+
*
|
|
728
|
+
* @summary Retrieves employee\'s working patterns
|
|
729
|
+
* @param xeroTenantId Xero identifier for Tenant
|
|
730
|
+
* @param employeeID Employee id for single object
|
|
731
|
+
* @param employeeWorkingPatternID Employee working pattern id for single object
|
|
732
|
+
*/
|
|
733
|
+
getEmployeeWorkingPattern(xeroTenantId: string, employeeID: string, employeeWorkingPatternID: string, options?: {
|
|
734
|
+
headers: {
|
|
735
|
+
[name: string]: string;
|
|
736
|
+
};
|
|
737
|
+
}): Promise<{
|
|
738
|
+
response: AxiosResponse;
|
|
739
|
+
body: EmployeeWorkingPatternWithWorkingWeeksObject;
|
|
740
|
+
}>;
|
|
741
|
+
/**
|
|
742
|
+
*
|
|
743
|
+
* @summary Retrieves employee\'s working patterns
|
|
744
|
+
* @param xeroTenantId Xero identifier for Tenant
|
|
745
|
+
* @param employeeID Employee id for single object
|
|
746
|
+
*/
|
|
747
|
+
getEmployeeWorkingPatterns(xeroTenantId: string, employeeID: string, options?: {
|
|
748
|
+
headers: {
|
|
749
|
+
[name: string]: string;
|
|
750
|
+
};
|
|
751
|
+
}): Promise<{
|
|
752
|
+
response: AxiosResponse;
|
|
753
|
+
body: EmployeeWorkingPatternsObject;
|
|
754
|
+
}>;
|
|
692
755
|
/**
|
|
693
756
|
*
|
|
694
757
|
* @summary Retrieves employees
|