xero-node 4.28.0 → 4.28.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.
Files changed (37) hide show
  1. package/README.md +2 -2
  2. package/dist/gen/api/accountingApi.d.ts +1 -1
  3. package/dist/gen/api/accountingApi.js +2 -2
  4. package/dist/gen/api/appStoreApi.d.ts +1 -1
  5. package/dist/gen/api/appStoreApi.js +2 -2
  6. package/dist/gen/api/assetApi.d.ts +1 -1
  7. package/dist/gen/api/assetApi.js +2 -2
  8. package/dist/gen/api/bankfeedsApi.d.ts +1 -1
  9. package/dist/gen/api/bankfeedsApi.js +2 -2
  10. package/dist/gen/api/filesApi.d.ts +1 -1
  11. package/dist/gen/api/filesApi.js +2 -2
  12. package/dist/gen/api/financeApi.d.ts +1 -1
  13. package/dist/gen/api/financeApi.js +2 -2
  14. package/dist/gen/api/payrollAUApi.d.ts +1 -1
  15. package/dist/gen/api/payrollAUApi.js +2 -2
  16. package/dist/gen/api/payrollNZApi.d.ts +1 -1
  17. package/dist/gen/api/payrollNZApi.js +2 -2
  18. package/dist/gen/api/payrollUKApi.d.ts +1 -1
  19. package/dist/gen/api/payrollUKApi.js +2 -2
  20. package/dist/gen/api/projectApi.d.ts +1 -1
  21. package/dist/gen/api/projectApi.js +2 -2
  22. package/dist/gen/model/accounting/budgetLines.d.ts +29 -0
  23. package/dist/gen/model/accounting/budgetLines.js +33 -0
  24. package/dist/gen/model/accounting/budgetLines.js.map +1 -0
  25. package/dist/gen/model/accounting/tenNinteyNineContact.d.ts +112 -0
  26. package/dist/gen/model/accounting/tenNinteyNineContact.js +133 -0
  27. package/dist/gen/model/accounting/tenNinteyNineContact.js.map +1 -0
  28. package/dist/gen/model/accounting/timeZone.d.ts +123 -91
  29. package/dist/gen/model/accounting/timeZone.js +123 -91
  30. package/dist/gen/model/accounting/timeZone.js.map +1 -1
  31. package/dist/gen/model/files/fileResponse204.d.ts +17 -0
  32. package/dist/gen/model/files/fileResponse204.js +18 -0
  33. package/dist/gen/model/files/fileResponse204.js.map +1 -0
  34. package/dist/gen/model/files/inlineObject.d.ts +20 -0
  35. package/dist/gen/model/files/inlineObject.js +33 -0
  36. package/dist/gen/model/files/inlineObject.js.map +1 -0
  37. package/package.json +4 -4
