connectwise-rest 0.23.3 → 1.0.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 (288) hide show
  1. package/.eslintrc +19 -52
  2. package/.gitattributes +1 -0
  3. package/.github/workflows/codeql-analysis.yml +70 -0
  4. package/.github/workflows/node.js.yml +42 -0
  5. package/.mocharc.json +5 -0
  6. package/.prettierrc +7 -0
  7. package/.travis.yml +4 -2
  8. package/README.md +243 -230
  9. package/api-extractor.json +364 -0
  10. package/dist/Automate/AVTemplatePoliciesAPI.d.ts +27 -0
  11. package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
  12. package/dist/Automate/AVTemplatePoliciesAPI.js +87 -0
  13. package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
  14. package/dist/Automate/ClientsAPI.d.ts +34 -0
  15. package/dist/Automate/ClientsAPI.d.ts.map +1 -0
  16. package/dist/Automate/ClientsAPI.js +114 -0
  17. package/dist/Automate/ClientsAPI.js.map +1 -0
  18. package/dist/Automate/CommandsAPI.d.ts +15 -0
  19. package/dist/Automate/CommandsAPI.d.ts.map +1 -0
  20. package/dist/Automate/CommandsAPI.js +31 -0
  21. package/dist/Automate/CommandsAPI.js.map +1 -0
  22. package/dist/Automate/ComputersAPI.d.ts +94 -0
  23. package/dist/Automate/ComputersAPI.d.ts.map +1 -0
  24. package/dist/Automate/ComputersAPI.js +353 -0
  25. package/dist/Automate/ComputersAPI.js.map +1 -0
  26. package/dist/Automate/ContactsAPI.d.ts +18 -0
  27. package/dist/Automate/ContactsAPI.d.ts.map +1 -0
  28. package/dist/Automate/ContactsAPI.js +45 -0
  29. package/dist/Automate/ContactsAPI.js.map +1 -0
  30. package/dist/Automate/DataViewsAPI.d.ts +16 -0
  31. package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
  32. package/dist/Automate/DataViewsAPI.js +31 -0
  33. package/dist/Automate/DataViewsAPI.js.map +1 -0
  34. package/dist/Automate/DrivesAPI.d.ts +19 -0
  35. package/dist/Automate/DrivesAPI.d.ts.map +1 -0
  36. package/dist/Automate/DrivesAPI.js +52 -0
  37. package/dist/Automate/DrivesAPI.js.map +1 -0
  38. package/dist/Automate/EventLogsAPI.d.ts +14 -0
  39. package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
  40. package/dist/Automate/EventLogsAPI.js +24 -0
  41. package/dist/Automate/EventLogsAPI.js.map +1 -0
  42. package/dist/Automate/LocationsAPI.d.ts +42 -0
  43. package/dist/Automate/LocationsAPI.d.ts.map +1 -0
  44. package/dist/Automate/LocationsAPI.js +133 -0
  45. package/dist/Automate/LocationsAPI.js.map +1 -0
  46. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +14 -0
  47. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
  48. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +24 -0
  49. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
  50. package/dist/Automate/MonitorsAPI.d.ts +23 -0
  51. package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
  52. package/dist/Automate/MonitorsAPI.js +80 -0
  53. package/dist/Automate/MonitorsAPI.js.map +1 -0
  54. package/dist/Automate/NetworkDevicesAPI.d.ts +17 -0
  55. package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
  56. package/dist/Automate/NetworkDevicesAPI.js +38 -0
  57. package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
  58. package/dist/Automate/PatchingAPI.d.ts +27 -0
  59. package/dist/Automate/PatchingAPI.d.ts.map +1 -0
  60. package/dist/Automate/PatchingAPI.js +94 -0
  61. package/dist/Automate/PatchingAPI.js.map +1 -0
  62. package/dist/Automate/RemoteAgentAPI.d.ts +18 -0
  63. package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
  64. package/dist/Automate/RemoteAgentAPI.js +45 -0
  65. package/dist/Automate/RemoteAgentAPI.js.map +1 -0
  66. package/dist/Automate/ScriptingAPI.d.ts +32 -0
  67. package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
  68. package/dist/Automate/ScriptingAPI.js +104 -0
  69. package/dist/Automate/ScriptingAPI.js.map +1 -0
  70. package/dist/Automate/SearchesAPI.d.ts +17 -0
  71. package/dist/Automate/SearchesAPI.d.ts.map +1 -0
  72. package/dist/Automate/SearchesAPI.js +38 -0
  73. package/dist/Automate/SearchesAPI.js.map +1 -0
  74. package/dist/Automate/SystemAPI.d.ts +72 -0
  75. package/dist/Automate/SystemAPI.d.ts.map +1 -0
  76. package/dist/Automate/SystemAPI.js +268 -0
  77. package/dist/Automate/SystemAPI.js.map +1 -0
  78. package/dist/Automate/TicketsAPI.d.ts +10 -0
  79. package/dist/Automate/TicketsAPI.d.ts.map +1 -0
  80. package/dist/Automate/TicketsAPI.js +24 -0
  81. package/dist/Automate/TicketsAPI.js.map +1 -0
  82. package/dist/Automate/UserProfilesAPI.d.ts +14 -0
  83. package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
  84. package/dist/Automate/UserProfilesAPI.js +23 -0
  85. package/dist/Automate/UserProfilesAPI.js.map +1 -0
  86. package/dist/Automate.d.ts +48 -0
  87. package/dist/Automate.d.ts.map +1 -0
  88. package/dist/Automate.js +167 -0
  89. package/dist/Automate.js.map +1 -0
  90. package/dist/AutomateAPI.d.ts +96 -0
  91. package/dist/AutomateAPI.d.ts.map +1 -0
  92. package/dist/AutomateAPI.js +168 -0
  93. package/dist/AutomateAPI.js.map +1 -0
  94. package/dist/AutomateTypes.d.ts +10437 -0
  95. package/dist/AutomateTypes.d.ts.map +1 -0
  96. package/dist/AutomateTypes.js +3 -0
  97. package/dist/AutomateTypes.js.map +1 -0
  98. package/dist/BaseAPI.d.ts +13 -0
  99. package/dist/BaseAPI.d.ts.map +1 -0
  100. package/dist/BaseAPI.js +53 -0
  101. package/dist/BaseAPI.js.map +1 -0
  102. package/dist/Manage/CompanyAPI.d.ts +573 -0
  103. package/dist/Manage/CompanyAPI.d.ts.map +1 -0
  104. package/dist/Manage/CompanyAPI.js +3294 -0
  105. package/dist/Manage/CompanyAPI.js.map +1 -0
  106. package/dist/Manage/ConfigurationsAPI.d.ts +24 -0
  107. package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
  108. package/dist/Manage/ConfigurationsAPI.js +73 -0
  109. package/dist/Manage/ConfigurationsAPI.js.map +1 -0
  110. package/dist/Manage/ExpenseAPI.d.ts +68 -0
  111. package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
  112. package/dist/Manage/ExpenseAPI.js +306 -0
  113. package/dist/Manage/ExpenseAPI.js.map +1 -0
  114. package/dist/Manage/FinanceAPI.d.ts +460 -0
  115. package/dist/Manage/FinanceAPI.d.ts.map +1 -0
  116. package/dist/Manage/FinanceAPI.js +2587 -0
  117. package/dist/Manage/FinanceAPI.js.map +1 -0
  118. package/dist/Manage/MarketingAPI.d.ts +120 -0
  119. package/dist/Manage/MarketingAPI.d.ts.map +1 -0
  120. package/dist/Manage/MarketingAPI.js +629 -0
  121. package/dist/Manage/MarketingAPI.js.map +1 -0
  122. package/dist/Manage/ProcurementAPI.d.ts +373 -0
  123. package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
  124. package/dist/Manage/ProcurementAPI.js +2098 -0
  125. package/dist/Manage/ProcurementAPI.js.map +1 -0
  126. package/dist/Manage/ProjectAPI.d.ts +179 -0
  127. package/dist/Manage/ProjectAPI.d.ts.map +1 -0
  128. package/dist/Manage/ProjectAPI.js +940 -0
  129. package/dist/Manage/ProjectAPI.js.map +1 -0
  130. package/dist/Manage/SalesAPI.d.ts +254 -0
  131. package/dist/Manage/SalesAPI.d.ts.map +1 -0
  132. package/dist/Manage/SalesAPI.js +1392 -0
  133. package/dist/Manage/SalesAPI.js.map +1 -0
  134. package/dist/Manage/ScheduleAPI.d.ts +111 -0
  135. package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
  136. package/dist/Manage/ScheduleAPI.js +575 -0
  137. package/dist/Manage/ScheduleAPI.js.map +1 -0
  138. package/dist/Manage/ServiceAPI.d.ts +419 -0
  139. package/dist/Manage/ServiceAPI.d.ts.map +1 -0
  140. package/dist/Manage/ServiceAPI.js +2334 -0
  141. package/dist/Manage/ServiceAPI.js.map +1 -0
  142. package/dist/Manage/SystemAPI.d.ts +809 -0
  143. package/dist/Manage/SystemAPI.d.ts.map +1 -0
  144. package/dist/Manage/SystemAPI.js +4531 -0
  145. package/dist/Manage/SystemAPI.js.map +1 -0
  146. package/dist/Manage/TimeAPI.d.ts +157 -0
  147. package/dist/Manage/TimeAPI.d.ts.map +1 -0
  148. package/dist/Manage/TimeAPI.js +835 -0
  149. package/dist/Manage/TimeAPI.js.map +1 -0
  150. package/dist/Manage.d.ts +34 -0
  151. package/dist/Manage.d.ts.map +1 -0
  152. package/dist/Manage.js +127 -0
  153. package/dist/Manage.js.map +1 -0
  154. package/dist/ManageAPI.d.ts +99 -0
  155. package/dist/ManageAPI.d.ts.map +1 -0
  156. package/dist/ManageAPI.js +112 -0
  157. package/dist/ManageAPI.js.map +1 -0
  158. package/dist/ManageTypes.d.ts +91320 -0
  159. package/dist/ManageTypes.d.ts.map +1 -0
  160. package/dist/ManageTypes.js +7 -0
  161. package/dist/ManageTypes.js.map +1 -0
  162. package/dist/index.d.ts +9 -0
  163. package/dist/index.d.ts.map +1 -0
  164. package/dist/index.js +38 -0
  165. package/dist/index.js.map +1 -0
  166. package/dist/types.d.ts +46 -0
  167. package/dist/types.d.ts.map +1 -0
  168. package/dist/types.js +21 -0
  169. package/dist/types.js.map +1 -0
  170. package/dist/utils/Callback.d.ts +67 -0
  171. package/dist/utils/Callback.d.ts.map +1 -0
  172. package/dist/utils/Callback.js +109 -0
  173. package/dist/utils/Callback.js.map +1 -0
  174. package/dist/utils/Series.d.ts +36 -0
  175. package/dist/utils/Series.d.ts.map +1 -0
  176. package/dist/utils/Series.js +64 -0
  177. package/dist/utils/Series.js.map +1 -0
  178. package/dist/utils/index.d.ts +7 -0
  179. package/dist/utils/index.d.ts.map +1 -0
  180. package/dist/utils/index.js +11 -0
  181. package/dist/utils/index.js.map +1 -0
  182. package/generator/automate-generator.js +75 -0
  183. package/generator/automate-json.js +61 -0
  184. package/generator/automate-types.js +15 -0
  185. package/generator/generator.d.ts +67 -0
  186. package/generator/generator.js +255 -0
  187. package/generator/manage-generator.js +71 -0
  188. package/generator/manage-types.js +14 -0
  189. package/package.json +48 -21
  190. package/src/Automate/AVTemplatePoliciesAPI.ts +114 -0
  191. package/src/Automate/ClientsAPI.ts +161 -0
  192. package/src/Automate/CommandsAPI.ts +33 -0
  193. package/src/Automate/ComputersAPI.ts +550 -0
  194. package/src/Automate/ContactsAPI.ts +56 -0
  195. package/src/Automate/DataViewsAPI.ts +36 -0
  196. package/src/Automate/DrivesAPI.ts +74 -0
  197. package/src/Automate/EventLogsAPI.ts +25 -0
  198. package/src/Automate/LocationsAPI.ts +206 -0
  199. package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +28 -0
  200. package/src/Automate/MonitorsAPI.ts +94 -0
  201. package/src/Automate/NetworkDevicesAPI.ts +44 -0
  202. package/src/Automate/PatchingAPI.ts +109 -0
  203. package/src/Automate/RemoteAgentAPI.ts +58 -0
  204. package/src/Automate/ScriptingAPI.ts +137 -0
  205. package/src/Automate/SearchesAPI.ts +42 -0
  206. package/src/Automate/SystemAPI.ts +386 -0
  207. package/src/Automate/TicketsAPI.ts +24 -0
  208. package/src/Automate/UserProfilesAPI.ts +25 -0
  209. package/src/Automate.ts +216 -0
  210. package/src/AutomateAPI.ts +144 -0
  211. package/src/AutomateTypes.ts +10492 -0
  212. package/src/BaseAPI.ts +83 -0
  213. package/src/Manage/CompanyAPI.ts +4851 -0
  214. package/src/Manage/ConfigurationsAPI.ts +107 -0
  215. package/src/Manage/ExpenseAPI.ts +395 -0
  216. package/src/Manage/FinanceAPI.ts +3851 -0
  217. package/src/Manage/MarketingAPI.ts +935 -0
  218. package/src/Manage/ProcurementAPI.ts +3044 -0
  219. package/src/Manage/ProjectAPI.ts +1400 -0
  220. package/src/Manage/SalesAPI.ts +1922 -0
  221. package/src/Manage/ScheduleAPI.ts +751 -0
  222. package/src/Manage/ServiceAPI.ts +3401 -0
  223. package/src/Manage/SystemAPI.ts +6269 -0
  224. package/src/Manage/TimeAPI.ts +1121 -0
  225. package/src/Manage.ts +152 -0
  226. package/src/ManageAPI.ts +133 -0
  227. package/src/ManageTypes.ts +91318 -0
  228. package/src/index.ts +18 -0
  229. package/src/types.ts +66 -0
  230. package/src/utils/Callback.ts +145 -0
  231. package/src/utils/Series.ts +83 -0
  232. package/src/utils/index.ts +7 -0
  233. package/swagger-errors.md +30 -0
  234. package/test/.env.example +12 -4
  235. package/test/test-utils.ts +27 -0
  236. package/test/test.ts +320 -0
  237. package/tsconfig.json +29 -0
  238. package/doc.md +0 -5984
  239. package/docs/jsdoc.json +0 -15
  240. package/index.js +0 -10
  241. package/src/CompanyAPI/Companies.js +0 -149
  242. package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
  243. package/src/CompanyAPI/CompanySites.js +0 -70
  244. package/src/CompanyAPI/CompanyTeams.js +0 -108
  245. package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
  246. package/src/CompanyAPI/CompanyTypes.js +0 -52
  247. package/src/CompanyAPI/Configurations.js +0 -152
  248. package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
  249. package/src/CompanyAPI/ContactRelationships.js +0 -36
  250. package/src/CompanyAPI/Contacts.js +0 -199
  251. package/src/CompanyAPI/index.js +0 -53
  252. package/src/ConnectWise.js +0 -339
  253. package/src/ConnectWiseRest.js +0 -512
  254. package/src/FinanceAPI/Additions.js +0 -127
  255. package/src/FinanceAPI/Adjustments.js +0 -109
  256. package/src/FinanceAPI/AgreementSites.js +0 -108
  257. package/src/FinanceAPI/Agreements.js +0 -220
  258. package/src/FinanceAPI/BoardDefaults.js +0 -109
  259. package/src/FinanceAPI/WorkRoles.js +0 -113
  260. package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
  261. package/src/FinanceAPI/WorkTypes.js +0 -124
  262. package/src/FinanceAPI/index.js +0 -50
  263. package/src/ProjectAPI/Projects.js +0 -142
  264. package/src/ProjectAPI/index.js +0 -28
  265. package/src/SalesAPI/Activities.js +0 -149
  266. package/src/SalesAPI/index.js +0 -14
  267. package/src/ScheduleAPI/ScheduleEntries.js +0 -109
  268. package/src/ScheduleAPI/ScheduleTypes.js +0 -101
  269. package/src/ScheduleAPI/index.js +0 -30
  270. package/src/ServiceDeskAPI/BoardItems.js +0 -134
  271. package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
  272. package/src/ServiceDeskAPI/BoardTeams.js +0 -108
  273. package/src/ServiceDeskAPI/BoardTypes.js +0 -139
  274. package/src/ServiceDeskAPI/Boards.js +0 -100
  275. package/src/ServiceDeskAPI/Priorities.js +0 -47
  276. package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
  277. package/src/ServiceDeskAPI/Statuses.js +0 -116
  278. package/src/ServiceDeskAPI/Tickets.js +0 -588
  279. package/src/ServiceDeskAPI/index.js +0 -53
  280. package/src/SystemAPI/Members.js +0 -139
  281. package/src/SystemAPI/Reports.js +0 -116
  282. package/src/SystemAPI/index.js +0 -32
  283. package/src/TimeAPI/TimeEntries.js +0 -121
  284. package/src/TimeAPI/index.js +0 -27
  285. package/src/utils/Callback.js +0 -125
  286. package/src/utils/Series.js +0 -64
  287. package/src/utils/index.js +0 -21
  288. package/test/test.js +0 -114
