@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,7 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
3
|
+
export declare class LeaveApplicationNotification extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
3
|
+
export declare class MultipleChartsScheduling extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
cronExpressionId: Guid;
|
|
7
|
+
cronExpressionName: string;
|
|
8
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
export declare class UserStoryParkNotificationModel extends NotificationOutputModel {
|
|
3
|
+
userStoryId: string;
|
|
4
|
+
userStoryName: string;
|
|
5
|
+
ownerGuid: string;
|
|
6
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class Project {
|
|
2
|
+
projectResponsiblePersonId: string;
|
|
3
|
+
projectId: string;
|
|
4
|
+
projectTypeId: string;
|
|
5
|
+
isArchived: boolean;
|
|
6
|
+
projectName: string;
|
|
7
|
+
projectTypeName: string;
|
|
8
|
+
projectStatusColor: string;
|
|
9
|
+
userName: string;
|
|
10
|
+
createdDateTime: Date;
|
|
11
|
+
fullName: string;
|
|
12
|
+
roleName: string;
|
|
13
|
+
profileImage: string;
|
|
14
|
+
projectResponsiblePerson: any;
|
|
15
|
+
activeGoalCount: number;
|
|
16
|
+
numberOfReds: number;
|
|
17
|
+
timeStamp: any;
|
|
18
|
+
projectLabel: string;
|
|
19
|
+
testSuiteCount: number;
|
|
20
|
+
testRunCount: number;
|
|
21
|
+
milestoneCount: number;
|
|
22
|
+
totalCount: number;
|
|
23
|
+
reportCount: number;
|
|
24
|
+
casesCount: number;
|
|
25
|
+
isDateTimeConfiguration: boolean;
|
|
26
|
+
isSprintsConfiguration: boolean;
|
|
27
|
+
viewGoalsPermissionCount: number;
|
|
28
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class app {
|
|
2
|
+
displayName: string;
|
|
3
|
+
componentName: string;
|
|
4
|
+
inputs: string[];
|
|
5
|
+
}
|
|
6
|
+
export declare class module {
|
|
7
|
+
path: string;
|
|
8
|
+
moduleName: string;
|
|
9
|
+
modulePackageName: string;
|
|
10
|
+
moduleLazyLoadingPath: string;
|
|
11
|
+
description: string;
|
|
12
|
+
apps: app[];
|
|
13
|
+
}
|
|
14
|
+
export declare class shellModulesInfo {
|
|
15
|
+
modules: any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare class SoftLabelConfigurationModel {
|
|
2
|
+
softLabelConfigurationId: string;
|
|
3
|
+
projectLabel: string;
|
|
4
|
+
goalLabel: string;
|
|
5
|
+
employeeLabel: string;
|
|
6
|
+
userStoryLabel: string;
|
|
7
|
+
deadlineLabel: string;
|
|
8
|
+
projectsLabel: string;
|
|
9
|
+
goalsLabel: string;
|
|
10
|
+
employeesLabel: string;
|
|
11
|
+
userStoriesLabel: string;
|
|
12
|
+
deadlinesLabel: string;
|
|
13
|
+
estimatedTimeLabel: string;
|
|
14
|
+
estimationLabel: string;
|
|
15
|
+
estimationsLabel: string;
|
|
16
|
+
estimateLabel: string;
|
|
17
|
+
estimatesLabel: string;
|
|
18
|
+
auditLabel: string;
|
|
19
|
+
auditsLabel: string;
|
|
20
|
+
conductLabel: string;
|
|
21
|
+
conductsLabel: string;
|
|
22
|
+
actionLabel: string;
|
|
23
|
+
actionsLabel: string;
|
|
24
|
+
timelineLabel: string;
|
|
25
|
+
auditActivityLabel: string;
|
|
26
|
+
auditReportLabel: string;
|
|
27
|
+
auditReportsLabel: string;
|
|
28
|
+
reportLabel: string;
|
|
29
|
+
reportsLabel: string;
|
|
30
|
+
auditAnalyticsLabel: string;
|
|
31
|
+
companyId: string;
|
|
32
|
+
createdDateTime: string;
|
|
33
|
+
timeStamp: any;
|
|
34
|
+
searchText: string;
|
|
35
|
+
clientLabel: string;
|
|
36
|
+
clientsLabel: string;
|
|
37
|
+
}
|
|
38
|
+
export declare class WorkspaceDashboardFilterModel {
|
|
39
|
+
workspaceDashboardId: string;
|
|
40
|
+
workspaceDashboardFilterId: string;
|
|
41
|
+
filterJson: string;
|
|
42
|
+
isCalenderView: boolean;
|
|
43
|
+
searchText: string;
|
|
44
|
+
state: any;
|
|
45
|
+
isArchived: boolean;
|
|
46
|
+
}
|
|
47
|
+
export declare class WorkspaceDashboardFilterDropdown {
|
|
48
|
+
searchText: string;
|
|
49
|
+
tagSearchText: string;
|
|
50
|
+
workItemStatuses: string;
|
|
51
|
+
workItemTypes: string;
|
|
52
|
+
bugPriorities: string;
|
|
53
|
+
isIncludeUnAssigned: boolean;
|
|
54
|
+
isExcludeOtherUs: boolean;
|
|
55
|
+
isUserBoardView: boolean;
|
|
56
|
+
pageSize: number;
|
|
57
|
+
pageNumber: number;
|
|
58
|
+
schedulerViewIndex: number;
|
|
59
|
+
isTheBoardLayoutKanban: boolean;
|
|
60
|
+
isReportsPage: boolean;
|
|
61
|
+
isCalenderView: boolean;
|
|
62
|
+
isEmployeeTaskBoardPage: boolean;
|
|
63
|
+
selectedItem: any;
|
|
64
|
+
isDocumentsView: boolean;
|
|
65
|
+
isReviewEnabled: boolean;
|
|
66
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class SprintReplanStartedNotificationModel extends NotificationOutputModel {
|
|
4
|
+
sprintGuid: Guid;
|
|
5
|
+
sprintName: string;
|
|
6
|
+
loadFromCaseInsensitiveObject(newProjectNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class SprintStartedNotificationModel extends NotificationOutputModel {
|
|
4
|
+
sprintGuid: Guid;
|
|
5
|
+
sprintName: string;
|
|
6
|
+
loadFromCaseInsensitiveObject(newProjectNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class StoreModel {
|
|
2
|
+
isDefault: boolean;
|
|
3
|
+
isCompany: boolean;
|
|
4
|
+
storeId: string;
|
|
5
|
+
storeName: string;
|
|
6
|
+
storeSize: string;
|
|
7
|
+
storeCount: string;
|
|
8
|
+
description: string;
|
|
9
|
+
timeStamp: any;
|
|
10
|
+
totalCount: number;
|
|
11
|
+
isArchived: boolean;
|
|
12
|
+
overallStoreSize: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class TimesheetDisableorEnable {
|
|
2
|
+
StartTime: string;
|
|
3
|
+
LunchStartTime: string;
|
|
4
|
+
LunchEndTime: string;
|
|
5
|
+
FinishTime: string;
|
|
6
|
+
BreakOutTime: string;
|
|
7
|
+
BreakInTime: string;
|
|
8
|
+
Start: boolean;
|
|
9
|
+
BreakIn: boolean;
|
|
10
|
+
BreakOut: boolean;
|
|
11
|
+
Finish: boolean;
|
|
12
|
+
LunchStart: boolean;
|
|
13
|
+
LunchEnd: boolean;
|
|
14
|
+
TimeSheetRestricted: boolean;
|
|
15
|
+
SpentTime: any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { SearchCriteriaInputModelBase } from './searchCriteriaInputModelBase';
|
|
2
|
+
export declare class UserModel extends SearchCriteriaInputModelBase {
|
|
3
|
+
userId: string;
|
|
4
|
+
firstName: string;
|
|
5
|
+
fullName: string;
|
|
6
|
+
surName: string;
|
|
7
|
+
email: string;
|
|
8
|
+
id: string;
|
|
9
|
+
password: string;
|
|
10
|
+
sortDirectionAsc: boolean;
|
|
11
|
+
roleId: string;
|
|
12
|
+
isPasswordForceReset: boolean;
|
|
13
|
+
isDemoDataCleared: boolean;
|
|
14
|
+
isActive: boolean;
|
|
15
|
+
timeZoneId: string;
|
|
16
|
+
mobileNo: string;
|
|
17
|
+
isAdmin: boolean;
|
|
18
|
+
isActiveOnMobile: boolean;
|
|
19
|
+
profileImage: string;
|
|
20
|
+
lastConnection: Date;
|
|
21
|
+
isArchived: boolean;
|
|
22
|
+
pageNo: number;
|
|
23
|
+
PageNumber: any;
|
|
24
|
+
pageSize: number;
|
|
25
|
+
skip: number;
|
|
26
|
+
timeStamp: any;
|
|
27
|
+
isUsersPage: boolean;
|
|
28
|
+
employeeId: string;
|
|
29
|
+
registeredDateTime: Date;
|
|
30
|
+
roleName: string;
|
|
31
|
+
totalCount: number;
|
|
32
|
+
productivityIndex: string;
|
|
33
|
+
employeeNameText: string;
|
|
34
|
+
roleIds: string[];
|
|
35
|
+
approvedLeaves: string;
|
|
36
|
+
leavesRemaining: string;
|
|
37
|
+
entityId: string;
|
|
38
|
+
companyId: string;
|
|
39
|
+
branchId: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { UserStoryCustomFieldsModel } from "./userstory-custom-fields.model";
|
|
2
|
+
import { EntityRoleFeatureModel } from './entityRoleFeature';
|
|
3
|
+
export declare class UserStory {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
id: string;
|
|
6
|
+
userStory: string;
|
|
7
|
+
userStoryId: string;
|
|
8
|
+
parentUserStoryId: string;
|
|
9
|
+
parentUserStoryGoalId: string;
|
|
10
|
+
userStoryName: string;
|
|
11
|
+
projectId: string;
|
|
12
|
+
goalId: string;
|
|
13
|
+
goalIdForBug: string;
|
|
14
|
+
estimatedTime: any;
|
|
15
|
+
eTime: string;
|
|
16
|
+
deadLineDate: Date;
|
|
17
|
+
deadLine: string;
|
|
18
|
+
revisedDate: string;
|
|
19
|
+
replanDate: string;
|
|
20
|
+
reason: string;
|
|
21
|
+
ownerUserId: string;
|
|
22
|
+
ownerName: string;
|
|
23
|
+
owner: string;
|
|
24
|
+
ownerImage: string;
|
|
25
|
+
ownerProfileImage: string;
|
|
26
|
+
dependencyUserId: string;
|
|
27
|
+
dependency: string;
|
|
28
|
+
dependencyProfileImage: string;
|
|
29
|
+
dependencyName: string;
|
|
30
|
+
bugCausedUserId: string;
|
|
31
|
+
bugCausedUser: string;
|
|
32
|
+
bugCausedUserProfileImage: string;
|
|
33
|
+
statusId: string;
|
|
34
|
+
statusName: string;
|
|
35
|
+
statusTracker: string;
|
|
36
|
+
testSuiteId: string;
|
|
37
|
+
testSuiteSectionId: string;
|
|
38
|
+
testSuiteSectionName: string;
|
|
39
|
+
testCaseId: string;
|
|
40
|
+
testRunId: string;
|
|
41
|
+
isInductionGoal: boolean;
|
|
42
|
+
auditConductQuestionId: string;
|
|
43
|
+
questionId: string;
|
|
44
|
+
conductId: string;
|
|
45
|
+
loadBugs: boolean;
|
|
46
|
+
boardTypeId: string;
|
|
47
|
+
userStoriesCount: number;
|
|
48
|
+
daysCount: number;
|
|
49
|
+
absDaysCount: number;
|
|
50
|
+
createdUserId: string;
|
|
51
|
+
createdUserName: string;
|
|
52
|
+
createdDate: string;
|
|
53
|
+
startDate: string;
|
|
54
|
+
endDate: string;
|
|
55
|
+
startTime: string;
|
|
56
|
+
endTime: string;
|
|
57
|
+
goalStatusId: string;
|
|
58
|
+
isEdit: boolean;
|
|
59
|
+
isShow: boolean;
|
|
60
|
+
isAction: boolean;
|
|
61
|
+
isOwnerEditable: boolean;
|
|
62
|
+
isUserStoryEditable: boolean;
|
|
63
|
+
isEstimatedTimeEditable: boolean;
|
|
64
|
+
isDeadLineEditable: boolean;
|
|
65
|
+
isDependencyEditable: boolean;
|
|
66
|
+
isStatusEditable: boolean;
|
|
67
|
+
isArchived: boolean;
|
|
68
|
+
archivedDateTime: Date;
|
|
69
|
+
permissionConfigurationId: string;
|
|
70
|
+
projectFeatureName: string;
|
|
71
|
+
projectFeatureId: string;
|
|
72
|
+
canUserStoryPark: boolean;
|
|
73
|
+
isAutoLog: boolean;
|
|
74
|
+
parkedDateTime: Date;
|
|
75
|
+
bugPriorityId: string;
|
|
76
|
+
bugPriorityName: string;
|
|
77
|
+
bugPriorityDescription: string;
|
|
78
|
+
bugPriorityColor: string;
|
|
79
|
+
bugsCount: any;
|
|
80
|
+
icon: string;
|
|
81
|
+
userStoryStatusId: string;
|
|
82
|
+
userStoryIds: string;
|
|
83
|
+
workspaceDashboardId: string;
|
|
84
|
+
userStoryStatusColor: string;
|
|
85
|
+
userStoryStatusName: string;
|
|
86
|
+
boardTypeUiId: string;
|
|
87
|
+
isBugBoard: boolean;
|
|
88
|
+
configurationId: string;
|
|
89
|
+
userStoryTypeId: string;
|
|
90
|
+
isBug: boolean;
|
|
91
|
+
userStoryParkedDateTime: Date;
|
|
92
|
+
userStoryArchivedDateTime: Date;
|
|
93
|
+
isGoalChanged: boolean;
|
|
94
|
+
isStatusChanged: boolean;
|
|
95
|
+
isNewUserStory: boolean;
|
|
96
|
+
description: string;
|
|
97
|
+
workFlowId: string;
|
|
98
|
+
workFlowStatusId: string;
|
|
99
|
+
onboardProcessDate: Date;
|
|
100
|
+
entityFeaturesXml: string;
|
|
101
|
+
entityFeaturesList: EntityRoleFeatureModel[];
|
|
102
|
+
totalCount: number;
|
|
103
|
+
isAssigneeChanged: boolean;
|
|
104
|
+
timeStamp: any;
|
|
105
|
+
isForQa: boolean;
|
|
106
|
+
isOnTrack: boolean;
|
|
107
|
+
order: any;
|
|
108
|
+
versionName: string;
|
|
109
|
+
transitionDateTime: Date;
|
|
110
|
+
oldGoalId: string;
|
|
111
|
+
dependancyUserId: string;
|
|
112
|
+
amendBy: number;
|
|
113
|
+
tag: string;
|
|
114
|
+
isReplan: boolean;
|
|
115
|
+
goalReplanId: string;
|
|
116
|
+
goalArchivedDateTime: Date;
|
|
117
|
+
goalParkedDateTime: Date;
|
|
118
|
+
userStoryUniqueName: string;
|
|
119
|
+
descriptionSlug: string;
|
|
120
|
+
subUserStories: string;
|
|
121
|
+
subUserStoriesList: UserStory[];
|
|
122
|
+
parentUserStoryIds: string[];
|
|
123
|
+
linkUserStoryTypeId: string;
|
|
124
|
+
linkUserStoryTypeName: string;
|
|
125
|
+
linkUserStoryId: string;
|
|
126
|
+
totalEstimatedTime: any;
|
|
127
|
+
isUniqueDetailsPage: boolean;
|
|
128
|
+
taskStatusId: string;
|
|
129
|
+
amendedDaysCount: number;
|
|
130
|
+
isFileUplaod: boolean;
|
|
131
|
+
createdDateTime: any;
|
|
132
|
+
userStoryLabel: string;
|
|
133
|
+
templateId: string;
|
|
134
|
+
isFillForm: boolean;
|
|
135
|
+
customApplicationId: string;
|
|
136
|
+
genericFormSubmittedId: string;
|
|
137
|
+
workFlowTaskId: string;
|
|
138
|
+
isFromTemplate: boolean;
|
|
139
|
+
isLogTimeRequired: boolean;
|
|
140
|
+
isQaRequired: boolean;
|
|
141
|
+
userStoryTypeName: string;
|
|
142
|
+
userStoryTypeColor: string;
|
|
143
|
+
isDateTimeConfiguration: boolean;
|
|
144
|
+
isAdhocUserStory: boolean;
|
|
145
|
+
pageSize: number;
|
|
146
|
+
pageNumber: number;
|
|
147
|
+
calenderDescription: string;
|
|
148
|
+
searchText: string;
|
|
149
|
+
tags: string;
|
|
150
|
+
bugPriorityIds: string;
|
|
151
|
+
userIds: string;
|
|
152
|
+
userStoryStatusIds: string;
|
|
153
|
+
userStoryTypeIds: string;
|
|
154
|
+
branchIds: string;
|
|
155
|
+
isIncludeUnAssigned: boolean;
|
|
156
|
+
isFromSprint: boolean;
|
|
157
|
+
sprintEstimatedTime: any;
|
|
158
|
+
totalSprintEstimatedTime: any;
|
|
159
|
+
sprintStartDate: any;
|
|
160
|
+
sprintName: string;
|
|
161
|
+
sprintEndDate: Date;
|
|
162
|
+
oldSprintId: string;
|
|
163
|
+
isSprintsConfiguration: boolean;
|
|
164
|
+
sprintInActiveDateTime: Date;
|
|
165
|
+
isSprintUserStory: boolean;
|
|
166
|
+
isExcludeOtherUs: boolean;
|
|
167
|
+
customWidgetId: string;
|
|
168
|
+
cronExpression: string;
|
|
169
|
+
cronExpressionId: string;
|
|
170
|
+
cronExpressionTimestamp: any;
|
|
171
|
+
jobId: any;
|
|
172
|
+
isPaused: boolean;
|
|
173
|
+
isRecurringWorkItem: boolean;
|
|
174
|
+
scheduleEndDate: any;
|
|
175
|
+
userStoryCustomFields: UserStoryCustomFieldsModel[];
|
|
176
|
+
autoLog: boolean;
|
|
177
|
+
breakType: boolean;
|
|
178
|
+
isBacklog: boolean;
|
|
179
|
+
rAGStatus: string;
|
|
180
|
+
ragStatus: string;
|
|
181
|
+
taskStatusOrder: number;
|
|
182
|
+
isComplete: boolean;
|
|
183
|
+
isEnableTestRepo: boolean;
|
|
184
|
+
isEnableBugBoards: boolean;
|
|
185
|
+
isFromBugs: boolean;
|
|
186
|
+
formId: string;
|
|
187
|
+
isEnableStartStop: boolean;
|
|
188
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
export declare class UserStoryCommentNotificationModel extends NotificationOutputModel {
|
|
3
|
+
userStoryId: string;
|
|
4
|
+
userStoryName: string;
|
|
5
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
export declare class UserStoryUpdateNotificationModel extends NotificationOutputModel {
|
|
3
|
+
userStoryId: string;
|
|
4
|
+
userStoryName: string;
|
|
5
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
6
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SearchCriteriaInputModelBase } from "../models/searchCriteriaInputModelBase";
|
|
2
|
+
export declare class WidgetList extends SearchCriteriaInputModelBase {
|
|
3
|
+
id: number;
|
|
4
|
+
widgetId: string;
|
|
5
|
+
widgetName: string;
|
|
6
|
+
isCustomWidget: boolean;
|
|
7
|
+
isArchived: boolean;
|
|
8
|
+
isReplaceTags: boolean;
|
|
9
|
+
timeStamp: any;
|
|
10
|
+
tags: string;
|
|
11
|
+
isHtml: boolean;
|
|
12
|
+
isProc: boolean;
|
|
13
|
+
procName: string;
|
|
14
|
+
widgetTags: WidgetTag[];
|
|
15
|
+
workSpaceNames: string;
|
|
16
|
+
widgetWorkSpaces: string[];
|
|
17
|
+
isProcess: boolean;
|
|
18
|
+
isEntryApp: boolean;
|
|
19
|
+
isPublished: boolean;
|
|
20
|
+
isEditable: boolean;
|
|
21
|
+
totalCount: number;
|
|
22
|
+
tagId: string;
|
|
23
|
+
isFavouriteWidget: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare class WidgetTag {
|
|
26
|
+
tagId: string;
|
|
27
|
+
tagName: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class WorkspaceList {
|
|
2
|
+
workspaceId: string;
|
|
3
|
+
workspaceName: string;
|
|
4
|
+
isArchived: boolean;
|
|
5
|
+
timeStamp: any;
|
|
6
|
+
roleNames: string;
|
|
7
|
+
roleIds: string;
|
|
8
|
+
editRoleIds: string;
|
|
9
|
+
deleteRoleIds: string;
|
|
10
|
+
selectedRoleIds: any;
|
|
11
|
+
isEditable: boolean;
|
|
12
|
+
canView: boolean;
|
|
13
|
+
canEdit: boolean;
|
|
14
|
+
canDelete: boolean;
|
|
15
|
+
isDefault: boolean;
|
|
16
|
+
isHidden: boolean;
|
|
17
|
+
description: string;
|
|
18
|
+
isAppsInDraft: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CookieService } from "ngx-cookie-service";
|
|
4
|
+
import { CompaniesList } from '../models/companieslist.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AuthenticationService {
|
|
7
|
+
private http;
|
|
8
|
+
private cookieService;
|
|
9
|
+
constructor(http: HttpClient, cookieService: CookieService);
|
|
10
|
+
login(username: string, password: string): Observable<any>;
|
|
11
|
+
loginNewUser(username: string): Observable<any>;
|
|
12
|
+
getThemes(): Observable<Object>;
|
|
13
|
+
companyLogin(userDetails: CompaniesList): Observable<Object>;
|
|
14
|
+
getCompanyExistsOrNot(): Observable<Object>;
|
|
15
|
+
getTimeSheetEnabledInformation(): Observable<any>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ChatService {
|
|
5
|
+
private httpClient;
|
|
6
|
+
constructor(httpClient: HttpClient);
|
|
7
|
+
environment: any;
|
|
8
|
+
APIEndpoint: any;
|
|
9
|
+
getRecentChannelMessages(): Observable<any>;
|
|
10
|
+
getRecentIndividualMessages(): Observable<any>;
|
|
11
|
+
getPubnubKeys(): Observable<any>;
|
|
12
|
+
getAllUsersForSlackApp(): Observable<any>;
|
|
13
|
+
getUserChannels(): Observable<any>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ChatService>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CookieService } from "ngx-cookie-service";
|
|
4
|
+
import { UserModel } from '../models/user';
|
|
5
|
+
import { ProjectSearchCriteriaInputModel } from '../models/ProjectSearchCriteriaInputModel';
|
|
6
|
+
import { Project } from '../models/project';
|
|
7
|
+
import { WidgetList } from '../models/widgetlist';
|
|
8
|
+
import { WorkspaceList } from '../models/workspaceList';
|
|
9
|
+
import { EmployeeListModel } from '../models/employee';
|
|
10
|
+
import { StoreSearchModel } from '../models/store-search-model';
|
|
11
|
+
import { CompanyModel, CompanysettingsModel } from '../models/company-model';
|
|
12
|
+
import { SoftLabelConfigurationModel } from '../models/softlabels-model';
|
|
13
|
+
import { ExportConfigurationModel } from '../models/export-configuration-model';
|
|
14
|
+
import { ImportConfigurationModel } from '../models/import-configuration-model';
|
|
15
|
+
import { IntroModel } from "../models/IntroModel";
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
17
|
+
export declare class CommonService {
|
|
18
|
+
private http;
|
|
19
|
+
private cookieService;
|
|
20
|
+
constructor(http: HttpClient, cookieService: CookieService);
|
|
21
|
+
getUserInitialData(): Observable<Object>;
|
|
22
|
+
getAddOrEditCustomAppIsRequired(): Observable<Object>;
|
|
23
|
+
companyLogin(userDetails: any): Observable<Object>;
|
|
24
|
+
getActTrackerRecorder(): Observable<Object>;
|
|
25
|
+
getCompanyById(companyId: string): Observable<Object>;
|
|
26
|
+
updateCompanyDetails(companyModel: CompanyModel): Observable<Object>;
|
|
27
|
+
getTimeSheetEnabledInformation(): Observable<any>;
|
|
28
|
+
getUserById(userId: string): Observable<UserModel[]>;
|
|
29
|
+
searchProjects(projectSearchInput: ProjectSearchCriteriaInputModel): Observable<Project[]>;
|
|
30
|
+
GetWidgetsBasedOnUser(widget: WidgetList): Observable<Object>;
|
|
31
|
+
GetWorkspaceList(workspace: WorkspaceList): Observable<Object>;
|
|
32
|
+
GetallRoles(): Observable<Object>;
|
|
33
|
+
getAllEmployees(employeeModel: EmployeeListModel): Observable<Object>;
|
|
34
|
+
getStores(storeSearchModel: StoreSearchModel): Observable<Object>;
|
|
35
|
+
getAllCompanySettingsDetails(companysettingModel: CompanysettingsModel): Observable<Object>;
|
|
36
|
+
getLoggedInUser(): Observable<Object>;
|
|
37
|
+
getCompanyWorkItemStartFunctionalityRequired(): Observable<Object>;
|
|
38
|
+
getSoftLabels(softLabelModel: SoftLabelConfigurationModel): Observable<Object>;
|
|
39
|
+
GetExportData(exportConfigurationModel: ExportConfigurationModel): Observable<Object>;
|
|
40
|
+
SystemImportConfiguration(importConfigurationModel: ImportConfigurationModel): Observable<Object>;
|
|
41
|
+
getIntroDetails(introModel: IntroModel): Observable<any[]>;
|
|
42
|
+
getTeamLeadsList(model: any): Observable<Object>;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>;
|
|
44
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CommonService>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { UserModel } from '../models/user';
|
|
4
|
+
import { UserNotificationReadModel } from '../models/NotificationsOutPutModel';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MenuItemService {
|
|
7
|
+
private http;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
getAllApplicableMenuItems(): Observable<any>;
|
|
10
|
+
getAllPermittedRoleFeatures(): Observable<any>;
|
|
11
|
+
searchUsers(userModel: UserModel): Observable<Object>;
|
|
12
|
+
getAllPermittedEntityRoleFeatures(projectId: string): Observable<Object>;
|
|
13
|
+
getAllPermittedEntityRoleFeaturesByUserId(): Observable<Object>;
|
|
14
|
+
getAllNotifications(notificationsModel: any): Observable<Object>;
|
|
15
|
+
upsertNotificationReadStatus(upsertNotificationModel: UserNotificationReadModel[]): Observable<Object>;
|
|
16
|
+
clearDemoData(): Observable<Object>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MenuItemService>;
|
|
19
|
+
}
|