connectwise-rest 0.25.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/.eslintrc +17 -52
  2. package/.gitattributes +1 -0
  3. package/.mocharc.json +5 -0
  4. package/.prettierrc +7 -0
  5. package/README.md +293 -230
  6. package/api-extractor.json +364 -0
  7. package/dist/Automate/AVTemplatePoliciesAPI.d.ts +36 -0
  8. package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
  9. package/dist/Automate/AVTemplatePoliciesAPI.js +92 -0
  10. package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
  11. package/dist/Automate/ClientsAPI.d.ts +44 -0
  12. package/dist/Automate/ClientsAPI.d.ts.map +1 -0
  13. package/dist/Automate/ClientsAPI.js +119 -0
  14. package/dist/Automate/ClientsAPI.js.map +1 -0
  15. package/dist/Automate/CommandsAPI.d.ts +20 -0
  16. package/dist/Automate/CommandsAPI.d.ts.map +1 -0
  17. package/dist/Automate/CommandsAPI.js +36 -0
  18. package/dist/Automate/CommandsAPI.js.map +1 -0
  19. package/dist/Automate/ComputersAPI.d.ts +131 -0
  20. package/dist/Automate/ComputersAPI.d.ts.map +1 -0
  21. package/dist/Automate/ComputersAPI.js +358 -0
  22. package/dist/Automate/ComputersAPI.js.map +1 -0
  23. package/dist/Automate/ContactsAPI.d.ts +24 -0
  24. package/dist/Automate/ContactsAPI.d.ts.map +1 -0
  25. package/dist/Automate/ContactsAPI.js +50 -0
  26. package/dist/Automate/ContactsAPI.js.map +1 -0
  27. package/dist/Automate/DataViewsAPI.d.ts +22 -0
  28. package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
  29. package/dist/Automate/DataViewsAPI.js +36 -0
  30. package/dist/Automate/DataViewsAPI.js.map +1 -0
  31. package/dist/Automate/DrivesAPI.d.ts +25 -0
  32. package/dist/Automate/DrivesAPI.d.ts.map +1 -0
  33. package/dist/Automate/DrivesAPI.js +57 -0
  34. package/dist/Automate/DrivesAPI.js.map +1 -0
  35. package/dist/Automate/EventLogsAPI.d.ts +19 -0
  36. package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
  37. package/dist/Automate/EventLogsAPI.js +29 -0
  38. package/dist/Automate/EventLogsAPI.js.map +1 -0
  39. package/dist/Automate/LocationsAPI.d.ts +57 -0
  40. package/dist/Automate/LocationsAPI.d.ts.map +1 -0
  41. package/dist/Automate/LocationsAPI.js +138 -0
  42. package/dist/Automate/LocationsAPI.js.map +1 -0
  43. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +19 -0
  44. package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
  45. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +29 -0
  46. package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
  47. package/dist/Automate/MonitorsAPI.d.ts +29 -0
  48. package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
  49. package/dist/Automate/MonitorsAPI.js +85 -0
  50. package/dist/Automate/MonitorsAPI.js.map +1 -0
  51. package/dist/Automate/NetworkDevicesAPI.d.ts +23 -0
  52. package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
  53. package/dist/Automate/NetworkDevicesAPI.js +43 -0
  54. package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
  55. package/dist/Automate/PatchingAPI.d.ts +33 -0
  56. package/dist/Automate/PatchingAPI.d.ts.map +1 -0
  57. package/dist/Automate/PatchingAPI.js +99 -0
  58. package/dist/Automate/PatchingAPI.js.map +1 -0
  59. package/dist/Automate/RemoteAgentAPI.d.ts +24 -0
  60. package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
  61. package/dist/Automate/RemoteAgentAPI.js +50 -0
  62. package/dist/Automate/RemoteAgentAPI.js.map +1 -0
  63. package/dist/Automate/ScriptingAPI.d.ts +41 -0
  64. package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
  65. package/dist/Automate/ScriptingAPI.js +109 -0
  66. package/dist/Automate/ScriptingAPI.js.map +1 -0
  67. package/dist/Automate/SearchesAPI.d.ts +23 -0
  68. package/dist/Automate/SearchesAPI.d.ts.map +1 -0
  69. package/dist/Automate/SearchesAPI.js +43 -0
  70. package/dist/Automate/SearchesAPI.js.map +1 -0
  71. package/dist/Automate/SystemAPI.d.ts +97 -0
  72. package/dist/Automate/SystemAPI.d.ts.map +1 -0
  73. package/dist/Automate/SystemAPI.js +273 -0
  74. package/dist/Automate/SystemAPI.js.map +1 -0
  75. package/dist/Automate/TicketsAPI.d.ts +14 -0
  76. package/dist/Automate/TicketsAPI.d.ts.map +1 -0
  77. package/dist/Automate/TicketsAPI.js +29 -0
  78. package/dist/Automate/TicketsAPI.js.map +1 -0
  79. package/dist/Automate/UserProfilesAPI.d.ts +19 -0
  80. package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
  81. package/dist/Automate/UserProfilesAPI.js +28 -0
  82. package/dist/Automate/UserProfilesAPI.js.map +1 -0
  83. package/dist/Automate.d.ts +43 -0
  84. package/dist/Automate.d.ts.map +1 -0
  85. package/dist/Automate.js +164 -0
  86. package/dist/Automate.js.map +1 -0
  87. package/dist/AutomateAPI.d.ts +129 -0
  88. package/dist/AutomateAPI.d.ts.map +1 -0
  89. package/dist/AutomateAPI.js +175 -0
  90. package/dist/AutomateAPI.js.map +1 -0
  91. package/dist/AutomateTypes.d.ts +10437 -0
  92. package/dist/AutomateTypes.d.ts.map +1 -0
  93. package/dist/AutomateTypes.js +3 -0
  94. package/dist/AutomateTypes.js.map +1 -0
  95. package/dist/BaseAPI.d.ts +26 -0
  96. package/dist/BaseAPI.d.ts.map +1 -0
  97. package/dist/BaseAPI.js +116 -0
  98. package/dist/BaseAPI.js.map +1 -0
  99. package/dist/Manage/CompanyAPI.d.ts +662 -0
  100. package/dist/Manage/CompanyAPI.d.ts.map +1 -0
  101. package/dist/Manage/CompanyAPI.js +3299 -0
  102. package/dist/Manage/CompanyAPI.js.map +1 -0
  103. package/dist/Manage/ConfigurationsAPI.d.ts +32 -0
  104. package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
  105. package/dist/Manage/ConfigurationsAPI.js +78 -0
  106. package/dist/Manage/ConfigurationsAPI.js.map +1 -0
  107. package/dist/Manage/ExpenseAPI.d.ts +85 -0
  108. package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
  109. package/dist/Manage/ExpenseAPI.js +311 -0
  110. package/dist/Manage/ExpenseAPI.js.map +1 -0
  111. package/dist/Manage/FinanceAPI.d.ts +538 -0
  112. package/dist/Manage/FinanceAPI.d.ts.map +1 -0
  113. package/dist/Manage/FinanceAPI.js +2592 -0
  114. package/dist/Manage/FinanceAPI.js.map +1 -0
  115. package/dist/Manage/MarketingAPI.d.ts +142 -0
  116. package/dist/Manage/MarketingAPI.d.ts.map +1 -0
  117. package/dist/Manage/MarketingAPI.js +634 -0
  118. package/dist/Manage/MarketingAPI.js.map +1 -0
  119. package/dist/Manage/ProcurementAPI.d.ts +435 -0
  120. package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
  121. package/dist/Manage/ProcurementAPI.js +2103 -0
  122. package/dist/Manage/ProcurementAPI.js.map +1 -0
  123. package/dist/Manage/ProjectAPI.d.ts +215 -0
  124. package/dist/Manage/ProjectAPI.d.ts.map +1 -0
  125. package/dist/Manage/ProjectAPI.js +945 -0
  126. package/dist/Manage/ProjectAPI.js.map +1 -0
  127. package/dist/Manage/SalesAPI.d.ts +299 -0
  128. package/dist/Manage/SalesAPI.d.ts.map +1 -0
  129. package/dist/Manage/SalesAPI.js +1397 -0
  130. package/dist/Manage/SalesAPI.js.map +1 -0
  131. package/dist/Manage/ScheduleAPI.d.ts +132 -0
  132. package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
  133. package/dist/Manage/ScheduleAPI.js +580 -0
  134. package/dist/Manage/ScheduleAPI.js.map +1 -0
  135. package/dist/Manage/ServiceAPI.d.ts +493 -0
  136. package/dist/Manage/ServiceAPI.d.ts.map +1 -0
  137. package/dist/Manage/ServiceAPI.js +2339 -0
  138. package/dist/Manage/ServiceAPI.js.map +1 -0
  139. package/dist/Manage/SystemAPI.d.ts +954 -0
  140. package/dist/Manage/SystemAPI.d.ts.map +1 -0
  141. package/dist/Manage/SystemAPI.js +4536 -0
  142. package/dist/Manage/SystemAPI.js.map +1 -0
  143. package/dist/Manage/TimeAPI.d.ts +186 -0
  144. package/dist/Manage/TimeAPI.d.ts.map +1 -0
  145. package/dist/Manage/TimeAPI.js +840 -0
  146. package/dist/Manage/TimeAPI.js.map +1 -0
  147. package/dist/Manage.d.ts +39 -0
  148. package/dist/Manage.d.ts.map +1 -0
  149. package/dist/Manage.js +137 -0
  150. package/dist/Manage.js.map +1 -0
  151. package/dist/ManageAPI.d.ts +135 -0
  152. package/dist/ManageAPI.d.ts.map +1 -0
  153. package/dist/ManageAPI.js +115 -0
  154. package/dist/ManageAPI.js.map +1 -0
  155. package/dist/ManageTypes.d.ts +91320 -0
  156. package/dist/ManageTypes.d.ts.map +1 -0
  157. package/dist/ManageTypes.js +7 -0
  158. package/dist/ManageTypes.js.map +1 -0
  159. package/dist/connectwise-rest.d.ts +108638 -0
  160. package/dist/index.d.ts +12 -0
  161. package/dist/index.d.ts.map +1 -0
  162. package/dist/index.js +36 -0
  163. package/dist/index.js.map +1 -0
  164. package/dist/tsdoc-metadata.json +11 -0
  165. package/dist/types.d.ts +48 -0
  166. package/dist/types.d.ts.map +1 -0
  167. package/dist/types.js +21 -0
  168. package/dist/types.js.map +1 -0
  169. package/dist/utils/Callback.d.ts +70 -0
  170. package/dist/utils/Callback.d.ts.map +1 -0
  171. package/dist/utils/Callback.js +109 -0
  172. package/dist/utils/Callback.js.map +1 -0
  173. package/dist/utils/Series.d.ts +42 -0
  174. package/dist/utils/Series.d.ts.map +1 -0
  175. package/dist/utils/Series.js +68 -0
  176. package/dist/utils/Series.js.map +1 -0
  177. package/dist/utils/index.d.ts +7 -0
  178. package/dist/utils/index.d.ts.map +1 -0
  179. package/dist/utils/index.js +11 -0
  180. package/dist/utils/index.js.map +1 -0
  181. package/package.json +50 -19
  182. package/src/Automate/AVTemplatePoliciesAPI.ts +124 -0
  183. package/src/Automate/ClientsAPI.ts +172 -0
  184. package/src/Automate/CommandsAPI.ts +39 -0
  185. package/src/Automate/ComputersAPI.ts +588 -0
  186. package/src/Automate/ContactsAPI.ts +63 -0
  187. package/src/Automate/DataViewsAPI.ts +43 -0
  188. package/src/Automate/DrivesAPI.ts +81 -0
  189. package/src/Automate/EventLogsAPI.ts +31 -0
  190. package/src/Automate/LocationsAPI.ts +222 -0
  191. package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +34 -0
  192. package/src/Automate/MonitorsAPI.ts +101 -0
  193. package/src/Automate/NetworkDevicesAPI.ts +51 -0
  194. package/src/Automate/PatchingAPI.ts +116 -0
  195. package/src/Automate/RemoteAgentAPI.ts +65 -0
  196. package/src/Automate/ScriptingAPI.ts +147 -0
  197. package/src/Automate/SearchesAPI.ts +49 -0
  198. package/src/Automate/SystemAPI.ts +412 -0
  199. package/src/Automate/TicketsAPI.ts +29 -0
  200. package/src/Automate/UserProfilesAPI.ts +31 -0
  201. package/src/Automate.ts +204 -0
  202. package/src/AutomateAPI.ts +178 -0
  203. package/src/AutomateTypes.ts +10492 -0
  204. package/src/BaseAPI.ts +180 -0
  205. package/src/Manage/CompanyAPI.ts +4941 -0
  206. package/src/Manage/ConfigurationsAPI.ts +116 -0
  207. package/src/Manage/ExpenseAPI.ts +413 -0
  208. package/src/Manage/FinanceAPI.ts +3930 -0
  209. package/src/Manage/MarketingAPI.ts +958 -0
  210. package/src/Manage/ProcurementAPI.ts +3107 -0
  211. package/src/Manage/ProjectAPI.ts +1437 -0
  212. package/src/Manage/SalesAPI.ts +1968 -0
  213. package/src/Manage/ScheduleAPI.ts +773 -0
  214. package/src/Manage/ServiceAPI.ts +3476 -0
  215. package/src/Manage/SystemAPI.ts +6415 -0
  216. package/src/Manage/TimeAPI.ts +1151 -0
  217. package/src/Manage.ts +161 -0
  218. package/src/ManageAPI.ts +170 -0
  219. package/src/ManageTypes.ts +91318 -0
  220. package/src/index.ts +13 -0
  221. package/src/types.ts +68 -0
  222. package/src/utils/Callback.ts +148 -0
  223. package/src/utils/Series.ts +89 -0
  224. package/src/utils/index.ts +7 -0
  225. package/swagger-errors.md +25 -0
  226. package/test/.env.example +12 -6
  227. package/test/test-utils.ts +27 -0
  228. package/test/test.js +331 -108
  229. package/tsconfig.json +29 -0
  230. package/.travis.yml +0 -9
  231. package/doc.md +0 -5984
  232. package/docs/jsdoc.json +0 -15
  233. package/index.js +0 -10
  234. package/src/CompanyAPI/Companies.js +0 -149
  235. package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
  236. package/src/CompanyAPI/CompanySites.js +0 -80
  237. package/src/CompanyAPI/CompanyTeams.js +0 -108
  238. package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
  239. package/src/CompanyAPI/CompanyTypes.js +0 -52
  240. package/src/CompanyAPI/Configurations.js +0 -152
  241. package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
  242. package/src/CompanyAPI/ContactRelationships.js +0 -36
  243. package/src/CompanyAPI/Contacts.js +0 -199
  244. package/src/CompanyAPI/index.js +0 -53
  245. package/src/ConnectWise.js +0 -339
  246. package/src/ConnectWiseRest.js +0 -515
  247. package/src/FinanceAPI/Additions.js +0 -127
  248. package/src/FinanceAPI/Adjustments.js +0 -109
  249. package/src/FinanceAPI/AgreementSites.js +0 -108
  250. package/src/FinanceAPI/Agreements.js +0 -220
  251. package/src/FinanceAPI/BoardDefaults.js +0 -109
  252. package/src/FinanceAPI/WorkRoles.js +0 -113
  253. package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
  254. package/src/FinanceAPI/WorkTypes.js +0 -124
  255. package/src/FinanceAPI/index.js +0 -50
  256. package/src/ProcurementAPI/CatalogItems.js +0 -94
  257. package/src/ProcurementAPI/index.js +0 -22
  258. package/src/ProjectAPI/Projects.js +0 -142
  259. package/src/ProjectAPI/index.js +0 -28
  260. package/src/SalesAPI/Activities.js +0 -149
  261. package/src/SalesAPI/index.js +0 -14
  262. package/src/ScheduleAPI/ScheduleEntries.js +0 -109
  263. package/src/ScheduleAPI/ScheduleTypes.js +0 -101
  264. package/src/ScheduleAPI/index.js +0 -30
  265. package/src/ServiceDeskAPI/BoardItems.js +0 -134
  266. package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
  267. package/src/ServiceDeskAPI/BoardTeams.js +0 -108
  268. package/src/ServiceDeskAPI/BoardTypes.js +0 -139
  269. package/src/ServiceDeskAPI/Boards.js +0 -100
  270. package/src/ServiceDeskAPI/Priorities.js +0 -47
  271. package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
  272. package/src/ServiceDeskAPI/Statuses.js +0 -116
  273. package/src/ServiceDeskAPI/Tickets.js +0 -588
  274. package/src/ServiceDeskAPI/index.js +0 -53
  275. package/src/SystemAPI/Members.js +0 -139
  276. package/src/SystemAPI/Reports.js +0 -116
  277. package/src/SystemAPI/index.js +0 -32
  278. package/src/TimeAPI/TimeEntries.js +0 -121
  279. package/src/TimeAPI/index.js +0 -27
  280. package/src/utils/Callback.js +0 -124
  281. package/src/utils/Series.js +0 -63
  282. package/src/utils/index.js +0 -21
