@vc-shell/framework 1.0.68 → 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.
- package/CHANGELOG.md +1628 -0
- package/core/api/platform.ts +2762 -2225
- package/core/composables/index.ts +1 -0
- package/core/composables/useMenuComposer/index.ts +25 -0
- package/core/composables/useNotifications/index.ts +24 -30
- package/core/composables/useUser/index.ts +1 -1
- package/core/directives/index.ts +0 -1
- package/core/plugins/index.ts +1 -1
- package/core/plugins/modularity/index.ts +8 -1
- package/core/plugins/signalR/index.ts +32 -0
- package/core/types/index.ts +56 -17
- package/dist/core/api/platform.d.ts +1005 -931
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useMenuComposer/index.d.ts +12 -0
- package/dist/core/composables/useMenuComposer/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts +3 -5
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/directives/autofocus/index.d.ts +1 -1
- package/dist/core/directives/autofocus/index.d.ts.map +1 -1
- package/dist/core/directives/index.d.ts +0 -1
- package/dist/core/directives/index.d.ts.map +1 -1
- package/dist/core/directives/loading/index.d.ts +1 -1
- package/dist/core/directives/loading/index.d.ts.map +1 -1
- package/dist/core/directives/permissions/index.d.ts +1 -1
- package/dist/core/directives/permissions/index.d.ts.map +1 -1
- package/dist/core/plugins/index.d.ts +1 -1
- package/dist/core/plugins/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +1 -1
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts +4 -0
- package/dist/core/plugins/signalR/index.d.ts.map +1 -0
- package/dist/core/types/index.d.ts +46 -20
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.mjs +28611 -27509
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -3
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +6 -3
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +13 -456
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +19 -454
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +2 -3
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/index.d.ts +1 -9
- package/dist/shared/components/blade-navigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/plugin.d.ts +13 -0
- package/dist/shared/components/blade-navigation/plugin.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/types/index.d.ts +53 -26
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/{core/plugins → shared/components}/error-interceptor/index.d.ts +53 -15
- package/dist/shared/components/error-interceptor/index.d.ts.map +1 -0
- package/dist/{core/plugins → shared/components}/error-interceptor/interceptor.d.ts +1 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -0
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +13 -13
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/index.d.ts +0 -9
- package/dist/shared/components/notifications/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/index.d.ts +2 -0
- package/dist/shared/components/popup-handler/components/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +2 -0
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +3 -0
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/composables/index.d.ts +2 -0
- package/dist/shared/components/popup-handler/composables/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +12 -0
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/index.d.ts +16 -0
- package/dist/shared/components/popup-handler/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/plugin.d.ts +6 -0
- package/dist/shared/components/popup-handler/plugin.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/types/index.d.ts +26 -0
- package/dist/shared/components/popup-handler/types/index.d.ts.map +1 -0
- package/dist/shared/components/popup-handler/utils/index.d.ts +3 -0
- package/dist/shared/components/popup-handler/utils/index.d.ts.map +1 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +13 -4
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +85 -49
- package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +15 -11
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +89 -64
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +56 -19
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +68 -44
- package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +7 -4
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +66 -44
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +8 -6
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +74 -48
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +8 -5
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +54 -19
- package/dist/ui/components/atoms/vc-col/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +7 -4
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +56 -19
- package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +53 -8
- package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +4 -8
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +7 -4
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +17 -23
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +8 -5
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +10 -12
- package/dist/ui/components/atoms/vc-info-row/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +7 -4
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +56 -23
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +8 -5
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +56 -20
- package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +54 -27
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +6 -3
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/index.d.ts +53 -8
- package/dist/ui/components/atoms/vc-row/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +56 -31
- package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +7 -4
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/index.d.ts +2 -0
- package/dist/ui/components/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +1 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +6 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +79 -65
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +7 -4
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +80 -69
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +7 -4
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +77 -65
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +7 -4
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +53 -8
- package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +116 -128
- package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +17 -13
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +125 -137
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +9 -8
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +7 -11
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +6 -3
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +73 -55
- package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +8 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/index.d.ts +188 -584
- package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +643 -119
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +70 -55
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +10 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +80 -68
- package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +7 -4
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +21 -7
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- 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
- 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
- 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
- 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
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +20 -13
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +138 -160
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +23 -24
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- 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
- 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
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +7 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +103 -112
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +11 -10
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +3 -5
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +7 -4
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +18 -7
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -52
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +8 -8
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +62 -31
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +7 -4
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +32 -0
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +44 -0
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +22 -0
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts +135 -0
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +24 -0
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-popup/index.d.ts +87 -42
- package/dist/ui/components/organisms/vc-popup/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +16 -6
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +8 -5
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +48 -47
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +205 -661
- package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +185 -134
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +2 -0
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +26 -27
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +3 -2
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +4 -2
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +25 -26
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +106 -68
- package/shared/components/blade-navigation/index.ts +1 -12
- package/shared/components/blade-navigation/plugin.ts +33 -0
- package/shared/components/blade-navigation/types/index.ts +59 -36
- package/{core/plugins → shared/components}/error-interceptor/interceptor.ts +1 -1
- package/shared/components/notifications/composables/useContainer/index.ts +2 -2
- package/shared/components/notifications/core/notification.ts +1 -1
- package/shared/components/notifications/index.ts +0 -11
- package/shared/components/popup-handler/components/index.ts +1 -0
- package/shared/components/popup-handler/components/vc-popup-container/index.ts +3 -0
- package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +25 -0
- package/shared/components/popup-handler/composables/index.ts +1 -0
- package/shared/components/popup-handler/composables/usePopup/index.ts +129 -0
- package/shared/components/popup-handler/index.ts +19 -0
- package/shared/components/popup-handler/plugin.ts +24 -0
- package/shared/components/popup-handler/types/index.ts +28 -0
- package/shared/components/popup-handler/utils/index.ts +9 -0
- package/shared/index.ts +4 -2
- package/shared/modules/assets/components/assets-details/assets-details.vue +12 -10
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +33 -30
- package/ui/components/atoms/vc-button/vc-button.vue +1 -1
- package/ui/components/atoms/vc-card/vc-card.vue +2 -2
- package/ui/components/atoms/vc-info-row/vc-info-row.vue +2 -2
- package/ui/components/atoms/vc-label/vc-label.vue +1 -1
- package/ui/components/atoms/vc-loading/vc-loading.vue +1 -1
- package/ui/components/atoms/vc-switch/vc-switch.vue +1 -1
- package/ui/components/index.ts +2 -0
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +3 -3
- package/ui/components/molecules/vc-editor/vc-editor.vue +3 -3
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +2 -2
- package/ui/components/molecules/vc-input/vc-input.vue +17 -17
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -8
- package/ui/components/molecules/vc-notification/vc-notification.vue +1 -1
- package/ui/components/molecules/vc-rating/vc-rating.vue +1 -1
- package/ui/components/molecules/vc-select/index.ts +1 -86
- package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.vue +276 -198
- package/ui/components/molecules/vc-slider/vc-slider.vue +3 -3
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +2 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +20 -15
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +5 -9
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +18 -27
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +22 -16
- package/ui/components/organisms/vc-app/vc-app.vue +20 -17
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +5 -5
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +4 -4
- package/ui/components/organisms/vc-blade/vc-blade.vue +25 -32
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +84 -84
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +3 -3
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +9 -3
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +27 -23
- package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +63 -0
- package/ui/components/organisms/vc-notification-dropdown/index.ts +3 -0
- package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +125 -0
- package/ui/components/organisms/vc-notification-template/index.ts +3 -0
- package/ui/components/organisms/vc-notification-template/vc-notification-template.vue +33 -0
- package/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue +28 -0
- package/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue +33 -0
- package/ui/components/organisms/vc-popup/vc-popup.vue +62 -7
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +6 -6
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +5 -5
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +27 -24
- package/ui/components/organisms/vc-table/index.ts +1 -17
- package/ui/components/organisms/vc-table/vc-table.stories.ts +1 -1
- package/ui/components/organisms/vc-table/vc-table.vue +140 -132
- package/ui/locales/en.json +21 -10
- package/ui/types/index.ts +2 -0
- package/LICENSE +0 -12
- package/core/directives/click-outside/index.ts +0 -21
- package/dist/core/directives/click-outside/index.d.ts +0 -3
- package/dist/core/directives/click-outside/index.d.ts.map +0 -1
- package/dist/core/plugins/error-interceptor/index.d.ts.map +0 -1
- package/dist/core/plugins/error-interceptor/interceptor.d.ts.map +0 -1
- /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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
463
|
+
isUserLocked(id: string): Promise<UserLockedResult>;
|
|
458
464
|
protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
|
|
459
465
|
/**
|
|
460
466
|
* @return Success
|
|
461
467
|
*/
|
|
462
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
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
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
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):
|
|
645
|
+
static fromJS(data: any): ApplicationUser;
|
|
599
646
|
toJSON(data?: any): any;
|
|
600
647
|
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
603
|
-
|
|
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
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
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):
|
|
723
|
+
static fromJS(data: any): ChangedEntity;
|
|
656
724
|
toJSON(data?: any): any;
|
|
657
725
|
}
|
|
658
|
-
export interface
|
|
659
|
-
|
|
660
|
-
|
|
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
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
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):
|
|
784
|
+
static fromJS(data: any): ChangePasswordRequest;
|
|
745
785
|
toJSON(data?: any): any;
|
|
746
786
|
}
|
|
747
|
-
export interface
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
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
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
readonly
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
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):
|
|
804
|
+
static fromJS(data: any): Claim;
|
|
840
805
|
toJSON(data?: any): any;
|
|
841
806
|
}
|
|
842
|
-
export interface
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
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
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
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):
|
|
830
|
+
static fromJS(data: any): ClaimsIdentity;
|
|
866
831
|
toJSON(data?: any): any;
|
|
867
832
|
}
|
|
868
|
-
export interface
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
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
|
-
|
|
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):
|
|
848
|
+
static fromJS(data: any): ConfirmEmailRequest;
|
|
899
849
|
toJSON(data?: any): any;
|
|
900
850
|
}
|
|
901
|
-
export interface
|
|
902
|
-
|
|
903
|
-
name?: string | undefined;
|
|
851
|
+
export interface IConfirmEmailRequest {
|
|
852
|
+
token?: string | undefined;
|
|
904
853
|
}
|
|
905
|
-
export declare class
|
|
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?:
|
|
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?:
|
|
872
|
+
constructor(data?: IDynamicObjectProperty);
|
|
922
873
|
init(_data?: any): void;
|
|
923
|
-
static fromJS(data: any):
|
|
874
|
+
static fromJS(data: any): DynamicObjectProperty;
|
|
924
875
|
toJSON(data?: any): any;
|
|
925
876
|
}
|
|
926
|
-
export interface
|
|
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?:
|
|
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
|
|
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?:
|
|
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?:
|
|
912
|
+
constructor(data?: IDynamicProperty);
|
|
998
913
|
init(_data?: any): void;
|
|
999
|
-
static fromJS(data: any):
|
|
914
|
+
static fromJS(data: any): DynamicProperty;
|
|
1000
915
|
toJSON(data?: any): any;
|
|
1001
916
|
}
|
|
1002
|
-
export interface
|
|
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?:
|
|
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
|
|
934
|
+
export declare class DynamicPropertyDictionaryItem implements IDynamicPropertyDictionaryItem {
|
|
1022
935
|
propertyId?: string | undefined;
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
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
|
|
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?:
|
|
1017
|
+
constructor(data?: IDynamicPropertyName);
|
|
1057
1018
|
init(_data?: any): void;
|
|
1058
|
-
static fromJS(data: any):
|
|
1019
|
+
static fromJS(data: any): DynamicPropertyName;
|
|
1059
1020
|
toJSON(data?: any): any;
|
|
1060
1021
|
}
|
|
1061
|
-
export interface
|
|
1022
|
+
export interface IDynamicPropertyName {
|
|
1062
1023
|
locale?: string | undefined;
|
|
1063
1024
|
name?: string | undefined;
|
|
1064
1025
|
}
|
|
1065
|
-
export declare class
|
|
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
|
-
|
|
1068
|
-
|
|
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):
|
|
1037
|
+
static fromJS(data: any): DynamicPropertyObjectValue;
|
|
1077
1038
|
toJSON(data?: any): any;
|
|
1078
1039
|
}
|
|
1079
|
-
export interface
|
|
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
|
-
|
|
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
|
|
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?:
|
|
1092
|
-
constructor(data?:
|
|
1084
|
+
results?: DynamicProperty[] | undefined;
|
|
1085
|
+
constructor(data?: IDynamicPropertySearchResult);
|
|
1093
1086
|
init(_data?: any): void;
|
|
1094
|
-
static fromJS(data: any):
|
|
1087
|
+
static fromJS(data: any): DynamicPropertySearchResult;
|
|
1095
1088
|
toJSON(data?: any): any;
|
|
1096
1089
|
}
|
|
1097
|
-
export interface
|
|
1090
|
+
export interface IDynamicPropertySearchResult {
|
|
1098
1091
|
totalCount?: number;
|
|
1099
|
-
results?:
|
|
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
|
|
1116
|
-
|
|
1117
|
-
|
|
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):
|
|
1154
|
+
static fromJS(data: any): JsonElement;
|
|
1127
1155
|
toJSON(data?: any): any;
|
|
1128
1156
|
}
|
|
1129
|
-
export interface
|
|
1130
|
-
|
|
1131
|
-
level?: ProgressMessageLevel2;
|
|
1157
|
+
export interface IJsonElement {
|
|
1158
|
+
valueKind?: JsonElementValueKind;
|
|
1132
1159
|
}
|
|
1133
|
-
export declare
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
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):
|
|
1175
|
+
static fromJS(data: any): LastModifiedResponse;
|
|
1150
1176
|
toJSON(data?: any): any;
|
|
1151
1177
|
}
|
|
1152
|
-
export interface
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
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
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
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
|
|
1212
|
-
|
|
1213
|
-
|
|
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):
|
|
1301
|
+
static fromJS(data: any): ModuleIdentity;
|
|
1216
1302
|
toJSON(data?: any): any;
|
|
1217
1303
|
}
|
|
1218
|
-
export interface
|
|
1219
|
-
|
|
1304
|
+
export interface IModuleIdentity {
|
|
1305
|
+
id?: string | undefined;
|
|
1306
|
+
version?: SemanticVersion | undefined;
|
|
1220
1307
|
}
|
|
1221
|
-
export declare class
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
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):
|
|
1324
|
+
static fromJS(data: any): ModulePushNotification;
|
|
1240
1325
|
toJSON(data?: any): any;
|
|
1241
1326
|
}
|
|
1242
|
-
export interface
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
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
|
|
1302
|
-
|
|
1303
|
-
|
|
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
|
-
|
|
1330
|
-
|
|
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
|
-
|
|
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):
|
|
1404
|
+
static fromJS(data: any): ObjectSettingEntry;
|
|
1352
1405
|
toJSON(data?: any): any;
|
|
1353
1406
|
}
|
|
1354
|
-
export interface
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
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
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
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):
|
|
1444
|
+
static fromJS(data: any): OpenIddictApplicationDescriptor;
|
|
1386
1445
|
toJSON(data?: any): any;
|
|
1387
1446
|
}
|
|
1388
|
-
export interface
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
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
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
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):
|
|
1481
|
+
static fromJS(data: any): OpenIddictResponse;
|
|
1401
1482
|
toJSON(data?: any): any;
|
|
1402
1483
|
}
|
|
1403
|
-
export interface
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
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
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
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?:
|
|
1510
|
+
constructor(data?: IOperationLog);
|
|
1417
1511
|
init(_data?: any): void;
|
|
1418
|
-
static fromJS(data: any):
|
|
1512
|
+
static fromJS(data: any): OperationLog;
|
|
1419
1513
|
toJSON(data?: any): any;
|
|
1420
1514
|
}
|
|
1421
|
-
export interface
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
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
|
|
1430
|
-
|
|
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
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
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):
|
|
1535
|
+
static fromJS(data: any): Permission;
|
|
1468
1536
|
toJSON(data?: any): any;
|
|
1469
1537
|
}
|
|
1470
|
-
export interface
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
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
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
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):
|
|
1565
|
+
static fromJS(data: any): ProgressMessage;
|
|
1505
1566
|
toJSON(data?: any): any;
|
|
1506
1567
|
}
|
|
1507
|
-
export interface
|
|
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
|
|
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?:
|
|
1620
|
+
constructor(data?: IPushNotificationSearchCriteria);
|
|
1528
1621
|
init(_data?: any): void;
|
|
1529
|
-
static fromJS(data: any):
|
|
1622
|
+
static fromJS(data: any): PushNotificationSearchCriteria;
|
|
1530
1623
|
toJSON(data?: any): any;
|
|
1531
1624
|
}
|
|
1532
|
-
export interface
|
|
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
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
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):
|
|
1648
|
+
static fromJS(data: any): PushNotificationSearchResult;
|
|
1551
1649
|
toJSON(data?: any): any;
|
|
1552
1650
|
}
|
|
1553
|
-
export interface
|
|
1554
|
-
|
|
1555
|
-
|
|
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
|
|
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?:
|
|
1702
|
+
constructor(data?: IRoleSearchCriteria);
|
|
1620
1703
|
init(_data?: any): void;
|
|
1621
|
-
static fromJS(data: any):
|
|
1704
|
+
static fromJS(data: any): RoleSearchCriteria;
|
|
1622
1705
|
toJSON(data?: any): any;
|
|
1623
1706
|
}
|
|
1624
|
-
export interface
|
|
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
|
|
1642
|
-
|
|
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?:
|
|
1738
|
-
constructor(data?:
|
|
1723
|
+
results?: Role[] | undefined;
|
|
1724
|
+
constructor(data?: IRoleSearchResult);
|
|
1739
1725
|
init(_data?: any): void;
|
|
1740
|
-
static fromJS(data: any):
|
|
1726
|
+
static fromJS(data: any): RoleSearchResult;
|
|
1741
1727
|
toJSON(data?: any): any;
|
|
1742
1728
|
}
|
|
1743
|
-
export interface
|
|
1744
|
-
|
|
1729
|
+
export interface IRoleSearchResult {
|
|
1730
|
+
roles?: Role[] | undefined;
|
|
1745
1731
|
totalCount?: number;
|
|
1746
|
-
results?:
|
|
1732
|
+
results?: Role[] | undefined;
|
|
1747
1733
|
}
|
|
1748
|
-
export declare class
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
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):
|
|
1739
|
+
static fromJS(data: any): SecurityResult;
|
|
1755
1740
|
toJSON(data?: any): any;
|
|
1756
1741
|
}
|
|
1757
|
-
export interface
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
newPassword?: string | undefined;
|
|
1742
|
+
export interface ISecurityResult {
|
|
1743
|
+
succeeded?: boolean;
|
|
1744
|
+
errors?: string[] | undefined;
|
|
1761
1745
|
}
|
|
1762
|
-
export declare class
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
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):
|
|
1753
|
+
static fromJS(data: any): SemanticVersion;
|
|
1769
1754
|
toJSON(data?: any): any;
|
|
1770
1755
|
}
|
|
1771
|
-
export interface
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1756
|
+
export interface ISemanticVersion {
|
|
1757
|
+
major?: number;
|
|
1758
|
+
minor?: number;
|
|
1759
|
+
patch?: number;
|
|
1760
|
+
prerelease?: string | undefined;
|
|
1775
1761
|
}
|
|
1776
|
-
export declare
|
|
1777
|
-
|
|
1778
|
-
|
|
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):
|
|
1780
|
+
static fromJS(data: any): SignInResult;
|
|
1781
1781
|
toJSON(data?: any): any;
|
|
1782
1782
|
}
|
|
1783
|
-
export interface
|
|
1784
|
-
|
|
1783
|
+
export interface ISignInResult {
|
|
1784
|
+
succeeded?: boolean;
|
|
1785
|
+
isLockedOut?: boolean;
|
|
1786
|
+
isNotAllowed?: boolean;
|
|
1787
|
+
requiresTwoFactor?: boolean;
|
|
1785
1788
|
}
|
|
1786
|
-
export declare
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
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):
|
|
1798
|
+
static fromJS(data: any): SortInfo;
|
|
1792
1799
|
toJSON(data?: any): any;
|
|
1793
1800
|
}
|
|
1794
|
-
export interface
|
|
1795
|
-
|
|
1796
|
-
|
|
1801
|
+
export interface ISortInfo {
|
|
1802
|
+
sortColumn?: string | undefined;
|
|
1803
|
+
sortDirection?: SortInfoSortDirection;
|
|
1797
1804
|
}
|
|
1798
|
-
export declare class
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
constructor(data?:
|
|
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):
|
|
1810
|
+
static fromJS(data: any): StringIdentityUserRole;
|
|
1804
1811
|
toJSON(data?: any): any;
|
|
1805
1812
|
}
|
|
1806
|
-
export interface
|
|
1807
|
-
|
|
1808
|
-
|
|
1813
|
+
export interface IStringIdentityUserRole {
|
|
1814
|
+
userId?: string | undefined;
|
|
1815
|
+
roleId?: string | undefined;
|
|
1809
1816
|
}
|
|
1810
|
-
export declare class
|
|
1811
|
-
|
|
1812
|
-
|
|
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):
|
|
1827
|
+
static fromJS(data: any): SystemInfo;
|
|
1815
1828
|
toJSON(data?: any): any;
|
|
1816
1829
|
}
|
|
1817
|
-
export interface
|
|
1818
|
-
|
|
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
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
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
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
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
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
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):
|
|
1889
|
+
static fromJS(data: any): UserLockedResult;
|
|
1878
1890
|
toJSON(data?: any): any;
|
|
1879
1891
|
}
|
|
1880
|
-
export interface
|
|
1881
|
-
|
|
1882
|
-
|
|
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
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
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
|
|
1916
|
-
|
|
1917
|
-
|
|
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
|
|
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
|
|
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
|
|
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;
|