@emilgroup/tenant-sdk-node 1.0.0-beta.1 → 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 (356) hide show
  1. package/.openapi-generator/FILES +30 -56
  2. package/api/custom-schema-api.ts +77 -69
  3. package/api/data-report-api.ts +687 -0
  4. package/api/data-report-executor-api.ts +19 -17
  5. package/api/invite-organizations-api.ts +379 -0
  6. package/api/invite-users-api.ts +670 -0
  7. package/api/organizations-api.ts +343 -0
  8. package/api/users-api.ts +181 -721
  9. package/api.ts +9 -20
  10. package/base.ts +2 -1
  11. package/common.ts +2 -2
  12. package/configuration.ts +1 -1
  13. package/dist/api/custom-schema-api.d.ts +59 -59
  14. package/dist/api/custom-schema-api.js +51 -44
  15. package/dist/api/data-report-api.d.ts +380 -0
  16. package/dist/api/{dashboard-api.js → data-report-api.js} +162 -241
  17. package/dist/api/data-report-executor-api.d.ts +13 -13
  18. package/dist/api/data-report-executor-api.js +12 -10
  19. package/dist/api/invite-organizations-api.d.ts +216 -0
  20. package/dist/api/invite-organizations-api.js +370 -0
  21. package/dist/api/invite-users-api.d.ts +368 -0
  22. package/dist/api/{reports-api.js → invite-users-api.js} +178 -292
  23. package/dist/api/organizations-api.d.ts +197 -0
  24. package/dist/api/{tariff-comparisons-api.js → organizations-api.js} +104 -160
  25. package/dist/api/users-api.d.ts +136 -432
  26. package/dist/api/users-api.js +114 -567
  27. package/dist/api.d.ts +5 -12
  28. package/dist/api.js +5 -14
  29. package/dist/base.d.ts +3 -2
  30. package/dist/base.js +2 -1
  31. package/dist/common.d.ts +2 -2
  32. package/dist/common.js +1 -1
  33. package/dist/configuration.d.ts +1 -1
  34. package/dist/configuration.js +1 -1
  35. package/dist/index.d.ts +2 -2
  36. package/dist/index.js +3 -2
  37. package/dist/models/assign-user-roles-request-dto.d.ts +1 -1
  38. package/dist/models/assign-user-roles-request-dto.js +1 -1
  39. package/dist/models/assign-user-roles-response-class.d.ts +1 -1
  40. package/dist/models/assign-user-roles-response-class.js +1 -1
  41. package/dist/models/batch-delete-request-dto.d.ts +2 -2
  42. package/dist/models/batch-delete-request-dto.js +1 -1
  43. package/dist/models/{get-embedded-url-response-class.d.ts → batch-delete-response-class.d.ts} +7 -7
  44. package/dist/models/{alert-class.js → batch-delete-response-class.js} +1 -1
  45. package/dist/models/create-custom-schema-request-dto.d.ts +1 -1
  46. package/dist/models/create-custom-schema-request-dto.js +1 -1
  47. package/dist/models/create-custom-schema-response-class.d.ts +1 -1
  48. package/dist/models/create-custom-schema-response-class.js +1 -1
  49. package/dist/models/create-data-report-request-dto.d.ts +61 -0
  50. package/dist/models/{alert-history-class.js → create-data-report-request-dto.js} +1 -1
  51. package/dist/models/{channel-response-class.d.ts → create-data-report-response-class.d.ts} +8 -13
  52. package/dist/models/{compare-tariffs-response-class.js → create-data-report-response-class.js} +1 -1
  53. package/dist/models/create-permission-request-dto.d.ts +1 -7
  54. package/dist/models/create-permission-request-dto.js +1 -1
  55. package/dist/models/create-role-request-dto.d.ts +2 -2
  56. package/dist/models/create-role-request-dto.js +1 -1
  57. package/dist/models/create-tenant-request-dto.d.ts +1 -1
  58. package/dist/models/create-tenant-request-dto.js +1 -1
  59. package/dist/models/custom-field-dto.d.ts +1 -1
  60. package/dist/models/custom-field-dto.js +1 -1
  61. package/dist/models/custom-schema-class.d.ts +1 -1
  62. package/dist/models/custom-schema-class.js +1 -1
  63. package/dist/models/data-report-class.d.ts +79 -0
  64. package/dist/models/{channel-response-class.js → data-report-class.js} +1 -1
  65. package/dist/models/data-report-filter-class.d.ts +72 -0
  66. package/dist/models/data-report-filter-class.js +15 -0
  67. package/dist/models/data-report-filter-dto.d.ts +48 -0
  68. package/dist/models/data-report-filter-dto.js +15 -0
  69. package/dist/models/data-report-filter-single-value-dto.d.ts +5 -5
  70. package/dist/models/data-report-filter-single-value-dto.js +1 -1
  71. package/dist/models/data-report-filter-value-dto.d.ts +2 -2
  72. package/dist/models/data-report-filter-value-dto.js +1 -1
  73. package/dist/models/dbconfig-dto.d.ts +1 -1
  74. package/dist/models/dbconfig-dto.js +1 -1
  75. package/dist/models/{manage-subscription-request-dto.d.ts → delete-response-class.d.ts} +6 -6
  76. package/dist/models/delete-response-class.js +15 -0
  77. package/dist/models/disable-user-response-class.d.ts +1 -1
  78. package/dist/models/disable-user-response-class.js +1 -1
  79. package/dist/models/disable-users-request-dto.d.ts +1 -1
  80. package/dist/models/disable-users-request-dto.js +1 -1
  81. package/dist/models/{insurance-company-response-class.d.ts → disable-users-response-class.d.ts} +7 -7
  82. package/dist/models/disable-users-response-class.js +15 -0
  83. package/dist/models/enable-user-response-class.d.ts +1 -1
  84. package/dist/models/enable-user-response-class.js +1 -1
  85. package/dist/models/enable-users-request-dto.d.ts +1 -1
  86. package/dist/models/enable-users-request-dto.js +1 -1
  87. package/dist/models/{insurance-response-class.d.ts → enable-users-response-class.d.ts} +7 -7
  88. package/dist/models/enable-users-response-class.js +15 -0
  89. package/dist/models/get-custom-schema-response-class.d.ts +1 -1
  90. package/dist/models/get-custom-schema-response-class.js +1 -1
  91. package/dist/models/{create-alert-response-class.d.ts → get-data-report-response-class.d.ts} +8 -8
  92. package/dist/models/get-data-report-response-class.js +15 -0
  93. package/dist/models/{create-dashboard-response-class.d.ts → get-organization-response-class.d.ts} +8 -8
  94. package/dist/models/get-organization-response-class.js +15 -0
  95. package/dist/models/{get-alert-response-class.d.ts → get-settings-response-class.d.ts} +7 -8
  96. package/dist/models/get-settings-response-class.js +15 -0
  97. package/dist/models/get-user-response-class.d.ts +1 -1
  98. package/dist/models/get-user-response-class.js +1 -1
  99. package/dist/models/index.d.ts +26 -49
  100. package/dist/models/index.js +26 -49
  101. package/dist/models/invite-class.d.ts +10 -9
  102. package/dist/models/invite-class.js +1 -1
  103. package/dist/models/invite-org-request-dto.d.ts +90 -0
  104. package/dist/models/invite-org-request-dto.js +21 -0
  105. package/dist/models/invite-user-request-dto.d.ts +9 -3
  106. package/dist/models/invite-user-request-dto.js +1 -1
  107. package/dist/models/invite-user-response-class.d.ts +2 -2
  108. package/dist/models/invite-user-response-class.js +1 -1
  109. package/dist/models/invite-users-request-dto.d.ts +3 -3
  110. package/dist/models/invite-users-request-dto.js +1 -1
  111. package/dist/models/invite-users-response-class.d.ts +24 -0
  112. package/dist/models/invite-users-response-class.js +15 -0
  113. package/dist/models/list-custom-schemas-response-class.d.ts +1 -1
  114. package/dist/models/list-custom-schemas-response-class.js +1 -1
  115. package/dist/models/list-data-reports-response-class.d.ts +31 -0
  116. package/dist/models/list-data-reports-response-class.js +15 -0
  117. package/dist/models/list-invites-response-class.d.ts +3 -3
  118. package/dist/models/list-invites-response-class.js +1 -1
  119. package/dist/models/list-org-invitations-response-class.d.ts +31 -0
  120. package/dist/models/list-org-invitations-response-class.js +15 -0
  121. package/dist/models/list-organizations-response-class.d.ts +31 -0
  122. package/dist/models/list-organizations-response-class.js +15 -0
  123. package/dist/models/list-users-response-class.d.ts +1 -1
  124. package/dist/models/list-users-response-class.js +1 -1
  125. package/dist/models/org-invitation-class.d.ts +115 -0
  126. package/dist/models/{update-alert-request-dto.js → org-invitation-class.js} +6 -6
  127. package/dist/models/org-invitation-response-class.d.ts +25 -0
  128. package/dist/models/org-invitation-response-class.js +15 -0
  129. package/dist/models/organization-class.d.ts +90 -0
  130. package/dist/models/{condition-dto.js → organization-class.js} +6 -7
  131. package/dist/models/permission-class.d.ts +60 -0
  132. package/dist/models/permission-class.js +15 -0
  133. package/dist/models/role-class.d.ts +61 -0
  134. package/dist/models/role-class.js +15 -0
  135. package/dist/models/run-data-report-request-dto.d.ts +2 -2
  136. package/dist/models/run-data-report-request-dto.js +1 -1
  137. package/dist/models/run-data-report-response-class.d.ts +2 -2
  138. package/dist/models/run-data-report-response-class.js +1 -1
  139. package/dist/models/{set-user-setting-request-dto.d.ts → set-setting-request-dto.d.ts} +15 -9
  140. package/dist/models/set-setting-request-dto.js +15 -0
  141. package/dist/models/set-user-setting-response-class.d.ts +36 -0
  142. package/dist/models/set-user-setting-response-class.js +15 -0
  143. package/dist/models/subscription-class.d.ts +12 -5
  144. package/dist/models/subscription-class.js +1 -1
  145. package/dist/models/tenant-admin-user-dto.d.ts +1 -1
  146. package/dist/models/tenant-admin-user-dto.js +1 -1
  147. package/dist/models/update-custom-schema-request-dto.d.ts +1 -1
  148. package/dist/models/update-custom-schema-request-dto.js +1 -1
  149. package/dist/models/update-custom-schema-response-class.d.ts +1 -1
  150. package/dist/models/update-custom-schema-response-class.js +1 -1
  151. package/dist/models/update-data-report-request-dto.d.ts +61 -0
  152. package/dist/models/update-data-report-request-dto.js +15 -0
  153. package/dist/models/{create-report-response-class.d.ts → update-data-report-response-class.d.ts} +8 -8
  154. package/dist/models/update-data-report-response-class.js +15 -0
  155. package/dist/models/update-role-request-dto.d.ts +4 -4
  156. package/dist/models/update-role-request-dto.js +1 -1
  157. package/dist/models/user-class.d.ts +14 -6
  158. package/dist/models/user-class.js +1 -1
  159. package/index.ts +2 -2
  160. package/models/assign-user-roles-request-dto.ts +1 -1
  161. package/models/assign-user-roles-response-class.ts +1 -1
  162. package/models/batch-delete-request-dto.ts +2 -2
  163. package/models/{get-embedded-url-response-class.ts → batch-delete-response-class.ts} +7 -7
  164. package/models/create-custom-schema-request-dto.ts +1 -1
  165. package/models/create-custom-schema-response-class.ts +1 -1
  166. package/models/create-data-report-request-dto.ts +67 -0
  167. package/models/{create-dashboard-response-class.ts → create-data-report-response-class.ts} +8 -8
  168. package/models/create-permission-request-dto.ts +1 -7
  169. package/models/create-role-request-dto.ts +2 -2
  170. package/models/create-tenant-request-dto.ts +1 -1
  171. package/models/custom-field-dto.ts +1 -1
  172. package/models/custom-schema-class.ts +1 -1
  173. package/models/data-report-class.ts +85 -0
  174. package/models/data-report-filter-class.ts +78 -0
  175. package/models/data-report-filter-dto.ts +54 -0
  176. package/models/data-report-filter-single-value-dto.ts +5 -5
  177. package/models/data-report-filter-value-dto.ts +2 -2
  178. package/models/dbconfig-dto.ts +1 -1
  179. package/models/{manage-subscription-request-dto.ts → delete-response-class.ts} +6 -6
  180. package/models/disable-user-response-class.ts +1 -1
  181. package/models/disable-users-request-dto.ts +1 -1
  182. package/models/{insurance-company-response-class.ts → disable-users-response-class.ts} +7 -7
  183. package/models/enable-user-response-class.ts +1 -1
  184. package/models/enable-users-request-dto.ts +1 -1
  185. package/models/{insurance-response-class.ts → enable-users-response-class.ts} +7 -7
  186. package/models/get-custom-schema-response-class.ts +1 -1
  187. package/models/{channel-response-class.ts → get-data-report-response-class.ts} +8 -13
  188. package/models/{create-alert-response-class.ts → get-organization-response-class.ts} +8 -8
  189. package/models/{get-alert-response-class.ts → get-settings-response-class.ts} +7 -8
  190. package/models/get-user-response-class.ts +1 -1
  191. package/models/index.ts +26 -49
  192. package/models/invite-class.ts +10 -9
  193. package/models/invite-org-request-dto.ts +99 -0
  194. package/models/invite-user-request-dto.ts +9 -3
  195. package/models/invite-user-response-class.ts +2 -2
  196. package/models/invite-users-request-dto.ts +3 -3
  197. package/models/invite-users-response-class.ts +30 -0
  198. package/models/list-custom-schemas-response-class.ts +1 -1
  199. package/models/{list-dashboards-response-class.ts → list-data-reports-response-class.ts} +10 -10
  200. package/models/list-invites-response-class.ts +3 -3
  201. package/models/{list-alert-history-response-class.ts → list-org-invitations-response-class.ts} +10 -10
  202. package/models/{list-alerts-response-class.ts → list-organizations-response-class.ts} +10 -10
  203. package/models/list-users-response-class.ts +1 -1
  204. package/models/org-invitation-class.ts +124 -0
  205. package/models/org-invitation-response-class.ts +31 -0
  206. package/models/organization-class.ts +99 -0
  207. package/models/{report-class.ts → permission-class.ts} +20 -26
  208. package/models/role-class.ts +67 -0
  209. package/models/run-data-report-request-dto.ts +2 -2
  210. package/models/run-data-report-response-class.ts +3 -2
  211. package/models/{set-user-setting-request-dto.ts → set-setting-request-dto.ts} +15 -9
  212. package/models/set-user-setting-response-class.ts +42 -0
  213. package/models/subscription-class.ts +12 -5
  214. package/models/tenant-admin-user-dto.ts +1 -1
  215. package/models/update-custom-schema-request-dto.ts +1 -1
  216. package/models/update-custom-schema-response-class.ts +1 -1
  217. package/models/update-data-report-request-dto.ts +67 -0
  218. package/models/{create-report-response-class.ts → update-data-report-response-class.ts} +8 -8
  219. package/models/update-role-request-dto.ts +4 -4
  220. package/models/user-class.ts +14 -6
  221. package/package.json +2 -2
  222. package/api/alerts-api.ts +0 -860
  223. package/api/dashboard-api.ts +0 -792
  224. package/api/reports-api.ts +0 -860
  225. package/api/scenario-analysis-api.ts +0 -977
  226. package/api/settings-api.ts +0 -478
  227. package/api/tariff-comparisons-api.ts +0 -381
  228. package/api/user-subscription-api.ts +0 -191
  229. package/dist/api/alerts-api.d.ts +0 -479
  230. package/dist/api/alerts-api.js +0 -752
  231. package/dist/api/dashboard-api.d.ts +0 -434
  232. package/dist/api/reports-api.d.ts +0 -479
  233. package/dist/api/scenario-analysis-api.d.ts +0 -529
  234. package/dist/api/scenario-analysis-api.js +0 -895
  235. package/dist/api/settings-api.d.ts +0 -261
  236. package/dist/api/settings-api.js +0 -509
  237. package/dist/api/tariff-comparisons-api.d.ts +0 -206
  238. package/dist/api/user-subscription-api.d.ts +0 -111
  239. package/dist/api/user-subscription-api.js +0 -236
  240. package/dist/models/alert-class.d.ts +0 -90
  241. package/dist/models/alert-history-class.d.ts +0 -108
  242. package/dist/models/compare-tariffs-request-dto.d.ts +0 -37
  243. package/dist/models/compare-tariffs-request-dto.js +0 -22
  244. package/dist/models/compare-tariffs-response-class.d.ts +0 -31
  245. package/dist/models/condition-dto.d.ts +0 -43
  246. package/dist/models/create-alert-request-dto.d.ts +0 -79
  247. package/dist/models/create-alert-request-dto.js +0 -27
  248. package/dist/models/create-alert-response-class.js +0 -15
  249. package/dist/models/create-dashboard-request-dto.d.ts +0 -70
  250. package/dist/models/create-dashboard-request-dto.js +0 -29
  251. package/dist/models/create-dashboard-response-class.js +0 -15
  252. package/dist/models/create-report-request-dto.d.ts +0 -49
  253. package/dist/models/create-report-request-dto.js +0 -22
  254. package/dist/models/create-report-response-class.js +0 -15
  255. package/dist/models/create-scenario-analysis-request-dto.d.ts +0 -74
  256. package/dist/models/create-scenario-analysis-request-dto.js +0 -22
  257. package/dist/models/create-scenario-analysis-response-class.d.ts +0 -25
  258. package/dist/models/create-scenario-analysis-response-class.js +0 -15
  259. package/dist/models/dashboard-class.d.ts +0 -78
  260. package/dist/models/dashboard-class.js +0 -15
  261. package/dist/models/get-alert-response-class.js +0 -15
  262. package/dist/models/get-dashboard-response-class.d.ts +0 -25
  263. package/dist/models/get-dashboard-response-class.js +0 -15
  264. package/dist/models/get-embedded-url-response-class.js +0 -15
  265. package/dist/models/get-report-response-class.d.ts +0 -25
  266. package/dist/models/get-report-response-class.js +0 -15
  267. package/dist/models/get-scenario-analysis-response-class.d.ts +0 -25
  268. package/dist/models/get-scenario-analysis-response-class.js +0 -15
  269. package/dist/models/grouped-tariff-class.d.ts +0 -30
  270. package/dist/models/grouped-tariff-class.js +0 -15
  271. package/dist/models/insurance-company-response-class.js +0 -15
  272. package/dist/models/insurance-response-class.js +0 -15
  273. package/dist/models/list-alert-history-response-class.d.ts +0 -31
  274. package/dist/models/list-alert-history-response-class.js +0 -15
  275. package/dist/models/list-alerts-response-class.d.ts +0 -31
  276. package/dist/models/list-alerts-response-class.js +0 -15
  277. package/dist/models/list-channels-response-class.d.ts +0 -25
  278. package/dist/models/list-channels-response-class.js +0 -15
  279. package/dist/models/list-dashboards-response-class.d.ts +0 -31
  280. package/dist/models/list-dashboards-response-class.js +0 -15
  281. package/dist/models/list-insurance-companies-response-class.d.ts +0 -25
  282. package/dist/models/list-insurance-companies-response-class.js +0 -15
  283. package/dist/models/list-report-history-response-class.d.ts +0 -31
  284. package/dist/models/list-report-history-response-class.js +0 -15
  285. package/dist/models/list-reports-response-class.d.ts +0 -31
  286. package/dist/models/list-reports-response-class.js +0 -15
  287. package/dist/models/list-scenario-analyses-response-class.d.ts +0 -31
  288. package/dist/models/list-scenario-analyses-response-class.js +0 -15
  289. package/dist/models/list-scenario-analysis-dates-response-class.d.ts +0 -25
  290. package/dist/models/list-scenario-analysis-dates-response-class.js +0 -15
  291. package/dist/models/list-tariff-insurance-companies-response-class.d.ts +0 -25
  292. package/dist/models/list-tariff-insurance-companies-response-class.js +0 -15
  293. package/dist/models/list-tariffs-response-class.d.ts +0 -25
  294. package/dist/models/list-tariffs-response-class.js +0 -15
  295. package/dist/models/manage-subscription-request-dto.js +0 -15
  296. package/dist/models/manage-subscription-response-class.d.ts +0 -25
  297. package/dist/models/manage-subscription-response-class.js +0 -15
  298. package/dist/models/report-class.d.ts +0 -66
  299. package/dist/models/report-class.js +0 -15
  300. package/dist/models/report-history-class.d.ts +0 -48
  301. package/dist/models/report-history-class.js +0 -15
  302. package/dist/models/scenario-analysis-class.d.ts +0 -108
  303. package/dist/models/scenario-analysis-class.js +0 -15
  304. package/dist/models/scenario-analysis-date-response-class.d.ts +0 -36
  305. package/dist/models/scenario-analysis-date-response-class.js +0 -15
  306. package/dist/models/set-user-setting-request-dto.js +0 -15
  307. package/dist/models/update-alert-request-dto.d.ts +0 -72
  308. package/dist/models/update-alert-response-class.d.ts +0 -25
  309. package/dist/models/update-alert-response-class.js +0 -15
  310. package/dist/models/update-dashboard-request-dto.d.ts +0 -76
  311. package/dist/models/update-dashboard-request-dto.js +0 -29
  312. package/dist/models/update-dashboard-response-class.d.ts +0 -25
  313. package/dist/models/update-dashboard-response-class.js +0 -15
  314. package/dist/models/update-report-request-dto.d.ts +0 -55
  315. package/dist/models/update-report-request-dto.js +0 -22
  316. package/dist/models/update-report-response-class.d.ts +0 -25
  317. package/dist/models/update-report-response-class.js +0 -15
  318. package/dist/models/update-scenario-analysis-request-dto.d.ts +0 -74
  319. package/dist/models/update-scenario-analysis-request-dto.js +0 -22
  320. package/dist/models/update-scenario-analysis-response-class.d.ts +0 -25
  321. package/dist/models/update-scenario-analysis-response-class.js +0 -15
  322. package/models/alert-class.ts +0 -96
  323. package/models/alert-history-class.ts +0 -114
  324. package/models/compare-tariffs-request-dto.ts +0 -46
  325. package/models/compare-tariffs-response-class.ts +0 -37
  326. package/models/condition-dto.ts +0 -52
  327. package/models/create-alert-request-dto.ts +0 -89
  328. package/models/create-dashboard-request-dto.ts +0 -81
  329. package/models/create-report-request-dto.ts +0 -58
  330. package/models/create-scenario-analysis-request-dto.ts +0 -83
  331. package/models/create-scenario-analysis-response-class.ts +0 -31
  332. package/models/dashboard-class.ts +0 -84
  333. package/models/get-dashboard-response-class.ts +0 -31
  334. package/models/get-report-response-class.ts +0 -31
  335. package/models/get-scenario-analysis-response-class.ts +0 -31
  336. package/models/grouped-tariff-class.ts +0 -36
  337. package/models/list-channels-response-class.ts +0 -31
  338. package/models/list-insurance-companies-response-class.ts +0 -31
  339. package/models/list-report-history-response-class.ts +0 -37
  340. package/models/list-reports-response-class.ts +0 -37
  341. package/models/list-scenario-analyses-response-class.ts +0 -37
  342. package/models/list-scenario-analysis-dates-response-class.ts +0 -31
  343. package/models/list-tariff-insurance-companies-response-class.ts +0 -31
  344. package/models/list-tariffs-response-class.ts +0 -31
  345. package/models/manage-subscription-response-class.ts +0 -31
  346. package/models/report-history-class.ts +0 -54
  347. package/models/scenario-analysis-class.ts +0 -114
  348. package/models/scenario-analysis-date-response-class.ts +0 -42
  349. package/models/update-alert-request-dto.ts +0 -81
  350. package/models/update-alert-response-class.ts +0 -31
  351. package/models/update-dashboard-request-dto.ts +0 -87
  352. package/models/update-dashboard-response-class.ts +0 -31
  353. package/models/update-report-request-dto.ts +0 -64
  354. package/models/update-report-response-class.ts +0 -31
  355. package/models/update-scenario-analysis-request-dto.ts +0 -83
  356. package/models/update-scenario-analysis-response-class.ts +0 -31
