xero-node 15.0.0 → 15.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/payrollAUV2Api.d.ts +1 -1
- package/dist/gen/api/payrollAUV2Api.js +2 -2
- package/dist/gen/api/payrollNZApi.d.ts +1 -1
- package/dist/gen/api/payrollNZApi.js +2 -2
- 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/organisation.d.ts +18 -2
- package/dist/gen/model/accounting/organisation.js +16 -0
- package/dist/gen/model/accounting/organisation.js.map +1 -1
- 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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
42
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll AU API 2.0
|
|
3
3
|
* This is the Xero Payroll API 2.0 for orgs in Australia region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 2.0
|
|
4
4
|
* This is the Xero Payroll API 2.0 for orgs in Australia region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 PayrollAuV2ApiApiKeys;
|
|
|
38
38
|
class PayrollAuV2Api {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
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: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 NZ
|
|
4
4
|
* This is the Xero Payroll API for orgs in the NZ region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 PayrollNzApiApiKeys;
|
|
|
38
38
|
class PayrollNzApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll UK
|
|
3
3
|
* This is the Xero Payroll API for orgs in the UK region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 UK
|
|
4
4
|
* This is the Xero Payroll API for orgs in the UK region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 PayrollUkApiApiKeys;
|
|
|
38
38
|
class PayrollUkApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Projects API
|
|
3
3
|
* This is the Xero Projects API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 12.0.
|
|
5
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 Projects API
|
|
4
4
|
* This is the Xero Projects API
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 12.0.
|
|
6
|
+
* The version of the OpenAPI document: 12.0.2
|
|
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 ProjectApiApiKeys;
|
|
|
38
38
|
class ProjectApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-15.0.1' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -164,7 +164,15 @@ export declare namespace Organisation {
|
|
|
164
164
|
SELFMANAGEDSUPERANNUATIONFUND,
|
|
165
165
|
SOLETRADER,
|
|
166
166
|
SUPERANNUATIONFUND,
|
|
167
|
-
TRUST
|
|
167
|
+
TRUST,
|
|
168
|
+
PERSONAL,
|
|
169
|
+
SINGLEMEMBERLLC,
|
|
170
|
+
CCORPORATIONLLC,
|
|
171
|
+
PARTNERSHIPLLC,
|
|
172
|
+
SCORPORATIONLLC,
|
|
173
|
+
LLC,
|
|
174
|
+
NOTLLC,
|
|
175
|
+
UNSPECIFIED
|
|
168
176
|
}
|
|
169
177
|
enum SalesTaxBasisEnum {
|
|
170
178
|
PAYMENTS,
|
|
@@ -206,7 +214,15 @@ export declare namespace Organisation {
|
|
|
206
214
|
SELFMANAGEDSUPERANNUATIONFUND,
|
|
207
215
|
SOLETRADER,
|
|
208
216
|
SUPERANNUATIONFUND,
|
|
209
|
-
TRUST
|
|
217
|
+
TRUST,
|
|
218
|
+
PERSONAL,
|
|
219
|
+
SINGLEMEMBERLLC,
|
|
220
|
+
CCORPORATIONLLC,
|
|
221
|
+
PARTNERSHIPLLC,
|
|
222
|
+
SCORPORATIONLLC,
|
|
223
|
+
LLC,
|
|
224
|
+
NOTLLC,
|
|
225
|
+
UNSPECIFIED
|
|
210
226
|
}
|
|
211
227
|
enum ClassEnum {
|
|
212
228
|
DEMO,
|
|
@@ -204,6 +204,14 @@ Organisation.attributeTypeMap = [
|
|
|
204
204
|
OrganisationTypeEnum[OrganisationTypeEnum["SOLETRADER"] = 'SOLE_TRADER'] = "SOLETRADER";
|
|
205
205
|
OrganisationTypeEnum[OrganisationTypeEnum["SUPERANNUATIONFUND"] = 'SUPERANNUATION_FUND'] = "SUPERANNUATIONFUND";
|
|
206
206
|
OrganisationTypeEnum[OrganisationTypeEnum["TRUST"] = 'TRUST'] = "TRUST";
|
|
207
|
+
OrganisationTypeEnum[OrganisationTypeEnum["PERSONAL"] = 'PERSONAL'] = "PERSONAL";
|
|
208
|
+
OrganisationTypeEnum[OrganisationTypeEnum["SINGLEMEMBERLLC"] = 'SINGLEMEMBERLLC'] = "SINGLEMEMBERLLC";
|
|
209
|
+
OrganisationTypeEnum[OrganisationTypeEnum["CCORPORATIONLLC"] = 'CCORPORATIONLLC'] = "CCORPORATIONLLC";
|
|
210
|
+
OrganisationTypeEnum[OrganisationTypeEnum["PARTNERSHIPLLC"] = 'PARTNERSHIPLLC'] = "PARTNERSHIPLLC";
|
|
211
|
+
OrganisationTypeEnum[OrganisationTypeEnum["SCORPORATIONLLC"] = 'SCORPORATIONLLC'] = "SCORPORATIONLLC";
|
|
212
|
+
OrganisationTypeEnum[OrganisationTypeEnum["LLC"] = 'LLC'] = "LLC";
|
|
213
|
+
OrganisationTypeEnum[OrganisationTypeEnum["NOTLLC"] = 'NOTLLC'] = "NOTLLC";
|
|
214
|
+
OrganisationTypeEnum[OrganisationTypeEnum["UNSPECIFIED"] = 'UNSPECIFIED'] = "UNSPECIFIED";
|
|
207
215
|
})(OrganisationTypeEnum = Organisation.OrganisationTypeEnum || (Organisation.OrganisationTypeEnum = {}));
|
|
208
216
|
let SalesTaxBasisEnum;
|
|
209
217
|
(function (SalesTaxBasisEnum) {
|
|
@@ -249,6 +257,14 @@ Organisation.attributeTypeMap = [
|
|
|
249
257
|
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["SOLETRADER"] = 'SOLE_TRADER'] = "SOLETRADER";
|
|
250
258
|
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["SUPERANNUATIONFUND"] = 'SUPERANNUATION_FUND'] = "SUPERANNUATIONFUND";
|
|
251
259
|
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["TRUST"] = 'TRUST'] = "TRUST";
|
|
260
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["PERSONAL"] = 'PERSONAL'] = "PERSONAL";
|
|
261
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["SINGLEMEMBERLLC"] = 'SINGLEMEMBERLLC'] = "SINGLEMEMBERLLC";
|
|
262
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["CCORPORATIONLLC"] = 'CCORPORATIONLLC'] = "CCORPORATIONLLC";
|
|
263
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["PARTNERSHIPLLC"] = 'PARTNERSHIPLLC'] = "PARTNERSHIPLLC";
|
|
264
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["SCORPORATIONLLC"] = 'SCORPORATIONLLC'] = "SCORPORATIONLLC";
|
|
265
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["LLC"] = 'LLC'] = "LLC";
|
|
266
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["NOTLLC"] = 'NOTLLC'] = "NOTLLC";
|
|
267
|
+
OrganisationEntityTypeEnum[OrganisationEntityTypeEnum["UNSPECIFIED"] = 'UNSPECIFIED'] = "UNSPECIFIED";
|
|
252
268
|
})(OrganisationEntityTypeEnum = Organisation.OrganisationEntityTypeEnum || (Organisation.OrganisationEntityTypeEnum = {}));
|
|
253
269
|
let ClassEnum;
|
|
254
270
|
(function (ClassEnum) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/organisation.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"organisation.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/organisation.ts"],"names":[],"mappings":"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"}
|