connectwise-rest 0.25.1 → 1.0.2

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 (282) hide show
  1. package/.eslintrc +17 -52
  2. package/.gitattributes +1 -0
  3. package/.mocharc.json +5 -0
  4. package/.prettierrc +7 -0
  5. package/README.md +293 -230
  6. package/api-extractor.json +364 -0
  7. package/dist/Automate/AVTemplatePoliciesAPI.d.ts +36 -0
  8. package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
  9. package/dist/Automate/AVTemplatePoliciesAPI.js +92 -0
  10. package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
  11. package/dist/Automate/ClientsAPI.d.ts +44 -0
  12. package/dist/Automate/ClientsAPI.d.ts.map +1 -0
  13. package/dist/Automate/ClientsAPI.js +119 -0
  14. package/dist/Automate/ClientsAPI.js.map +1 -0
  15. package/dist/Automate/CommandsAPI.d.ts +20 -0
  16. package/dist/Automate/CommandsAPI.d.ts.map +1 -0
  17. package/dist/Automate/CommandsAPI.js +36 -0
  18. package/dist/Automate/CommandsAPI.js.map +1 -0
  19. package/dist/Automate/ComputersAPI.d.ts +131 -0
  20. package/dist/Automate/ComputersAPI.d.ts.map +1 -0
  21. package/dist/Automate/ComputersAPI.js +358 -0
  22. package/dist/Automate/ComputersAPI.js.map +1 -0
  23. package/dist/Automate/ContactsAPI.d.ts +24 -0
  24. package/dist/Automate/ContactsAPI.d.ts.map +1 -0
  25. package/dist/Automate/ContactsAPI.js +50 -0
  26. package/dist/Automate/ContactsAPI.js.map +1 -0
  27. package/dist/Automate/DataViewsAPI.d.ts +22 -0
  28. package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
  29. package/dist/Automate/DataViewsAPI.js +36 -0
  30. package/dist/Automate/DataViewsAPI.js.map +1 -0
  31. package/dist/Automate/DrivesAPI.d.ts +25 -0
  32. package/dist/Automate/DrivesAPI.d.ts.map +1 -0
  33. package/dist/Automate/DrivesAPI.js +57 -0
  34. package/dist/Automate/DrivesAPI.js.map +1 -0
  35. package/dist/Automate/EventLogsAPI.d.ts +19 -0
  36. package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
  37. package/dist/Automate/EventLogsAPI.js +29 -0
  38. package/dist/Automate/EventLogsAPI.js.map +1 -0
  39. package/dist/Automate/LocationsAPI.d.ts +57 -0
  40. package/dist/Automate/LocationsAPI.d.ts.map +1 -0
  41. package/dist/Automate/LocationsAPI.js +138 -0
  42. package/dist/Automate/LocationsAPI.js.map +1 -0
  43. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +19 -0
  44. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
  45. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +29 -0
  46. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
  47. package/dist/Automate/MonitorsAPI.d.ts +29 -0
  48. package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
  49. package/dist/Automate/MonitorsAPI.js +85 -0
  50. package/dist/Automate/MonitorsAPI.js.map +1 -0
  51. package/dist/Automate/NetworkDevicesAPI.d.ts +23 -0
  52. package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
  53. package/dist/Automate/NetworkDevicesAPI.js +43 -0
  54. package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
  55. package/dist/Automate/PatchingAPI.d.ts +33 -0
  56. package/dist/Automate/PatchingAPI.d.ts.map +1 -0
  57. package/dist/Automate/PatchingAPI.js +99 -0
  58. package/dist/Automate/PatchingAPI.js.map +1 -0
  59. package/dist/Automate/RemoteAgentAPI.d.ts +24 -0
  60. package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
  61. package/dist/Automate/RemoteAgentAPI.js +50 -0
  62. package/dist/Automate/RemoteAgentAPI.js.map +1 -0
  63. package/dist/Automate/ScriptingAPI.d.ts +41 -0
  64. package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
  65. package/dist/Automate/ScriptingAPI.js +109 -0
  66. package/dist/Automate/ScriptingAPI.js.map +1 -0
  67. package/dist/Automate/SearchesAPI.d.ts +23 -0
  68. package/dist/Automate/SearchesAPI.d.ts.map +1 -0
  69. package/dist/Automate/SearchesAPI.js +43 -0
  70. package/dist/Automate/SearchesAPI.js.map +1 -0
  71. package/dist/Automate/SystemAPI.d.ts +97 -0
  72. package/dist/Automate/SystemAPI.d.ts.map +1 -0
  73. package/dist/Automate/SystemAPI.js +273 -0
  74. package/dist/Automate/SystemAPI.js.map +1 -0
  75. package/dist/Automate/TicketsAPI.d.ts +14 -0
  76. package/dist/Automate/TicketsAPI.d.ts.map +1 -0
  77. package/dist/Automate/TicketsAPI.js +29 -0
  78. package/dist/Automate/TicketsAPI.js.map +1 -0
  79. package/dist/Automate/UserProfilesAPI.d.ts +19 -0
  80. package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
  81. package/dist/Automate/UserProfilesAPI.js +28 -0
  82. package/dist/Automate/UserProfilesAPI.js.map +1 -0
  83. package/dist/Automate.d.ts +43 -0
  84. package/dist/Automate.d.ts.map +1 -0
  85. package/dist/Automate.js +164 -0
  86. package/dist/Automate.js.map +1 -0
  87. package/dist/AutomateAPI.d.ts +129 -0
  88. package/dist/AutomateAPI.d.ts.map +1 -0
  89. package/dist/AutomateAPI.js +175 -0
  90. package/dist/AutomateAPI.js.map +1 -0
  91. package/dist/AutomateTypes.d.ts +10437 -0
  92. package/dist/AutomateTypes.d.ts.map +1 -0
  93. package/dist/AutomateTypes.js +3 -0
  94. package/dist/AutomateTypes.js.map +1 -0
  95. package/dist/BaseAPI.d.ts +26 -0
  96. package/dist/BaseAPI.d.ts.map +1 -0
  97. package/dist/BaseAPI.js +116 -0
  98. package/dist/BaseAPI.js.map +1 -0
  99. package/dist/Manage/CompanyAPI.d.ts +662 -0
  100. package/dist/Manage/CompanyAPI.d.ts.map +1 -0
  101. package/dist/Manage/CompanyAPI.js +3299 -0
  102. package/dist/Manage/CompanyAPI.js.map +1 -0
  103. package/dist/Manage/ConfigurationsAPI.d.ts +32 -0
  104. package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
  105. package/dist/Manage/ConfigurationsAPI.js +78 -0
  106. package/dist/Manage/ConfigurationsAPI.js.map +1 -0
  107. package/dist/Manage/ExpenseAPI.d.ts +85 -0
  108. package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
  109. package/dist/Manage/ExpenseAPI.js +311 -0
  110. package/dist/Manage/ExpenseAPI.js.map +1 -0
  111. package/dist/Manage/FinanceAPI.d.ts +538 -0
  112. package/dist/Manage/FinanceAPI.d.ts.map +1 -0
  113. package/dist/Manage/FinanceAPI.js +2592 -0
  114. package/dist/Manage/FinanceAPI.js.map +1 -0
  115. package/dist/Manage/MarketingAPI.d.ts +142 -0
  116. package/dist/Manage/MarketingAPI.d.ts.map +1 -0
  117. package/dist/Manage/MarketingAPI.js +634 -0
  118. package/dist/Manage/MarketingAPI.js.map +1 -0
  119. package/dist/Manage/ProcurementAPI.d.ts +435 -0
  120. package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
  121. package/dist/Manage/ProcurementAPI.js +2103 -0
  122. package/dist/Manage/ProcurementAPI.js.map +1 -0
  123. package/dist/Manage/ProjectAPI.d.ts +215 -0
  124. package/dist/Manage/ProjectAPI.d.ts.map +1 -0
  125. package/dist/Manage/ProjectAPI.js +945 -0
  126. package/dist/Manage/ProjectAPI.js.map +1 -0
  127. package/dist/Manage/SalesAPI.d.ts +299 -0
  128. package/dist/Manage/SalesAPI.d.ts.map +1 -0
  129. package/dist/Manage/SalesAPI.js +1397 -0
  130. package/dist/Manage/SalesAPI.js.map +1 -0
  131. package/dist/Manage/ScheduleAPI.d.ts +132 -0
  132. package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
  133. package/dist/Manage/ScheduleAPI.js +580 -0
  134. package/dist/Manage/ScheduleAPI.js.map +1 -0
  135. package/dist/Manage/ServiceAPI.d.ts +493 -0
  136. package/dist/Manage/ServiceAPI.d.ts.map +1 -0
  137. package/dist/Manage/ServiceAPI.js +2339 -0
  138. package/dist/Manage/ServiceAPI.js.map +1 -0
  139. package/dist/Manage/SystemAPI.d.ts +954 -0
  140. package/dist/Manage/SystemAPI.d.ts.map +1 -0
  141. package/dist/Manage/SystemAPI.js +4536 -0
  142. package/dist/Manage/SystemAPI.js.map +1 -0
  143. package/dist/Manage/TimeAPI.d.ts +186 -0
  144. package/dist/Manage/TimeAPI.d.ts.map +1 -0
  145. package/dist/Manage/TimeAPI.js +840 -0
  146. package/dist/Manage/TimeAPI.js.map +1 -0
  147. package/dist/Manage.d.ts +39 -0
  148. package/dist/Manage.d.ts.map +1 -0
  149. package/dist/Manage.js +137 -0
  150. package/dist/Manage.js.map +1 -0
  151. package/dist/ManageAPI.d.ts +135 -0
  152. package/dist/ManageAPI.d.ts.map +1 -0
  153. package/dist/ManageAPI.js +115 -0
  154. package/dist/ManageAPI.js.map +1 -0
  155. package/dist/ManageTypes.d.ts +91320 -0
  156. package/dist/ManageTypes.d.ts.map +1 -0
  157. package/dist/ManageTypes.js +7 -0
  158. package/dist/ManageTypes.js.map +1 -0
  159. package/dist/connectwise-rest.d.ts +108638 -0
  160. package/dist/index.d.ts +12 -0
  161. package/dist/index.d.ts.map +1 -0
  162. package/dist/index.js +36 -0
  163. package/dist/index.js.map +1 -0
  164. package/dist/tsdoc-metadata.json +11 -0
  165. package/dist/types.d.ts +48 -0
  166. package/dist/types.d.ts.map +1 -0
  167. package/dist/types.js +21 -0
  168. package/dist/types.js.map +1 -0
  169. package/dist/utils/Callback.d.ts +70 -0
  170. package/dist/utils/Callback.d.ts.map +1 -0
  171. package/dist/utils/Callback.js +109 -0
  172. package/dist/utils/Callback.js.map +1 -0
  173. package/dist/utils/Series.d.ts +42 -0
  174. package/dist/utils/Series.d.ts.map +1 -0
  175. package/dist/utils/Series.js +68 -0
  176. package/dist/utils/Series.js.map +1 -0
  177. package/dist/utils/index.d.ts +7 -0
  178. package/dist/utils/index.d.ts.map +1 -0
  179. package/dist/utils/index.js +11 -0
  180. package/dist/utils/index.js.map +1 -0
  181. package/package.json +50 -19
  182. package/src/Automate/AVTemplatePoliciesAPI.ts +124 -0
  183. package/src/Automate/ClientsAPI.ts +172 -0
  184. package/src/Automate/CommandsAPI.ts +39 -0
  185. package/src/Automate/ComputersAPI.ts +588 -0
  186. package/src/Automate/ContactsAPI.ts +63 -0
  187. package/src/Automate/DataViewsAPI.ts +43 -0
  188. package/src/Automate/DrivesAPI.ts +81 -0
  189. package/src/Automate/EventLogsAPI.ts +31 -0
  190. package/src/Automate/LocationsAPI.ts +222 -0
  191. package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +34 -0
  192. package/src/Automate/MonitorsAPI.ts +101 -0
  193. package/src/Automate/NetworkDevicesAPI.ts +51 -0
  194. package/src/Automate/PatchingAPI.ts +116 -0
  195. package/src/Automate/RemoteAgentAPI.ts +65 -0
  196. package/src/Automate/ScriptingAPI.ts +147 -0
  197. package/src/Automate/SearchesAPI.ts +49 -0
  198. package/src/Automate/SystemAPI.ts +412 -0
  199. package/src/Automate/TicketsAPI.ts +29 -0
  200. package/src/Automate/UserProfilesAPI.ts +31 -0
  201. package/src/Automate.ts +204 -0
  202. package/src/AutomateAPI.ts +178 -0
  203. package/src/AutomateTypes.ts +10492 -0
  204. package/src/BaseAPI.ts +180 -0
  205. package/src/Manage/CompanyAPI.ts +4941 -0
  206. package/src/Manage/ConfigurationsAPI.ts +116 -0
  207. package/src/Manage/ExpenseAPI.ts +413 -0
  208. package/src/Manage/FinanceAPI.ts +3930 -0
  209. package/src/Manage/MarketingAPI.ts +958 -0
  210. package/src/Manage/ProcurementAPI.ts +3107 -0
  211. package/src/Manage/ProjectAPI.ts +1437 -0
  212. package/src/Manage/SalesAPI.ts +1968 -0
  213. package/src/Manage/ScheduleAPI.ts +773 -0
  214. package/src/Manage/ServiceAPI.ts +3476 -0
  215. package/src/Manage/SystemAPI.ts +6415 -0
  216. package/src/Manage/TimeAPI.ts +1151 -0
  217. package/src/Manage.ts +161 -0
  218. package/src/ManageAPI.ts +170 -0
  219. package/src/ManageTypes.ts +91318 -0
  220. package/src/index.ts +13 -0
  221. package/src/types.ts +68 -0
  222. package/src/utils/Callback.ts +148 -0
  223. package/src/utils/Series.ts +89 -0
  224. package/src/utils/index.ts +7 -0
  225. package/swagger-errors.md +25 -0
  226. package/test/.env.example +12 -6
  227. package/test/test-utils.ts +27 -0
  228. package/test/test.js +331 -108
  229. package/tsconfig.json +29 -0
  230. package/.travis.yml +0 -9
  231. package/doc.md +0 -5984
  232. package/docs/jsdoc.json +0 -15
  233. package/index.js +0 -10
  234. package/src/CompanyAPI/Companies.js +0 -149
  235. package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
  236. package/src/CompanyAPI/CompanySites.js +0 -80
  237. package/src/CompanyAPI/CompanyTeams.js +0 -108
  238. package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
  239. package/src/CompanyAPI/CompanyTypes.js +0 -52
  240. package/src/CompanyAPI/Configurations.js +0 -152
  241. package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
  242. package/src/CompanyAPI/ContactRelationships.js +0 -36
  243. package/src/CompanyAPI/Contacts.js +0 -199
  244. package/src/CompanyAPI/index.js +0 -53
  245. package/src/ConnectWise.js +0 -339
  246. package/src/ConnectWiseRest.js +0 -515
  247. package/src/FinanceAPI/Additions.js +0 -127
  248. package/src/FinanceAPI/Adjustments.js +0 -109
  249. package/src/FinanceAPI/AgreementSites.js +0 -108
  250. package/src/FinanceAPI/Agreements.js +0 -220
  251. package/src/FinanceAPI/BoardDefaults.js +0 -109
  252. package/src/FinanceAPI/WorkRoles.js +0 -113
  253. package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
  254. package/src/FinanceAPI/WorkTypes.js +0 -124
  255. package/src/FinanceAPI/index.js +0 -50
  256. package/src/ProcurementAPI/CatalogItems.js +0 -94
  257. package/src/ProcurementAPI/index.js +0 -22
  258. package/src/ProjectAPI/Projects.js +0 -142
  259. package/src/ProjectAPI/index.js +0 -28
  260. package/src/SalesAPI/Activities.js +0 -149
  261. package/src/SalesAPI/index.js +0 -14
  262. package/src/ScheduleAPI/ScheduleEntries.js +0 -109
  263. package/src/ScheduleAPI/ScheduleTypes.js +0 -101
  264. package/src/ScheduleAPI/index.js +0 -30
  265. package/src/ServiceDeskAPI/BoardItems.js +0 -134
  266. package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
  267. package/src/ServiceDeskAPI/BoardTeams.js +0 -108
  268. package/src/ServiceDeskAPI/BoardTypes.js +0 -139
  269. package/src/ServiceDeskAPI/Boards.js +0 -100
  270. package/src/ServiceDeskAPI/Priorities.js +0 -47
  271. package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
  272. package/src/ServiceDeskAPI/Statuses.js +0 -116
  273. package/src/ServiceDeskAPI/Tickets.js +0 -588
  274. package/src/ServiceDeskAPI/index.js +0 -53
  275. package/src/SystemAPI/Members.js +0 -139
  276. package/src/SystemAPI/Reports.js +0 -116
  277. package/src/SystemAPI/index.js +0 -32
  278. package/src/TimeAPI/TimeEntries.js +0 -121
  279. package/src/TimeAPI/index.js +0 -27
  280. package/src/utils/Callback.js +0 -124
  281. package/src/utils/Series.js +0 -63
  282. package/src/utils/index.js +0 -21
