connectwise-rest 0.23.3 → 1.0.0

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