@thetradeengineorg1/snova-shell-module 0.0.1
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/README.md +24 -0
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +13896 -0
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -0
- package/esm2015/lib/globaldependencies/components/componentbase.js +538 -0
- package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -0
- package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -0
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -0
- package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -0
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -0
- package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -0
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -0
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -0
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -0
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -0
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -0
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -0
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -0
- package/esm2015/lib/shell-components/components/Payments/account.component.js +50 -0
- package/esm2015/lib/shell-components/components/Payments/company-information.js +262 -0
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +138 -0
- package/esm2015/lib/shell-components/components/Payments/document.component.js +57 -0
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +32 -0
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +143 -0
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +152 -0
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +60 -0
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +250 -0
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +89 -0
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +90 -0
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +357 -0
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +85 -0
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +83 -0
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +1642 -0
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +93 -0
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +26 -0
- package/esm2015/lib/shell-components/components/menu/menu.component.js +2478 -0
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -0
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +73 -0
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +449 -0
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +33 -0
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +81 -0
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +43 -0
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +71 -0
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -0
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -0
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -0
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -0
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -0
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -0
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -0
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -0
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -0
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -0
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -0
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -0
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -0
- package/esm2015/lib/shell-components/models/IBadge.js +2 -0
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -0
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -0
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -0
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -0
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -0
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -0
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -0
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -0
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -0
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -0
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -0
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -0
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -0
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -0
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -0
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -0
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -0
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -0
- package/esm2015/lib/shell-components/models/company-model.js +7 -0
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -0
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -0
- package/esm2015/lib/shell-components/models/employee-List.js +3 -0
- package/esm2015/lib/shell-components/models/employee.js +4 -0
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -0
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -0
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -0
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -0
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -0
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -0
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -0
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -0
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -0
- package/esm2015/lib/shell-components/models/project.js +3 -0
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -0
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -0
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -0
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -0
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -0
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/store-model.js +3 -0
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -0
- package/esm2015/lib/shell-components/models/themes.model.js +3 -0
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -0
- package/esm2015/lib/shell-components/models/user.js +8 -0
- package/esm2015/lib/shell-components/models/userStory.js +3 -0
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -0
- package/esm2015/lib/shell-components/models/validation.model.js +2 -0
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -0
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -0
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -0
- package/esm2015/lib/shell-components/services/chat.service.js +67 -0
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -0
- package/esm2015/lib/shell-components/services/feature.service.js +101 -0
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -0
- package/esm2015/lib/shell-components/services/layout.service.js +68 -0
- package/esm2015/lib/shell-components/services/payment.service.js +103 -0
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -0
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -0
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -0
- package/esm2015/lib/shell-components/services/theme.service.js +161 -0
- package/esm2015/lib/shell-components/shell.module.js +436 -0
- package/esm2015/lib/shell-components/shell.routing.js +16 -0
- package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -0
- package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -0
- package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -0
- package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -0
- package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -0
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -0
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -0
- package/esm2015/lib/shell-components/store/effects/index.js +13 -0
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -0
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -0
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -0
- package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -0
- package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -0
- package/esm2015/lib/shell-components/store/reducers/index.js +80 -0
- package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -0
- package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -0
- package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -0
- package/esm2015/public-api.js +90 -0
- package/esm2015/store/reducers/index.js +47 -0
- package/esm2015/thetradeengineorg1-snova-shell-module.js +5 -0
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +12808 -0
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -0
- package/lib/globaldependencies/components/componentbase.d.ts +455 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -0
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -0
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -0
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -0
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -0
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -0
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -0
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -0
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -0
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -0
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -0
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -0
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -0
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -0
- package/lib/shell-components/components/header-side/header-side.component.d.ts +216 -0
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -0
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -0
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -0
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -0
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -0
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -0
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -0
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -0
- package/lib/shell-components/constants/api-urls.d.ts +1051 -0
- package/lib/shell-components/constants/available-languages.d.ts +7 -0
- package/lib/shell-components/constants/channel-names.d.ts +37 -0
- package/lib/shell-components/constants/menu-categories.d.ts +5 -0
- package/lib/shell-components/constants/notification-routes.d.ts +5 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -0
- package/lib/shell-components/models/AppNotification.d.ts +12 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -0
- package/lib/shell-components/models/IBadge.d.ts +4 -0
- package/lib/shell-components/models/IChildItem.d.ts +7 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -0
- package/lib/shell-components/models/IMenuItem.d.ts +14 -0
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -0
- package/lib/shell-components/models/IntroModel.d.ts +3 -0
- package/lib/shell-components/models/MessageDetails.d.ts +55 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -0
- package/lib/shell-components/models/companieslist.model.d.ts +8 -0
- package/lib/shell-components/models/company-model.d.ts +31 -0
- package/lib/shell-components/models/company-payment-model.d.ts +18 -0
- package/lib/shell-components/models/dragedWidget.d.ts +16 -0
- package/lib/shell-components/models/employee-List.d.ts +8 -0
- package/lib/shell-components/models/employee.d.ts +60 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -0
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -0
- package/lib/shell-components/models/export-data.module.d.ts +6 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -0
- package/lib/shell-components/models/project.d.ts +28 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -0
- package/lib/shell-components/models/softlabels-model.d.ts +66 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -0
- package/lib/shell-components/models/store-model.d.ts +13 -0
- package/lib/shell-components/models/store-search-model.d.ts +7 -0
- package/lib/shell-components/models/themes.model.d.ts +9 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -0
- package/lib/shell-components/models/user.d.ts +40 -0
- package/lib/shell-components/models/userStory.d.ts +188 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -0
- package/lib/shell-components/models/validation.model.d.ts +5 -0
- package/lib/shell-components/models/widgetlist.d.ts +28 -0
- package/lib/shell-components/models/workspaceList.d.ts +19 -0
- package/lib/shell-components/services/authentication.service.d.ts +18 -0
- package/lib/shell-components/services/chat.service.d.ts +16 -0
- package/lib/shell-components/services/common-used.service.d.ts +45 -0
- package/lib/shell-components/services/feature.service.d.ts +19 -0
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -0
- package/lib/shell-components/services/layout.service.d.ts +23 -0
- package/lib/shell-components/services/payment.service.d.ts +19 -0
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -0
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -0
- package/lib/shell-components/services/signalr.service.d.ts +25 -0
- package/lib/shell-components/services/theme.service.d.ts +14 -0
- package/lib/shell-components/shell.module.d.ts +117 -0
- package/lib/shell-components/shell.routing.d.ts +2 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -0
- package/lib/shell-components/store/effects/index.d.ts +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -0
- package/lib/shell-components/store/reducers/index.d.ts +59 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -0
- package/package.json +22 -0
- package/public-api.d.ts +80 -0
- package/store/reducers/index.d.ts +24 -0
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -0
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { MessageDetails } from "../../models/MessageDetails";
|
|
3
|
+
import { EmployeeStatusModel } from "../../models/EmployeeStatusModel";
|
|
4
|
+
import { InitialStatusOfUsers } from "../../models/initialStatusofUsers";
|
|
5
|
+
import { ChannelUpdateModel } from "../../models/ChannelUpdateModel";
|
|
6
|
+
import { MessageTypingDetails } from '../../models/MessageTypingDetails';
|
|
7
|
+
export declare enum MessageActionTypes {
|
|
8
|
+
MessageTriggered = "[Snovasys-Shell] [chat-web-module] MessageTriggered",
|
|
9
|
+
MessageCompleted = "[Snovasys-Shell] [chat-web-module] MessageCompleted",
|
|
10
|
+
MessageFailed = "[Snovasys-Shell] [chat-web-module] MessageFailed",
|
|
11
|
+
ReceiveMessageTriggered = "[Snovasys-Shell] [chat-web-module] ReceiveMessageTriggered",
|
|
12
|
+
ReceiveMessageCompleted = "[Snovasys-Shell] [chat-web-module] ReceiveMessageCompleted",
|
|
13
|
+
ReceiveMessageFailed = "[Snovasys-Shell] [chat-web-module] ReceiveMessageFailed",
|
|
14
|
+
PresenceEventTriggered = "[Snovasys-Shell] [chat-web-module] PresenceEventTriggered",
|
|
15
|
+
PresenceEventCompleted = "[Snovasys-Shell] [chat-web-module] PresenceEventCompleted",
|
|
16
|
+
PresenceEventFailed = "[Snovasys-Shell] [chat-web-module] PresenceEventFailed",
|
|
17
|
+
CountTriggered = "[Snovasys-Shell] [chat-web-module] CountTriggered",
|
|
18
|
+
CountCompleted = "[Snovasys-Shell] [chat-web-module] CountCompleted",
|
|
19
|
+
CountFailed = "[Snovasys-Shell] [chat-web-module] CountFailed",
|
|
20
|
+
InitalStateOfUsersTriggered = "[Snovasys-Shell] [chat-web-module] InitalStateOfUsersTriggered",
|
|
21
|
+
InitalStateOfUsersCompleted = "[Snovasys-Shell] [chat-web-module] InitalStateOfUsersCompleted",
|
|
22
|
+
InitalStateOfUsersFailed = "[Snovasys-Shell] [chat-web-module] InitalStateOfUsersFailed",
|
|
23
|
+
RequestingStateOfUsersTriggered = "[Snovasys-Shell] [chat-web-module] RequestingStateOfUsersTriggered",
|
|
24
|
+
RequestingStateOfUsersCompleted = "[Snovasys-Shell] [chat-web-module] RequestingStateOfUsersCompleted",
|
|
25
|
+
RequestingStateOfUsersFailed = "[Snovasys-Shell] [chat-web-module] RequestingStateOfUsersFailed",
|
|
26
|
+
SendChannelUpdateModelTriggered = "[Snovasys-Shell] [chat-web-module] SendChannelUpdateModelTriggered",
|
|
27
|
+
SendChannelUpdateModelCompleted = "[Snovasys-Shell] [chat-web-module] SendChannelUpdateModelCompleted",
|
|
28
|
+
SendChannelUpdateModelFailed = "[Snovasys-Shell] [chat-web-module] SendChannelUpdateModelFailed",
|
|
29
|
+
ReceiveChannelUpdateModelTriggered = "[Snovasys-Shell] [chat-web-module] ReceiveChannelUpdateModelTriggered",
|
|
30
|
+
ReceiveChannelUpdateModelCompleted = "[Snovasys-Shell] [chat-web-module] ReceiveChannelUpdateModelCompleted",
|
|
31
|
+
ReceiveChannelUpdateModelFailed = "[Snovasys-Shell] [chat-web-module] ReceiveChannelUpdateModelFailed",
|
|
32
|
+
SendingSignalTriggered = "[Snovasys-Shell] [chat-web-module] SendingSignalTriggered",
|
|
33
|
+
SendingSignalCompleted = "[Snovasys-Shell] [chat-web-module] SendingSignalCompleted",
|
|
34
|
+
SendingSignalFailed = "[Snovasys-Shell] [chat-web-module] SendingSignalFailed",
|
|
35
|
+
ReceiveSignalTriggered = "[Snovasys-Shell] [chat-web-module] ReceiveSignalTriggered",
|
|
36
|
+
ReceiveSignalCompleted = "[Snovasys-Shell] [chat-web-module] ReceiveSignalCompleted",
|
|
37
|
+
ReceiveSignalFailed = "[Snovasys-Shell] [chat-web-module] ReceiveSignalFailed"
|
|
38
|
+
}
|
|
39
|
+
export declare class MessageTriggered implements Action {
|
|
40
|
+
messageDetails: MessageDetails;
|
|
41
|
+
type: MessageActionTypes;
|
|
42
|
+
errorMessage: string;
|
|
43
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
44
|
+
messageCount: number;
|
|
45
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
46
|
+
gotColleagues: boolean;
|
|
47
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
48
|
+
messageTypingDetails: MessageTypingDetails;
|
|
49
|
+
constructor(messageDetails: MessageDetails);
|
|
50
|
+
}
|
|
51
|
+
export declare class MessageCompleted implements Action {
|
|
52
|
+
messageDetails: MessageDetails;
|
|
53
|
+
type: MessageActionTypes;
|
|
54
|
+
errorMessage: string;
|
|
55
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
56
|
+
messageCount: number;
|
|
57
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
58
|
+
gotColleagues: boolean;
|
|
59
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
60
|
+
messageTypingDetails: MessageTypingDetails;
|
|
61
|
+
constructor(messageDetails: MessageDetails);
|
|
62
|
+
}
|
|
63
|
+
export declare class MessageFailed implements Action {
|
|
64
|
+
errorMessage: string;
|
|
65
|
+
type: MessageActionTypes;
|
|
66
|
+
messageDetails: MessageDetails;
|
|
67
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
68
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
69
|
+
messageCount: number;
|
|
70
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
71
|
+
gotColleagues: boolean;
|
|
72
|
+
messageTypingDetails: MessageTypingDetails;
|
|
73
|
+
constructor(errorMessage: string);
|
|
74
|
+
}
|
|
75
|
+
export declare class ReceiveMessageTriggered implements Action {
|
|
76
|
+
messageDetails: MessageDetails;
|
|
77
|
+
type: MessageActionTypes;
|
|
78
|
+
errorMessage: string;
|
|
79
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
80
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
81
|
+
messageCount: number;
|
|
82
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
83
|
+
gotColleagues: boolean;
|
|
84
|
+
messageTypingDetails: MessageTypingDetails;
|
|
85
|
+
constructor(messageDetails: MessageDetails);
|
|
86
|
+
}
|
|
87
|
+
export declare class ReceiveMessageCompleted implements Action {
|
|
88
|
+
messageDetails: MessageDetails;
|
|
89
|
+
type: MessageActionTypes;
|
|
90
|
+
errorMessage: string;
|
|
91
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
92
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
93
|
+
messageCount: number;
|
|
94
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
95
|
+
gotColleagues: boolean;
|
|
96
|
+
messageTypingDetails: MessageTypingDetails;
|
|
97
|
+
constructor(messageDetails: MessageDetails);
|
|
98
|
+
}
|
|
99
|
+
export declare class ReceiveMessageFailed implements Action {
|
|
100
|
+
errorMessage: string;
|
|
101
|
+
type: MessageActionTypes;
|
|
102
|
+
messageDetails: MessageDetails;
|
|
103
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
104
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
105
|
+
messageCount: number;
|
|
106
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
107
|
+
gotColleagues: boolean;
|
|
108
|
+
messageTypingDetails: MessageTypingDetails;
|
|
109
|
+
constructor(errorMessage: string);
|
|
110
|
+
}
|
|
111
|
+
export declare class PresenceEventTriggered implements Action {
|
|
112
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
113
|
+
type: MessageActionTypes;
|
|
114
|
+
errorMessage: string;
|
|
115
|
+
messageDetails: MessageDetails;
|
|
116
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
117
|
+
messageCount: number;
|
|
118
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
119
|
+
gotColleagues: boolean;
|
|
120
|
+
messageTypingDetails: MessageTypingDetails;
|
|
121
|
+
constructor(employeeStatusModel: EmployeeStatusModel);
|
|
122
|
+
}
|
|
123
|
+
export declare class PresenceEventCompleted implements Action {
|
|
124
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
125
|
+
type: MessageActionTypes;
|
|
126
|
+
errorMessage: string;
|
|
127
|
+
messageDetails: MessageDetails;
|
|
128
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
129
|
+
messageCount: number;
|
|
130
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
131
|
+
gotColleagues: boolean;
|
|
132
|
+
messageTypingDetails: MessageTypingDetails;
|
|
133
|
+
constructor(employeeStatusModel: EmployeeStatusModel);
|
|
134
|
+
}
|
|
135
|
+
export declare class PresenceEventFailed implements Action {
|
|
136
|
+
errorMessage: string;
|
|
137
|
+
type: MessageActionTypes;
|
|
138
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
139
|
+
messageDetails: MessageDetails;
|
|
140
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
141
|
+
messageCount: number;
|
|
142
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
143
|
+
gotColleagues: boolean;
|
|
144
|
+
messageTypingDetails: MessageTypingDetails;
|
|
145
|
+
constructor(errorMessage: string);
|
|
146
|
+
}
|
|
147
|
+
export declare class CountTriggered implements Action {
|
|
148
|
+
messageCount: number;
|
|
149
|
+
type: MessageActionTypes;
|
|
150
|
+
errorMessage: string;
|
|
151
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
152
|
+
messageDetails: MessageDetails;
|
|
153
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
154
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
155
|
+
gotColleagues: boolean;
|
|
156
|
+
messageTypingDetails: MessageTypingDetails;
|
|
157
|
+
constructor(messageCount: number);
|
|
158
|
+
}
|
|
159
|
+
export declare class CountCompleted implements Action {
|
|
160
|
+
messageCount: number;
|
|
161
|
+
type: MessageActionTypes;
|
|
162
|
+
errorMessage: string;
|
|
163
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
164
|
+
messageDetails: MessageDetails;
|
|
165
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
166
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
167
|
+
gotColleagues: boolean;
|
|
168
|
+
messageTypingDetails: MessageTypingDetails;
|
|
169
|
+
constructor(messageCount: number);
|
|
170
|
+
}
|
|
171
|
+
export declare class CountFailed implements Action {
|
|
172
|
+
errorMessage: string;
|
|
173
|
+
type: MessageActionTypes;
|
|
174
|
+
messageCount: number;
|
|
175
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
176
|
+
messageDetails: MessageDetails;
|
|
177
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
178
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
179
|
+
gotColleagues: boolean;
|
|
180
|
+
messageTypingDetails: MessageTypingDetails;
|
|
181
|
+
constructor(errorMessage: string);
|
|
182
|
+
}
|
|
183
|
+
export declare class InitalStateOfUsersTriggered implements Action {
|
|
184
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
185
|
+
type: MessageActionTypes;
|
|
186
|
+
errorMessage: string;
|
|
187
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
188
|
+
messageCount: number;
|
|
189
|
+
messageDetails: MessageDetails;
|
|
190
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
191
|
+
gotColleagues: boolean;
|
|
192
|
+
messageTypingDetails: MessageTypingDetails;
|
|
193
|
+
constructor(initialStatusOfUsers: InitialStatusOfUsers);
|
|
194
|
+
}
|
|
195
|
+
export declare class InitalStateOfUsersCompleted implements Action {
|
|
196
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
197
|
+
type: MessageActionTypes;
|
|
198
|
+
errorMessage: string;
|
|
199
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
200
|
+
messageCount: number;
|
|
201
|
+
messageDetails: MessageDetails;
|
|
202
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
203
|
+
gotColleagues: boolean;
|
|
204
|
+
messageTypingDetails: MessageTypingDetails;
|
|
205
|
+
constructor(initialStatusOfUsers: InitialStatusOfUsers);
|
|
206
|
+
}
|
|
207
|
+
export declare class InitalStateOfUsersFailed implements Action {
|
|
208
|
+
errorMessage: string;
|
|
209
|
+
type: MessageActionTypes;
|
|
210
|
+
messageCount: number;
|
|
211
|
+
messageDetails: MessageDetails;
|
|
212
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
213
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
214
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
215
|
+
gotColleagues: boolean;
|
|
216
|
+
messageTypingDetails: MessageTypingDetails;
|
|
217
|
+
constructor(errorMessage: string);
|
|
218
|
+
}
|
|
219
|
+
export declare class RequestingStateOfUsersTriggered implements Action {
|
|
220
|
+
gotColleagues: boolean;
|
|
221
|
+
type: MessageActionTypes;
|
|
222
|
+
errorMessage: string;
|
|
223
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
224
|
+
messageCount: number;
|
|
225
|
+
messageDetails: MessageDetails;
|
|
226
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
227
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
228
|
+
messageTypingDetails: MessageTypingDetails;
|
|
229
|
+
constructor(gotColleagues: boolean);
|
|
230
|
+
}
|
|
231
|
+
export declare class RequestingStateOfUsersCompleted implements Action {
|
|
232
|
+
gotColleagues: boolean;
|
|
233
|
+
type: MessageActionTypes;
|
|
234
|
+
errorMessage: string;
|
|
235
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
236
|
+
messageCount: number;
|
|
237
|
+
messageDetails: MessageDetails;
|
|
238
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
239
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
240
|
+
messageTypingDetails: MessageTypingDetails;
|
|
241
|
+
constructor(gotColleagues: boolean);
|
|
242
|
+
}
|
|
243
|
+
export declare class RequestingStateOfUsersFailed implements Action {
|
|
244
|
+
errorMessage: string;
|
|
245
|
+
type: MessageActionTypes;
|
|
246
|
+
messageCount: number;
|
|
247
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
248
|
+
messageDetails: MessageDetails;
|
|
249
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
250
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
251
|
+
gotColleagues: boolean;
|
|
252
|
+
messageTypingDetails: MessageTypingDetails;
|
|
253
|
+
constructor(errorMessage: string);
|
|
254
|
+
}
|
|
255
|
+
export declare class SendChannelUpdateModelTriggered implements Action {
|
|
256
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
257
|
+
type: MessageActionTypes;
|
|
258
|
+
errorMessage: string;
|
|
259
|
+
gotColleagues: boolean;
|
|
260
|
+
messageCount: number;
|
|
261
|
+
messageDetails: MessageDetails;
|
|
262
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
263
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
264
|
+
messageTypingDetails: MessageTypingDetails;
|
|
265
|
+
constructor(channelUpdateModel: ChannelUpdateModel);
|
|
266
|
+
}
|
|
267
|
+
export declare class SendChannelUpdateModelCompleted implements Action {
|
|
268
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
269
|
+
type: MessageActionTypes;
|
|
270
|
+
errorMessage: string;
|
|
271
|
+
gotColleagues: boolean;
|
|
272
|
+
messageCount: number;
|
|
273
|
+
messageDetails: MessageDetails;
|
|
274
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
275
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
276
|
+
messageTypingDetails: MessageTypingDetails;
|
|
277
|
+
constructor(channelUpdateModel: ChannelUpdateModel);
|
|
278
|
+
}
|
|
279
|
+
export declare class SendChannelUpdateModelFailed implements Action {
|
|
280
|
+
errorMessage: string;
|
|
281
|
+
type: MessageActionTypes;
|
|
282
|
+
messageCount: number;
|
|
283
|
+
messageDetails: MessageDetails;
|
|
284
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
285
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
286
|
+
gotColleagues: boolean;
|
|
287
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
288
|
+
messageTypingDetails: MessageTypingDetails;
|
|
289
|
+
constructor(errorMessage: string);
|
|
290
|
+
}
|
|
291
|
+
export declare class ReceiveChannelUpdateModelTriggered implements Action {
|
|
292
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
293
|
+
type: MessageActionTypes;
|
|
294
|
+
errorMessage: string;
|
|
295
|
+
gotColleagues: boolean;
|
|
296
|
+
messageCount: number;
|
|
297
|
+
messageDetails: MessageDetails;
|
|
298
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
299
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
300
|
+
messageTypingDetails: MessageTypingDetails;
|
|
301
|
+
constructor(channelUpdateModel: ChannelUpdateModel);
|
|
302
|
+
}
|
|
303
|
+
export declare class ReceiveChannelUpdateModelCompleted implements Action {
|
|
304
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
305
|
+
type: MessageActionTypes;
|
|
306
|
+
errorMessage: string;
|
|
307
|
+
gotColleagues: boolean;
|
|
308
|
+
messageCount: number;
|
|
309
|
+
messageDetails: MessageDetails;
|
|
310
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
311
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
312
|
+
messageTypingDetails: MessageTypingDetails;
|
|
313
|
+
constructor(channelUpdateModel: ChannelUpdateModel);
|
|
314
|
+
}
|
|
315
|
+
export declare class ReceiveChannelUpdateModelFailed implements Action {
|
|
316
|
+
errorMessage: string;
|
|
317
|
+
type: MessageActionTypes;
|
|
318
|
+
messageCount: number;
|
|
319
|
+
messageDetails: MessageDetails;
|
|
320
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
321
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
322
|
+
gotColleagues: boolean;
|
|
323
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
324
|
+
messageTypingDetails: MessageTypingDetails;
|
|
325
|
+
constructor(errorMessage: string);
|
|
326
|
+
}
|
|
327
|
+
export declare class SendingSignalTriggered implements Action {
|
|
328
|
+
messageTypingDetails: MessageTypingDetails;
|
|
329
|
+
type: MessageActionTypes;
|
|
330
|
+
messageCount: number;
|
|
331
|
+
messageDetails: MessageDetails;
|
|
332
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
333
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
334
|
+
gotColleagues: boolean;
|
|
335
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
336
|
+
errorMessage: string;
|
|
337
|
+
constructor(messageTypingDetails: MessageTypingDetails);
|
|
338
|
+
}
|
|
339
|
+
export declare class SendingSignalCompleted implements Action {
|
|
340
|
+
messageTypingDetails: MessageTypingDetails;
|
|
341
|
+
type: MessageActionTypes;
|
|
342
|
+
messageCount: number;
|
|
343
|
+
messageDetails: MessageDetails;
|
|
344
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
345
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
346
|
+
gotColleagues: boolean;
|
|
347
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
348
|
+
errorMessage: string;
|
|
349
|
+
constructor(messageTypingDetails: MessageTypingDetails);
|
|
350
|
+
}
|
|
351
|
+
export declare class SendingSignalFailed implements Action {
|
|
352
|
+
errorMessage: string;
|
|
353
|
+
type: MessageActionTypes;
|
|
354
|
+
messageCount: number;
|
|
355
|
+
messageDetails: MessageDetails;
|
|
356
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
357
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
358
|
+
gotColleagues: boolean;
|
|
359
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
360
|
+
messageTypingDetails: MessageTypingDetails;
|
|
361
|
+
constructor(errorMessage: string);
|
|
362
|
+
}
|
|
363
|
+
export declare class ReceiveSignalTriggered implements Action {
|
|
364
|
+
messageTypingDetails: MessageTypingDetails;
|
|
365
|
+
type: MessageActionTypes;
|
|
366
|
+
messageCount: number;
|
|
367
|
+
messageDetails: MessageDetails;
|
|
368
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
369
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
370
|
+
gotColleagues: boolean;
|
|
371
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
372
|
+
errorMessage: string;
|
|
373
|
+
constructor(messageTypingDetails: MessageTypingDetails);
|
|
374
|
+
}
|
|
375
|
+
export declare class ReceiveSignalCompleted implements Action {
|
|
376
|
+
messageTypingDetails: MessageTypingDetails;
|
|
377
|
+
type: MessageActionTypes;
|
|
378
|
+
messageCount: number;
|
|
379
|
+
messageDetails: MessageDetails;
|
|
380
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
381
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
382
|
+
gotColleagues: boolean;
|
|
383
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
384
|
+
errorMessage: string;
|
|
385
|
+
constructor(messageTypingDetails: MessageTypingDetails);
|
|
386
|
+
}
|
|
387
|
+
export declare class ReceiveSignalFailed implements Action {
|
|
388
|
+
errorMessage: string;
|
|
389
|
+
type: MessageActionTypes;
|
|
390
|
+
messageCount: number;
|
|
391
|
+
messageDetails: MessageDetails;
|
|
392
|
+
employeeStatusModel: EmployeeStatusModel;
|
|
393
|
+
initialStatusOfUsers: InitialStatusOfUsers;
|
|
394
|
+
gotColleagues: boolean;
|
|
395
|
+
channelUpdateModel: ChannelUpdateModel;
|
|
396
|
+
messageTypingDetails: MessageTypingDetails;
|
|
397
|
+
constructor(errorMessage: string);
|
|
398
|
+
}
|
|
399
|
+
export declare type ChatWebActions = MessageTriggered | MessageCompleted | MessageFailed | PresenceEventTriggered | PresenceEventCompleted | PresenceEventFailed | CountTriggered | CountCompleted | CountFailed | InitalStateOfUsersCompleted | InitalStateOfUsersFailed | InitalStateOfUsersTriggered | ReceiveMessageCompleted | ReceiveMessageFailed | ReceiveMessageTriggered | RequestingStateOfUsersTriggered | RequestingStateOfUsersCompleted | RequestingStateOfUsersFailed | SendChannelUpdateModelCompleted | SendChannelUpdateModelFailed | SendChannelUpdateModelTriggered | ReceiveChannelUpdateModelCompleted | ReceiveChannelUpdateModelFailed | ReceiveChannelUpdateModelTriggered | SendingSignalCompleted | SendingSignalFailed | SendingSignalTriggered | ReceiveSignalTriggered | ReceiveSignalCompleted | ReceiveSignalFailed;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { AppMenuItemModel } from '../../models/AppMenuItemModel';
|
|
3
|
+
import { ValidationModel } from '../../models/validation.model';
|
|
4
|
+
export declare enum MenuItemActionTypes {
|
|
5
|
+
GetAllMenuItemsTriggered = "[Snovasys-Shell] [MenuItems] Get All Menu Items Triggered",
|
|
6
|
+
GetAllMenuItemsCompleted = "[Snovasys-Shell] [MenuItems] Get All Menu Items Completed",
|
|
7
|
+
GetAllMenuItemsFailed = "[Snovasys-Shell] [MenuItems] Get All Menu Items Failed",
|
|
8
|
+
ExceptionHandled = "[Snovasys-Shell] [MenuItems] Exception Handled",
|
|
9
|
+
CategoryChangeRequested = "[Snovasys-Shell] [MenuItems] Category Change Requested"
|
|
10
|
+
}
|
|
11
|
+
export declare class GetAllMenuItemsTriggered implements Action {
|
|
12
|
+
menuCategory: string;
|
|
13
|
+
type: MenuItemActionTypes;
|
|
14
|
+
menuItems: AppMenuItemModel[];
|
|
15
|
+
validationMessages: ValidationModel[];
|
|
16
|
+
errorMessage: string;
|
|
17
|
+
constructor(menuCategory: string);
|
|
18
|
+
}
|
|
19
|
+
export declare class GetAllMenuItemsCompleted implements Action {
|
|
20
|
+
menuItems: AppMenuItemModel[];
|
|
21
|
+
type: MenuItemActionTypes;
|
|
22
|
+
validationMessages: ValidationModel[];
|
|
23
|
+
menuCategory: string;
|
|
24
|
+
errorMessage: string;
|
|
25
|
+
constructor(menuItems: AppMenuItemModel[]);
|
|
26
|
+
}
|
|
27
|
+
export declare class GetAllMenuItemsFailed implements Action {
|
|
28
|
+
validationMessages: ValidationModel[];
|
|
29
|
+
type: MenuItemActionTypes;
|
|
30
|
+
menuItems: AppMenuItemModel[];
|
|
31
|
+
menuCategory: string;
|
|
32
|
+
errorMessage: string;
|
|
33
|
+
constructor(validationMessages: ValidationModel[]);
|
|
34
|
+
}
|
|
35
|
+
export declare class CategoryChangeRequested implements Action {
|
|
36
|
+
menuCategory: string;
|
|
37
|
+
type: MenuItemActionTypes;
|
|
38
|
+
menuItems: AppMenuItemModel[];
|
|
39
|
+
validationMessages: ValidationModel[];
|
|
40
|
+
errorMessage: string;
|
|
41
|
+
constructor(menuCategory: string);
|
|
42
|
+
}
|
|
43
|
+
export declare class ExceptionHandled implements Action {
|
|
44
|
+
errorMessage: string;
|
|
45
|
+
type: MenuItemActionTypes;
|
|
46
|
+
menuItems: AppMenuItemModel[];
|
|
47
|
+
validationMessages: ValidationModel[];
|
|
48
|
+
menuCategory: string;
|
|
49
|
+
constructor(errorMessage: string);
|
|
50
|
+
}
|
|
51
|
+
export declare type MenuItemsActions = GetAllMenuItemsTriggered | GetAllMenuItemsCompleted | GetAllMenuItemsFailed | CategoryChangeRequested | ExceptionHandled;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { ValidationModel } from '../../models/validation.model';
|
|
3
|
+
export declare enum ValidationActionTypes {
|
|
4
|
+
ShowExceptionMessages = "[Snovasys-Shell] [Exception] Show",
|
|
5
|
+
ShowValidationMessages = "[Snovasys-Shell] [Validation] Show"
|
|
6
|
+
}
|
|
7
|
+
export declare class ShowExceptionMessages implements Action {
|
|
8
|
+
payload: {
|
|
9
|
+
message: string;
|
|
10
|
+
};
|
|
11
|
+
readonly type = ValidationActionTypes.ShowExceptionMessages;
|
|
12
|
+
constructor(payload: {
|
|
13
|
+
message: string;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
export declare class ShowValidationMessages implements Action {
|
|
17
|
+
payload: {
|
|
18
|
+
validationMessages: ValidationModel[];
|
|
19
|
+
};
|
|
20
|
+
readonly type = ValidationActionTypes.ShowValidationMessages;
|
|
21
|
+
constructor(payload: {
|
|
22
|
+
validationMessages: ValidationModel[];
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
export declare type ValidationAction = ShowExceptionMessages | ShowValidationMessages;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { ValidationModel } from '../../models/validation.model';
|
|
3
|
+
import { NotificationOutputModel, UserNotificationReadModel } from '../../models/NotificationsOutPutModel';
|
|
4
|
+
import { AppNotification } from '../../models/AppNotification';
|
|
5
|
+
export declare enum NotificationsActionTypes {
|
|
6
|
+
NewNotificationReceived = "[Snovasys-Shell] [Notifications] New Notification Received",
|
|
7
|
+
ClearAllNotifications = "[Snovasys-Shell] [Notifications] Clear All Notifications",
|
|
8
|
+
ClearAllUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications",
|
|
9
|
+
ClearUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear Unread Notifications",
|
|
10
|
+
ClearAllUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications failed",
|
|
11
|
+
ClearAllUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications completed",
|
|
12
|
+
UpsertUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Upsert read Notifications failed",
|
|
13
|
+
UpsertUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Upsert read Notifications",
|
|
14
|
+
UpsertUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Upsert read Notifications completed",
|
|
15
|
+
ExceptionHandled = "[Project Component] HandleException"
|
|
16
|
+
}
|
|
17
|
+
export declare class NewNotificationReceived implements Action {
|
|
18
|
+
notification: NotificationOutputModel;
|
|
19
|
+
type: NotificationsActionTypes;
|
|
20
|
+
validationMessages: ValidationModel[];
|
|
21
|
+
errorMessage: string;
|
|
22
|
+
notifications: NotificationOutputModel[];
|
|
23
|
+
notificationId: string;
|
|
24
|
+
constructor(notification: NotificationOutputModel);
|
|
25
|
+
}
|
|
26
|
+
export declare class ClearAllNotifications implements Action {
|
|
27
|
+
readNotifications: UserNotificationReadModel[];
|
|
28
|
+
type: NotificationsActionTypes;
|
|
29
|
+
notification: AppNotification;
|
|
30
|
+
errorMessage: string;
|
|
31
|
+
validationMessages: ValidationModel[];
|
|
32
|
+
notifications: NotificationOutputModel[];
|
|
33
|
+
upsertNotification: UserNotificationReadModel;
|
|
34
|
+
notificationId: string;
|
|
35
|
+
constructor(readNotifications: UserNotificationReadModel[]);
|
|
36
|
+
}
|
|
37
|
+
export declare class ClearAllUnreadNotificationsTriggered implements Action {
|
|
38
|
+
notification: AppNotification;
|
|
39
|
+
type: NotificationsActionTypes;
|
|
40
|
+
errorMessage: string;
|
|
41
|
+
validationMessages: ValidationModel[];
|
|
42
|
+
notifications: NotificationOutputModel[];
|
|
43
|
+
upsertNotification: UserNotificationReadModel;
|
|
44
|
+
notificationId: string;
|
|
45
|
+
constructor(notification: AppNotification);
|
|
46
|
+
}
|
|
47
|
+
export declare class ClearUnreadNotificationsTriggered implements Action {
|
|
48
|
+
notification: AppNotification;
|
|
49
|
+
type: NotificationsActionTypes;
|
|
50
|
+
errorMessage: string;
|
|
51
|
+
validationMessages: ValidationModel[];
|
|
52
|
+
notifications: NotificationOutputModel[];
|
|
53
|
+
upsertNotification: UserNotificationReadModel;
|
|
54
|
+
notificationId: string;
|
|
55
|
+
constructor(notification: AppNotification);
|
|
56
|
+
}
|
|
57
|
+
export declare class ClearAllUnreadNotificationsCompleted implements Action {
|
|
58
|
+
notifications: NotificationOutputModel[];
|
|
59
|
+
type: NotificationsActionTypes;
|
|
60
|
+
notification: AppNotification;
|
|
61
|
+
errorMessage: string;
|
|
62
|
+
validationMessages: ValidationModel[];
|
|
63
|
+
upsertNotification: UserNotificationReadModel;
|
|
64
|
+
notificationId: string;
|
|
65
|
+
constructor(notifications: NotificationOutputModel[]);
|
|
66
|
+
}
|
|
67
|
+
export declare class ClearAllUnreadNotificationsFailed implements Action {
|
|
68
|
+
validationMessages: ValidationModel[];
|
|
69
|
+
type: NotificationsActionTypes;
|
|
70
|
+
notification: AppNotification;
|
|
71
|
+
errorMessage: string;
|
|
72
|
+
notifications: NotificationOutputModel[];
|
|
73
|
+
upsertNotification: UserNotificationReadModel;
|
|
74
|
+
notificationId: string;
|
|
75
|
+
constructor(validationMessages: ValidationModel[]);
|
|
76
|
+
}
|
|
77
|
+
export declare class UpsertUnreadNotificationsTriggered implements Action {
|
|
78
|
+
upsertNotification: UserNotificationReadModel[];
|
|
79
|
+
type: NotificationsActionTypes;
|
|
80
|
+
errorMessage: string;
|
|
81
|
+
validationMessages: ValidationModel[];
|
|
82
|
+
notifications: NotificationOutputModel[];
|
|
83
|
+
notificationId: string;
|
|
84
|
+
constructor(upsertNotification: UserNotificationReadModel[]);
|
|
85
|
+
}
|
|
86
|
+
export declare class UpsertUnreadNotificationsCompleted implements Action {
|
|
87
|
+
notificationId: string;
|
|
88
|
+
type: NotificationsActionTypes;
|
|
89
|
+
notification: AppNotification;
|
|
90
|
+
errorMessage: string;
|
|
91
|
+
validationMessages: ValidationModel[];
|
|
92
|
+
notifications: NotificationOutputModel[];
|
|
93
|
+
upsertNotification: UserNotificationReadModel;
|
|
94
|
+
constructor(notificationId: string);
|
|
95
|
+
}
|
|
96
|
+
export declare class UpsertUnreadNotificationsFailed implements Action {
|
|
97
|
+
validationMessages: ValidationModel[];
|
|
98
|
+
type: NotificationsActionTypes;
|
|
99
|
+
notification: AppNotification;
|
|
100
|
+
errorMessage: string;
|
|
101
|
+
notifications: NotificationOutputModel[];
|
|
102
|
+
upsertNotification: UserNotificationReadModel;
|
|
103
|
+
notificationId: string;
|
|
104
|
+
constructor(validationMessages: ValidationModel[]);
|
|
105
|
+
}
|
|
106
|
+
export declare class ExceptionHandled implements Action {
|
|
107
|
+
errorMessage: string;
|
|
108
|
+
type: NotificationsActionTypes;
|
|
109
|
+
notification: AppNotification;
|
|
110
|
+
validationMessages: ValidationModel[];
|
|
111
|
+
notifications: NotificationOutputModel[];
|
|
112
|
+
upsertNotification: UserNotificationReadModel;
|
|
113
|
+
notificationId: string;
|
|
114
|
+
constructor(errorMessage: string);
|
|
115
|
+
}
|
|
116
|
+
export declare type NotificationActions = NewNotificationReceived | ClearAllNotifications | ClearAllUnreadNotificationsTriggered | ClearAllUnreadNotificationsCompleted | ClearAllUnreadNotificationsFailed | UpsertUnreadNotificationsFailed | UpsertUnreadNotificationsTriggered | UpsertUnreadNotificationsCompleted | ClearUnreadNotificationsTriggered | ExceptionHandled;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Actions } from "@ngrx/effects";
|
|
2
|
+
import { Action } from "@ngrx/store";
|
|
3
|
+
import { Observable } from "rxjs";
|
|
4
|
+
import { AuthenticationService } from "../../services/authentication.service";
|
|
5
|
+
import { MenuItemService } from "../../services/feature.service";
|
|
6
|
+
import { CookieService } from "ngx-cookie-service";
|
|
7
|
+
import { ToastrService } from "ngx-toastr";
|
|
8
|
+
import { CommonService } from '../../services/common-used.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/** @dynamic */
|
|
11
|
+
export declare class AuthenticationEffects {
|
|
12
|
+
private actions$;
|
|
13
|
+
private authenticationService;
|
|
14
|
+
private userService;
|
|
15
|
+
private commonService;
|
|
16
|
+
private featureService;
|
|
17
|
+
private cookieService;
|
|
18
|
+
private toastr;
|
|
19
|
+
private window;
|
|
20
|
+
validationMessages: any[];
|
|
21
|
+
goalId: string;
|
|
22
|
+
userStoryId: string;
|
|
23
|
+
sprintId: string;
|
|
24
|
+
isSprintType: boolean;
|
|
25
|
+
logInData: any;
|
|
26
|
+
authenticate$: Observable<Action>;
|
|
27
|
+
authenticateNewUser$: Observable<Action>;
|
|
28
|
+
authenticated$: Observable<Action>;
|
|
29
|
+
companyWorkItemStartFunctionalityRequired$: Observable<Action>;
|
|
30
|
+
authenticateSignedOff$: Observable<Action>;
|
|
31
|
+
initializeRolesAfterLoginData$: Observable<Action>;
|
|
32
|
+
initializeRolesAfterLoginDataForUser$: Observable<Action>;
|
|
33
|
+
initializeLoginDataForUserCompany$: Observable<Action>;
|
|
34
|
+
initializeLoginDataForUser$: Observable<Action>;
|
|
35
|
+
fetchUserTimeSheetButtonDetails$: Observable<Action>;
|
|
36
|
+
gettingRoleDetailsAfterInitializeLoginData$: Observable<Action>;
|
|
37
|
+
companySettingsTriggered$: Observable<Action>;
|
|
38
|
+
entityRolesTRiggered$: Observable<Action>;
|
|
39
|
+
loadCompanySettings$: Observable<Action>;
|
|
40
|
+
gettingRoleDetailsByUserIdAfterInitializeLoginData$: Observable<Action>;
|
|
41
|
+
initializeAfterLoginData2$: Observable<Action>;
|
|
42
|
+
showValidationMessagesFoRoleFeatures$: Observable<Action>;
|
|
43
|
+
showValidationMessagesForEntityRoles$: Observable<Action>;
|
|
44
|
+
showValidationMessagesForCompanySettings$: Observable<Action>;
|
|
45
|
+
demoDataClearEventTriggred$: Observable<Action>;
|
|
46
|
+
getThemeColor$: Observable<Action>;
|
|
47
|
+
demoDataClearEventSuccessful$: Observable<Action>;
|
|
48
|
+
getUserStoreIdDetails$: Observable<Action>;
|
|
49
|
+
showValidationMessagesForGetUserStoreId$: Observable<Action>;
|
|
50
|
+
exceptionHandled$: Observable<Action>;
|
|
51
|
+
constructor(actions$: Actions, authenticationService: AuthenticationService, userService: CommonService, commonService: CommonService, featureService: MenuItemService, cookieService: CookieService, toastr: ToastrService, window: Window);
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationEffects, never>;
|
|
53
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationEffects>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { Actions } from "@ngrx/effects";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MessageEffects {
|
|
6
|
+
private actions$;
|
|
7
|
+
MessageTrigged$: Observable<Action>;
|
|
8
|
+
MessageFailed$: Observable<Action>;
|
|
9
|
+
ReceiveMessageTrigged$: Observable<Action>;
|
|
10
|
+
ReceiveMessageFailed$: Observable<Action>;
|
|
11
|
+
PresenceEventTriggered$: Observable<Action>;
|
|
12
|
+
PresenceEventFailed$: Observable<Action>;
|
|
13
|
+
CountTriggered$: Observable<Action>;
|
|
14
|
+
CountFailed$: Observable<Action>;
|
|
15
|
+
InitalStateOfUsersTriggered$: Observable<Action>;
|
|
16
|
+
InitalStateOfUsersFailed$: Observable<Action>;
|
|
17
|
+
RequestingStateOfUsersTriggered$: Observable<Action>;
|
|
18
|
+
RequestingStateOfUsersFailed$: Observable<Action>;
|
|
19
|
+
SendChannelUpdateModelTriggered$: Observable<Action>;
|
|
20
|
+
SendChannelUpdateModelFailed$: Observable<Action>;
|
|
21
|
+
ReceiveChannelUpdateModelTriggered$: Observable<Action>;
|
|
22
|
+
ReceiveChannelUpdateModelFailed$: Observable<Action>;
|
|
23
|
+
SendingSignalTriggered$: Observable<Action>;
|
|
24
|
+
SendingSignalFailed$: Observable<Action>;
|
|
25
|
+
ReceiveSignalTriggered$: Observable<Action>;
|
|
26
|
+
ReceiveSignalFailed$: Observable<Action>;
|
|
27
|
+
constructor(actions$: Actions);
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageEffects, never>;
|
|
29
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MessageEffects>;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const allSharedModuleEffects: any;
|