@@ -0,0 +1,538 @@
1
+ import Manage from '../Manage';
2
+ import { components } from '../ManageTypes';
3
+ import { CommonParameters, CWMOptions } from '../ManageAPI';
4
+ import { NoContentResponse, PDFResponse } from '../types';
5
+ declare type schemas = components['schemas'];
6
+ /** {@link AccountingBatch} */
7
+ export declare type AccountingBatch = schemas['AccountingBatch'];
8
+ /** {@link AccountingPackage} */
9
+ export declare type AccountingPackage = schemas['AccountingPackage'];
10
+ /** {@link AccountingPackageSetup} */
11
+ export declare type AccountingPackageSetup = schemas['AccountingPackageSetup'];
12
+ /** {@link Addition} */
13
+ export declare type Addition = schemas['Addition'];
14
+ /** {@link Agreement} */
15
+ export declare type Agreement = schemas['Agreement'];
16
+ /** {@link AgreementAdjustment} */
17
+ export declare type AgreementAdjustment = schemas['Agreement.Adjustment'];
18
+ /** {@link AgreementBatchSetup} */
19
+ export declare type AgreementBatchSetup = schemas['AgreementBatchSetup'];
20
+ /** {@link AgreementSite} */
21
+ export declare type AgreementSite = schemas['AgreementSite'];
22
+ /** {@link AgreementType} */
23
+ export declare type AgreementType = schemas['AgreementType'];
24
+ /** {@link AgreementTypeBoardDefault} */
25
+ export declare type AgreementTypeBoardDefault = schemas['AgreementTypeBoardDefault'];
26
+ /** {@link AgreementTypeInfo} */
27
+ export declare type AgreementTypeInfo = schemas['AgreementTypeInfo'];
28
+ /** {@link AgreementTypeWorkRole} */
29
+ export declare type AgreementTypeWorkRole = schemas['AgreementTypeWorkRole'];
30
+ /** {@link AgreementTypeWorkRoleExclusion} */
31
+ export declare type AgreementTypeWorkRoleExclusion = schemas['AgreementTypeWorkRoleExclusion'];
32
+ /** {@link AgreementTypeWorkRoleInfo} */
33
+ export declare type AgreementTypeWorkRoleInfo = schemas['AgreementTypeWorkRoleInfo'];
34
+ /** {@link AgreementTypeWorkType} */
35
+ export declare type AgreementTypeWorkType = schemas['AgreementTypeWorkType'];
36
+ /** {@link AgreementTypeWorkTypeExclusion} */
37
+ export declare type AgreementTypeWorkTypeExclusion = schemas['AgreementTypeWorkTypeExclusion'];
38
+ /** {@link AgreementWorkRole} */
39
+ export declare type AgreementWorkRole = schemas['AgreementWorkRole'];
40
+ /** {@link AgreementWorkRoleExclusion} */
41
+ export declare type AgreementWorkRoleExclusion = schemas['AgreementWorkRoleExclusion'];
42
+ /** {@link AgreementWorkType} */
43
+ export declare type AgreementWorkType = schemas['AgreementWorkType'];
44
+ /** {@link AgreementWorkTypeExclusion} */
45
+ export declare type AgreementWorkTypeExclusion = schemas['AgreementWorkTypeExclusion'];
46
+ /** {@link BatchEntry} */
47
+ export declare type BatchEntry = schemas['BatchEntry'];
48
+ /** {@link BillingCycle} */
49
+ export declare type BillingCycle = schemas['BillingCycle'];
50
+ /** {@link BillingCycleInfo} */
51
+ export declare type BillingCycleInfo = schemas['BillingCycleInfo'];
52
+ /** {@link BillingSetup} */
53
+ export declare type BillingSetup = schemas['BillingSetup'];
54
+ /** {@link BillingSetupInfo} */
55
+ export declare type BillingSetupInfo = schemas['BillingSetupInfo'];
56
+ /** {@link BillingSetupRouting} */
57
+ export declare type BillingSetupRouting = schemas['BillingSetupRouting'];
58
+ /** {@link BillingStatus} */
59
+ export declare type BillingStatus = schemas['BillingStatus'];
60
+ /** {@link BillingStatusInfo} */
61
+ export declare type BillingStatusInfo = schemas['BillingStatusInfo'];
62
+ /** {@link BillingTerm} */
63
+ export declare type BillingTerm = schemas['BillingTerm'];
64
+ /** {@link BillingTermInfo} */
65
+ export declare type BillingTermInfo = schemas['BillingTermInfo'];
66
+ /** {@link BoardDefault} */
67
+ export declare type BoardDefault = schemas['BoardDefault'];
68
+ /** {@link ClosedInvoice} */
69
+ export declare type ClosedInvoice = schemas['ClosedInvoice'];
70
+ /** {@link CompanyFinance} */
71
+ export declare type CompanyFinance = schemas['CompanyFinance'];
72
+ /** {@link ConfigurationReference} */
73
+ export declare type ConfigurationReference = schemas['ConfigurationReference'];
74
+ /** {@link Count} */
75
+ export declare type Count = schemas['Count'];
76
+ /** {@link CreateAccountingBatchRequest} */
77
+ export declare type CreateAccountingBatchRequest = schemas['CreateAccountingBatchRequest'];
78
+ /** {@link CurrencyCode} */
79
+ export declare type CurrencyCode = schemas['CurrencyCode'];
80
+ /** {@link CurrencyInfo} */
81
+ export declare type CurrencyInfo = schemas['CurrencyInfo'];
82
+ /** {@link DeliveryMethod} */
83
+ export declare type DeliveryMethod = schemas['DeliveryMethod'];
84
+ /** {@link ExpenseTypeExemption} */
85
+ export declare type ExpenseTypeExemption = schemas['ExpenseTypeExemption'];
86
+ /** {@link ExportAccountingBatchRequest} */
87
+ export declare type ExportAccountingBatchRequest = schemas['ExportAccountingBatchRequest'];
88
+ /** {@link FinanceCurrency} */
89
+ export declare type FinanceCurrency = schemas['Finance.Currency'];
90
+ /** {@link GLAccount} */
91
+ export declare type GLAccount = schemas['GLAccount'];
92
+ /** {@link GLCaption} */
93
+ export declare type GLCaption = schemas['GLCaption'];
94
+ /** {@link GLExport} */
95
+ export declare type GLExport = schemas['GLExport'];
96
+ /** {@link GLPath} */
97
+ export declare type GLPath = schemas['GLPath'];
98
+ /** {@link Invoice} */
99
+ export declare type Invoice = schemas['Invoice'];
100
+ /** {@link InvoiceEmailTemplate} */
101
+ export declare type InvoiceEmailTemplate = schemas['InvoiceEmailTemplate'];
102
+ /** {@link InvoiceEmailTemplateInfo} */
103
+ export declare type InvoiceEmailTemplateInfo = schemas['InvoiceEmailTemplateInfo'];
104
+ /** {@link InvoiceInfo} */
105
+ export declare type InvoiceInfo = schemas['InvoiceInfo'];
106
+ /** {@link InvoiceTemplate} */
107
+ export declare type InvoiceTemplate = schemas['InvoiceTemplate'];
108
+ /** {@link InvoiceTemplateSetup} */
109
+ export declare type InvoiceTemplateSetup = schemas['InvoiceTemplateSetup'];
110
+ /** {@link MappedType} */
111
+ export declare type MappedType = schemas['MappedType'];
112
+ /** {@link PatchOperation} */
113
+ export declare type PatchOperation = schemas['PatchOperation'];
114
+ /** {@link Payment} */
115
+ export declare type Payment = schemas['Payment'];
116
+ /** {@link ProductTypeExemption} */
117
+ export declare type ProductTypeExemption = schemas['ProductTypeExemption'];
118
+ /** {@link TaxCode} */
119
+ export declare type TaxCode = schemas['TaxCode'];
120
+ /** {@link TaxCodeInfo} */
121
+ export declare type TaxCodeInfo = schemas['TaxCodeInfo'];
122
+ /** {@link TaxCodeLevel} */
123
+ export declare type TaxCodeLevel = schemas['TaxCodeLevel'];
124
+ /** {@link TaxCodeXRef} */
125
+ export declare type TaxCodeXRef = schemas['TaxCodeXRef'];
126
+ /** {@link TaxIntegration} */
127
+ export declare type TaxIntegration = schemas['TaxIntegration'];
128
+ /** {@link TaxIntegrationInfo} */
129
+ export declare type TaxIntegrationInfo = schemas['TaxIntegrationInfo'];
130
+ /** {@link TaxableExpenseTypeLevel} */
131
+ export declare type TaxableExpenseTypeLevel = schemas['TaxableExpenseTypeLevel'];
132
+ /** {@link TaxableProductTypeLevel} */
133
+ export declare type TaxableProductTypeLevel = schemas['TaxableProductTypeLevel'];
134
+ /** {@link TaxableWorkRoleLevel} */
135
+ export declare type TaxableWorkRoleLevel = schemas['TaxableWorkRoleLevel'];
136
+ /** {@link TaxableXRefLevel} */
137
+ export declare type TaxableXRefLevel = schemas['TaxableXRefLevel'];
138
+ /** {@link UnpostedExpense} */
139
+ export declare type UnpostedExpense = schemas['UnpostedExpense'];
140
+ /** {@link UnpostedExpenseTaxableLevel} */
141
+ export declare type UnpostedExpenseTaxableLevel = schemas['UnpostedExpenseTaxableLevel'];
142
+ /** {@link UnpostedInvoice} */
143
+ export declare type UnpostedInvoice = schemas['UnpostedInvoice'];
144
+ /** {@link UnpostedInvoiceTaxableLevel} */
145
+ export declare type UnpostedInvoiceTaxableLevel = schemas['UnpostedInvoiceTaxableLevel'];
146
+ /** {@link UnpostedProcurement} */
147
+ export declare type UnpostedProcurement = schemas['UnpostedProcurement'];
148
+ /** {@link UnpostedProcurementTaxableLevel} */
149
+ export declare type UnpostedProcurementTaxableLevel = schemas['UnpostedProcurementTaxableLevel'];
150
+ /** {@link Usage} */
151
+ export declare type Usage = schemas['Usage'];
152
+ /** {@link WorkRoleExemption} */
153
+ export declare type WorkRoleExemption = schemas['WorkRoleExemption'];
154
+ /**
155
+ * @module FinanceAPI
156
+ */
157
+ /**
158
+ * Finance module
159
+ * @public
160
+ */
161
+ export declare class FinanceAPI extends Manage {
162
+ constructor(props: CWMOptions);
163
+ getFinanceAccountingBatches(params?: CommonParameters): Promise<Array<AccountingBatch>>;
164
+ postFinanceAccountingBatches(accountingBatchParameters: CreateAccountingBatchRequest): Promise<GLExport>;
165
+ getFinanceAccountingBatchesById(id: number, params?: CommonParameters): Promise<AccountingBatch>;
166
+ deleteFinanceAccountingBatchesById(id: number): Promise<NoContentResponse>;
167
+ postFinanceAccountingBatchesByIdExport(id: number, batchExportParameters: ExportAccountingBatchRequest): Promise<GLExport>;
168
+ getFinanceAccountingBatchesByParentIdEntries(parentId: number, params?: CommonParameters): Promise<Array<BatchEntry>>;
169
+ getFinanceAccountingBatchesByParentIdEntriesById(id: number, parentId: number, params?: CommonParameters): Promise<BatchEntry>;
170
+ getFinanceAccountingBatchesByParentIdEntriesCount(parentId: number, params?: CommonParameters): Promise<Count>;
171
+ getFinanceAccountingBatchesCount(params?: CommonParameters): Promise<Count>;
172
+ postFinanceAccountingExport(batchExportParameters: ExportAccountingBatchRequest): Promise<GLExport>;
173
+ getFinanceAccountingUnpostedexpenses(params?: CommonParameters): Promise<Array<UnpostedExpense>>;
174
+ getFinanceAccountingUnpostedexpensesById(id: number, params?: CommonParameters): Promise<UnpostedExpense>;
175
+ getFinanceAccountingUnpostedexpensesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedExpenseTaxableLevel>>;
176
+ getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedExpenseTaxableLevel>;
177
+ getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
178
+ getFinanceAccountingUnpostedexpensesCount(params?: CommonParameters): Promise<Count>;
179
+ getFinanceAccountingUnpostedinvoices(params?: CommonParameters): Promise<Array<UnpostedInvoice>>;
180
+ getFinanceAccountingUnpostedinvoicesById(id: number, params?: CommonParameters): Promise<UnpostedInvoice>;
181
+ getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedInvoiceTaxableLevel>>;
182
+ getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedInvoiceTaxableLevel>;
183
+ getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
184
+ getFinanceAccountingUnpostedinvoicesCount(params?: CommonParameters): Promise<Count>;
185
+ getFinanceAccountingUnpostedprocurement(params?: CommonParameters): Promise<Array<UnpostedProcurement>>;
186
+ getFinanceAccountingUnpostedprocurementById(id: number, params?: CommonParameters): Promise<UnpostedProcurement>;
187
+ getFinanceAccountingUnpostedprocurementByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedProcurementTaxableLevel>>;
188
+ getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedProcurementTaxableLevel>;
189
+ getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
190
+ getFinanceAccountingUnpostedprocurementCount(params?: CommonParameters): Promise<Count>;
191
+ getFinanceAccountingPackages(params?: CommonParameters): Promise<Array<AccountingPackage>>;
192
+ getFinanceAccountingPackagesById(id: number, params?: CommonParameters): Promise<AccountingPackage>;
193
+ getFinanceAccountingPackagesCount(params?: CommonParameters): Promise<Count>;
194
+ getFinanceAccountingPackageSetup(params?: CommonParameters): Promise<Array<AccountingPackageSetup>>;
195
+ getFinanceAccountingPackageSetupById(id: number, params?: CommonParameters): Promise<AccountingPackageSetup>;
196
+ putFinanceAccountingPackageSetupById(id: number, accountingPackageSetup: AccountingPackageSetup): Promise<AccountingPackageSetup>;
197
+ patchFinanceAccountingPackageSetupById(id: number, patchOperations: Array<PatchOperation>): Promise<AccountingPackageSetup>;
198
+ getFinanceAccountingPackageSetupCount(params?: CommonParameters): Promise<Count>;
199
+ getFinanceAgreements(params?: CommonParameters): Promise<Array<Agreement>>;
200
+ postFinanceAgreements(agreement: Agreement): Promise<Agreement>;
201
+ getFinanceAgreementsById(id: number, params?: CommonParameters): Promise<Agreement>;
202
+ deleteFinanceAgreementsById(id: number): Promise<NoContentResponse>;
203
+ putFinanceAgreementsById(id: number, agreement: Agreement): Promise<Agreement>;
204
+ patchFinanceAgreementsById(id: number, patchOperations: Array<PatchOperation>): Promise<Agreement>;
205
+ getFinanceAgreementsByParentIdAdditions(parentId: number, params?: CommonParameters): Promise<Array<Addition>>;
206
+ postFinanceAgreementsByParentIdAdditions(parentId: number, addition: Addition): Promise<Addition>;
207
+ getFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, params?: CommonParameters): Promise<Addition>;
208
+ deleteFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number): Promise<NoContentResponse>;
209
+ putFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, addition: Addition): Promise<Addition>;
210
+ patchFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<Addition>;
211
+ getFinanceAgreementsByParentIdAdditionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
212
+ getFinanceAgreementsByParentIdAdjustments(parentId: number, params?: CommonParameters): Promise<Array<AgreementAdjustment>>;
213
+ postFinanceAgreementsByParentIdAdjustments(parentId: number, adjustment: AgreementAdjustment): Promise<AgreementAdjustment>;
214
+ getFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementAdjustment>;
215
+ deleteFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number): Promise<NoContentResponse>;
216
+ putFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, adjustment: AgreementAdjustment): Promise<AgreementAdjustment>;
217
+ patchFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementAdjustment>;
218
+ getFinanceAgreementsByParentIdAdjustmentsCount(parentId: number, params?: CommonParameters): Promise<Count>;
219
+ getFinanceAgreementsByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise<Array<BoardDefault>>;
220
+ postFinanceAgreementsByParentIdBoardDefaults(parentId: number, boardDefault: BoardDefault): Promise<BoardDefault>;
221
+ getFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise<BoardDefault>;
222
+ deleteFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number): Promise<NoContentResponse>;
223
+ putFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: BoardDefault): Promise<BoardDefault>;
224
+ patchFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<BoardDefault>;
225
+ getFinanceAgreementsByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise<Count>;
226
+ getFinanceAgreementsByParentIdConfigurations(parentId: number, params?: CommonParameters): Promise<Array<ConfigurationReference>>;
227
+ postFinanceAgreementsByParentIdConfigurations(parentId: number, configuration: ConfigurationReference): Promise<ConfigurationReference>;
228
+ getFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number, params?: CommonParameters): Promise<ConfigurationReference>;
229
+ deleteFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number): Promise<NoContentResponse>;
230
+ getFinanceAgreementsByParentIdConfigurationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
231
+ getFinanceAgreementsByParentIdSites(parentId: number, params?: CommonParameters): Promise<Array<AgreementSite>>;
232
+ postFinanceAgreementsByParentIdSites(parentId: number, site: AgreementSite): Promise<AgreementSite>;
233
+ getFinanceAgreementsByParentIdSitesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementSite>;
234
+ deleteFinanceAgreementsByParentIdSitesById(id: number, parentId: number): Promise<NoContentResponse>;
235
+ putFinanceAgreementsByParentIdSitesById(id: number, parentId: number, site: AgreementSite): Promise<AgreementSite>;
236
+ patchFinanceAgreementsByParentIdSitesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementSite>;
237
+ getFinanceAgreementsByParentIdSitesCount(parentId: number, params?: CommonParameters): Promise<Count>;
238
+ getFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkRoleExclusion>>;
239
+ postFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementWorkRoleExclusion): Promise<AgreementWorkRoleExclusion>;
240
+ deleteFinanceAgreementsByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
241
+ getFinanceAgreementsByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
242
+ getFinanceAgreementsByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkRole>>;
243
+ postFinanceAgreementsByParentIdWorkroles(parentId: number, workRole: AgreementWorkRole): Promise<AgreementWorkRole>;
244
+ getFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementWorkRole>;
245
+ deleteFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number): Promise<NoContentResponse>;
246
+ putFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementWorkRole): Promise<AgreementWorkRole>;
247
+ patchFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementWorkRole>;
248
+ getFinanceAgreementsByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise<Count>;
249
+ getFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkTypeExclusion>>;
250
+ postFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementWorkTypeExclusion): Promise<AgreementWorkTypeExclusion>;
251
+ deleteFinanceAgreementsByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
252
+ getFinanceAgreementsByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
253
+ getFinanceAgreementsByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkType>>;
254
+ postFinanceAgreementsByParentIdWorktypes(parentId: number, workType: AgreementWorkType): Promise<AgreementWorkType>;
255
+ getFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementWorkType>;
256
+ deleteFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number): Promise<NoContentResponse>;
257
+ putFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, workType: AgreementWorkType): Promise<AgreementWorkType>;
258
+ patchFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementWorkType>;
259
+ getFinanceAgreementsByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise<Count>;
260
+ getFinanceAgreementsCount(params?: CommonParameters): Promise<Count>;
261
+ getFinanceAgreementsTypes(params?: CommonParameters): Promise<Array<AgreementType>>;
262
+ postFinanceAgreementsTypes(agreementType: AgreementType): Promise<AgreementType>;
263
+ getFinanceAgreementsTypesById(id: number, params?: CommonParameters): Promise<AgreementType>;
264
+ deleteFinanceAgreementsTypesById(id: number): Promise<NoContentResponse>;
265
+ putFinanceAgreementsTypesById(id: number, agreementType: AgreementType): Promise<AgreementType>;
266
+ patchFinanceAgreementsTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<AgreementType>;
267
+ getFinanceAgreementsTypesByIdInfo(id: number, params?: CommonParameters): Promise<AgreementTypeInfo>;
268
+ getFinanceAgreementsTypesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
269
+ getFinanceAgreementsTypesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
270
+ getFinanceAgreementsTypesCount(params?: CommonParameters): Promise<Count>;
271
+ getFinanceAgreementsTypesInfo(params?: CommonParameters): Promise<Array<AgreementTypeInfo>>;
272
+ getFinanceAgreementsTypesInfoCount(params?: CommonParameters): Promise<Count>;
273
+ getFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeBoardDefault>>;
274
+ postFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, boardDefault: AgreementTypeBoardDefault): Promise<AgreementTypeBoardDefault>;
275
+ getFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeBoardDefault>;
276
+ deleteFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number): Promise<NoContentResponse>;
277
+ putFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: AgreementTypeBoardDefault): Promise<AgreementTypeBoardDefault>;
278
+ patchFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeBoardDefault>;
279
+ getFinanceAgreementTypesByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise<Count>;
280
+ getFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRoleExclusion>>;
281
+ postFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementTypeWorkRoleExclusion): Promise<AgreementTypeWorkRoleExclusion>;
282
+ getFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRoleExclusion>;
283
+ deleteFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
284
+ getFinanceAgreementTypesByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
285
+ getFinanceAgreementTypesByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRole>>;
286
+ postFinanceAgreementTypesByParentIdWorkroles(parentId: number, workRole: AgreementTypeWorkRole): Promise<AgreementTypeWorkRole>;
287
+ getFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRole>;
288
+ deleteFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number): Promise<NoContentResponse>;
289
+ putFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementTypeWorkRole): Promise<AgreementTypeWorkRole>;
290
+ patchFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeWorkRole>;
291
+ getFinanceAgreementTypesByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise<Count>;
292
+ getFinanceAgreementTypesByParentIdWorkrolesInfo(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRoleInfo>>;
293
+ getFinanceAgreementTypesByParentIdWorkrolesInfoById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRoleInfo>;
294
+ getFinanceAgreementTypesByParentIdWorkrolesInfoCount(parentId: number, params?: CommonParameters): Promise<Count>;
295
+ getFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkTypeExclusion>>;
296
+ postFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementTypeWorkTypeExclusion): Promise<AgreementTypeWorkTypeExclusion>;
297
+ getFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkTypeExclusion>;
298
+ deleteFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
299
+ getFinanceAgreementTypesByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
300
+ getFinanceAgreementTypesByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkType>>;
301
+ postFinanceAgreementTypesByParentIdWorktypes(parentId: number, workType: AgreementTypeWorkType): Promise<AgreementTypeWorkType>;
302
+ getFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkType>;
303
+ deleteFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number): Promise<NoContentResponse>;
304
+ putFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, workType: AgreementTypeWorkType): Promise<AgreementTypeWorkType>;
305
+ patchFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeWorkType>;
306
+ getFinanceAgreementTypesByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise<Count>;
307
+ getFinanceBatchSetups(params?: CommonParameters): Promise<Array<AgreementBatchSetup>>;
308
+ getFinanceBatchSetupsById(id: number, params?: CommonParameters): Promise<AgreementBatchSetup>;
309
+ putFinanceBatchSetupsById(id: number, batchSetup: AgreementBatchSetup): Promise<AgreementBatchSetup>;
310
+ patchFinanceBatchSetupsById(id: number, patchOperations: Array<PatchOperation>): Promise<AgreementBatchSetup>;
311
+ getFinanceBatchSetupsCount(params?: CommonParameters): Promise<Count>;
312
+ getFinanceBillingCycles(params?: CommonParameters): Promise<Array<BillingCycle>>;
313
+ postFinanceBillingCycles(billingCycle: BillingCycle): Promise<BillingCycle>;
314
+ getFinanceBillingCyclesById(id: number, params?: CommonParameters): Promise<BillingCycle>;
315
+ deleteFinanceBillingCyclesById(id: number): Promise<NoContentResponse>;
316
+ putFinanceBillingCyclesById(id: number, billingCycle: BillingCycle): Promise<BillingCycle>;
317
+ patchFinanceBillingCyclesById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingCycle>;
318
+ getFinanceBillingCyclesByIdInfo(id: number, params?: CommonParameters): Promise<BillingCycleInfo>;
319
+ getFinanceBillingCyclesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
320
+ getFinanceBillingCyclesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
321
+ getFinanceBillingCyclesCount(params?: CommonParameters): Promise<Count>;
322
+ getFinanceBillingCyclesInfo(params?: CommonParameters): Promise<Array<BillingCycleInfo>>;
323
+ getFinanceBillingCyclesInfoCount(params?: CommonParameters): Promise<Count>;
324
+ getFinanceBillingSetups(params?: CommonParameters): Promise<Array<BillingSetup>>;
325
+ postFinanceBillingSetups(billingSetup: BillingSetup): Promise<BillingSetup>;
326
+ getFinanceBillingSetupsById(id: number, params?: CommonParameters): Promise<BillingSetup>;
327
+ deleteFinanceBillingSetupsById(id: number): Promise<NoContentResponse>;
328
+ putFinanceBillingSetupsById(id: number, billingSetup: BillingSetup): Promise<BillingSetup>;
329
+ patchFinanceBillingSetupsById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingSetup>;
330
+ getFinanceBillingSetupsByIdInfo(id: number, params?: CommonParameters): Promise<BillingSetupInfo>;
331
+ getFinanceBillingSetupsByParentIdRoutings(parentId: number, params?: CommonParameters): Promise<Array<BillingSetupRouting>>;
332
+ postFinanceBillingSetupsByParentIdRoutings(parentId: number, billingSetupRouting: BillingSetupRouting): Promise<BillingSetupRouting>;
333
+ getFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, params?: CommonParameters): Promise<BillingSetupRouting>;
334
+ deleteFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number): Promise<NoContentResponse>;
335
+ putFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, billingSetupRouting: BillingSetupRouting): Promise<BillingSetupRouting>;
336
+ patchFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<BillingSetupRouting>;
337
+ getFinanceBillingSetupsByParentIdRoutingsCount(parentId: number, params?: CommonParameters): Promise<Count>;
338
+ getFinanceBillingSetupsCount(params?: CommonParameters): Promise<Count>;
339
+ getFinanceBillingSetupsInfo(params?: CommonParameters): Promise<Array<BillingSetupInfo>>;
340
+ getFinanceBillingStatuses(params?: CommonParameters): Promise<Array<BillingStatus>>;
341
+ postFinanceBillingStatuses(billingStatus: BillingStatus): Promise<BillingStatus>;
342
+ getFinanceBillingStatusesById(id: number, params?: CommonParameters): Promise<BillingStatus>;
343
+ deleteFinanceBillingStatusesById(id: number): Promise<NoContentResponse>;
344
+ putFinanceBillingStatusesById(id: number, billingStatus: BillingStatus): Promise<BillingStatus>;
345
+ patchFinanceBillingStatusesById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingStatus>;
346
+ getFinanceBillingStatusesByIdInfo(id: number, params?: CommonParameters): Promise<BillingStatusInfo>;
347
+ getFinanceBillingStatusesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
348
+ getFinanceBillingStatusesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
349
+ getFinanceBillingStatusesCount(params?: CommonParameters): Promise<Count>;
350
+ getFinanceBillingStatusesInfo(params?: CommonParameters): Promise<Array<BillingStatusInfo>>;
351
+ getFinanceBillingStatusesInfoCount(params?: CommonParameters): Promise<Count>;
352
+ getFinanceBillingTerms(params?: CommonParameters): Promise<Array<BillingTerm>>;
353
+ postFinanceBillingTerms(billingTerms: BillingTerm): Promise<BillingTerm>;
354
+ getFinanceBillingTermsById(id: number, params?: CommonParameters): Promise<BillingTerm>;
355
+ deleteFinanceBillingTermsById(id: number): Promise<NoContentResponse>;
356
+ putFinanceBillingTermsById(id: number, billingTerms: BillingTerm): Promise<BillingTerm>;
357
+ patchFinanceBillingTermsById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingTerm>;
358
+ getFinanceBillingTermsByIdInfo(id: number, params?: CommonParameters): Promise<BillingTermInfo>;
359
+ getFinanceBillingTermsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
360
+ getFinanceBillingTermsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
361
+ getFinanceBillingTermsCount(params?: CommonParameters): Promise<Count>;
362
+ getFinanceBillingTermsInfo(params?: CommonParameters): Promise<Array<BillingTermInfo>>;
363
+ getFinanceBillingTermsInfoCount(params?: CommonParameters): Promise<Count>;
364
+ putFinanceClosedInvoicesById(id: number, closedInvoice: ClosedInvoice): Promise<ClosedInvoice>;
365
+ patchFinanceClosedInvoicesById(id: number, patchOperations: Array<PatchOperation>): Promise<ClosedInvoice>;
366
+ getFinanceCompanyFinance(params?: CommonParameters): Promise<Array<CompanyFinance>>;
367
+ getFinanceCompanyFinanceById(id: number, params?: CommonParameters): Promise<CompanyFinance>;
368
+ patchFinanceCompanyFinanceById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyFinance>;
369
+ getFinanceCompanyFinanceCount(params?: CommonParameters): Promise<Count>;
370
+ getFinanceCurrencies(params?: CommonParameters): Promise<Array<FinanceCurrency>>;
371
+ postFinanceCurrencies(currency: FinanceCurrency): Promise<FinanceCurrency>;
372
+ getFinanceCurrenciesById(id: number, params?: CommonParameters): Promise<FinanceCurrency>;
373
+ putFinanceCurrenciesById(id: number, currency: FinanceCurrency): Promise<FinanceCurrency>;
374
+ patchFinanceCurrenciesById(id: number, patchOperations: Array<PatchOperation>): Promise<FinanceCurrency>;
375
+ deleteFinanceCurrenciesById(id: number): Promise<NoContentResponse>;
376
+ getFinanceCurrenciesByIdInfo(id: number, params?: CommonParameters): Promise<CurrencyInfo>;
377
+ getFinanceCurrenciesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
378
+ getFinanceCurrenciesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
379
+ getFinanceCurrenciesCount(params?: CommonParameters): Promise<Count>;
380
+ getFinanceCurrenciesInfo(params?: CommonParameters): Promise<Array<CurrencyInfo>>;
381
+ getFinanceCurrenciesInfoCount(params?: CommonParameters): Promise<Count>;
382
+ getFinanceDeliveryMethods(params?: CommonParameters): Promise<Array<DeliveryMethod>>;
383
+ postFinanceDeliveryMethods(deliveryMethod: DeliveryMethod): Promise<DeliveryMethod>;
384
+ getFinanceDeliveryMethodsById(id: number, params?: CommonParameters): Promise<DeliveryMethod>;
385
+ deleteFinanceDeliveryMethodsById(id: number): Promise<NoContentResponse>;
386
+ putFinanceDeliveryMethodsById(id: number, deliveryMethod: DeliveryMethod): Promise<DeliveryMethod>;
387
+ patchFinanceDeliveryMethodsById(id: number, patchOperations: Array<PatchOperation>): Promise<DeliveryMethod>;
388
+ getFinanceDeliveryMethodsCount(params?: CommonParameters): Promise<Count>;
389
+ getFinanceGlAccounts(params?: CommonParameters): Promise<Array<GLAccount>>;
390
+ postFinanceGlAccounts(glAccount: GLAccount): Promise<GLAccount>;
391
+ getFinanceGlAccountsById(id: number, params?: CommonParameters): Promise<GLAccount>;
392
+ putFinanceGlAccountsById(id: number, glAccount: GLAccount): Promise<GLAccount>;
393
+ patchFinanceGlAccountsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLAccount>;
394
+ deleteFinanceGlAccountsById(id: number): Promise<NoContentResponse>;
395
+ getFinanceGlAccountsCount(params?: CommonParameters): Promise<Count>;
396
+ getFinanceGlAccountsMappedTypes(params?: CommonParameters): Promise<Array<MappedType>>;
397
+ getFinanceGlAccountsMappedTypesCount(params?: CommonParameters): Promise<Count>;
398
+ getFinanceGlCaptions(params?: CommonParameters): Promise<Array<GLCaption>>;
399
+ getFinanceGlCaptionsById(id: number, params?: CommonParameters): Promise<GLCaption>;
400
+ putFinanceGlCaptionsById(id: number, glCaption: GLCaption): Promise<GLCaption>;
401
+ patchFinanceGlCaptionsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLCaption>;
402
+ getFinanceGlCaptionsCount(params?: CommonParameters): Promise<Count>;
403
+ getFinanceGlpaths(params?: CommonParameters): Promise<Array<GLPath>>;
404
+ postFinanceGlpaths(gLPath: GLPath): Promise<GLPath>;
405
+ getFinanceGlpathsById(id: number, params?: CommonParameters): Promise<GLPath>;
406
+ deleteFinanceGlpathsById(id: number): Promise<NoContentResponse>;
407
+ putFinanceGlpathsById(id: number, gLPath: GLPath): Promise<GLPath>;
408
+ patchFinanceGlpathsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLPath>;
409
+ getFinanceGlpathsCount(params?: CommonParameters): Promise<Count>;
410
+ getFinanceInfoCurrencyCodes(params?: CommonParameters): Promise<Array<CurrencyCode>>;
411
+ getFinanceInfoCurrencyCodesById(id: number, params?: CommonParameters): Promise<CurrencyCode>;
412
+ getFinanceInfoCurrencyCodesCount(params?: CommonParameters): Promise<Count>;
413
+ getFinanceInfoInvoiceById(id: number, params?: CommonParameters): Promise<InvoiceInfo>;
414
+ getFinanceInfoTaxIntegrations(params?: CommonParameters): Promise<Array<TaxIntegrationInfo>>;
415
+ getFinanceInfoTaxIntegrationsById(id: number, params?: CommonParameters): Promise<TaxIntegrationInfo>;
416
+ getFinanceInfoTaxIntegrationsCount(params?: CommonParameters): Promise<Count>;
417
+ getFinanceInvoiceEmailTemplates(params?: CommonParameters): Promise<Array<InvoiceEmailTemplate>>;
418
+ postFinanceInvoiceEmailTemplates(invoiceEmailTemplate: InvoiceEmailTemplate): Promise<InvoiceEmailTemplate>;
419
+ getFinanceInvoiceEmailTemplatesById(id: number, params?: CommonParameters): Promise<InvoiceEmailTemplate>;
420
+ deleteFinanceInvoiceEmailTemplatesById(id: number): Promise<NoContentResponse>;
421
+ putFinanceInvoiceEmailTemplatesById(id: number, invoiceEmailTemplate: InvoiceEmailTemplate): Promise<InvoiceEmailTemplate>;
422
+ patchFinanceInvoiceEmailTemplatesById(id: number, patchOperations: Array<PatchOperation>): Promise<InvoiceEmailTemplate>;
423
+ getFinanceInvoiceEmailTemplatesByIdInfo(id: number, params?: CommonParameters): Promise<InvoiceEmailTemplateInfo>;
424
+ getFinanceInvoiceEmailTemplatesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
425
+ getFinanceInvoiceEmailTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
426
+ getFinanceInvoiceEmailTemplatesCount(params?: CommonParameters): Promise<Count>;
427
+ getFinanceInvoiceEmailTemplatesInfo(params?: CommonParameters): Promise<Array<InvoiceEmailTemplateInfo>>;
428
+ getFinanceInvoiceEmailTemplatesInfoCount(params?: CommonParameters): Promise<Count>;
429
+ getFinanceInvoices(params?: CommonParameters): Promise<Array<Invoice>>;
430
+ postFinanceInvoices(invoice: Invoice): Promise<Invoice>;
431
+ getFinanceInvoicesById(id: number, params?: CommonParameters): Promise<Invoice>;
432
+ deleteFinanceInvoicesById(id: number): Promise<NoContentResponse>;
433
+ putFinanceInvoicesById(id: number, invoice: Invoice): Promise<Invoice>;
434
+ patchFinanceInvoicesById(id: number, patchOperations: Array<PatchOperation>): Promise<Invoice>;
435
+ getFinanceInvoicesByIdPdf(id: number, params?: CommonParameters): Promise<PDFResponse>;
436
+ getFinanceInvoicesByParentIdPayments(parentId: number, params?: CommonParameters): Promise<Array<Payment>>;
437
+ postFinanceInvoicesByParentIdPayments(parentId: number, payment: Payment): Promise<Payment>;
438
+ getFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, params?: CommonParameters): Promise<Payment>;
439
+ patchFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<Payment>;
440
+ putFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, payment: Payment): Promise<Payment>;
441
+ deleteFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number): Promise<NoContentResponse>;
442
+ getFinanceInvoicesCount(params?: CommonParameters): Promise<Count>;
443
+ getFinanceInvoiceTemplates(params?: CommonParameters): Promise<Array<InvoiceTemplate>>;
444
+ postFinanceInvoiceTemplates(invoiceTemplate: InvoiceTemplate): Promise<InvoiceTemplate>;
445
+ getFinanceInvoiceTemplatesById(id: number, params?: CommonParameters): Promise<InvoiceTemplate>;
446
+ patchFinanceInvoiceTemplatesById(id: number, patchOperations: Array<PatchOperation>): Promise<InvoiceTemplate>;
447
+ putFinanceInvoiceTemplatesById(id: number, invoiceTemplate: InvoiceTemplate): Promise<InvoiceTemplate>;
448
+ deleteFinanceInvoiceTemplatesById(id: number): Promise<NoContentResponse>;
449
+ getFinanceInvoiceTemplatesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
450
+ getFinanceInvoiceTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
451
+ getFinanceInvoiceTemplatesCount(params?: CommonParameters): Promise<Count>;
452
+ getFinanceInvoiceTemplateSetups(params?: CommonParameters): Promise<Array<InvoiceTemplateSetup>>;
453
+ getFinanceInvoiceTemplateSetupsById(id: number, params?: CommonParameters): Promise<InvoiceTemplateSetup>;
454
+ getFinanceInvoiceTemplateSetupsCount(params?: CommonParameters): Promise<Count>;
455
+ getFinanceTaxCodes(params?: CommonParameters): Promise<Array<TaxCode>>;
456
+ postFinanceTaxCodes(taxCode: TaxCode): Promise<TaxCode>;
457
+ getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableExpenseTypeLevel>>;
458
+ postFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise<TaxableExpenseTypeLevel>;
459
+ getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableExpenseTypeLevel>;
460
+ deleteFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
461
+ putFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise<TaxableExpenseTypeLevel>;
462
+ patchFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableExpenseTypeLevel>;
463
+ getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
464
+ getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableProductTypeLevel>>;
465
+ postFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise<TaxableProductTypeLevel>;
466
+ getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableProductTypeLevel>;
467
+ deleteFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
468
+ putFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise<TaxableProductTypeLevel>;
469
+ patchFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableProductTypeLevel>;
470
+ getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
471
+ getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableXRefLevel>>;
472
+ postFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise<TaxableXRefLevel>;
473
+ getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableXRefLevel>;
474
+ deleteFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
475
+ putFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise<TaxableXRefLevel>;
476
+ patchFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableXRefLevel>;
477
+ getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
478
+ getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableWorkRoleLevel>>;
479
+ postFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise<TaxableWorkRoleLevel>;
480
+ getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableWorkRoleLevel>;
481
+ deleteFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
482
+ putFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise<TaxableWorkRoleLevel>;
483
+ patchFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableWorkRoleLevel>;
484
+ getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
485
+ getFinanceTaxCodesById(id: number, params?: CommonParameters): Promise<TaxCode>;
486
+ deleteFinanceTaxCodesById(id: number): Promise<NoContentResponse>;
487
+ putFinanceTaxCodesById(id: number, taxCode: TaxCode): Promise<TaxCode>;
488
+ patchFinanceTaxCodesById(id: number, patchOperations: Array<PatchOperation>): Promise<TaxCode>;
489
+ postFinanceTaxCodesByIdCopy(id: number): Promise<TaxCode>;
490
+ getFinanceTaxCodesByIdInfo(id: number, params?: CommonParameters): Promise<TaxCodeInfo>;
491
+ getFinanceTaxCodesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
492
+ getFinanceTaxCodesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
493
+ getFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, params?: CommonParameters): Promise<Array<ExpenseTypeExemption>>;
494
+ postFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise<ExpenseTypeExemption>;
495
+ getFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<ExpenseTypeExemption>;
496
+ deleteFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
497
+ putFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise<ExpenseTypeExemption>;
498
+ patchFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ExpenseTypeExemption>;
499
+ getFinanceTaxCodesByParentIdExpenseTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
500
+ getFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, params?: CommonParameters): Promise<Array<ProductTypeExemption>>;
501
+ postFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, productTypeExemption: ProductTypeExemption): Promise<ProductTypeExemption>;
502
+ getFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<ProductTypeExemption>;
503
+ deleteFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
504
+ putFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, productTypeExemption: ProductTypeExemption): Promise<ProductTypeExemption>;
505
+ patchFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ProductTypeExemption>;
506
+ getFinanceTaxCodesByParentIdProductTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
507
+ getFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, params?: CommonParameters): Promise<Array<TaxCodeLevel>>;
508
+ postFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, taxCodeLevel: TaxCodeLevel): Promise<TaxCodeLevel>;
509
+ getFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<TaxCodeLevel>;
510
+ deleteFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number): Promise<NoContentResponse>;
511
+ putFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, taxCodeLevel: TaxCodeLevel): Promise<TaxCodeLevel>;
512
+ patchFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<TaxCodeLevel>;
513
+ getFinanceTaxCodesByParentIdTaxCodeLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
514
+ getFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, params?: CommonParameters): Promise<Array<TaxCodeXRef>>;
515
+ postFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, taxCodeXRef: TaxCodeXRef): Promise<TaxCodeXRef>;
516
+ getFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, params?: CommonParameters): Promise<TaxCodeXRef>;
517
+ deleteFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number): Promise<NoContentResponse>;
518
+ putFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, taxCodeXRef: TaxCodeXRef): Promise<TaxCodeXRef>;
519
+ patchFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<TaxCodeXRef>;
520
+ getFinanceTaxCodesByParentIdTaxCodeXRefsCount(parentId: number, params?: CommonParameters): Promise<Count>;
521
+ getFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, params?: CommonParameters): Promise<Array<WorkRoleExemption>>;
522
+ postFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, workRoleExemption: WorkRoleExemption): Promise<WorkRoleExemption>;
523
+ getFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<WorkRoleExemption>;
524
+ deleteFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
525
+ putFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, workRoleExemption: WorkRoleExemption): Promise<WorkRoleExemption>;
526
+ patchFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<WorkRoleExemption>;
527
+ getFinanceTaxCodesByParentIdWorkRoleExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
528
+ getFinanceTaxCodesCount(params?: CommonParameters): Promise<Count>;
529
+ getFinanceTaxCodesInfo(params?: CommonParameters): Promise<Array<TaxCodeInfo>>;
530
+ getFinanceTaxCodesInfoCount(params?: CommonParameters): Promise<Count>;
531
+ getFinanceTaxIntegrations(params?: CommonParameters): Promise<Array<TaxIntegration>>;
532
+ getFinanceTaxIntegrationsById(id: number, params?: CommonParameters): Promise<TaxIntegration>;
533
+ putFinanceTaxIntegrationsById(id: number, taxIntegration: TaxIntegration): Promise<TaxIntegration>;
534
+ patchFinanceTaxIntegrationsById(id: number, patchOperations: Array<PatchOperation>): Promise<TaxIntegration>;
535
+ getFinanceTaxIntegrationsCount(params?: CommonParameters): Promise<Count>;
536
+ }
537
+ export {};
538
+ //# sourceMappingURL=FinanceAPI.d.ts.map