@vc-shell/framework 1.0.69 → 1.0.70

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 (373) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/core/api/platform.ts +2762 -2225
  3. package/core/composables/index.ts +1 -0
  4. package/core/composables/useMenuComposer/index.ts +25 -0
  5. package/core/composables/useNotifications/index.ts +24 -30
  6. package/core/composables/useUser/index.ts +1 -1
  7. package/core/directives/index.ts +0 -1
  8. package/core/plugins/index.ts +1 -1
  9. package/core/plugins/modularity/index.ts +8 -1
  10. package/core/plugins/signalR/index.ts +32 -0
  11. package/core/types/index.ts +56 -17
  12. package/dist/core/api/platform.d.ts +1005 -931
  13. package/dist/core/api/platform.d.ts.map +1 -1
  14. package/dist/core/composables/index.d.ts +1 -0
  15. package/dist/core/composables/index.d.ts.map +1 -1
  16. package/dist/core/composables/useMenuComposer/index.d.ts +12 -0
  17. package/dist/core/composables/useMenuComposer/index.d.ts.map +1 -0
  18. package/dist/core/composables/useNotifications/index.d.ts +3 -5
  19. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  20. package/dist/core/directives/autofocus/index.d.ts +1 -1
  21. package/dist/core/directives/autofocus/index.d.ts.map +1 -1
  22. package/dist/core/directives/index.d.ts +0 -1
  23. package/dist/core/directives/index.d.ts.map +1 -1
  24. package/dist/core/directives/loading/index.d.ts +1 -1
  25. package/dist/core/directives/loading/index.d.ts.map +1 -1
  26. package/dist/core/directives/permissions/index.d.ts +1 -1
  27. package/dist/core/directives/permissions/index.d.ts.map +1 -1
  28. package/dist/core/plugins/index.d.ts +1 -1
  29. package/dist/core/plugins/index.d.ts.map +1 -1
  30. package/dist/core/plugins/modularity/index.d.ts +1 -1
  31. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  32. package/dist/core/plugins/signalR/index.d.ts +4 -0
  33. package/dist/core/plugins/signalR/index.d.ts.map +1 -0
  34. package/dist/core/types/index.d.ts +46 -20
  35. package/dist/core/types/index.d.ts.map +1 -1
  36. package/dist/framework.mjs +29318 -28417
  37. package/dist/index.css +1 -1
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -3
  40. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
  41. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +6 -3
  42. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  43. package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
  44. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +13 -456
  45. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -1
  46. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +19 -454
  47. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  48. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +2 -3
  49. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  50. package/dist/shared/components/blade-navigation/index.d.ts +1 -9
  51. package/dist/shared/components/blade-navigation/index.d.ts.map +1 -1
  52. package/dist/shared/components/blade-navigation/plugin.d.ts +13 -0
  53. package/dist/shared/components/blade-navigation/plugin.d.ts.map +1 -0
  54. package/dist/shared/components/blade-navigation/types/index.d.ts +53 -26
  55. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  56. package/dist/{core/plugins → shared/components}/error-interceptor/index.d.ts +53 -15
  57. package/dist/shared/components/error-interceptor/index.d.ts.map +1 -0
  58. package/dist/{core/plugins → shared/components}/error-interceptor/interceptor.d.ts +1 -1
  59. package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -0
  60. package/dist/shared/components/notifications/components/notification-container/index.d.ts +13 -13
  61. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  62. package/dist/shared/components/notifications/index.d.ts +0 -9
  63. package/dist/shared/components/notifications/index.d.ts.map +1 -1
  64. package/dist/shared/components/popup-handler/components/index.d.ts +2 -0
  65. package/dist/shared/components/popup-handler/components/index.d.ts.map +1 -0
  66. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +2 -0
  67. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -0
  68. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +3 -0
  69. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -0
  70. package/dist/shared/components/popup-handler/composables/index.d.ts +2 -0
  71. package/dist/shared/components/popup-handler/composables/index.d.ts.map +1 -0
  72. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +12 -0
  73. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -0
  74. package/dist/shared/components/popup-handler/index.d.ts +16 -0
  75. package/dist/shared/components/popup-handler/index.d.ts.map +1 -0
  76. package/dist/shared/components/popup-handler/plugin.d.ts +6 -0
  77. package/dist/shared/components/popup-handler/plugin.d.ts.map +1 -0
  78. package/dist/shared/components/popup-handler/types/index.d.ts +26 -0
  79. package/dist/shared/components/popup-handler/types/index.d.ts.map +1 -0
  80. package/dist/shared/components/popup-handler/utils/index.d.ts +3 -0
  81. package/dist/shared/components/popup-handler/utils/index.d.ts.map +1 -0
  82. package/dist/shared/index.d.ts +2 -0
  83. package/dist/shared/index.d.ts.map +1 -1
  84. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +13 -4
  85. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  86. package/dist/shared/modules/assets/components/assets-details/index.d.ts +85 -49
  87. package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +1 -1
  88. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +15 -11
  89. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  90. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +89 -64
  91. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
  92. package/dist/tsconfig.tsbuildinfo +1 -1
  93. package/dist/ui/components/atoms/vc-badge/index.d.ts +56 -19
  94. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  95. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +2 -2
  96. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  97. package/dist/ui/components/atoms/vc-button/index.d.ts +68 -44
  98. package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  99. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +7 -4
  100. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  101. package/dist/ui/components/atoms/vc-card/index.d.ts +66 -44
  102. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  103. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +8 -6
  104. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  105. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +74 -48
  106. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  107. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +8 -5
  108. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  109. package/dist/ui/components/atoms/vc-col/index.d.ts +54 -19
  110. package/dist/ui/components/atoms/vc-col/index.d.ts.map +1 -1
  111. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +7 -4
  112. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  113. package/dist/ui/components/atoms/vc-container/index.d.ts +56 -19
  114. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  115. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
  116. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  117. package/dist/ui/components/atoms/vc-hint/index.d.ts +53 -8
  118. package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
  119. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +2 -2
  120. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  121. package/dist/ui/components/atoms/vc-icon/index.d.ts +4 -8
  122. package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
  123. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +7 -4
  124. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  125. package/dist/ui/components/atoms/vc-image/index.d.ts +17 -23
  126. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  127. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +8 -5
  128. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  129. package/dist/ui/components/atoms/vc-info-row/index.d.ts +10 -12
  130. package/dist/ui/components/atoms/vc-info-row/index.d.ts.map +1 -1
  131. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +7 -4
  132. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  133. package/dist/ui/components/atoms/vc-label/index.d.ts +56 -23
  134. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  135. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +8 -5
  136. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  137. package/dist/ui/components/atoms/vc-link/index.d.ts +56 -20
  138. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  139. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +2 -2
  140. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  141. package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
  142. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  143. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
  144. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  145. package/dist/ui/components/atoms/vc-progress/index.d.ts +54 -27
  146. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  147. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +6 -3
  148. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  149. package/dist/ui/components/atoms/vc-row/index.d.ts +53 -8
  150. package/dist/ui/components/atoms/vc-row/index.d.ts.map +1 -1
  151. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +2 -2
  152. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  153. package/dist/ui/components/atoms/vc-status/index.d.ts +56 -31
  154. package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
  155. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +7 -4
  156. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  157. package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -1
  158. package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
  159. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
  160. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  161. package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -1
  162. package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
  163. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +1 -1
  164. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  165. package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
  166. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  167. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -1
  168. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  169. package/dist/ui/components/index.d.ts +2 -0
  170. package/dist/ui/components/index.d.ts.map +1 -1
  171. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
  172. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  173. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +1 -3
  174. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -1
  175. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +6 -3
  176. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  177. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +79 -65
  178. package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  179. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +7 -4
  180. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  181. package/dist/ui/components/molecules/vc-editor/index.d.ts +80 -69
  182. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  183. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +7 -4
  184. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  185. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +77 -65
  186. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  187. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +7 -4
  188. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  189. package/dist/ui/components/molecules/vc-form/index.d.ts +53 -8
  190. package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
  191. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +2 -2
  192. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  193. package/dist/ui/components/molecules/vc-input/index.d.ts +116 -128
  194. package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  195. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +17 -13
  196. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  197. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +125 -137
  198. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  199. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +9 -8
  200. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  201. package/dist/ui/components/molecules/vc-notification/index.d.ts +1 -1
  202. package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
  203. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
  204. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  205. package/dist/ui/components/molecules/vc-pagination/index.d.ts +7 -11
  206. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  207. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +6 -3
  208. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  209. package/dist/ui/components/molecules/vc-rating/index.d.ts +73 -55
  210. package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
  211. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +8 -5
  212. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  213. package/dist/ui/components/molecules/vc-select/index.d.ts +188 -584
  214. package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  215. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +643 -119
  216. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  217. package/dist/ui/components/molecules/vc-slider/index.d.ts +70 -55
  218. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  219. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +10 -7
  220. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  221. package/dist/ui/components/molecules/vc-textarea/index.d.ts +80 -68
  222. package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
  223. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +7 -4
  224. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  225. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +21 -7
  226. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  227. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +8 -17
  228. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  229. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +19 -36
  230. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  231. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +20 -13
  232. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  233. package/dist/ui/components/organisms/vc-app/index.d.ts +138 -160
  234. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  235. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +23 -24
  236. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  237. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  238. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  239. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +8 -5
  240. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  241. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +7 -4
  242. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  243. package/dist/ui/components/organisms/vc-blade/index.d.ts +103 -112
  244. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  245. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +11 -10
  246. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  247. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +3 -5
  248. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
  249. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +6 -3
  250. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  251. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +7 -4
  252. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  253. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +18 -7
  254. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  255. package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -52
  256. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  257. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +8 -8
  258. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  259. package/dist/ui/components/organisms/vc-login-form/index.d.ts +62 -31
  260. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  261. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +7 -4
  262. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  263. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +32 -0
  264. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
  265. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +44 -0
  266. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -0
  267. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +22 -0
  268. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -0
  269. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +135 -0
  270. package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -0
  271. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +24 -0
  272. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -0
  273. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts +17 -0
  274. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -0
  275. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts +20 -0
  276. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -0
  277. package/dist/ui/components/organisms/vc-popup/index.d.ts +87 -42
  278. package/dist/ui/components/organisms/vc-popup/index.d.ts.map +1 -1
  279. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +16 -6
  280. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  281. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -1
  282. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  283. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +6 -3
  284. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  285. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +6 -3
  286. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  287. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +8 -5
  288. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  289. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +48 -47
  290. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  291. package/dist/ui/components/organisms/vc-table/index.d.ts +205 -661
  292. package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
  293. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +185 -134
  294. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  295. package/dist/ui/types/index.d.ts +2 -0
  296. package/dist/ui/types/index.d.ts.map +1 -1
  297. package/package.json +23 -22
  298. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +3 -2
  299. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +4 -2
  300. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +25 -26
  301. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +106 -68
  302. package/shared/components/blade-navigation/index.ts +1 -12
  303. package/shared/components/blade-navigation/plugin.ts +33 -0
  304. package/shared/components/blade-navigation/types/index.ts +59 -36
  305. package/{core/plugins → shared/components}/error-interceptor/interceptor.ts +1 -1
  306. package/shared/components/notifications/composables/useContainer/index.ts +2 -2
  307. package/shared/components/notifications/core/notification.ts +1 -1
  308. package/shared/components/notifications/index.ts +0 -11
  309. package/shared/components/popup-handler/components/index.ts +1 -0
  310. package/shared/components/popup-handler/components/vc-popup-container/index.ts +3 -0
  311. package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +25 -0
  312. package/shared/components/popup-handler/composables/index.ts +1 -0
  313. package/shared/components/popup-handler/composables/usePopup/index.ts +129 -0
  314. package/shared/components/popup-handler/index.ts +19 -0
  315. package/shared/components/popup-handler/plugin.ts +24 -0
  316. package/shared/components/popup-handler/types/index.ts +28 -0
  317. package/shared/components/popup-handler/utils/index.ts +9 -0
  318. package/shared/index.ts +4 -2
  319. package/shared/modules/assets/components/assets-details/assets-details.vue +12 -10
  320. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +33 -30
  321. package/ui/components/atoms/vc-button/vc-button.vue +1 -1
  322. package/ui/components/atoms/vc-card/vc-card.vue +2 -2
  323. package/ui/components/atoms/vc-info-row/vc-info-row.vue +2 -2
  324. package/ui/components/atoms/vc-label/vc-label.vue +1 -1
  325. package/ui/components/atoms/vc-loading/vc-loading.vue +1 -1
  326. package/ui/components/atoms/vc-switch/vc-switch.vue +1 -1
  327. package/ui/components/index.ts +2 -0
  328. package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +3 -3
  329. package/ui/components/molecules/vc-editor/vc-editor.vue +3 -3
  330. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +2 -2
  331. package/ui/components/molecules/vc-input/vc-input.vue +17 -17
  332. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -8
  333. package/ui/components/molecules/vc-notification/vc-notification.vue +1 -1
  334. package/ui/components/molecules/vc-rating/vc-rating.vue +1 -1
  335. package/ui/components/molecules/vc-select/index.ts +1 -86
  336. package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
  337. package/ui/components/molecules/vc-select/vc-select.vue +276 -198
  338. package/ui/components/molecules/vc-slider/vc-slider.vue +3 -3
  339. package/ui/components/molecules/vc-textarea/vc-textarea.vue +2 -2
  340. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +20 -15
  341. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +5 -9
  342. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +18 -27
  343. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +22 -16
  344. package/ui/components/organisms/vc-app/vc-app.vue +20 -17
  345. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +5 -5
  346. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +4 -4
  347. package/ui/components/organisms/vc-blade/vc-blade.vue +25 -32
  348. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +84 -84
  349. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +3 -3
  350. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +9 -3
  351. package/ui/components/organisms/vc-gallery/vc-gallery.vue +27 -23
  352. package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +63 -0
  353. package/ui/components/organisms/vc-notification-dropdown/index.ts +3 -0
  354. package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +125 -0
  355. package/ui/components/organisms/vc-notification-template/index.ts +3 -0
  356. package/ui/components/organisms/vc-notification-template/vc-notification-template.vue +33 -0
  357. package/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue +28 -0
  358. package/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue +33 -0
  359. package/ui/components/organisms/vc-popup/vc-popup.vue +62 -7
  360. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +6 -6
  361. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +5 -5
  362. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +27 -24
  363. package/ui/components/organisms/vc-table/index.ts +1 -17
  364. package/ui/components/organisms/vc-table/vc-table.stories.ts +1 -1
  365. package/ui/components/organisms/vc-table/vc-table.vue +140 -132
  366. package/ui/locales/en.json +21 -10
  367. package/ui/types/index.ts +2 -0
  368. package/core/directives/click-outside/index.ts +0 -21
  369. package/dist/core/directives/click-outside/index.d.ts +0 -3
  370. package/dist/core/directives/click-outside/index.d.ts.map +0 -1
  371. package/dist/core/plugins/error-interceptor/index.d.ts.map +0 -1
  372. package/dist/core/plugins/error-interceptor/interceptor.d.ts.map +0 -1
  373. /package/{core/plugins → shared/components}/error-interceptor/index.ts +0 -0
