xero-node 4.22.0 → 4.23.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.
Files changed (44) hide show
  1. package/dist/gen/api/accountingApi.d.ts +32 -1
  2. package/dist/gen/api/accountingApi.js +134 -2
  3. package/dist/gen/api/accountingApi.js.map +1 -1
  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/{files/inlineObject.d.ts → accounting/batchPaymentDelete.d.ts} +7 -6
  23. package/dist/gen/model/accounting/batchPaymentDelete.js +23 -0
  24. package/dist/gen/model/accounting/batchPaymentDelete.js.map +1 -0
  25. package/dist/gen/model/{files/fileResponse204.d.ts → accounting/batchPaymentDeleteByUrlParam.d.ts} +3 -3
  26. package/dist/gen/model/accounting/batchPaymentDeleteByUrlParam.js +18 -0
  27. package/dist/gen/model/accounting/batchPaymentDeleteByUrlParam.js.map +1 -0
  28. package/dist/gen/model/accounting/models.d.ts +2 -0
  29. package/dist/gen/model/accounting/models.js +6 -0
  30. package/dist/gen/model/accounting/models.js.map +1 -1
  31. package/dist/gen/model/payroll-au/taxDeclaration.d.ts +4 -0
  32. package/dist/gen/model/payroll-au/taxDeclaration.js +5 -0
  33. package/dist/gen/model/payroll-au/taxDeclaration.js.map +1 -1
  34. package/package.json +4 -4
  35. package/dist/gen/model/accounting/budgetLines.d.ts +0 -29
  36. package/dist/gen/model/accounting/budgetLines.js +0 -33
  37. package/dist/gen/model/accounting/budgetLines.js.map +0 -1
  38. package/dist/gen/model/accounting/tenNinteyNineContact.d.ts +0 -112
  39. package/dist/gen/model/accounting/tenNinteyNineContact.js +0 -133
  40. package/dist/gen/model/accounting/tenNinteyNineContact.js.map +0 -1
  41. package/dist/gen/model/files/fileResponse204.js +0 -18
  42. package/dist/gen/model/files/fileResponse204.js.map +0 -1
  43. package/dist/gen/model/files/inlineObject.js +0 -33
  44. package/dist/gen/model/files/inlineObject.js.map +0 -1
@@ -1,112 +0,0 @@
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
- }
@@ -1,133 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FileResponse204 = void 0;
4
- class FileResponse204 {
5
- static getAttributeTypeMap() {
6
- return FileResponse204.attributeTypeMap;
7
- }
8
- }
9
- exports.FileResponse204 = FileResponse204;
10
- FileResponse204.discriminator = undefined;
11
- FileResponse204.attributeTypeMap = [
12
- {
13
- "name": "status",
14
- "baseName": "Status",
15
- "type": "string"
16
- }
17
- ];
18
- //# sourceMappingURL=fileResponse204.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fileResponse204.js","sourceRoot":"","sources":["../../../../src/gen/model/files/fileResponse204.ts"],"names":[],"mappings":";;;AACA,MAAa,eAAe;IAexB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAjBL,0CAkBC;AAZU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InlineObject = void 0;
4
- class InlineObject {
5
- static getAttributeTypeMap() {
6
- return InlineObject.attributeTypeMap;
7
- }
8
- }
9
- exports.InlineObject = InlineObject;
10
- InlineObject.discriminator = undefined;
11
- InlineObject.attributeTypeMap = [
12
- {
13
- "name": "body",
14
- "baseName": "body",
15
- "type": "string"
16
- },
17
- {
18
- "name": "name",
19
- "baseName": "name",
20
- "type": "string"
21
- },
22
- {
23
- "name": "filename",
24
- "baseName": "filename",
25
- "type": "string"
26
- },
27
- {
28
- "name": "mimeType",
29
- "baseName": "mimeType",
30
- "type": "string"
31
- }
32
- ];
33
- //# sourceMappingURL=inlineObject.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inlineObject.js","sourceRoot":"","sources":["../../../../src/gen/model/files/inlineObject.ts"],"names":[],"mappings":";;;AACA,MAAa,YAAY;IAiCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAnCL,oCAoCC;AA3BU,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}