@@ -3,7 +3,7 @@
3
3
  * The EMIL TenantService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -15,15 +15,15 @@ import { RequestArgs, BaseAPI } from '../base';
15
15
  import { AssignUserRolesRequestDto } from '../models';
16
16
  import { AssignUserRolesResponseClass } from '../models';
17
17
  import { BatchDeleteRequestDto } from '../models';
18
+ import { BatchDeleteResponseClass } from '../models';
19
+ import { DeleteResponseClass } from '../models';
18
20
  import { DisableUserResponseClass } from '../models';
19
21
  import { DisableUsersRequestDto } from '../models';
22
+ import { DisableUsersResponseClass } from '../models';
20
23
  import { EnableUserResponseClass } from '../models';
21
24
  import { EnableUsersRequestDto } from '../models';
25
+ import { EnableUsersResponseClass } from '../models';
22
26
  import { GetUserResponseClass } from '../models';
23
- import { InviteUserRequestDto } from '../models';
24
- import { InviteUserResponseClass } from '../models';
25
- import { InviteUsersRequestDto } from '../models';
26
- import { ListInvitesResponseClass } from '../models';
27
27
  import { ListUsersResponseClass } from '../models';
28
28
  /**
29
29
  * UsersApi - axios parameter creator
@@ -32,129 +32,85 @@ import { ListUsersResponseClass } from '../models';
32
32
  export declare const UsersApiAxiosParamCreator: (configuration?: Configuration) => {
33
33
  /**
34
34
  *
35
+ * @param {string} authorization Bearer Token
35
36
  * @param {number} id
36
37
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
37
- * @param {string} [authorization] Bearer Token
38
- * @param {*} [options] Override http request option.
39
- * @throws {RequiredError}
40
- */
41
- assignUserRoles: (id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
- /**
43
- *
44
- * @param {number} id
45
- * @param {string} [authorization] Bearer Token
46
- * @param {*} [options] Override http request option.
47
- * @throws {RequiredError}
48
- */
49
- deleteInvite: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
- /**
51
- *
52
- * @param {BatchDeleteRequestDto} batchDeleteRequestDto
53
- * @param {string} [authorization] Bearer Token
54
38
  * @param {*} [options] Override http request option.
55
39
  * @throws {RequiredError}
56
40
  */
57
- deleteInvites: (batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
+ assignUserRoles: (authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
42
  /**
59
43
  *
44
+ * @param {string} authorization Bearer Token
60
45
  * @param {number} id
61
- * @param {string} [authorization] Bearer Token
62
46
  * @param {*} [options] Override http request option.
63
47
  * @throws {RequiredError}
64
48
  */
65
- deleteUser: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
49
+ deleteUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
50
  /**
67
51
  *
52
+ * @param {string} authorization Bearer Token
68
53
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
69
- * @param {string} [authorization] Bearer Token
70
54
  * @param {*} [options] Override http request option.
71
55
  * @throws {RequiredError}
72
56
  */
73
- deleteUsers: (batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
+ deleteUsers: (authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
74
58
  /**
75
59
  *
60
+ * @param {string} authorization Bearer Token
76
61
  * @param {number} id
77
- * @param {string} [authorization] Bearer Token
78
62
  * @param {*} [options] Override http request option.
79
63
  * @throws {RequiredError}
80
64
  */
81
- disableUser: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
65
+ disableUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
82
66
  /**
83
67
  *
68
+ * @param {string} authorization Bearer Token
84
69
  * @param {DisableUsersRequestDto} disableUsersRequestDto
85
- * @param {string} [authorization] Bearer Token
86
70
  * @param {*} [options] Override http request option.
87
71
  * @throws {RequiredError}
88
72
  */
89
- disableUsers: (disableUsersRequestDto: DisableUsersRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
73
+ disableUsers: (authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
90
74
  /**
91
75
  *
76
+ * @param {string} authorization Bearer Token
92
77
  * @param {number} id
93
- * @param {string} [authorization] Bearer Token
94
78
  * @param {*} [options] Override http request option.
95
79
  * @throws {RequiredError}
96
80
  */
97
- enableUser: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
81
+ enableUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
98
82
  /**
99
83
  *
84
+ * @param {string} authorization Bearer Token
100
85
  * @param {EnableUsersRequestDto} enableUsersRequestDto
101
- * @param {string} [authorization] Bearer Token
102
86
  * @param {*} [options] Override http request option.
103
87
  * @throws {RequiredError}
104
88
  */
105
- enableUsers: (enableUsersRequestDto: EnableUsersRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
89
+ enableUsers: (authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
106
90
  /**
107
91
  *
92
+ * @param {string} authorization Bearer Token
108
93
  * @param {string} code
109
94
  * @param {string} code2 code
110
- * @param {string} [authorization] Bearer Token
111
95
  * @param {string} [expand] Fields to expand response by
112
96
  * @param {*} [options] Override http request option.
113
97
  * @throws {RequiredError}
114
98
  */
115
- getUser: (code: string, code2: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
116
- /**
117
- *
118
- * @param {InviteUserRequestDto} inviteUserRequestDto
119
- * @param {string} [authorization] Bearer Token
120
- * @param {*} [options] Override http request option.
121
- * @throws {RequiredError}
122
- */
123
- inviteUser: (inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
99
+ getUser: (authorization: string, code: string, code2: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
124
100
  /**
125
- *
126
- * @param {InviteUsersRequestDto} inviteUsersRequestDto
127
- * @param {string} [authorization] Bearer Token
128
- * @param {*} [options] Override http request option.
129
- * @throws {RequiredError}
130
- */
131
- inviteUsers: (inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
132
- /**
133
- *
134
- * @param {string} [authorization] Bearer Token
135
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
136
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
137
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
138
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
139
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
140
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
141
- * @param {*} [options] Override http request option.
142
- * @throws {RequiredError}
143
- */
144
- listInvites: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
145
- /**
146
- *
147
- * @param {string} [authorization] Bearer Token
148
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
149
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
101
+ * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
102
+ * @summary List users
103
+ * @param {string} authorization Bearer Token
104
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
105
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
150
106
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
151
107
  * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
152
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
153
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
108
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
109
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
154
110
  * @param {*} [options] Override http request option.
155
111
  * @throws {RequiredError}
156
112
  */
157
- listUsers: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
113
+ listUsers: (authorization: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
158
114
  };
159
115
  /**
160
116
  * UsersApi - functional programming interface
@@ -163,129 +119,85 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
163
119
  export declare const UsersApiFp: (configuration?: Configuration) => {
164
120
  /**
165
121
  *
122
+ * @param {string} authorization Bearer Token
166
123
  * @param {number} id
167
124
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
168
- * @param {string} [authorization] Bearer Token
169
125
  * @param {*} [options] Override http request option.
170
126
  * @throws {RequiredError}
171
127
  */
172
- assignUserRoles(id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AssignUserRolesResponseClass>>;
128
+ assignUserRoles(authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AssignUserRolesResponseClass>>;
173
129
  /**
174
130
  *
131
+ * @param {string} authorization Bearer Token
175
132
  * @param {number} id
176
- * @param {string} [authorization] Bearer Token
177
133
  * @param {*} [options] Override http request option.
178
134
  * @throws {RequiredError}
179
135
  */
180
- deleteInvite(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
136
+ deleteUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
181
137
  /**
182
138
  *
139
+ * @param {string} authorization Bearer Token
183
140
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
184
- * @param {string} [authorization] Bearer Token
185
141
  * @param {*} [options] Override http request option.
186
142
  * @throws {RequiredError}
187
143
  */
188
- deleteInvites(batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
144
+ deleteUsers(authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchDeleteResponseClass>>;
189
145
  /**
190
146
  *
147
+ * @param {string} authorization Bearer Token
191
148
  * @param {number} id
192
- * @param {string} [authorization] Bearer Token
193
149
  * @param {*} [options] Override http request option.
194
150
  * @throws {RequiredError}
195
151
  */
196
- deleteUser(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
197
- /**
198
- *
199
- * @param {BatchDeleteRequestDto} batchDeleteRequestDto
200
- * @param {string} [authorization] Bearer Token
201
- * @param {*} [options] Override http request option.
202
- * @throws {RequiredError}
203
- */
204
- deleteUsers(batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
205
- /**
206
- *
207
- * @param {number} id
208
- * @param {string} [authorization] Bearer Token
209
- * @param {*} [options] Override http request option.
210
- * @throws {RequiredError}
211
- */
212
- disableUser(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisableUserResponseClass>>;
152
+ disableUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisableUserResponseClass>>;
213
153
  /**
214
154
  *
155
+ * @param {string} authorization Bearer Token
215
156
  * @param {DisableUsersRequestDto} disableUsersRequestDto
216
- * @param {string} [authorization] Bearer Token
217
157
  * @param {*} [options] Override http request option.
218
158
  * @throws {RequiredError}
219
159
  */
220
- disableUsers(disableUsersRequestDto: DisableUsersRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
160
+ disableUsers(authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisableUsersResponseClass>>;
221
161
  /**
222
162
  *
163
+ * @param {string} authorization Bearer Token
223
164
  * @param {number} id
224
- * @param {string} [authorization] Bearer Token
225
165
  * @param {*} [options] Override http request option.
226
166
  * @throws {RequiredError}
227
167
  */
228
- enableUser(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnableUserResponseClass>>;
168
+ enableUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnableUserResponseClass>>;
229
169
  /**
230
170
  *
171
+ * @param {string} authorization Bearer Token
231
172
  * @param {EnableUsersRequestDto} enableUsersRequestDto
232
- * @param {string} [authorization] Bearer Token
233
173
  * @param {*} [options] Override http request option.
234
174
  * @throws {RequiredError}
235
175
  */
236
- enableUsers(enableUsersRequestDto: EnableUsersRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
176
+ enableUsers(authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnableUsersResponseClass>>;
237
177
  /**
238
178
  *
179
+ * @param {string} authorization Bearer Token
239
180
  * @param {string} code
240
181
  * @param {string} code2 code
241
- * @param {string} [authorization] Bearer Token
242
182
  * @param {string} [expand] Fields to expand response by
243
183
  * @param {*} [options] Override http request option.
244
184
  * @throws {RequiredError}
245
185
  */
246
- getUser(code: string, code2: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUserResponseClass>>;
247
- /**
248
- *
249
- * @param {InviteUserRequestDto} inviteUserRequestDto
250
- * @param {string} [authorization] Bearer Token
251
- * @param {*} [options] Override http request option.
252
- * @throws {RequiredError}
253
- */
254
- inviteUser(inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteUserResponseClass>>;
186
+ getUser(authorization: string, code: string, code2: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUserResponseClass>>;
255
187
  /**
256
- *
257
- * @param {InviteUsersRequestDto} inviteUsersRequestDto
258
- * @param {string} [authorization] Bearer Token
259
- * @param {*} [options] Override http request option.
260
- * @throws {RequiredError}
261
- */
262
- inviteUsers(inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
263
- /**
264
- *
265
- * @param {string} [authorization] Bearer Token
266
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
267
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
188
+ * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
189
+ * @summary List users
190
+ * @param {string} authorization Bearer Token
191
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
192
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
268
193
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
269
194
  * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
270
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
271
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
195
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
196
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
272
197
  * @param {*} [options] Override http request option.
273
198
  * @throws {RequiredError}
274
199
  */
275
- listInvites(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListInvitesResponseClass>>;
276
- /**
277
- *
278
- * @param {string} [authorization] Bearer Token
279
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
280
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
281
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
282
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
283
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
284
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
285
- * @param {*} [options] Override http request option.
286
- * @throws {RequiredError}
287
- */
288
- listUsers(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsersResponseClass>>;
200
+ listUsers(authorization: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsersResponseClass>>;
289
201
  };
290
202
  /**
291
203
  * UsersApi - factory interface
@@ -294,129 +206,85 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
294
206
  export declare const UsersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
295
207
  /**
296
208
  *
209
+ * @param {string} authorization Bearer Token
297
210
  * @param {number} id
298
211
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
299
- * @param {string} [authorization] Bearer Token
300
212
  * @param {*} [options] Override http request option.
301
213
  * @throws {RequiredError}
302
214
  */
303
- assignUserRoles(id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, authorization?: string, options?: any): AxiosPromise<AssignUserRolesResponseClass>;
215
+ assignUserRoles(authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: any): AxiosPromise<AssignUserRolesResponseClass>;
304
216
  /**
305
217
  *
218
+ * @param {string} authorization Bearer Token
306
219
  * @param {number} id
307
- * @param {string} [authorization] Bearer Token
308
220
  * @param {*} [options] Override http request option.
309
221
  * @throws {RequiredError}
310
222
  */
311
- deleteInvite(id: number, authorization?: string, options?: any): AxiosPromise<object>;
223
+ deleteUser(authorization: string, id: number, options?: any): AxiosPromise<DeleteResponseClass>;
312
224
  /**
313
225
  *
226
+ * @param {string} authorization Bearer Token
314
227
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
315
- * @param {string} [authorization] Bearer Token
316
228
  * @param {*} [options] Override http request option.
317
229
  * @throws {RequiredError}
318
230
  */
319
- deleteInvites(batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
231
+ deleteUsers(authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: any): AxiosPromise<BatchDeleteResponseClass>;
320
232
  /**
321
233
  *
234
+ * @param {string} authorization Bearer Token
322
235
  * @param {number} id
323
- * @param {string} [authorization] Bearer Token
324
236
  * @param {*} [options] Override http request option.
325
237
  * @throws {RequiredError}
326
238
  */
327
- deleteUser(id: number, authorization?: string, options?: any): AxiosPromise<object>;
328
- /**
329
- *
330
- * @param {BatchDeleteRequestDto} batchDeleteRequestDto
331
- * @param {string} [authorization] Bearer Token
332
- * @param {*} [options] Override http request option.
333
- * @throws {RequiredError}
334
- */
335
- deleteUsers(batchDeleteRequestDto: BatchDeleteRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
336
- /**
337
- *
338
- * @param {number} id
339
- * @param {string} [authorization] Bearer Token
340
- * @param {*} [options] Override http request option.
341
- * @throws {RequiredError}
342
- */
343
- disableUser(id: number, authorization?: string, options?: any): AxiosPromise<DisableUserResponseClass>;
239
+ disableUser(authorization: string, id: number, options?: any): AxiosPromise<DisableUserResponseClass>;
344
240
  /**
345
241
  *
242
+ * @param {string} authorization Bearer Token
346
243
  * @param {DisableUsersRequestDto} disableUsersRequestDto
347
- * @param {string} [authorization] Bearer Token
348
244
  * @param {*} [options] Override http request option.
349
245
  * @throws {RequiredError}
350
246
  */
351
- disableUsers(disableUsersRequestDto: DisableUsersRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
247
+ disableUsers(authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: any): AxiosPromise<DisableUsersResponseClass>;
352
248
  /**
353
249
  *
250
+ * @param {string} authorization Bearer Token
354
251
  * @param {number} id
355
- * @param {string} [authorization] Bearer Token
356
252
  * @param {*} [options] Override http request option.
357
253
  * @throws {RequiredError}
358
254
  */
359
- enableUser(id: number, authorization?: string, options?: any): AxiosPromise<EnableUserResponseClass>;
255
+ enableUser(authorization: string, id: number, options?: any): AxiosPromise<EnableUserResponseClass>;
360
256
  /**
361
257
  *
258
+ * @param {string} authorization Bearer Token
362
259
  * @param {EnableUsersRequestDto} enableUsersRequestDto
363
- * @param {string} [authorization] Bearer Token
364
260
  * @param {*} [options] Override http request option.
365
261
  * @throws {RequiredError}
366
262
  */
367
- enableUsers(enableUsersRequestDto: EnableUsersRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
263
+ enableUsers(authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: any): AxiosPromise<EnableUsersResponseClass>;
368
264
  /**
369
265
  *
266
+ * @param {string} authorization Bearer Token
370
267
  * @param {string} code
371
268
  * @param {string} code2 code
372
- * @param {string} [authorization] Bearer Token
373
269
  * @param {string} [expand] Fields to expand response by
374
270
  * @param {*} [options] Override http request option.
375
271
  * @throws {RequiredError}
376
272
  */
377
- getUser(code: string, code2: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetUserResponseClass>;
378
- /**
379
- *
380
- * @param {InviteUserRequestDto} inviteUserRequestDto
381
- * @param {string} [authorization] Bearer Token
382
- * @param {*} [options] Override http request option.
383
- * @throws {RequiredError}
384
- */
385
- inviteUser(inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options?: any): AxiosPromise<InviteUserResponseClass>;
386
- /**
387
- *
388
- * @param {InviteUsersRequestDto} inviteUsersRequestDto
389
- * @param {string} [authorization] Bearer Token
390
- * @param {*} [options] Override http request option.
391
- * @throws {RequiredError}
392
- */
393
- inviteUsers(inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
273
+ getUser(authorization: string, code: string, code2: string, expand?: string, options?: any): AxiosPromise<GetUserResponseClass>;
394
274
  /**
395
- *
396
- * @param {string} [authorization] Bearer Token
397
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
398
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
275
+ * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
276
+ * @summary List users
277
+ * @param {string} authorization Bearer Token
278
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
279
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
399
280
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
400
281
  * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
401
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
402
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
282
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
283
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
403
284
  * @param {*} [options] Override http request option.
404
285
  * @throws {RequiredError}
405
286
  */
406
- listInvites(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListInvitesResponseClass>;
407
- /**
408
- *
409
- * @param {string} [authorization] Bearer Token
410
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
411
- * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
412
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
413
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
414
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
415
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
416
- * @param {*} [options] Override http request option.
417
- * @throws {RequiredError}
418
- */
419
- listUsers(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListUsersResponseClass>;
287
+ listUsers(authorization: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListUsersResponseClass>;
420
288
  };
421
289
  /**
422
290
  * Request parameters for assignUserRoles operation in UsersApi.
@@ -424,62 +292,24 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
424
292
  * @interface UsersApiAssignUserRolesRequest
425
293
  */
426
294
  export interface UsersApiAssignUserRolesRequest {
427
- /**
428
- *
429
- * @type {number}
430
- * @memberof UsersApiAssignUserRoles
431
- */
432
- readonly id: number;
433
- /**
434
- *
435
- * @type {AssignUserRolesRequestDto}
436
- * @memberof UsersApiAssignUserRoles
437
- */
438
- readonly assignUserRolesRequestDto: AssignUserRolesRequestDto;
439
295
  /**
440
296
  * Bearer Token
441
297
  * @type {string}
442
298
  * @memberof UsersApiAssignUserRoles
443
299
  */
444
- readonly authorization?: string;
445
- }
446
- /**
447
- * Request parameters for deleteInvite operation in UsersApi.
448
- * @export
449
- * @interface UsersApiDeleteInviteRequest
450
- */
451
- export interface UsersApiDeleteInviteRequest {
300
+ readonly authorization: string;
452
301
  /**
453
302
  *
454
303
  * @type {number}
455
- * @memberof UsersApiDeleteInvite
304
+ * @memberof UsersApiAssignUserRoles
456
305
  */
457
306
  readonly id: number;
458
- /**
459
- * Bearer Token
460
- * @type {string}
461
- * @memberof UsersApiDeleteInvite
462
- */
463
- readonly authorization?: string;
464
- }
465
- /**
466
- * Request parameters for deleteInvites operation in UsersApi.
467
- * @export
468
- * @interface UsersApiDeleteInvitesRequest
469
- */
470
- export interface UsersApiDeleteInvitesRequest {
471
307
  /**
472
308
  *
473
- * @type {BatchDeleteRequestDto}
474
- * @memberof UsersApiDeleteInvites
475
- */
476
- readonly batchDeleteRequestDto: BatchDeleteRequestDto;
477
- /**
478
- * Bearer Token
479
- * @type {string}
480
- * @memberof UsersApiDeleteInvites
309
+ * @type {AssignUserRolesRequestDto}
310
+ * @memberof UsersApiAssignUserRoles
481
311
  */
482
- readonly authorization?: string;
312
+ readonly assignUserRolesRequestDto: AssignUserRolesRequestDto;
483
313
  }
484
314
  /**
485
315
  * Request parameters for deleteUser operation in UsersApi.
@@ -488,17 +318,17 @@ export interface UsersApiDeleteInvitesRequest {
488
318
  */
489
319
  export interface UsersApiDeleteUserRequest {
490
320
  /**
491
- *
492
- * @type {number}
321
+ * Bearer Token
322
+ * @type {string}
493
323
  * @memberof UsersApiDeleteUser
494
324
  */
495
- readonly id: number;
325
+ readonly authorization: string;
496
326
  /**
497
- * Bearer Token
498
- * @type {string}
327
+ *
328
+ * @type {number}
499
329
  * @memberof UsersApiDeleteUser
500
330
  */
501
- readonly authorization?: string;
331
+ readonly id: number;
502
332
  }
503
333
  /**
504
334
  * Request parameters for deleteUsers operation in UsersApi.
@@ -507,17 +337,17 @@ export interface UsersApiDeleteUserRequest {
507
337
  */
508
338
  export interface UsersApiDeleteUsersRequest {
509
339
  /**
510
- *
511
- * @type {BatchDeleteRequestDto}
340
+ * Bearer Token
341
+ * @type {string}
512
342
  * @memberof UsersApiDeleteUsers
513
343
  */
514
- readonly batchDeleteRequestDto: BatchDeleteRequestDto;
344
+ readonly authorization: string;
515
345
  /**
516
- * Bearer Token
517
- * @type {string}
346
+ *
347
+ * @type {BatchDeleteRequestDto}
518
348
  * @memberof UsersApiDeleteUsers
519
349
  */
520
- readonly authorization?: string;
350
+ readonly batchDeleteRequestDto: BatchDeleteRequestDto;
521
351
  }
522
352
  /**
523
353
  * Request parameters for disableUser operation in UsersApi.
@@ -526,17 +356,17 @@ export interface UsersApiDeleteUsersRequest {
526
356
  */
527
357
  export interface UsersApiDisableUserRequest {
528
358
  /**
529
- *
530
- * @type {number}
359
+ * Bearer Token
360
+ * @type {string}
531
361
  * @memberof UsersApiDisableUser
532
362
  */
533
- readonly id: number;
363
+ readonly authorization: string;
534
364
  /**
535
- * Bearer Token
536
- * @type {string}
365
+ *
366
+ * @type {number}
537
367
  * @memberof UsersApiDisableUser
538
368
  */
539
- readonly authorization?: string;
369
+ readonly id: number;
540
370
  }
541
371
  /**
542
372
  * Request parameters for disableUsers operation in UsersApi.
@@ -545,17 +375,17 @@ export interface UsersApiDisableUserRequest {
545
375
  */
546
376
  export interface UsersApiDisableUsersRequest {
547
377
  /**
548
- *
549
- * @type {DisableUsersRequestDto}
378
+ * Bearer Token
379
+ * @type {string}
550
380
  * @memberof UsersApiDisableUsers
551
381
  */
552
- readonly disableUsersRequestDto: DisableUsersRequestDto;
382
+ readonly authorization: string;
553
383
  /**
554
- * Bearer Token
555
- * @type {string}
384
+ *
385
+ * @type {DisableUsersRequestDto}
556
386
  * @memberof UsersApiDisableUsers
557
387
  */
558
- readonly authorization?: string;
388
+ readonly disableUsersRequestDto: DisableUsersRequestDto;
559
389
  }
560
390
  /**
561
391
  * Request parameters for enableUser operation in UsersApi.
@@ -564,17 +394,17 @@ export interface UsersApiDisableUsersRequest {
564
394
  */
565
395
  export interface UsersApiEnableUserRequest {
566
396
  /**
567
- *
568
- * @type {number}
397
+ * Bearer Token
398
+ * @type {string}
569
399
  * @memberof UsersApiEnableUser
570
400
  */
571
- readonly id: number;
401
+ readonly authorization: string;
572
402
  /**
573
- * Bearer Token
574
- * @type {string}
403
+ *
404
+ * @type {number}
575
405
  * @memberof UsersApiEnableUser
576
406
  */
577
- readonly authorization?: string;
407
+ readonly id: number;
578
408
  }
579
409
  /**
580
410
  * Request parameters for enableUsers operation in UsersApi.
@@ -583,17 +413,17 @@ export interface UsersApiEnableUserRequest {
583
413
  */
584
414
  export interface UsersApiEnableUsersRequest {
585
415
  /**
586
- *
587
- * @type {EnableUsersRequestDto}
416
+ * Bearer Token
417
+ * @type {string}
588
418
  * @memberof UsersApiEnableUsers
589
419
  */
590
- readonly enableUsersRequestDto: EnableUsersRequestDto;
420
+ readonly authorization: string;
591
421
  /**
592
- * Bearer Token
593
- * @type {string}
422
+ *
423
+ * @type {EnableUsersRequestDto}
594
424
  * @memberof UsersApiEnableUsers
595
425
  */
596
- readonly authorization?: string;
426
+ readonly enableUsersRequestDto: EnableUsersRequestDto;
597
427
  }
598
428
  /**
599
429
  * Request parameters for getUser operation in UsersApi.
@@ -602,23 +432,23 @@ export interface UsersApiEnableUsersRequest {
602
432
  */
603
433
  export interface UsersApiGetUserRequest {
604
434
  /**
605
- *
435
+ * Bearer Token
606
436
  * @type {string}
607
437
  * @memberof UsersApiGetUser
608
438
  */
609
- readonly code: string;
439
+ readonly authorization: string;
610
440
  /**
611
- * code
441
+ *
612
442
  * @type {string}
613
443
  * @memberof UsersApiGetUser
614
444
  */
615
- readonly code2: string;
445
+ readonly code: string;
616
446
  /**
617
- * Bearer Token
447
+ * code
618
448
  * @type {string}
619
449
  * @memberof UsersApiGetUser
620
450
  */
621
- readonly authorization?: string;
451
+ readonly code2: string;
622
452
  /**
623
453
  * Fields to expand response by
624
454
  * @type {string}
@@ -626,93 +456,6 @@ export interface UsersApiGetUserRequest {
626
456
  */
627
457
  readonly expand?: string;
628
458
  }
629
- /**
630
- * Request parameters for inviteUser operation in UsersApi.
631
- * @export
632
- * @interface UsersApiInviteUserRequest
633
- */
634
- export interface UsersApiInviteUserRequest {
635
- /**
636
- *
637
- * @type {InviteUserRequestDto}
638
- * @memberof UsersApiInviteUser
639
- */
640
- readonly inviteUserRequestDto: InviteUserRequestDto;
641
- /**
642
- * Bearer Token
643
- * @type {string}
644
- * @memberof UsersApiInviteUser
645
- */
646
- readonly authorization?: string;
647
- }
648
- /**
649
- * Request parameters for inviteUsers operation in UsersApi.
650
- * @export
651
- * @interface UsersApiInviteUsersRequest
652
- */
653
- export interface UsersApiInviteUsersRequest {
654
- /**
655
- *
656
- * @type {InviteUsersRequestDto}
657
- * @memberof UsersApiInviteUsers
658
- */
659
- readonly inviteUsersRequestDto: InviteUsersRequestDto;
660
- /**
661
- * Bearer Token
662
- * @type {string}
663
- * @memberof UsersApiInviteUsers
664
- */
665
- readonly authorization?: string;
666
- }
667
- /**
668
- * Request parameters for listInvites operation in UsersApi.
669
- * @export
670
- * @interface UsersApiListInvitesRequest
671
- */
672
- export interface UsersApiListInvitesRequest {
673
- /**
674
- * Bearer Token
675
- * @type {string}
676
- * @memberof UsersApiListInvites
677
- */
678
- readonly authorization?: string;
679
- /**
680
- * A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
681
- * @type {any}
682
- * @memberof UsersApiListInvites
683
- */
684
- readonly pageSize?: any;
685
- /**
686
- * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
687
- * @type {any}
688
- * @memberof UsersApiListInvites
689
- */
690
- readonly pageToken?: any;
691
- /**
692
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
693
- * @type {any}
694
- * @memberof UsersApiListInvites
695
- */
696
- readonly filter?: any;
697
- /**
698
- * Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
699
- * @type {any}
700
- * @memberof UsersApiListInvites
701
- */
702
- readonly search?: any;
703
- /**
704
- * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
705
- * @type {any}
706
- * @memberof UsersApiListInvites
707
- */
708
- readonly order?: any;
709
- /**
710
- * Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
711
- * @type {any}
712
- * @memberof UsersApiListInvites
713
- */
714
- readonly expand?: any;
715
- }
716
459
  /**
717
460
  * Request parameters for listUsers operation in UsersApi.
718
461
  * @export
@@ -724,15 +467,15 @@ export interface UsersApiListUsersRequest {
724
467
  * @type {string}
725
468
  * @memberof UsersApiListUsers
726
469
  */
727
- readonly authorization?: string;
470
+ readonly authorization: string;
728
471
  /**
729
- * A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
472
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
730
473
  * @type {any}
731
474
  * @memberof UsersApiListUsers
732
475
  */
733
476
  readonly pageSize?: any;
734
477
  /**
735
- * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
478
+ * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
736
479
  * @type {any}
737
480
  * @memberof UsersApiListUsers
738
481
  */
@@ -750,13 +493,13 @@ export interface UsersApiListUsersRequest {
750
493
  */
751
494
  readonly search?: any;
752
495
  /**
753
- * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
496
+ * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
754
497
  * @type {any}
755
498
  * @memberof UsersApiListUsers
756
499
  */
757
500
  readonly order?: any;
758
501
  /**
759
- * Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
502
+ * Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
760
503
  * @type {any}
761
504
  * @memberof UsersApiListUsers
762
505
  */
@@ -777,22 +520,6 @@ export declare class UsersApi extends BaseAPI {
777
520
  * @memberof UsersApi
778
521
  */
779
522
  assignUserRoles(requestParameters: UsersApiAssignUserRolesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AssignUserRolesResponseClass, any>>;
780
- /**
781
- *
782
- * @param {UsersApiDeleteInviteRequest} requestParameters Request parameters.
783
- * @param {*} [options] Override http request option.
784
- * @throws {RequiredError}
785
- * @memberof UsersApi
786
- */
787
- deleteInvite(requestParameters: UsersApiDeleteInviteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
788
- /**
789
- *
790
- * @param {UsersApiDeleteInvitesRequest} requestParameters Request parameters.
791
- * @param {*} [options] Override http request option.
792
- * @throws {RequiredError}
793
- * @memberof UsersApi
794
- */
795
- deleteInvites(requestParameters: UsersApiDeleteInvitesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
796
523
  /**
797
524
  *
798
525
  * @param {UsersApiDeleteUserRequest} requestParameters Request parameters.
@@ -800,7 +527,7 @@ export declare class UsersApi extends BaseAPI {
800
527
  * @throws {RequiredError}
801
528
  * @memberof UsersApi
802
529
  */
803
- deleteUser(requestParameters: UsersApiDeleteUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
530
+ deleteUser(requestParameters: UsersApiDeleteUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
804
531
  /**
805
532
  *
806
533
  * @param {UsersApiDeleteUsersRequest} requestParameters Request parameters.
@@ -808,7 +535,7 @@ export declare class UsersApi extends BaseAPI {
808
535
  * @throws {RequiredError}
809
536
  * @memberof UsersApi
810
537
  */
811
- deleteUsers(requestParameters: UsersApiDeleteUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
538
+ deleteUsers(requestParameters: UsersApiDeleteUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchDeleteResponseClass, any>>;
812
539
  /**
813
540
  *
814
541
  * @param {UsersApiDisableUserRequest} requestParameters Request parameters.
@@ -824,7 +551,7 @@ export declare class UsersApi extends BaseAPI {
824
551
  * @throws {RequiredError}
825
552
  * @memberof UsersApi
826
553
  */
827
- disableUsers(requestParameters: UsersApiDisableUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
554
+ disableUsers(requestParameters: UsersApiDisableUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisableUsersResponseClass, any>>;
828
555
  /**
829
556
  *
830
557
  * @param {UsersApiEnableUserRequest} requestParameters Request parameters.
@@ -840,7 +567,7 @@ export declare class UsersApi extends BaseAPI {
840
567
  * @throws {RequiredError}
841
568
  * @memberof UsersApi
842
569
  */
843
- enableUsers(requestParameters: UsersApiEnableUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
570
+ enableUsers(requestParameters: UsersApiEnableUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EnableUsersResponseClass, any>>;
844
571
  /**
845
572
  *
846
573
  * @param {UsersApiGetUserRequest} requestParameters Request parameters.
@@ -850,35 +577,12 @@ export declare class UsersApi extends BaseAPI {
850
577
  */
851
578
  getUser(requestParameters: UsersApiGetUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetUserResponseClass, any>>;
852
579
  /**
853
- *
854
- * @param {UsersApiInviteUserRequest} requestParameters Request parameters.
855
- * @param {*} [options] Override http request option.
856
- * @throws {RequiredError}
857
- * @memberof UsersApi
858
- */
859
- inviteUser(requestParameters: UsersApiInviteUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteUserResponseClass, any>>;
860
- /**
861
- *
862
- * @param {UsersApiInviteUsersRequest} requestParameters Request parameters.
863
- * @param {*} [options] Override http request option.
864
- * @throws {RequiredError}
865
- * @memberof UsersApi
866
- */
867
- inviteUsers(requestParameters: UsersApiInviteUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
868
- /**
869
- *
870
- * @param {UsersApiListInvitesRequest} requestParameters Request parameters.
871
- * @param {*} [options] Override http request option.
872
- * @throws {RequiredError}
873
- * @memberof UsersApi
874
- */
875
- listInvites(requestParameters?: UsersApiListInvitesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListInvitesResponseClass, any>>;
876
- /**
877
- *
580
+ * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
581
+ * @summary List users
878
582
  * @param {UsersApiListUsersRequest} requestParameters Request parameters.
879
583
  * @param {*} [options] Override http request option.
880
584
  * @throws {RequiredError}
881
585
  * @memberof UsersApi
882
586
  */
883
- listUsers(requestParameters?: UsersApiListUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsersResponseClass, any>>;
587
+ listUsers(requestParameters: UsersApiListUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsersResponseClass, any>>;
884
588
  }