@@ -29,13 +29,19 @@ export declare class ExternalSignInClient extends AuthApiBase {
29
29
  * @param authenticationType (optional)
30
30
  * @return Success
31
31
  */
32
- signIn(authenticationType: string | null | undefined): Promise<void>;
32
+ signIn(authenticationType?: string | undefined): Promise<void>;
33
33
  protected processSignIn(response: Response): Promise<void>;
34
+ /**
35
+ * @param authenticationType (optional)
36
+ * @return Success
37
+ */
38
+ signOut(authenticationType?: string | undefined): Promise<void>;
39
+ protected processSignOut(response: Response): Promise<void>;
34
40
  /**
35
41
  * @param returnUrl (optional)
36
42
  * @return Success
37
43
  */
38
- signInCallback(returnUrl: string | null | undefined): Promise<void>;
44
+ signInCallback(returnUrl?: string | undefined): Promise<void>;
39
45
  protected processSignInCallback(response: Response): Promise<void>;
40
46
  /**
41
47
  * @return Success
@@ -67,7 +73,7 @@ export declare class ChangeLogClient extends AuthApiBase {
67
73
  * @param scope (optional)
68
74
  * @return Success
69
75
  */
70
- forceChanges(scope: string | null | undefined): Promise<void>;
76
+ forceChanges(scope?: string | undefined): Promise<void>;
71
77
  protected processForceChanges(response: Response): Promise<void>;
72
78
  /**
73
79
  * @return Success
@@ -78,32 +84,32 @@ export declare class ChangeLogClient extends AuthApiBase {
78
84
  * @param scope (optional)
79
85
  * @return Success
80
86
  */
81
- getLastModifiedDate(scope: string | null | undefined): Promise<LastModifiedResponse>;
87
+ getLastModifiedDate(scope?: string | undefined): Promise<LastModifiedResponse>;
82
88
  protected processGetLastModifiedDate(response: Response): Promise<LastModifiedResponse>;
83
89
  /**
84
90
  * @param body (optional)
85
91
  * @return Success
86
92
  */
87
- getChangedEntities(body: ChangedEntitiesRequest | null | undefined): Promise<ChangedEntitiesResponse>;
93
+ getChangedEntities(body?: ChangedEntitiesRequest | undefined): Promise<ChangedEntitiesResponse>;
88
94
  protected processGetChangedEntities(response: Response): Promise<ChangedEntitiesResponse>;
89
95
  /**
90
96
  * @param body (optional)
91
97
  * @return Success
92
98
  */
93
- resetChangedEntities(body: string[] | null | undefined): Promise<void>;
99
+ resetChangedEntities(body?: string[] | undefined): Promise<void>;
94
100
  protected processResetChangedEntities(response: Response): Promise<void>;
95
101
  /**
96
102
  * @param body (optional)
97
103
  * @return Success
98
104
  */
99
- searchChanges(body: ChangeLogSearchCriteria | null | undefined): Promise<ChangeLogSearchResult>;
105
+ searchChanges(body?: ChangeLogSearchCriteria | undefined): Promise<ChangeLogSearchResult>;
100
106
  protected processSearchChanges(response: Response): Promise<ChangeLogSearchResult>;
101
107
  /**
102
108
  * @param start (optional)
103
109
  * @param end (optional)
104
110
  * @return Success
105
111
  */
106
- searchTypeChangeHistory(type: string | null, start: Date | null | undefined, end: Date | null | undefined): Promise<OperationLog[]>;
112
+ searchTypeChangeHistory(type: string, start?: Date | undefined, end?: Date | undefined): Promise<OperationLog[]>;
107
113
  protected processSearchTypeChangeHistory(response: Response): Promise<OperationLog[]>;
108
114
  }
109
115
  export declare class DiagnosticsClient extends AuthApiBase {
@@ -140,25 +146,25 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
140
146
  * @param body (optional)
141
147
  * @return Success
142
148
  */
143
- searchDynamicProperties(body: DynamicPropertySearchCriteria | null | undefined): Promise<DynamicPropertySearchResult>;
149
+ searchDynamicProperties(body?: DynamicPropertySearchCriteria | undefined): Promise<DynamicPropertySearchResult>;
144
150
  protected processSearchDynamicProperties(response: Response): Promise<DynamicPropertySearchResult>;
145
151
  /**
146
152
  * @param body (optional)
147
153
  * @return Success
148
154
  */
149
- createProperty(body: DynamicProperty | null | undefined): Promise<DynamicProperty>;
155
+ createProperty(body?: DynamicProperty | undefined): Promise<DynamicProperty>;
150
156
  protected processCreateProperty(response: Response): Promise<DynamicProperty>;
151
157
  /**
152
158
  * @param body (optional)
153
159
  * @return Success
154
160
  */
155
- updateProperty(body: DynamicProperty | null | undefined): Promise<void>;
161
+ updateProperty(body?: DynamicProperty | undefined): Promise<void>;
156
162
  protected processUpdateProperty(response: Response): Promise<void>;
157
163
  /**
158
164
  * @param propertyIds (optional)
159
165
  * @return Success
160
166
  */
161
- deleteProperty(propertyIds: string[] | null | undefined): Promise<void>;
167
+ deleteProperty(propertyIds?: string[] | undefined): Promise<void>;
162
168
  protected processDeleteProperty(response: Response): Promise<void>;
163
169
  /**
164
170
  * @return Success
@@ -169,19 +175,19 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
169
175
  * @param body (optional)
170
176
  * @return Success
171
177
  */
172
- searchDictionaryItems(body: DynamicPropertyDictionaryItemSearchCriteria | null | undefined): Promise<DynamicPropertyDictionaryItemSearchResult>;
178
+ searchDictionaryItems(body?: DynamicPropertyDictionaryItemSearchCriteria | undefined): Promise<DynamicPropertyDictionaryItemSearchResult>;
173
179
  protected processSearchDictionaryItems(response: Response): Promise<DynamicPropertyDictionaryItemSearchResult>;
174
180
  /**
175
181
  * @param body (optional)
176
182
  * @return Success
177
183
  */
178
- saveDictionaryItems(body: DynamicPropertyDictionaryItem[] | null | undefined): Promise<void>;
184
+ saveDictionaryItems(body?: DynamicPropertyDictionaryItem[] | undefined): Promise<void>;
179
185
  protected processSaveDictionaryItems(response: Response): Promise<void>;
180
186
  /**
181
187
  * @param ids (optional)
182
188
  * @return Success
183
189
  */
184
- deleteDictionaryItem(ids: string[] | null | undefined): Promise<void>;
190
+ deleteDictionaryItem(ids?: string[] | undefined): Promise<void>;
185
191
  protected processDeleteDictionaryItem(response: Response): Promise<void>;
186
192
  }