@@ -0,0 +1,3294 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ /* This file was auto-generated, do not manually edit. */
7
+ const Manage_1 = __importDefault(require("../Manage"));
8
+ /**
9
+ * @public
10
+ */
11
+ class CompanyAPI extends Manage_1.default {
12
+ constructor(props) {
13
+ super(props);
14
+ }
15
+ getCompanyAddressFormats(params = {}) {
16
+ return this.request({
17
+ path: `/company/addressFormats`,
18
+ method: 'get',
19
+ params,
20
+ });
21
+ }
22
+ postCompanyAddressFormats(addressFormat) {
23
+ return this.request({
24
+ path: `/company/addressFormats`,
25
+ method: 'post',
26
+ data: addressFormat,
27
+ });
28
+ }
29
+ getCompanyAddressFormatsById(id, params = {}) {
30
+ return this.request({
31
+ path: `/company/addressFormats/${id}`,
32
+ method: 'get',
33
+ params,
34
+ });
35
+ }
36
+ deleteCompanyAddressFormatsById(id) {
37
+ return this.request({
38
+ path: `/company/addressFormats/${id}`,
39
+ method: 'delete',
40
+ });
41
+ }
42
+ putCompanyAddressFormatsById(id, addressFormat) {
43
+ return this.request({
44
+ path: `/company/addressFormats/${id}`,
45
+ method: 'put',
46
+ data: addressFormat,
47
+ });
48
+ }
49
+ patchCompanyAddressFormatsById(id, patchOperations) {
50
+ return this.request({
51
+ path: `/company/addressFormats/${id}`,
52
+ method: 'patch',
53
+ data: patchOperations,
54
+ });
55
+ }
56
+ getCompanyAddressFormatsByIdInfo(id, params = {}) {
57
+ return this.request({
58
+ path: `/company/addressFormats/${id}/info`,
59
+ method: 'get',
60
+ params,
61
+ });
62
+ }
63
+ getCompanyAddressFormatsCount(params = {}) {
64
+ return this.request({
65
+ path: `/company/addressFormats/count`,
66
+ method: 'get',
67
+ params,
68
+ });
69
+ }
70
+ getCompanyAddressFormatsInfo(params = {}) {
71
+ return this.request({
72
+ path: `/company/addressFormats/info`,
73
+ method: 'get',
74
+ params,
75
+ });
76
+ }
77
+ getCompanyAddressFormatsInfoCount(params = {}) {
78
+ return this.request({
79
+ path: `/company/addressFormats/info/count`,
80
+ method: 'get',
81
+ params,
82
+ });
83
+ }
84
+ getCompanyBillingSetupsInfoCount(params = {}) {
85
+ return this.request({
86
+ path: `/company/billingSetups/info/count`,
87
+ method: 'get',
88
+ params,
89
+ });
90
+ }
91
+ getCompanyCommunicationTypes(params = {}) {
92
+ return this.request({
93
+ path: `/company/communicationTypes`,
94
+ method: 'get',
95
+ params,
96
+ });
97
+ }
98
+ postCompanyCommunicationTypes(communicationType) {
99
+ return this.request({
100
+ path: `/company/communicationTypes`,
101
+ method: 'post',
102
+ data: communicationType,
103
+ });
104
+ }
105
+ getCompanyCommunicationTypesById(id, params = {}) {
106
+ return this.request({
107
+ path: `/company/communicationTypes/${id}`,
108
+ method: 'get',
109
+ params,
110
+ });
111
+ }
112
+ deleteCompanyCommunicationTypesById(id) {
113
+ return this.request({
114
+ path: `/company/communicationTypes/${id}`,
115
+ method: 'delete',
116
+ });
117
+ }
118
+ putCompanyCommunicationTypesById(id, communicationType) {
119
+ return this.request({
120
+ path: `/company/communicationTypes/${id}`,
121
+ method: 'put',
122
+ data: communicationType,
123
+ });
124
+ }
125
+ patchCompanyCommunicationTypesById(id, patchOperations) {
126
+ return this.request({
127
+ path: `/company/communicationTypes/${id}`,
128
+ method: 'patch',
129
+ data: patchOperations,
130
+ });
131
+ }
132
+ getCompanyCommunicationTypesByIdInfo(id, params = {}) {
133
+ return this.request({
134
+ path: `/company/communicationTypes/${id}/info`,
135
+ method: 'get',
136
+ params,
137
+ });
138
+ }
139
+ getCompanyCommunicationTypesByIdUsages(id, params = {}) {
140
+ return this.request({
141
+ path: `/company/communicationTypes/${id}/usages`,
142
+ method: 'get',
143
+ params,
144
+ });
145
+ }
146
+ getCompanyCommunicationTypesByIdUsagesList(id, params = {}) {
147
+ return this.request({
148
+ path: `/company/communicationTypes/${id}/usages/list`,
149
+ method: 'get',
150
+ params,
151
+ });
152
+ }
153
+ getCompanyCommunicationTypesCount(params = {}) {
154
+ return this.request({
155
+ path: `/company/communicationTypes/count`,
156
+ method: 'get',
157
+ params,
158
+ });
159
+ }
160
+ getCompanyCommunicationTypesInfo(params = {}) {
161
+ return this.request({
162
+ path: `/company/communicationTypes/info`,
163
+ method: 'get',
164
+ params,
165
+ });
166
+ }
167
+ getCompanyCommunicationTypesInfoCount(params = {}) {
168
+ return this.request({
169
+ path: `/company/communicationTypes/info/count`,
170
+ method: 'get',
171
+ params,
172
+ });
173
+ }
174
+ getCompanyCompanies(params = {}) {
175
+ return this.request({
176
+ path: `/company/companies`,
177
+ method: 'get',
178
+ params,
179
+ });
180
+ }
181
+ postCompanyCompanies(company) {
182
+ return this.request({
183
+ path: `/company/companies`,
184
+ method: 'post',
185
+ data: company,
186
+ });
187
+ }
188
+ getCompanyCompaniesById(id, params = {}) {
189
+ return this.request({
190
+ path: `/company/companies/${id}`,
191
+ method: 'get',
192
+ params,
193
+ });
194
+ }
195
+ deleteCompanyCompaniesById(id) {
196
+ return this.request({
197
+ path: `/company/companies/${id}`,
198
+ method: 'delete',
199
+ });
200
+ }
201
+ putCompanyCompaniesById(id, company) {
202
+ return this.request({
203
+ path: `/company/companies/${id}`,
204
+ method: 'put',
205
+ data: company,
206
+ });
207
+ }
208
+ patchCompanyCompaniesById(id, patchOperations) {
209
+ return this.request({
210
+ path: `/company/companies/${id}`,
211
+ method: 'patch',
212
+ data: patchOperations,
213
+ });
214
+ }
215
+ postCompanyCompaniesByIdMerge(id, merge) {
216
+ return this.request({
217
+ path: `/company/companies/${id}/merge`,
218
+ method: 'post',
219
+ data: merge,
220
+ });
221
+ }
222
+ getCompanyCompaniesByIdUsages(id, params = {}) {
223
+ return this.request({
224
+ path: `/company/companies/${id}/usages`,
225
+ method: 'get',
226
+ params,
227
+ });
228
+ }
229
+ getCompanyCompaniesByIdUsagesList(id, params = {}) {
230
+ return this.request({
231
+ path: `/company/companies/${id}/usages/list`,
232
+ method: 'get',
233
+ params,
234
+ });
235
+ }
236
+ getCompanyCompaniesByParentIdCustomStatusNotes(parentId, params = {}) {
237
+ return this.request({
238
+ path: `/company/companies/${parentId}/customStatusNotes`,
239
+ method: 'get',
240
+ params,
241
+ });
242
+ }
243
+ postCompanyCompaniesByParentIdCustomStatusNotes(parentId, customNote) {
244
+ return this.request({
245
+ path: `/company/companies/${parentId}/customStatusNotes`,
246
+ method: 'post',
247
+ data: customNote,
248
+ });
249
+ }
250
+ getCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, params = {}) {
251
+ return this.request({
252
+ path: `/company/companies/${parentId}/customStatusNotes/${id}`,
253
+ method: 'get',
254
+ params,
255
+ });
256
+ }
257
+ deleteCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId) {
258
+ return this.request({
259
+ path: `/company/companies/${parentId}/customStatusNotes/${id}`,
260
+ method: 'delete',
261
+ });
262
+ }
263
+ putCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, customNote) {
264
+ return this.request({
265
+ path: `/company/companies/${parentId}/customStatusNotes/${id}`,
266
+ method: 'put',
267
+ data: customNote,
268
+ });
269
+ }
270
+ patchCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, patchOperations) {
271
+ return this.request({
272
+ path: `/company/companies/${parentId}/customStatusNotes/${id}`,
273
+ method: 'patch',
274
+ data: patchOperations,
275
+ });
276
+ }
277
+ getCompanyCompaniesByParentIdCustomStatusNotesCount(parentId, params = {}) {
278
+ return this.request({
279
+ path: `/company/companies/${parentId}/customStatusNotes/count`,
280
+ method: 'get',
281
+ params,
282
+ });
283
+ }
284
+ getCompanyCompaniesByParentIdGroups(parentId, params = {}) {
285
+ return this.request({
286
+ path: `/company/companies/${parentId}/groups`,
287
+ method: 'get',
288
+ params,
289
+ });
290
+ }
291
+ postCompanyCompaniesByParentIdGroups(parentId, companyGroup) {
292
+ return this.request({
293
+ path: `/company/companies/${parentId}/groups`,
294
+ method: 'post',
295
+ data: companyGroup,
296
+ });
297
+ }
298
+ getCompanyCompaniesByParentIdGroupsById(id, parentId, params = {}) {
299
+ return this.request({
300
+ path: `/company/companies/${parentId}/groups/${id}`,
301
+ method: 'get',
302
+ params,
303
+ });
304
+ }
305
+ deleteCompanyCompaniesByParentIdGroupsById(id, parentId) {
306
+ return this.request({
307
+ path: `/company/companies/${parentId}/groups/${id}`,
308
+ method: 'delete',
309
+ });
310
+ }
311
+ putCompanyCompaniesByParentIdGroupsById(id, parentId, companyGroup) {
312
+ return this.request({
313
+ path: `/company/companies/${parentId}/groups/${id}`,
314
+ method: 'put',
315
+ data: companyGroup,
316
+ });
317
+ }
318
+ patchCompanyCompaniesByParentIdGroupsById(id, parentId, patchOperations) {
319
+ return this.request({
320
+ path: `/company/companies/${parentId}/groups/${id}`,
321
+ method: 'patch',
322
+ data: patchOperations,
323
+ });
324
+ }
325
+ getCompanyCompaniesByParentIdGroupsCount(parentId, params = {}) {
326
+ return this.request({
327
+ path: `/company/companies/${parentId}/groups/count`,
328
+ method: 'get',
329
+ params,
330
+ });
331
+ }
332
+ getCompanyCompaniesByParentIdManagementReportNotifications(parentId, params = {}) {
333
+ return this.request({
334
+ path: `/company/companies/${parentId}/managementReportNotifications`,
335
+ method: 'get',
336
+ params,
337
+ });
338
+ }
339
+ postCompanyCompaniesByParentIdManagementReportNotifications(parentId, managementReportNotification) {
340
+ return this.request({
341
+ path: `/company/companies/${parentId}/managementReportNotifications`,
342
+ method: 'post',
343
+ data: managementReportNotification,
344
+ });
345
+ }
346
+ getCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, params = {}) {
347
+ return this.request({
348
+ path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
349
+ method: 'get',
350
+ params,
351
+ });
352
+ }
353
+ deleteCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId) {
354
+ return this.request({
355
+ path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
356
+ method: 'delete',
357
+ });
358
+ }
359
+ putCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, managementReportNotification) {
360
+ return this.request({
361
+ path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
362
+ method: 'put',
363
+ data: managementReportNotification,
364
+ });
365
+ }
366
+ patchCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, patchOperations) {
367
+ return this.request({
368
+ path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
369
+ method: 'patch',
370
+ data: patchOperations,
371
+ });
372
+ }
373
+ getCompanyCompaniesByParentIdManagementReportNotificationsCount(parentId, params = {}) {
374
+ return this.request({
375
+ path: `/company/companies/${parentId}/managementReportNotifications/count`,
376
+ method: 'get',
377
+ params,
378
+ });
379
+ }
380
+ getCompanyCompaniesByParentIdManagementReportSetup(parentId, params = {}) {
381
+ return this.request({
382
+ path: `/company/companies/${parentId}/managementReportSetup`,
383
+ method: 'get',
384
+ params,
385
+ });
386
+ }
387
+ postCompanyCompaniesByParentIdManagementReportSetup(parentId, managementReportSetup) {
388
+ return this.request({
389
+ path: `/company/companies/${parentId}/managementReportSetup`,
390
+ method: 'post',
391
+ data: managementReportSetup,
392
+ });
393
+ }
394
+ putCompanyCompaniesByParentIdManagementReportSetupById(id, parentId, managementReportSetup) {
395
+ return this.request({
396
+ path: `/company/companies/${parentId}/managementReportSetup/${id}`,
397
+ method: 'put',
398
+ data: managementReportSetup,
399
+ });
400
+ }
401
+ patchCompanyCompaniesByParentIdManagementReportSetupById(id, parentId, patchOperations) {
402
+ return this.request({
403
+ path: `/company/companies/${parentId}/managementReportSetup/${id}`,
404
+ method: 'patch',
405
+ data: patchOperations,
406
+ });
407
+ }
408
+ getCompanyCompaniesByParentIdManagementSummaryReports(parentId, params = {}) {
409
+ return this.request({
410
+ path: `/company/companies/${parentId}/managementSummaryReports`,
411
+ method: 'get',
412
+ params,
413
+ });
414
+ }
415
+ postCompanyCompaniesByParentIdManagementSummaryReports(parentId, managementSummary) {
416
+ return this.request({
417
+ path: `/company/companies/${parentId}/managementSummaryReports`,
418
+ method: 'post',
419
+ data: managementSummary,
420
+ });
421
+ }
422
+ getCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, params = {}) {
423
+ return this.request({
424
+ path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
425
+ method: 'get',
426
+ params,
427
+ });
428
+ }
429
+ deleteCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId) {
430
+ return this.request({
431
+ path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
432
+ method: 'delete',
433
+ });
434
+ }
435
+ putCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, managementSummary) {
436
+ return this.request({
437
+ path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
438
+ method: 'put',
439
+ data: managementSummary,
440
+ });
441
+ }
442
+ patchCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, patchOperations) {
443
+ return this.request({
444
+ path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
445
+ method: 'patch',
446
+ data: patchOperations,
447
+ });
448
+ }
449
+ getCompanyCompaniesByParentIdManagementSummaryReportsCount(parentId, params = {}) {
450
+ return this.request({
451
+ path: `/company/companies/${parentId}/managementSummaryReports/count`,
452
+ method: 'get',
453
+ params,
454
+ });
455
+ }
456
+ getCompanyCompaniesByParentIdNotes(parentId, params = {}) {
457
+ return this.request({
458
+ path: `/company/companies/${parentId}/notes`,
459
+ method: 'get',
460
+ params,
461
+ });
462
+ }
463
+ postCompanyCompaniesByParentIdNotes(parentId, companyNote) {
464
+ return this.request({
465
+ path: `/company/companies/${parentId}/notes`,
466
+ method: 'post',
467
+ data: companyNote,
468
+ });
469
+ }
470
+ getCompanyCompaniesByParentIdNotesById(id, parentId, params = {}) {
471
+ return this.request({
472
+ path: `/company/companies/${parentId}/notes/${id}`,
473
+ method: 'get',
474
+ params,
475
+ });
476
+ }
477
+ deleteCompanyCompaniesByParentIdNotesById(id, parentId) {
478
+ return this.request({
479
+ path: `/company/companies/${parentId}/notes/${id}`,
480
+ method: 'delete',
481
+ });
482
+ }
483
+ putCompanyCompaniesByParentIdNotesById(id, parentId, companyNote) {
484
+ return this.request({
485
+ path: `/company/companies/${parentId}/notes/${id}`,
486
+ method: 'put',
487
+ data: companyNote,
488
+ });
489
+ }
490
+ patchCompanyCompaniesByParentIdNotesById(id, parentId, patchOperations) {
491
+ return this.request({
492
+ path: `/company/companies/${parentId}/notes/${id}`,
493
+ method: 'patch',
494
+ data: patchOperations,
495
+ });
496
+ }
497
+ getCompanyCompaniesByParentIdNotesCount(parentId, params = {}) {
498
+ return this.request({
499
+ path: `/company/companies/${parentId}/notes/count`,
500
+ method: 'get',
501
+ params,
502
+ });
503
+ }
504
+ getCompanyCompaniesByParentIdSites(parentId, params = {}) {
505
+ return this.request({
506
+ path: `/company/companies/${parentId}/sites`,
507
+ method: 'get',
508
+ params,
509
+ });
510
+ }
511
+ postCompanyCompaniesByParentIdSites(parentId, site) {
512
+ return this.request({
513
+ path: `/company/companies/${parentId}/sites`,
514
+ method: 'post',
515
+ data: site,
516
+ });
517
+ }
518
+ getCompanyCompaniesByParentIdSitesById(id, parentId, params = {}) {
519
+ return this.request({
520
+ path: `/company/companies/${parentId}/sites/${id}`,
521
+ method: 'get',
522
+ params,
523
+ });
524
+ }
525
+ deleteCompanyCompaniesByParentIdSitesById(id, parentId) {
526
+ return this.request({
527
+ path: `/company/companies/${parentId}/sites/${id}`,
528
+ method: 'delete',
529
+ });
530
+ }
531
+ putCompanyCompaniesByParentIdSitesById(id, parentId, site) {
532
+ return this.request({
533
+ path: `/company/companies/${parentId}/sites/${id}`,
534
+ method: 'put',
535
+ data: site,
536
+ });
537
+ }
538
+ patchCompanyCompaniesByParentIdSitesById(id, parentId, patchOperations) {
539
+ return this.request({
540
+ path: `/company/companies/${parentId}/sites/${id}`,
541
+ method: 'patch',
542
+ data: patchOperations,
543
+ });
544
+ }
545
+ getCompanyCompaniesByParentIdSitesByIdUsages(id, parentId, params = {}) {
546
+ return this.request({
547
+ path: `/company/companies/${parentId}/sites/${id}/usages`,
548
+ method: 'get',
549
+ params,
550
+ });
551
+ }
552
+ getCompanyCompaniesByParentIdSitesByIdUsagesList(id, parentId, params = {}) {
553
+ return this.request({
554
+ path: `/company/companies/${parentId}/sites/${id}/usages/list`,
555
+ method: 'get',
556
+ params,
557
+ });
558
+ }
559
+ getCompanyCompaniesByParentIdSitesCount(parentId, params = {}) {
560
+ return this.request({
561
+ path: `/company/companies/${parentId}/sites/count`,
562
+ method: 'get',
563
+ params,
564
+ });
565
+ }
566
+ getCompanyCompaniesByParentIdSurveysCount(parentId, params = {}) {
567
+ return this.request({
568
+ path: `/company/companies/${parentId}/surveys/count`,
569
+ method: 'get',
570
+ params,
571
+ });
572
+ }
573
+ getCompanyCompaniesByParentIdTeams(parentId, params = {}) {
574
+ return this.request({
575
+ path: `/company/companies/${parentId}/teams`,
576
+ method: 'get',
577
+ params,
578
+ });
579
+ }
580
+ postCompanyCompaniesByParentIdTeams(parentId, companyTeam) {
581
+ return this.request({
582
+ path: `/company/companies/${parentId}/teams`,
583
+ method: 'post',
584
+ data: companyTeam,
585
+ });
586
+ }
587
+ getCompanyCompaniesByParentIdTeamsById(id, parentId, params = {}) {
588
+ return this.request({
589
+ path: `/company/companies/${parentId}/teams/${id}`,
590
+ method: 'get',
591
+ params,
592
+ });
593
+ }
594
+ deleteCompanyCompaniesByParentIdTeamsById(id, parentId) {
595
+ return this.request({
596
+ path: `/company/companies/${parentId}/teams/${id}`,
597
+ method: 'delete',
598
+ });
599
+ }
600
+ putCompanyCompaniesByParentIdTeamsById(id, parentId, companyTeam) {
601
+ return this.request({
602
+ path: `/company/companies/${parentId}/teams/${id}`,
603
+ method: 'put',
604
+ data: companyTeam,
605
+ });
606
+ }
607
+ patchCompanyCompaniesByParentIdTeamsById(id, parentId, patchOperations) {
608
+ return this.request({
609
+ path: `/company/companies/${parentId}/teams/${id}`,
610
+ method: 'patch',
611
+ data: patchOperations,
612
+ });
613
+ }
614
+ getCompanyCompaniesByParentIdTeamsCount(parentId, params = {}) {
615
+ return this.request({
616
+ path: `/company/companies/${parentId}/teams/count`,
617
+ method: 'get',
618
+ params,
619
+ });
620
+ }
621
+ getCompanyCompaniesByParentIdTracks(parentId, params = {}) {
622
+ return this.request({
623
+ path: `/company/companies/${parentId}/tracks`,
624
+ method: 'get',
625
+ params,
626
+ });
627
+ }
628
+ postCompanyCompaniesByParentIdTracks(parentId, track) {
629
+ return this.request({
630
+ path: `/company/companies/${parentId}/tracks`,
631
+ method: 'post',
632
+ data: track,
633
+ });
634
+ }
635
+ getCompanyCompaniesByParentIdTracksById(id, parentId, params = {}) {
636
+ return this.request({
637
+ path: `/company/companies/${parentId}/tracks/${id}`,
638
+ method: 'get',
639
+ params,
640
+ });
641
+ }
642
+ deleteCompanyCompaniesByParentIdTracksById(id, parentId) {
643
+ return this.request({
644
+ path: `/company/companies/${parentId}/tracks/${id}`,
645
+ method: 'delete',
646
+ });
647
+ }
648
+ getCompanyCompaniesByParentIdTracksCount(parentId, params = {}) {
649
+ return this.request({
650
+ path: `/company/companies/${parentId}/tracks/count`,
651
+ method: 'get',
652
+ params,
653
+ });
654
+ }
655
+ getCompanyCompaniesByParentIdTypeAssociations(parentId, params = {}) {
656
+ return this.request({
657
+ path: `/company/companies/${parentId}/typeAssociations`,
658
+ method: 'get',
659
+ params,
660
+ });
661
+ }
662
+ postCompanyCompaniesByParentIdTypeAssociations(parentId, companyTypeAssociation) {
663
+ return this.request({
664
+ path: `/company/companies/${parentId}/typeAssociations`,
665
+ method: 'post',
666
+ data: companyTypeAssociation,
667
+ });
668
+ }
669
+ getCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, params = {}) {
670
+ return this.request({
671
+ path: `/company/companies/${parentId}/typeAssociations/${id}`,
672
+ method: 'get',
673
+ params,
674
+ });
675
+ }
676
+ deleteCompanyCompaniesByParentIdTypeAssociationsById(id, parentId) {
677
+ return this.request({
678
+ path: `/company/companies/${parentId}/typeAssociations/${id}`,
679
+ method: 'delete',
680
+ });
681
+ }
682
+ putCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, companyTypeAssociation) {
683
+ return this.request({
684
+ path: `/company/companies/${parentId}/typeAssociations/${id}`,
685
+ method: 'put',
686
+ data: companyTypeAssociation,
687
+ });
688
+ }
689
+ patchCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, patchOperations) {
690
+ return this.request({
691
+ path: `/company/companies/${parentId}/typeAssociations/${id}`,
692
+ method: 'patch',
693
+ data: patchOperations,
694
+ });
695
+ }
696
+ getCompanyCompaniesByParentIdTypeAssociationsCount(parentId, params = {}) {
697
+ return this.request({
698
+ path: `/company/companies/${parentId}/typeAssociations/count`,
699
+ method: 'get',
700
+ params,
701
+ });
702
+ }
703
+ getCompanyCompaniesCount(params = {}) {
704
+ return this.request({
705
+ path: `/company/companies/count`,
706
+ method: 'get',
707
+ params,
708
+ });
709
+ }
710
+ getCompanyCompaniesDefault(params = {}) {
711
+ return this.request({
712
+ path: `/company/companies/default`,
713
+ method: 'get',
714
+ params,
715
+ });
716
+ }
717
+ getCompanyCompaniesInfoTypes(params = {}) {
718
+ return this.request({
719
+ path: `/company/companies/info/types`,
720
+ method: 'get',
721
+ params,
722
+ });
723
+ }
724
+ getCompanyCompaniesInfoTypesById(id, params = {}) {
725
+ return this.request({
726
+ path: `/company/companies/info/types/${id}`,
727
+ method: 'get',
728
+ params,
729
+ });
730
+ }
731
+ getCompanyCompaniesInfoTypesCount(params = {}) {
732
+ return this.request({
733
+ path: `/company/companies/info/types/count`,
734
+ method: 'get',
735
+ params,
736
+ });
737
+ }
738
+ getCompanyCompaniesStatuses(params = {}) {
739
+ return this.request({
740
+ path: `/company/companies/statuses`,
741
+ method: 'get',
742
+ params,
743
+ });
744
+ }
745
+ postCompanyCompaniesStatuses(companyStatus) {
746
+ return this.request({
747
+ path: `/company/companies/statuses`,
748
+ method: 'post',
749
+ data: companyStatus,
750
+ });
751
+ }
752
+ getCompanyCompaniesStatusesById(id, params = {}) {
753
+ return this.request({
754
+ path: `/company/companies/statuses/${id}`,
755
+ method: 'get',
756
+ params,
757
+ });
758
+ }
759
+ deleteCompanyCompaniesStatusesById(id) {
760
+ return this.request({
761
+ path: `/company/companies/statuses/${id}`,
762
+ method: 'delete',
763
+ });
764
+ }
765
+ putCompanyCompaniesStatusesById(id, companyStatus) {
766
+ return this.request({
767
+ path: `/company/companies/statuses/${id}`,
768
+ method: 'put',
769
+ data: companyStatus,
770
+ });
771
+ }
772
+ patchCompanyCompaniesStatusesById(id, patchOperations) {
773
+ return this.request({
774
+ path: `/company/companies/statuses/${id}`,
775
+ method: 'patch',
776
+ data: patchOperations,
777
+ });
778
+ }
779
+ getCompanyCompaniesStatusesByIdUsages(id, params = {}) {
780
+ return this.request({
781
+ path: `/company/companies/statuses/${id}/usages`,
782
+ method: 'get',
783
+ params,
784
+ });
785
+ }
786
+ getCompanyCompaniesStatusesByIdUsagesList(id, params = {}) {
787
+ return this.request({
788
+ path: `/company/companies/statuses/${id}/usages/list`,
789
+ method: 'get',
790
+ params,
791
+ });
792
+ }
793
+ getCompanyCompaniesStatusesCount(params = {}) {
794
+ return this.request({
795
+ path: `/company/companies/statuses/count`,
796
+ method: 'get',
797
+ params,
798
+ });
799
+ }
800
+ getCompanyCompaniesTypes(params = {}) {
801
+ return this.request({
802
+ path: `/company/companies/types`,
803
+ method: 'get',
804
+ params,
805
+ });
806
+ }
807
+ postCompanyCompaniesTypes(companyType) {
808
+ return this.request({
809
+ path: `/company/companies/types`,
810
+ method: 'post',
811
+ data: companyType,
812
+ });
813
+ }
814
+ getCompanyCompaniesTypesById(id, params = {}) {
815
+ return this.request({
816
+ path: `/company/companies/types/${id}`,
817
+ method: 'get',
818
+ params,
819
+ });
820
+ }
821
+ deleteCompanyCompaniesTypesById(id) {
822
+ return this.request({
823
+ path: `/company/companies/types/${id}`,
824
+ method: 'delete',
825
+ });
826
+ }
827
+ putCompanyCompaniesTypesById(id, companyType) {
828
+ return this.request({
829
+ path: `/company/companies/types/${id}`,
830
+ method: 'put',
831
+ data: companyType,
832
+ });
833
+ }
834
+ patchCompanyCompaniesTypesById(id, patchOperations) {
835
+ return this.request({
836
+ path: `/company/companies/types/${id}`,
837
+ method: 'patch',
838
+ data: patchOperations,
839
+ });
840
+ }
841
+ getCompanyCompaniesTypesByIdUsages(id, params = {}) {
842
+ return this.request({
843
+ path: `/company/companies/types/${id}/usages`,
844
+ method: 'get',
845
+ params,
846
+ });
847
+ }
848
+ getCompanyCompaniesTypesByIdUsagesList(id, params = {}) {
849
+ return this.request({
850
+ path: `/company/companies/types/${id}/usages/list`,
851
+ method: 'get',
852
+ params,
853
+ });
854
+ }
855
+ getCompanyCompaniesTypesCount(params = {}) {
856
+ return this.request({
857
+ path: `/company/companies/types/count`,
858
+ method: 'get',
859
+ params,
860
+ });
861
+ }
862
+ putCompanyCompanyFinanceById(id, CompanyFinance) {
863
+ return this.request({
864
+ path: `/company/companyFinance/${id}`,
865
+ method: 'put',
866
+ data: CompanyFinance,
867
+ });
868
+ }
869
+ getCompanyCompanyPickerItems(params = {}) {
870
+ return this.request({
871
+ path: `/company/companyPickerItems`,
872
+ method: 'get',
873
+ params,
874
+ });
875
+ }
876
+ postCompanyCompanyPickerItems(companyPickerItem) {
877
+ return this.request({
878
+ path: `/company/companyPickerItems`,
879
+ method: 'post',
880
+ data: companyPickerItem,
881
+ });
882
+ }
883
+ getCompanyCompanyPickerItemsById(id, params = {}) {
884
+ return this.request({
885
+ path: `/company/companyPickerItems/${id}`,
886
+ method: 'get',
887
+ params,
888
+ });
889
+ }
890
+ deleteCompanyCompanyPickerItemsById(id) {
891
+ return this.request({
892
+ path: `/company/companyPickerItems/${id}`,
893
+ method: 'delete',
894
+ });
895
+ }
896
+ postCompanyCompanyPickerItemsClear(clearPickerRequest) {
897
+ return this.request({
898
+ path: `/company/companyPickerItems/clear`,
899
+ method: 'post',
900
+ data: clearPickerRequest,
901
+ });
902
+ }
903
+ getCompanyCompanyPickerItemsCount(params = {}) {
904
+ return this.request({
905
+ path: `/company/companyPickerItems/count`,
906
+ method: 'get',
907
+ params,
908
+ });
909
+ }
910
+ getCompanyCompanyTypeAssociations(params = {}) {
911
+ return this.request({
912
+ path: `/company/companyTypeAssociations`,
913
+ method: 'get',
914
+ params,
915
+ });
916
+ }
917
+ postCompanyCompanyTypeAssociations(companyTypeAssociation) {
918
+ return this.request({
919
+ path: `/company/companyTypeAssociations`,
920
+ method: 'post',
921
+ data: companyTypeAssociation,
922
+ });
923
+ }
924
+ getCompanyCompanyTypeAssociationsById(id, params = {}) {
925
+ return this.request({
926
+ path: `/company/companyTypeAssociations/${id}`,
927
+ method: 'get',
928
+ params,
929
+ });
930
+ }
931
+ deleteCompanyCompanyTypeAssociationsById(id) {
932
+ return this.request({
933
+ path: `/company/companyTypeAssociations/${id}`,
934
+ method: 'delete',
935
+ });
936
+ }
937
+ putCompanyCompanyTypeAssociationsById(id, companyTypeAssociation) {
938
+ return this.request({
939
+ path: `/company/companyTypeAssociations/${id}`,
940
+ method: 'put',
941
+ data: companyTypeAssociation,
942
+ });
943
+ }
944
+ patchCompanyCompanyTypeAssociationsById(id, patchOperations) {
945
+ return this.request({
946
+ path: `/company/companyTypeAssociations/${id}`,
947
+ method: 'patch',
948
+ data: patchOperations,
949
+ });
950
+ }
951
+ getCompanyCompanyTypeAssociationsCount(params = {}) {
952
+ return this.request({
953
+ path: `/company/companyTypeAssociations/count`,
954
+ method: 'get',
955
+ params,
956
+ });
957
+ }
958
+ getCompanyConfigurations(managedIdentifier, params = {}) {
959
+ return this.request({
960
+ path: `/company/configurations`,
961
+ method: 'get',
962
+ params,
963
+ });
964
+ }
965
+ postCompanyConfigurations(configuration, params = {}) {
966
+ return this.request({
967
+ path: `/company/configurations`,
968
+ method: 'post',
969
+ data: configuration,
970
+ params,
971
+ });
972
+ }
973
+ getCompanyConfigurationsById(id, params = {}) {
974
+ return this.request({
975
+ path: `/company/configurations/${id}`,
976
+ method: 'get',
977
+ params,
978
+ });
979
+ }
980
+ deleteCompanyConfigurationsById(id) {
981
+ return this.request({
982
+ path: `/company/configurations/${id}`,
983
+ method: 'delete',
984
+ });
985
+ }
986
+ putCompanyConfigurationsById(id, configuration, params = {}) {
987
+ return this.request({
988
+ path: `/company/configurations/${id}`,
989
+ method: 'put',
990
+ data: configuration,
991
+ params,
992
+ });
993
+ }
994
+ patchCompanyConfigurationsById(id, patchOperations, params = {}) {
995
+ return this.request({
996
+ path: `/company/configurations/${id}`,
997
+ method: 'patch',
998
+ data: patchOperations,
999
+ params,
1000
+ });
1001
+ }
1002
+ patchCompanyConfigurationsByIdChangeType(id, patchOperations) {
1003
+ return this.request({
1004
+ path: `/company/configurations/${id}/changeType`,
1005
+ method: 'patch',
1006
+ data: patchOperations,
1007
+ });
1008
+ }
1009
+ postCompanyConfigurationsBulk(companyConfigurations) {
1010
+ return this.request({
1011
+ path: `/company/configurations/bulk`,
1012
+ method: 'post',
1013
+ data: companyConfigurations,
1014
+ });
1015
+ }
1016
+ deleteCompanyConfigurationsBulk() {
1017
+ return this.request({
1018
+ path: `/company/configurations/bulk`,
1019
+ method: 'delete',
1020
+ });
1021
+ }
1022
+ putCompanyConfigurationsBulk(companyConfigurations) {
1023
+ return this.request({
1024
+ path: `/company/configurations/bulk`,
1025
+ method: 'put',
1026
+ data: companyConfigurations,
1027
+ });
1028
+ }
1029
+ getCompanyConfigurationsCount(managedIdentifier, params = {}) {
1030
+ return this.request({
1031
+ path: `/company/configurations/count`,
1032
+ method: 'get',
1033
+ params,
1034
+ });
1035
+ }
1036
+ getCompanyConfigurationsStatuses(params = {}) {
1037
+ return this.request({
1038
+ path: `/company/configurations/statuses`,
1039
+ method: 'get',
1040
+ params,
1041
+ });
1042
+ }
1043
+ postCompanyConfigurationsStatuses(configurationStatus) {
1044
+ return this.request({
1045
+ path: `/company/configurations/statuses`,
1046
+ method: 'post',
1047
+ data: configurationStatus,
1048
+ });
1049
+ }
1050
+ getCompanyConfigurationsStatusesById(id, params = {}) {
1051
+ return this.request({
1052
+ path: `/company/configurations/statuses/${id}`,
1053
+ method: 'get',
1054
+ params,
1055
+ });
1056
+ }
1057
+ deleteCompanyConfigurationsStatusesById(id) {
1058
+ return this.request({
1059
+ path: `/company/configurations/statuses/${id}`,
1060
+ method: 'delete',
1061
+ });
1062
+ }
1063
+ putCompanyConfigurationsStatusesById(id, configurationStatus) {
1064
+ return this.request({
1065
+ path: `/company/configurations/statuses/${id}`,
1066
+ method: 'put',
1067
+ data: configurationStatus,
1068
+ });
1069
+ }
1070
+ patchCompanyConfigurationsStatusesById(id, patchOperations) {
1071
+ return this.request({
1072
+ path: `/company/configurations/statuses/${id}`,
1073
+ method: 'patch',
1074
+ data: patchOperations,
1075
+ });
1076
+ }
1077
+ getCompanyConfigurationsStatusesByIdInfo(id, params = {}) {
1078
+ return this.request({
1079
+ path: `/company/configurations/statuses/${id}/info`,
1080
+ method: 'get',
1081
+ params,
1082
+ });
1083
+ }
1084
+ getCompanyConfigurationsStatusesByIdUsages(id, params = {}) {
1085
+ return this.request({
1086
+ path: `/company/configurations/statuses/${id}/usages`,
1087
+ method: 'get',
1088
+ params,
1089
+ });
1090
+ }
1091
+ getCompanyConfigurationsStatusesByIdUsagesList(id, params = {}) {
1092
+ return this.request({
1093
+ path: `/company/configurations/statuses/${id}/usages/list`,
1094
+ method: 'get',
1095
+ params,
1096
+ });
1097
+ }
1098
+ getCompanyConfigurationsStatusesCount(params = {}) {
1099
+ return this.request({
1100
+ path: `/company/configurations/statuses/count`,
1101
+ method: 'get',
1102
+ params,
1103
+ });
1104
+ }
1105
+ getCompanyConfigurationsStatusesInfo(params = {}) {
1106
+ return this.request({
1107
+ path: `/company/configurations/statuses/info`,
1108
+ method: 'get',
1109
+ params,
1110
+ });
1111
+ }
1112
+ getCompanyConfigurationsStatusesInfoCount(params = {}) {
1113
+ return this.request({
1114
+ path: `/company/configurations/statuses/info/count`,
1115
+ method: 'get',
1116
+ params,
1117
+ });
1118
+ }
1119
+ getCompanyConfigurationsTypes(params = {}) {
1120
+ return this.request({
1121
+ path: `/company/configurations/types`,
1122
+ method: 'get',
1123
+ params,
1124
+ });
1125
+ }
1126
+ postCompanyConfigurationsTypes(configurationType) {
1127
+ return this.request({
1128
+ path: `/company/configurations/types`,
1129
+ method: 'post',
1130
+ data: configurationType,
1131
+ });
1132
+ }
1133
+ getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, params = {}) {
1134
+ return this.request({
1135
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values`,
1136
+ method: 'get',
1137
+ params,
1138
+ });
1139
+ }
1140
+ postCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, configurationTypeQuestionValue) {
1141
+ return this.request({
1142
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values`,
1143
+ method: 'post',
1144
+ data: configurationTypeQuestionValue,
1145
+ });
1146
+ }
1147
+ getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, params = {}) {
1148
+ return this.request({
1149
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
1150
+ method: 'get',
1151
+ params,
1152
+ });
1153
+ }
1154
+ deleteCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId) {
1155
+ return this.request({
1156
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
1157
+ method: 'delete',
1158
+ });
1159
+ }
1160
+ putCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, configurationTypeQuestionValue) {
1161
+ return this.request({
1162
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
1163
+ method: 'put',
1164
+ data: configurationTypeQuestionValue,
1165
+ });
1166
+ }
1167
+ patchCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, patchOperations) {
1168
+ return this.request({
1169
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
1170
+ method: 'patch',
1171
+ data: patchOperations,
1172
+ });
1173
+ }
1174
+ getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsages(id, parentId, grandparentId, params = {}) {
1175
+ return this.request({
1176
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}/usages`,
1177
+ method: 'get',
1178
+ params,
1179
+ });
1180
+ }
1181
+ getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsagesList(id, parentId, grandparentId, params = {}) {
1182
+ return this.request({
1183
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}/usages/list`,
1184
+ method: 'get',
1185
+ params,
1186
+ });
1187
+ }
1188
+ getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesCount(parentId, grandparentId, params = {}) {
1189
+ return this.request({
1190
+ path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/count`,
1191
+ method: 'get',
1192
+ params,
1193
+ });
1194
+ }
1195
+ getCompanyConfigurationsTypesById(id, params = {}) {
1196
+ return this.request({
1197
+ path: `/company/configurations/types/${id}`,
1198
+ method: 'get',
1199
+ params,
1200
+ });
1201
+ }
1202
+ deleteCompanyConfigurationsTypesById(id) {
1203
+ return this.request({
1204
+ path: `/company/configurations/types/${id}`,
1205
+ method: 'delete',
1206
+ });
1207
+ }
1208
+ putCompanyConfigurationsTypesById(id, configurationType) {
1209
+ return this.request({
1210
+ path: `/company/configurations/types/${id}`,
1211
+ method: 'put',
1212
+ data: configurationType,
1213
+ });
1214
+ }
1215
+ patchCompanyConfigurationsTypesById(id, patchOperations) {
1216
+ return this.request({
1217
+ path: `/company/configurations/types/${id}`,
1218
+ method: 'patch',
1219
+ data: patchOperations,
1220
+ });
1221
+ }
1222
+ getCompanyConfigurationsTypesByIdInfo(id, params = {}) {
1223
+ return this.request({
1224
+ path: `/company/configurations/types/${id}/info`,
1225
+ method: 'get',
1226
+ params,
1227
+ });
1228
+ }
1229
+ getCompanyConfigurationsTypesByIdUsages(id, params = {}) {
1230
+ return this.request({
1231
+ path: `/company/configurations/types/${id}/usages`,
1232
+ method: 'get',
1233
+ params,
1234
+ });
1235
+ }
1236
+ getCompanyConfigurationsTypesByIdUsagesList(id, params = {}) {
1237
+ return this.request({
1238
+ path: `/company/configurations/types/${id}/usages/list`,
1239
+ method: 'get',
1240
+ params,
1241
+ });
1242
+ }
1243
+ getCompanyConfigurationsTypesByParentIdQuestions(parentId, params = {}) {
1244
+ return this.request({
1245
+ path: `/company/configurations/types/${parentId}/questions`,
1246
+ method: 'get',
1247
+ params,
1248
+ });
1249
+ }
1250
+ postCompanyConfigurationsTypesByParentIdQuestions(parentId, configurationTypeQuestion) {
1251
+ return this.request({
1252
+ path: `/company/configurations/types/${parentId}/questions`,
1253
+ method: 'post',
1254
+ data: configurationTypeQuestion,
1255
+ });
1256
+ }
1257
+ getCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, params = {}) {
1258
+ return this.request({
1259
+ path: `/company/configurations/types/${parentId}/questions/${id}`,
1260
+ method: 'get',
1261
+ params,
1262
+ });
1263
+ }
1264
+ deleteCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId) {
1265
+ return this.request({
1266
+ path: `/company/configurations/types/${parentId}/questions/${id}`,
1267
+ method: 'delete',
1268
+ });
1269
+ }
1270
+ putCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, configurationTypeQuestion) {
1271
+ return this.request({
1272
+ path: `/company/configurations/types/${parentId}/questions/${id}`,
1273
+ method: 'put',
1274
+ data: configurationTypeQuestion,
1275
+ });
1276
+ }
1277
+ patchCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, patchOperations) {
1278
+ return this.request({
1279
+ path: `/company/configurations/types/${parentId}/questions/${id}`,
1280
+ method: 'patch',
1281
+ data: patchOperations,
1282
+ });
1283
+ }
1284
+ getCompanyConfigurationsTypesByParentIdQuestionsCount(parentId, params = {}) {
1285
+ return this.request({
1286
+ path: `/company/configurations/types/${parentId}/questions/count`,
1287
+ method: 'get',
1288
+ params,
1289
+ });
1290
+ }
1291
+ getCompanyConfigurationsTypesCount(params = {}) {
1292
+ return this.request({
1293
+ path: `/company/configurations/types/count`,
1294
+ method: 'get',
1295
+ params,
1296
+ });
1297
+ }
1298
+ getCompanyContacts(params = {}) {
1299
+ return this.request({
1300
+ path: `/company/contacts`,
1301
+ method: 'get',
1302
+ params,
1303
+ });
1304
+ }
1305
+ postCompanyContacts(contact) {
1306
+ return this.request({
1307
+ path: `/company/contacts`,
1308
+ method: 'post',
1309
+ data: contact,
1310
+ });
1311
+ }
1312
+ getCompanyContactsById(id, params = {}) {
1313
+ return this.request({
1314
+ path: `/company/contacts/${id}`,
1315
+ method: 'get',
1316
+ params,
1317
+ });
1318
+ }
1319
+ deleteCompanyContactsById(id, transferContactId) {
1320
+ return this.request({
1321
+ path: `/company/contacts/${id}`,
1322
+ method: 'delete',
1323
+ });
1324
+ }
1325
+ putCompanyContactsById(id, contact) {
1326
+ return this.request({
1327
+ path: `/company/contacts/${id}`,
1328
+ method: 'put',
1329
+ data: contact,
1330
+ });
1331
+ }
1332
+ patchCompanyContactsById(id, patchOperations) {
1333
+ return this.request({
1334
+ path: `/company/contacts/${id}`,
1335
+ method: 'patch',
1336
+ data: patchOperations,
1337
+ });
1338
+ }
1339
+ getCompanyContactsByIdImage(id, useDefaultFlag, lastModified, params = {}) {
1340
+ return this.request({
1341
+ path: `/company/contacts/${id}/image`,
1342
+ method: 'get',
1343
+ params,
1344
+ });
1345
+ }
1346
+ getCompanyContactsByIdPortalSecurity(id, params = {}) {
1347
+ return this.request({
1348
+ path: `/company/contacts/${id}/portalSecurity`,
1349
+ method: 'get',
1350
+ params,
1351
+ });
1352
+ }
1353
+ getCompanyContactsByIdUsages(id, params = {}) {
1354
+ return this.request({
1355
+ path: `/company/contacts/${id}/usages`,
1356
+ method: 'get',
1357
+ params,
1358
+ });
1359
+ }
1360
+ getCompanyContactsByIdUsagesList(id, params = {}) {
1361
+ return this.request({
1362
+ path: `/company/contacts/${id}/usages/list`,
1363
+ method: 'get',
1364
+ params,
1365
+ });
1366
+ }
1367
+ getCompanyContactsByParentIdCommunications(parentId, params = {}) {
1368
+ return this.request({
1369
+ path: `/company/contacts/${parentId}/communications`,
1370
+ method: 'get',
1371
+ params,
1372
+ });
1373
+ }
1374
+ postCompanyContactsByParentIdCommunications(parentId, contactCommunication) {
1375
+ return this.request({
1376
+ path: `/company/contacts/${parentId}/communications`,
1377
+ method: 'post',
1378
+ data: contactCommunication,
1379
+ });
1380
+ }
1381
+ getCompanyContactsByParentIdCommunicationsById(id, parentId, params = {}) {
1382
+ return this.request({
1383
+ path: `/company/contacts/${parentId}/communications/${id}`,
1384
+ method: 'get',
1385
+ params,
1386
+ });
1387
+ }
1388
+ deleteCompanyContactsByParentIdCommunicationsById(id, parentId) {
1389
+ return this.request({
1390
+ path: `/company/contacts/${parentId}/communications/${id}`,
1391
+ method: 'delete',
1392
+ });
1393
+ }
1394
+ putCompanyContactsByParentIdCommunicationsById(id, parentId, contactCommunication) {
1395
+ return this.request({
1396
+ path: `/company/contacts/${parentId}/communications/${id}`,
1397
+ method: 'put',
1398
+ data: contactCommunication,
1399
+ });
1400
+ }
1401
+ patchCompanyContactsByParentIdCommunicationsById(id, parentId, patchOperations) {
1402
+ return this.request({
1403
+ path: `/company/contacts/${parentId}/communications/${id}`,
1404
+ method: 'patch',
1405
+ data: patchOperations,
1406
+ });
1407
+ }
1408
+ getCompanyContactsByParentIdCommunicationsCount(parentId, params = {}) {
1409
+ return this.request({
1410
+ path: `/company/contacts/${parentId}/communications/count`,
1411
+ method: 'get',
1412
+ params,
1413
+ });
1414
+ }
1415
+ getCompanyContactsByParentIdGroups(parentId, params = {}) {
1416
+ return this.request({
1417
+ path: `/company/contacts/${parentId}/groups`,
1418
+ method: 'get',
1419
+ params,
1420
+ });
1421
+ }
1422
+ postCompanyContactsByParentIdGroups(parentId, contactGroup) {
1423
+ return this.request({
1424
+ path: `/company/contacts/${parentId}/groups`,
1425
+ method: 'post',
1426
+ data: contactGroup,
1427
+ });
1428
+ }
1429
+ getCompanyContactsByParentIdGroupsById(id, parentId, params = {}) {
1430
+ return this.request({
1431
+ path: `/company/contacts/${parentId}/groups/${id}`,
1432
+ method: 'get',
1433
+ params,
1434
+ });
1435
+ }
1436
+ deleteCompanyContactsByParentIdGroupsById(id, parentId) {
1437
+ return this.request({
1438
+ path: `/company/contacts/${parentId}/groups/${id}`,
1439
+ method: 'delete',
1440
+ });
1441
+ }
1442
+ putCompanyContactsByParentIdGroupsById(id, parentId, contactGroup) {
1443
+ return this.request({
1444
+ path: `/company/contacts/${parentId}/groups/${id}`,
1445
+ method: 'put',
1446
+ data: contactGroup,
1447
+ });
1448
+ }
1449
+ patchCompanyContactsByParentIdGroupsById(id, parentId, patchOperations) {
1450
+ return this.request({
1451
+ path: `/company/contacts/${parentId}/groups/${id}`,
1452
+ method: 'patch',
1453
+ data: patchOperations,
1454
+ });
1455
+ }
1456
+ getCompanyContactsByParentIdGroupsCount(parentId, params = {}) {
1457
+ return this.request({
1458
+ path: `/company/contacts/${parentId}/groups/count`,
1459
+ method: 'get',
1460
+ params,
1461
+ });
1462
+ }
1463
+ getCompanyContactsByParentIdNotes(parentId, params = {}) {
1464
+ return this.request({
1465
+ path: `/company/contacts/${parentId}/notes`,
1466
+ method: 'get',
1467
+ params,
1468
+ });
1469
+ }
1470
+ postCompanyContactsByParentIdNotes(parentId, contactNote) {
1471
+ return this.request({
1472
+ path: `/company/contacts/${parentId}/notes`,
1473
+ method: 'post',
1474
+ data: contactNote,
1475
+ });
1476
+ }
1477
+ getCompanyContactsByParentIdNotesById(id, parentId, params = {}) {
1478
+ return this.request({
1479
+ path: `/company/contacts/${parentId}/notes/${id}`,
1480
+ method: 'get',
1481
+ params,
1482
+ });
1483
+ }
1484
+ deleteCompanyContactsByParentIdNotesById(id, parentId) {
1485
+ return this.request({
1486
+ path: `/company/contacts/${parentId}/notes/${id}`,
1487
+ method: 'delete',
1488
+ });
1489
+ }
1490
+ putCompanyContactsByParentIdNotesById(id, parentId, contactNote) {
1491
+ return this.request({
1492
+ path: `/company/contacts/${parentId}/notes/${id}`,
1493
+ method: 'put',
1494
+ data: contactNote,
1495
+ });
1496
+ }
1497
+ patchCompanyContactsByParentIdNotesById(id, parentId, patchOperations) {
1498
+ return this.request({
1499
+ path: `/company/contacts/${parentId}/notes/${id}`,
1500
+ method: 'patch',
1501
+ data: patchOperations,
1502
+ });
1503
+ }
1504
+ getCompanyContactsByParentIdNotesCount(parentId, params = {}) {
1505
+ return this.request({
1506
+ path: `/company/contacts/${parentId}/notes/count`,
1507
+ method: 'get',
1508
+ params,
1509
+ });
1510
+ }
1511
+ getCompanyContactsByParentIdTracks(parentId, params = {}) {
1512
+ return this.request({
1513
+ path: `/company/contacts/${parentId}/tracks`,
1514
+ method: 'get',
1515
+ params,
1516
+ });
1517
+ }
1518
+ postCompanyContactsByParentIdTracks(parentId, track) {
1519
+ return this.request({
1520
+ path: `/company/contacts/${parentId}/tracks`,
1521
+ method: 'post',
1522
+ data: track,
1523
+ });
1524
+ }
1525
+ getCompanyContactsByParentIdTracksById(id, parentId, params = {}) {
1526
+ return this.request({
1527
+ path: `/company/contacts/${parentId}/tracks/${id}`,
1528
+ method: 'get',
1529
+ params,
1530
+ });
1531
+ }
1532
+ deleteCompanyContactsByParentIdTracksById(id, parentId) {
1533
+ return this.request({
1534
+ path: `/company/contacts/${parentId}/tracks/${id}`,
1535
+ method: 'delete',
1536
+ });
1537
+ }
1538
+ getCompanyContactsByParentIdTracksCount(parentId, params = {}) {
1539
+ return this.request({
1540
+ path: `/company/contacts/${parentId}/tracks/count`,
1541
+ method: 'get',
1542
+ params,
1543
+ });
1544
+ }
1545
+ getCompanyContactsByParentIdTypeAssociations(parentId, params = {}) {
1546
+ return this.request({
1547
+ path: `/company/contacts/${parentId}/typeAssociations`,
1548
+ method: 'get',
1549
+ params,
1550
+ });
1551
+ }
1552
+ postCompanyContactsByParentIdTypeAssociations(parentId, contactTypeAssociation) {
1553
+ return this.request({
1554
+ path: `/company/contacts/${parentId}/typeAssociations`,
1555
+ method: 'post',
1556
+ data: contactTypeAssociation,
1557
+ });
1558
+ }
1559
+ getCompanyContactsByParentIdTypeAssociationsById(id, parentId, params = {}) {
1560
+ return this.request({
1561
+ path: `/company/contacts/${parentId}/typeAssociations/${id}`,
1562
+ method: 'get',
1563
+ params,
1564
+ });
1565
+ }
1566
+ deleteCompanyContactsByParentIdTypeAssociationsById(id, parentId) {
1567
+ return this.request({
1568
+ path: `/company/contacts/${parentId}/typeAssociations/${id}`,
1569
+ method: 'delete',
1570
+ });
1571
+ }
1572
+ putCompanyContactsByParentIdTypeAssociationsById(id, parentId, contactTypeAssociation) {
1573
+ return this.request({
1574
+ path: `/company/contacts/${parentId}/typeAssociations/${id}`,
1575
+ method: 'put',
1576
+ data: contactTypeAssociation,
1577
+ });
1578
+ }
1579
+ patchCompanyContactsByParentIdTypeAssociationsById(id, parentId, patchOperations) {
1580
+ return this.request({
1581
+ path: `/company/contacts/${parentId}/typeAssociations/${id}`,
1582
+ method: 'patch',
1583
+ data: patchOperations,
1584
+ });
1585
+ }
1586
+ getCompanyContactsByParentIdTypeAssociationsCount(parentId, params = {}) {
1587
+ return this.request({
1588
+ path: `/company/contacts/${parentId}/typeAssociations/count`,
1589
+ method: 'get',
1590
+ params,
1591
+ });
1592
+ }
1593
+ getCompanyContactsCount(params = {}) {
1594
+ return this.request({
1595
+ path: `/company/contacts/count`,
1596
+ method: 'get',
1597
+ params,
1598
+ });
1599
+ }
1600
+ getCompanyContactsDefault(companyId, params = {}) {
1601
+ return this.request({
1602
+ path: `/company/contacts/default`,
1603
+ method: 'get',
1604
+ params,
1605
+ });
1606
+ }
1607
+ getCompanyContactsDepartments(params = {}) {
1608
+ return this.request({
1609
+ path: `/company/contacts/departments`,
1610
+ method: 'get',
1611
+ params,
1612
+ });
1613
+ }
1614
+ postCompanyContactsDepartments(contactDepartment) {
1615
+ return this.request({
1616
+ path: `/company/contacts/departments`,
1617
+ method: 'post',
1618
+ data: contactDepartment,
1619
+ });
1620
+ }
1621
+ getCompanyContactsDepartmentsById(id, params = {}) {
1622
+ return this.request({
1623
+ path: `/company/contacts/departments/${id}`,
1624
+ method: 'get',
1625
+ params,
1626
+ });
1627
+ }
1628
+ deleteCompanyContactsDepartmentsById(id) {
1629
+ return this.request({
1630
+ path: `/company/contacts/departments/${id}`,
1631
+ method: 'delete',
1632
+ });
1633
+ }
1634
+ putCompanyContactsDepartmentsById(id, contactDepartment) {
1635
+ return this.request({
1636
+ path: `/company/contacts/departments/${id}`,
1637
+ method: 'put',
1638
+ data: contactDepartment,
1639
+ });
1640
+ }
1641
+ patchCompanyContactsDepartmentsById(id, patchOperations) {
1642
+ return this.request({
1643
+ path: `/company/contacts/departments/${id}`,
1644
+ method: 'patch',
1645
+ data: patchOperations,
1646
+ });
1647
+ }
1648
+ getCompanyContactsDepartmentsByIdInfo(id, params = {}) {
1649
+ return this.request({
1650
+ path: `/company/contacts/departments/${id}/info`,
1651
+ method: 'get',
1652
+ params,
1653
+ });
1654
+ }
1655
+ getCompanyContactsDepartmentsByIdUsages(id, params = {}) {
1656
+ return this.request({
1657
+ path: `/company/contacts/departments/${id}/usages`,
1658
+ method: 'get',
1659
+ params,
1660
+ });
1661
+ }
1662
+ getCompanyContactsDepartmentsByIdUsagesList(id, params = {}) {
1663
+ return this.request({
1664
+ path: `/company/contacts/departments/${id}/usages/list`,
1665
+ method: 'get',
1666
+ params,
1667
+ });
1668
+ }
1669
+ getCompanyContactsDepartmentsCount(params = {}) {
1670
+ return this.request({
1671
+ path: `/company/contacts/departments/count`,
1672
+ method: 'get',
1673
+ params,
1674
+ });
1675
+ }
1676
+ getCompanyContactsDepartmentsInfo(params = {}) {
1677
+ return this.request({
1678
+ path: `/company/contacts/departments/info`,
1679
+ method: 'get',
1680
+ params,
1681
+ });
1682
+ }
1683
+ getCompanyContactsDepartmentsInfoCount(params = {}) {
1684
+ return this.request({
1685
+ path: `/company/contacts/departments/info/count`,
1686
+ method: 'get',
1687
+ params,
1688
+ });
1689
+ }
1690
+ getCompanyContactsRelationships(params = {}) {
1691
+ return this.request({
1692
+ path: `/company/contacts/relationships`,
1693
+ method: 'get',
1694
+ params,
1695
+ });
1696
+ }
1697
+ postCompanyContactsRelationships(contactRelationship) {
1698
+ return this.request({
1699
+ path: `/company/contacts/relationships`,
1700
+ method: 'post',
1701
+ data: contactRelationship,
1702
+ });
1703
+ }
1704
+ getCompanyContactsRelationshipsById(id, params = {}) {
1705
+ return this.request({
1706
+ path: `/company/contacts/relationships/${id}`,
1707
+ method: 'get',
1708
+ params,
1709
+ });
1710
+ }
1711
+ deleteCompanyContactsRelationshipsById(id) {
1712
+ return this.request({
1713
+ path: `/company/contacts/relationships/${id}`,
1714
+ method: 'delete',
1715
+ });
1716
+ }
1717
+ putCompanyContactsRelationshipsById(id, contactRelationship) {
1718
+ return this.request({
1719
+ path: `/company/contacts/relationships/${id}`,
1720
+ method: 'put',
1721
+ data: contactRelationship,
1722
+ });
1723
+ }
1724
+ patchCompanyContactsRelationshipsById(id, patchOperations) {
1725
+ return this.request({
1726
+ path: `/company/contacts/relationships/${id}`,
1727
+ method: 'patch',
1728
+ data: patchOperations,
1729
+ });
1730
+ }
1731
+ getCompanyContactsRelationshipsCount(params = {}) {
1732
+ return this.request({
1733
+ path: `/company/contacts/relationships/count`,
1734
+ method: 'get',
1735
+ params,
1736
+ });
1737
+ }
1738
+ postCompanyContactsRequestPassword(request) {
1739
+ return this.request({
1740
+ path: `/company/contacts/requestPassword`,
1741
+ method: 'post',
1742
+ data: request,
1743
+ });
1744
+ }
1745
+ getCompanyContactsTypes(params = {}) {
1746
+ return this.request({
1747
+ path: `/company/contacts/types`,
1748
+ method: 'get',
1749
+ params,
1750
+ });
1751
+ }
1752
+ postCompanyContactsTypes(contactType) {
1753
+ return this.request({
1754
+ path: `/company/contacts/types`,
1755
+ method: 'post',
1756
+ data: contactType,
1757
+ });
1758
+ }
1759
+ getCompanyContactsTypesById(id, params = {}) {
1760
+ return this.request({
1761
+ path: `/company/contacts/types/${id}`,
1762
+ method: 'get',
1763
+ params,
1764
+ });
1765
+ }
1766
+ deleteCompanyContactsTypesById(id) {
1767
+ return this.request({
1768
+ path: `/company/contacts/types/${id}`,
1769
+ method: 'delete',
1770
+ });
1771
+ }
1772
+ putCompanyContactsTypesById(id, contactType) {
1773
+ return this.request({
1774
+ path: `/company/contacts/types/${id}`,
1775
+ method: 'put',
1776
+ data: contactType,
1777
+ });
1778
+ }
1779
+ patchCompanyContactsTypesById(id, patchOperations) {
1780
+ return this.request({
1781
+ path: `/company/contacts/types/${id}`,
1782
+ method: 'patch',
1783
+ data: patchOperations,
1784
+ });
1785
+ }
1786
+ getCompanyContactsTypesByIdInfo(id, params = {}) {
1787
+ return this.request({
1788
+ path: `/company/contacts/types/${id}/info`,
1789
+ method: 'get',
1790
+ params,
1791
+ });
1792
+ }
1793
+ getCompanyContactsTypesCount(params = {}) {
1794
+ return this.request({
1795
+ path: `/company/contacts/types/count`,
1796
+ method: 'get',
1797
+ params,
1798
+ });
1799
+ }
1800
+ getCompanyContactsTypesCountInfo(params = {}) {
1801
+ return this.request({
1802
+ path: `/company/contacts/types/count/info`,
1803
+ method: 'get',
1804
+ params,
1805
+ });
1806
+ }
1807
+ getCompanyContactsTypesInfo(params = {}) {
1808
+ return this.request({
1809
+ path: `/company/contacts/types/info`,
1810
+ method: 'get',
1811
+ params,
1812
+ });
1813
+ }
1814
+ postCompanyContactsValidatePortalCredentials(request) {
1815
+ return this.request({
1816
+ path: `/company/contacts/validatePortalCredentials`,
1817
+ method: 'post',
1818
+ data: request,
1819
+ });
1820
+ }
1821
+ getCompanyContactTypeAssociations(params = {}) {
1822
+ return this.request({
1823
+ path: `/company/contactTypeAssociations`,
1824
+ method: 'get',
1825
+ params,
1826
+ });
1827
+ }
1828
+ postCompanyContactTypeAssociations(contactTypeAssociation) {
1829
+ return this.request({
1830
+ path: `/company/contactTypeAssociations`,
1831
+ method: 'post',
1832
+ data: contactTypeAssociation,
1833
+ });
1834
+ }
1835
+ getCompanyContactTypeAssociationsById(id, params = {}) {
1836
+ return this.request({
1837
+ path: `/company/contactTypeAssociations/${id}`,
1838
+ method: 'get',
1839
+ params,
1840
+ });
1841
+ }
1842
+ deleteCompanyContactTypeAssociationsById(id) {
1843
+ return this.request({
1844
+ path: `/company/contactTypeAssociations/${id}`,
1845
+ method: 'delete',
1846
+ });
1847
+ }
1848
+ putCompanyContactTypeAssociationsById(id, contactTypeAssociation) {
1849
+ return this.request({
1850
+ path: `/company/contactTypeAssociations/${id}`,
1851
+ method: 'put',
1852
+ data: contactTypeAssociation,
1853
+ });
1854
+ }
1855
+ patchCompanyContactTypeAssociationsById(id, patchOperations) {
1856
+ return this.request({
1857
+ path: `/company/contactTypeAssociations/${id}`,
1858
+ method: 'patch',
1859
+ data: patchOperations,
1860
+ });
1861
+ }
1862
+ getCompanyContactTypeAssociationsCount(params = {}) {
1863
+ return this.request({
1864
+ path: `/company/contactTypeAssociations/count`,
1865
+ method: 'get',
1866
+ params,
1867
+ });
1868
+ }
1869
+ getCompanyCountries(params = {}) {
1870
+ return this.request({
1871
+ path: `/company/countries`,
1872
+ method: 'get',
1873
+ params,
1874
+ });
1875
+ }
1876
+ postCompanyCountries(country) {
1877
+ return this.request({
1878
+ path: `/company/countries`,
1879
+ method: 'post',
1880
+ data: country,
1881
+ });
1882
+ }
1883
+ getCompanyCountriesById(id, params = {}) {
1884
+ return this.request({
1885
+ path: `/company/countries/${id}`,
1886
+ method: 'get',
1887
+ params,
1888
+ });
1889
+ }
1890
+ deleteCompanyCountriesById(id) {
1891
+ return this.request({
1892
+ path: `/company/countries/${id}`,
1893
+ method: 'delete',
1894
+ });
1895
+ }
1896
+ putCompanyCountriesById(id, country) {
1897
+ return this.request({
1898
+ path: `/company/countries/${id}`,
1899
+ method: 'put',
1900
+ data: country,
1901
+ });
1902
+ }
1903
+ patchCompanyCountriesById(id, patchOperations) {
1904
+ return this.request({
1905
+ path: `/company/countries/${id}`,
1906
+ method: 'patch',
1907
+ data: patchOperations,
1908
+ });
1909
+ }
1910
+ getCompanyCountriesByIdInfo(id, params = {}) {
1911
+ return this.request({
1912
+ path: `/company/countries/${id}/info`,
1913
+ method: 'get',
1914
+ params,
1915
+ });
1916
+ }
1917
+ getCompanyCountriesCount(params = {}) {
1918
+ return this.request({
1919
+ path: `/company/countries/count`,
1920
+ method: 'get',
1921
+ params,
1922
+ });
1923
+ }
1924
+ getCompanyCountriesInfo(params = {}) {
1925
+ return this.request({
1926
+ path: `/company/countries/info`,
1927
+ method: 'get',
1928
+ params,
1929
+ });
1930
+ }
1931
+ getCompanyCountriesInfoCount(params = {}) {
1932
+ return this.request({
1933
+ path: `/company/countries/info/count`,
1934
+ method: 'get',
1935
+ params,
1936
+ });
1937
+ }
1938
+ getCompanyEntityTypes(params = {}) {
1939
+ return this.request({
1940
+ path: `/company/entityTypes`,
1941
+ method: 'get',
1942
+ params,
1943
+ });
1944
+ }
1945
+ getCompanyEntityTypesById(id, params = {}) {
1946
+ return this.request({
1947
+ path: `/company/entityTypes/${id}`,
1948
+ method: 'get',
1949
+ params,
1950
+ });
1951
+ }
1952
+ getCompanyEntitytypesByIdInfo(id, params = {}) {
1953
+ return this.request({
1954
+ path: `/company/entitytypes/${id}/info`,
1955
+ method: 'get',
1956
+ params,
1957
+ });
1958
+ }
1959
+ getCompanyEntityTypesCount(params = {}) {
1960
+ return this.request({
1961
+ path: `/company/entityTypes/count`,
1962
+ method: 'get',
1963
+ params,
1964
+ });
1965
+ }
1966
+ getCompanyEntitytypesInfo(params = {}) {
1967
+ return this.request({
1968
+ path: `/company/entitytypes/info`,
1969
+ method: 'get',
1970
+ params,
1971
+ });
1972
+ }
1973
+ getCompanyEntityTypesInfoCount(params = {}) {
1974
+ return this.request({
1975
+ path: `/company/entityTypes/info/count`,
1976
+ method: 'get',
1977
+ params,
1978
+ });
1979
+ }
1980
+ getCompanyExpenseTypesInfoCount(params = {}) {
1981
+ return this.request({
1982
+ path: `/company/expenseTypes/info/count`,
1983
+ method: 'get',
1984
+ params,
1985
+ });
1986
+ }
1987
+ getCompanyManagedDevicesIntegrations(params = {}) {
1988
+ return this.request({
1989
+ path: `/company/managedDevicesIntegrations`,
1990
+ method: 'get',
1991
+ params,
1992
+ });
1993
+ }
1994
+ postCompanyManagedDevicesIntegrations(managedDevicesIntegration) {
1995
+ return this.request({
1996
+ path: `/company/managedDevicesIntegrations`,
1997
+ method: 'post',
1998
+ data: managedDevicesIntegration,
1999
+ });
2000
+ }
2001
+ getCompanyManagedDevicesIntegrationsById(id, params = {}) {
2002
+ return this.request({
2003
+ path: `/company/managedDevicesIntegrations/${id}`,
2004
+ method: 'get',
2005
+ params,
2006
+ });
2007
+ }
2008
+ deleteCompanyManagedDevicesIntegrationsById(id) {
2009
+ return this.request({
2010
+ path: `/company/managedDevicesIntegrations/${id}`,
2011
+ method: 'delete',
2012
+ });
2013
+ }
2014
+ putCompanyManagedDevicesIntegrationsById(id, managedDevicesIntegration) {
2015
+ return this.request({
2016
+ path: `/company/managedDevicesIntegrations/${id}`,
2017
+ method: 'put',
2018
+ data: managedDevicesIntegration,
2019
+ });
2020
+ }
2021
+ patchCompanyManagedDevicesIntegrationsById(id, patchOperations) {
2022
+ return this.request({
2023
+ path: `/company/managedDevicesIntegrations/${id}`,
2024
+ method: 'patch',
2025
+ data: patchOperations,
2026
+ });
2027
+ }
2028
+ getCompanyManagedDevicesIntegrationsByIdInfo(id, params = {}) {
2029
+ return this.request({
2030
+ path: `/company/managedDevicesIntegrations/${id}/info`,
2031
+ method: 'get',
2032
+ params,
2033
+ });
2034
+ }
2035
+ getCompanyManagedDevicesIntegrationsByIdUsages(id, params = {}) {
2036
+ return this.request({
2037
+ path: `/company/managedDevicesIntegrations/${id}/usages`,
2038
+ method: 'get',
2039
+ params,
2040
+ });
2041
+ }
2042
+ getCompanyManagedDevicesIntegrationsByIdUsagesList(id, params = {}) {
2043
+ return this.request({
2044
+ path: `/company/managedDevicesIntegrations/${id}/usages/list`,
2045
+ method: 'get',
2046
+ params,
2047
+ });
2048
+ }
2049
+ getCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId, params = {}) {
2050
+ return this.request({
2051
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences`,
2052
+ method: 'get',
2053
+ params,
2054
+ });
2055
+ }
2056
+ postCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId, crossReference) {
2057
+ return this.request({
2058
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences`,
2059
+ method: 'post',
2060
+ data: crossReference,
2061
+ });
2062
+ }
2063
+ getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, params = {}) {
2064
+ return this.request({
2065
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
2066
+ method: 'get',
2067
+ params,
2068
+ });
2069
+ }
2070
+ putCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, crossReference) {
2071
+ return this.request({
2072
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
2073
+ method: 'put',
2074
+ data: crossReference,
2075
+ });
2076
+ }
2077
+ patchCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, patchOperations) {
2078
+ return this.request({
2079
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
2080
+ method: 'patch',
2081
+ data: patchOperations,
2082
+ });
2083
+ }
2084
+ deleteCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId) {
2085
+ return this.request({
2086
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
2087
+ method: 'delete',
2088
+ });
2089
+ }
2090
+ getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesCount(parentId, params = {}) {
2091
+ return this.request({
2092
+ path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/count`,
2093
+ method: 'get',
2094
+ params,
2095
+ });
2096
+ }
2097
+ getCompanyManagedDevicesIntegrationsByParentIdLogins(parentId, params = {}) {
2098
+ return this.request({
2099
+ path: `/company/managedDevicesIntegrations/${parentId}/logins`,
2100
+ method: 'get',
2101
+ params,
2102
+ });
2103
+ }
2104
+ postCompanyManagedDevicesIntegrationsByParentIdLogins(parentId, login) {
2105
+ return this.request({
2106
+ path: `/company/managedDevicesIntegrations/${parentId}/logins`,
2107
+ method: 'post',
2108
+ data: login,
2109
+ });
2110
+ }
2111
+ getCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, params = {}) {
2112
+ return this.request({
2113
+ path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
2114
+ method: 'get',
2115
+ params,
2116
+ });
2117
+ }
2118
+ putCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, login) {
2119
+ return this.request({
2120
+ path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
2121
+ method: 'put',
2122
+ data: login,
2123
+ });
2124
+ }
2125
+ patchCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, patchOperations) {
2126
+ return this.request({
2127
+ path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
2128
+ method: 'patch',
2129
+ data: patchOperations,
2130
+ });
2131
+ }
2132
+ deleteCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId) {
2133
+ return this.request({
2134
+ path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
2135
+ method: 'delete',
2136
+ });
2137
+ }
2138
+ getCompanyManagedDevicesIntegrationsByParentIdLoginsCount(parentId, params = {}) {
2139
+ return this.request({
2140
+ path: `/company/managedDevicesIntegrations/${parentId}/logins/count`,
2141
+ method: 'get',
2142
+ params,
2143
+ });
2144
+ }
2145
+ getCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId, params = {}) {
2146
+ return this.request({
2147
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications`,
2148
+ method: 'get',
2149
+ params,
2150
+ });
2151
+ }
2152
+ postCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId, notification) {
2153
+ return this.request({
2154
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications`,
2155
+ method: 'post',
2156
+ data: notification,
2157
+ });
2158
+ }
2159
+ getCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, params = {}) {
2160
+ return this.request({
2161
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
2162
+ method: 'get',
2163
+ params,
2164
+ });
2165
+ }
2166
+ putCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, notification) {
2167
+ return this.request({
2168
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
2169
+ method: 'put',
2170
+ data: notification,
2171
+ });
2172
+ }
2173
+ patchCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, patchOperations) {
2174
+ return this.request({
2175
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
2176
+ method: 'patch',
2177
+ data: patchOperations,
2178
+ });
2179
+ }
2180
+ deleteCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId) {
2181
+ return this.request({
2182
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
2183
+ method: 'delete',
2184
+ });
2185
+ }
2186
+ getCompanyManagedDevicesIntegrationsByParentIdNotificationsCount(parentId, params = {}) {
2187
+ return this.request({
2188
+ path: `/company/managedDevicesIntegrations/${parentId}/notifications/count`,
2189
+ method: 'get',
2190
+ params,
2191
+ });
2192
+ }
2193
+ getCompanyManagedDevicesIntegrationsCount(params = {}) {
2194
+ return this.request({
2195
+ path: `/company/managedDevicesIntegrations/count`,
2196
+ method: 'get',
2197
+ params,
2198
+ });
2199
+ }
2200
+ getCompanyManagedDevicesIntegrationsInfo(params = {}) {
2201
+ return this.request({
2202
+ path: `/company/managedDevicesIntegrations/info`,
2203
+ method: 'get',
2204
+ params,
2205
+ });
2206
+ }
2207
+ getCompanyManagedDevicesIntegrationsInfoCount(params = {}) {
2208
+ return this.request({
2209
+ path: `/company/managedDevicesIntegrations/info/count`,
2210
+ method: 'get',
2211
+ params,
2212
+ });
2213
+ }
2214
+ getCompanyManagement(params = {}) {
2215
+ return this.request({
2216
+ path: `/company/management`,
2217
+ method: 'get',
2218
+ params,
2219
+ });
2220
+ }
2221
+ getCompanyManagementById(id, params = {}) {
2222
+ return this.request({
2223
+ path: `/company/management/${id}`,
2224
+ method: 'get',
2225
+ params,
2226
+ });
2227
+ }
2228
+ putCompanyManagementById(id, management) {
2229
+ return this.request({
2230
+ path: `/company/management/${id}`,
2231
+ method: 'put',
2232
+ data: management,
2233
+ });
2234
+ }
2235
+ patchCompanyManagementById(id, patchOperations) {
2236
+ return this.request({
2237
+ path: `/company/management/${id}`,
2238
+ method: 'patch',
2239
+ data: patchOperations,
2240
+ });
2241
+ }
2242
+ postCompanyManagementByIdExecuteManagedItSync(id) {
2243
+ return this.request({
2244
+ path: `/company/management/${id}/executeManagedItSync`,
2245
+ method: 'post',
2246
+ });
2247
+ }
2248
+ getCompanyManagementByIdLogDownload(id, filePath, params = {}) {
2249
+ return this.request({
2250
+ path: `/company/management/${id}/log/download`,
2251
+ method: 'get',
2252
+ params,
2253
+ });
2254
+ }
2255
+ getCompanyManagementByIdLogs(id, params = {}) {
2256
+ return this.request({
2257
+ path: `/company/management/${id}/logs`,
2258
+ method: 'get',
2259
+ params,
2260
+ });
2261
+ }
2262
+ getCompanyManagementByParentIdManagementReportNotifications(parentId, params = {}) {
2263
+ return this.request({
2264
+ path: `/company/management/${parentId}/managementReportNotifications`,
2265
+ method: 'get',
2266
+ params,
2267
+ });
2268
+ }
2269
+ postCompanyManagementByParentIdManagementReportNotifications(parentId, managementReportNotification) {
2270
+ return this.request({
2271
+ path: `/company/management/${parentId}/managementReportNotifications`,
2272
+ method: 'post',
2273
+ data: managementReportNotification,
2274
+ });
2275
+ }
2276
+ getCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, params = {}) {
2277
+ return this.request({
2278
+ path: `/company/management/${parentId}/managementReportNotifications/${id}`,
2279
+ method: 'get',
2280
+ params,
2281
+ });
2282
+ }
2283
+ deleteCompanyManagementByParentIdManagementReportNotificationsById(id, parentId) {
2284
+ return this.request({
2285
+ path: `/company/management/${parentId}/managementReportNotifications/${id}`,
2286
+ method: 'delete',
2287
+ });
2288
+ }
2289
+ putCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, managementReportNotification) {
2290
+ return this.request({
2291
+ path: `/company/management/${parentId}/managementReportNotifications/${id}`,
2292
+ method: 'put',
2293
+ data: managementReportNotification,
2294
+ });
2295
+ }
2296
+ patchCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, patchOperations) {
2297
+ return this.request({
2298
+ path: `/company/management/${parentId}/managementReportNotifications/${id}`,
2299
+ method: 'patch',
2300
+ data: patchOperations,
2301
+ });
2302
+ }
2303
+ getCompanyManagementByParentIdManagementReportNotificationsCount(parentId, params = {}) {
2304
+ return this.request({
2305
+ path: `/company/management/${parentId}/managementReportNotifications/count`,
2306
+ method: 'get',
2307
+ params,
2308
+ });
2309
+ }
2310
+ getCompanyManagementCount(params = {}) {
2311
+ return this.request({
2312
+ path: `/company/management/count`,
2313
+ method: 'get',
2314
+ params,
2315
+ });
2316
+ }
2317
+ getCompanyManagementBackups(params = {}) {
2318
+ return this.request({
2319
+ path: `/company/managementBackups`,
2320
+ method: 'get',
2321
+ params,
2322
+ });
2323
+ }
2324
+ postCompanyManagementBackups(managementBackup) {
2325
+ return this.request({
2326
+ path: `/company/managementBackups`,
2327
+ method: 'post',
2328
+ data: managementBackup,
2329
+ });
2330
+ }
2331
+ getCompanyManagementBackupsById(id, params = {}) {
2332
+ return this.request({
2333
+ path: `/company/managementBackups/${id}`,
2334
+ method: 'get',
2335
+ params,
2336
+ });
2337
+ }
2338
+ deleteCompanyManagementBackupsById(id) {
2339
+ return this.request({
2340
+ path: `/company/managementBackups/${id}`,
2341
+ method: 'delete',
2342
+ });
2343
+ }
2344
+ putCompanyManagementBackupsById(id, managementBackup) {
2345
+ return this.request({
2346
+ path: `/company/managementBackups/${id}`,
2347
+ method: 'put',
2348
+ data: managementBackup,
2349
+ });
2350
+ }
2351
+ patchCompanyManagementBackupsById(id, patchOperations) {
2352
+ return this.request({
2353
+ path: `/company/managementBackups/${id}`,
2354
+ method: 'patch',
2355
+ data: patchOperations,
2356
+ });
2357
+ }
2358
+ getCompanyManagementBackupsCount(params = {}) {
2359
+ return this.request({
2360
+ path: `/company/managementBackups/count`,
2361
+ method: 'get',
2362
+ params,
2363
+ });
2364
+ }
2365
+ getCompanyManagementItSolutions(params = {}) {
2366
+ return this.request({
2367
+ path: `/company/managementItSolutions`,
2368
+ method: 'get',
2369
+ params,
2370
+ });
2371
+ }
2372
+ postCompanyManagementItSolutions(managementItSolution) {
2373
+ return this.request({
2374
+ path: `/company/managementItSolutions`,
2375
+ method: 'post',
2376
+ data: managementItSolution,
2377
+ });
2378
+ }
2379
+ getCompanyManagementItSolutionsById(id, params = {}) {
2380
+ return this.request({
2381
+ path: `/company/managementItSolutions/${id}`,
2382
+ method: 'get',
2383
+ params,
2384
+ });
2385
+ }
2386
+ deleteCompanyManagementItSolutionsById(id) {
2387
+ return this.request({
2388
+ path: `/company/managementItSolutions/${id}`,
2389
+ method: 'delete',
2390
+ });
2391
+ }
2392
+ putCompanyManagementItSolutionsById(id, managementItSolution) {
2393
+ return this.request({
2394
+ path: `/company/managementItSolutions/${id}`,
2395
+ method: 'put',
2396
+ data: managementItSolution,
2397
+ });
2398
+ }
2399
+ patchCompanyManagementItSolutionsById(id, patchOperations) {
2400
+ return this.request({
2401
+ path: `/company/managementItSolutions/${id}`,
2402
+ method: 'patch',
2403
+ data: patchOperations,
2404
+ });
2405
+ }
2406
+ getCompanyManagementItSolutionsByIdUsages(id, params = {}) {
2407
+ return this.request({
2408
+ path: `/company/managementItSolutions/${id}/usages`,
2409
+ method: 'get',
2410
+ params,
2411
+ });
2412
+ }
2413
+ getCompanyManagementItSolutionsByIdUsagesList(id, params = {}) {
2414
+ return this.request({
2415
+ path: `/company/managementItSolutions/${id}/usages/list`,
2416
+ method: 'get',
2417
+ params,
2418
+ });
2419
+ }
2420
+ getCompanyManagementItSolutionsByParentIdManagementProducts(parentId, params = {}) {
2421
+ return this.request({
2422
+ path: `/company/managementItSolutions/${parentId}/managementProducts`,
2423
+ method: 'get',
2424
+ params,
2425
+ });
2426
+ }
2427
+ postCompanyManagementItSolutionsByParentIdManagementProducts(parentId, managementProduct) {
2428
+ return this.request({
2429
+ path: `/company/managementItSolutions/${parentId}/managementProducts`,
2430
+ method: 'post',
2431
+ data: managementProduct,
2432
+ });
2433
+ }
2434
+ getCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, params = {}) {
2435
+ return this.request({
2436
+ path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
2437
+ method: 'get',
2438
+ params,
2439
+ });
2440
+ }
2441
+ putCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, managementProduct) {
2442
+ return this.request({
2443
+ path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
2444
+ method: 'put',
2445
+ data: managementProduct,
2446
+ });
2447
+ }
2448
+ patchCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, patchOperations) {
2449
+ return this.request({
2450
+ path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
2451
+ method: 'patch',
2452
+ data: patchOperations,
2453
+ });
2454
+ }
2455
+ deleteCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId) {
2456
+ return this.request({
2457
+ path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
2458
+ method: 'delete',
2459
+ });
2460
+ }
2461
+ getCompanyManagementItSolutionsByParentIdManagementProductsCount(parentId, params = {}) {
2462
+ return this.request({
2463
+ path: `/company/managementItSolutions/${parentId}/managementProducts/count`,
2464
+ method: 'get',
2465
+ params,
2466
+ });
2467
+ }
2468
+ getCompanyManagementItSolutionsCount(params = {}) {
2469
+ return this.request({
2470
+ path: `/company/managementItSolutions/count`,
2471
+ method: 'get',
2472
+ params,
2473
+ });
2474
+ }
2475
+ getCompanyMarketDescriptions(params = {}) {
2476
+ return this.request({
2477
+ path: `/company/marketDescriptions`,
2478
+ method: 'get',
2479
+ params,
2480
+ });
2481
+ }
2482
+ postCompanyMarketDescriptions(marketDescription) {
2483
+ return this.request({
2484
+ path: `/company/marketDescriptions`,
2485
+ method: 'post',
2486
+ data: marketDescription,
2487
+ });
2488
+ }
2489
+ getCompanyMarketDescriptionsById(id, params = {}) {
2490
+ return this.request({
2491
+ path: `/company/marketDescriptions/${id}`,
2492
+ method: 'get',
2493
+ params,
2494
+ });
2495
+ }
2496
+ deleteCompanyMarketDescriptionsById(id) {
2497
+ return this.request({
2498
+ path: `/company/marketDescriptions/${id}`,
2499
+ method: 'delete',
2500
+ });
2501
+ }
2502
+ putCompanyMarketDescriptionsById(id, marketDescription) {
2503
+ return this.request({
2504
+ path: `/company/marketDescriptions/${id}`,
2505
+ method: 'put',
2506
+ data: marketDescription,
2507
+ });
2508
+ }
2509
+ patchCompanyMarketDescriptionsById(id, patchOperations) {
2510
+ return this.request({
2511
+ path: `/company/marketDescriptions/${id}`,
2512
+ method: 'patch',
2513
+ data: patchOperations,
2514
+ });
2515
+ }
2516
+ getCompanyMarketDescriptionsByIdInfo(id, params = {}) {
2517
+ return this.request({
2518
+ path: `/company/marketDescriptions/${id}/info`,
2519
+ method: 'get',
2520
+ params,
2521
+ });
2522
+ }
2523
+ getCompanyMarketDescriptionsByIdUsages(id, params = {}) {
2524
+ return this.request({
2525
+ path: `/company/marketDescriptions/${id}/usages`,
2526
+ method: 'get',
2527
+ params,
2528
+ });
2529
+ }
2530
+ getCompanyMarketDescriptionsByIdUsagesList(id, params = {}) {
2531
+ return this.request({
2532
+ path: `/company/marketDescriptions/${id}/usages/list`,
2533
+ method: 'get',
2534
+ params,
2535
+ });
2536
+ }
2537
+ getCompanyMarketDescriptionsCount(params = {}) {
2538
+ return this.request({
2539
+ path: `/company/marketDescriptions/count`,
2540
+ method: 'get',
2541
+ params,
2542
+ });
2543
+ }
2544
+ getCompanyMarketDescriptionsInfo(params = {}) {
2545
+ return this.request({
2546
+ path: `/company/marketDescriptions/info`,
2547
+ method: 'get',
2548
+ params,
2549
+ });
2550
+ }
2551
+ getCompanyMarketDescriptionsInfoCount(params = {}) {
2552
+ return this.request({
2553
+ path: `/company/marketDescriptions/info/count`,
2554
+ method: 'get',
2555
+ params,
2556
+ });
2557
+ }
2558
+ getCompanyNoteTypes(params = {}) {
2559
+ return this.request({
2560
+ path: `/company/noteTypes`,
2561
+ method: 'get',
2562
+ params,
2563
+ });
2564
+ }
2565
+ postCompanyNoteTypes(noteType) {
2566
+ return this.request({
2567
+ path: `/company/noteTypes`,
2568
+ method: 'post',
2569
+ data: noteType,
2570
+ });
2571
+ }
2572
+ getCompanyNoteTypesById(id, params = {}) {
2573
+ return this.request({
2574
+ path: `/company/noteTypes/${id}`,
2575
+ method: 'get',
2576
+ params,
2577
+ });
2578
+ }
2579
+ deleteCompanyNoteTypesById(id) {
2580
+ return this.request({
2581
+ path: `/company/noteTypes/${id}`,
2582
+ method: 'delete',
2583
+ });
2584
+ }
2585
+ putCompanyNoteTypesById(id, noteType) {
2586
+ return this.request({
2587
+ path: `/company/noteTypes/${id}`,
2588
+ method: 'put',
2589
+ data: noteType,
2590
+ });
2591
+ }
2592
+ patchCompanyNoteTypesById(id, patchOperations) {
2593
+ return this.request({
2594
+ path: `/company/noteTypes/${id}`,
2595
+ method: 'patch',
2596
+ data: patchOperations,
2597
+ });
2598
+ }
2599
+ getCompanyNoteTypesByIdInfo(id, params = {}) {
2600
+ return this.request({
2601
+ path: `/company/noteTypes/${id}/info`,
2602
+ method: 'get',
2603
+ params,
2604
+ });
2605
+ }
2606
+ getCompanyNoteTypesCount(params = {}) {
2607
+ return this.request({
2608
+ path: `/company/noteTypes/count`,
2609
+ method: 'get',
2610
+ params,
2611
+ });
2612
+ }
2613
+ getCompanyNoteTypesCountInfo(params = {}) {
2614
+ return this.request({
2615
+ path: `/company/noteTypes/count/info`,
2616
+ method: 'get',
2617
+ params,
2618
+ });
2619
+ }
2620
+ getCompanyNoteTypesInfo(params = {}) {
2621
+ return this.request({
2622
+ path: `/company/noteTypes/info`,
2623
+ method: 'get',
2624
+ params,
2625
+ });
2626
+ }
2627
+ getCompanyOwnershipTypes(params = {}) {
2628
+ return this.request({
2629
+ path: `/company/ownershipTypes`,
2630
+ method: 'get',
2631
+ params,
2632
+ });
2633
+ }
2634
+ postCompanyOwnershipTypes(ownershipType) {
2635
+ return this.request({
2636
+ path: `/company/ownershipTypes`,
2637
+ method: 'post',
2638
+ data: ownershipType,
2639
+ });
2640
+ }
2641
+ getCompanyOwnershipTypesById(id, params = {}) {
2642
+ return this.request({
2643
+ path: `/company/ownershipTypes/${id}`,
2644
+ method: 'get',
2645
+ params,
2646
+ });
2647
+ }
2648
+ deleteCompanyOwnershipTypesById(id) {
2649
+ return this.request({
2650
+ path: `/company/ownershipTypes/${id}`,
2651
+ method: 'delete',
2652
+ });
2653
+ }
2654
+ putCompanyOwnershipTypesById(id, ownershipType) {
2655
+ return this.request({
2656
+ path: `/company/ownershipTypes/${id}`,
2657
+ method: 'put',
2658
+ data: ownershipType,
2659
+ });
2660
+ }
2661
+ patchCompanyOwnershipTypesById(id, patchOperations) {
2662
+ return this.request({
2663
+ path: `/company/ownershipTypes/${id}`,
2664
+ method: 'patch',
2665
+ data: patchOperations,
2666
+ });
2667
+ }
2668
+ getCompanyOwnershipTypesByIdInfo(id, params = {}) {
2669
+ return this.request({
2670
+ path: `/company/ownershipTypes/${id}/info`,
2671
+ method: 'get',
2672
+ params,
2673
+ });
2674
+ }
2675
+ getCompanyOwnershipTypesCount(params = {}) {
2676
+ return this.request({
2677
+ path: `/company/ownershipTypes/count`,
2678
+ method: 'get',
2679
+ params,
2680
+ });
2681
+ }
2682
+ getCompanyOwnershipTypesInfo(params = {}) {
2683
+ return this.request({
2684
+ path: `/company/ownershipTypes/info`,
2685
+ method: 'get',
2686
+ params,
2687
+ });
2688
+ }
2689
+ getCompanyOwnershipTypesInfoCount(params = {}) {
2690
+ return this.request({
2691
+ path: `/company/ownershipTypes/info/count`,
2692
+ method: 'get',
2693
+ params,
2694
+ });
2695
+ }
2696
+ getCompanyPaymentTypesInfoCount(params = {}) {
2697
+ return this.request({
2698
+ path: `/company/paymentTypes/info/count`,
2699
+ method: 'get',
2700
+ params,
2701
+ });
2702
+ }
2703
+ getCompanyPortalConfigurations(params = {}) {
2704
+ return this.request({
2705
+ path: `/company/portalConfigurations`,
2706
+ method: 'get',
2707
+ params,
2708
+ });
2709
+ }
2710
+ postCompanyPortalConfigurations(portalConfiguration) {
2711
+ return this.request({
2712
+ path: `/company/portalConfigurations`,
2713
+ method: 'post',
2714
+ data: portalConfiguration,
2715
+ });
2716
+ }
2717
+ getCompanyPortalConfigurationsById(id, params = {}) {
2718
+ return this.request({
2719
+ path: `/company/portalConfigurations/${id}`,
2720
+ method: 'get',
2721
+ params,
2722
+ });
2723
+ }
2724
+ deleteCompanyPortalConfigurationsById(id) {
2725
+ return this.request({
2726
+ path: `/company/portalConfigurations/${id}`,
2727
+ method: 'delete',
2728
+ });
2729
+ }
2730
+ putCompanyPortalConfigurationsById(id, portalConfiguration) {
2731
+ return this.request({
2732
+ path: `/company/portalConfigurations/${id}`,
2733
+ method: 'put',
2734
+ data: portalConfiguration,
2735
+ });
2736
+ }
2737
+ patchCompanyPortalConfigurationsById(id, patchOperations) {
2738
+ return this.request({
2739
+ path: `/company/portalConfigurations/${id}`,
2740
+ method: 'patch',
2741
+ data: patchOperations,
2742
+ });
2743
+ }
2744
+ getCompanyPortalConfigurationsByParentIdInvoiceSetups(parentId, params = {}) {
2745
+ return this.request({
2746
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups`,
2747
+ method: 'get',
2748
+ params,
2749
+ });
2750
+ }
2751
+ getCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, params = {}) {
2752
+ return this.request({
2753
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
2754
+ method: 'get',
2755
+ params,
2756
+ });
2757
+ }
2758
+ putCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, portalConfigurationInvoiceSetup) {
2759
+ return this.request({
2760
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
2761
+ method: 'put',
2762
+ data: portalConfigurationInvoiceSetup,
2763
+ });
2764
+ }
2765
+ patchCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, patchOperations) {
2766
+ return this.request({
2767
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
2768
+ method: 'patch',
2769
+ data: patchOperations,
2770
+ });
2771
+ }
2772
+ postCompanyPortalConfigurationsByParentIdInvoiceSetupsByIdTestTransaction(id, parentId, portalConfigurationInvoiceSetup) {
2773
+ return this.request({
2774
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}/testTransaction`,
2775
+ method: 'post',
2776
+ data: portalConfigurationInvoiceSetup,
2777
+ });
2778
+ }
2779
+ getCompanyPortalConfigurationsByParentIdInvoiceSetupsCount(parentId, params = {}) {
2780
+ return this.request({
2781
+ path: `/company/portalConfigurations/${parentId}/invoiceSetups/count`,
2782
+ method: 'get',
2783
+ params,
2784
+ });
2785
+ }
2786
+ getCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, params = {}) {
2787
+ return this.request({
2788
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
2789
+ method: 'get',
2790
+ params,
2791
+ });
2792
+ }
2793
+ putCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, opportunitySetup) {
2794
+ return this.request({
2795
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
2796
+ method: 'put',
2797
+ data: opportunitySetup,
2798
+ });
2799
+ }
2800
+ patchCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, patchOperations) {
2801
+ return this.request({
2802
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
2803
+ method: 'patch',
2804
+ data: patchOperations,
2805
+ });
2806
+ }
2807
+ getCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, params = {}) {
2808
+ return this.request({
2809
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
2810
+ method: 'get',
2811
+ params,
2812
+ });
2813
+ }
2814
+ putCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, opportunitySetup) {
2815
+ return this.request({
2816
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
2817
+ method: 'put',
2818
+ data: opportunitySetup,
2819
+ });
2820
+ }
2821
+ patchCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, patchOperations) {
2822
+ return this.request({
2823
+ path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
2824
+ method: 'patch',
2825
+ data: patchOperations,
2826
+ });
2827
+ }
2828
+ getCompanyPortalConfigurationsByParentIdPasswordEmailSetups(parentId, params = {}) {
2829
+ return this.request({
2830
+ path: `/company/portalConfigurations/${parentId}/passwordEmailSetups`,
2831
+ method: 'get',
2832
+ params,
2833
+ });
2834
+ }
2835
+ getCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, params = {}) {
2836
+ return this.request({
2837
+ path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
2838
+ method: 'get',
2839
+ params,
2840
+ });
2841
+ }
2842
+ putCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, passwordEmailSetup) {
2843
+ return this.request({
2844
+ path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
2845
+ method: 'put',
2846
+ data: passwordEmailSetup,
2847
+ });
2848
+ }
2849
+ patchCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, patchOperations) {
2850
+ return this.request({
2851
+ path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
2852
+ method: 'patch',
2853
+ data: patchOperations,
2854
+ });
2855
+ }
2856
+ getCompanyPortalConfigurationsByParentIdProjectSetups(parentId, params = {}) {
2857
+ return this.request({
2858
+ path: `/company/portalConfigurations/${parentId}/projectSetups`,
2859
+ method: 'get',
2860
+ params,
2861
+ });
2862
+ }
2863
+ getCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, params = {}) {
2864
+ return this.request({
2865
+ path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
2866
+ method: 'get',
2867
+ params,
2868
+ });
2869
+ }
2870
+ putCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, portalConfigurationProjectSetup) {
2871
+ return this.request({
2872
+ path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
2873
+ method: 'put',
2874
+ data: portalConfigurationProjectSetup,
2875
+ });
2876
+ }
2877
+ patchCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, patchOperations) {
2878
+ return this.request({
2879
+ path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
2880
+ method: 'patch',
2881
+ data: patchOperations,
2882
+ });
2883
+ }
2884
+ getCompanyPortalConfigurationsByParentIdProjectSetupsCount(parentId, params = {}) {
2885
+ return this.request({
2886
+ path: `/company/portalConfigurations/${parentId}/projectSetups/count`,
2887
+ method: 'get',
2888
+ params,
2889
+ });
2890
+ }
2891
+ getCompanyPortalConfigurationsByParentIdServiceSetups(parentId, params = {}) {
2892
+ return this.request({
2893
+ path: `/company/portalConfigurations/${parentId}/serviceSetups`,
2894
+ method: 'get',
2895
+ params,
2896
+ });
2897
+ }
2898
+ getCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, params = {}) {
2899
+ return this.request({
2900
+ path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
2901
+ method: 'get',
2902
+ params,
2903
+ });
2904
+ }
2905
+ putCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, portalConfigurationServiceSetup) {
2906
+ return this.request({
2907
+ path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
2908
+ method: 'put',
2909
+ data: portalConfigurationServiceSetup,
2910
+ });
2911
+ }
2912
+ patchCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, patchOperations) {
2913
+ return this.request({
2914
+ path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
2915
+ method: 'patch',
2916
+ data: patchOperations,
2917
+ });
2918
+ }
2919
+ getCompanyPortalConfigurationsByParentIdServiceSetupsCount(parentId, params = {}) {
2920
+ return this.request({
2921
+ path: `/company/portalConfigurations/${parentId}/serviceSetups/count`,
2922
+ method: 'get',
2923
+ params,
2924
+ });
2925
+ }
2926
+ postCompanyPortalConfigurationsCopy(copy) {
2927
+ return this.request({
2928
+ path: `/company/portalConfigurations/copy`,
2929
+ method: 'post',
2930
+ data: copy,
2931
+ });
2932
+ }
2933
+ getCompanyPortalConfigurationsCount(params = {}) {
2934
+ return this.request({
2935
+ path: `/company/portalConfigurations/count`,
2936
+ method: 'get',
2937
+ params,
2938
+ });
2939
+ }
2940
+ getCompanyPortalConfigurationsInvoiceSetupPaymentProcessors(params = {}) {
2941
+ return this.request({
2942
+ path: `/company/portalConfigurations/invoiceSetup/paymentProcessors`,
2943
+ method: 'get',
2944
+ params,
2945
+ });
2946
+ }
2947
+ getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsById(id, params = {}) {
2948
+ return this.request({
2949
+ path: `/company/portalConfigurations/invoiceSetup/paymentProcessors/${id}`,
2950
+ method: 'get',
2951
+ params,
2952
+ });
2953
+ }
2954
+ getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsCount(params = {}) {
2955
+ return this.request({
2956
+ path: `/company/portalConfigurations/invoiceSetup/paymentProcessors/count`,
2957
+ method: 'get',
2958
+ params,
2959
+ });
2960
+ }
2961
+ getCompanyPortalSecurityLevels(params = {}) {
2962
+ return this.request({
2963
+ path: `/company/portalSecurityLevels`,
2964
+ method: 'get',
2965
+ params,
2966
+ });
2967
+ }
2968
+ getCompanyPortalSecurityLevelsById(id, params = {}) {
2969
+ return this.request({
2970
+ path: `/company/portalSecurityLevels/${id}`,
2971
+ method: 'get',
2972
+ params,
2973
+ });
2974
+ }
2975
+ putCompanyPortalSecurityLevelsById(id, _portalSecurityLevel) {
2976
+ return this.request({
2977
+ path: `/company/portalSecurityLevels/${id}`,
2978
+ method: 'put',
2979
+ data: _portalSecurityLevel,
2980
+ });
2981
+ }
2982
+ patchCompanyPortalSecurityLevelsById(id, patchOperations) {
2983
+ return this.request({
2984
+ path: `/company/portalSecurityLevels/${id}`,
2985
+ method: 'patch',
2986
+ data: patchOperations,
2987
+ });
2988
+ }
2989
+ getCompanyPortalSecurityLevelsCount(params = {}) {
2990
+ return this.request({
2991
+ path: `/company/portalSecurityLevels/count`,
2992
+ method: 'get',
2993
+ params,
2994
+ });
2995
+ }
2996
+ getCompanyPortalSecuritySettings(params = {}) {
2997
+ return this.request({
2998
+ path: `/company/portalSecuritySettings`,
2999
+ method: 'get',
3000
+ params,
3001
+ });
3002
+ }
3003
+ getCompanyPortalSecuritySettingsById(id, params = {}) {
3004
+ return this.request({
3005
+ path: `/company/portalSecuritySettings/${id}`,
3006
+ method: 'get',
3007
+ params,
3008
+ });
3009
+ }
3010
+ putCompanyPortalSecuritySettingsById(id, portalSecurity) {
3011
+ return this.request({
3012
+ path: `/company/portalSecuritySettings/${id}`,
3013
+ method: 'put',
3014
+ data: portalSecurity,
3015
+ });
3016
+ }
3017
+ patchCompanyPortalSecuritySettingsById(id, patchOperations) {
3018
+ return this.request({
3019
+ path: `/company/portalSecuritySettings/${id}`,
3020
+ method: 'patch',
3021
+ data: patchOperations,
3022
+ });
3023
+ }
3024
+ getCompanyPortalSecuritySettingsCount(params = {}) {
3025
+ return this.request({
3026
+ path: `/company/portalSecuritySettings/count`,
3027
+ method: 'get',
3028
+ params,
3029
+ });
3030
+ }
3031
+ getCompanyStates(params = {}) {
3032
+ return this.request({
3033
+ path: `/company/states`,
3034
+ method: 'get',
3035
+ params,
3036
+ });
3037
+ }
3038
+ postCompanyStates(state) {
3039
+ return this.request({
3040
+ path: `/company/states`,
3041
+ method: 'post',
3042
+ data: state,
3043
+ });
3044
+ }
3045
+ getCompanyStatesById(id, params = {}) {
3046
+ return this.request({
3047
+ path: `/company/states/${id}`,
3048
+ method: 'get',
3049
+ params,
3050
+ });
3051
+ }
3052
+ putCompanyStatesById(id, state) {
3053
+ return this.request({
3054
+ path: `/company/states/${id}`,
3055
+ method: 'put',
3056
+ data: state,
3057
+ });
3058
+ }
3059
+ patchCompanyStatesById(id, patchOperations) {
3060
+ return this.request({
3061
+ path: `/company/states/${id}`,
3062
+ method: 'patch',
3063
+ data: patchOperations,
3064
+ });
3065
+ }
3066
+ deleteCompanyStatesById(id) {
3067
+ return this.request({
3068
+ path: `/company/states/${id}`,
3069
+ method: 'delete',
3070
+ });
3071
+ }
3072
+ getCompanyStatesByIdInfo(id, params = {}) {
3073
+ return this.request({
3074
+ path: `/company/states/${id}/info`,
3075
+ method: 'get',
3076
+ params,
3077
+ });
3078
+ }
3079
+ getCompanyStatesByIdUsages(id, params = {}) {
3080
+ return this.request({
3081
+ path: `/company/states/${id}/usages`,
3082
+ method: 'get',
3083
+ params,
3084
+ });
3085
+ }
3086
+ getCompanyStatesByIdUsagesList(id, params = {}) {
3087
+ return this.request({
3088
+ path: `/company/states/${id}/usages/list`,
3089
+ method: 'get',
3090
+ params,
3091
+ });
3092
+ }
3093
+ getCompanyStatesCount(params = {}) {
3094
+ return this.request({
3095
+ path: `/company/states/count`,
3096
+ method: 'get',
3097
+ params,
3098
+ });
3099
+ }
3100
+ getCompanyStatesInfo(params = {}) {
3101
+ return this.request({
3102
+ path: `/company/states/info`,
3103
+ method: 'get',
3104
+ params,
3105
+ });
3106
+ }
3107
+ getCompanyStatesInfoCount(params = {}) {
3108
+ return this.request({
3109
+ path: `/company/states/info/count`,
3110
+ method: 'get',
3111
+ params,
3112
+ });
3113
+ }
3114
+ getCompanyTeamRoles(params = {}) {
3115
+ return this.request({
3116
+ path: `/company/teamRoles`,
3117
+ method: 'get',
3118
+ params,
3119
+ });
3120
+ }
3121
+ postCompanyTeamRoles(teamRole) {
3122
+ return this.request({
3123
+ path: `/company/teamRoles`,
3124
+ method: 'post',
3125
+ data: teamRole,
3126
+ });
3127
+ }
3128
+ getCompanyTeamRolesById(id, params = {}) {
3129
+ return this.request({
3130
+ path: `/company/teamRoles/${id}`,
3131
+ method: 'get',
3132
+ params,
3133
+ });
3134
+ }
3135
+ deleteCompanyTeamRolesById(id) {
3136
+ return this.request({
3137
+ path: `/company/teamRoles/${id}`,
3138
+ method: 'delete',
3139
+ });
3140
+ }
3141
+ putCompanyTeamRolesById(id, teamRole) {
3142
+ return this.request({
3143
+ path: `/company/teamRoles/${id}`,
3144
+ method: 'put',
3145
+ data: teamRole,
3146
+ });
3147
+ }
3148
+ patchCompanyTeamRolesById(id, patchOperations) {
3149
+ return this.request({
3150
+ path: `/company/teamRoles/${id}`,
3151
+ method: 'patch',
3152
+ data: patchOperations,
3153
+ });
3154
+ }
3155
+ getCompanyTeamRolesByIdInfo(id, params = {}) {
3156
+ return this.request({
3157
+ path: `/company/teamRoles/${id}/info`,
3158
+ method: 'get',
3159
+ params,
3160
+ });
3161
+ }
3162
+ getCompanyTeamRolesByIdUsages(id, params = {}) {
3163
+ return this.request({
3164
+ path: `/company/teamRoles/${id}/usages`,
3165
+ method: 'get',
3166
+ params,
3167
+ });
3168
+ }
3169
+ getCompanyTeamRolesByIdUsagesList(id, params = {}) {
3170
+ return this.request({
3171
+ path: `/company/teamRoles/${id}/usages/list`,
3172
+ method: 'get',
3173
+ params,
3174
+ });
3175
+ }
3176
+ getCompanyTeamRolesCount(params = {}) {
3177
+ return this.request({
3178
+ path: `/company/teamRoles/count`,
3179
+ method: 'get',
3180
+ params,
3181
+ });
3182
+ }
3183
+ getCompanyTeamRolesInfo(params = {}) {
3184
+ return this.request({
3185
+ path: `/company/teamRoles/info`,
3186
+ method: 'get',
3187
+ params,
3188
+ });
3189
+ }
3190
+ getCompanyTeamRolesInfoCount(params = {}) {
3191
+ return this.request({
3192
+ path: `/company/teamRoles/info/count`,
3193
+ method: 'get',
3194
+ params,
3195
+ });
3196
+ }
3197
+ getCompanyTracks(params = {}) {
3198
+ return this.request({
3199
+ path: `/company/tracks`,
3200
+ method: 'get',
3201
+ params,
3202
+ });
3203
+ }
3204
+ postCompanyTracks(track) {
3205
+ return this.request({
3206
+ path: `/company/tracks`,
3207
+ method: 'post',
3208
+ data: track,
3209
+ });
3210
+ }
3211
+ getCompanyTracksById(id, params = {}) {
3212
+ return this.request({
3213
+ path: `/company/tracks/${id}`,
3214
+ method: 'get',
3215
+ params,
3216
+ });
3217
+ }
3218
+ deleteCompanyTracksById(id) {
3219
+ return this.request({
3220
+ path: `/company/tracks/${id}`,
3221
+ method: 'delete',
3222
+ });
3223
+ }
3224
+ putCompanyTracksById(id, track) {
3225
+ return this.request({
3226
+ path: `/company/tracks/${id}`,
3227
+ method: 'put',
3228
+ data: track,
3229
+ });
3230
+ }
3231
+ patchCompanyTracksById(id, patchOperations) {
3232
+ return this.request({
3233
+ path: `/company/tracks/${id}`,
3234
+ method: 'patch',
3235
+ data: patchOperations,
3236
+ });
3237
+ }
3238
+ getCompanyTracksByParentIdActions(parentId, params = {}) {
3239
+ return this.request({
3240
+ path: `/company/tracks/${parentId}/actions`,
3241
+ method: 'get',
3242
+ params,
3243
+ });
3244
+ }
3245
+ postCompanyTracksByParentIdActions(parentId, trackAction) {
3246
+ return this.request({
3247
+ path: `/company/tracks/${parentId}/actions`,
3248
+ method: 'post',
3249
+ data: trackAction,
3250
+ });
3251
+ }
3252
+ getCompanyTracksByParentIdActionsById(id, parentId, params = {}) {
3253
+ return this.request({
3254
+ path: `/company/tracks/${parentId}/actions/${id}`,
3255
+ method: 'get',
3256
+ params,
3257
+ });
3258
+ }
3259
+ putCompanyTracksByParentIdActionsById(id, parentId, trackAction) {
3260
+ return this.request({
3261
+ path: `/company/tracks/${parentId}/actions/${id}`,
3262
+ method: 'put',
3263
+ data: trackAction,
3264
+ });
3265
+ }
3266
+ patchCompanyTracksByParentIdActionsById(id, parentId) {
3267
+ return this.request({
3268
+ path: `/company/tracks/${parentId}/actions/${id}`,
3269
+ method: 'patch',
3270
+ });
3271
+ }
3272
+ deleteCompanyTracksByParentIdActionsById(id, parentId) {
3273
+ return this.request({
3274
+ path: `/company/tracks/${parentId}/actions/${id}`,
3275
+ method: 'delete',
3276
+ });
3277
+ }
3278
+ getCompanyTracksByParentIdActionsCount(parentId, params = {}) {
3279
+ return this.request({
3280
+ path: `/company/tracks/${parentId}/actions/count`,
3281
+ method: 'get',
3282
+ params,
3283
+ });
3284
+ }
3285
+ getCompanyTracksCount(params = {}) {
3286
+ return this.request({
3287
+ path: `/company/tracks/count`,
3288
+ method: 'get',
3289
+ params,
3290
+ });
3291
+ }
3292
+ }
3293
+ exports.default = CompanyAPI;
3294
+ //# sourceMappingURL=CompanyAPI.js.map