@@ -0,0 +1,4536 @@
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
+ exports.SystemAPI = void 0;
7
+ /* This file was auto-generated, do not manually edit. */
8
+ const Manage_1 = __importDefault(require("../Manage"));
9
+ /**
10
+ * @module SystemAPI
11
+ */
12
+ /**
13
+ * System module
14
+ * @public
15
+ */
16
+ class SystemAPI extends Manage_1.default {
17
+ constructor(props) {
18
+ super(props);
19
+ }
20
+ getSystemAllowedfiletypes(params = {}) {
21
+ return this.request({
22
+ path: `/system/allowedfiletypes/`,
23
+ method: 'get',
24
+ params,
25
+ });
26
+ }
27
+ postSystemAllowedFileTypes(allowedFileType) {
28
+ return this.request({
29
+ path: `/system/AllowedFileTypes/`,
30
+ method: 'post',
31
+ data: allowedFileType,
32
+ });
33
+ }
34
+ getSystemAllowedfiletypesById(id, params = {}) {
35
+ return this.request({
36
+ path: `/system/allowedfiletypes/${id}`,
37
+ method: 'get',
38
+ params,
39
+ });
40
+ }
41
+ deleteSystemAllowedfiletypesById(id) {
42
+ return this.request({
43
+ path: `/system/allowedfiletypes/${id}`,
44
+ method: 'delete',
45
+ });
46
+ }
47
+ putSystemAllowedfiletypesById(id, AllowedFileType) {
48
+ return this.request({
49
+ path: `/system/allowedfiletypes/${id}`,
50
+ method: 'put',
51
+ data: AllowedFileType,
52
+ });
53
+ }
54
+ patchSystemAllowedfiletypesById(id, patchOperations) {
55
+ return this.request({
56
+ path: `/system/allowedfiletypes/${id}`,
57
+ method: 'patch',
58
+ data: patchOperations,
59
+ });
60
+ }
61
+ getSystemAllowedfiletypesCount(params = {}) {
62
+ return this.request({
63
+ path: `/system/allowedfiletypes/count`,
64
+ method: 'get',
65
+ params,
66
+ });
67
+ }
68
+ getSystemAllowedorigins(params = {}) {
69
+ return this.request({
70
+ path: `/system/allowedorigins`,
71
+ method: 'get',
72
+ params,
73
+ });
74
+ }
75
+ postSystemAllowedorigins(origin) {
76
+ return this.request({
77
+ path: `/system/allowedorigins`,
78
+ method: 'post',
79
+ data: origin,
80
+ });
81
+ }
82
+ getSystemAllowedoriginsById(id, params = {}) {
83
+ return this.request({
84
+ path: `/system/allowedorigins/${id}`,
85
+ method: 'get',
86
+ params,
87
+ });
88
+ }
89
+ deleteSystemAllowedoriginsById(id) {
90
+ return this.request({
91
+ path: `/system/allowedorigins/${id}`,
92
+ method: 'delete',
93
+ });
94
+ }
95
+ putSystemAllowedoriginsById(id, origin) {
96
+ return this.request({
97
+ path: `/system/allowedorigins/${id}`,
98
+ method: 'put',
99
+ data: origin,
100
+ });
101
+ }
102
+ patchSystemAllowedoriginsById(id, patchOperations) {
103
+ return this.request({
104
+ path: `/system/allowedorigins/${id}`,
105
+ method: 'patch',
106
+ data: patchOperations,
107
+ });
108
+ }
109
+ getSystemAllowedoriginsCount(params = {}) {
110
+ return this.request({
111
+ path: `/system/allowedorigins/count`,
112
+ method: 'get',
113
+ params,
114
+ });
115
+ }
116
+ getSystemApiMembers(params = {}) {
117
+ return this.request({
118
+ path: `/system/apiMembers`,
119
+ method: 'get',
120
+ params,
121
+ });
122
+ }
123
+ postSystemApiMembers(apiMember) {
124
+ return this.request({
125
+ path: `/system/apiMembers`,
126
+ method: 'post',
127
+ data: apiMember,
128
+ });
129
+ }
130
+ getSystemApiMembersById(id, params = {}) {
131
+ return this.request({
132
+ path: `/system/apiMembers/${id}`,
133
+ method: 'get',
134
+ params,
135
+ });
136
+ }
137
+ putSystemApiMembersById(id, apiMember) {
138
+ return this.request({
139
+ path: `/system/apiMembers/${id}`,
140
+ method: 'put',
141
+ data: apiMember,
142
+ });
143
+ }
144
+ patchSystemApiMembersById(id, patchOperations) {
145
+ return this.request({
146
+ path: `/system/apiMembers/${id}`,
147
+ method: 'patch',
148
+ data: patchOperations,
149
+ });
150
+ }
151
+ getSystemApiMembersCount(params = {}) {
152
+ return this.request({
153
+ path: `/system/apiMembers/count`,
154
+ method: 'get',
155
+ params,
156
+ });
157
+ }
158
+ getSystemApiMembersDefault(params = {}) {
159
+ return this.request({
160
+ path: `/system/apiMembers/default`,
161
+ method: 'get',
162
+ params,
163
+ });
164
+ }
165
+ getSystemAudittrail(params = {}) {
166
+ return this.request({
167
+ path: `/system/audittrail`,
168
+ method: 'get',
169
+ params,
170
+ });
171
+ }
172
+ getSystemAudittrailCount(params = {}) {
173
+ return this.request({
174
+ path: `/system/audittrail/count`,
175
+ method: 'get',
176
+ params,
177
+ });
178
+ }
179
+ getSystemAuthAnvils(params = {}) {
180
+ return this.request({
181
+ path: `/system/authAnvils`,
182
+ method: 'get',
183
+ params,
184
+ });
185
+ }
186
+ getSystemAuthAnvilsById(id, params = {}) {
187
+ return this.request({
188
+ path: `/system/authAnvils/${id}`,
189
+ method: 'get',
190
+ params,
191
+ });
192
+ }
193
+ putSystemAuthAnvilsById(id, authAnvil) {
194
+ return this.request({
195
+ path: `/system/authAnvils/${id}`,
196
+ method: 'put',
197
+ data: authAnvil,
198
+ });
199
+ }
200
+ patchSystemAuthAnvilsById(id, patchOperations) {
201
+ return this.request({
202
+ path: `/system/authAnvils/${id}`,
203
+ method: 'patch',
204
+ data: patchOperations,
205
+ });
206
+ }
207
+ getSystemAuthAnvilsCount(params = {}) {
208
+ return this.request({
209
+ path: `/system/authAnvils/count`,
210
+ method: 'get',
211
+ params,
212
+ });
213
+ }
214
+ getSystemAuthAnvilsTestConnection(params = {}) {
215
+ return this.request({
216
+ path: `/system/authAnvils/testConnection`,
217
+ method: 'get',
218
+ params,
219
+ });
220
+ }
221
+ getSystemAutoSyncTime(params = {}) {
222
+ return this.request({
223
+ path: `/system/autoSyncTime`,
224
+ method: 'get',
225
+ params,
226
+ });
227
+ }
228
+ postSystemAutoSyncTime(autoSyncTime) {
229
+ return this.request({
230
+ path: `/system/autoSyncTime`,
231
+ method: 'post',
232
+ data: autoSyncTime,
233
+ });
234
+ }
235
+ getSystemAutoSyncTimeById(id, params = {}) {
236
+ return this.request({
237
+ path: `/system/autoSyncTime/${id}`,
238
+ method: 'get',
239
+ params,
240
+ });
241
+ }
242
+ deleteSystemAutoSyncTimeById(id) {
243
+ return this.request({
244
+ path: `/system/autoSyncTime/${id}`,
245
+ method: 'delete',
246
+ });
247
+ }
248
+ putSystemAutoSyncTimeById(id, autoSyncTime) {
249
+ return this.request({
250
+ path: `/system/autoSyncTime/${id}`,
251
+ method: 'put',
252
+ data: autoSyncTime,
253
+ });
254
+ }
255
+ patchSystemAutoSyncTimeById(id, patchOperations) {
256
+ return this.request({
257
+ path: `/system/autoSyncTime/${id}`,
258
+ method: 'patch',
259
+ data: patchOperations,
260
+ });
261
+ }
262
+ getSystemAutoSyncTimeCount(params = {}) {
263
+ return this.request({
264
+ path: `/system/autoSyncTime/count`,
265
+ method: 'get',
266
+ params,
267
+ });
268
+ }
269
+ postSystemBundles(requests) {
270
+ return this.request({
271
+ path: `/system/bundles`,
272
+ method: 'post',
273
+ data: requests,
274
+ });
275
+ }
276
+ postSystemBundlesCount(requests) {
277
+ return this.request({
278
+ path: `/system/bundles/count`,
279
+ method: 'post',
280
+ data: requests,
281
+ });
282
+ }
283
+ getSystemCallbacks(params = {}) {
284
+ return this.request({
285
+ path: `/system/callbacks`,
286
+ method: 'get',
287
+ params,
288
+ });
289
+ }
290
+ postSystemCallbacks(callbackEntry) {
291
+ return this.request({
292
+ path: `/system/callbacks`,
293
+ method: 'post',
294
+ data: callbackEntry,
295
+ });
296
+ }
297
+ getSystemCallbacksById(id, params = {}) {
298
+ return this.request({
299
+ path: `/system/callbacks/${id}`,
300
+ method: 'get',
301
+ params,
302
+ });
303
+ }
304
+ deleteSystemCallbacksById(id) {
305
+ return this.request({
306
+ path: `/system/callbacks/${id}`,
307
+ method: 'delete',
308
+ });
309
+ }
310
+ putSystemCallbacksById(id, callbackEntry) {
311
+ return this.request({
312
+ path: `/system/callbacks/${id}`,
313
+ method: 'put',
314
+ data: callbackEntry,
315
+ });
316
+ }
317
+ patchSystemCallbacksById(id, patchOperations) {
318
+ return this.request({
319
+ path: `/system/callbacks/${id}`,
320
+ method: 'patch',
321
+ data: patchOperations,
322
+ });
323
+ }
324
+ getSystemCallbacksCount(params = {}) {
325
+ return this.request({
326
+ path: `/system/callbacks/count`,
327
+ method: 'get',
328
+ params,
329
+ });
330
+ }
331
+ getSystemCertifications(params = {}) {
332
+ return this.request({
333
+ path: `/system/certifications`,
334
+ method: 'get',
335
+ params,
336
+ });
337
+ }
338
+ postSystemCertifications(certification) {
339
+ return this.request({
340
+ path: `/system/certifications`,
341
+ method: 'post',
342
+ data: certification,
343
+ });
344
+ }
345
+ getSystemCertificationsById(id, params = {}) {
346
+ return this.request({
347
+ path: `/system/certifications/${id}`,
348
+ method: 'get',
349
+ params,
350
+ });
351
+ }
352
+ deleteSystemCertificationsById(id) {
353
+ return this.request({
354
+ path: `/system/certifications/${id}`,
355
+ method: 'delete',
356
+ });
357
+ }
358
+ putSystemCertificationsById(id, certification) {
359
+ return this.request({
360
+ path: `/system/certifications/${id}`,
361
+ method: 'put',
362
+ data: certification,
363
+ });
364
+ }
365
+ patchSystemCertificationsById(id, patchOperations) {
366
+ return this.request({
367
+ path: `/system/certifications/${id}`,
368
+ method: 'patch',
369
+ data: patchOperations,
370
+ });
371
+ }
372
+ getSystemCertificationsByIdUsages(id, params = {}) {
373
+ return this.request({
374
+ path: `/system/certifications/${id}/usages`,
375
+ method: 'get',
376
+ params,
377
+ });
378
+ }
379
+ getSystemCertificationsByIdUsagesList(id, params = {}) {
380
+ return this.request({
381
+ path: `/system/certifications/${id}/usages/list`,
382
+ method: 'get',
383
+ params,
384
+ });
385
+ }
386
+ getSystemCertificationsCount(params = {}) {
387
+ return this.request({
388
+ path: `/system/certifications/count`,
389
+ method: 'get',
390
+ params,
391
+ });
392
+ }
393
+ getSystemConnectWiseHostedScreens(params = {}) {
394
+ return this.request({
395
+ path: `/system/connectWiseHostedScreens`,
396
+ method: 'get',
397
+ params,
398
+ });
399
+ }
400
+ getSystemConnectWiseHostedScreensById(id, params = {}) {
401
+ return this.request({
402
+ path: `/system/connectWiseHostedScreens/${id}`,
403
+ method: 'get',
404
+ params,
405
+ });
406
+ }
407
+ getSystemConnectWiseHostedScreensCount(params = {}) {
408
+ return this.request({
409
+ path: `/system/connectWiseHostedScreens/count`,
410
+ method: 'get',
411
+ params,
412
+ });
413
+ }
414
+ getSystemConnectwisehostedsetups(params = {}) {
415
+ return this.request({
416
+ path: `/system/connectwisehostedsetups`,
417
+ method: 'get',
418
+ params,
419
+ });
420
+ }
421
+ postSystemConnectwisehostedsetups(connectWiseHostedSetup) {
422
+ return this.request({
423
+ path: `/system/connectwisehostedsetups`,
424
+ method: 'post',
425
+ data: connectWiseHostedSetup,
426
+ });
427
+ }
428
+ getSystemConnectwisehostedsetupsById(id, params = {}) {
429
+ return this.request({
430
+ path: `/system/connectwisehostedsetups/${id}`,
431
+ method: 'get',
432
+ params,
433
+ });
434
+ }
435
+ deleteSystemConnectwisehostedsetupsById(id) {
436
+ return this.request({
437
+ path: `/system/connectwisehostedsetups/${id}`,
438
+ method: 'delete',
439
+ });
440
+ }
441
+ putSystemConnectwisehostedsetupsById(id, connectWiseHostedSetup) {
442
+ return this.request({
443
+ path: `/system/connectwisehostedsetups/${id}`,
444
+ method: 'put',
445
+ data: connectWiseHostedSetup,
446
+ });
447
+ }
448
+ patchSystemConnectwisehostedsetupsById(id, patchOperations) {
449
+ return this.request({
450
+ path: `/system/connectwisehostedsetups/${id}`,
451
+ method: 'patch',
452
+ data: patchOperations,
453
+ });
454
+ }
455
+ getSystemConnectwisehostedsetupsCount(params = {}) {
456
+ return this.request({
457
+ path: `/system/connectwisehostedsetups/count`,
458
+ method: 'get',
459
+ params,
460
+ });
461
+ }
462
+ getSystemCustomReports(params = {}) {
463
+ return this.request({
464
+ path: `/system/customReports`,
465
+ method: 'get',
466
+ params,
467
+ });
468
+ }
469
+ postSystemCustomReports(customReport) {
470
+ return this.request({
471
+ path: `/system/customReports`,
472
+ method: 'post',
473
+ data: customReport,
474
+ });
475
+ }
476
+ getSystemCustomReportsById(id, params = {}) {
477
+ return this.request({
478
+ path: `/system/customReports/${id}`,
479
+ method: 'get',
480
+ params,
481
+ });
482
+ }
483
+ deleteSystemCustomReportsById(id) {
484
+ return this.request({
485
+ path: `/system/customReports/${id}`,
486
+ method: 'delete',
487
+ });
488
+ }
489
+ putSystemCustomReportsById(id, customReport) {
490
+ return this.request({
491
+ path: `/system/customReports/${id}`,
492
+ method: 'put',
493
+ data: customReport,
494
+ });
495
+ }
496
+ patchSystemCustomReportsById(id, patchOperations) {
497
+ return this.request({
498
+ path: `/system/customReports/${id}`,
499
+ method: 'patch',
500
+ data: patchOperations,
501
+ });
502
+ }
503
+ getSystemCustomReportsByParentIdParameters(parentId, params = {}) {
504
+ return this.request({
505
+ path: `/system/customReports/${parentId}/parameters`,
506
+ method: 'get',
507
+ params,
508
+ });
509
+ }
510
+ postSystemCustomReportsByParentIdParameters(parentId, customReportParameter) {
511
+ return this.request({
512
+ path: `/system/customReports/${parentId}/parameters`,
513
+ method: 'post',
514
+ data: customReportParameter,
515
+ });
516
+ }
517
+ getSystemCustomReportsByParentIdParametersById(id, parentId, params = {}) {
518
+ return this.request({
519
+ path: `/system/customReports/${parentId}/parameters/${id}`,
520
+ method: 'get',
521
+ params,
522
+ });
523
+ }
524
+ deleteSystemCustomReportsByParentIdParametersById(id, parentId) {
525
+ return this.request({
526
+ path: `/system/customReports/${parentId}/parameters/${id}`,
527
+ method: 'delete',
528
+ });
529
+ }
530
+ putSystemCustomReportsByParentIdParametersById(id, parentId, customReportParameter) {
531
+ return this.request({
532
+ path: `/system/customReports/${parentId}/parameters/${id}`,
533
+ method: 'put',
534
+ data: customReportParameter,
535
+ });
536
+ }
537
+ patchSystemCustomReportsByParentIdParametersById(id, parentId, patchOperations) {
538
+ return this.request({
539
+ path: `/system/customReports/${parentId}/parameters/${id}`,
540
+ method: 'patch',
541
+ data: patchOperations,
542
+ });
543
+ }
544
+ getSystemCustomReportsByParentIdParametersCount(parentId, params = {}) {
545
+ return this.request({
546
+ path: `/system/customReports/${parentId}/parameters/count`,
547
+ method: 'get',
548
+ params,
549
+ });
550
+ }
551
+ getSystemCustomReportsCount(params = {}) {
552
+ return this.request({
553
+ path: `/system/customReports/count`,
554
+ method: 'get',
555
+ params,
556
+ });
557
+ }
558
+ getSystemCwTimeZones(params = {}) {
559
+ return this.request({
560
+ path: `/system/cwTimeZones`,
561
+ method: 'get',
562
+ params,
563
+ });
564
+ }
565
+ getSystemCwTimeZonesById(id, params = {}) {
566
+ return this.request({
567
+ path: `/system/cwTimeZones/${id}`,
568
+ method: 'get',
569
+ params,
570
+ });
571
+ }
572
+ getSystemCwTimeZonesCount(params = {}) {
573
+ return this.request({
574
+ path: `/system/cwTimeZones/count`,
575
+ method: 'get',
576
+ params,
577
+ });
578
+ }
579
+ getSystemDepartments(params = {}) {
580
+ return this.request({
581
+ path: `/system/departments`,
582
+ method: 'get',
583
+ params,
584
+ });
585
+ }
586
+ postSystemDepartments(department) {
587
+ return this.request({
588
+ path: `/system/departments`,
589
+ method: 'post',
590
+ data: department,
591
+ });
592
+ }
593
+ getSystemDepartmentsById(id, params = {}) {
594
+ return this.request({
595
+ path: `/system/departments/${id}`,
596
+ method: 'get',
597
+ params,
598
+ });
599
+ }
600
+ deleteSystemDepartmentsById(id) {
601
+ return this.request({
602
+ path: `/system/departments/${id}`,
603
+ method: 'delete',
604
+ });
605
+ }
606
+ putSystemDepartmentsById(id, department) {
607
+ return this.request({
608
+ path: `/system/departments/${id}`,
609
+ method: 'put',
610
+ data: department,
611
+ });
612
+ }
613
+ patchSystemDepartmentsById(id, patchOperations) {
614
+ return this.request({
615
+ path: `/system/departments/${id}`,
616
+ method: 'patch',
617
+ data: patchOperations,
618
+ });
619
+ }
620
+ getSystemDepartmentsByIdUsages(id, params = {}) {
621
+ return this.request({
622
+ path: `/system/departments/${id}/usages`,
623
+ method: 'get',
624
+ params,
625
+ });
626
+ }
627
+ getSystemDepartmentsByIdUsagesList(id, params = {}) {
628
+ return this.request({
629
+ path: `/system/departments/${id}/usages/list`,
630
+ method: 'get',
631
+ params,
632
+ });
633
+ }
634
+ getSystemDepartmentsByParentIdLocations(parentId, params = {}) {
635
+ return this.request({
636
+ path: `/system/departments/${parentId}/locations`,
637
+ method: 'get',
638
+ params,
639
+ });
640
+ }
641
+ postSystemDepartmentsByParentIdLocations(parentId, departmentLocation) {
642
+ return this.request({
643
+ path: `/system/departments/${parentId}/locations`,
644
+ method: 'post',
645
+ data: departmentLocation,
646
+ });
647
+ }
648
+ getSystemDepartmentsByParentIdLocationsById(id, parentId, params = {}) {
649
+ return this.request({
650
+ path: `/system/departments/${parentId}/locations/${id}`,
651
+ method: 'get',
652
+ params,
653
+ });
654
+ }
655
+ deleteSystemDepartmentsByParentIdLocationsById(id, parentId) {
656
+ return this.request({
657
+ path: `/system/departments/${parentId}/locations/${id}`,
658
+ method: 'delete',
659
+ });
660
+ }
661
+ putSystemDepartmentsByParentIdLocationsById(id, parentId, departmentLocation) {
662
+ return this.request({
663
+ path: `/system/departments/${parentId}/locations/${id}`,
664
+ method: 'put',
665
+ data: departmentLocation,
666
+ });
667
+ }
668
+ patchSystemDepartmentsByParentIdLocationsById(id, parentId, patchOperations) {
669
+ return this.request({
670
+ path: `/system/departments/${parentId}/locations/${id}`,
671
+ method: 'patch',
672
+ data: patchOperations,
673
+ });
674
+ }
675
+ getSystemDepartmentsByParentIdLocationsCount(parentId, params = {}) {
676
+ return this.request({
677
+ path: `/system/departments/${parentId}/locations/count`,
678
+ method: 'get',
679
+ params,
680
+ });
681
+ }
682
+ getSystemDepartmentsCount(params = {}) {
683
+ return this.request({
684
+ path: `/system/departments/count`,
685
+ method: 'get',
686
+ params,
687
+ });
688
+ }
689
+ getSystemDocuments(params = {}) {
690
+ return this.request({
691
+ path: `/system/documents`,
692
+ method: 'get',
693
+ params,
694
+ });
695
+ }
696
+ postSystemDocuments(documentFormData) {
697
+ return this.request({
698
+ path: `/system/documents`,
699
+ method: 'post',
700
+ data: documentFormData,
701
+ });
702
+ }
703
+ getSystemDocumentsById(id, params = {}) {
704
+ return this.request({
705
+ path: `/system/documents/${id}`,
706
+ method: 'get',
707
+ params,
708
+ });
709
+ }
710
+ deleteSystemDocumentsById(id) {
711
+ return this.request({
712
+ path: `/system/documents/${id}`,
713
+ method: 'delete',
714
+ });
715
+ }
716
+ postSystemDocumentsById(id) {
717
+ return this.request({
718
+ path: `/system/documents/${id}`,
719
+ method: 'post',
720
+ });
721
+ }
722
+ getSystemDocumentsByIdDownload(id, params = {}) {
723
+ return this.request({
724
+ path: `/system/documents/${id}/download`,
725
+ method: 'get',
726
+ params,
727
+ });
728
+ }
729
+ getSystemDocumentsByIdThumbnail(id, params = {}) {
730
+ return this.request({
731
+ path: `/system/documents/${id}/thumbnail`,
732
+ method: 'get',
733
+ params,
734
+ });
735
+ }
736
+ getSystemDocumentsCount(params = {}) {
737
+ return this.request({
738
+ path: `/system/documents/count`,
739
+ method: 'get',
740
+ params,
741
+ });
742
+ }
743
+ getSystemDocumentsUploadsample(params = {}) {
744
+ return this.request({
745
+ path: `/system/documents/uploadsample`,
746
+ method: 'get',
747
+ params,
748
+ });
749
+ }
750
+ getSystemEmailConnectors(params = {}) {
751
+ return this.request({
752
+ path: `/system/emailConnectors`,
753
+ method: 'get',
754
+ params,
755
+ });
756
+ }
757
+ postSystemEmailConnectors(emailConnector) {
758
+ return this.request({
759
+ path: `/system/emailConnectors`,
760
+ method: 'post',
761
+ data: emailConnector,
762
+ });
763
+ }
764
+ getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules(parentId, grandparentId, params = {}) {
765
+ return this.request({
766
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules`,
767
+ method: 'get',
768
+ params,
769
+ });
770
+ }
771
+ postSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules(parentId, grandparentId, emailConnectorParsingRule) {
772
+ return this.request({
773
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules`,
774
+ method: 'post',
775
+ data: emailConnectorParsingRule,
776
+ });
777
+ }
778
+ getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById(id, parentId, grandparentId, params = {}) {
779
+ return this.request({
780
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules/${id}`,
781
+ method: 'get',
782
+ params,
783
+ });
784
+ }
785
+ deleteSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById(id, parentId, grandparentId) {
786
+ return this.request({
787
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules/${id}`,
788
+ method: 'delete',
789
+ });
790
+ }
791
+ putSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById(id, parentId, grandparentId, emailConnectorParsingRule) {
792
+ return this.request({
793
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules/${id}`,
794
+ method: 'put',
795
+ data: emailConnectorParsingRule,
796
+ });
797
+ }
798
+ patchSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById(id, parentId, grandparentId, patchOperations) {
799
+ return this.request({
800
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules/${id}`,
801
+ method: 'patch',
802
+ data: patchOperations,
803
+ });
804
+ }
805
+ getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesCount(parentId, grandparentId, params = {}) {
806
+ return this.request({
807
+ path: `/system/emailConnectors/${grandparentId}/parsingStyles/${parentId}/parsingRules/count`,
808
+ method: 'get',
809
+ params,
810
+ });
811
+ }
812
+ getSystemEmailConnectorsById(id, params = {}) {
813
+ return this.request({
814
+ path: `/system/emailConnectors/${id}`,
815
+ method: 'get',
816
+ params,
817
+ });
818
+ }
819
+ deleteSystemEmailConnectorsById(id) {
820
+ return this.request({
821
+ path: `/system/emailConnectors/${id}`,
822
+ method: 'delete',
823
+ });
824
+ }
825
+ putSystemEmailConnectorsById(id, emailConnector) {
826
+ return this.request({
827
+ path: `/system/emailConnectors/${id}`,
828
+ method: 'put',
829
+ data: emailConnector,
830
+ });
831
+ }
832
+ patchSystemEmailConnectorsById(id, patchOperations) {
833
+ return this.request({
834
+ path: `/system/emailConnectors/${id}`,
835
+ method: 'patch',
836
+ data: patchOperations,
837
+ });
838
+ }
839
+ getSystemEmailConnectorsByIdInfo(id, params = {}) {
840
+ return this.request({
841
+ path: `/system/emailConnectors/${id}/info`,
842
+ method: 'get',
843
+ params,
844
+ });
845
+ }
846
+ getSystemEmailConnectorsByParentIdParsingStyles(parentId, params = {}) {
847
+ return this.request({
848
+ path: `/system/emailConnectors/${parentId}/parsingStyles`,
849
+ method: 'get',
850
+ params,
851
+ });
852
+ }
853
+ postSystemEmailConnectorsByParentIdParsingStyles(parentId, emailConnectorParsingStyle) {
854
+ return this.request({
855
+ path: `/system/emailConnectors/${parentId}/parsingStyles`,
856
+ method: 'post',
857
+ data: emailConnectorParsingStyle,
858
+ });
859
+ }
860
+ getSystemEmailConnectorsByParentIdParsingStylesById(id, parentId, params = {}) {
861
+ return this.request({
862
+ path: `/system/emailConnectors/${parentId}/parsingStyles/${id}`,
863
+ method: 'get',
864
+ params,
865
+ });
866
+ }
867
+ deleteSystemEmailConnectorsByParentIdParsingStylesById(id, parentId) {
868
+ return this.request({
869
+ path: `/system/emailConnectors/${parentId}/parsingStyles/${id}`,
870
+ method: 'delete',
871
+ });
872
+ }
873
+ putSystemEmailConnectorsByParentIdParsingStylesById(id, parentId, emailConnectorParsingStyle) {
874
+ return this.request({
875
+ path: `/system/emailConnectors/${parentId}/parsingStyles/${id}`,
876
+ method: 'put',
877
+ data: emailConnectorParsingStyle,
878
+ });
879
+ }
880
+ patchSystemEmailConnectorsByParentIdParsingStylesById(id, parentId, patchOperations) {
881
+ return this.request({
882
+ path: `/system/emailConnectors/${parentId}/parsingStyles/${id}`,
883
+ method: 'patch',
884
+ data: patchOperations,
885
+ });
886
+ }
887
+ getSystemEmailConnectorsByParentIdParsingStylesCount(parentId, params = {}) {
888
+ return this.request({
889
+ path: `/system/emailConnectors/${parentId}/parsingStyles/count`,
890
+ method: 'get',
891
+ params,
892
+ });
893
+ }
894
+ getSystemEmailConnectorsCount(params = {}) {
895
+ return this.request({
896
+ path: `/system/emailConnectors/count`,
897
+ method: 'get',
898
+ params,
899
+ });
900
+ }
901
+ getSystemEmailConnectorsInfo(params = {}) {
902
+ return this.request({
903
+ path: `/system/emailConnectors/info`,
904
+ method: 'get',
905
+ params,
906
+ });
907
+ }
908
+ getSystemEmailConnectorsInfoCount(params = {}) {
909
+ return this.request({
910
+ path: `/system/emailConnectors/info/count`,
911
+ method: 'get',
912
+ params,
913
+ });
914
+ }
915
+ getSystemEmailExclusions(params = {}) {
916
+ return this.request({
917
+ path: `/system/emailExclusions`,
918
+ method: 'get',
919
+ params,
920
+ });
921
+ }
922
+ postSystemEmailExclusions(emailExclusion) {
923
+ return this.request({
924
+ path: `/system/emailExclusions`,
925
+ method: 'post',
926
+ data: emailExclusion,
927
+ });
928
+ }
929
+ getSystemEmailExclusionsById(id, params = {}) {
930
+ return this.request({
931
+ path: `/system/emailExclusions/${id}`,
932
+ method: 'get',
933
+ params,
934
+ });
935
+ }
936
+ deleteSystemEmailExclusionsById(id) {
937
+ return this.request({
938
+ path: `/system/emailExclusions/${id}`,
939
+ method: 'delete',
940
+ });
941
+ }
942
+ putSystemEmailExclusionsById(id, emailExclusion) {
943
+ return this.request({
944
+ path: `/system/emailExclusions/${id}`,
945
+ method: 'put',
946
+ data: emailExclusion,
947
+ });
948
+ }
949
+ patchSystemEmailExclusionsById(id, patchOperations) {
950
+ return this.request({
951
+ path: `/system/emailExclusions/${id}`,
952
+ method: 'patch',
953
+ data: patchOperations,
954
+ });
955
+ }
956
+ getSystemEmailExclusionsCount(params = {}) {
957
+ return this.request({
958
+ path: `/system/emailExclusions/count`,
959
+ method: 'get',
960
+ params,
961
+ });
962
+ }
963
+ getSystemEmailTokens(params = {}) {
964
+ return this.request({
965
+ path: `/system/emailTokens`,
966
+ method: 'get',
967
+ params,
968
+ });
969
+ }
970
+ getSystemEmailTokensById(id, params = {}) {
971
+ return this.request({
972
+ path: `/system/emailTokens/${id}`,
973
+ method: 'get',
974
+ params,
975
+ });
976
+ }
977
+ getSystemEmailTokensCount(params = {}) {
978
+ return this.request({
979
+ path: `/system/emailTokens/count`,
980
+ method: 'get',
981
+ params,
982
+ });
983
+ }
984
+ getSystemEPayConfigurations(params = {}) {
985
+ return this.request({
986
+ path: `/system/ePayConfigurations`,
987
+ method: 'get',
988
+ params,
989
+ });
990
+ }
991
+ postSystemEPayConfigurations(ePayConfiguration) {
992
+ return this.request({
993
+ path: `/system/ePayConfigurations`,
994
+ method: 'post',
995
+ data: ePayConfiguration,
996
+ });
997
+ }
998
+ getSystemEPayConfigurationsById(id, params = {}) {
999
+ return this.request({
1000
+ path: `/system/ePayConfigurations/${id}`,
1001
+ method: 'get',
1002
+ params,
1003
+ });
1004
+ }
1005
+ deleteSystemEPayConfigurationsById(id) {
1006
+ return this.request({
1007
+ path: `/system/ePayConfigurations/${id}`,
1008
+ method: 'delete',
1009
+ });
1010
+ }
1011
+ putSystemEPayConfigurationsById(id, ePayConfiguration) {
1012
+ return this.request({
1013
+ path: `/system/ePayConfigurations/${id}`,
1014
+ method: 'put',
1015
+ data: ePayConfiguration,
1016
+ });
1017
+ }
1018
+ patchSystemEPayConfigurationsById(id, patchOperations) {
1019
+ return this.request({
1020
+ path: `/system/ePayConfigurations/${id}`,
1021
+ method: 'patch',
1022
+ data: patchOperations,
1023
+ });
1024
+ }
1025
+ getSystemEPayConfigurationsCount(params = {}) {
1026
+ return this.request({
1027
+ path: `/system/ePayConfigurations/count`,
1028
+ method: 'get',
1029
+ params,
1030
+ });
1031
+ }
1032
+ getSystemExperiments(params = {}) {
1033
+ return this.request({
1034
+ path: `/system/experiments`,
1035
+ method: 'get',
1036
+ params,
1037
+ });
1038
+ }
1039
+ getSystemExperimentsById(id, params = {}) {
1040
+ return this.request({
1041
+ path: `/system/experiments/${id}`,
1042
+ method: 'get',
1043
+ params,
1044
+ });
1045
+ }
1046
+ getSystemExperimentsCount(params = {}) {
1047
+ return this.request({
1048
+ path: `/system/experiments/count`,
1049
+ method: 'get',
1050
+ params,
1051
+ });
1052
+ }
1053
+ getSystemFileuploadsettings(params = {}) {
1054
+ return this.request({
1055
+ path: `/system/fileuploadsettings/`,
1056
+ method: 'get',
1057
+ params,
1058
+ });
1059
+ }
1060
+ getSystemFileuploadsettingsById(id, params = {}) {
1061
+ return this.request({
1062
+ path: `/system/fileuploadsettings/${id}`,
1063
+ method: 'get',
1064
+ params,
1065
+ });
1066
+ }
1067
+ putSystemFileuploadsettingsById(id, companyTypeAssociation) {
1068
+ return this.request({
1069
+ path: `/system/fileuploadsettings/${id}`,
1070
+ method: 'put',
1071
+ data: companyTypeAssociation,
1072
+ });
1073
+ }
1074
+ patchSystemFileuploadsettingsById(id, patchOperations) {
1075
+ return this.request({
1076
+ path: `/system/fileuploadsettings/${id}`,
1077
+ method: 'patch',
1078
+ data: patchOperations,
1079
+ });
1080
+ }
1081
+ getSystemFileuploadsettingsCount(params = {}) {
1082
+ return this.request({
1083
+ path: `/system/fileuploadsettings/count`,
1084
+ method: 'get',
1085
+ params,
1086
+ });
1087
+ }
1088
+ getSystemGoogleemailsetup(params = {}) {
1089
+ return this.request({
1090
+ path: `/system/googleemailsetup/`,
1091
+ method: 'get',
1092
+ params,
1093
+ });
1094
+ }
1095
+ postSystemGoogleemailsetup(GoogleEmailSetup) {
1096
+ return this.request({
1097
+ path: `/system/googleemailsetup/`,
1098
+ method: 'post',
1099
+ data: GoogleEmailSetup,
1100
+ });
1101
+ }
1102
+ getSystemGoogleemailsetupById(id, params = {}) {
1103
+ return this.request({
1104
+ path: `/system/googleemailsetup/${id}`,
1105
+ method: 'get',
1106
+ params,
1107
+ });
1108
+ }
1109
+ deleteSystemGoogleemailsetupById(id) {
1110
+ return this.request({
1111
+ path: `/system/googleemailsetup/${id}`,
1112
+ method: 'delete',
1113
+ });
1114
+ }
1115
+ putSystemGoogleemailsetupById(id, companyTypeAssociation) {
1116
+ return this.request({
1117
+ path: `/system/googleemailsetup/${id}`,
1118
+ method: 'put',
1119
+ data: companyTypeAssociation,
1120
+ });
1121
+ }
1122
+ patchSystemGoogleemailsetupById(id, patchOperations) {
1123
+ return this.request({
1124
+ path: `/system/googleemailsetup/${id}`,
1125
+ method: 'patch',
1126
+ data: patchOperations,
1127
+ });
1128
+ }
1129
+ postSystemGoogleemailsetupByIdTestConnection(id) {
1130
+ return this.request({
1131
+ path: `/system/googleemailsetup/${id}/testConnection`,
1132
+ method: 'post',
1133
+ });
1134
+ }
1135
+ getSystemGoogleemailsetupCount(params = {}) {
1136
+ return this.request({
1137
+ path: `/system/googleemailsetup/count`,
1138
+ method: 'get',
1139
+ params,
1140
+ });
1141
+ }
1142
+ getSystemImaps(params = {}) {
1143
+ return this.request({
1144
+ path: `/system/imaps`,
1145
+ method: 'get',
1146
+ params,
1147
+ });
1148
+ }
1149
+ postSystemImaps(imap) {
1150
+ return this.request({
1151
+ path: `/system/imaps`,
1152
+ method: 'post',
1153
+ data: imap,
1154
+ });
1155
+ }
1156
+ getSystemImapsById(id, params = {}) {
1157
+ return this.request({
1158
+ path: `/system/imaps/${id}`,
1159
+ method: 'get',
1160
+ params,
1161
+ });
1162
+ }
1163
+ deleteSystemImapsById(id) {
1164
+ return this.request({
1165
+ path: `/system/imaps/${id}`,
1166
+ method: 'delete',
1167
+ });
1168
+ }
1169
+ putSystemImapsById(id, imap) {
1170
+ return this.request({
1171
+ path: `/system/imaps/${id}`,
1172
+ method: 'put',
1173
+ data: imap,
1174
+ });
1175
+ }
1176
+ patchSystemImapsById(id, patchOperations) {
1177
+ return this.request({
1178
+ path: `/system/imaps/${id}`,
1179
+ method: 'patch',
1180
+ data: patchOperations,
1181
+ });
1182
+ }
1183
+ getSystemImapsByIdInfo(id, params = {}) {
1184
+ return this.request({
1185
+ path: `/system/imaps/${id}/info`,
1186
+ method: 'get',
1187
+ params,
1188
+ });
1189
+ }
1190
+ getSystemImapsCount(params = {}) {
1191
+ return this.request({
1192
+ path: `/system/imaps/count`,
1193
+ method: 'get',
1194
+ params,
1195
+ });
1196
+ }
1197
+ getSystemImapsInfo(params = {}) {
1198
+ return this.request({
1199
+ path: `/system/imaps/info`,
1200
+ method: 'get',
1201
+ params,
1202
+ });
1203
+ }
1204
+ getSystemImapsInfoCount(params = {}) {
1205
+ return this.request({
1206
+ path: `/system/imaps/info/count`,
1207
+ method: 'get',
1208
+ params,
1209
+ });
1210
+ }
1211
+ postSystemImportMassMaintenanceById(id) {
1212
+ return this.request({
1213
+ path: `/system/importMassMaintenance/${id}`,
1214
+ method: 'post',
1215
+ });
1216
+ }
1217
+ getSystemInfo(params = {}) {
1218
+ return this.request({
1219
+ path: `/system/info`,
1220
+ method: 'get',
1221
+ params,
1222
+ });
1223
+ }
1224
+ getSystemInfoDepartmentlocations(params = {}) {
1225
+ return this.request({
1226
+ path: `/system/info/departmentlocations`,
1227
+ method: 'get',
1228
+ params,
1229
+ });
1230
+ }
1231
+ getSystemInfoDepartmentlocationsById(id, params = {}) {
1232
+ return this.request({
1233
+ path: `/system/info/departmentlocations/${id}`,
1234
+ method: 'get',
1235
+ params,
1236
+ });
1237
+ }
1238
+ getSystemInfoDepartmentlocationsCount(params = {}) {
1239
+ return this.request({
1240
+ path: `/system/info/departmentlocations/count`,
1241
+ method: 'get',
1242
+ params,
1243
+ });
1244
+ }
1245
+ getSystemInfoDepartments(params = {}) {
1246
+ return this.request({
1247
+ path: `/system/info/departments`,
1248
+ method: 'get',
1249
+ params,
1250
+ });
1251
+ }
1252
+ getSystemInfoDepartmentsById(id, params = {}) {
1253
+ return this.request({
1254
+ path: `/system/info/departments/${id}`,
1255
+ method: 'get',
1256
+ params,
1257
+ });
1258
+ }
1259
+ getSystemInfoDepartmentsCount(params = {}) {
1260
+ return this.request({
1261
+ path: `/system/info/departments/count`,
1262
+ method: 'get',
1263
+ params,
1264
+ });
1265
+ }
1266
+ getSystemInfoLinks(params = {}) {
1267
+ return this.request({
1268
+ path: `/system/info/links`,
1269
+ method: 'get',
1270
+ params,
1271
+ });
1272
+ }
1273
+ getSystemInfoLinksById(id, params = {}) {
1274
+ return this.request({
1275
+ path: `/system/info/links/${id}`,
1276
+ method: 'get',
1277
+ params,
1278
+ });
1279
+ }
1280
+ postSystemInfoLinksByIdResolveurl(id, resolveInfo) {
1281
+ return this.request({
1282
+ path: `/system/info/links/${id}/resolveurl`,
1283
+ method: 'post',
1284
+ data: resolveInfo,
1285
+ });
1286
+ }
1287
+ getSystemInfoLinksCount(params = {}) {
1288
+ return this.request({
1289
+ path: `/system/info/links/count`,
1290
+ method: 'get',
1291
+ params,
1292
+ });
1293
+ }
1294
+ getSystemInfoLocales(params = {}) {
1295
+ return this.request({
1296
+ path: `/system/info/locales`,
1297
+ method: 'get',
1298
+ params,
1299
+ });
1300
+ }
1301
+ getSystemInfoLocalesById(id, params = {}) {
1302
+ return this.request({
1303
+ path: `/system/info/locales/${id}`,
1304
+ method: 'get',
1305
+ params,
1306
+ });
1307
+ }
1308
+ getSystemInfoLocalesCount(params = {}) {
1309
+ return this.request({
1310
+ path: `/system/info/locales/count`,
1311
+ method: 'get',
1312
+ params,
1313
+ });
1314
+ }
1315
+ getSystemInfoLocations(params = {}) {
1316
+ return this.request({
1317
+ path: `/system/info/locations`,
1318
+ method: 'get',
1319
+ params,
1320
+ });
1321
+ }
1322
+ getSystemInfoLocationsById(id, params = {}) {
1323
+ return this.request({
1324
+ path: `/system/info/locations/${id}`,
1325
+ method: 'get',
1326
+ params,
1327
+ });
1328
+ }
1329
+ getSystemInfoLocationsCount(params = {}) {
1330
+ return this.request({
1331
+ path: `/system/info/locations/count`,
1332
+ method: 'get',
1333
+ params,
1334
+ });
1335
+ }
1336
+ getSystemInfoMembers(params = {}) {
1337
+ return this.request({
1338
+ path: `/system/info/members`,
1339
+ method: 'get',
1340
+ params,
1341
+ });
1342
+ }
1343
+ getSystemInfoMembersById(id, params = {}) {
1344
+ return this.request({
1345
+ path: `/system/info/members/${id}`,
1346
+ method: 'get',
1347
+ params,
1348
+ });
1349
+ }
1350
+ getSystemInfoMembersmemberIdentifierregextypes(params = {}) {
1351
+ return this.request({
1352
+ path: `/system/info/members/{memberIdentifier:regex(^(types. |(`,
1353
+ method: 'get',
1354
+ params,
1355
+ });
1356
+ }
1357
+ getSystemInfoMembersCount(params = {}) {
1358
+ return this.request({
1359
+ path: `/system/info/members/count`,
1360
+ method: 'get',
1361
+ params,
1362
+ });
1363
+ }
1364
+ getSystemInfoPersonas(params = {}) {
1365
+ return this.request({
1366
+ path: `/system/info/personas`,
1367
+ method: 'get',
1368
+ params,
1369
+ });
1370
+ }
1371
+ getSystemInfoPersonasById(id, params = {}) {
1372
+ return this.request({
1373
+ path: `/system/info/personas/${id}`,
1374
+ method: 'get',
1375
+ params,
1376
+ });
1377
+ }
1378
+ getSystemInfoPersonasCount(params = {}) {
1379
+ return this.request({
1380
+ path: `/system/info/personas/count`,
1381
+ method: 'get',
1382
+ params,
1383
+ });
1384
+ }
1385
+ getSystemInfoStandardNotes(params = {}) {
1386
+ return this.request({
1387
+ path: `/system/info/standardNotes`,
1388
+ method: 'get',
1389
+ params,
1390
+ });
1391
+ }
1392
+ getSystemInfoStandardNotesById(id, params = {}) {
1393
+ return this.request({
1394
+ path: `/system/info/standardNotes/${id}`,
1395
+ method: 'get',
1396
+ params,
1397
+ });
1398
+ }
1399
+ getSystemInfoStandardNotesCount(params = {}) {
1400
+ return this.request({
1401
+ path: `/system/info/standardNotes/count`,
1402
+ method: 'get',
1403
+ params,
1404
+ });
1405
+ }
1406
+ getSystemInOutBoards(params = {}) {
1407
+ return this.request({
1408
+ path: `/system/inOutBoards`,
1409
+ method: 'get',
1410
+ params,
1411
+ });
1412
+ }
1413
+ postSystemInOutBoards(inOutBoard) {
1414
+ return this.request({
1415
+ path: `/system/inOutBoards`,
1416
+ method: 'post',
1417
+ data: inOutBoard,
1418
+ });
1419
+ }
1420
+ getSystemInOutBoardsById(id, params = {}) {
1421
+ return this.request({
1422
+ path: `/system/inOutBoards/${id}`,
1423
+ method: 'get',
1424
+ params,
1425
+ });
1426
+ }
1427
+ deleteSystemInOutBoardsById(id) {
1428
+ return this.request({
1429
+ path: `/system/inOutBoards/${id}`,
1430
+ method: 'delete',
1431
+ });
1432
+ }
1433
+ putSystemInOutBoardsById(id, inOutBoard) {
1434
+ return this.request({
1435
+ path: `/system/inOutBoards/${id}`,
1436
+ method: 'put',
1437
+ data: inOutBoard,
1438
+ });
1439
+ }
1440
+ patchSystemInOutBoardsById(id, patchOperations) {
1441
+ return this.request({
1442
+ path: `/system/inOutBoards/${id}`,
1443
+ method: 'patch',
1444
+ data: patchOperations,
1445
+ });
1446
+ }
1447
+ getSystemInOutBoardsCount(params = {}) {
1448
+ return this.request({
1449
+ path: `/system/inOutBoards/count`,
1450
+ method: 'get',
1451
+ params,
1452
+ });
1453
+ }
1454
+ getSystemInOutTypes(params = {}) {
1455
+ return this.request({
1456
+ path: `/system/inOutTypes`,
1457
+ method: 'get',
1458
+ params,
1459
+ });
1460
+ }
1461
+ postSystemInOutTypes(inOutType) {
1462
+ return this.request({
1463
+ path: `/system/inOutTypes`,
1464
+ method: 'post',
1465
+ data: inOutType,
1466
+ });
1467
+ }
1468
+ getSystemInOutTypesById(id, params = {}) {
1469
+ return this.request({
1470
+ path: `/system/inOutTypes/${id}`,
1471
+ method: 'get',
1472
+ params,
1473
+ });
1474
+ }
1475
+ deleteSystemInOutTypesById(id) {
1476
+ return this.request({
1477
+ path: `/system/inOutTypes/${id}`,
1478
+ method: 'delete',
1479
+ });
1480
+ }
1481
+ putSystemInOutTypesById(id, inOutType) {
1482
+ return this.request({
1483
+ path: `/system/inOutTypes/${id}`,
1484
+ method: 'put',
1485
+ data: inOutType,
1486
+ });
1487
+ }
1488
+ patchSystemInOutTypesById(id, patchOperations) {
1489
+ return this.request({
1490
+ path: `/system/inOutTypes/${id}`,
1491
+ method: 'patch',
1492
+ data: patchOperations,
1493
+ });
1494
+ }
1495
+ getSystemInOutTypesByIdInfo(id, params = {}) {
1496
+ return this.request({
1497
+ path: `/system/inOutTypes/${id}/info`,
1498
+ method: 'get',
1499
+ params,
1500
+ });
1501
+ }
1502
+ getSystemInOutTypesCount(params = {}) {
1503
+ return this.request({
1504
+ path: `/system/inOutTypes/count`,
1505
+ method: 'get',
1506
+ params,
1507
+ });
1508
+ }
1509
+ getSystemInOutTypesCountInfo(params = {}) {
1510
+ return this.request({
1511
+ path: `/system/inOutTypes/count/info`,
1512
+ method: 'get',
1513
+ params,
1514
+ });
1515
+ }
1516
+ getSystemInOutTypesInfo(params = {}) {
1517
+ return this.request({
1518
+ path: `/system/inOutTypes/info`,
1519
+ method: 'get',
1520
+ params,
1521
+ });
1522
+ }
1523
+ getSystemIntegratorlogins(params = {}) {
1524
+ return this.request({
1525
+ path: `/system/integratorlogins`,
1526
+ method: 'get',
1527
+ params,
1528
+ });
1529
+ }
1530
+ postSystemIntegratorlogins(integratorLogin) {
1531
+ return this.request({
1532
+ path: `/system/integratorlogins`,
1533
+ method: 'post',
1534
+ data: integratorLogin,
1535
+ });
1536
+ }
1537
+ getSystemIntegratorloginsById(id, params = {}) {
1538
+ return this.request({
1539
+ path: `/system/integratorlogins/${id}`,
1540
+ method: 'get',
1541
+ params,
1542
+ });
1543
+ }
1544
+ deleteSystemIntegratorloginsById(id) {
1545
+ return this.request({
1546
+ path: `/system/integratorlogins/${id}`,
1547
+ method: 'delete',
1548
+ });
1549
+ }
1550
+ putSystemIntegratorloginsById(id, integratorLogin) {
1551
+ return this.request({
1552
+ path: `/system/integratorlogins/${id}`,
1553
+ method: 'put',
1554
+ data: integratorLogin,
1555
+ });
1556
+ }
1557
+ patchSystemIntegratorloginsById(id, patchOperations) {
1558
+ return this.request({
1559
+ path: `/system/integratorlogins/${id}`,
1560
+ method: 'patch',
1561
+ data: patchOperations,
1562
+ });
1563
+ }
1564
+ getSystemIntegratorloginsCount(params = {}) {
1565
+ return this.request({
1566
+ path: `/system/integratorlogins/count`,
1567
+ method: 'get',
1568
+ params,
1569
+ });
1570
+ }
1571
+ getSystemIntegratorTags(params = {}) {
1572
+ return this.request({
1573
+ path: `/system/integratorTags`,
1574
+ method: 'get',
1575
+ params,
1576
+ });
1577
+ }
1578
+ postSystemIntegratorTags(tag) {
1579
+ return this.request({
1580
+ path: `/system/integratorTags`,
1581
+ method: 'post',
1582
+ data: tag,
1583
+ });
1584
+ }
1585
+ getSystemIntegratorTagsById(id, params = {}) {
1586
+ return this.request({
1587
+ path: `/system/integratorTags/${id}`,
1588
+ method: 'get',
1589
+ params,
1590
+ });
1591
+ }
1592
+ deleteSystemIntegratorTagsById(id) {
1593
+ return this.request({
1594
+ path: `/system/integratorTags/${id}`,
1595
+ method: 'delete',
1596
+ });
1597
+ }
1598
+ putSystemIntegratorTagsById(id, tag) {
1599
+ return this.request({
1600
+ path: `/system/integratorTags/${id}`,
1601
+ method: 'put',
1602
+ data: tag,
1603
+ });
1604
+ }
1605
+ patchSystemIntegratorTagsById(id, patchOperations) {
1606
+ return this.request({
1607
+ path: `/system/integratorTags/${id}`,
1608
+ method: 'patch',
1609
+ data: patchOperations,
1610
+ });
1611
+ }
1612
+ getSystemIntegratorTagsCount(params = {}) {
1613
+ return this.request({
1614
+ path: `/system/integratorTags/count`,
1615
+ method: 'get',
1616
+ params,
1617
+ });
1618
+ }
1619
+ getSystemKpiCategories(params = {}) {
1620
+ return this.request({
1621
+ path: `/system/kpiCategories`,
1622
+ method: 'get',
1623
+ params,
1624
+ });
1625
+ }
1626
+ getSystemKpiCategoriesById(id, params = {}) {
1627
+ return this.request({
1628
+ path: `/system/kpiCategories/${id}`,
1629
+ method: 'get',
1630
+ params,
1631
+ });
1632
+ }
1633
+ getSystemKpiCategoriesCount(params = {}) {
1634
+ return this.request({
1635
+ path: `/system/kpiCategories/count`,
1636
+ method: 'get',
1637
+ params,
1638
+ });
1639
+ }
1640
+ getSystemKpis(params = {}) {
1641
+ return this.request({
1642
+ path: `/system/kpis`,
1643
+ method: 'get',
1644
+ params,
1645
+ });
1646
+ }
1647
+ getSystemKpisById(id, params = {}) {
1648
+ return this.request({
1649
+ path: `/system/kpis/${id}`,
1650
+ method: 'get',
1651
+ params,
1652
+ });
1653
+ }
1654
+ getSystemKpisCount(params = {}) {
1655
+ return this.request({
1656
+ path: `/system/kpis/count`,
1657
+ method: 'get',
1658
+ params,
1659
+ });
1660
+ }
1661
+ getSystemLdapConfigurations(params = {}) {
1662
+ return this.request({
1663
+ path: `/system/ldapConfigurations`,
1664
+ method: 'get',
1665
+ params,
1666
+ });
1667
+ }
1668
+ postSystemLdapConfigurations(ldapConfiguration) {
1669
+ return this.request({
1670
+ path: `/system/ldapConfigurations`,
1671
+ method: 'post',
1672
+ data: ldapConfiguration,
1673
+ });
1674
+ }
1675
+ getSystemLdapConfigurationsById(id, params = {}) {
1676
+ return this.request({
1677
+ path: `/system/ldapConfigurations/${id}`,
1678
+ method: 'get',
1679
+ params,
1680
+ });
1681
+ }
1682
+ deleteSystemLdapConfigurationsById(id) {
1683
+ return this.request({
1684
+ path: `/system/ldapConfigurations/${id}`,
1685
+ method: 'delete',
1686
+ });
1687
+ }
1688
+ putSystemLdapConfigurationsById(id, ldapConfiguration) {
1689
+ return this.request({
1690
+ path: `/system/ldapConfigurations/${id}`,
1691
+ method: 'put',
1692
+ data: ldapConfiguration,
1693
+ });
1694
+ }
1695
+ patchSystemLdapConfigurationsById(id, patchOperations) {
1696
+ return this.request({
1697
+ path: `/system/ldapConfigurations/${id}`,
1698
+ method: 'patch',
1699
+ data: patchOperations,
1700
+ });
1701
+ }
1702
+ getSystemLdapConfigurationsByIdInfo(id, params = {}) {
1703
+ return this.request({
1704
+ path: `/system/ldapConfigurations/${id}/info`,
1705
+ method: 'get',
1706
+ params,
1707
+ });
1708
+ }
1709
+ getSystemLdapConfigurationsCount(params = {}) {
1710
+ return this.request({
1711
+ path: `/system/ldapConfigurations/count`,
1712
+ method: 'get',
1713
+ params,
1714
+ });
1715
+ }
1716
+ getSystemLdapConfigurationsInfo(params = {}) {
1717
+ return this.request({
1718
+ path: `/system/ldapConfigurations/info`,
1719
+ method: 'get',
1720
+ params,
1721
+ });
1722
+ }
1723
+ getSystemLdapConfigurationsInfoCount(params = {}) {
1724
+ return this.request({
1725
+ path: `/system/ldapConfigurations/info/count`,
1726
+ method: 'get',
1727
+ params,
1728
+ });
1729
+ }
1730
+ postSystemLdapConfigurationsTestLink(server) {
1731
+ return this.request({
1732
+ path: `/system/ldapConfigurations/testLink`,
1733
+ method: 'post',
1734
+ data: server,
1735
+ });
1736
+ }
1737
+ getSystemLinks(params = {}) {
1738
+ return this.request({
1739
+ path: `/system/links`,
1740
+ method: 'get',
1741
+ params,
1742
+ });
1743
+ }
1744
+ postSystemLinks(link) {
1745
+ return this.request({
1746
+ path: `/system/links`,
1747
+ method: 'post',
1748
+ data: link,
1749
+ });
1750
+ }
1751
+ getSystemLinksById(id, params = {}) {
1752
+ return this.request({
1753
+ path: `/system/links/${id}`,
1754
+ method: 'get',
1755
+ params,
1756
+ });
1757
+ }
1758
+ deleteSystemLinksById(id) {
1759
+ return this.request({
1760
+ path: `/system/links/${id}`,
1761
+ method: 'delete',
1762
+ });
1763
+ }
1764
+ putSystemLinksById(id, link) {
1765
+ return this.request({
1766
+ path: `/system/links/${id}`,
1767
+ method: 'put',
1768
+ data: link,
1769
+ });
1770
+ }
1771
+ patchSystemLinksById(id, patchOperations) {
1772
+ return this.request({
1773
+ path: `/system/links/${id}`,
1774
+ method: 'patch',
1775
+ data: patchOperations,
1776
+ });
1777
+ }
1778
+ getSystemLinksCount(params = {}) {
1779
+ return this.request({
1780
+ path: `/system/links/count`,
1781
+ method: 'get',
1782
+ params,
1783
+ });
1784
+ }
1785
+ getSystemLocations(params = {}) {
1786
+ return this.request({
1787
+ path: `/system/locations`,
1788
+ method: 'get',
1789
+ params,
1790
+ });
1791
+ }
1792
+ postSystemLocations(location) {
1793
+ return this.request({
1794
+ path: `/system/locations`,
1795
+ method: 'post',
1796
+ data: location,
1797
+ });
1798
+ }
1799
+ getSystemLocationsById(id, params = {}) {
1800
+ return this.request({
1801
+ path: `/system/locations/${id}`,
1802
+ method: 'get',
1803
+ params,
1804
+ });
1805
+ }
1806
+ deleteSystemLocationsById(id) {
1807
+ return this.request({
1808
+ path: `/system/locations/${id}`,
1809
+ method: 'delete',
1810
+ });
1811
+ }
1812
+ putSystemLocationsById(id, location) {
1813
+ return this.request({
1814
+ path: `/system/locations/${id}`,
1815
+ method: 'put',
1816
+ data: location,
1817
+ });
1818
+ }
1819
+ patchSystemLocationsById(id, patchOperations) {
1820
+ return this.request({
1821
+ path: `/system/locations/${id}`,
1822
+ method: 'patch',
1823
+ data: patchOperations,
1824
+ });
1825
+ }
1826
+ getSystemLocationsByIdUsages(id, params = {}) {
1827
+ return this.request({
1828
+ path: `/system/locations/${id}/usages`,
1829
+ method: 'get',
1830
+ params,
1831
+ });
1832
+ }
1833
+ getSystemLocationsByIdUsagesList(id, params = {}) {
1834
+ return this.request({
1835
+ path: `/system/locations/${id}/usages/list`,
1836
+ method: 'get',
1837
+ params,
1838
+ });
1839
+ }
1840
+ getSystemLocationsByParentIdDepartments(parentId, params = {}) {
1841
+ return this.request({
1842
+ path: `/system/locations/${parentId}/departments`,
1843
+ method: 'get',
1844
+ params,
1845
+ });
1846
+ }
1847
+ getSystemLocationsByParentIdDepartmentsById(id, parentId, params = {}) {
1848
+ return this.request({
1849
+ path: `/system/locations/${parentId}/departments/${id}`,
1850
+ method: 'get',
1851
+ params,
1852
+ });
1853
+ }
1854
+ getSystemLocationsByParentIdDepartmentsCount(parentId, params = {}) {
1855
+ return this.request({
1856
+ path: `/system/locations/${parentId}/departments/count`,
1857
+ method: 'get',
1858
+ params,
1859
+ });
1860
+ }
1861
+ getSystemLocationsByParentIdWorkRoles(parentId, params = {}) {
1862
+ return this.request({
1863
+ path: `/system/locations/${parentId}/workRoles`,
1864
+ method: 'get',
1865
+ params,
1866
+ });
1867
+ }
1868
+ getSystemLocationsByParentIdWorkRolesById(id, parentId, params = {}) {
1869
+ return this.request({
1870
+ path: `/system/locations/${parentId}/workRoles/${id}`,
1871
+ method: 'get',
1872
+ params,
1873
+ });
1874
+ }
1875
+ getSystemLocationsByParentIdWorkRolesCount(parentId, params = {}) {
1876
+ return this.request({
1877
+ path: `/system/locations/${parentId}/workRoles/count`,
1878
+ method: 'get',
1879
+ params,
1880
+ });
1881
+ }
1882
+ getSystemLocationsCount(params = {}) {
1883
+ return this.request({
1884
+ path: `/system/locations/count`,
1885
+ method: 'get',
1886
+ params,
1887
+ });
1888
+ }
1889
+ getSystemManagementNetworkSecurities(params = {}) {
1890
+ return this.request({
1891
+ path: `/system/managementNetworkSecurities`,
1892
+ method: 'get',
1893
+ params,
1894
+ });
1895
+ }
1896
+ postSystemManagementNetworkSecurities(managementNetworkSecurity) {
1897
+ return this.request({
1898
+ path: `/system/managementNetworkSecurities`,
1899
+ method: 'post',
1900
+ data: managementNetworkSecurity,
1901
+ });
1902
+ }
1903
+ getSystemManagementNetworkSecuritiesById(id, params = {}) {
1904
+ return this.request({
1905
+ path: `/system/managementNetworkSecurities/${id}`,
1906
+ method: 'get',
1907
+ params,
1908
+ });
1909
+ }
1910
+ deleteSystemManagementNetworkSecuritiesById(id) {
1911
+ return this.request({
1912
+ path: `/system/managementNetworkSecurities/${id}`,
1913
+ method: 'delete',
1914
+ });
1915
+ }
1916
+ putSystemManagementNetworkSecuritiesById(id, managementNetworkSecurity) {
1917
+ return this.request({
1918
+ path: `/system/managementNetworkSecurities/${id}`,
1919
+ method: 'put',
1920
+ data: managementNetworkSecurity,
1921
+ });
1922
+ }
1923
+ patchSystemManagementNetworkSecuritiesById(id, patchOperations) {
1924
+ return this.request({
1925
+ path: `/system/managementNetworkSecurities/${id}`,
1926
+ method: 'patch',
1927
+ data: patchOperations,
1928
+ });
1929
+ }
1930
+ getSystemManagementNetworkSecuritiesByIdTestCredentials(id, params = {}) {
1931
+ return this.request({
1932
+ path: `/system/managementNetworkSecurities/${id}/testCredentials`,
1933
+ method: 'get',
1934
+ params,
1935
+ });
1936
+ }
1937
+ getSystemManagementNetworkSecuritiesCount(params = {}) {
1938
+ return this.request({
1939
+ path: `/system/managementNetworkSecurities/count`,
1940
+ method: 'get',
1941
+ params,
1942
+ });
1943
+ }
1944
+ getSystemMarketplaceimportGetdefinitionById(id, params = {}) {
1945
+ return this.request({
1946
+ path: `/system/marketplaceimport/getdefinition/${id}`,
1947
+ method: 'get',
1948
+ params,
1949
+ });
1950
+ }
1951
+ postSystemMarketplaceimportImport(marketplaceImport) {
1952
+ return this.request({
1953
+ path: `/system/marketplaceimport/import`,
1954
+ method: 'post',
1955
+ data: marketplaceImport,
1956
+ });
1957
+ }
1958
+ getSystemMembers(params = {}) {
1959
+ return this.request({
1960
+ path: `/system/members`,
1961
+ method: 'get',
1962
+ params,
1963
+ });
1964
+ }
1965
+ postSystemMembers(member) {
1966
+ return this.request({
1967
+ path: `/system/members`,
1968
+ method: 'post',
1969
+ data: member,
1970
+ });
1971
+ }
1972
+ getSystemMembersById(id, params = {}) {
1973
+ return this.request({
1974
+ path: `/system/members/${id}`,
1975
+ method: 'get',
1976
+ params,
1977
+ });
1978
+ }
1979
+ putSystemMembersById(id, member) {
1980
+ return this.request({
1981
+ path: `/system/members/${id}`,
1982
+ method: 'put',
1983
+ data: member,
1984
+ });
1985
+ }
1986
+ patchSystemMembersById(id, patchOperations) {
1987
+ return this.request({
1988
+ path: `/system/members/${id}`,
1989
+ method: 'patch',
1990
+ data: patchOperations,
1991
+ });
1992
+ }
1993
+ postSystemMembersByIdDeactivate(id, item) {
1994
+ return this.request({
1995
+ path: `/system/members/${id}/deactivate`,
1996
+ method: 'post',
1997
+ data: item,
1998
+ });
1999
+ }
2000
+ getSystemMembersByIdImage(id, useDefaultFlag, lastmodified, params = {}) {
2001
+ return this.request({
2002
+ path: `/system/members/${id}/image`,
2003
+ method: 'get',
2004
+ params,
2005
+ });
2006
+ }
2007
+ postSystemMembersByIdLinkSsoUser(id, item) {
2008
+ return this.request({
2009
+ path: `/system/members/${id}/linkSsoUser`,
2010
+ method: 'post',
2011
+ data: item,
2012
+ });
2013
+ }
2014
+ postSystemMembersByIdSubmit(id, item) {
2015
+ return this.request({
2016
+ path: `/system/members/${id}/submit`,
2017
+ method: 'post',
2018
+ data: item,
2019
+ });
2020
+ }
2021
+ postSystemMembersByIdUnlinkSsoUser(id) {
2022
+ return this.request({
2023
+ path: `/system/members/${id}/unlinkSsoUser`,
2024
+ method: 'post',
2025
+ });
2026
+ }
2027
+ deleteSystemMembersByIdUnusedTimeSheets(id) {
2028
+ return this.request({
2029
+ path: `/system/members/${id}/unusedTimeSheets`,
2030
+ method: 'delete',
2031
+ });
2032
+ }
2033
+ getSystemMembersByIdUsages(id, params = {}) {
2034
+ return this.request({
2035
+ path: `/system/members/${id}/usages`,
2036
+ method: 'get',
2037
+ params,
2038
+ });
2039
+ }
2040
+ getSystemMembersByIdUsagesList(id, params = {}) {
2041
+ return this.request({
2042
+ path: `/system/members/${id}/usages/list`,
2043
+ method: 'get',
2044
+ params,
2045
+ });
2046
+ }
2047
+ getSystemMembersmemberIdentifierregextypes(memberIdentifier, params = {}) {
2048
+ return this.request({
2049
+ path: `/system/members/{memberIdentifier:regex(^(types. |(`,
2050
+ method: 'get',
2051
+ params,
2052
+ });
2053
+ }
2054
+ postSystemMembersByMemberIdentifierTokens(memberIdentifier) {
2055
+ return this.request({
2056
+ path: `/system/members/${memberIdentifier}/tokens`,
2057
+ method: 'post',
2058
+ });
2059
+ }
2060
+ getSystemMembersByParentIdAccruals(parentId, params = {}) {
2061
+ return this.request({
2062
+ path: `/system/members/${parentId}/accruals`,
2063
+ method: 'get',
2064
+ params,
2065
+ });
2066
+ }
2067
+ postSystemMembersByParentIdAccruals(parentId, memberAccrual) {
2068
+ return this.request({
2069
+ path: `/system/members/${parentId}/accruals`,
2070
+ method: 'post',
2071
+ data: memberAccrual,
2072
+ });
2073
+ }
2074
+ getSystemMembersByParentIdAccrualsById(id, parentId, params = {}) {
2075
+ return this.request({
2076
+ path: `/system/members/${parentId}/accruals/${id}`,
2077
+ method: 'get',
2078
+ params,
2079
+ });
2080
+ }
2081
+ deleteSystemMembersByParentIdAccrualsById(id, parentId) {
2082
+ return this.request({
2083
+ path: `/system/members/${parentId}/accruals/${id}`,
2084
+ method: 'delete',
2085
+ });
2086
+ }
2087
+ putSystemMembersByParentIdAccrualsById(id, parentId, memberAccrual) {
2088
+ return this.request({
2089
+ path: `/system/members/${parentId}/accruals/${id}`,
2090
+ method: 'put',
2091
+ data: memberAccrual,
2092
+ });
2093
+ }
2094
+ patchSystemMembersByParentIdAccrualsById(id, parentId, patchOperations) {
2095
+ return this.request({
2096
+ path: `/system/members/${parentId}/accruals/${id}`,
2097
+ method: 'patch',
2098
+ data: patchOperations,
2099
+ });
2100
+ }
2101
+ getSystemMembersByParentIdAccrualsCount(parentId, params = {}) {
2102
+ return this.request({
2103
+ path: `/system/members/${parentId}/accruals/count`,
2104
+ method: 'get',
2105
+ params,
2106
+ });
2107
+ }
2108
+ getSystemMembersByParentIdCertifications(parentId, params = {}) {
2109
+ return this.request({
2110
+ path: `/system/members/${parentId}/certifications`,
2111
+ method: 'get',
2112
+ params,
2113
+ });
2114
+ }
2115
+ postSystemMembersByParentIdCertifications(parentId, memberCertification) {
2116
+ return this.request({
2117
+ path: `/system/members/${parentId}/certifications`,
2118
+ method: 'post',
2119
+ data: memberCertification,
2120
+ });
2121
+ }
2122
+ getSystemMembersByParentIdCertificationsById(id, parentId, params = {}) {
2123
+ return this.request({
2124
+ path: `/system/members/${parentId}/certifications/${id}`,
2125
+ method: 'get',
2126
+ params,
2127
+ });
2128
+ }
2129
+ deleteSystemMembersByParentIdCertificationsById(id, parentId) {
2130
+ return this.request({
2131
+ path: `/system/members/${parentId}/certifications/${id}`,
2132
+ method: 'delete',
2133
+ });
2134
+ }
2135
+ putSystemMembersByParentIdCertificationsById(id, parentId, memberCertification) {
2136
+ return this.request({
2137
+ path: `/system/members/${parentId}/certifications/${id}`,
2138
+ method: 'put',
2139
+ data: memberCertification,
2140
+ });
2141
+ }
2142
+ patchSystemMembersByParentIdCertificationsById(id, parentId, patchOperations) {
2143
+ return this.request({
2144
+ path: `/system/members/${parentId}/certifications/${id}`,
2145
+ method: 'patch',
2146
+ data: patchOperations,
2147
+ });
2148
+ }
2149
+ getSystemMembersByParentIdCertificationsCount(parentId, params = {}) {
2150
+ return this.request({
2151
+ path: `/system/members/${parentId}/certifications/count`,
2152
+ method: 'get',
2153
+ params,
2154
+ });
2155
+ }
2156
+ getSystemMembersByParentIdDelegations(parentId, params = {}) {
2157
+ return this.request({
2158
+ path: `/system/members/${parentId}/delegations`,
2159
+ method: 'get',
2160
+ params,
2161
+ });
2162
+ }
2163
+ postSystemMembersByParentIdDelegations(parentId, memberDelegation) {
2164
+ return this.request({
2165
+ path: `/system/members/${parentId}/delegations`,
2166
+ method: 'post',
2167
+ data: memberDelegation,
2168
+ });
2169
+ }
2170
+ getSystemMembersByParentIdDelegationsById(id, parentId, params = {}) {
2171
+ return this.request({
2172
+ path: `/system/members/${parentId}/delegations/${id}`,
2173
+ method: 'get',
2174
+ params,
2175
+ });
2176
+ }
2177
+ deleteSystemMembersByParentIdDelegationsById(id, parentId) {
2178
+ return this.request({
2179
+ path: `/system/members/${parentId}/delegations/${id}`,
2180
+ method: 'delete',
2181
+ });
2182
+ }
2183
+ putSystemMembersByParentIdDelegationsById(id, parentId, memberDelegation) {
2184
+ return this.request({
2185
+ path: `/system/members/${parentId}/delegations/${id}`,
2186
+ method: 'put',
2187
+ data: memberDelegation,
2188
+ });
2189
+ }
2190
+ patchSystemMembersByParentIdDelegationsById(id, parentId, patchOperations) {
2191
+ return this.request({
2192
+ path: `/system/members/${parentId}/delegations/${id}`,
2193
+ method: 'patch',
2194
+ data: patchOperations,
2195
+ });
2196
+ }
2197
+ getSystemMembersByParentIdDelegationsCount(parentId, params = {}) {
2198
+ return this.request({
2199
+ path: `/system/members/${parentId}/delegations/count`,
2200
+ method: 'get',
2201
+ params,
2202
+ });
2203
+ }
2204
+ getSystemMembersByParentIdManagedDeviceAccounts(parentId, params = {}) {
2205
+ return this.request({
2206
+ path: `/system/members/${parentId}/managedDeviceAccounts`,
2207
+ method: 'get',
2208
+ params,
2209
+ });
2210
+ }
2211
+ deleteSystemMembersByParentIdManagedDeviceAccountsBulk(parentId, managedDeviceAccounts) {
2212
+ return this.request({
2213
+ path: `/system/members/${parentId}/managedDeviceAccounts/bulk`,
2214
+ method: 'delete',
2215
+ data: managedDeviceAccounts,
2216
+ });
2217
+ }
2218
+ putSystemMembersByParentIdManagedDeviceAccountsBulk(parentId, managedDeviceAccounts) {
2219
+ return this.request({
2220
+ path: `/system/members/${parentId}/managedDeviceAccounts/bulk`,
2221
+ method: 'put',
2222
+ data: managedDeviceAccounts,
2223
+ });
2224
+ }
2225
+ getSystemMembersByParentIdMycertifications(parentId, params = {}) {
2226
+ return this.request({
2227
+ path: `/system/members/${parentId}/mycertifications`,
2228
+ method: 'get',
2229
+ params,
2230
+ });
2231
+ }
2232
+ postSystemMembersByParentIdMycertifications(parentId, memberCertification) {
2233
+ return this.request({
2234
+ path: `/system/members/${parentId}/mycertifications`,
2235
+ method: 'post',
2236
+ data: memberCertification,
2237
+ });
2238
+ }
2239
+ getSystemMembersByParentIdMycertificationsById(id, parentId, params = {}) {
2240
+ return this.request({
2241
+ path: `/system/members/${parentId}/mycertifications/${id}`,
2242
+ method: 'get',
2243
+ params,
2244
+ });
2245
+ }
2246
+ deleteSystemMembersByParentIdMycertificationsById(id, parentId) {
2247
+ return this.request({
2248
+ path: `/system/members/${parentId}/mycertifications/${id}`,
2249
+ method: 'delete',
2250
+ });
2251
+ }
2252
+ putSystemMembersByParentIdMycertificationsById(id, parentId, memberCertification) {
2253
+ return this.request({
2254
+ path: `/system/members/${parentId}/mycertifications/${id}`,
2255
+ method: 'put',
2256
+ data: memberCertification,
2257
+ });
2258
+ }
2259
+ patchSystemMembersByParentIdMycertificationsById(id, parentId, patchOperations) {
2260
+ return this.request({
2261
+ path: `/system/members/${parentId}/mycertifications/${id}`,
2262
+ method: 'patch',
2263
+ data: patchOperations,
2264
+ });
2265
+ }
2266
+ getSystemMembersByParentIdMycertificationsCount(parentId, params = {}) {
2267
+ return this.request({
2268
+ path: `/system/members/${parentId}/mycertifications/count`,
2269
+ method: 'get',
2270
+ params,
2271
+ });
2272
+ }
2273
+ getSystemMembersByParentIdNotificationSettings(parentId, params = {}) {
2274
+ return this.request({
2275
+ path: `/system/members/${parentId}/notificationSettings`,
2276
+ method: 'get',
2277
+ params,
2278
+ });
2279
+ }
2280
+ postSystemMembersByParentIdNotificationSettings(parentId, memberNotificationSetting) {
2281
+ return this.request({
2282
+ path: `/system/members/${parentId}/notificationSettings`,
2283
+ method: 'post',
2284
+ data: memberNotificationSetting,
2285
+ });
2286
+ }
2287
+ getSystemMembersByParentIdNotificationSettingsById(id, parentId, params = {}) {
2288
+ return this.request({
2289
+ path: `/system/members/${parentId}/notificationSettings/${id}`,
2290
+ method: 'get',
2291
+ params,
2292
+ });
2293
+ }
2294
+ deleteSystemMembersByParentIdNotificationSettingsById(id, parentId) {
2295
+ return this.request({
2296
+ path: `/system/members/${parentId}/notificationSettings/${id}`,
2297
+ method: 'delete',
2298
+ });
2299
+ }
2300
+ putSystemMembersByParentIdNotificationSettingsById(id, parentId, memberNotificationSetting) {
2301
+ return this.request({
2302
+ path: `/system/members/${parentId}/notificationSettings/${id}`,
2303
+ method: 'put',
2304
+ data: memberNotificationSetting,
2305
+ });
2306
+ }
2307
+ patchSystemMembersByParentIdNotificationSettingsById(id, parentId, patchOperations) {
2308
+ return this.request({
2309
+ path: `/system/members/${parentId}/notificationSettings/${id}`,
2310
+ method: 'patch',
2311
+ data: patchOperations,
2312
+ });
2313
+ }
2314
+ getSystemMembersByParentIdNotificationSettingsCount(parentId, params = {}) {
2315
+ return this.request({
2316
+ path: `/system/members/${parentId}/notificationSettings/count`,
2317
+ method: 'get',
2318
+ params,
2319
+ });
2320
+ }
2321
+ getSystemMembersByParentIdPersonas(parentId, params = {}) {
2322
+ return this.request({
2323
+ path: `/system/members/${parentId}/personas`,
2324
+ method: 'get',
2325
+ params,
2326
+ });
2327
+ }
2328
+ getSystemMembersByParentIdPersonasById(id, parentId, params = {}) {
2329
+ return this.request({
2330
+ path: `/system/members/${parentId}/personas/${id}`,
2331
+ method: 'get',
2332
+ params,
2333
+ });
2334
+ }
2335
+ getSystemMembersByParentIdPersonasCount(parentId, params = {}) {
2336
+ return this.request({
2337
+ path: `/system/members/${parentId}/personas/count`,
2338
+ method: 'get',
2339
+ params,
2340
+ });
2341
+ }
2342
+ getSystemMembersByParentIdSkills(parentId, params = {}) {
2343
+ return this.request({
2344
+ path: `/system/members/${parentId}/skills`,
2345
+ method: 'get',
2346
+ params,
2347
+ });
2348
+ }
2349
+ postSystemMembersByParentIdSkills(parentId, memberSkill) {
2350
+ return this.request({
2351
+ path: `/system/members/${parentId}/skills`,
2352
+ method: 'post',
2353
+ data: memberSkill,
2354
+ });
2355
+ }
2356
+ getSystemMembersByParentIdSkillsById(id, parentId, params = {}) {
2357
+ return this.request({
2358
+ path: `/system/members/${parentId}/skills/${id}`,
2359
+ method: 'get',
2360
+ params,
2361
+ });
2362
+ }
2363
+ deleteSystemMembersByParentIdSkillsById(id, parentId) {
2364
+ return this.request({
2365
+ path: `/system/members/${parentId}/skills/${id}`,
2366
+ method: 'delete',
2367
+ });
2368
+ }
2369
+ putSystemMembersByParentIdSkillsById(id, parentId, memberSkill) {
2370
+ return this.request({
2371
+ path: `/system/members/${parentId}/skills/${id}`,
2372
+ method: 'put',
2373
+ data: memberSkill,
2374
+ });
2375
+ }
2376
+ patchSystemMembersByParentIdSkillsById(id, parentId, patchOperations) {
2377
+ return this.request({
2378
+ path: `/system/members/${parentId}/skills/${id}`,
2379
+ method: 'patch',
2380
+ data: patchOperations,
2381
+ });
2382
+ }
2383
+ getSystemMembersByParentIdSkillsCount(parentId, params = {}) {
2384
+ return this.request({
2385
+ path: `/system/members/${parentId}/skills/count`,
2386
+ method: 'get',
2387
+ params,
2388
+ });
2389
+ }
2390
+ getSystemMembersCount(params = {}) {
2391
+ return this.request({
2392
+ path: `/system/members/count`,
2393
+ method: 'get',
2394
+ params,
2395
+ });
2396
+ }
2397
+ getSystemMembersTypes(params = {}) {
2398
+ return this.request({
2399
+ path: `/system/members/types`,
2400
+ method: 'get',
2401
+ params,
2402
+ });
2403
+ }
2404
+ postSystemMembersTypes(type) {
2405
+ return this.request({
2406
+ path: `/system/members/types`,
2407
+ method: 'post',
2408
+ data: type,
2409
+ });
2410
+ }
2411
+ getSystemMembersTypesById(id, params = {}) {
2412
+ return this.request({
2413
+ path: `/system/members/types/${id}`,
2414
+ method: 'get',
2415
+ params,
2416
+ });
2417
+ }
2418
+ deleteSystemMembersTypesById(id) {
2419
+ return this.request({
2420
+ path: `/system/members/types/${id}`,
2421
+ method: 'delete',
2422
+ });
2423
+ }
2424
+ putSystemMembersTypesById(id, type) {
2425
+ return this.request({
2426
+ path: `/system/members/types/${id}`,
2427
+ method: 'put',
2428
+ data: type,
2429
+ });
2430
+ }
2431
+ patchSystemMembersTypesById(id, patchOperations) {
2432
+ return this.request({
2433
+ path: `/system/members/types/${id}`,
2434
+ method: 'patch',
2435
+ data: patchOperations,
2436
+ });
2437
+ }
2438
+ getSystemMembersTypesByIdInfo(id, params = {}) {
2439
+ return this.request({
2440
+ path: `/system/members/types/${id}/info`,
2441
+ method: 'get',
2442
+ params,
2443
+ });
2444
+ }
2445
+ getSystemMembersTypesCount(params = {}) {
2446
+ return this.request({
2447
+ path: `/system/members/types/count`,
2448
+ method: 'get',
2449
+ params,
2450
+ });
2451
+ }
2452
+ getSystemMembersTypesInfo(params = {}) {
2453
+ return this.request({
2454
+ path: `/system/members/types/info`,
2455
+ method: 'get',
2456
+ params,
2457
+ });
2458
+ }
2459
+ getSystemMembersTypesInfoCount(params = {}) {
2460
+ return this.request({
2461
+ path: `/system/members/types/info/count`,
2462
+ method: 'get',
2463
+ params,
2464
+ });
2465
+ }
2466
+ getSystemMembersWithSso(params = {}) {
2467
+ return this.request({
2468
+ path: `/system/members/withSso`,
2469
+ method: 'get',
2470
+ params,
2471
+ });
2472
+ }
2473
+ getSystemMenuentries(params = {}) {
2474
+ return this.request({
2475
+ path: `/system/menuentries`,
2476
+ method: 'get',
2477
+ params,
2478
+ });
2479
+ }
2480
+ postSystemMenuentries(menuEntry) {
2481
+ return this.request({
2482
+ path: `/system/menuentries`,
2483
+ method: 'post',
2484
+ data: menuEntry,
2485
+ });
2486
+ }
2487
+ getSystemMenuentriesById(id, params = {}) {
2488
+ return this.request({
2489
+ path: `/system/menuentries/${id}`,
2490
+ method: 'get',
2491
+ params,
2492
+ });
2493
+ }
2494
+ deleteSystemMenuentriesById(id) {
2495
+ return this.request({
2496
+ path: `/system/menuentries/${id}`,
2497
+ method: 'delete',
2498
+ });
2499
+ }
2500
+ putSystemMenuentriesById(id, menuEntry) {
2501
+ return this.request({
2502
+ path: `/system/menuentries/${id}`,
2503
+ method: 'put',
2504
+ data: menuEntry,
2505
+ });
2506
+ }
2507
+ patchSystemMenuentriesById(id, patchOperations) {
2508
+ return this.request({
2509
+ path: `/system/menuentries/${id}`,
2510
+ method: 'patch',
2511
+ data: patchOperations,
2512
+ });
2513
+ }
2514
+ getSystemMenuentriesByIdImage(id, lastmodified, largeFlag, params = {}) {
2515
+ return this.request({
2516
+ path: `/system/menuentries/${id}/image`,
2517
+ method: 'get',
2518
+ params,
2519
+ });
2520
+ }
2521
+ postSystemMenuentriesByIdImage(id) {
2522
+ return this.request({
2523
+ path: `/system/menuentries/${id}/image`,
2524
+ method: 'post',
2525
+ });
2526
+ }
2527
+ getSystemMenuEntriesByParentIdLocations(parentId, params = {}) {
2528
+ return this.request({
2529
+ path: `/system/menuEntries/${parentId}/locations`,
2530
+ method: 'get',
2531
+ params,
2532
+ });
2533
+ }
2534
+ postSystemMenuEntriesByParentIdLocations(parentId, menuEntryLocation) {
2535
+ return this.request({
2536
+ path: `/system/menuEntries/${parentId}/locations`,
2537
+ method: 'post',
2538
+ data: menuEntryLocation,
2539
+ });
2540
+ }
2541
+ getSystemMenuEntriesByParentIdLocationsById(id, parentId, params = {}) {
2542
+ return this.request({
2543
+ path: `/system/menuEntries/${parentId}/locations/${id}`,
2544
+ method: 'get',
2545
+ params,
2546
+ });
2547
+ }
2548
+ deleteSystemMenuEntriesByParentIdLocationsById(id, parentId) {
2549
+ return this.request({
2550
+ path: `/system/menuEntries/${parentId}/locations/${id}`,
2551
+ method: 'delete',
2552
+ });
2553
+ }
2554
+ getSystemMenuEntriesByParentIdLocationsCount(parentId, params = {}) {
2555
+ return this.request({
2556
+ path: `/system/menuEntries/${parentId}/locations/count`,
2557
+ method: 'get',
2558
+ params,
2559
+ });
2560
+ }
2561
+ getSystemMenuentriesCount(params = {}) {
2562
+ return this.request({
2563
+ path: `/system/menuentries/count`,
2564
+ method: 'get',
2565
+ params,
2566
+ });
2567
+ }
2568
+ getSystemMyAccountById(id, params = {}) {
2569
+ return this.request({
2570
+ path: `/system/myAccount/${id}`,
2571
+ method: 'get',
2572
+ params,
2573
+ });
2574
+ }
2575
+ putSystemMyAccountById(id, myAccount) {
2576
+ return this.request({
2577
+ path: `/system/myAccount/${id}`,
2578
+ method: 'put',
2579
+ data: myAccount,
2580
+ });
2581
+ }
2582
+ patchSystemMyAccountById(id, patchOperations) {
2583
+ return this.request({
2584
+ path: `/system/myAccount/${id}`,
2585
+ method: 'patch',
2586
+ data: patchOperations,
2587
+ });
2588
+ }
2589
+ getSystemMyAccountByParentIdDelegations(parentId, params = {}) {
2590
+ return this.request({
2591
+ path: `/system/myAccount/${parentId}/delegations`,
2592
+ method: 'get',
2593
+ params,
2594
+ });
2595
+ }
2596
+ postSystemMyAccountByParentIdDelegations(parentId, memberDelegation) {
2597
+ return this.request({
2598
+ path: `/system/myAccount/${parentId}/delegations`,
2599
+ method: 'post',
2600
+ data: memberDelegation,
2601
+ });
2602
+ }
2603
+ getSystemMyAccountByParentIdDelegationsById(id, parentId, params = {}) {
2604
+ return this.request({
2605
+ path: `/system/myAccount/${parentId}/delegations/${id}`,
2606
+ method: 'get',
2607
+ params,
2608
+ });
2609
+ }
2610
+ deleteSystemMyAccountByParentIdDelegationsById(id, parentId) {
2611
+ return this.request({
2612
+ path: `/system/myAccount/${parentId}/delegations/${id}`,
2613
+ method: 'delete',
2614
+ });
2615
+ }
2616
+ putSystemMyAccountByParentIdDelegationsById(id, parentId, memberDelegation) {
2617
+ return this.request({
2618
+ path: `/system/myAccount/${parentId}/delegations/${id}`,
2619
+ method: 'put',
2620
+ data: memberDelegation,
2621
+ });
2622
+ }
2623
+ patchSystemMyAccountByParentIdDelegationsById(id, parentId, patchOperations) {
2624
+ return this.request({
2625
+ path: `/system/myAccount/${parentId}/delegations/${id}`,
2626
+ method: 'patch',
2627
+ data: patchOperations,
2628
+ });
2629
+ }
2630
+ getSystemMyAccountByParentIdDelegationsCount(parentId, params = {}) {
2631
+ return this.request({
2632
+ path: `/system/myAccount/${parentId}/delegations/count`,
2633
+ method: 'get',
2634
+ params,
2635
+ });
2636
+ }
2637
+ getSystemMyAccountByParentIdSkills(parentId, params = {}) {
2638
+ return this.request({
2639
+ path: `/system/myAccount/${parentId}/skills`,
2640
+ method: 'get',
2641
+ params,
2642
+ });
2643
+ }
2644
+ postSystemMyAccountByParentIdSkills(parentId, memberSkill) {
2645
+ return this.request({
2646
+ path: `/system/myAccount/${parentId}/skills`,
2647
+ method: 'post',
2648
+ data: memberSkill,
2649
+ });
2650
+ }
2651
+ getSystemMyAccountByParentIdSkillsById(id, parentId, params = {}) {
2652
+ return this.request({
2653
+ path: `/system/myAccount/${parentId}/skills/${id}`,
2654
+ method: 'get',
2655
+ params,
2656
+ });
2657
+ }
2658
+ deleteSystemMyAccountByParentIdSkillsById(id, parentId) {
2659
+ return this.request({
2660
+ path: `/system/myAccount/${parentId}/skills/${id}`,
2661
+ method: 'delete',
2662
+ });
2663
+ }
2664
+ putSystemMyAccountByParentIdSkillsById(id, parentId, memberSkill) {
2665
+ return this.request({
2666
+ path: `/system/myAccount/${parentId}/skills/${id}`,
2667
+ method: 'put',
2668
+ data: memberSkill,
2669
+ });
2670
+ }
2671
+ patchSystemMyAccountByParentIdSkillsById(id, parentId, patchOperations) {
2672
+ return this.request({
2673
+ path: `/system/myAccount/${parentId}/skills/${id}`,
2674
+ method: 'patch',
2675
+ data: patchOperations,
2676
+ });
2677
+ }
2678
+ getSystemMyAccountByParentIdSkillsCount(parentId, params = {}) {
2679
+ return this.request({
2680
+ path: `/system/myAccount/${parentId}/skills/count`,
2681
+ method: 'get',
2682
+ params,
2683
+ });
2684
+ }
2685
+ getSystemMyCompanyCorporateStructure(params = {}) {
2686
+ return this.request({
2687
+ path: `/system/myCompany/corporateStructure`,
2688
+ method: 'get',
2689
+ params,
2690
+ });
2691
+ }
2692
+ getSystemMyCompanyCorporateStructureById(id, params = {}) {
2693
+ return this.request({
2694
+ path: `/system/myCompany/corporateStructure/${id}`,
2695
+ method: 'get',
2696
+ params,
2697
+ });
2698
+ }
2699
+ putSystemMyCompanyCorporateStructureById(id, corporateStructure) {
2700
+ return this.request({
2701
+ path: `/system/myCompany/corporateStructure/${id}`,
2702
+ method: 'put',
2703
+ data: corporateStructure,
2704
+ });
2705
+ }
2706
+ patchSystemMyCompanyCorporateStructureById(id, patchOperations) {
2707
+ return this.request({
2708
+ path: `/system/myCompany/corporateStructure/${id}`,
2709
+ method: 'patch',
2710
+ data: patchOperations,
2711
+ });
2712
+ }
2713
+ getSystemMyCompanyCorporateStructureByIdInfo(id, params = {}) {
2714
+ return this.request({
2715
+ path: `/system/myCompany/corporateStructure/${id}/info`,
2716
+ method: 'get',
2717
+ params,
2718
+ });
2719
+ }
2720
+ getSystemMyCompanyCorporateStructureCount(params = {}) {
2721
+ return this.request({
2722
+ path: `/system/myCompany/corporateStructure/count`,
2723
+ method: 'get',
2724
+ params,
2725
+ });
2726
+ }
2727
+ getSystemMyCompanyCorporateStructureInfo(params = {}) {
2728
+ return this.request({
2729
+ path: `/system/myCompany/corporateStructure/info`,
2730
+ method: 'get',
2731
+ params,
2732
+ });
2733
+ }
2734
+ getSystemMyCompanyCorporateStructureInfoCount(params = {}) {
2735
+ return this.request({
2736
+ path: `/system/myCompany/corporateStructure/info/count`,
2737
+ method: 'get',
2738
+ params,
2739
+ });
2740
+ }
2741
+ getSystemMyCompanyCorporateStructureLevels(params = {}) {
2742
+ return this.request({
2743
+ path: `/system/myCompany/corporateStructureLevels`,
2744
+ method: 'get',
2745
+ params,
2746
+ });
2747
+ }
2748
+ getSystemMyCompanyCorporateStructureLevelsById(id, params = {}) {
2749
+ return this.request({
2750
+ path: `/system/myCompany/corporateStructureLevels/${id}`,
2751
+ method: 'get',
2752
+ params,
2753
+ });
2754
+ }
2755
+ getSystemMyCompanyCorporateStructureLevelsCount(params = {}) {
2756
+ return this.request({
2757
+ path: `/system/myCompany/corporateStructureLevels/count`,
2758
+ method: 'get',
2759
+ params,
2760
+ });
2761
+ }
2762
+ getSystemMyCompanyCrm(params = {}) {
2763
+ return this.request({
2764
+ path: `/system/myCompany/crm`,
2765
+ method: 'get',
2766
+ params,
2767
+ });
2768
+ }
2769
+ getSystemMyCompanyCrmById(id, params = {}) {
2770
+ return this.request({
2771
+ path: `/system/myCompany/crm/${id}`,
2772
+ method: 'get',
2773
+ params,
2774
+ });
2775
+ }
2776
+ putSystemMyCompanyCrmById(id, crm) {
2777
+ return this.request({
2778
+ path: `/system/myCompany/crm/${id}`,
2779
+ method: 'put',
2780
+ data: crm,
2781
+ });
2782
+ }
2783
+ patchSystemMyCompanyCrmById(id, patchOperations) {
2784
+ return this.request({
2785
+ path: `/system/myCompany/crm/${id}`,
2786
+ method: 'patch',
2787
+ data: patchOperations,
2788
+ });
2789
+ }
2790
+ getSystemMyCompanyCrmByIdInfo(id, params = {}) {
2791
+ return this.request({
2792
+ path: `/system/myCompany/crm/${id}/info`,
2793
+ method: 'get',
2794
+ params,
2795
+ });
2796
+ }
2797
+ getSystemMyCompanyCrmCount(params = {}) {
2798
+ return this.request({
2799
+ path: `/system/myCompany/crm/count`,
2800
+ method: 'get',
2801
+ params,
2802
+ });
2803
+ }
2804
+ getSystemMyCompanyCrmInfo(params = {}) {
2805
+ return this.request({
2806
+ path: `/system/myCompany/crm/info`,
2807
+ method: 'get',
2808
+ params,
2809
+ });
2810
+ }
2811
+ getSystemMyCompanyCrmInfoCount(params = {}) {
2812
+ return this.request({
2813
+ path: `/system/myCompany/crm/info/count`,
2814
+ method: 'get',
2815
+ params,
2816
+ });
2817
+ }
2818
+ getSystemMycompanyDocuments(params = {}) {
2819
+ return this.request({
2820
+ path: `/system/mycompany/documents`,
2821
+ method: 'get',
2822
+ params,
2823
+ });
2824
+ }
2825
+ getSystemMycompanyDocumentsById(id, params = {}) {
2826
+ return this.request({
2827
+ path: `/system/mycompany/documents/${id}`,
2828
+ method: 'get',
2829
+ params,
2830
+ });
2831
+ }
2832
+ putSystemMycompanyDocumentsById(id, document) {
2833
+ return this.request({
2834
+ path: `/system/mycompany/documents/${id}`,
2835
+ method: 'put',
2836
+ data: document,
2837
+ });
2838
+ }
2839
+ patchSystemMycompanyDocumentsById(id, patchOperations) {
2840
+ return this.request({
2841
+ path: `/system/mycompany/documents/${id}`,
2842
+ method: 'patch',
2843
+ data: patchOperations,
2844
+ });
2845
+ }
2846
+ getSystemMycompanyInfoServices(params = {}) {
2847
+ return this.request({
2848
+ path: `/system/mycompany/info/services`,
2849
+ method: 'get',
2850
+ params,
2851
+ });
2852
+ }
2853
+ getSystemMycompanyInfoServicesById(id, params = {}) {
2854
+ return this.request({
2855
+ path: `/system/mycompany/info/services/${id}`,
2856
+ method: 'get',
2857
+ params,
2858
+ });
2859
+ }
2860
+ getSystemMyCompanyOther(params = {}) {
2861
+ return this.request({
2862
+ path: `/system/myCompany/other`,
2863
+ method: 'get',
2864
+ params,
2865
+ });
2866
+ }
2867
+ getSystemMyCompanyOtherById(id, params = {}) {
2868
+ return this.request({
2869
+ path: `/system/myCompany/other/${id}`,
2870
+ method: 'get',
2871
+ params,
2872
+ });
2873
+ }
2874
+ putSystemMyCompanyOtherById(id, other) {
2875
+ return this.request({
2876
+ path: `/system/myCompany/other/${id}`,
2877
+ method: 'put',
2878
+ data: other,
2879
+ });
2880
+ }
2881
+ patchSystemMyCompanyOtherById(id, patchOperations) {
2882
+ return this.request({
2883
+ path: `/system/myCompany/other/${id}`,
2884
+ method: 'patch',
2885
+ data: patchOperations,
2886
+ });
2887
+ }
2888
+ getSystemMyCompanyOtherCount(params = {}) {
2889
+ return this.request({
2890
+ path: `/system/myCompany/other/count`,
2891
+ method: 'get',
2892
+ params,
2893
+ });
2894
+ }
2895
+ getSystemMycompanyReportingServices(params = {}) {
2896
+ return this.request({
2897
+ path: `/system/mycompany/reportingServices`,
2898
+ method: 'get',
2899
+ params,
2900
+ });
2901
+ }
2902
+ getSystemMycompanyReportingServicesById(id, params = {}) {
2903
+ return this.request({
2904
+ path: `/system/mycompany/reportingServices/${id}`,
2905
+ method: 'get',
2906
+ params,
2907
+ });
2908
+ }
2909
+ putSystemMycompanyReportingServicesById(id, service) {
2910
+ return this.request({
2911
+ path: `/system/mycompany/reportingServices/${id}`,
2912
+ method: 'put',
2913
+ data: service,
2914
+ });
2915
+ }
2916
+ patchSystemMycompanyReportingServicesById(id, patchOperations) {
2917
+ return this.request({
2918
+ path: `/system/mycompany/reportingServices/${id}`,
2919
+ method: 'patch',
2920
+ data: patchOperations,
2921
+ });
2922
+ }
2923
+ postSystemMycompanyReportingServicesByIdTestConnection(id) {
2924
+ return this.request({
2925
+ path: `/system/mycompany/reportingServices/${id}/testConnection`,
2926
+ method: 'post',
2927
+ });
2928
+ }
2929
+ getSystemMycompanyServices(params = {}) {
2930
+ return this.request({
2931
+ path: `/system/mycompany/services`,
2932
+ method: 'get',
2933
+ params,
2934
+ });
2935
+ }
2936
+ getSystemMycompanyServicesById(id, params = {}) {
2937
+ return this.request({
2938
+ path: `/system/mycompany/services/${id}`,
2939
+ method: 'get',
2940
+ params,
2941
+ });
2942
+ }
2943
+ putSystemMycompanyServicesById(id, service) {
2944
+ return this.request({
2945
+ path: `/system/mycompany/services/${id}`,
2946
+ method: 'put',
2947
+ data: service,
2948
+ });
2949
+ }
2950
+ patchSystemMycompanyServicesById(id, patchOperations) {
2951
+ return this.request({
2952
+ path: `/system/mycompany/services/${id}`,
2953
+ method: 'patch',
2954
+ data: patchOperations,
2955
+ });
2956
+ }
2957
+ getSystemMyCompanyTimeExpense(params = {}) {
2958
+ return this.request({
2959
+ path: `/system/myCompany/timeExpense`,
2960
+ method: 'get',
2961
+ params,
2962
+ });
2963
+ }
2964
+ getSystemMyCompanyTimeExpenseById(id, params = {}) {
2965
+ return this.request({
2966
+ path: `/system/myCompany/timeExpense/${id}`,
2967
+ method: 'get',
2968
+ params,
2969
+ });
2970
+ }
2971
+ putSystemMyCompanyTimeExpenseById(id, timeExpense) {
2972
+ return this.request({
2973
+ path: `/system/myCompany/timeExpense/${id}`,
2974
+ method: 'put',
2975
+ data: timeExpense,
2976
+ });
2977
+ }
2978
+ patchSystemMyCompanyTimeExpenseById(id, patchOperations) {
2979
+ return this.request({
2980
+ path: `/system/myCompany/timeExpense/${id}`,
2981
+ method: 'patch',
2982
+ data: patchOperations,
2983
+ });
2984
+ }
2985
+ getSystemMyCompanyTimeExpenseCount(params = {}) {
2986
+ return this.request({
2987
+ path: `/system/myCompany/timeExpense/count`,
2988
+ method: 'get',
2989
+ params,
2990
+ });
2991
+ }
2992
+ getSystemMyMembers(params = {}) {
2993
+ return this.request({
2994
+ path: `/system/myMembers`,
2995
+ method: 'get',
2996
+ params,
2997
+ });
2998
+ }
2999
+ getSystemMyMembersInfo(params = {}) {
3000
+ return this.request({
3001
+ path: `/system/myMembers/info`,
3002
+ method: 'get',
3003
+ params,
3004
+ });
3005
+ }
3006
+ getSystemMySecurity(params = {}) {
3007
+ return this.request({
3008
+ path: `/system/mySecurity`,
3009
+ method: 'get',
3010
+ params,
3011
+ });
3012
+ }
3013
+ getSystemMySecurityCustomizeItems(params = {}) {
3014
+ return this.request({
3015
+ path: `/system/mySecurity/customizeItems/`,
3016
+ method: 'get',
3017
+ params,
3018
+ });
3019
+ }
3020
+ getSystemNotificationRecipients(params = {}) {
3021
+ return this.request({
3022
+ path: `/system/notificationRecipients`,
3023
+ method: 'get',
3024
+ params,
3025
+ });
3026
+ }
3027
+ getSystemNotificationRecipientsById(id, params = {}) {
3028
+ return this.request({
3029
+ path: `/system/notificationRecipients/${id}`,
3030
+ method: 'get',
3031
+ params,
3032
+ });
3033
+ }
3034
+ getSystemNotificationRecipientsCount(params = {}) {
3035
+ return this.request({
3036
+ path: `/system/notificationRecipients/count`,
3037
+ method: 'get',
3038
+ params,
3039
+ });
3040
+ }
3041
+ getSystemOffice365EmailSetups(params = {}) {
3042
+ return this.request({
3043
+ path: `/system/office365/emailSetups`,
3044
+ method: 'get',
3045
+ params,
3046
+ });
3047
+ }
3048
+ postSystemOffice365EmailSetups(entity) {
3049
+ return this.request({
3050
+ path: `/system/office365/emailSetups`,
3051
+ method: 'post',
3052
+ data: entity,
3053
+ });
3054
+ }
3055
+ getSystemOffice365EmailSetupsById(id, params = {}) {
3056
+ return this.request({
3057
+ path: `/system/office365/emailSetups/${id}`,
3058
+ method: 'get',
3059
+ params,
3060
+ });
3061
+ }
3062
+ deleteSystemOffice365EmailSetupsById(id) {
3063
+ return this.request({
3064
+ path: `/system/office365/emailSetups/${id}`,
3065
+ method: 'delete',
3066
+ });
3067
+ }
3068
+ putSystemOffice365EmailSetupsById(id, entity) {
3069
+ return this.request({
3070
+ path: `/system/office365/emailSetups/${id}`,
3071
+ method: 'put',
3072
+ data: entity,
3073
+ });
3074
+ }
3075
+ patchSystemOffice365EmailSetupsById(id, patchOperations) {
3076
+ return this.request({
3077
+ path: `/system/office365/emailSetups/${id}`,
3078
+ method: 'patch',
3079
+ data: patchOperations,
3080
+ });
3081
+ }
3082
+ postSystemOffice365EmailSetupsByIdAuthorize(id) {
3083
+ return this.request({
3084
+ path: `/system/office365/emailSetups/${id}/authorize`,
3085
+ method: 'post',
3086
+ });
3087
+ }
3088
+ postSystemOffice365EmailSetupsByIdTestConnection(id) {
3089
+ return this.request({
3090
+ path: `/system/office365/emailSetups/${id}/testConnection`,
3091
+ method: 'post',
3092
+ });
3093
+ }
3094
+ getSystemOffice365EmailSetupsCount(params = {}) {
3095
+ return this.request({
3096
+ path: `/system/office365/emailSetups/count`,
3097
+ method: 'get',
3098
+ params,
3099
+ });
3100
+ }
3101
+ getSystemOsgradeweights(params = {}) {
3102
+ return this.request({
3103
+ path: `/system/osgradeweights`,
3104
+ method: 'get',
3105
+ params,
3106
+ });
3107
+ }
3108
+ getSystemOsgradeweightsById(id, params = {}) {
3109
+ return this.request({
3110
+ path: `/system/osgradeweights/${id}`,
3111
+ method: 'get',
3112
+ params,
3113
+ });
3114
+ }
3115
+ putSystemOsgradeweightsById(id, osGradeWeight) {
3116
+ return this.request({
3117
+ path: `/system/osgradeweights/${id}`,
3118
+ method: 'put',
3119
+ data: osGradeWeight,
3120
+ });
3121
+ }
3122
+ patchSystemOsgradeweightsById(id, patchOperations) {
3123
+ return this.request({
3124
+ path: `/system/osgradeweights/${id}`,
3125
+ method: 'patch',
3126
+ data: patchOperations,
3127
+ });
3128
+ }
3129
+ getSystemOsgradeweightsCount(params = {}) {
3130
+ return this.request({
3131
+ path: `/system/osgradeweights/count`,
3132
+ method: 'get',
3133
+ params,
3134
+ });
3135
+ }
3136
+ getSystemParsingTypes(params = {}) {
3137
+ return this.request({
3138
+ path: `/system/parsingTypes`,
3139
+ method: 'get',
3140
+ params,
3141
+ });
3142
+ }
3143
+ getSystemParsingTypesById(id, params = {}) {
3144
+ return this.request({
3145
+ path: `/system/parsingTypes/${id}`,
3146
+ method: 'get',
3147
+ params,
3148
+ });
3149
+ }
3150
+ getSystemParsingTypesCount(params = {}) {
3151
+ return this.request({
3152
+ path: `/system/parsingTypes/count`,
3153
+ method: 'get',
3154
+ params,
3155
+ });
3156
+ }
3157
+ getSystemParsingVariables(params = {}) {
3158
+ return this.request({
3159
+ path: `/system/parsingVariables`,
3160
+ method: 'get',
3161
+ params,
3162
+ });
3163
+ }
3164
+ getSystemParsingVariablesById(id, params = {}) {
3165
+ return this.request({
3166
+ path: `/system/parsingVariables/${id}`,
3167
+ method: 'get',
3168
+ params,
3169
+ });
3170
+ }
3171
+ getSystemParsingVariablesCount(params = {}) {
3172
+ return this.request({
3173
+ path: `/system/parsingVariables/count`,
3174
+ method: 'get',
3175
+ params,
3176
+ });
3177
+ }
3178
+ getSystemPortalReports(params = {}) {
3179
+ return this.request({
3180
+ path: `/system/portalReports`,
3181
+ method: 'get',
3182
+ params,
3183
+ });
3184
+ }
3185
+ postSystemPortalReports(portalReport) {
3186
+ return this.request({
3187
+ path: `/system/portalReports`,
3188
+ method: 'post',
3189
+ data: portalReport,
3190
+ });
3191
+ }
3192
+ getSystemPortalReportsById(id, params = {}) {
3193
+ return this.request({
3194
+ path: `/system/portalReports/${id}`,
3195
+ method: 'get',
3196
+ params,
3197
+ });
3198
+ }
3199
+ deleteSystemPortalReportsById(id) {
3200
+ return this.request({
3201
+ path: `/system/portalReports/${id}`,
3202
+ method: 'delete',
3203
+ });
3204
+ }
3205
+ putSystemPortalReportsById(id, portalReport) {
3206
+ return this.request({
3207
+ path: `/system/portalReports/${id}`,
3208
+ method: 'put',
3209
+ data: portalReport,
3210
+ });
3211
+ }
3212
+ patchSystemPortalReportsById(id, patchOperations) {
3213
+ return this.request({
3214
+ path: `/system/portalReports/${id}`,
3215
+ method: 'patch',
3216
+ data: patchOperations,
3217
+ });
3218
+ }
3219
+ getSystemPortalReportsCount(params = {}) {
3220
+ return this.request({
3221
+ path: `/system/portalReports/count`,
3222
+ method: 'get',
3223
+ params,
3224
+ });
3225
+ }
3226
+ getSystemQuoteLinkSetup(params = {}) {
3227
+ return this.request({
3228
+ path: `/system/quoteLinkSetup`,
3229
+ method: 'get',
3230
+ params,
3231
+ });
3232
+ }
3233
+ postSystemQuoteLinkSetup(quoteLink) {
3234
+ return this.request({
3235
+ path: `/system/quoteLinkSetup`,
3236
+ method: 'post',
3237
+ data: quoteLink,
3238
+ });
3239
+ }
3240
+ getSystemQuoteLinkSetupById(id, params = {}) {
3241
+ return this.request({
3242
+ path: `/system/quoteLinkSetup/${id}`,
3243
+ method: 'get',
3244
+ params,
3245
+ });
3246
+ }
3247
+ deleteSystemQuoteLinkSetupById(id) {
3248
+ return this.request({
3249
+ path: `/system/quoteLinkSetup/${id}`,
3250
+ method: 'delete',
3251
+ });
3252
+ }
3253
+ putSystemQuoteLinkSetupById(id, quoteLink) {
3254
+ return this.request({
3255
+ path: `/system/quoteLinkSetup/${id}`,
3256
+ method: 'put',
3257
+ data: quoteLink,
3258
+ });
3259
+ }
3260
+ patchSystemQuoteLinkSetupById(id, patchOperations) {
3261
+ return this.request({
3262
+ path: `/system/quoteLinkSetup/${id}`,
3263
+ method: 'patch',
3264
+ data: patchOperations,
3265
+ });
3266
+ }
3267
+ getSystemQuoteLinkSetupCount(params = {}) {
3268
+ return this.request({
3269
+ path: `/system/quoteLinkSetup/count`,
3270
+ method: 'get',
3271
+ params,
3272
+ });
3273
+ }
3274
+ getSystemQuoteLinkSetupTestConnection(url, params = {}) {
3275
+ return this.request({
3276
+ path: `/system/quoteLinkSetup/testConnection`,
3277
+ method: 'get',
3278
+ params,
3279
+ });
3280
+ }
3281
+ getSystemReportCards(params = {}) {
3282
+ return this.request({
3283
+ path: `/system/reportCards`,
3284
+ method: 'get',
3285
+ params,
3286
+ });
3287
+ }
3288
+ postSystemReportCards(reportCard) {
3289
+ return this.request({
3290
+ path: `/system/reportCards`,
3291
+ method: 'post',
3292
+ data: reportCard,
3293
+ });
3294
+ }
3295
+ getSystemReportCardsById(id, params = {}) {
3296
+ return this.request({
3297
+ path: `/system/reportCards/${id}`,
3298
+ method: 'get',
3299
+ params,
3300
+ });
3301
+ }
3302
+ deleteSystemReportCardsById(id) {
3303
+ return this.request({
3304
+ path: `/system/reportCards/${id}`,
3305
+ method: 'delete',
3306
+ });
3307
+ }
3308
+ putSystemReportCardsById(id, reportCard) {
3309
+ return this.request({
3310
+ path: `/system/reportCards/${id}`,
3311
+ method: 'put',
3312
+ data: reportCard,
3313
+ });
3314
+ }
3315
+ patchSystemReportCardsById(id, patchOperations) {
3316
+ return this.request({
3317
+ path: `/system/reportCards/${id}`,
3318
+ method: 'patch',
3319
+ data: patchOperations,
3320
+ });
3321
+ }
3322
+ getSystemReportCardsByIdInfo(id, params = {}) {
3323
+ return this.request({
3324
+ path: `/system/reportCards/${id}/info`,
3325
+ method: 'get',
3326
+ params,
3327
+ });
3328
+ }
3329
+ getSystemReportCardsByParentIdDetails(parentId, params = {}) {
3330
+ return this.request({
3331
+ path: `/system/reportCards/${parentId}/details`,
3332
+ method: 'get',
3333
+ params,
3334
+ });
3335
+ }
3336
+ postSystemReportCardsByParentIdDetails(parentId, reportCardDetail) {
3337
+ return this.request({
3338
+ path: `/system/reportCards/${parentId}/details`,
3339
+ method: 'post',
3340
+ data: reportCardDetail,
3341
+ });
3342
+ }
3343
+ getSystemReportCardsByParentIdDetailsById(id, parentId, params = {}) {
3344
+ return this.request({
3345
+ path: `/system/reportCards/${parentId}/details/${id}`,
3346
+ method: 'get',
3347
+ params,
3348
+ });
3349
+ }
3350
+ deleteSystemReportCardsByParentIdDetailsById(id, parentId) {
3351
+ return this.request({
3352
+ path: `/system/reportCards/${parentId}/details/${id}`,
3353
+ method: 'delete',
3354
+ });
3355
+ }
3356
+ putSystemReportCardsByParentIdDetailsById(id, parentId, reportCardDetail) {
3357
+ return this.request({
3358
+ path: `/system/reportCards/${parentId}/details/${id}`,
3359
+ method: 'put',
3360
+ data: reportCardDetail,
3361
+ });
3362
+ }
3363
+ patchSystemReportCardsByParentIdDetailsById(id, parentId, patchOperations) {
3364
+ return this.request({
3365
+ path: `/system/reportCards/${parentId}/details/${id}`,
3366
+ method: 'patch',
3367
+ data: patchOperations,
3368
+ });
3369
+ }
3370
+ getSystemReportCardsByParentIdDetailsCount(parentId, params = {}) {
3371
+ return this.request({
3372
+ path: `/system/reportCards/${parentId}/details/count`,
3373
+ method: 'get',
3374
+ params,
3375
+ });
3376
+ }
3377
+ getSystemReportCardsCount(params = {}) {
3378
+ return this.request({
3379
+ path: `/system/reportCards/count`,
3380
+ method: 'get',
3381
+ params,
3382
+ });
3383
+ }
3384
+ getSystemReportCardsInfo(params = {}) {
3385
+ return this.request({
3386
+ path: `/system/reportCards/info`,
3387
+ method: 'get',
3388
+ params,
3389
+ });
3390
+ }
3391
+ getSystemReportCardsInfoCount(params = {}) {
3392
+ return this.request({
3393
+ path: `/system/reportCards/info/count`,
3394
+ method: 'get',
3395
+ params,
3396
+ });
3397
+ }
3398
+ getSystemReports(params = {}) {
3399
+ return this.request({
3400
+ path: `/system/reports`,
3401
+ method: 'get',
3402
+ params,
3403
+ });
3404
+ }
3405
+ getSystemReportsByReportName(reportName, params = {}) {
3406
+ return this.request({
3407
+ path: `/system/reports/${reportName}`,
3408
+ method: 'get',
3409
+ params,
3410
+ });
3411
+ }
3412
+ getSystemReportsByReportNameColumns(reportName, params = {}) {
3413
+ return this.request({
3414
+ path: `/system/reports/${reportName}/columns`,
3415
+ method: 'get',
3416
+ params,
3417
+ });
3418
+ }
3419
+ getSystemReportsByReportNameCount(reportName, params = {}) {
3420
+ return this.request({
3421
+ path: `/system/reports/${reportName}/count`,
3422
+ method: 'get',
3423
+ params,
3424
+ });
3425
+ }
3426
+ getSystemSecurityroles(params = {}) {
3427
+ return this.request({
3428
+ path: `/system/securityroles`,
3429
+ method: 'get',
3430
+ params,
3431
+ });
3432
+ }
3433
+ postSystemSecurityroles(securityRole) {
3434
+ return this.request({
3435
+ path: `/system/securityroles`,
3436
+ method: 'post',
3437
+ data: securityRole,
3438
+ });
3439
+ }
3440
+ getSystemSecurityrolesById(id, params = {}) {
3441
+ return this.request({
3442
+ path: `/system/securityroles/${id}`,
3443
+ method: 'get',
3444
+ params,
3445
+ });
3446
+ }
3447
+ deleteSystemSecurityrolesById(id) {
3448
+ return this.request({
3449
+ path: `/system/securityroles/${id}`,
3450
+ method: 'delete',
3451
+ });
3452
+ }
3453
+ getSystemSecurityrolesByIdInfo(id, params = {}) {
3454
+ return this.request({
3455
+ path: `/system/securityroles/${id}/info`,
3456
+ method: 'get',
3457
+ params,
3458
+ });
3459
+ }
3460
+ getSystemSecurityRolesByParentIdSettings(parentId, params = {}) {
3461
+ return this.request({
3462
+ path: `/system/securityRoles/${parentId}/settings`,
3463
+ method: 'get',
3464
+ params,
3465
+ });
3466
+ }
3467
+ getSystemSecurityRolesByParentIdSettingsById(id, parentId, params = {}) {
3468
+ return this.request({
3469
+ path: `/system/securityRoles/${parentId}/settings/${id}`,
3470
+ method: 'get',
3471
+ params,
3472
+ });
3473
+ }
3474
+ getSystemSecurityRolesByParentIdSettingsCount(parentId, params = {}) {
3475
+ return this.request({
3476
+ path: `/system/securityRoles/${parentId}/settings/count`,
3477
+ method: 'get',
3478
+ params,
3479
+ });
3480
+ }
3481
+ getSystemSecurityrolesCount(params = {}) {
3482
+ return this.request({
3483
+ path: `/system/securityroles/count`,
3484
+ method: 'get',
3485
+ params,
3486
+ });
3487
+ }
3488
+ getSystemSecurityrolesInfo(params = {}) {
3489
+ return this.request({
3490
+ path: `/system/securityroles/info`,
3491
+ method: 'get',
3492
+ params,
3493
+ });
3494
+ }
3495
+ getSystemSecurityrolesInfoCount(params = {}) {
3496
+ return this.request({
3497
+ path: `/system/securityroles/info/count`,
3498
+ method: 'get',
3499
+ params,
3500
+ });
3501
+ }
3502
+ getSystemSettings(params = {}) {
3503
+ return this.request({
3504
+ path: `/system/settings`,
3505
+ method: 'get',
3506
+ params,
3507
+ });
3508
+ }
3509
+ getSystemSettingsById(id, params = {}) {
3510
+ return this.request({
3511
+ path: `/system/settings/${id}`,
3512
+ method: 'get',
3513
+ params,
3514
+ });
3515
+ }
3516
+ putSystemSettingsById(id, systemSetting) {
3517
+ return this.request({
3518
+ path: `/system/settings/${id}`,
3519
+ method: 'put',
3520
+ data: systemSetting,
3521
+ });
3522
+ }
3523
+ patchSystemSettingsById(id, patchOperations) {
3524
+ return this.request({
3525
+ path: `/system/settings/${id}`,
3526
+ method: 'patch',
3527
+ data: patchOperations,
3528
+ });
3529
+ }
3530
+ getSystemSettingsCount(params = {}) {
3531
+ return this.request({
3532
+ path: `/system/settings/count`,
3533
+ method: 'get',
3534
+ params,
3535
+ });
3536
+ }
3537
+ getSystemSetupScreens(params = {}) {
3538
+ return this.request({
3539
+ path: `/system/setupScreens`,
3540
+ method: 'get',
3541
+ params,
3542
+ });
3543
+ }
3544
+ getSystemSetupScreensById(id, params = {}) {
3545
+ return this.request({
3546
+ path: `/system/setupScreens/${id}`,
3547
+ method: 'get',
3548
+ params,
3549
+ });
3550
+ }
3551
+ getSystemSetupScreensCount(params = {}) {
3552
+ return this.request({
3553
+ path: `/system/setupScreens/count`,
3554
+ method: 'get',
3555
+ params,
3556
+ });
3557
+ }
3558
+ getSystemSkillCategories(params = {}) {
3559
+ return this.request({
3560
+ path: `/system/skillCategories`,
3561
+ method: 'get',
3562
+ params,
3563
+ });
3564
+ }
3565
+ postSystemSkillCategories(skillCategory) {
3566
+ return this.request({
3567
+ path: `/system/skillCategories`,
3568
+ method: 'post',
3569
+ data: skillCategory,
3570
+ });
3571
+ }
3572
+ getSystemSkillCategoriesById(id, params = {}) {
3573
+ return this.request({
3574
+ path: `/system/skillCategories/${id}`,
3575
+ method: 'get',
3576
+ params,
3577
+ });
3578
+ }
3579
+ deleteSystemSkillCategoriesById(id) {
3580
+ return this.request({
3581
+ path: `/system/skillCategories/${id}`,
3582
+ method: 'delete',
3583
+ });
3584
+ }
3585
+ putSystemSkillCategoriesById(id, skillCategory) {
3586
+ return this.request({
3587
+ path: `/system/skillCategories/${id}`,
3588
+ method: 'put',
3589
+ data: skillCategory,
3590
+ });
3591
+ }
3592
+ patchSystemSkillCategoriesById(id, patchOperations) {
3593
+ return this.request({
3594
+ path: `/system/skillCategories/${id}`,
3595
+ method: 'patch',
3596
+ data: patchOperations,
3597
+ });
3598
+ }
3599
+ getSystemSkillCategoriesCount(params = {}) {
3600
+ return this.request({
3601
+ path: `/system/skillCategories/count`,
3602
+ method: 'get',
3603
+ params,
3604
+ });
3605
+ }
3606
+ getSystemSkills(params = {}) {
3607
+ return this.request({
3608
+ path: `/system/skills`,
3609
+ method: 'get',
3610
+ params,
3611
+ });
3612
+ }
3613
+ postSystemSkills(skill) {
3614
+ return this.request({
3615
+ path: `/system/skills`,
3616
+ method: 'post',
3617
+ data: skill,
3618
+ });
3619
+ }
3620
+ getSystemSkillsById(id, params = {}) {
3621
+ return this.request({
3622
+ path: `/system/skills/${id}`,
3623
+ method: 'get',
3624
+ params,
3625
+ });
3626
+ }
3627
+ deleteSystemSkillsById(id) {
3628
+ return this.request({
3629
+ path: `/system/skills/${id}`,
3630
+ method: 'delete',
3631
+ });
3632
+ }
3633
+ putSystemSkillsById(id, skill) {
3634
+ return this.request({
3635
+ path: `/system/skills/${id}`,
3636
+ method: 'put',
3637
+ data: skill,
3638
+ });
3639
+ }
3640
+ patchSystemSkillsById(id, patchOperations) {
3641
+ return this.request({
3642
+ path: `/system/skills/${id}`,
3643
+ method: 'patch',
3644
+ data: patchOperations,
3645
+ });
3646
+ }
3647
+ getSystemSkillsByIdInfo(id, params = {}) {
3648
+ return this.request({
3649
+ path: `/system/skills/${id}/info`,
3650
+ method: 'get',
3651
+ params,
3652
+ });
3653
+ }
3654
+ getSystemSkillsCount(params = {}) {
3655
+ return this.request({
3656
+ path: `/system/skills/count`,
3657
+ method: 'get',
3658
+ params,
3659
+ });
3660
+ }
3661
+ getSystemSkillsInfo(params = {}) {
3662
+ return this.request({
3663
+ path: `/system/skills/info`,
3664
+ method: 'get',
3665
+ params,
3666
+ });
3667
+ }
3668
+ getSystemSkillsInfoCount(params = {}) {
3669
+ return this.request({
3670
+ path: `/system/skills/info/count`,
3671
+ method: 'get',
3672
+ params,
3673
+ });
3674
+ }
3675
+ getSystemSsoConfigurations(params = {}) {
3676
+ return this.request({
3677
+ path: `/system/ssoConfigurations`,
3678
+ method: 'get',
3679
+ params,
3680
+ });
3681
+ }
3682
+ postSystemSsoConfigurations(ssoConfiguration) {
3683
+ return this.request({
3684
+ path: `/system/ssoConfigurations`,
3685
+ method: 'post',
3686
+ data: ssoConfiguration,
3687
+ });
3688
+ }
3689
+ getSystemSsoConfigurationsById(id, params = {}) {
3690
+ return this.request({
3691
+ path: `/system/ssoConfigurations/${id}`,
3692
+ method: 'get',
3693
+ params,
3694
+ });
3695
+ }
3696
+ putSystemSsoConfigurationsById(id, ssoConfiguration) {
3697
+ return this.request({
3698
+ path: `/system/ssoConfigurations/${id}`,
3699
+ method: 'put',
3700
+ data: ssoConfiguration,
3701
+ });
3702
+ }
3703
+ patchSystemSsoConfigurationsById(id, patchOperations) {
3704
+ return this.request({
3705
+ path: `/system/ssoConfigurations/${id}`,
3706
+ method: 'patch',
3707
+ data: patchOperations,
3708
+ });
3709
+ }
3710
+ deleteSystemSsoConfigurationsById(id) {
3711
+ return this.request({
3712
+ path: `/system/ssoConfigurations/${id}`,
3713
+ method: 'delete',
3714
+ });
3715
+ }
3716
+ postSystemSsoConfigurationsByIdRegistertoken(id, ssoConfiguration) {
3717
+ return this.request({
3718
+ path: `/system/ssoConfigurations/${id}/registertoken`,
3719
+ method: 'post',
3720
+ data: ssoConfiguration,
3721
+ });
3722
+ }
3723
+ postSystemSsoConfigurationsByIdSubmitmembers(id, ssoConfiguration) {
3724
+ return this.request({
3725
+ path: `/system/ssoConfigurations/${id}/submitmembers`,
3726
+ method: 'post',
3727
+ data: ssoConfiguration,
3728
+ });
3729
+ }
3730
+ getSystemSsoConfigurationsCount(params = {}) {
3731
+ return this.request({
3732
+ path: `/system/ssoConfigurations/count`,
3733
+ method: 'get',
3734
+ params,
3735
+ });
3736
+ }
3737
+ getSystemSsoUsers(params = {}) {
3738
+ return this.request({
3739
+ path: `/system/ssoUsers`,
3740
+ method: 'get',
3741
+ params,
3742
+ });
3743
+ }
3744
+ getSystemSsoUsersByExternalId(externalId, params = {}) {
3745
+ return this.request({
3746
+ path: `/system/ssoUsers/${externalId}`,
3747
+ method: 'get',
3748
+ params,
3749
+ });
3750
+ }
3751
+ getSystemSsoUsersCount(params = {}) {
3752
+ return this.request({
3753
+ path: `/system/ssoUsers/count`,
3754
+ method: 'get',
3755
+ params,
3756
+ });
3757
+ }
3758
+ getSystemStandardNotes(params = {}) {
3759
+ return this.request({
3760
+ path: `/system/standardNotes`,
3761
+ method: 'get',
3762
+ params,
3763
+ });
3764
+ }
3765
+ postSystemStandardNotes(standardNote) {
3766
+ return this.request({
3767
+ path: `/system/standardNotes`,
3768
+ method: 'post',
3769
+ data: standardNote,
3770
+ });
3771
+ }
3772
+ getSystemStandardNotesById(id, params = {}) {
3773
+ return this.request({
3774
+ path: `/system/standardNotes/${id}`,
3775
+ method: 'get',
3776
+ params,
3777
+ });
3778
+ }
3779
+ deleteSystemStandardNotesById(id) {
3780
+ return this.request({
3781
+ path: `/system/standardNotes/${id}`,
3782
+ method: 'delete',
3783
+ });
3784
+ }
3785
+ putSystemStandardNotesById(id, standardNote) {
3786
+ return this.request({
3787
+ path: `/system/standardNotes/${id}`,
3788
+ method: 'put',
3789
+ data: standardNote,
3790
+ });
3791
+ }
3792
+ patchSystemStandardNotesById(id, patchOperations) {
3793
+ return this.request({
3794
+ path: `/system/standardNotes/${id}`,
3795
+ method: 'patch',
3796
+ data: patchOperations,
3797
+ });
3798
+ }
3799
+ getSystemStandardNotesCount(params = {}) {
3800
+ return this.request({
3801
+ path: `/system/standardNotes/count`,
3802
+ method: 'get',
3803
+ params,
3804
+ });
3805
+ }
3806
+ getSystemSurveys(params = {}) {
3807
+ return this.request({
3808
+ path: `/system/surveys`,
3809
+ method: 'get',
3810
+ params,
3811
+ });
3812
+ }
3813
+ postSystemSurveys(survey) {
3814
+ return this.request({
3815
+ path: `/system/surveys`,
3816
+ method: 'post',
3817
+ data: survey,
3818
+ });
3819
+ }
3820
+ getSystemSurveysByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, params = {}) {
3821
+ return this.request({
3822
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values`,
3823
+ method: 'get',
3824
+ params,
3825
+ });
3826
+ }
3827
+ postSystemSurveysByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, surveyQuestionValue) {
3828
+ return this.request({
3829
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values`,
3830
+ method: 'post',
3831
+ data: surveyQuestionValue,
3832
+ });
3833
+ }
3834
+ getSystemSurveysByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, params = {}) {
3835
+ return this.request({
3836
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values/${id}`,
3837
+ method: 'get',
3838
+ params,
3839
+ });
3840
+ }
3841
+ deleteSystemSurveysByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId) {
3842
+ return this.request({
3843
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values/${id}`,
3844
+ method: 'delete',
3845
+ });
3846
+ }
3847
+ putSystemSurveysByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, surveyQuestionValue) {
3848
+ return this.request({
3849
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values/${id}`,
3850
+ method: 'put',
3851
+ data: surveyQuestionValue,
3852
+ });
3853
+ }
3854
+ patchSystemSurveysByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, patchOperations) {
3855
+ return this.request({
3856
+ path: `/system/surveys/${grandparentId}/questions/${parentId}/values/${id}`,
3857
+ method: 'patch',
3858
+ data: patchOperations,
3859
+ });
3860
+ }
3861
+ getSystemSurveysById(id, params = {}) {
3862
+ return this.request({
3863
+ path: `/system/surveys/${id}`,
3864
+ method: 'get',
3865
+ params,
3866
+ });
3867
+ }
3868
+ deleteSystemSurveysById(id) {
3869
+ return this.request({
3870
+ path: `/system/surveys/${id}`,
3871
+ method: 'delete',
3872
+ });
3873
+ }
3874
+ putSystemSurveysById(id, survey) {
3875
+ return this.request({
3876
+ path: `/system/surveys/${id}`,
3877
+ method: 'put',
3878
+ data: survey,
3879
+ });
3880
+ }
3881
+ patchSystemSurveysById(id, patchOperations) {
3882
+ return this.request({
3883
+ path: `/system/surveys/${id}`,
3884
+ method: 'patch',
3885
+ data: patchOperations,
3886
+ });
3887
+ }
3888
+ postSystemSurveysByIdCopy(id) {
3889
+ return this.request({
3890
+ path: `/system/surveys/${id}/copy`,
3891
+ method: 'post',
3892
+ });
3893
+ }
3894
+ getSystemSurveysByIdInfo(id, params = {}) {
3895
+ return this.request({
3896
+ path: `/system/surveys/${id}/info`,
3897
+ method: 'get',
3898
+ params,
3899
+ });
3900
+ }
3901
+ getSystemSurveysByParentIdQuestions(parentId, params = {}) {
3902
+ return this.request({
3903
+ path: `/system/surveys/${parentId}/questions`,
3904
+ method: 'get',
3905
+ params,
3906
+ });
3907
+ }
3908
+ postSystemSurveysByParentIdQuestions(parentId, surveyQuestion) {
3909
+ return this.request({
3910
+ path: `/system/surveys/${parentId}/questions`,
3911
+ method: 'post',
3912
+ data: surveyQuestion,
3913
+ });
3914
+ }
3915
+ getSystemSurveysByParentIdQuestionsById(id, parentId, params = {}) {
3916
+ return this.request({
3917
+ path: `/system/surveys/${parentId}/questions/${id}`,
3918
+ method: 'get',
3919
+ params,
3920
+ });
3921
+ }
3922
+ deleteSystemSurveysByParentIdQuestionsById(id, parentId) {
3923
+ return this.request({
3924
+ path: `/system/surveys/${parentId}/questions/${id}`,
3925
+ method: 'delete',
3926
+ });
3927
+ }
3928
+ putSystemSurveysByParentIdQuestionsById(id, parentId, surveyQuestion) {
3929
+ return this.request({
3930
+ path: `/system/surveys/${parentId}/questions/${id}`,
3931
+ method: 'put',
3932
+ data: surveyQuestion,
3933
+ });
3934
+ }
3935
+ patchSystemSurveysByParentIdQuestionsById(id, parentId, patchOperations) {
3936
+ return this.request({
3937
+ path: `/system/surveys/${parentId}/questions/${id}`,
3938
+ method: 'patch',
3939
+ data: patchOperations,
3940
+ });
3941
+ }
3942
+ getSystemSurveysByParentIdQuestionsCount(parentId, params = {}) {
3943
+ return this.request({
3944
+ path: `/system/surveys/${parentId}/questions/count`,
3945
+ method: 'get',
3946
+ params,
3947
+ });
3948
+ }
3949
+ getSystemSurveysCount(params = {}) {
3950
+ return this.request({
3951
+ path: `/system/surveys/count`,
3952
+ method: 'get',
3953
+ params,
3954
+ });
3955
+ }
3956
+ getSystemSurveysInfo(params = {}) {
3957
+ return this.request({
3958
+ path: `/system/surveys/info`,
3959
+ method: 'get',
3960
+ params,
3961
+ });
3962
+ }
3963
+ getSystemSurveysInfoCount(params = {}) {
3964
+ return this.request({
3965
+ path: `/system/surveys/info/count`,
3966
+ method: 'get',
3967
+ params,
3968
+ });
3969
+ }
3970
+ getSystemTimeZoneSetups(params = {}) {
3971
+ return this.request({
3972
+ path: `/system/timeZoneSetups`,
3973
+ method: 'get',
3974
+ params,
3975
+ });
3976
+ }
3977
+ postSystemTimeZoneSetups(timeZoneSetup) {
3978
+ return this.request({
3979
+ path: `/system/timeZoneSetups`,
3980
+ method: 'post',
3981
+ data: timeZoneSetup,
3982
+ });
3983
+ }
3984
+ getSystemTimeZoneSetupsById(id, params = {}) {
3985
+ return this.request({
3986
+ path: `/system/timeZoneSetups/${id}`,
3987
+ method: 'get',
3988
+ params,
3989
+ });
3990
+ }
3991
+ putSystemTimeZoneSetupsById(id, timeZoneSetup) {
3992
+ return this.request({
3993
+ path: `/system/timeZoneSetups/${id}`,
3994
+ method: 'put',
3995
+ data: timeZoneSetup,
3996
+ });
3997
+ }
3998
+ patchSystemTimeZoneSetupsById(id, patchOperations) {
3999
+ return this.request({
4000
+ path: `/system/timeZoneSetups/${id}`,
4001
+ method: 'patch',
4002
+ data: patchOperations,
4003
+ });
4004
+ }
4005
+ deleteSystemTimeZoneSetupsById(id) {
4006
+ return this.request({
4007
+ path: `/system/timeZoneSetups/${id}`,
4008
+ method: 'delete',
4009
+ });
4010
+ }
4011
+ getSystemTimeZoneSetupsByIdInfo(id, params = {}) {
4012
+ return this.request({
4013
+ path: `/system/timeZoneSetups/${id}/info`,
4014
+ method: 'get',
4015
+ params,
4016
+ });
4017
+ }
4018
+ getSystemTimeZoneSetupsCount(params = {}) {
4019
+ return this.request({
4020
+ path: `/system/timeZoneSetups/count`,
4021
+ method: 'get',
4022
+ params,
4023
+ });
4024
+ }
4025
+ getSystemTimeZoneSetupsInfo(params = {}) {
4026
+ return this.request({
4027
+ path: `/system/timeZoneSetups/info`,
4028
+ method: 'get',
4029
+ params,
4030
+ });
4031
+ }
4032
+ getSystemTimeZoneSetupsInfoCount(params = {}) {
4033
+ return this.request({
4034
+ path: `/system/timeZoneSetups/info/count`,
4035
+ method: 'get',
4036
+ params,
4037
+ });
4038
+ }
4039
+ getSystemTodayPageCategories(params = {}) {
4040
+ return this.request({
4041
+ path: `/system/todayPageCategories`,
4042
+ method: 'get',
4043
+ params,
4044
+ });
4045
+ }
4046
+ postSystemTodayPageCategories(todayPageCategory) {
4047
+ return this.request({
4048
+ path: `/system/todayPageCategories`,
4049
+ method: 'post',
4050
+ data: todayPageCategory,
4051
+ });
4052
+ }
4053
+ getSystemTodayPageCategoriesById(id, params = {}) {
4054
+ return this.request({
4055
+ path: `/system/todayPageCategories/${id}`,
4056
+ method: 'get',
4057
+ params,
4058
+ });
4059
+ }
4060
+ deleteSystemTodayPageCategoriesById(id) {
4061
+ return this.request({
4062
+ path: `/system/todayPageCategories/${id}`,
4063
+ method: 'delete',
4064
+ });
4065
+ }
4066
+ putSystemTodayPageCategoriesById(id, todayPageCategory) {
4067
+ return this.request({
4068
+ path: `/system/todayPageCategories/${id}`,
4069
+ method: 'put',
4070
+ data: todayPageCategory,
4071
+ });
4072
+ }
4073
+ patchSystemTodayPageCategoriesById(id, patchOperations) {
4074
+ return this.request({
4075
+ path: `/system/todayPageCategories/${id}`,
4076
+ method: 'patch',
4077
+ data: patchOperations,
4078
+ });
4079
+ }
4080
+ getSystemTodayPageCategoriesCount(params = {}) {
4081
+ return this.request({
4082
+ path: `/system/todayPageCategories/count`,
4083
+ method: 'get',
4084
+ params,
4085
+ });
4086
+ }
4087
+ getSystemUserDefinedFields(params = {}) {
4088
+ return this.request({
4089
+ path: `/system/userDefinedFields`,
4090
+ method: 'get',
4091
+ params,
4092
+ });
4093
+ }
4094
+ postSystemUserDefinedFields(userDefinedField) {
4095
+ return this.request({
4096
+ path: `/system/userDefinedFields`,
4097
+ method: 'post',
4098
+ data: userDefinedField,
4099
+ });
4100
+ }
4101
+ getSystemUserDefinedFieldsById(id, params = {}) {
4102
+ return this.request({
4103
+ path: `/system/userDefinedFields/${id}`,
4104
+ method: 'get',
4105
+ params,
4106
+ });
4107
+ }
4108
+ deleteSystemUserDefinedFieldsById(id) {
4109
+ return this.request({
4110
+ path: `/system/userDefinedFields/${id}`,
4111
+ method: 'delete',
4112
+ });
4113
+ }
4114
+ putSystemUserDefinedFieldsById(id, userDefinedField) {
4115
+ return this.request({
4116
+ path: `/system/userDefinedFields/${id}`,
4117
+ method: 'put',
4118
+ data: userDefinedField,
4119
+ });
4120
+ }
4121
+ patchSystemUserDefinedFieldsById(id, patchOperations) {
4122
+ return this.request({
4123
+ path: `/system/userDefinedFields/${id}`,
4124
+ method: 'patch',
4125
+ data: patchOperations,
4126
+ });
4127
+ }
4128
+ getSystemUserDefinedFieldsByIdInfo(id, params = {}) {
4129
+ return this.request({
4130
+ path: `/system/userDefinedFields/${id}/info`,
4131
+ method: 'get',
4132
+ params,
4133
+ });
4134
+ }
4135
+ getSystemUserDefinedFieldsCount(params = {}) {
4136
+ return this.request({
4137
+ path: `/system/userDefinedFields/count`,
4138
+ method: 'get',
4139
+ params,
4140
+ });
4141
+ }
4142
+ getSystemUserDefinedFieldsInfo(params = {}) {
4143
+ return this.request({
4144
+ path: `/system/userDefinedFields/info`,
4145
+ method: 'get',
4146
+ params,
4147
+ });
4148
+ }
4149
+ getSystemUserDefinedFieldsInfoCount(params = {}) {
4150
+ return this.request({
4151
+ path: `/system/userDefinedFields/info/count`,
4152
+ method: 'get',
4153
+ params,
4154
+ });
4155
+ }
4156
+ getSystemWorkflowActionsByParentIdAutomateParameters(parentId, params = {}) {
4157
+ return this.request({
4158
+ path: `/system/workflowActions/${parentId}/automateParameters`,
4159
+ method: 'get',
4160
+ params,
4161
+ });
4162
+ }
4163
+ postSystemWorkflowActionsByParentIdAutomateParameters(parentId, workflowActionAutomateParameter) {
4164
+ return this.request({
4165
+ path: `/system/workflowActions/${parentId}/automateParameters`,
4166
+ method: 'post',
4167
+ data: workflowActionAutomateParameter,
4168
+ });
4169
+ }
4170
+ getSystemWorkflowActionsByParentIdAutomateParametersById(id, parentId, params = {}) {
4171
+ return this.request({
4172
+ path: `/system/workflowActions/${parentId}/automateParameters/${id}`,
4173
+ method: 'get',
4174
+ params,
4175
+ });
4176
+ }
4177
+ deleteSystemWorkflowActionsByParentIdAutomateParametersById(id, parentId) {
4178
+ return this.request({
4179
+ path: `/system/workflowActions/${parentId}/automateParameters/${id}`,
4180
+ method: 'delete',
4181
+ });
4182
+ }
4183
+ putSystemWorkflowActionsByParentIdAutomateParametersById(id, parentId, workflowActionAutomateParameter) {
4184
+ return this.request({
4185
+ path: `/system/workflowActions/${parentId}/automateParameters/${id}`,
4186
+ method: 'put',
4187
+ data: workflowActionAutomateParameter,
4188
+ });
4189
+ }
4190
+ patchSystemWorkflowActionsByParentIdAutomateParametersById(id, parentId, patchOperations) {
4191
+ return this.request({
4192
+ path: `/system/workflowActions/${parentId}/automateParameters/${id}`,
4193
+ method: 'patch',
4194
+ data: patchOperations,
4195
+ });
4196
+ }
4197
+ getSystemWorkflowActionsByParentIdAutomateParametersCount(parentId, params = {}) {
4198
+ return this.request({
4199
+ path: `/system/workflowActions/${parentId}/automateParameters/count`,
4200
+ method: 'get',
4201
+ params,
4202
+ });
4203
+ }
4204
+ getSystemWorkflows(params = {}) {
4205
+ return this.request({
4206
+ path: `/system/workflows`,
4207
+ method: 'get',
4208
+ params,
4209
+ });
4210
+ }
4211
+ postSystemWorkflows(workflow) {
4212
+ return this.request({
4213
+ path: `/system/workflows`,
4214
+ method: 'post',
4215
+ data: workflow,
4216
+ });
4217
+ }
4218
+ getSystemWorkflowsByGrandparentIdEventsByParentIdActions(parentId, grandparentId, params = {}) {
4219
+ return this.request({
4220
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions`,
4221
+ method: 'get',
4222
+ params,
4223
+ });
4224
+ }
4225
+ postSystemWorkflowsByGrandparentIdEventsByParentIdActions(parentId, grandparentId, workflowAction) {
4226
+ return this.request({
4227
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions`,
4228
+ method: 'post',
4229
+ data: workflowAction,
4230
+ });
4231
+ }
4232
+ getSystemWorkflowsByGrandparentIdEventsByParentIdActionsById(id, parentId, grandparentId, params = {}) {
4233
+ return this.request({
4234
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions/${id}`,
4235
+ method: 'get',
4236
+ params,
4237
+ });
4238
+ }
4239
+ deleteSystemWorkflowsByGrandparentIdEventsByParentIdActionsById(id, parentId, grandparentId) {
4240
+ return this.request({
4241
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions/${id}`,
4242
+ method: 'delete',
4243
+ });
4244
+ }
4245
+ putSystemWorkflowsByGrandparentIdEventsByParentIdActionsById(id, parentId, grandparentId, workflowAction) {
4246
+ return this.request({
4247
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions/${id}`,
4248
+ method: 'put',
4249
+ data: workflowAction,
4250
+ });
4251
+ }
4252
+ patchSystemWorkflowsByGrandparentIdEventsByParentIdActionsById(id, parentId, grandparentId, patchOperations) {
4253
+ return this.request({
4254
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions/${id}`,
4255
+ method: 'patch',
4256
+ data: patchOperations,
4257
+ });
4258
+ }
4259
+ getSystemWorkflowsByGrandparentIdEventsByParentIdActionsCount(parentId, grandparentId, params = {}) {
4260
+ return this.request({
4261
+ path: `/system/workflows/${grandparentId}/events/${parentId}/actions/count`,
4262
+ method: 'get',
4263
+ params,
4264
+ });
4265
+ }
4266
+ getSystemWorkflowsByGrandparentIdTriggersByParentIdOptions(parentId, grandparentId, params = {}) {
4267
+ return this.request({
4268
+ path: `/system/workflows/${grandparentId}/triggers/${parentId}/options`,
4269
+ method: 'get',
4270
+ params,
4271
+ });
4272
+ }
4273
+ getSystemWorkflowsByGrandparentIdTriggersByParentIdOptionsCount(parentId, grandparentId, params = {}) {
4274
+ return this.request({
4275
+ path: `/system/workflows/${grandparentId}/triggers/${parentId}/options/count`,
4276
+ method: 'get',
4277
+ params,
4278
+ });
4279
+ }
4280
+ getSystemWorkflowsById(id, params = {}) {
4281
+ return this.request({
4282
+ path: `/system/workflows/${id}`,
4283
+ method: 'get',
4284
+ params,
4285
+ });
4286
+ }
4287
+ deleteSystemWorkflowsById(id) {
4288
+ return this.request({
4289
+ path: `/system/workflows/${id}`,
4290
+ method: 'delete',
4291
+ });
4292
+ }
4293
+ putSystemWorkflowsById(id, workflow) {
4294
+ return this.request({
4295
+ path: `/system/workflows/${id}`,
4296
+ method: 'put',
4297
+ data: workflow,
4298
+ });
4299
+ }
4300
+ patchSystemWorkflowsById(id, patchOperations) {
4301
+ return this.request({
4302
+ path: `/system/workflows/${id}`,
4303
+ method: 'patch',
4304
+ data: patchOperations,
4305
+ });
4306
+ }
4307
+ postSystemWorkflowsByIdCopy(id) {
4308
+ return this.request({
4309
+ path: `/system/workflows/${id}/copy`,
4310
+ method: 'post',
4311
+ });
4312
+ }
4313
+ getSystemWorkflowsByParentIdAttachments(parentId, params = {}) {
4314
+ return this.request({
4315
+ path: `/system/workflows/${parentId}/attachments`,
4316
+ method: 'get',
4317
+ params,
4318
+ });
4319
+ }
4320
+ getSystemWorkflowsByParentIdAttachmentsById(id, parentId, params = {}) {
4321
+ return this.request({
4322
+ path: `/system/workflows/${parentId}/attachments/${id}`,
4323
+ method: 'get',
4324
+ params,
4325
+ });
4326
+ }
4327
+ getSystemWorkflowsByParentIdAttachmentsCount(parentId, params = {}) {
4328
+ return this.request({
4329
+ path: `/system/workflows/${parentId}/attachments/count`,
4330
+ method: 'get',
4331
+ params,
4332
+ });
4333
+ }
4334
+ getSystemWorkflowsByParentIdEvents(parentId, params = {}) {
4335
+ return this.request({
4336
+ path: `/system/workflows/${parentId}/events`,
4337
+ method: 'get',
4338
+ params,
4339
+ });
4340
+ }
4341
+ postSystemWorkflowsByParentIdEvents(parentId, workflowEvent) {
4342
+ return this.request({
4343
+ path: `/system/workflows/${parentId}/events`,
4344
+ method: 'post',
4345
+ data: workflowEvent,
4346
+ });
4347
+ }
4348
+ getSystemWorkflowsByParentIdEventsById(id, parentId, params = {}) {
4349
+ return this.request({
4350
+ path: `/system/workflows/${parentId}/events/${id}`,
4351
+ method: 'get',
4352
+ params,
4353
+ });
4354
+ }
4355
+ deleteSystemWorkflowsByParentIdEventsById(id, parentId) {
4356
+ return this.request({
4357
+ path: `/system/workflows/${parentId}/events/${id}`,
4358
+ method: 'delete',
4359
+ });
4360
+ }
4361
+ putSystemWorkflowsByParentIdEventsById(id, parentId, workflowEvent) {
4362
+ return this.request({
4363
+ path: `/system/workflows/${parentId}/events/${id}`,
4364
+ method: 'put',
4365
+ data: workflowEvent,
4366
+ });
4367
+ }
4368
+ patchSystemWorkflowsByParentIdEventsById(id, parentId, patchOperations) {
4369
+ return this.request({
4370
+ path: `/system/workflows/${parentId}/events/${id}`,
4371
+ method: 'patch',
4372
+ data: patchOperations,
4373
+ });
4374
+ }
4375
+ postSystemWorkflowsByParentIdEventsByIdCopy(id, parentId) {
4376
+ return this.request({
4377
+ path: `/system/workflows/${parentId}/events/${id}/copy`,
4378
+ method: 'post',
4379
+ });
4380
+ }
4381
+ getSystemWorkflowsByParentIdEventsByIdTest(id, parentId, params = {}) {
4382
+ return this.request({
4383
+ path: `/system/workflows/${parentId}/events/${id}/test`,
4384
+ method: 'get',
4385
+ params,
4386
+ });
4387
+ }
4388
+ getSystemWorkflowsByParentIdEventsCount(parentId, params = {}) {
4389
+ return this.request({
4390
+ path: `/system/workflows/${parentId}/events/count`,
4391
+ method: 'get',
4392
+ params,
4393
+ });
4394
+ }
4395
+ getSystemWorkflowsByParentIdNotifyTypes(parentId, params = {}) {
4396
+ return this.request({
4397
+ path: `/system/workflows/${parentId}/notifyTypes`,
4398
+ method: 'get',
4399
+ params,
4400
+ });
4401
+ }
4402
+ getSystemWorkflowsByParentIdNotifyTypesById(id, parentId, params = {}) {
4403
+ return this.request({
4404
+ path: `/system/workflows/${parentId}/notifyTypes/${id}`,
4405
+ method: 'get',
4406
+ params,
4407
+ });
4408
+ }
4409
+ getSystemWorkflowsByParentIdNotifyTypesByIdInfo(id, parentId, params = {}) {
4410
+ return this.request({
4411
+ path: `/system/workflows/${parentId}/notifyTypes/${id}/info`,
4412
+ method: 'get',
4413
+ params,
4414
+ });
4415
+ }
4416
+ getSystemWorkflowsByParentIdNotifyTypesCount(parentId, params = {}) {
4417
+ return this.request({
4418
+ path: `/system/workflows/${parentId}/notifyTypes/count`,
4419
+ method: 'get',
4420
+ params,
4421
+ });
4422
+ }
4423
+ getSystemWorkflowsByParentIdNotifyTypesInfo(parentId, params = {}) {
4424
+ return this.request({
4425
+ path: `/system/workflows/${parentId}/notifyTypes/info`,
4426
+ method: 'get',
4427
+ params,
4428
+ });
4429
+ }
4430
+ getSystemWorkflowsByParentIdNotifyTypesInfoCount(parentId, params = {}) {
4431
+ return this.request({
4432
+ path: `/system/workflows/${parentId}/notifyTypes/info/count`,
4433
+ method: 'get',
4434
+ params,
4435
+ });
4436
+ }
4437
+ getSystemWorkflowsByParentIdTriggers(parentId, params = {}) {
4438
+ return this.request({
4439
+ path: `/system/workflows/${parentId}/triggers`,
4440
+ method: 'get',
4441
+ params,
4442
+ });
4443
+ }
4444
+ getSystemWorkflowsByParentIdTriggersCount(parentId, params = {}) {
4445
+ return this.request({
4446
+ path: `/system/workflows/${parentId}/triggers/count`,
4447
+ method: 'get',
4448
+ params,
4449
+ });
4450
+ }
4451
+ getSystemWorkflowsCount(params = {}) {
4452
+ return this.request({
4453
+ path: `/system/workflows/count`,
4454
+ method: 'get',
4455
+ params,
4456
+ });
4457
+ }
4458
+ getSystemWorkflowsTableTypes(params = {}) {
4459
+ return this.request({
4460
+ path: `/system/workflows/tableTypes`,
4461
+ method: 'get',
4462
+ params,
4463
+ });
4464
+ }
4465
+ getSystemWorkflowsTableTypesById(id, params = {}) {
4466
+ return this.request({
4467
+ path: `/system/workflows/tableTypes/${id}`,
4468
+ method: 'get',
4469
+ params,
4470
+ });
4471
+ }
4472
+ getSystemWorkflowsTableTypesByIdInfo(id, params = {}) {
4473
+ return this.request({
4474
+ path: `/system/workflows/tableTypes/${id}/info`,
4475
+ method: 'get',
4476
+ params,
4477
+ });
4478
+ }
4479
+ getSystemWorkflowsTableTypesCount(params = {}) {
4480
+ return this.request({
4481
+ path: `/system/workflows/tableTypes/count`,
4482
+ method: 'get',
4483
+ params,
4484
+ });
4485
+ }
4486
+ getSystemWorkflowsTableTypesInfo(params = {}) {
4487
+ return this.request({
4488
+ path: `/system/workflows/tableTypes/info`,
4489
+ method: 'get',
4490
+ params,
4491
+ });
4492
+ }
4493
+ getSystemWorkflowsTableTypesInfoCount(params = {}) {
4494
+ return this.request({
4495
+ path: `/system/workflows/tableTypes/info/count`,
4496
+ method: 'get',
4497
+ params,
4498
+ });
4499
+ }
4500
+ putSystemWorkflowsUserdefinedfieldsById(id, workflowActionUserDefinedField) {
4501
+ return this.request({
4502
+ path: `/system/workflows/userdefinedfields/${id}`,
4503
+ method: 'put',
4504
+ data: workflowActionUserDefinedField,
4505
+ });
4506
+ }
4507
+ patchSystemWorkflowsUserdefinedfieldsById(id, patchOperations) {
4508
+ return this.request({
4509
+ path: `/system/workflows/userdefinedfields/${id}`,
4510
+ method: 'patch',
4511
+ data: patchOperations,
4512
+ });
4513
+ }
4514
+ deleteSystemWorkflowsUserdefinedfieldsActionsByParentId(parentId) {
4515
+ return this.request({
4516
+ path: `/system/workflows/userdefinedfields/actions/${parentId}`,
4517
+ method: 'delete',
4518
+ });
4519
+ }
4520
+ postSystemWorkflowsUserdefinedfieldsEventsByGrandparentId(grandparentId, workflowActionUserDefinedField) {
4521
+ return this.request({
4522
+ path: `/system/workflows/userdefinedfields/events/${grandparentId}`,
4523
+ method: 'post',
4524
+ data: workflowActionUserDefinedField,
4525
+ });
4526
+ }
4527
+ getSystemWorkflowsUserdefinedfieldsByGrandparentIdActionsByParentId(parentId, grandparentId, params = {}) {
4528
+ return this.request({
4529
+ path: `/system/workflows/userdefinedfields/events${grandparentId}/actions/${parentId}`,
4530
+ method: 'get',
4531
+ params,
4532
+ });
4533
+ }
4534
+ }
4535
+ exports.SystemAPI = SystemAPI;
4536
+ //# sourceMappingURL=SystemAPI.js.map