187
193
  export declare class JobsClient extends AuthApiBase {
@@ -194,7 +200,7 @@ export declare class JobsClient extends AuthApiBase {
194
200
  /**
195
201
  * @return Success
196
202
  */
197
- getStatus(id: string | null): Promise<Job>;
203
+ getStatus(id: string): Promise<Job>;
198
204
  protected processGetStatus(response: Response): Promise<Job>;
199
205
  }
200
206
  export declare class ModulesClient extends AuthApiBase {
@@ -218,13 +224,13 @@ export declare class ModulesClient extends AuthApiBase {
218
224
  * @param body (optional)
219
225
  * @return Success
220
226
  */
221
- getDependingModules(body: ModuleDescriptor[] | null | undefined): Promise<ModuleDescriptor[]>;
227
+ getDependingModules(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
222
228
  protected processGetDependingModules(response: Response): Promise<ModuleDescriptor[]>;
223
229
  /**
224
230
  * @param body (optional)
225
231
  * @return Success
226
232
  */
227
- getMissingDependencies(body: ModuleDescriptor[] | null | undefined): Promise<ModuleDescriptor[]>;
233
+ getMissingDependencies(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
228
234
  protected processGetMissingDependencies(response: Response): Promise<ModuleDescriptor[]>;
229
235
  /**
230
236
  * @return Success
@@ -235,13 +241,13 @@ export declare class ModulesClient extends AuthApiBase {
235
241
  * @param body (optional)
236
242
  * @return Success
237
243
  */
238
- installModules(body: ModuleDescriptor[] | null | undefined): Promise<ModulePushNotification>;
244
+ installModules(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
239
245
  protected processInstallModules(response: Response): Promise<ModulePushNotification>;
240
246
  /**
241
247
  * @param body (optional)
242
248
  * @return Success
243
249
  */
244
- uninstallModule(body: ModuleDescriptor[] | null | undefined): Promise<ModulePushNotification>;
250
+ uninstallModule(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
245
251
  protected processUninstallModule(response: Response): Promise<ModulePushNotification>;
246
252
  /**
247
253
  * @return Success
@@ -270,19 +276,19 @@ export declare class OAuthAppsClient extends AuthApiBase {
270
276
  * @param body (optional)
271
277
  * @return Success
272
278
  */
273
- save(body: OpenIddictApplicationDescriptor | null | undefined): Promise<OpenIddictApplicationDescriptor>;
279
+ save(body?: OpenIddictApplicationDescriptor | undefined): Promise<OpenIddictApplicationDescriptor>;
274
280
  protected processSave(response: Response): Promise<OpenIddictApplicationDescriptor>;
275
281
  /**
276
282
  * @param clientIds (optional)
277
283
  * @return Success
278
284
  */
279
- delete(clientIds: string[] | null | undefined): Promise<void>;
285
+ delete(clientIds?: string[] | undefined): Promise<void>;
280
286
  protected processDelete(response: Response): Promise<void>;
281
287
  /**
282
288
  * @param body (optional)
283
289
  * @return Success
284
290
  */
285
- search(body: OAuthAppSearchCriteria | null | undefined): Promise<OAuthAppSearchResult>;
291
+ search(body?: OAuthAppSearchCriteria | undefined): Promise<OAuthAppSearchResult>;
286
292
  protected processSearch(response: Response): Promise<OAuthAppSearchResult>;
287
293
  }
288
294
  export declare class PushNotificationClient extends AuthApiBase {
@@ -296,7 +302,7 @@ export declare class PushNotificationClient extends AuthApiBase {
296
302
  * @param body (optional)
297
303
  * @return Success
298
304
  */
299
- searchPushNotification(body: PushNotificationSearchCriteria | null | undefined): Promise<PushNotificationSearchResult>;
305
+ searchPushNotification(body?: PushNotificationSearchCriteria | undefined): Promise<PushNotificationSearchResult>;
300
306
  protected processSearchPushNotification(response: Response): Promise<PushNotificationSearchResult>;
301
307
  /**
302
308
  * @return Success
@@ -315,7 +321,7 @@ export declare class SecurityClient extends AuthApiBase {
315
321
  * @param body (optional)
316
322
  * @return Success
317
323
  */
318
- login(body: LoginRequest | null | undefined): Promise<SignInResult>;
324
+ login(body?: LoginRequest | undefined): Promise<SignInResult>;
319
325
  protected processLogin(response: Response): Promise<SignInResult>;
320
326
  /**
321
327
  * @return Success
@@ -341,153 +347,158 @@ export declare class SecurityClient extends AuthApiBase {
341
347
  * @param body (optional)
342
348
  * @return Success
343
349
  */
344
- searchRoles(body: RoleSearchCriteria | null | undefined): Promise<RoleSearchResult>;
350
+ searchRoles(body?: RoleSearchCriteria | undefined): Promise<RoleSearchResult>;
345
351
  protected processSearchRoles(response: Response): Promise<RoleSearchResult>;
346
352
  /**
347
353
  * @return Success
348
354
  */
349
- getRole(roleName: string | null): Promise<Role>;
355
+ getRole(roleName: string): Promise<Role>;
350
356
  protected processGetRole(response: Response): Promise<Role>;
351
357
  /**
352
358
  * @param ids (optional)
353
359
  * @return Success
354
360
  */
355
- deleteRoles(ids: string[] | null | undefined): Promise<void>;
361
+ deleteRoles(ids?: string[] | undefined): Promise<void>;
356
362
  protected processDeleteRoles(response: Response): Promise<void>;
357
363
  /**
358
364
  * @param body (optional)
359
365
  * @return Success
360
366
  */
361
- updateRole(body: Role | null | undefined): Promise<SecurityResult>;
367
+ updateRole(body?: Role | undefined): Promise<SecurityResult>;
362
368
  protected processUpdateRole(response: Response): Promise<SecurityResult>;
363
369
  /**
364
370
  * @param body (optional)
365
371
  * @return Success
366
372
  */
367
- searchUsers(body: UserSearchCriteria | null | undefined): Promise<UserSearchResult>;
373
+ searchUsers(body?: UserSearchCriteria | undefined): Promise<UserSearchResult>;
368
374
  protected processSearchUsers(response: Response): Promise<UserSearchResult>;
369
375
  /**
370
376
  * @return Success
371
377
  */
372
- getUserByName(userName: string | null): Promise<ApplicationUser>;
378
+ getUserByName(userName: string): Promise<ApplicationUser>;
373
379
  protected processGetUserByName(response: Response): Promise<ApplicationUser>;
374
380
  /**
375
381
  * @return Success
376
382
  */
377
- getUserById(id: string | null): Promise<ApplicationUser>;
383
+ getUserById(id: string): Promise<ApplicationUser>;
378
384
  protected processGetUserById(response: Response): Promise<ApplicationUser>;
379
385
  /**
380
386
  * @return Success
381
387
  */
382
- getUserByEmail(email: string | null): Promise<ApplicationUser>;
388
+ getUserByEmail(email: string): Promise<ApplicationUser>;
383
389
  protected processGetUserByEmail(response: Response): Promise<ApplicationUser>;
384
390
  /**
385
391
  * @return Success
386
392
  */
387
- getUserByLogin(loginProvider: string | null, providerKey: string | null): Promise<ApplicationUser>;
393
+ getUserByLogin(loginProvider: string, providerKey: string): Promise<ApplicationUser>;
388
394
  protected processGetUserByLogin(response: Response): Promise<ApplicationUser>;
389
395
  /**
390
396
  * @param body (optional)
391
397
  * @return Success
392
398
  */
393
- create(body: ApplicationUser | null | undefined): Promise<SecurityResult>;
399
+ create(body?: ApplicationUser | undefined): Promise<SecurityResult>;
394
400
  protected processCreate(response: Response): Promise<SecurityResult>;
395
401
  /**
396
402
  * @param body (optional)
397
403
  * @return Success
398
404
  */
399
- changeCurrentUserPassword(body: ChangePasswordRequest | null | undefined): Promise<SecurityResult>;
405
+ changeCurrentUserPassword(body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
400
406
  protected processChangeCurrentUserPassword(response: Response): Promise<SecurityResult>;
401
407
  /**
402
408
  * @param body (optional)
403
409
  * @return Success
404
410
  */
405
- changePassword(userName: string | null, body: ChangePasswordRequest | null | undefined): Promise<SecurityResult>;
411
+ changePassword(userName: string, body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
406
412
  protected processChangePassword(response: Response): Promise<SecurityResult>;
407
413
  /**
408
414
  * @param body (optional)
409
415
  * @return Success
410
416
  */
411
- resetPassword(userName: string | null, body: ResetPasswordConfirmRequest | null | undefined): Promise<SecurityResult>;
417
+ resetPassword(userName: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
412
418
  protected processResetPassword(response: Response): Promise<SecurityResult>;
413
419
  /**
414
420
  * @param body (optional)
415
421
  * @return Success
416
422
  */
417
- resetPasswordByToken(userId: string | null, body: ResetPasswordConfirmRequest | null | undefined): Promise<SecurityResult>;
423
+ resetPasswordByToken(userId: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
418
424
  protected processResetPasswordByToken(response: Response): Promise<SecurityResult>;
419
425
  /**
420
426
  * @param body (optional)
421
427
  * @return Success
422
428
  */
423
- validatePasswordResetToken(userId: string | null, body: ValidatePasswordResetTokenRequest | null | undefined): Promise<boolean>;
429
+ validatePasswordResetToken(userId: string, body?: ValidatePasswordResetTokenRequest | undefined): Promise<boolean>;
424
430
  protected processValidatePasswordResetToken(response: Response): Promise<boolean>;
425
431
  /**
426
432
  * @return Success
427
433
  */
428
- requestPasswordReset(loginOrEmail: string | null): Promise<void>;
434
+ requestPasswordReset(loginOrEmail: string): Promise<void>;
429
435
  protected processRequestPasswordReset(response: Response): Promise<void>;
430
436
  /**
431
437
  * @param body (optional)
432
438
  * @return Success
433
439
  */
434
- validatePassword(body: string | null | undefined): Promise<IdentityResult>;
440
+ validatePassword(body?: string | undefined): Promise<IdentityResult>;
435
441
  protected processValidatePassword(response: Response): Promise<IdentityResult>;
436
442
  /**
437
443
  * @param body (optional)
438
444
  * @return Success
439
445
  */
440
- validateUserPassword(body: ChangePasswordRequest | null | undefined): Promise<IdentityResult>;
446
+ validateUserPassword(body?: ChangePasswordRequest | undefined): Promise<IdentityResult>;
441
447
  protected processValidateUserPassword(response: Response): Promise<IdentityResult>;
442
448
  /**
443
449
  * @param body (optional)
444
450
  * @return Success
445
451
  */
446
- update(body: ApplicationUser | null | undefined): Promise<SecurityResult>;
452
+ update(body?: ApplicationUser | undefined): Promise<SecurityResult>;
447
453
  protected processUpdate(response: Response): Promise<SecurityResult>;
448
454
  /**
449
455
  * @param names (optional)
450
456
  * @return Success
451
457
  */
452
- delete(names: string[] | null | undefined): Promise<void>;
458
+ delete(names?: string[] | undefined): Promise<void>;
453
459
  protected processDelete(response: Response): Promise<void>;
454
460
  /**
455
461
  * @return Success
456
462
  */
457
- isUserLocked(id: string | null): Promise<UserLockedResult>;
463
+ isUserLocked(id: string): Promise<UserLockedResult>;
458
464
  protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
459
465
  /**
460
466
  * @return Success
461
467
  */
462
- lockUser(id: string | null): Promise<SecurityResult>;
468
+ passwordChangeEnabled(): Promise<UserLockedResult>;
469
+ protected processPasswordChangeEnabled(response: Response): Promise<UserLockedResult>;
470
+ /**
471
+ * @return Success
472
+ */
473
+ lockUser(id: string): Promise<SecurityResult>;
463
474
  protected processLockUser(response: Response): Promise<SecurityResult>;
464
475
  /**
465
476
  * @return Success
466
477
  */
467
- unlockUser(id: string | null): Promise<SecurityResult>;
478
+ unlockUser(id: string): Promise<SecurityResult>;
468
479
  protected processUnlockUser(response: Response): Promise<SecurityResult>;
469
480
  /**
470
481
  * @return Success
471
482
  */
472
- getUserApiKeys(id: string | null): Promise<UserApiKey[]>;
483
+ getUserApiKeys(id: string): Promise<UserApiKey[]>;
473
484
  protected processGetUserApiKeys(response: Response): Promise<UserApiKey[]>;
474
485
  /**
475
486
  * @param body (optional)
476
487
  * @return Success
477
488
  */
478
- saveUserApiKey(body: UserApiKey | null | undefined): Promise<UserApiKey[]>;
489
+ saveUserApiKey(body?: UserApiKey | undefined): Promise<UserApiKey[]>;
479
490
  protected processSaveUserApiKey(response: Response): Promise<UserApiKey[]>;
480
491
  /**
481
492
  * @param body (optional)
482
493
  * @return Success
483
494
  */
484
- updateUserApiKey(body: UserApiKey | null | undefined): Promise<UserApiKey[]>;
495
+ updateUserApiKey(body?: UserApiKey | undefined): Promise<UserApiKey[]>;
485
496
  protected processUpdateUserApiKey(response: Response): Promise<UserApiKey[]>;
486
497
  /**
487
498
  * @param ids (optional)
488
499
  * @return Success
489
500
  */
490
- deleteUserApiKeys(ids: string[] | null | undefined): Promise<UserApiKey[]>;
501
+ deleteUserApiKeys(ids?: string[] | undefined): Promise<UserApiKey[]>;
491
502
  protected processDeleteUserApiKeys(response: Response): Promise<UserApiKey[]>;
492
503
  /**
493
504
  * @return Success
@@ -497,8 +508,43 @@ export declare class SecurityClient extends AuthApiBase {
497
508
  /**
498
509
  * @return Success
499
510
  */
500
- sendVerificationEmail(userId: string | null): Promise<void>;
511
+ sendVerificationEmail(userId: string): Promise<void>;
501
512
  protected processSendVerificationEmail(response: Response): Promise<void>;
513
+ /**
514
+ * @param body (optional)
515
+ * @return Success
516
+ */
517
+ confirmEmail(userId: string, body?: ConfirmEmailRequest | undefined): Promise<SecurityResult>;
518
+ protected processConfirmEmail(response: Response): Promise<SecurityResult>;
519
+ /**
520
+ * @param newEmail (optional)
521
+ * @return Success
522
+ */
523
+ generateChangeEmailToken(userId: string, newEmail?: string | undefined): Promise<string>;
524
+ protected processGenerateChangeEmailToken(response: Response): Promise<string>;
525
+ /**
526
+ * @return Success
527
+ */
528
+ generateEmailConfirmationToken(userId: string): Promise<string>;
529
+ protected processGenerateEmailConfirmationToken(response: Response): Promise<string>;
530
+ /**
531
+ * @return Success
532
+ */
533
+ generatePasswordResetToken(userId: string): Promise<string>;
534
+ protected processGeneratePasswordResetToken(response: Response): Promise<string>;
535
+ /**
536
+ * @param tokenProvider (optional)
537
+ * @param purpose (optional)
538
+ * @return Success
539
+ */
540
+ generateUserToken(userId: string, tokenProvider?: string | undefined, purpose?: string | undefined): Promise<string>;
541
+ protected processGenerateUserToken(response: Response): Promise<string>;
542
+ /**
543
+ * @param body (optional)
544
+ * @return Success
545
+ */
546
+ verifyUserToken(userId: string, body?: VerifyTokenRequest | undefined): Promise<boolean>;
547
+ protected processVerifyUserToken(response: Response): Promise<boolean>;
502
548
  }
503
549
  export declare class SettingClient extends AuthApiBase {
504
550
  private http;
@@ -516,17 +562,17 @@ export declare class SettingClient extends AuthApiBase {
516
562
  * @param body (optional)
517
563
  * @return Success
518
564
  */
519
- update(body: ObjectSettingEntry[] | null | undefined): Promise<void>;
565
+ update(body?: ObjectSettingEntry[] | undefined): Promise<void>;
520
566
  protected processUpdate(response: Response): Promise<void>;
521
567
  /**
522
568
  * @return Success
523
569
  */
524
- getGlobalModuleSettings(id: string | null): Promise<ObjectSettingEntry[]>;
570
+ getGlobalModuleSettings(id: string): Promise<ObjectSettingEntry[]>;
525
571
  protected processGetGlobalModuleSettings(response: Response): Promise<ObjectSettingEntry[]>;
526
572
  /**
527
573
  * @return Success
528
574
  */
529
- getGlobalSetting(name: string | null): Promise<ObjectSettingEntry>;
575
+ getGlobalSetting(name: string): Promise<ObjectSettingEntry>;
530
576
  protected processGetGlobalSetting(response: Response): Promise<ObjectSettingEntry>;
531
577
  /**
532
578
  * @return Success
@@ -534,41 +580,10 @@ export declare class SettingClient extends AuthApiBase {
534
580
  getUICustomizationSetting(): Promise<ObjectSettingEntry>;
535
581
  protected processGetUICustomizationSetting(response: Response): Promise<ObjectSettingEntry>;
536
582
  }
537
- export declare class OpenIddictResponse implements IOpenIddictResponse {
538
- accessToken?: string | undefined;
539
- code?: string | undefined;
540
- deviceCode?: string | undefined;
541
- error?: string | undefined;
542
- errorDescription?: string | undefined;
543
- errorUri?: string | undefined;
544
- expiresIn?: number | undefined;
545
- idToken?: string | undefined;
546
- refreshToken?: string | undefined;
547
- scope?: string | undefined;
548
- state?: string | undefined;
549
- tokenType?: string | undefined;
550
- userCode?: string | undefined;
551
- readonly count?: number;
552
- constructor(data?: IOpenIddictResponse);
553
- init(_data?: any): void;
554
- static fromJS(data: any): OpenIddictResponse;
555
- toJSON(data?: any): any;
556
- }
557
- export interface IOpenIddictResponse {
558
- accessToken?: string | undefined;
559
- code?: string | undefined;
560
- deviceCode?: string | undefined;
561
- error?: string | undefined;
562
- errorDescription?: string | undefined;
563
- errorUri?: string | undefined;
564
- expiresIn?: number | undefined;
565
- idToken?: string | undefined;
566
- refreshToken?: string | undefined;
567
- scope?: string | undefined;
568
- state?: string | undefined;
569
- tokenType?: string | undefined;
570
- userCode?: string | undefined;
571
- count?: number;
583
+ export declare enum AccountState {
584
+ PendingApproval = "PendingApproval",
585
+ Approved = "Approved",
586
+ Rejected = "Rejected"
572
587
  }
573
588
  export declare class AppDescriptor implements IAppDescriptor {
574
589
  title?: string | undefined;
@@ -590,17 +605,93 @@ export interface IAppDescriptor {
590
605
  permission?: string | undefined;
591
606
  id?: string | undefined;
592
607
  }
593
- export declare class LastModifiedResponse implements ILastModifiedResponse {
594
- scope?: string | undefined;
595
- lastModifiedDate?: Date;
596
- constructor(data?: ILastModifiedResponse);
608
+ export declare class ApplicationUser implements IApplicationUser {
609
+ storeId?: string | undefined;
610
+ memberId?: string | undefined;
611
+ isAdministrator?: boolean;
612
+ photoUrl?: string | undefined;
613
+ userType?: string | undefined;
614
+ status?: string | undefined;
615
+ password?: string | undefined;
616
+ createdDate?: Date;
617
+ modifiedDate?: Date | undefined;
618
+ createdBy?: string | undefined;
619
+ modifiedBy?: string | undefined;
620
+ roles?: Role[] | undefined;
621
+ lockoutEndDateUtc?: Date | undefined;
622
+ userState?: ApplicationUserUserState;
623
+ permissions?: string[] | undefined;
624
+ logins?: ApplicationUserLogin[] | undefined;
625
+ passwordExpired?: boolean;
626
+ lastPasswordChangedDate?: Date | undefined;
627
+ lastPasswordChangeRequestDate?: Date | undefined;
628
+ id?: string | undefined;
629
+ userName?: string | undefined;
630
+ normalizedUserName?: string | undefined;
631
+ email?: string | undefined;
632
+ normalizedEmail?: string | undefined;
633
+ emailConfirmed?: boolean;
634
+ passwordHash?: string | undefined;
635
+ securityStamp?: string | undefined;
636
+ concurrencyStamp?: string | undefined;
637
+ phoneNumber?: string | undefined;
638
+ phoneNumberConfirmed?: boolean;
639
+ twoFactorEnabled?: boolean;
640
+ lockoutEnd?: Date | undefined;
641
+ lockoutEnabled?: boolean;
642
+ accessFailedCount?: number;
643
+ constructor(data?: IApplicationUser);
597
644
  init(_data?: any): void;
598
- static fromJS(data: any): LastModifiedResponse;
645
+ static fromJS(data: any): ApplicationUser;
599
646
  toJSON(data?: any): any;
600
647
  }
601
- export interface ILastModifiedResponse {
602
- scope?: string | undefined;
603
- lastModifiedDate?: Date;
648
+ export interface IApplicationUser {
649
+ storeId?: string | undefined;
650
+ memberId?: string | undefined;
651
+ isAdministrator?: boolean;
652
+ photoUrl?: string | undefined;
653
+ userType?: string | undefined;
654
+ status?: string | undefined;
655
+ password?: string | undefined;
656
+ createdDate?: Date;
657
+ modifiedDate?: Date | undefined;
658
+ createdBy?: string | undefined;
659
+ modifiedBy?: string | undefined;
660
+ roles?: Role[] | undefined;
661
+ lockoutEndDateUtc?: Date | undefined;
662
+ userState?: ApplicationUserUserState;
663
+ permissions?: string[] | undefined;
664
+ logins?: ApplicationUserLogin[] | undefined;
665
+ passwordExpired?: boolean;
666
+ lastPasswordChangedDate?: Date | undefined;
667
+ lastPasswordChangeRequestDate?: Date | undefined;
668
+ id?: string | undefined;
669
+ userName?: string | undefined;
670
+ normalizedUserName?: string | undefined;
671
+ email?: string | undefined;
672
+ normalizedEmail?: string | undefined;
673
+ emailConfirmed?: boolean;
674
+ passwordHash?: string | undefined;
675
+ securityStamp?: string | undefined;
676
+ concurrencyStamp?: string | undefined;
677
+ phoneNumber?: string | undefined;
678
+ phoneNumberConfirmed?: boolean;
679
+ twoFactorEnabled?: boolean;
680
+ lockoutEnd?: Date | undefined;
681
+ lockoutEnabled?: boolean;
682
+ accessFailedCount?: number;
683
+ }
684
+ export declare class ApplicationUserLogin implements IApplicationUserLogin {
685
+ loginProvider?: string | undefined;
686
+ providerKey?: string | undefined;
687
+ constructor(data?: IApplicationUserLogin);
688
+ init(_data?: any): void;
689
+ static fromJS(data: any): ApplicationUserLogin;
690
+ toJSON(data?: any): any;
691
+ }
692
+ export interface IApplicationUserLogin {
693
+ loginProvider?: string | undefined;
694
+ providerKey?: string | undefined;
604
695
  }
605
696
  export declare class ChangedEntitiesRequest implements IChangedEntitiesRequest {
606
697
  entityNames?: string[] | undefined;
@@ -614,18 +705,6 @@ export interface IChangedEntitiesRequest {
614
705
  entityNames?: string[] | undefined;
615
706
  modifiedSince?: Date;
616
707
  }
617
- export declare class ChangedEntity implements IChangedEntity {
618
- name?: string | undefined;
619
- modifiedDate?: Date;
620
- constructor(data?: IChangedEntity);
621
- init(_data?: any): void;
622
- static fromJS(data: any): ChangedEntity;
623
- toJSON(data?: any): any;
624
- }
625
- export interface IChangedEntity {
626
- name?: string | undefined;
627
- modifiedDate?: Date;
628
- }
629
708
  export declare class ChangedEntitiesResponse implements IChangedEntitiesResponse {
630
709
  entities?: ChangedEntity[] | undefined;
631
710
  constructor(data?: IChangedEntitiesResponse);
@@ -636,28 +715,17 @@ export declare class ChangedEntitiesResponse implements IChangedEntitiesResponse
636
715
  export interface IChangedEntitiesResponse {
637
716
  entities?: ChangedEntity[] | undefined;
638
717
  }
639
- export declare enum EntryState {
640
- Detached = "Detached",
641
- Unchanged = "Unchanged",
642
- Added = "Added",
643
- Deleted = "Deleted",
644
- Modified = "Modified"
645
- }
646
- export declare enum SortDirection {
647
- Ascending = "Ascending",
648
- Descending = "Descending"
649
- }
650
- export declare class SortInfo implements ISortInfo {
651
- sortColumn?: string | undefined;
652
- sortDirection?: SortInfoSortDirection;
653
- constructor(data?: ISortInfo);
718
+ export declare class ChangedEntity implements IChangedEntity {
719
+ name?: string | undefined;
720
+ modifiedDate?: Date;
721
+ constructor(data?: IChangedEntity);
654
722
  init(_data?: any): void;
655
- static fromJS(data: any): SortInfo;
723
+ static fromJS(data: any): ChangedEntity;
656
724
  toJSON(data?: any): any;
657
725
  }
658
- export interface ISortInfo {
659
- sortColumn?: string | undefined;
660
- sortDirection?: SortInfoSortDirection;
726
+ export interface IChangedEntity {
727
+ name?: string | undefined;
728
+ modifiedDate?: Date;
661
729
  }
662
730
  export declare class ChangeLogSearchCriteria implements IChangeLogSearchCriteria {
663
731
  operationTypes?: EntryState[] | undefined;
@@ -695,32 +763,6 @@ export interface IChangeLogSearchCriteria {
695
763
  skip?: number;
696
764
  take?: number;
697
765
  }
698
- export declare class OperationLog implements IOperationLog {
699
- objectType?: string | undefined;
700
- objectId?: string | undefined;
701
- operationType?: OperationLogOperationType;
702
- detail?: string | undefined;
703
- createdDate?: Date;
704
- modifiedDate?: Date | undefined;
705
- createdBy?: string | undefined;
706
- modifiedBy?: string | undefined;
707
- id?: string | undefined;
708
- constructor(data?: IOperationLog);
709
- init(_data?: any): void;
710
- static fromJS(data: any): OperationLog;
711
- toJSON(data?: any): any;
712
- }
713
- export interface IOperationLog {
714
- objectType?: string | undefined;
715
- objectId?: string | undefined;
716
- operationType?: OperationLogOperationType;
717
- detail?: string | undefined;
718
- createdDate?: Date;
719
- modifiedDate?: Date | undefined;
720
- createdBy?: string | undefined;
721
- modifiedBy?: string | undefined;
722
- id?: string | undefined;
723
- }
724
766
  export declare class ChangeLogSearchResult implements IChangeLogSearchResult {
725
767
  totalCount?: number;
726
768
  results?: OperationLog[] | undefined;
@@ -733,176 +775,85 @@ export interface IChangeLogSearchResult {
733
775
  totalCount?: number;
734
776
  results?: OperationLog[] | undefined;
735
777
  }
736
- export declare class License implements ILicense {
737
- type?: string | undefined;
738
- customerName?: string | undefined;
739
- customerEmail?: string | undefined;
740
- expirationDate?: Date;
741
- rawLicense?: string | undefined;
742
- constructor(data?: ILicense);
778
+ export declare class ChangePasswordRequest implements IChangePasswordRequest {
779
+ userName?: string | undefined;
780
+ oldPassword?: string | undefined;
781
+ newPassword?: string | undefined;
782
+ constructor(data?: IChangePasswordRequest);
743
783
  init(_data?: any): void;
744
- static fromJS(data: any): License;
784
+ static fromJS(data: any): ChangePasswordRequest;
745
785
  toJSON(data?: any): any;
746
786
  }
747
- export interface ILicense {
748
- type?: string | undefined;
749
- customerName?: string | undefined;
750
- customerEmail?: string | undefined;
751
- expirationDate?: Date;
752
- rawLicense?: string | undefined;
787
+ export interface IChangePasswordRequest {
788
+ userName?: string | undefined;
789
+ oldPassword?: string | undefined;
790
+ newPassword?: string | undefined;
753
791
  }
754
- export declare class SemanticVersion implements ISemanticVersion {
755
- readonly major?: number;
756
- readonly minor?: number;
757
- readonly patch?: number;
758
- readonly prerelease?: string | undefined;
759
- constructor(data?: ISemanticVersion);
760
- init(_data?: any): void;
761
- static fromJS(data: any): SemanticVersion;
762
- toJSON(data?: any): any;
763
- }
764
- export interface ISemanticVersion {
765
- major?: number;
766
- minor?: number;
767
- patch?: number;
768
- prerelease?: string | undefined;
769
- }
770
- export declare class ModuleIdentity implements IModuleIdentity {
771
- id?: string | undefined;
772
- version?: SemanticVersion | undefined;
773
- constructor(data?: IModuleIdentity);
774
- init(_data?: any): void;
775
- static fromJS(data: any): ModuleIdentity;
776
- toJSON(data?: any): any;
777
- }
778
- export interface IModuleIdentity {
779
- id?: string | undefined;
780
- version?: SemanticVersion | undefined;
781
- }
782
- export declare class ModuleDescriptor implements IModuleDescriptor {
783
- version?: string | undefined;
784
- platformVersion?: string | undefined;
785
- title?: string | undefined;
786
- description?: string | undefined;
787
- authors?: string[] | undefined;
788
- owners?: string[] | undefined;
789
- licenseUrl?: string | undefined;
790
- projectUrl?: string | undefined;
791
- iconUrl?: string | undefined;
792
- requireLicenseAcceptance?: boolean;
793
- releaseNotes?: string | undefined;
794
- copyright?: string | undefined;
795
- tags?: string | undefined;
796
- groups?: string[] | undefined;
797
- dependencies?: ModuleIdentity[] | undefined;
798
- validationErrors?: string[] | undefined;
799
- isRemovable?: boolean;
800
- isInstalled?: boolean;
801
- installedVersion?: ModuleIdentity | undefined;
802
- id?: string | undefined;
803
- constructor(data?: IModuleDescriptor);
804
- init(_data?: any): void;
805
- static fromJS(data: any): ModuleDescriptor;
806
- toJSON(data?: any): any;
807
- }
808
- export interface IModuleDescriptor {
809
- version?: string | undefined;
810
- platformVersion?: string | undefined;
811
- title?: string | undefined;
812
- description?: string | undefined;
813
- authors?: string[] | undefined;
814
- owners?: string[] | undefined;
815
- licenseUrl?: string | undefined;
816
- projectUrl?: string | undefined;
817
- iconUrl?: string | undefined;
818
- requireLicenseAcceptance?: boolean;
819
- releaseNotes?: string | undefined;
820
- copyright?: string | undefined;
821
- tags?: string | undefined;
822
- groups?: string[] | undefined;
823
- dependencies?: ModuleIdentity[] | undefined;
824
- validationErrors?: string[] | undefined;
825
- isRemovable?: boolean;
826
- isInstalled?: boolean;
827
- installedVersion?: ModuleIdentity | undefined;
828
- id?: string | undefined;
829
- }
830
- export declare class SystemInfo implements ISystemInfo {
831
- platformVersion?: string | undefined;
832
- license?: License | undefined;
833
- installedModules?: ModuleDescriptor[] | undefined;
834
- version?: string | undefined;
835
- is64BitOperatingSystem?: boolean;
836
- is64BitProcess?: boolean;
837
- constructor(data?: ISystemInfo);
792
+ export declare class Claim implements IClaim {
793
+ issuer?: string | undefined;
794
+ originalIssuer?: string | undefined;
795
+ readonly properties?: {
796
+ [key: string]: string;
797
+ } | undefined;
798
+ subject?: ClaimsIdentity | undefined;
799
+ type?: string | undefined;
800
+ value?: string | undefined;
801
+ valueType?: string | undefined;
802
+ constructor(data?: IClaim);
838
803
  init(_data?: any): void;
839
- static fromJS(data: any): SystemInfo;
804
+ static fromJS(data: any): Claim;
840
805
  toJSON(data?: any): any;
841
806
  }
842
- export interface ISystemInfo {
843
- platformVersion?: string | undefined;
844
- license?: License | undefined;
845
- installedModules?: ModuleDescriptor[] | undefined;
846
- version?: string | undefined;
847
- is64BitOperatingSystem?: boolean;
848
- is64BitProcess?: boolean;
807
+ export interface IClaim {
808
+ issuer?: string | undefined;
809
+ originalIssuer?: string | undefined;
810
+ properties?: {
811
+ [key: string]: string;
812
+ } | undefined;
813
+ subject?: ClaimsIdentity | undefined;
814
+ type?: string | undefined;
815
+ value?: string | undefined;
816
+ valueType?: string | undefined;
849
817
  }
850
- export declare class DynamicPropertySearchCriteria implements IDynamicPropertySearchCriteria {
851
- readonly typeName?: string | undefined;
852
- responseGroup?: string | undefined;
853
- objectType?: string | undefined;
854
- objectTypes?: string[] | undefined;
855
- objectIds?: string[] | undefined;
856
- keyword?: string | undefined;
857
- searchPhrase?: string | undefined;
858
- languageCode?: string | undefined;
859
- sort?: string | undefined;
860
- readonly sortInfos?: SortInfo[] | undefined;
861
- skip?: number;
862
- take?: number;
863
- constructor(data?: IDynamicPropertySearchCriteria);
818
+ export declare class ClaimsIdentity implements IClaimsIdentity {
819
+ authenticationType?: string | undefined;
820
+ readonly isAuthenticated?: boolean;
821
+ actor?: ClaimsIdentity | undefined;
822
+ bootstrapContext?: any | undefined;
823
+ claims?: Claim[] | undefined;
824
+ label?: string | undefined;
825
+ readonly name?: string | undefined;
826
+ readonly nameClaimType?: string | undefined;
827
+ readonly roleClaimType?: string | undefined;
828
+ constructor(data?: IClaimsIdentity);
864
829
  init(_data?: any): void;
865
- static fromJS(data: any): DynamicPropertySearchCriteria;
830
+ static fromJS(data: any): ClaimsIdentity;
866
831
  toJSON(data?: any): any;
867
832
  }
868
- export interface IDynamicPropertySearchCriteria {
869
- typeName?: string | undefined;
870
- responseGroup?: string | undefined;
871
- objectType?: string | undefined;
872
- objectTypes?: string[] | undefined;
873
- objectIds?: string[] | undefined;
874
- keyword?: string | undefined;
875
- searchPhrase?: string | undefined;
876
- languageCode?: string | undefined;
877
- sort?: string | undefined;
878
- sortInfos?: SortInfo[] | undefined;
879
- skip?: number;
880
- take?: number;
881
- }
882
- export declare enum DynamicPropertyValueType {
883
- Undefined = "Undefined",
884
- ShortText = "ShortText",
885
- LongText = "LongText",
886
- Integer = "Integer",
887
- Decimal = "Decimal",
888
- DateTime = "DateTime",
889
- Boolean = "Boolean",
890
- Html = "Html",
891
- Image = "Image"
892
- }
893
- export declare class DynamicPropertyName implements IDynamicPropertyName {
894
- locale?: string | undefined;
833
+ export interface IClaimsIdentity {
834
+ authenticationType?: string | undefined;
835
+ isAuthenticated?: boolean;
836
+ actor?: ClaimsIdentity | undefined;
837
+ bootstrapContext?: any | undefined;
838
+ claims?: Claim[] | undefined;
839
+ label?: string | undefined;
895
840
  name?: string | undefined;
896
- constructor(data?: IDynamicPropertyName);
841
+ nameClaimType?: string | undefined;
842
+ roleClaimType?: string | undefined;
843
+ }
844
+ export declare class ConfirmEmailRequest implements IConfirmEmailRequest {
845
+ token?: string | undefined;
846
+ constructor(data?: IConfirmEmailRequest);
897
847
  init(_data?: any): void;
898
- static fromJS(data: any): DynamicPropertyName;
848
+ static fromJS(data: any): ConfirmEmailRequest;
899
849
  toJSON(data?: any): any;
900
850
  }
901
- export interface IDynamicPropertyName {
902
- locale?: string | undefined;
903
- name?: string | undefined;
851
+ export interface IConfirmEmailRequest {
852
+ token?: string | undefined;
904
853
  }
905
- export declare class DynamicProperty implements IDynamicProperty {
854
+ export declare class DynamicObjectProperty implements IDynamicObjectProperty {
855
+ objectId?: string | undefined;
856
+ values?: DynamicPropertyObjectValue[] | undefined;
906
857
  name?: string | undefined;
907
858
  description?: string | undefined;
908
859
  objectType?: string | undefined;
@@ -911,19 +862,21 @@ export declare class DynamicProperty implements IDynamicProperty {
911
862
  isMultilingual?: boolean;
912
863
  isRequired?: boolean;
913
864
  displayOrder?: number | undefined;
914
- valueType?: DynamicPropertyValueType2;
865
+ valueType?: DynamicObjectPropertyValueType;
915
866
  displayNames?: DynamicPropertyName[] | undefined;
916
867
  createdDate?: Date;
917
868
  modifiedDate?: Date | undefined;
918
869
  createdBy?: string | undefined;
919
870
  modifiedBy?: string | undefined;
920
871
  id?: string | undefined;
921
- constructor(data?: IDynamicProperty);
872
+ constructor(data?: IDynamicObjectProperty);
922
873
  init(_data?: any): void;
923
- static fromJS(data: any): DynamicProperty;
874
+ static fromJS(data: any): DynamicObjectProperty;
924
875
  toJSON(data?: any): any;
925
876
  }
926
- export interface IDynamicProperty {
877
+ export interface IDynamicObjectProperty {
878
+ objectId?: string | undefined;
879
+ values?: DynamicPropertyObjectValue[] | undefined;
927
880
  name?: string | undefined;
928
881
  description?: string | undefined;
929
882
  objectType?: string | undefined;
@@ -932,7 +885,7 @@ export interface IDynamicProperty {
932
885
  isMultilingual?: boolean;
933
886
  isRequired?: boolean;
934
887
  displayOrder?: number | undefined;
935
- valueType?: DynamicPropertyValueType2;
888
+ valueType?: DynamicObjectPropertyValueType;
936
889
  displayNames?: DynamicPropertyName[] | undefined;
937
890
  createdDate?: Date;
938
891
  modifiedDate?: Date | undefined;
@@ -940,45 +893,7 @@ export interface IDynamicProperty {
940
893
  modifiedBy?: string | undefined;
941
894
  id?: string | undefined;
942
895
  }
943
- export declare class DynamicPropertySearchResult implements IDynamicPropertySearchResult {
944
- totalCount?: number;
945
- results?: DynamicProperty[] | undefined;
946
- constructor(data?: IDynamicPropertySearchResult);
947
- init(_data?: any): void;
948
- static fromJS(data: any): DynamicPropertySearchResult;
949
- toJSON(data?: any): any;
950
- }
951
- export interface IDynamicPropertySearchResult {
952
- totalCount?: number;
953
- results?: DynamicProperty[] | undefined;
954
- }
955
- export declare class DynamicPropertyObjectValue implements IDynamicPropertyObjectValue {
956
- objectType?: string | undefined;
957
- objectId?: string | undefined;
958
- locale?: string | undefined;
959
- value?: any | undefined;
960
- valueId?: string | undefined;
961
- valueType?: DynamicPropertyObjectValueValueType;
962
- propertyId?: string | undefined;
963
- propertyName?: string | undefined;
964
- constructor(data?: IDynamicPropertyObjectValue);
965
- init(_data?: any): void;
966
- static fromJS(data: any): DynamicPropertyObjectValue;
967
- toJSON(data?: any): any;
968
- }
969
- export interface IDynamicPropertyObjectValue {
970
- objectType?: string | undefined;
971
- objectId?: string | undefined;
972
- locale?: string | undefined;
973
- value?: any | undefined;
974
- valueId?: string | undefined;
975
- valueType?: DynamicPropertyObjectValueValueType;
976
- propertyId?: string | undefined;
977
- propertyName?: string | undefined;
978
- }
979
- export declare class DynamicObjectProperty implements IDynamicObjectProperty {
980
- objectId?: string | undefined;
981
- values?: DynamicPropertyObjectValue[] | undefined;
896
+ export declare class DynamicProperty implements IDynamicProperty {
982
897
  name?: string | undefined;
983
898
  description?: string | undefined;
984
899
  objectType?: string | undefined;
@@ -987,21 +902,19 @@ export declare class DynamicObjectProperty implements IDynamicObjectProperty {
987
902
  isMultilingual?: boolean;
988
903
  isRequired?: boolean;
989
904
  displayOrder?: number | undefined;
990
- valueType?: DynamicObjectPropertyValueType;
905
+ valueType?: DynamicPropertyValueType2;
991
906
  displayNames?: DynamicPropertyName[] | undefined;
992
907
  createdDate?: Date;
993
908
  modifiedDate?: Date | undefined;
994
909
  createdBy?: string | undefined;
995
910
  modifiedBy?: string | undefined;
996
911
  id?: string | undefined;
997
- constructor(data?: IDynamicObjectProperty);
912
+ constructor(data?: IDynamicProperty);
998
913
  init(_data?: any): void;
999
- static fromJS(data: any): DynamicObjectProperty;
914
+ static fromJS(data: any): DynamicProperty;
1000
915
  toJSON(data?: any): any;
1001
916
  }
1002
- export interface IDynamicObjectProperty {
1003
- objectId?: string | undefined;
1004
- values?: DynamicPropertyObjectValue[] | undefined;
917
+ export interface IDynamicProperty {
1005
918
  name?: string | undefined;
1006
919
  description?: string | undefined;
1007
920
  objectType?: string | undefined;
@@ -1010,7 +923,7 @@ export interface IDynamicObjectProperty {
1010
923
  isMultilingual?: boolean;
1011
924
  isRequired?: boolean;
1012
925
  displayOrder?: number | undefined;
1013
- valueType?: DynamicObjectPropertyValueType;
926
+ valueType?: DynamicPropertyValueType2;
1014
927
  displayNames?: DynamicPropertyName[] | undefined;
1015
928
  createdDate?: Date;
1016
929
  modifiedDate?: Date | undefined;
@@ -1018,18 +931,54 @@ export interface IDynamicObjectProperty {
1018
931
  modifiedBy?: string | undefined;
1019
932
  id?: string | undefined;
1020
933
  }
1021
- export declare class DynamicPropertyDictionaryItemSearchCriteria implements IDynamicPropertyDictionaryItemSearchCriteria {
934
+ export declare class DynamicPropertyDictionaryItem implements IDynamicPropertyDictionaryItem {
1022
935
  propertyId?: string | undefined;
1023
- responseGroup?: string | undefined;
1024
- objectType?: string | undefined;
1025
- objectTypes?: string[] | undefined;
1026
- objectIds?: string[] | undefined;
1027
- keyword?: string | undefined;
1028
- searchPhrase?: string | undefined;
1029
- languageCode?: string | undefined;
1030
- sort?: string | undefined;
1031
- readonly sortInfos?: SortInfo[] | undefined;
1032
- skip?: number;
936
+ name?: string | undefined;
937
+ displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
938
+ createdDate?: Date;
939
+ modifiedDate?: Date | undefined;
940
+ createdBy?: string | undefined;
941
+ modifiedBy?: string | undefined;
942
+ id?: string | undefined;
943
+ constructor(data?: IDynamicPropertyDictionaryItem);
944
+ init(_data?: any): void;
945
+ static fromJS(data: any): DynamicPropertyDictionaryItem;
946
+ toJSON(data?: any): any;
947
+ }
948
+ export interface IDynamicPropertyDictionaryItem {
949
+ propertyId?: string | undefined;
950
+ name?: string | undefined;
951
+ displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
952
+ createdDate?: Date;
953
+ modifiedDate?: Date | undefined;
954
+ createdBy?: string | undefined;
955
+ modifiedBy?: string | undefined;
956
+ id?: string | undefined;
957
+ }
958
+ export declare class DynamicPropertyDictionaryItemName implements IDynamicPropertyDictionaryItemName {
959
+ locale?: string | undefined;
960
+ name?: string | undefined;
961
+ constructor(data?: IDynamicPropertyDictionaryItemName);
962
+ init(_data?: any): void;
963
+ static fromJS(data: any): DynamicPropertyDictionaryItemName;
964
+ toJSON(data?: any): any;
965
+ }
966
+ export interface IDynamicPropertyDictionaryItemName {
967
+ locale?: string | undefined;
968
+ name?: string | undefined;
969
+ }
970
+ export declare class DynamicPropertyDictionaryItemSearchCriteria implements IDynamicPropertyDictionaryItemSearchCriteria {
971
+ propertyId?: string | undefined;
972
+ responseGroup?: string | undefined;
973
+ objectType?: string | undefined;
974
+ objectTypes?: string[] | undefined;
975
+ objectIds?: string[] | undefined;
976
+ keyword?: string | undefined;
977
+ searchPhrase?: string | undefined;
978
+ languageCode?: string | undefined;
979
+ sort?: string | undefined;
980
+ readonly sortInfos?: SortInfo[] | undefined;
981
+ skip?: number;
1033
982
  take?: number;
1034
983
  constructor(data?: IDynamicPropertyDictionaryItemSearchCriteria);
1035
984
  init(_data?: any): void;
@@ -1050,53 +999,139 @@ export interface IDynamicPropertyDictionaryItemSearchCriteria {
1050
999
  skip?: number;
1051
1000
  take?: number;
1052
1001
  }
1053
- export declare class DynamicPropertyDictionaryItemName implements IDynamicPropertyDictionaryItemName {
1002
+ export declare class DynamicPropertyDictionaryItemSearchResult implements IDynamicPropertyDictionaryItemSearchResult {
1003
+ totalCount?: number;
1004
+ results?: DynamicPropertyDictionaryItem[] | undefined;
1005
+ constructor(data?: IDynamicPropertyDictionaryItemSearchResult);
1006
+ init(_data?: any): void;
1007
+ static fromJS(data: any): DynamicPropertyDictionaryItemSearchResult;
1008
+ toJSON(data?: any): any;
1009
+ }
1010
+ export interface IDynamicPropertyDictionaryItemSearchResult {
1011
+ totalCount?: number;
1012
+ results?: DynamicPropertyDictionaryItem[] | undefined;
1013
+ }
1014
+ export declare class DynamicPropertyName implements IDynamicPropertyName {
1054
1015
  locale?: string | undefined;
1055
1016
  name?: string | undefined;
1056
- constructor(data?: IDynamicPropertyDictionaryItemName);
1017
+ constructor(data?: IDynamicPropertyName);
1057
1018
  init(_data?: any): void;
1058
- static fromJS(data: any): DynamicPropertyDictionaryItemName;
1019
+ static fromJS(data: any): DynamicPropertyName;
1059
1020
  toJSON(data?: any): any;
1060
1021
  }
1061
- export interface IDynamicPropertyDictionaryItemName {
1022
+ export interface IDynamicPropertyName {
1062
1023
  locale?: string | undefined;
1063
1024
  name?: string | undefined;
1064
1025
  }
1065
- export declare class DynamicPropertyDictionaryItem implements IDynamicPropertyDictionaryItem {
1026
+ export declare class DynamicPropertyObjectValue implements IDynamicPropertyObjectValue {
1027
+ objectType?: string | undefined;
1028
+ objectId?: string | undefined;
1029
+ locale?: string | undefined;
1030
+ value?: any | undefined;
1031
+ valueId?: string | undefined;
1032
+ valueType?: DynamicPropertyObjectValueValueType;
1066
1033
  propertyId?: string | undefined;
1067
- name?: string | undefined;
1068
- displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
1069
- createdDate?: Date;
1070
- modifiedDate?: Date | undefined;
1071
- createdBy?: string | undefined;
1072
- modifiedBy?: string | undefined;
1073
- id?: string | undefined;
1074
- constructor(data?: IDynamicPropertyDictionaryItem);
1034
+ propertyName?: string | undefined;
1035
+ constructor(data?: IDynamicPropertyObjectValue);
1075
1036
  init(_data?: any): void;
1076
- static fromJS(data: any): DynamicPropertyDictionaryItem;
1037
+ static fromJS(data: any): DynamicPropertyObjectValue;
1077
1038
  toJSON(data?: any): any;
1078
1039
  }
1079
- export interface IDynamicPropertyDictionaryItem {
1040
+ export interface IDynamicPropertyObjectValue {
1041
+ objectType?: string | undefined;
1042
+ objectId?: string | undefined;
1043
+ locale?: string | undefined;
1044
+ value?: any | undefined;
1045
+ valueId?: string | undefined;
1046
+ valueType?: DynamicPropertyObjectValueValueType;
1080
1047
  propertyId?: string | undefined;
1081
- name?: string | undefined;
1082
- displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
1083
- createdDate?: Date;
1084
- modifiedDate?: Date | undefined;
1085
- createdBy?: string | undefined;
1086
- modifiedBy?: string | undefined;
1087
- id?: string | undefined;
1048
+ propertyName?: string | undefined;
1088
1049
  }
1089
- export declare class DynamicPropertyDictionaryItemSearchResult implements IDynamicPropertyDictionaryItemSearchResult {
1050
+ export declare class DynamicPropertySearchCriteria implements IDynamicPropertySearchCriteria {
1051
+ readonly typeName?: string | undefined;
1052
+ responseGroup?: string | undefined;
1053
+ objectType?: string | undefined;
1054
+ objectTypes?: string[] | undefined;
1055
+ objectIds?: string[] | undefined;
1056
+ keyword?: string | undefined;
1057
+ searchPhrase?: string | undefined;
1058
+ languageCode?: string | undefined;
1059
+ sort?: string | undefined;
1060
+ readonly sortInfos?: SortInfo[] | undefined;
1061
+ skip?: number;
1062
+ take?: number;
1063
+ constructor(data?: IDynamicPropertySearchCriteria);
1064
+ init(_data?: any): void;
1065
+ static fromJS(data: any): DynamicPropertySearchCriteria;
1066
+ toJSON(data?: any): any;
1067
+ }
1068
+ export interface IDynamicPropertySearchCriteria {
1069
+ typeName?: string | undefined;
1070
+ responseGroup?: string | undefined;
1071
+ objectType?: string | undefined;
1072
+ objectTypes?: string[] | undefined;
1073
+ objectIds?: string[] | undefined;
1074
+ keyword?: string | undefined;
1075
+ searchPhrase?: string | undefined;
1076
+ languageCode?: string | undefined;
1077
+ sort?: string | undefined;
1078
+ sortInfos?: SortInfo[] | undefined;
1079
+ skip?: number;
1080
+ take?: number;
1081
+ }
1082
+ export declare class DynamicPropertySearchResult implements IDynamicPropertySearchResult {
1090
1083
  totalCount?: number;
1091
- results?: DynamicPropertyDictionaryItem[] | undefined;
1092
- constructor(data?: IDynamicPropertyDictionaryItemSearchResult);
1084
+ results?: DynamicProperty[] | undefined;
1085
+ constructor(data?: IDynamicPropertySearchResult);
1093
1086
  init(_data?: any): void;
1094
- static fromJS(data: any): DynamicPropertyDictionaryItemSearchResult;
1087
+ static fromJS(data: any): DynamicPropertySearchResult;
1095
1088
  toJSON(data?: any): any;
1096
1089
  }
1097
- export interface IDynamicPropertyDictionaryItemSearchResult {
1090
+ export interface IDynamicPropertySearchResult {
1098
1091
  totalCount?: number;
1099
- results?: DynamicPropertyDictionaryItem[] | undefined;
1092
+ results?: DynamicProperty[] | undefined;
1093
+ }
1094
+ export declare enum DynamicPropertyValueType {
1095
+ Undefined = "Undefined",
1096
+ ShortText = "ShortText",
1097
+ LongText = "LongText",
1098
+ Integer = "Integer",
1099
+ Decimal = "Decimal",
1100
+ DateTime = "DateTime",
1101
+ Boolean = "Boolean",
1102
+ Html = "Html",
1103
+ Image = "Image"
1104
+ }
1105
+ export declare enum EntryState {
1106
+ Detached = "Detached",
1107
+ Unchanged = "Unchanged",
1108
+ Added = "Added",
1109
+ Deleted = "Deleted",
1110
+ Modified = "Modified"
1111
+ }
1112
+ export declare class IdentityError implements IIdentityError {
1113
+ code?: string | undefined;
1114
+ description?: string | undefined;
1115
+ constructor(data?: IIdentityError);
1116
+ init(_data?: any): void;
1117
+ static fromJS(data: any): IdentityError;
1118
+ toJSON(data?: any): any;
1119
+ }
1120
+ export interface IIdentityError {
1121
+ code?: string | undefined;
1122
+ description?: string | undefined;
1123
+ }
1124
+ export declare class IdentityResult implements IIdentityResult {
1125
+ readonly succeeded?: boolean;
1126
+ readonly errors?: IdentityError[] | undefined;
1127
+ constructor(data?: IIdentityResult);
1128
+ init(_data?: any): void;
1129
+ static fromJS(data: any): IdentityResult;
1130
+ toJSON(data?: any): any;
1131
+ }
1132
+ export interface IIdentityResult {
1133
+ succeeded?: boolean;
1134
+ errors?: IdentityError[] | undefined;
1100
1135
  }
1101
1136
  export declare class Job implements IJob {
1102
1137
  state?: string | undefined;
@@ -1112,57 +1147,69 @@ export interface IJob {
1112
1147
  completed?: boolean;
1113
1148
  id?: string | undefined;
1114
1149
  }
1115
- export declare enum ProgressMessageLevel {
1116
- Info = "Info",
1117
- Warning = "Warning",
1118
- Debug = "Debug",
1119
- Error = "Error"
1120
- }
1121
- export declare class ProgressMessage implements IProgressMessage {
1122
- message?: string | undefined;
1123
- level?: ProgressMessageLevel2;
1124
- constructor(data?: IProgressMessage);
1150
+ export declare class JsonElement implements IJsonElement {
1151
+ readonly valueKind?: JsonElementValueKind;
1152
+ constructor(data?: IJsonElement);
1125
1153
  init(_data?: any): void;
1126
- static fromJS(data: any): ProgressMessage;
1154
+ static fromJS(data: any): JsonElement;
1127
1155
  toJSON(data?: any): any;
1128
1156
  }
1129
- export interface IProgressMessage {
1130
- message?: string | undefined;
1131
- level?: ProgressMessageLevel2;
1157
+ export interface IJsonElement {
1158
+ valueKind?: JsonElementValueKind;
1132
1159
  }
1133
- export declare class ModulePushNotification implements IModulePushNotification {
1134
- started?: Date | undefined;
1135
- finished?: Date | undefined;
1136
- progressLog?: ProgressMessage[] | undefined;
1137
- readonly errorCount?: number;
1138
- serverId?: string | undefined;
1139
- creator?: string | undefined;
1140
- created?: Date;
1141
- isNew?: boolean;
1142
- notifyType?: string | undefined;
1143
- description?: string | undefined;
1144
- title?: string | undefined;
1145
- repeatCount?: number;
1146
- id?: string | undefined;
1147
- constructor(data?: IModulePushNotification);
1160
+ export declare enum JsonValueKind {
1161
+ Undefined = "Undefined",
1162
+ Object = "Object",
1163
+ Array = "Array",
1164
+ String = "String",
1165
+ Number = "Number",
1166
+ True = "True",
1167
+ False = "False",
1168
+ Null = "Null"
1169
+ }
1170
+ export declare class LastModifiedResponse implements ILastModifiedResponse {
1171
+ scope?: string | undefined;
1172
+ lastModifiedDate?: Date;
1173
+ constructor(data?: ILastModifiedResponse);
1148
1174
  init(_data?: any): void;
1149
- static fromJS(data: any): ModulePushNotification;
1175
+ static fromJS(data: any): LastModifiedResponse;
1150
1176
  toJSON(data?: any): any;
1151
1177
  }
1152
- export interface IModulePushNotification {
1153
- started?: Date | undefined;
1154
- finished?: Date | undefined;
1155
- progressLog?: ProgressMessage[] | undefined;
1156
- errorCount?: number;
1157
- serverId?: string | undefined;
1158
- creator?: string | undefined;
1159
- created?: Date;
1160
- isNew?: boolean;
1161
- notifyType?: string | undefined;
1162
- description?: string | undefined;
1163
- title?: string | undefined;
1164
- repeatCount?: number;
1165
- id?: string | undefined;
1178
+ export interface ILastModifiedResponse {
1179
+ scope?: string | undefined;
1180
+ lastModifiedDate?: Date;
1181
+ }
1182
+ export declare class License implements ILicense {
1183
+ type?: string | undefined;
1184
+ customerName?: string | undefined;
1185
+ customerEmail?: string | undefined;
1186
+ expirationDate?: Date;
1187
+ rawLicense?: string | undefined;
1188
+ constructor(data?: ILicense);
1189
+ init(_data?: any): void;
1190
+ static fromJS(data: any): License;
1191
+ toJSON(data?: any): any;
1192
+ }
1193
+ export interface ILicense {
1194
+ type?: string | undefined;
1195
+ customerName?: string | undefined;
1196
+ customerEmail?: string | undefined;
1197
+ expirationDate?: Date;
1198
+ rawLicense?: string | undefined;
1199
+ }
1200
+ export declare class LoginRequest implements ILoginRequest {
1201
+ userName?: string | undefined;
1202
+ password?: string | undefined;
1203
+ rememberMe?: boolean;
1204
+ constructor(data?: ILoginRequest);
1205
+ init(_data?: any): void;
1206
+ static fromJS(data: any): LoginRequest;
1207
+ toJSON(data?: any): any;
1208
+ }
1209
+ export interface ILoginRequest {
1210
+ userName?: string | undefined;
1211
+ password?: string | undefined;
1212
+ rememberMe?: boolean;
1166
1213
  }
1167
1214
  export declare class ModuleAutoInstallPushNotification implements IModuleAutoInstallPushNotification {
1168
1215
  started?: Date | undefined;
@@ -1198,63 +1245,99 @@ export interface IModuleAutoInstallPushNotification {
1198
1245
  repeatCount?: number;
1199
1246
  id?: string | undefined;
1200
1247
  }
1201
- export declare enum JsonValueKind {
1202
- Undefined = "Undefined",
1203
- Object = "Object",
1204
- Array = "Array",
1205
- String = "String",
1206
- Number = "Number",
1207
- True = "True",
1208
- False = "False",
1209
- Null = "Null"
1248
+ export declare class ModuleDescriptor implements IModuleDescriptor {
1249
+ version?: string | undefined;
1250
+ platformVersion?: string | undefined;
1251
+ title?: string | undefined;
1252
+ description?: string | undefined;
1253
+ authors?: string[] | undefined;
1254
+ owners?: string[] | undefined;
1255
+ licenseUrl?: string | undefined;
1256
+ projectUrl?: string | undefined;
1257
+ iconUrl?: string | undefined;
1258
+ requireLicenseAcceptance?: boolean;
1259
+ releaseNotes?: string | undefined;
1260
+ copyright?: string | undefined;
1261
+ tags?: string | undefined;
1262
+ groups?: string[] | undefined;
1263
+ dependencies?: ModuleIdentity[] | undefined;
1264
+ validationErrors?: string[] | undefined;
1265
+ isRemovable?: boolean;
1266
+ isInstalled?: boolean;
1267
+ installedVersion?: ModuleIdentity | undefined;
1268
+ id?: string | undefined;
1269
+ constructor(data?: IModuleDescriptor);
1270
+ init(_data?: any): void;
1271
+ static fromJS(data: any): ModuleDescriptor;
1272
+ toJSON(data?: any): any;
1210
1273
  }
1211
- export declare class JsonElement implements IJsonElement {
1212
- readonly valueKind?: JsonElementValueKind;
1213
- constructor(data?: IJsonElement);
1274
+ export interface IModuleDescriptor {
1275
+ version?: string | undefined;
1276
+ platformVersion?: string | undefined;
1277
+ title?: string | undefined;
1278
+ description?: string | undefined;
1279
+ authors?: string[] | undefined;
1280
+ owners?: string[] | undefined;
1281
+ licenseUrl?: string | undefined;
1282
+ projectUrl?: string | undefined;
1283
+ iconUrl?: string | undefined;
1284
+ requireLicenseAcceptance?: boolean;
1285
+ releaseNotes?: string | undefined;
1286
+ copyright?: string | undefined;
1287
+ tags?: string | undefined;
1288
+ groups?: string[] | undefined;
1289
+ dependencies?: ModuleIdentity[] | undefined;
1290
+ validationErrors?: string[] | undefined;
1291
+ isRemovable?: boolean;
1292
+ isInstalled?: boolean;
1293
+ installedVersion?: ModuleIdentity | undefined;
1294
+ id?: string | undefined;
1295
+ }
1296
+ export declare class ModuleIdentity implements IModuleIdentity {
1297
+ id?: string | undefined;
1298
+ version?: SemanticVersion | undefined;
1299
+ constructor(data?: IModuleIdentity);
1214
1300
  init(_data?: any): void;
1215
- static fromJS(data: any): JsonElement;
1301
+ static fromJS(data: any): ModuleIdentity;
1216
1302
  toJSON(data?: any): any;
1217
1303
  }
1218
- export interface IJsonElement {
1219
- valueKind?: JsonElementValueKind;
1304
+ export interface IModuleIdentity {
1305
+ id?: string | undefined;
1306
+ version?: SemanticVersion | undefined;
1220
1307
  }
1221
- export declare class OpenIddictApplicationDescriptor implements IOpenIddictApplicationDescriptor {
1222
- clientId?: string | undefined;
1223
- clientSecret?: string | undefined;
1224
- consentType?: string | undefined;
1225
- displayName?: string | undefined;
1226
- readonly displayNames?: {
1227
- [key: string]: string;
1228
- } | undefined;
1229
- readonly permissions?: string[] | undefined;
1230
- readonly postLogoutRedirectUris?: string[] | undefined;
1231
- readonly properties?: {
1232
- [key: string]: JsonElement;
1233
- } | undefined;
1234
- readonly redirectUris?: string[] | undefined;
1235
- readonly requirements?: string[] | undefined;
1236
- type?: string | undefined;
1237
- constructor(data?: IOpenIddictApplicationDescriptor);
1308
+ export declare class ModulePushNotification implements IModulePushNotification {
1309
+ started?: Date | undefined;
1310
+ finished?: Date | undefined;
1311
+ progressLog?: ProgressMessage[] | undefined;
1312
+ readonly errorCount?: number;
1313
+ serverId?: string | undefined;
1314
+ creator?: string | undefined;
1315
+ created?: Date;
1316
+ isNew?: boolean;
1317
+ notifyType?: string | undefined;
1318
+ description?: string | undefined;
1319
+ title?: string | undefined;
1320
+ repeatCount?: number;
1321
+ id?: string | undefined;
1322
+ constructor(data?: IModulePushNotification);
1238
1323
  init(_data?: any): void;
1239
- static fromJS(data: any): OpenIddictApplicationDescriptor;
1324
+ static fromJS(data: any): ModulePushNotification;
1240
1325
  toJSON(data?: any): any;
1241
1326
  }
1242
- export interface IOpenIddictApplicationDescriptor {
1243
- clientId?: string | undefined;
1244
- clientSecret?: string | undefined;
1245
- consentType?: string | undefined;
1246
- displayName?: string | undefined;
1247
- displayNames?: {
1248
- [key: string]: string;
1249
- } | undefined;
1250
- permissions?: string[] | undefined;
1251
- postLogoutRedirectUris?: string[] | undefined;
1252
- properties?: {
1253
- [key: string]: JsonElement;
1254
- } | undefined;
1255
- redirectUris?: string[] | undefined;
1256
- requirements?: string[] | undefined;
1257
- type?: string | undefined;
1327
+ export interface IModulePushNotification {
1328
+ started?: Date | undefined;
1329
+ finished?: Date | undefined;
1330
+ progressLog?: ProgressMessage[] | undefined;
1331
+ errorCount?: number;
1332
+ serverId?: string | undefined;
1333
+ creator?: string | undefined;
1334
+ created?: Date;
1335
+ isNew?: boolean;
1336
+ notifyType?: string | undefined;
1337
+ description?: string | undefined;
1338
+ title?: string | undefined;
1339
+ repeatCount?: number;
1340
+ id?: string | undefined;
1258
1341
  }
1259
1342
  export declare class OAuthAppSearchCriteria implements IOAuthAppSearchCriteria {
1260
1343
  responseGroup?: string | undefined;
@@ -1298,185 +1381,167 @@ export interface IOAuthAppSearchResult {
1298
1381
  totalCount?: number;
1299
1382
  results?: OpenIddictApplicationDescriptor[] | undefined;
1300
1383
  }
1301
- export declare class PushNotificationSearchCriteria implements IPushNotificationSearchCriteria {
1302
- ids?: string[] | undefined;
1303
- onlyNew?: boolean;
1304
- startDate?: Date | undefined;
1305
- endDate?: Date | undefined;
1306
- responseGroup?: string | undefined;
1307
- objectType?: string | undefined;
1308
- objectTypes?: string[] | undefined;
1309
- objectIds?: string[] | undefined;
1310
- keyword?: string | undefined;
1311
- searchPhrase?: string | undefined;
1312
- languageCode?: string | undefined;
1313
- sort?: string | undefined;
1314
- readonly sortInfos?: SortInfo[] | undefined;
1315
- skip?: number;
1316
- take?: number;
1317
- constructor(data?: IPushNotificationSearchCriteria);
1318
- init(_data?: any): void;
1319
- static fromJS(data: any): PushNotificationSearchCriteria;
1320
- toJSON(data?: any): any;
1321
- }
1322
- export interface IPushNotificationSearchCriteria {
1323
- ids?: string[] | undefined;
1324
- onlyNew?: boolean;
1325
- startDate?: Date | undefined;
1326
- endDate?: Date | undefined;
1327
- responseGroup?: string | undefined;
1384
+ export declare class ObjectSettingEntry implements IObjectSettingEntry {
1385
+ readonly itHasValues?: boolean;
1386
+ objectId?: string | undefined;
1328
1387
  objectType?: string | undefined;
1329
- objectTypes?: string[] | undefined;
1330
- objectIds?: string[] | undefined;
1331
- keyword?: string | undefined;
1332
- searchPhrase?: string | undefined;
1333
- languageCode?: string | undefined;
1334
- sort?: string | undefined;
1335
- sortInfos?: SortInfo[] | undefined;
1336
- skip?: number;
1337
- take?: number;
1338
- }
1339
- export declare class PushNotification implements IPushNotification {
1340
- serverId?: string | undefined;
1341
- creator?: string | undefined;
1342
- created?: Date;
1343
- isNew?: boolean;
1344
- notifyType?: string | undefined;
1345
- description?: string | undefined;
1346
- title?: string | undefined;
1347
- repeatCount?: number;
1388
+ isReadOnly?: boolean;
1389
+ value?: any | undefined;
1348
1390
  id?: string | undefined;
1349
- constructor(data?: IPushNotification);
1391
+ restartRequired?: boolean;
1392
+ moduleId?: string | undefined;
1393
+ groupName?: string | undefined;
1394
+ name?: string | undefined;
1395
+ displayName?: string | undefined;
1396
+ isRequired?: boolean;
1397
+ isHidden?: boolean;
1398
+ valueType?: ObjectSettingEntryValueType;
1399
+ allowedValues?: any[] | undefined;
1400
+ defaultValue?: any | undefined;
1401
+ isDictionary?: boolean;
1402
+ constructor(data?: IObjectSettingEntry);
1350
1403
  init(_data?: any): void;
1351
- static fromJS(data: any): PushNotification;
1404
+ static fromJS(data: any): ObjectSettingEntry;
1352
1405
  toJSON(data?: any): any;
1353
1406
  }
1354
- export interface IPushNotification {
1355
- serverId?: string | undefined;
1356
- creator?: string | undefined;
1357
- created?: Date;
1358
- isNew?: boolean;
1359
- notifyType?: string | undefined;
1360
- description?: string | undefined;
1361
- title?: string | undefined;
1362
- repeatCount?: number;
1407
+ export interface IObjectSettingEntry {
1408
+ itHasValues?: boolean;
1409
+ objectId?: string | undefined;
1410
+ objectType?: string | undefined;
1411
+ isReadOnly?: boolean;
1412
+ value?: any | undefined;
1363
1413
  id?: string | undefined;
1414
+ restartRequired?: boolean;
1415
+ moduleId?: string | undefined;
1416
+ groupName?: string | undefined;
1417
+ name?: string | undefined;
1418
+ displayName?: string | undefined;
1419
+ isRequired?: boolean;
1420
+ isHidden?: boolean;
1421
+ valueType?: ObjectSettingEntryValueType;
1422
+ allowedValues?: any[] | undefined;
1423
+ defaultValue?: any | undefined;
1424
+ isDictionary?: boolean;
1364
1425
  }
1365
- export declare class PushNotificationSearchResult implements IPushNotificationSearchResult {
1366
- totalCount?: number;
1367
- newCount?: number;
1368
- notifyEvents?: PushNotification[] | undefined;
1369
- constructor(data?: IPushNotificationSearchResult);
1370
- init(_data?: any): void;
1371
- static fromJS(data: any): PushNotificationSearchResult;
1372
- toJSON(data?: any): any;
1373
- }
1374
- export interface IPushNotificationSearchResult {
1375
- totalCount?: number;
1376
- newCount?: number;
1377
- notifyEvents?: PushNotification[] | undefined;
1378
- }
1379
- export declare class LoginRequest implements ILoginRequest {
1380
- userName?: string | undefined;
1381
- password?: string | undefined;
1382
- rememberMe?: boolean;
1383
- constructor(data?: ILoginRequest);
1426
+ export declare class OpenIddictApplicationDescriptor implements IOpenIddictApplicationDescriptor {
1427
+ clientId?: string | undefined;
1428
+ clientSecret?: string | undefined;
1429
+ consentType?: string | undefined;
1430
+ displayName?: string | undefined;
1431
+ readonly displayNames?: {
1432
+ [key: string]: string;
1433
+ } | undefined;
1434
+ readonly permissions?: string[] | undefined;
1435
+ readonly postLogoutRedirectUris?: string[] | undefined;
1436
+ readonly properties?: {
1437
+ [key: string]: JsonElement;
1438
+ } | undefined;
1439
+ readonly redirectUris?: string[] | undefined;
1440
+ readonly requirements?: string[] | undefined;
1441
+ type?: string | undefined;
1442
+ constructor(data?: IOpenIddictApplicationDescriptor);
1384
1443
  init(_data?: any): void;
1385
- static fromJS(data: any): LoginRequest;
1444
+ static fromJS(data: any): OpenIddictApplicationDescriptor;
1386
1445
  toJSON(data?: any): any;
1387
1446
  }
1388
- export interface ILoginRequest {
1389
- userName?: string | undefined;
1390
- password?: string | undefined;
1391
- rememberMe?: boolean;
1447
+ export interface IOpenIddictApplicationDescriptor {
1448
+ clientId?: string | undefined;
1449
+ clientSecret?: string | undefined;
1450
+ consentType?: string | undefined;
1451
+ displayName?: string | undefined;
1452
+ displayNames?: {
1453
+ [key: string]: string;
1454
+ } | undefined;
1455
+ permissions?: string[] | undefined;
1456
+ postLogoutRedirectUris?: string[] | undefined;
1457
+ properties?: {
1458
+ [key: string]: JsonElement;
1459
+ } | undefined;
1460
+ redirectUris?: string[] | undefined;
1461
+ requirements?: string[] | undefined;
1462
+ type?: string | undefined;
1392
1463
  }
1393
- export declare class SignInResult implements ISignInResult {
1394
- readonly succeeded?: boolean;
1395
- readonly isLockedOut?: boolean;
1396
- readonly isNotAllowed?: boolean;
1397
- readonly requiresTwoFactor?: boolean;
1398
- constructor(data?: ISignInResult);
1464
+ export declare class OpenIddictResponse implements IOpenIddictResponse {
1465
+ accessToken?: string | undefined;
1466
+ code?: string | undefined;
1467
+ deviceCode?: string | undefined;
1468
+ error?: string | undefined;
1469
+ errorDescription?: string | undefined;
1470
+ errorUri?: string | undefined;
1471
+ expiresIn?: number | undefined;
1472
+ idToken?: string | undefined;
1473
+ refreshToken?: string | undefined;
1474
+ scope?: string | undefined;
1475
+ state?: string | undefined;
1476
+ tokenType?: string | undefined;
1477
+ userCode?: string | undefined;
1478
+ readonly count?: number;
1479
+ constructor(data?: IOpenIddictResponse);
1399
1480
  init(_data?: any): void;
1400
- static fromJS(data: any): SignInResult;
1481
+ static fromJS(data: any): OpenIddictResponse;
1401
1482
  toJSON(data?: any): any;
1402
1483
  }
1403
- export interface ISignInResult {
1404
- succeeded?: boolean;
1405
- isLockedOut?: boolean;
1406
- isNotAllowed?: boolean;
1407
- requiresTwoFactor?: boolean;
1484
+ export interface IOpenIddictResponse {
1485
+ accessToken?: string | undefined;
1486
+ code?: string | undefined;
1487
+ deviceCode?: string | undefined;
1488
+ error?: string | undefined;
1489
+ errorDescription?: string | undefined;
1490
+ errorUri?: string | undefined;
1491
+ expiresIn?: number | undefined;
1492
+ idToken?: string | undefined;
1493
+ refreshToken?: string | undefined;
1494
+ scope?: string | undefined;
1495
+ state?: string | undefined;
1496
+ tokenType?: string | undefined;
1497
+ userCode?: string | undefined;
1498
+ count?: number;
1408
1499
  }
1409
- export declare class UserDetail implements IUserDetail {
1410
- permissions?: string[] | undefined;
1411
- userName?: string | undefined;
1412
- isAdministrator?: boolean;
1413
- passwordExpired?: boolean;
1414
- daysTillPasswordExpiry?: number;
1500
+ export declare class OperationLog implements IOperationLog {
1501
+ objectType?: string | undefined;
1502
+ objectId?: string | undefined;
1503
+ operationType?: OperationLogOperationType;
1504
+ detail?: string | undefined;
1505
+ createdDate?: Date;
1506
+ modifiedDate?: Date | undefined;
1507
+ createdBy?: string | undefined;
1508
+ modifiedBy?: string | undefined;
1415
1509
  id?: string | undefined;
1416
- constructor(data?: IUserDetail);
1510
+ constructor(data?: IOperationLog);
1417
1511
  init(_data?: any): void;
1418
- static fromJS(data: any): UserDetail;
1512
+ static fromJS(data: any): OperationLog;
1419
1513
  toJSON(data?: any): any;
1420
1514
  }
1421
- export interface IUserDetail {
1422
- permissions?: string[] | undefined;
1423
- userName?: string | undefined;
1424
- isAdministrator?: boolean;
1425
- passwordExpired?: boolean;
1426
- daysTillPasswordExpiry?: number;
1515
+ export interface IOperationLog {
1516
+ objectType?: string | undefined;
1517
+ objectId?: string | undefined;
1518
+ operationType?: OperationLogOperationType;
1519
+ detail?: string | undefined;
1520
+ createdDate?: Date;
1521
+ modifiedDate?: Date | undefined;
1522
+ createdBy?: string | undefined;
1523
+ modifiedBy?: string | undefined;
1427
1524
  id?: string | undefined;
1428
1525
  }
1429
- export declare class ClaimsIdentity implements IClaimsIdentity {
1430
- authenticationType?: string | undefined;
1431
- readonly isAuthenticated?: boolean;
1432
- actor?: ClaimsIdentity | undefined;
1433
- bootstrapContext?: any | undefined;
1434
- claims?: Claim[] | undefined;
1435
- label?: string | undefined;
1436
- readonly name?: string | undefined;
1437
- readonly nameClaimType?: string | undefined;
1438
- readonly roleClaimType?: string | undefined;
1439
- constructor(data?: IClaimsIdentity);
1440
- init(_data?: any): void;
1441
- static fromJS(data: any): ClaimsIdentity;
1442
- toJSON(data?: any): any;
1443
- }
1444
- export interface IClaimsIdentity {
1445
- authenticationType?: string | undefined;
1446
- isAuthenticated?: boolean;
1447
- actor?: ClaimsIdentity | undefined;
1448
- bootstrapContext?: any | undefined;
1449
- claims?: Claim[] | undefined;
1450
- label?: string | undefined;
1526
+ export declare class Permission implements IPermission {
1527
+ id?: string | undefined;
1451
1528
  name?: string | undefined;
1452
- nameClaimType?: string | undefined;
1453
- roleClaimType?: string | undefined;
1454
- }
1455
- export declare class Claim implements IClaim {
1456
- issuer?: string | undefined;
1457
- originalIssuer?: string | undefined;
1458
- readonly properties?: {
1459
- [key: string]: string;
1460
- } | undefined;
1461
- subject?: ClaimsIdentity | undefined;
1462
- type?: string | undefined;
1463
- value?: string | undefined;
1464
- valueType?: string | undefined;
1465
- constructor(data?: IClaim);
1529
+ moduleId?: string | undefined;
1530
+ groupName?: string | undefined;
1531
+ assignedScopes?: PermissionScope[] | undefined;
1532
+ readonly availableScopes?: PermissionScope[] | undefined;
1533
+ constructor(data?: IPermission);
1466
1534
  init(_data?: any): void;
1467
- static fromJS(data: any): Claim;
1535
+ static fromJS(data: any): Permission;
1468
1536
  toJSON(data?: any): any;
1469
1537
  }
1470
- export interface IClaim {
1471
- issuer?: string | undefined;
1472
- originalIssuer?: string | undefined;
1473
- properties?: {
1474
- [key: string]: string;
1475
- } | undefined;
1476
- subject?: ClaimsIdentity | undefined;
1477
- type?: string | undefined;
1478
- value?: string | undefined;
1479
- valueType?: string | undefined;
1538
+ export interface IPermission {
1539
+ id?: string | undefined;
1540
+ name?: string | undefined;
1541
+ moduleId?: string | undefined;
1542
+ groupName?: string | undefined;
1543
+ assignedScopes?: PermissionScope[] | undefined;
1544
+ availableScopes?: PermissionScope[] | undefined;
1480
1545
  }
1481
1546
  export declare class PermissionScope implements IPermissionScope {
1482
1547
  type?: string | undefined;
@@ -1492,27 +1557,55 @@ export interface IPermissionScope {
1492
1557
  label?: string | undefined;
1493
1558
  scope?: string | undefined;
1494
1559
  }
1495
- export declare class Permission implements IPermission {
1496
- id?: string | undefined;
1497
- name?: string | undefined;
1498
- moduleId?: string | undefined;
1499
- groupName?: string | undefined;
1500
- assignedScopes?: PermissionScope[] | undefined;
1501
- readonly availableScopes?: PermissionScope[] | undefined;
1502
- constructor(data?: IPermission);
1560
+ export declare class ProgressMessage implements IProgressMessage {
1561
+ message?: string | undefined;
1562
+ level?: ProgressMessageLevel2;
1563
+ constructor(data?: IProgressMessage);
1503
1564
  init(_data?: any): void;
1504
- static fromJS(data: any): Permission;
1565
+ static fromJS(data: any): ProgressMessage;
1505
1566
  toJSON(data?: any): any;
1506
1567
  }
1507
- export interface IPermission {
1568
+ export interface IProgressMessage {
1569
+ message?: string | undefined;
1570
+ level?: ProgressMessageLevel2;
1571
+ }
1572
+ export declare enum ProgressMessageLevel {
1573
+ Info = "Info",
1574
+ Warning = "Warning",
1575
+ Debug = "Debug",
1576
+ Error = "Error"
1577
+ }
1578
+ export declare class PushNotification implements IPushNotification {
1579
+ serverId?: string | undefined;
1580
+ creator?: string | undefined;
1581
+ created?: Date;
1582
+ isNew?: boolean;
1583
+ notifyType?: string | undefined;
1584
+ description?: string | undefined;
1585
+ title?: string | undefined;
1586
+ repeatCount?: number;
1587
+ id?: string | undefined;
1588
+ constructor(data?: IPushNotification);
1589
+ init(_data?: any): void;
1590
+ static fromJS(data: any): PushNotification;
1591
+ toJSON(data?: any): any;
1592
+ }
1593
+ export interface IPushNotification {
1594
+ serverId?: string | undefined;
1595
+ creator?: string | undefined;
1596
+ created?: Date;
1597
+ isNew?: boolean;
1598
+ notifyType?: string | undefined;
1599
+ description?: string | undefined;
1600
+ title?: string | undefined;
1601
+ repeatCount?: number;
1508
1602
  id?: string | undefined;
1509
- name?: string | undefined;
1510
- moduleId?: string | undefined;
1511
- groupName?: string | undefined;
1512
- assignedScopes?: PermissionScope[] | undefined;
1513
- availableScopes?: PermissionScope[] | undefined;
1514
1603
  }
1515
- export declare class RoleSearchCriteria implements IRoleSearchCriteria {
1604
+ export declare class PushNotificationSearchCriteria implements IPushNotificationSearchCriteria {
1605
+ ids?: string[] | undefined;
1606
+ onlyNew?: boolean;
1607
+ startDate?: Date | undefined;
1608
+ endDate?: Date | undefined;
1516
1609
  responseGroup?: string | undefined;
1517
1610
  objectType?: string | undefined;
1518
1611
  objectTypes?: string[] | undefined;
@@ -1524,12 +1617,16 @@ export declare class RoleSearchCriteria implements IRoleSearchCriteria {
1524
1617
  readonly sortInfos?: SortInfo[] | undefined;
1525
1618
  skip?: number;
1526
1619
  take?: number;
1527
- constructor(data?: IRoleSearchCriteria);
1620
+ constructor(data?: IPushNotificationSearchCriteria);
1528
1621
  init(_data?: any): void;
1529
- static fromJS(data: any): RoleSearchCriteria;
1622
+ static fromJS(data: any): PushNotificationSearchCriteria;
1530
1623
  toJSON(data?: any): any;
1531
1624
  }
1532
- export interface IRoleSearchCriteria {
1625
+ export interface IPushNotificationSearchCriteria {
1626
+ ids?: string[] | undefined;
1627
+ onlyNew?: boolean;
1628
+ startDate?: Date | undefined;
1629
+ endDate?: Date | undefined;
1533
1630
  responseGroup?: string | undefined;
1534
1631
  objectType?: string | undefined;
1535
1632
  objectTypes?: string[] | undefined;
@@ -1542,17 +1639,33 @@ export interface IRoleSearchCriteria {
1542
1639
  skip?: number;
1543
1640
  take?: number;
1544
1641
  }
1545
- export declare class StringIdentityUserRole implements IStringIdentityUserRole {
1546
- userId?: string | undefined;
1547
- roleId?: string | undefined;
1548
- constructor(data?: IStringIdentityUserRole);
1642
+ export declare class PushNotificationSearchResult implements IPushNotificationSearchResult {
1643
+ totalCount?: number;
1644
+ newCount?: number;
1645
+ notifyEvents?: PushNotification[] | undefined;
1646
+ constructor(data?: IPushNotificationSearchResult);
1549
1647
  init(_data?: any): void;
1550
- static fromJS(data: any): StringIdentityUserRole;
1648
+ static fromJS(data: any): PushNotificationSearchResult;
1551
1649
  toJSON(data?: any): any;
1552
1650
  }
1553
- export interface IStringIdentityUserRole {
1554
- userId?: string | undefined;
1555
- roleId?: string | undefined;
1651
+ export interface IPushNotificationSearchResult {
1652
+ totalCount?: number;
1653
+ newCount?: number;
1654
+ notifyEvents?: PushNotification[] | undefined;
1655
+ }
1656
+ export declare class ResetPasswordConfirmRequest implements IResetPasswordConfirmRequest {
1657
+ token?: string | undefined;
1658
+ newPassword?: string | undefined;
1659
+ forcePasswordChangeOnNextSignIn?: boolean;
1660
+ constructor(data?: IResetPasswordConfirmRequest);
1661
+ init(_data?: any): void;
1662
+ static fromJS(data: any): ResetPasswordConfirmRequest;
1663
+ toJSON(data?: any): any;
1664
+ }
1665
+ export interface IResetPasswordConfirmRequest {
1666
+ token?: string | undefined;
1667
+ newPassword?: string | undefined;
1668
+ forcePasswordChangeOnNextSignIn?: boolean;
1556
1669
  }
1557
1670
  export declare class Role implements IRole {
1558
1671
  description?: string | undefined;
@@ -1574,37 +1687,7 @@ export interface IRole {
1574
1687
  normalizedName?: string | undefined;
1575
1688
  concurrencyStamp?: string | undefined;
1576
1689
  }
1577
- export declare class RoleSearchResult implements IRoleSearchResult {
1578
- readonly roles?: Role[] | undefined;
1579
- totalCount?: number;
1580
- results?: Role[] | undefined;
1581
- constructor(data?: IRoleSearchResult);
1582
- init(_data?: any): void;
1583
- static fromJS(data: any): RoleSearchResult;
1584
- toJSON(data?: any): any;
1585
- }
1586
- export interface IRoleSearchResult {
1587
- roles?: Role[] | undefined;
1588
- totalCount?: number;
1589
- results?: Role[] | undefined;
1590
- }
1591
- export declare class SecurityResult implements ISecurityResult {
1592
- succeeded?: boolean;
1593
- errors?: string[] | undefined;
1594
- constructor(data?: ISecurityResult);
1595
- init(_data?: any): void;
1596
- static fromJS(data: any): SecurityResult;
1597
- toJSON(data?: any): any;
1598
- }
1599
- export interface ISecurityResult {
1600
- succeeded?: boolean;
1601
- errors?: string[] | undefined;
1602
- }
1603
- export declare class UserSearchCriteria implements IUserSearchCriteria {
1604
- memberId?: string | undefined;
1605
- memberIds?: string[] | undefined;
1606
- modifiedSinceDate?: Date | undefined;
1607
- roles?: string[] | undefined;
1690
+ export declare class RoleSearchCriteria implements IRoleSearchCriteria {
1608
1691
  responseGroup?: string | undefined;
1609
1692
  objectType?: string | undefined;
1610
1693
  objectTypes?: string[] | undefined;
@@ -1616,16 +1699,12 @@ export declare class UserSearchCriteria implements IUserSearchCriteria {
1616
1699
  readonly sortInfos?: SortInfo[] | undefined;
1617
1700
  skip?: number;
1618
1701
  take?: number;
1619
- constructor(data?: IUserSearchCriteria);
1702
+ constructor(data?: IRoleSearchCriteria);
1620
1703
  init(_data?: any): void;
1621
- static fromJS(data: any): UserSearchCriteria;
1704
+ static fromJS(data: any): RoleSearchCriteria;
1622
1705
  toJSON(data?: any): any;
1623
1706
  }
1624
- export interface IUserSearchCriteria {
1625
- memberId?: string | undefined;
1626
- memberIds?: string[] | undefined;
1627
- modifiedSinceDate?: Date | undefined;
1628
- roles?: string[] | undefined;
1707
+ export interface IRoleSearchCriteria {
1629
1708
  responseGroup?: string | undefined;
1630
1709
  objectType?: string | undefined;
1631
1710
  objectTypes?: string[] | undefined;
@@ -1638,184 +1717,124 @@ export interface IUserSearchCriteria {
1638
1717
  skip?: number;
1639
1718
  take?: number;
1640
1719
  }
1641
- export declare enum AccountState {
1642
- PendingApproval = "PendingApproval",
1643
- Approved = "Approved",
1644
- Rejected = "Rejected"
1645
- }
1646
- export declare class ApplicationUserLogin implements IApplicationUserLogin {
1647
- loginProvider?: string | undefined;
1648
- providerKey?: string | undefined;
1649
- constructor(data?: IApplicationUserLogin);
1650
- init(_data?: any): void;
1651
- static fromJS(data: any): ApplicationUserLogin;
1652
- toJSON(data?: any): any;
1653
- }
1654
- export interface IApplicationUserLogin {
1655
- loginProvider?: string | undefined;
1656
- providerKey?: string | undefined;
1657
- }
1658
- export declare class ApplicationUser implements IApplicationUser {
1659
- storeId?: string | undefined;
1660
- memberId?: string | undefined;
1661
- isAdministrator?: boolean;
1662
- photoUrl?: string | undefined;
1663
- userType?: string | undefined;
1664
- status?: string | undefined;
1665
- password?: string | undefined;
1666
- createdDate?: Date;
1667
- modifiedDate?: Date | undefined;
1668
- createdBy?: string | undefined;
1669
- modifiedBy?: string | undefined;
1670
- roles?: Role[] | undefined;
1671
- lockoutEndDateUtc?: Date | undefined;
1672
- userState?: ApplicationUserUserState;
1673
- permissions?: string[] | undefined;
1674
- logins?: ApplicationUserLogin[] | undefined;
1675
- passwordExpired?: boolean;
1676
- lastPasswordChangedDate?: Date | undefined;
1677
- lastPasswordChangeRequestDate?: Date | undefined;
1678
- id?: string | undefined;
1679
- userName?: string | undefined;
1680
- normalizedUserName?: string | undefined;
1681
- email?: string | undefined;
1682
- normalizedEmail?: string | undefined;
1683
- emailConfirmed?: boolean;
1684
- passwordHash?: string | undefined;
1685
- securityStamp?: string | undefined;
1686
- concurrencyStamp?: string | undefined;
1687
- phoneNumber?: string | undefined;
1688
- phoneNumberConfirmed?: boolean;
1689
- twoFactorEnabled?: boolean;
1690
- lockoutEnd?: Date | undefined;
1691
- lockoutEnabled?: boolean;
1692
- accessFailedCount?: number;
1693
- constructor(data?: IApplicationUser);
1694
- init(_data?: any): void;
1695
- static fromJS(data: any): ApplicationUser;
1696
- toJSON(data?: any): any;
1697
- }
1698
- export interface IApplicationUser {
1699
- storeId?: string | undefined;
1700
- memberId?: string | undefined;
1701
- isAdministrator?: boolean;
1702
- photoUrl?: string | undefined;
1703
- userType?: string | undefined;
1704
- status?: string | undefined;
1705
- password?: string | undefined;
1706
- createdDate?: Date;
1707
- modifiedDate?: Date | undefined;
1708
- createdBy?: string | undefined;
1709
- modifiedBy?: string | undefined;
1710
- roles?: Role[] | undefined;
1711
- lockoutEndDateUtc?: Date | undefined;
1712
- userState?: ApplicationUserUserState;
1713
- permissions?: string[] | undefined;
1714
- logins?: ApplicationUserLogin[] | undefined;
1715
- passwordExpired?: boolean;
1716
- lastPasswordChangedDate?: Date | undefined;
1717
- lastPasswordChangeRequestDate?: Date | undefined;
1718
- id?: string | undefined;
1719
- userName?: string | undefined;
1720
- normalizedUserName?: string | undefined;
1721
- email?: string | undefined;
1722
- normalizedEmail?: string | undefined;
1723
- emailConfirmed?: boolean;
1724
- passwordHash?: string | undefined;
1725
- securityStamp?: string | undefined;
1726
- concurrencyStamp?: string | undefined;
1727
- phoneNumber?: string | undefined;
1728
- phoneNumberConfirmed?: boolean;
1729
- twoFactorEnabled?: boolean;
1730
- lockoutEnd?: Date | undefined;
1731
- lockoutEnabled?: boolean;
1732
- accessFailedCount?: number;
1733
- }
1734
- export declare class UserSearchResult implements IUserSearchResult {
1735
- readonly users?: ApplicationUser[] | undefined;
1720
+ export declare class RoleSearchResult implements IRoleSearchResult {
1721
+ readonly roles?: Role[] | undefined;
1736
1722
  totalCount?: number;
1737
- results?: ApplicationUser[] | undefined;
1738
- constructor(data?: IUserSearchResult);
1723
+ results?: Role[] | undefined;
1724
+ constructor(data?: IRoleSearchResult);
1739
1725
  init(_data?: any): void;
1740
- static fromJS(data: any): UserSearchResult;
1726
+ static fromJS(data: any): RoleSearchResult;
1741
1727
  toJSON(data?: any): any;
1742
1728
  }
1743
- export interface IUserSearchResult {
1744
- users?: ApplicationUser[] | undefined;
1729
+ export interface IRoleSearchResult {
1730
+ roles?: Role[] | undefined;
1745
1731
  totalCount?: number;
1746
- results?: ApplicationUser[] | undefined;
1732
+ results?: Role[] | undefined;
1747
1733
  }
1748
- export declare class ChangePasswordRequest implements IChangePasswordRequest {
1749
- userName?: string | undefined;
1750
- oldPassword?: string | undefined;
1751
- newPassword?: string | undefined;
1752
- constructor(data?: IChangePasswordRequest);
1734
+ export declare class SecurityResult implements ISecurityResult {
1735
+ succeeded?: boolean;
1736
+ errors?: string[] | undefined;
1737
+ constructor(data?: ISecurityResult);
1753
1738
  init(_data?: any): void;
1754
- static fromJS(data: any): ChangePasswordRequest;
1739
+ static fromJS(data: any): SecurityResult;
1755
1740
  toJSON(data?: any): any;
1756
1741
  }
1757
- export interface IChangePasswordRequest {
1758
- userName?: string | undefined;
1759
- oldPassword?: string | undefined;
1760
- newPassword?: string | undefined;
1742
+ export interface ISecurityResult {
1743
+ succeeded?: boolean;
1744
+ errors?: string[] | undefined;
1761
1745
  }
1762
- export declare class ResetPasswordConfirmRequest implements IResetPasswordConfirmRequest {
1763
- token?: string | undefined;
1764
- newPassword?: string | undefined;
1765
- forcePasswordChangeOnNextSignIn?: boolean;
1766
- constructor(data?: IResetPasswordConfirmRequest);
1746
+ export declare class SemanticVersion implements ISemanticVersion {
1747
+ readonly major?: number;
1748
+ readonly minor?: number;
1749
+ readonly patch?: number;
1750
+ readonly prerelease?: string | undefined;
1751
+ constructor(data?: ISemanticVersion);
1767
1752
  init(_data?: any): void;
1768
- static fromJS(data: any): ResetPasswordConfirmRequest;
1753
+ static fromJS(data: any): SemanticVersion;
1769
1754
  toJSON(data?: any): any;
1770
1755
  }
1771
- export interface IResetPasswordConfirmRequest {
1772
- token?: string | undefined;
1773
- newPassword?: string | undefined;
1774
- forcePasswordChangeOnNextSignIn?: boolean;
1756
+ export interface ISemanticVersion {
1757
+ major?: number;
1758
+ minor?: number;
1759
+ patch?: number;
1760
+ prerelease?: string | undefined;
1775
1761
  }
1776
- export declare class ValidatePasswordResetTokenRequest implements IValidatePasswordResetTokenRequest {
1777
- token?: string | undefined;
1778
- constructor(data?: IValidatePasswordResetTokenRequest);
1762
+ export declare enum SettingValueType {
1763
+ ShortText = "ShortText",
1764
+ LongText = "LongText",
1765
+ Integer = "Integer",
1766
+ Decimal = "Decimal",
1767
+ DateTime = "DateTime",
1768
+ Boolean = "Boolean",
1769
+ SecureString = "SecureString",
1770
+ Json = "Json",
1771
+ PositiveInteger = "PositiveInteger"
1772
+ }
1773
+ export declare class SignInResult implements ISignInResult {
1774
+ readonly succeeded?: boolean;
1775
+ readonly isLockedOut?: boolean;
1776
+ readonly isNotAllowed?: boolean;
1777
+ readonly requiresTwoFactor?: boolean;
1778
+ constructor(data?: ISignInResult);
1779
1779
  init(_data?: any): void;
1780
- static fromJS(data: any): ValidatePasswordResetTokenRequest;
1780
+ static fromJS(data: any): SignInResult;
1781
1781
  toJSON(data?: any): any;
1782
1782
  }
1783
- export interface IValidatePasswordResetTokenRequest {
1784
- token?: string | undefined;
1783
+ export interface ISignInResult {
1784
+ succeeded?: boolean;
1785
+ isLockedOut?: boolean;
1786
+ isNotAllowed?: boolean;
1787
+ requiresTwoFactor?: boolean;
1785
1788
  }
1786
- export declare class IdentityError implements IIdentityError {
1787
- code?: string | undefined;
1788
- description?: string | undefined;
1789
- constructor(data?: IIdentityError);
1789
+ export declare enum SortDirection {
1790
+ Ascending = "Ascending",
1791
+ Descending = "Descending"
1792
+ }
1793
+ export declare class SortInfo implements ISortInfo {
1794
+ sortColumn?: string | undefined;
1795
+ sortDirection?: SortInfoSortDirection;
1796
+ constructor(data?: ISortInfo);
1790
1797
  init(_data?: any): void;
1791
- static fromJS(data: any): IdentityError;
1798
+ static fromJS(data: any): SortInfo;
1792
1799
  toJSON(data?: any): any;
1793
1800
  }
1794
- export interface IIdentityError {
1795
- code?: string | undefined;
1796
- description?: string | undefined;
1801
+ export interface ISortInfo {
1802
+ sortColumn?: string | undefined;
1803
+ sortDirection?: SortInfoSortDirection;
1797
1804
  }
1798
- export declare class IdentityResult implements IIdentityResult {
1799
- readonly succeeded?: boolean;
1800
- readonly errors?: IdentityError[] | undefined;
1801
- constructor(data?: IIdentityResult);
1805
+ export declare class StringIdentityUserRole implements IStringIdentityUserRole {
1806
+ userId?: string | undefined;
1807
+ roleId?: string | undefined;
1808
+ constructor(data?: IStringIdentityUserRole);
1802
1809
  init(_data?: any): void;
1803
- static fromJS(data: any): IdentityResult;
1810
+ static fromJS(data: any): StringIdentityUserRole;
1804
1811
  toJSON(data?: any): any;
1805
1812
  }
1806
- export interface IIdentityResult {
1807
- succeeded?: boolean;
1808
- errors?: IdentityError[] | undefined;
1813
+ export interface IStringIdentityUserRole {
1814
+ userId?: string | undefined;
1815
+ roleId?: string | undefined;
1809
1816
  }
1810
- export declare class UserLockedResult implements IUserLockedResult {
1811
- locked?: boolean;
1812
- constructor(data?: IUserLockedResult);
1817
+ export declare class SystemInfo implements ISystemInfo {
1818
+ platformVersion?: string | undefined;
1819
+ license?: License | undefined;
1820
+ installedModules?: ModuleDescriptor[] | undefined;
1821
+ version?: string | undefined;
1822
+ is64BitOperatingSystem?: boolean;
1823
+ is64BitProcess?: boolean;
1824
+ databaseProvider?: string | undefined;
1825
+ constructor(data?: ISystemInfo);
1813
1826
  init(_data?: any): void;
1814
- static fromJS(data: any): UserLockedResult;
1827
+ static fromJS(data: any): SystemInfo;
1815
1828
  toJSON(data?: any): any;
1816
1829
  }
1817
- export interface IUserLockedResult {
1818
- locked?: boolean;
1830
+ export interface ISystemInfo {
1831
+ platformVersion?: string | undefined;
1832
+ license?: License | undefined;
1833
+ installedModules?: ModuleDescriptor[] | undefined;
1834
+ version?: string | undefined;
1835
+ is64BitOperatingSystem?: boolean;
1836
+ is64BitProcess?: boolean;
1837
+ databaseProvider?: string | undefined;
1819
1838
  }
1820
1839
  export declare class UserApiKey implements IUserApiKey {
1821
1840
  apiKey?: string | undefined;
@@ -1843,64 +1862,118 @@ export interface IUserApiKey {
1843
1862
  modifiedBy?: string | undefined;
1844
1863
  id?: string | undefined;
1845
1864
  }
1846
- export declare enum SettingValueType {
1847
- ShortText = "ShortText",
1848
- LongText = "LongText",
1849
- Integer = "Integer",
1850
- Decimal = "Decimal",
1851
- DateTime = "DateTime",
1852
- Boolean = "Boolean",
1853
- SecureString = "SecureString",
1854
- Json = "Json",
1855
- PositiveInteger = "PositiveInteger"
1865
+ export declare class UserDetail implements IUserDetail {
1866
+ permissions?: string[] | undefined;
1867
+ userName?: string | undefined;
1868
+ isAdministrator?: boolean;
1869
+ passwordExpired?: boolean;
1870
+ daysTillPasswordExpiry?: number;
1871
+ id?: string | undefined;
1872
+ constructor(data?: IUserDetail);
1873
+ init(_data?: any): void;
1874
+ static fromJS(data: any): UserDetail;
1875
+ toJSON(data?: any): any;
1856
1876
  }
1857
- export declare class ObjectSettingEntry implements IObjectSettingEntry {
1858
- readonly itHasValues?: boolean;
1859
- objectId?: string | undefined;
1860
- objectType?: string | undefined;
1861
- isReadOnly?: boolean;
1862
- value?: any | undefined;
1877
+ export interface IUserDetail {
1878
+ permissions?: string[] | undefined;
1879
+ userName?: string | undefined;
1880
+ isAdministrator?: boolean;
1881
+ passwordExpired?: boolean;
1882
+ daysTillPasswordExpiry?: number;
1863
1883
  id?: string | undefined;
1864
- restartRequired?: boolean;
1865
- moduleId?: string | undefined;
1866
- groupName?: string | undefined;
1867
- name?: string | undefined;
1868
- displayName?: string | undefined;
1869
- isRequired?: boolean;
1870
- isHidden?: boolean;
1871
- valueType?: ObjectSettingEntryValueType;
1872
- allowedValues?: any[] | undefined;
1873
- defaultValue?: any | undefined;
1874
- isDictionary?: boolean;
1875
- constructor(data?: IObjectSettingEntry);
1884
+ }
1885
+ export declare class UserLockedResult implements IUserLockedResult {
1886
+ locked?: boolean;
1887
+ constructor(data?: IUserLockedResult);
1876
1888
  init(_data?: any): void;
1877
- static fromJS(data: any): ObjectSettingEntry;
1889
+ static fromJS(data: any): UserLockedResult;
1878
1890
  toJSON(data?: any): any;
1879
1891
  }
1880
- export interface IObjectSettingEntry {
1881
- itHasValues?: boolean;
1882
- objectId?: string | undefined;
1892
+ export interface IUserLockedResult {
1893
+ locked?: boolean;
1894
+ }
1895
+ export declare class UserSearchCriteria implements IUserSearchCriteria {
1896
+ memberId?: string | undefined;
1897
+ memberIds?: string[] | undefined;
1898
+ modifiedSinceDate?: Date | undefined;
1899
+ roles?: string[] | undefined;
1900
+ responseGroup?: string | undefined;
1883
1901
  objectType?: string | undefined;
1884
- isReadOnly?: boolean;
1885
- value?: any | undefined;
1886
- id?: string | undefined;
1887
- restartRequired?: boolean;
1888
- moduleId?: string | undefined;
1889
- groupName?: string | undefined;
1890
- name?: string | undefined;
1891
- displayName?: string | undefined;
1892
- isRequired?: boolean;
1893
- isHidden?: boolean;
1894
- valueType?: ObjectSettingEntryValueType;
1895
- allowedValues?: any[] | undefined;
1896
- defaultValue?: any | undefined;
1897
- isDictionary?: boolean;
1902
+ objectTypes?: string[] | undefined;
1903
+ objectIds?: string[] | undefined;
1904
+ keyword?: string | undefined;
1905
+ searchPhrase?: string | undefined;
1906
+ languageCode?: string | undefined;
1907
+ sort?: string | undefined;
1908
+ readonly sortInfos?: SortInfo[] | undefined;
1909
+ skip?: number;
1910
+ take?: number;
1911
+ constructor(data?: IUserSearchCriteria);
1912
+ init(_data?: any): void;
1913
+ static fromJS(data: any): UserSearchCriteria;
1914
+ toJSON(data?: any): any;
1915
+ }
1916
+ export interface IUserSearchCriteria {
1917
+ memberId?: string | undefined;
1918
+ memberIds?: string[] | undefined;
1919
+ modifiedSinceDate?: Date | undefined;
1920
+ roles?: string[] | undefined;
1921
+ responseGroup?: string | undefined;
1922
+ objectType?: string | undefined;
1923
+ objectTypes?: string[] | undefined;
1924
+ objectIds?: string[] | undefined;
1925
+ keyword?: string | undefined;
1926
+ searchPhrase?: string | undefined;
1927
+ languageCode?: string | undefined;
1928
+ sort?: string | undefined;
1929
+ sortInfos?: SortInfo[] | undefined;
1930
+ skip?: number;
1931
+ take?: number;
1932
+ }
1933
+ export declare class UserSearchResult implements IUserSearchResult {
1934
+ readonly users?: ApplicationUser[] | undefined;
1935
+ totalCount?: number;
1936
+ results?: ApplicationUser[] | undefined;
1937
+ constructor(data?: IUserSearchResult);
1938
+ init(_data?: any): void;
1939
+ static fromJS(data: any): UserSearchResult;
1940
+ toJSON(data?: any): any;
1941
+ }
1942
+ export interface IUserSearchResult {
1943
+ users?: ApplicationUser[] | undefined;
1944
+ totalCount?: number;
1945
+ results?: ApplicationUser[] | undefined;
1946
+ }
1947
+ export declare class ValidatePasswordResetTokenRequest implements IValidatePasswordResetTokenRequest {
1948
+ token?: string | undefined;
1949
+ constructor(data?: IValidatePasswordResetTokenRequest);
1950
+ init(_data?: any): void;
1951
+ static fromJS(data: any): ValidatePasswordResetTokenRequest;
1952
+ toJSON(data?: any): any;
1953
+ }
1954
+ export interface IValidatePasswordResetTokenRequest {
1955
+ token?: string | undefined;
1956
+ }
1957
+ export declare class VerifyTokenRequest implements IVerifyTokenRequest {
1958
+ tokenProvider?: string | undefined;
1959
+ purpose?: string | undefined;
1960
+ token?: string | undefined;
1961
+ constructor(data?: IVerifyTokenRequest);
1962
+ init(_data?: any): void;
1963
+ static fromJS(data: any): VerifyTokenRequest;
1964
+ toJSON(data?: any): any;
1965
+ }
1966
+ export interface IVerifyTokenRequest {
1967
+ tokenProvider?: string | undefined;
1968
+ purpose?: string | undefined;
1969
+ token?: string | undefined;
1898
1970
  }
1899
1971
  export declare class Body implements IBody {
1900
1972
  grant_type: string;
1901
1973
  scope?: string;
1902
1974
  username?: string;
1903
1975
  password?: string;
1976
+ [key: string]: any;
1904
1977
  constructor(data?: IBody);
1905
1978
  init(_data?: any): void;
1906
1979
  static fromJS(data: any): Body;
@@ -1911,19 +1984,14 @@ export interface IBody {
1911
1984
  scope?: string;
1912
1985
  username?: string;
1913
1986
  password?: string;
1987
+ [key: string]: any;
1914
1988
  }
1915
- export declare enum SortInfoSortDirection {
1916
- Ascending = "Ascending",
1917
- Descending = "Descending"
1918
- }
1919
- export declare enum OperationLogOperationType {
1920
- Detached = "Detached",
1921
- Unchanged = "Unchanged",
1922
- Added = "Added",
1923
- Deleted = "Deleted",
1924
- Modified = "Modified"
1989
+ export declare enum ApplicationUserUserState {
1990
+ PendingApproval = "PendingApproval",
1991
+ Approved = "Approved",
1992
+ Rejected = "Rejected"
1925
1993
  }
1926
- export declare enum DynamicPropertyValueType2 {
1994
+ export declare enum DynamicObjectPropertyValueType {
1927
1995
  Undefined = "Undefined",
1928
1996
  ShortText = "ShortText",
1929
1997
  LongText = "LongText",
@@ -1934,7 +2002,7 @@ export declare enum DynamicPropertyValueType2 {
1934
2002
  Html = "Html",
1935
2003
  Image = "Image"
1936
2004
  }
1937
- export declare enum DynamicPropertyObjectValueValueType {
2005
+ export declare enum DynamicPropertyValueType2 {
1938
2006
  Undefined = "Undefined",
1939
2007
  ShortText = "ShortText",
1940
2008
  LongText = "LongText",
@@ -1945,7 +2013,7 @@ export declare enum DynamicPropertyObjectValueValueType {
1945
2013
  Html = "Html",
1946
2014
  Image = "Image"
1947
2015
  }
1948
- export declare enum DynamicObjectPropertyValueType {
2016
+ export declare enum DynamicPropertyObjectValueValueType {
1949
2017
  Undefined = "Undefined",
1950
2018
  ShortText = "ShortText",
1951
2019
  LongText = "LongText",
@@ -1956,12 +2024,6 @@ export declare enum DynamicObjectPropertyValueType {
1956
2024
  Html = "Html",
1957
2025
  Image = "Image"
1958
2026
  }
1959
- export declare enum ProgressMessageLevel2 {
1960
- Info = "Info",
1961
- Warning = "Warning",
1962
- Debug = "Debug",
1963
- Error = "Error"
1964
- }
1965
2027
  export declare enum JsonElementValueKind {
1966
2028
  Undefined = "Undefined",
1967
2029
  Object = "Object",
@@ -1972,11 +2034,6 @@ export declare enum JsonElementValueKind {
1972
2034
  False = "False",
1973
2035
  Null = "Null"
1974
2036
  }
1975
- export declare enum ApplicationUserUserState {
1976
- PendingApproval = "PendingApproval",
1977
- Approved = "Approved",
1978
- Rejected = "Rejected"
1979
- }
1980
2037
  export declare enum ObjectSettingEntryValueType {
1981
2038
  ShortText = "ShortText",
1982
2039
  LongText = "LongText",
@@ -1988,6 +2045,23 @@ export declare enum ObjectSettingEntryValueType {
1988
2045
  Json = "Json",
1989
2046
  PositiveInteger = "PositiveInteger"
1990
2047
  }
2048
+ export declare enum OperationLogOperationType {
2049
+ Detached = "Detached",
2050
+ Unchanged = "Unchanged",
2051
+ Added = "Added",
2052
+ Deleted = "Deleted",
2053
+ Modified = "Modified"
2054
+ }
2055
+ export declare enum ProgressMessageLevel2 {
2056
+ Info = "Info",
2057
+ Warning = "Warning",
2058
+ Debug = "Debug",
2059
+ Error = "Error"
2060
+ }
2061
+ export declare enum SortInfoSortDirection {
2062
+ Ascending = "Ascending",
2063
+ Descending = "Descending"
2064
+ }
1991
2065
  export declare class ApiException extends Error {
1992
2066
  message: string;
1993
2067
  status: number;