package/README.md CHANGED
@@ -112,7 +112,7 @@ It is recommended that you store this token set JSON in a datastore in relation
112
112
  | access_token: | "xxx.yyy.zzz" | [Bearer token](https://oauth.net/2/jwt/) with a 30 minute expiration required for all API calls |
113
113
  | expires_in: | 1800 | Time in seconds till the token expires - 1800s is 30m |
114
114
  | refresh_token: | "XXXXXXX" | Alphanumeric string used to obtain a new Token Set w/ a fresh access_token - 60 day expiry |
115
- | scope: | "email profile openid accounting.transactions offline_access" | The Xero permissions that are embedded in the `access_token` |
115
+ | scope: | ["email", "profile", "openid", "accounting.transactions", "offline_access"] | The Xero permissions that are embedded in the `access_token` |
116
116
 
117
117
  Example Token Set JSON:
118
118
  ```
@@ -122,7 +122,7 @@ Example Token Set JSON:
122
122
  "expires_in": 1800,
123
123
  "token_type": "Bearer",
124
124
  "refresh_token": "xxxxxxxxx",
125
- "scope": "email profile openid accounting.transactions offline_access"
125
+ "scope": ["email", "profile", "openid", "accounting.transactions", "offline_access"]
126
126
  }
127
127
  ```
128
128
 
@@ -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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var AccountingApiApiKeys;
34
34
  class AccountingApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var AppStoreApiApiKeys;
34
34
  class AppStoreApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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 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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var AssetApiApiKeys;
34
34
  class AssetApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var BankFeedsApiApiKeys;
34
34
  class BankFeedsApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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 Files API
4
4
  * These endpoints are specific to Xero Files API
5
5
  *
6
- * The version of the OpenAPI document: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var FilesApiApiKeys;
34
34
  class FilesApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var FinanceApiApiKeys;
34
34
  class FinanceApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var PayrollAuApiApiKeys;
34
34
  class PayrollAuApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var PayrollNzApiApiKeys;
34
34
  class PayrollNzApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var PayrollUkApiApiKeys;
34
34
  class PayrollUkApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  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: 2.30.1
5
+ * The version of the OpenAPI document: 2.30.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: 2.30.1
6
+ * The version of the OpenAPI document: 2.30.2
7
7
  * Contact: api@xero.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ var ProjectApiApiKeys;
34
34
  class ProjectApi {
35
35
  constructor(basePathOrUsername, password, basePath) {
36
36
  this._basePath = defaultBasePath;
37
- this.defaultHeaders = { 'user-agent': 'xero-node-4.28.0' };
37
+ this.defaultHeaders = { 'user-agent': 'xero-node-4.28.1' };
38
38
  this._useQuerystring = false;
39
39
  this.binaryHeaders = {};
40
40
  this.authentications = {
@@ -0,0 +1,29 @@
1
+ export declare class BudgetLines {
2
+ /**
3
+ * Period the amount applies to (e.g. “2019-08”)
4
+ */
5
+ 'period'?: string;
6
+ /**
7
+ * LineItem Quantity
8
+ */
9
+ 'amount'?: number;
10
+ /**
11
+ * Budgeted amount
12
+ */
13
+ 'unitAmount'?: number;
14
+ /**
15
+ * Any footnotes associated with this balance
16
+ */
17
+ 'notes'?: string;
18
+ static discriminator: string | undefined;
19
+ static attributeTypeMap: Array<{
20
+ name: string;
21
+ baseName: string;
22
+ type: string;
23
+ }>;
24
+ static getAttributeTypeMap(): {
25
+ name: string;
26
+ baseName: string;
27
+ type: string;
28
+ }[];
29
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BudgetLines = void 0;
4
+ class BudgetLines {
5
+ static getAttributeTypeMap() {
6
+ return BudgetLines.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.BudgetLines = BudgetLines;
10
+ BudgetLines.discriminator = undefined;
11
+ BudgetLines.attributeTypeMap = [
12
+ {
13
+ "name": "period",
14
+ "baseName": "Period",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "amount",
19
+ "baseName": "Amount",
20
+ "type": "number"
21
+ },
22
+ {
23
+ "name": "unitAmount",
24
+ "baseName": "UnitAmount",
25
+ "type": "number"
26
+ },
27
+ {
28
+ "name": "notes",
29
+ "baseName": "Notes",
30
+ "type": "string"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=budgetLines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"budgetLines.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/budgetLines.ts"],"names":[],"mappings":";;;AACA,MAAa,WAAW;IA0CpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA5CL,kCA6CC;AA3BU,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,112 @@
1
+ /**
2
+ * Accounting API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.2.7
6
+ * Contact: api@xero.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class TenNinteyNineContact {
13
+ /**
14
+ * Box 1 on 1099 Form
15
+ */
16
+ 'box1'?: number;
17
+ /**
18
+ * Box 2 on 1099 Form
19
+ */
20
+ 'box2'?: number;
21
+ /**
22
+ * Box 3 on 1099 Form
23
+ */
24
+ 'box3'?: number;
25
+ /**
26
+ * Box 4 on 1099 Form
27
+ */
28
+ 'box4'?: number;
29
+ /**
30
+ * Box 5 on 1099 Form
31
+ */
32
+ 'box5'?: number;
33
+ /**
34
+ * Box 6 on 1099 Form
35
+ */
36
+ 'box6'?: number;
37
+ /**
38
+ * Box 7 on 1099 Form
39
+ */
40
+ 'box7'?: number;
41
+ /**
42
+ * Box 8 on 1099 Form
43
+ */
44
+ 'box8'?: number;
45
+ /**
46
+ * Box 9 on 1099 Form
47
+ */
48
+ 'box9'?: number;
49
+ /**
50
+ * Box 10 on 1099 Form
51
+ */
52
+ 'box10'?: number;
53
+ /**
54
+ * Box 11 on 1099 Form
55
+ */
56
+ 'box11'?: number;
57
+ /**
58
+ * Box 13 on 1099 Form
59
+ */
60
+ 'box13'?: number;
61
+ /**
62
+ * Box 14 on 1099 Form
63
+ */
64
+ 'box14'?: number;
65
+ /**
66
+ * Contact name on 1099 Form
67
+ */
68
+ 'name'?: string;
69
+ /**
70
+ * Contact Fed Tax ID type
71
+ */
72
+ 'federalTaxIDType'?: string;
73
+ /**
74
+ * Contact city on 1099 Form
75
+ */
76
+ 'city'?: string;
77
+ /**
78
+ * Contact zip on 1099 Form
79
+ */
80
+ 'zip'?: string;
81
+ /**
82
+ * Contact State on 1099 Form
83
+ */
84
+ 'state'?: string;
85
+ /**
86
+ * Contact email on 1099 Form
87
+ */
88
+ 'email'?: string;
89
+ /**
90
+ * Contact address on 1099 Form
91
+ */
92
+ 'streetAddress'?: string;
93
+ /**
94
+ * Contact tax id on 1099 Form
95
+ */
96
+ 'taxID'?: string;
97
+ /**
98
+ * Contact contact id
99
+ */
100
+ 'contactId'?: string;
101
+ static discriminator: string | undefined;
102
+ static attributeTypeMap: Array<{
103
+ name: string;
104
+ baseName: string;
105
+ type: string;
106
+ }>;
107
+ static getAttributeTypeMap(): {
108
+ name: string;
109
+ baseName: string;
110
+ type: string;
111
+ }[];
112
+ }
@@ -0,0 +1,133 @@
1
+ "use strict";
2
+ /**
3
+ * Accounting API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 2.2.7
7
+ * Contact: api@xero.com
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ class TenNinteyNineContact {
15
+ static getAttributeTypeMap() {
16
+ return TenNinteyNineContact.attributeTypeMap;
17
+ }
18
+ }
19
+ exports.TenNinteyNineContact = TenNinteyNineContact;
20
+ TenNinteyNineContact.discriminator = undefined;
21
+ TenNinteyNineContact.attributeTypeMap = [
22
+ {
23
+ "name": "box1",
24
+ "baseName": "Box1",
25
+ "type": "number"
26
+ },
27
+ {
28
+ "name": "box2",
29
+ "baseName": "Box2",
30
+ "type": "number"
31
+ },
32
+ {
33
+ "name": "box3",
34
+ "baseName": "Box3",
35
+ "type": "number"
36
+ },
37
+ {
38
+ "name": "box4",
39
+ "baseName": "Box4",
40
+ "type": "number"
41
+ },
42
+ {
43
+ "name": "box5",
44
+ "baseName": "Box5",
45
+ "type": "number"
46
+ },
47
+ {
48
+ "name": "box6",
49
+ "baseName": "Box6",
50
+ "type": "number"
51
+ },
52
+ {
53
+ "name": "box7",
54
+ "baseName": "Box7",
55
+ "type": "number"
56
+ },
57
+ {
58
+ "name": "box8",
59
+ "baseName": "Box8",
60
+ "type": "number"
61
+ },
62
+ {
63
+ "name": "box9",
64
+ "baseName": "Box9",
65
+ "type": "number"
66
+ },
67
+ {
68
+ "name": "box10",
69
+ "baseName": "Box10",
70
+ "type": "number"
71
+ },
72
+ {
73
+ "name": "box11",
74
+ "baseName": "Box11",
75
+ "type": "number"
76
+ },
77
+ {
78
+ "name": "box13",
79
+ "baseName": "Box13",
80
+ "type": "number"
81
+ },
82
+ {
83
+ "name": "box14",
84
+ "baseName": "Box14",
85
+ "type": "number"
86
+ },
87
+ {
88
+ "name": "name",
89
+ "baseName": "Name",
90
+ "type": "string"
91
+ },
92
+ {
93
+ "name": "federalTaxIDType",
94
+ "baseName": "FederalTaxIDType",
95
+ "type": "string"
96
+ },
97
+ {
98
+ "name": "city",
99
+ "baseName": "City",
100
+ "type": "string"
101
+ },
102
+ {
103
+ "name": "zip",
104
+ "baseName": "Zip",
105
+ "type": "string"
106
+ },
107
+ {
108
+ "name": "state",
109
+ "baseName": "State",
110
+ "type": "string"
111
+ },
112
+ {
113
+ "name": "email",
114
+ "baseName": "Email",
115
+ "type": "string"
116
+ },
117
+ {
118
+ "name": "streetAddress",
119
+ "baseName": "StreetAddress",
120
+ "type": "string"
121
+ },
122
+ {
123
+ "name": "taxID",
124
+ "baseName": "TaxID",
125
+ "type": "string"
126
+ },
127
+ {
128
+ "name": "contactId",
129
+ "baseName": "ContactId",
130
+ "type": "string"
131
+ }
132
+ ];
133
+ //# sourceMappingURL=tenNinteyNineContact.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tenNinteyNineContact.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/tenNinteyNineContact.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH,MAAa,oBAAoB;IA4M7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA9ML,oDA+MC;AArHU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}