@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,37 @@
|
|
|
1
|
+
export declare const ChannelNames: {
|
|
2
|
+
Channel_TaskAssignments: string;
|
|
3
|
+
Channel_RoleUpdates: string;
|
|
4
|
+
Channel_StatusReportSubmission: string;
|
|
5
|
+
Channel_StatusConfigAssign: string;
|
|
6
|
+
Channel_MultiChartsScheduling: string;
|
|
7
|
+
Channel_AssetAssignment: string;
|
|
8
|
+
Channel_NewProject: string;
|
|
9
|
+
Channel_ProjectMemberRole: string;
|
|
10
|
+
Channel_GoalApprovedFromReplan: string;
|
|
11
|
+
Channel_UserStoryUpdateNotification: string;
|
|
12
|
+
Channel_AnnouncementNotification: string;
|
|
13
|
+
Channel_UserStoryComment: string;
|
|
14
|
+
Channel_SprintStarted: string;
|
|
15
|
+
Channel_SprintRequestedToReplan: string;
|
|
16
|
+
Channel_PeroformanceNotification: string;
|
|
17
|
+
Channel_ReminderNotification: string;
|
|
18
|
+
Channel_ProjectFeature: string;
|
|
19
|
+
Channel_UserStoryArchive: string;
|
|
20
|
+
Channel_UserStoryPark: string;
|
|
21
|
+
Channel_GenericActivityNotification: string;
|
|
22
|
+
Channel_LeaveApplied: string;
|
|
23
|
+
Channel_ApproveLeave: string;
|
|
24
|
+
Channel_RejectLeave: string;
|
|
25
|
+
Channel_Resignation: string;
|
|
26
|
+
Channel_ApproveResignation: string;
|
|
27
|
+
Channel_RejectResignation: string;
|
|
28
|
+
Channel_AutoTimesheetSubmission: string;
|
|
29
|
+
Channel_ProbationAssignNotification: string;
|
|
30
|
+
Channel_ReviewAssignToEmployeeNotification: string;
|
|
31
|
+
Channel_ReviewSubmittedByEmployeeNotification: string;
|
|
32
|
+
Channel_ReviewInvitationNotificationModel: string;
|
|
33
|
+
Channel_PerformanceReviewSubmittedByEmployeeNotification: string;
|
|
34
|
+
Channel_PerformanceReviewInvitationNotificationModel: string;
|
|
35
|
+
Channel_PerformanceReviewAssignToEmployeeNotification: string;
|
|
36
|
+
Channel_PurchaseExecutionAssignToEmployeeNotification: string;
|
|
37
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
export declare class NotificationTypeIds {
|
|
3
|
+
static Notification_WorkItemAssignedToUser: Guid;
|
|
4
|
+
static Notification_RoleUpdated: Guid;
|
|
5
|
+
static Status_Report_Sumitted: Guid;
|
|
6
|
+
static Status_Report_Config_Created: Guid;
|
|
7
|
+
static Multiple_Charts_Scheduling_created: Guid;
|
|
8
|
+
static Assets_Assignment: Guid;
|
|
9
|
+
static Announcement_Received: Guid;
|
|
10
|
+
static Reminder_Notification: Guid;
|
|
11
|
+
static Performance_Received: Guid;
|
|
12
|
+
static NewProjectCreatedNotificationId: Guid;
|
|
13
|
+
static ProjectMemberRoleAddedNotificationId: Guid;
|
|
14
|
+
static GoalApprovedFromReplan: Guid;
|
|
15
|
+
static USerStoryUpdateNotificationId: Guid;
|
|
16
|
+
static SprintStarted: Guid;
|
|
17
|
+
static PushNotificationForUserStoryComment: Guid;
|
|
18
|
+
static GoalRequestdForREplan: Guid;
|
|
19
|
+
static SprintRequestdForREplan: Guid;
|
|
20
|
+
static AdhocUSerStoryUpdateNotificationId: Guid;
|
|
21
|
+
static Notification_AdhocWorkItemAssignedToUser: Guid;
|
|
22
|
+
static UserStoryArchive: Guid;
|
|
23
|
+
static UserStoryPark: Guid;
|
|
24
|
+
static ProjectFeature: Guid;
|
|
25
|
+
static GenericNotificationActivity: Guid;
|
|
26
|
+
static LeaveApplication: Guid;
|
|
27
|
+
static ApproveLeaveApplication: Guid;
|
|
28
|
+
static RejectLeaveApplication: Guid;
|
|
29
|
+
static ResignationNotification: Guid;
|
|
30
|
+
static ResignationApprovalNotification: Guid;
|
|
31
|
+
static ResignationRejectionNotification: Guid;
|
|
32
|
+
static AutoTimeSheetSubmissionNotification: Guid;
|
|
33
|
+
static ProbationAssignNotification: Guid;
|
|
34
|
+
static ReviewAssignToEmployeeNotification: Guid;
|
|
35
|
+
static ReviewSubmittedByEmployeeNotification: Guid;
|
|
36
|
+
static ReviewInvitationNotification: Guid;
|
|
37
|
+
static PerformanceReviewSubmittedByEmployeeNotification: Guid;
|
|
38
|
+
static PerformanceReviewInvitationNotificationModel: Guid;
|
|
39
|
+
static PerformanceReviewAssignToEmployeeNotification: Guid;
|
|
40
|
+
static PurchaseShipmentNotificationId: Guid;
|
|
41
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class AppNotification {
|
|
2
|
+
id: string;
|
|
3
|
+
notificationTypeGuid: string;
|
|
4
|
+
notificationSummary: string;
|
|
5
|
+
notificationCreatedDateTime: any;
|
|
6
|
+
notification: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
route: string;
|
|
9
|
+
color: string;
|
|
10
|
+
isRead: boolean;
|
|
11
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class AssetAssignedNotification extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
assetId: Guid;
|
|
7
|
+
assetsNames: string;
|
|
8
|
+
assetNumbers: string;
|
|
9
|
+
loadFromCaseInsensitiveObject(assetNotification: any): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare class ChannelUpdateModel {
|
|
2
|
+
activityTrackerStatus: boolean;
|
|
3
|
+
channelId: string;
|
|
4
|
+
channelName: string;
|
|
5
|
+
deviceId: string;
|
|
6
|
+
fileName: string;
|
|
7
|
+
filePath: string;
|
|
8
|
+
fileType: string;
|
|
9
|
+
fromChannelImage: boolean;
|
|
10
|
+
fromUserId: string;
|
|
11
|
+
id: string;
|
|
12
|
+
isActivityMessage: boolean;
|
|
13
|
+
isActivityStatusUpdated: boolean;
|
|
14
|
+
isAddedToChannel: boolean;
|
|
15
|
+
isChannelMember: boolean;
|
|
16
|
+
isDeleted: boolean;
|
|
17
|
+
isEdited: boolean;
|
|
18
|
+
isFromAddMember: boolean;
|
|
19
|
+
isFromBackend: boolean;
|
|
20
|
+
isFromChannelArchive: boolean;
|
|
21
|
+
isFromChannelRename: boolean;
|
|
22
|
+
isFromReadOnly: boolean;
|
|
23
|
+
isFromRemoveMember: boolean;
|
|
24
|
+
isRead: boolean;
|
|
25
|
+
isReadOnly: boolean;
|
|
26
|
+
mACAddress: string;
|
|
27
|
+
messageDateTime: Date;
|
|
28
|
+
messageReceiveDate: Date;
|
|
29
|
+
messageReceiveTime: any;
|
|
30
|
+
messageType: string;
|
|
31
|
+
messageTypeId: string;
|
|
32
|
+
receiverName: string;
|
|
33
|
+
receiverProfileImage: string;
|
|
34
|
+
receiverUserId: string;
|
|
35
|
+
refreshChannels: boolean;
|
|
36
|
+
refreshUsers: boolean;
|
|
37
|
+
reportMessage: any;
|
|
38
|
+
senderName: string;
|
|
39
|
+
senderProfileImage: string;
|
|
40
|
+
senderUserId: string;
|
|
41
|
+
textMessage: string;
|
|
42
|
+
timeStamp: null;
|
|
43
|
+
unreadMessageCount: number;
|
|
44
|
+
updatedDateTime: any;
|
|
45
|
+
body: string;
|
|
46
|
+
title: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IBadge } from "./IBadge";
|
|
2
|
+
import { IChildItem } from "./IChildItem";
|
|
3
|
+
export interface IMenuItem {
|
|
4
|
+
id: string;
|
|
5
|
+
type: string;
|
|
6
|
+
menu?: string;
|
|
7
|
+
state?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
tooltip?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
sub?: IChildItem[];
|
|
12
|
+
badges?: IBadge[];
|
|
13
|
+
menuCategory: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare class MessageDetails {
|
|
2
|
+
id: any;
|
|
3
|
+
senderUserId: string;
|
|
4
|
+
textMessage: string;
|
|
5
|
+
senderName: string;
|
|
6
|
+
messageType: string;
|
|
7
|
+
isDeleted: boolean;
|
|
8
|
+
isEdited: boolean;
|
|
9
|
+
channelId: string;
|
|
10
|
+
receiverUserId: string;
|
|
11
|
+
channelName: string;
|
|
12
|
+
receiverName: string;
|
|
13
|
+
parentMessageId: number;
|
|
14
|
+
isPinned: boolean;
|
|
15
|
+
reactedByUserId: boolean;
|
|
16
|
+
isStarted: boolean;
|
|
17
|
+
taggedMembersIds: any;
|
|
18
|
+
fromUserId: string;
|
|
19
|
+
messageDateTime: Date;
|
|
20
|
+
threadCount: any;
|
|
21
|
+
messageTypeId: any;
|
|
22
|
+
isAddedToChannel: boolean;
|
|
23
|
+
lastReplyDateTime: Date;
|
|
24
|
+
filePath: string;
|
|
25
|
+
fileType: string;
|
|
26
|
+
receiverProfileImage: string;
|
|
27
|
+
senderProfileImage: string;
|
|
28
|
+
unreadMessageCount: any;
|
|
29
|
+
deviceId: string;
|
|
30
|
+
messageReceiveDate: string;
|
|
31
|
+
messageReceiveTime: string;
|
|
32
|
+
activityTrackerStatus: boolean;
|
|
33
|
+
timeStamp: any;
|
|
34
|
+
fileName: string;
|
|
35
|
+
refreshChannels: boolean;
|
|
36
|
+
refreshUsers: boolean;
|
|
37
|
+
isFromChannelRename: boolean;
|
|
38
|
+
isFromChannelArchive: boolean;
|
|
39
|
+
isFromAddMember: boolean;
|
|
40
|
+
isFromRemoveMember: boolean;
|
|
41
|
+
isFromBackend: boolean;
|
|
42
|
+
taggedMembersIdsXml: string;
|
|
43
|
+
reportMessage: string;
|
|
44
|
+
isThreadMessage: boolean;
|
|
45
|
+
isFromStarred: boolean;
|
|
46
|
+
title: string;
|
|
47
|
+
body: string;
|
|
48
|
+
messageSentStatus: string;
|
|
49
|
+
isFromReadOnly: boolean;
|
|
50
|
+
isReadOnly: boolean;
|
|
51
|
+
userName: string;
|
|
52
|
+
fromUserProfileImage: string;
|
|
53
|
+
fromChannelImage: boolean;
|
|
54
|
+
pubnubChannelNameOfMessage: Array<String>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class NewProjectCreatedNotificationModel extends NotificationOutputModel {
|
|
4
|
+
projectGuid: Guid;
|
|
5
|
+
projectName: string;
|
|
6
|
+
projectResponsiblePersonId: Guid;
|
|
7
|
+
loadFromCaseInsensitiveObject(newProjectNotification: any): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class NewProjectFeatureCreatedNotificationModel extends NotificationOutputModel {
|
|
4
|
+
projectFeatureId: Guid;
|
|
5
|
+
projectFeatureName: string;
|
|
6
|
+
projectFeatureResponsiblePersonId: Guid;
|
|
7
|
+
loadFromCaseInsensitiveObject(newProjectNotification: any): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare class NotificationOutputModel {
|
|
2
|
+
notificationId: string;
|
|
3
|
+
notificationTypeId: string;
|
|
4
|
+
notificationTypeName: string;
|
|
5
|
+
featureId: string;
|
|
6
|
+
featureName: string;
|
|
7
|
+
notificationJson: any;
|
|
8
|
+
summary: any;
|
|
9
|
+
createdByUserId: string;
|
|
10
|
+
createdDateTime: any;
|
|
11
|
+
isRead: boolean;
|
|
12
|
+
notificationSummary: string;
|
|
13
|
+
notificationCreatedDateTime: any;
|
|
14
|
+
notification: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
route: string;
|
|
17
|
+
color: string;
|
|
18
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
19
|
+
}
|
|
20
|
+
export declare class UserNotificationReadModel {
|
|
21
|
+
userNotificationReadId: string;
|
|
22
|
+
notificationId: string;
|
|
23
|
+
userId: string;
|
|
24
|
+
readDateTime: Date;
|
|
25
|
+
operationsPerformedBy: string;
|
|
26
|
+
notificationTypeId: string;
|
|
27
|
+
notificationSummary: string;
|
|
28
|
+
notificationJson: any;
|
|
29
|
+
}
|
|
30
|
+
export declare class NotificationModel {
|
|
31
|
+
id: any;
|
|
32
|
+
notificationType: any;
|
|
33
|
+
summary: any;
|
|
34
|
+
createdByUserId: any;
|
|
35
|
+
updatedByUserId: any;
|
|
36
|
+
createdDateTime: any;
|
|
37
|
+
updatedDateTime: any;
|
|
38
|
+
readTime: any;
|
|
39
|
+
inActiveDateTime: any;
|
|
40
|
+
isArchived: any;
|
|
41
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SearchTaskType } from "../components/menu/searchTask.enum";
|
|
2
|
+
import { RecentSearchType } from '../enum/recentSearchType.enum';
|
|
3
|
+
export declare class RecentSearchModel {
|
|
4
|
+
recentSearch: string;
|
|
5
|
+
createdDateTime: Date;
|
|
6
|
+
itemId: string;
|
|
7
|
+
recentSearchType: RecentSearchType;
|
|
8
|
+
}
|
|
9
|
+
export declare class SearchTaskTypeModel {
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
uniquename: string;
|
|
13
|
+
type: SearchTaskType;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
3
|
+
export declare class ReportConfigAssignedNotification extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
reportConfigurationId: Guid;
|
|
7
|
+
reportName: string;
|
|
8
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
3
|
+
export declare class ReportSubmittedNotification extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
reportId: Guid;
|
|
7
|
+
reportName: string;
|
|
8
|
+
submittedBy: string;
|
|
9
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
3
|
+
export declare class RoleUpdatedNotification extends NotificationOutputModel {
|
|
4
|
+
roleGuid: Guid;
|
|
5
|
+
roleName: string;
|
|
6
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
export declare class UserStoryAssignedNotification extends NotificationOutputModel {
|
|
3
|
+
notificationAssignedByUserGuid: string;
|
|
4
|
+
notificationAssignedToUserGuid: string;
|
|
5
|
+
userStoryGuid: string;
|
|
6
|
+
userStoryName: string;
|
|
7
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
export declare class UserStoryArchiveNotificationModel extends NotificationOutputModel {
|
|
3
|
+
userStoryId: string;
|
|
4
|
+
userStoryName: string;
|
|
5
|
+
ownerGuid: string;
|
|
6
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare class CompanysettingsModel {
|
|
2
|
+
companySettingsId: string;
|
|
3
|
+
companysettingsName: string;
|
|
4
|
+
isArchived: boolean;
|
|
5
|
+
timeStamp: any;
|
|
6
|
+
key: any;
|
|
7
|
+
description: String;
|
|
8
|
+
value: string;
|
|
9
|
+
isSystemApp: boolean;
|
|
10
|
+
vAT: string;
|
|
11
|
+
PrimaryAddress: string;
|
|
12
|
+
companyName: string;
|
|
13
|
+
companyId: string;
|
|
14
|
+
}
|
|
15
|
+
export declare class ModuleDetailsModel {
|
|
16
|
+
moduleId: string;
|
|
17
|
+
moduleIds: any;
|
|
18
|
+
isActive: boolean;
|
|
19
|
+
moduleName: string;
|
|
20
|
+
isArchived: boolean;
|
|
21
|
+
timeStamp: any;
|
|
22
|
+
}
|
|
23
|
+
export declare class CompanyModel {
|
|
24
|
+
isArchived: boolean;
|
|
25
|
+
timeStamp: any;
|
|
26
|
+
vAT: string;
|
|
27
|
+
primaryAddress: string;
|
|
28
|
+
companyName: string;
|
|
29
|
+
companyId: string;
|
|
30
|
+
key: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class CompanyPaymentUpsertModel {
|
|
2
|
+
CardHolderName: string;
|
|
3
|
+
SubscriptionType: string;
|
|
4
|
+
CardHolderBillingAddress: string;
|
|
5
|
+
CardNumber: any;
|
|
6
|
+
CardExpiryDate: string;
|
|
7
|
+
CardSecurityCode: string;
|
|
8
|
+
TotalAmount: any;
|
|
9
|
+
StripeTokenId: string;
|
|
10
|
+
PlanName: string;
|
|
11
|
+
StripeCustomerId: string;
|
|
12
|
+
StripePaymentId: string;
|
|
13
|
+
Status: string;
|
|
14
|
+
NoOfPurchases: number;
|
|
15
|
+
Email: string;
|
|
16
|
+
AddressOptions: any;
|
|
17
|
+
TransactionName: any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class DragedWidget {
|
|
2
|
+
name: string;
|
|
3
|
+
isCustomWidget: boolean;
|
|
4
|
+
customWidgetId: string;
|
|
5
|
+
widgetId: string;
|
|
6
|
+
visualizationType: string;
|
|
7
|
+
xCoOrdinate: string;
|
|
8
|
+
yCoOrdinate: string;
|
|
9
|
+
customAppVisualizationId: string;
|
|
10
|
+
isHtml: boolean;
|
|
11
|
+
isProc: boolean;
|
|
12
|
+
procName: string;
|
|
13
|
+
isProcess: boolean;
|
|
14
|
+
isEntryApp: boolean;
|
|
15
|
+
isEditable: boolean;
|
|
16
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { SearchCriteriaInputModelBase } from './searchCriteriaInputModelBase';
|
|
2
|
+
export declare class EmployeeListModel extends SearchCriteriaInputModelBase {
|
|
3
|
+
employmentStatusId: string;
|
|
4
|
+
employmentStatusName: string;
|
|
5
|
+
departmentId: string;
|
|
6
|
+
designationId: string;
|
|
7
|
+
designationName: string;
|
|
8
|
+
employeeId: string;
|
|
9
|
+
fullName: string;
|
|
10
|
+
userId: string;
|
|
11
|
+
employeeNumber: string;
|
|
12
|
+
genderId: string;
|
|
13
|
+
gender: string;
|
|
14
|
+
maritalStatusId: string;
|
|
15
|
+
maritalStatus: string;
|
|
16
|
+
nationalityId: string;
|
|
17
|
+
nationality: string;
|
|
18
|
+
dateOfBirth: Date;
|
|
19
|
+
smoker: boolean;
|
|
20
|
+
militaryService: boolean;
|
|
21
|
+
nickName: string;
|
|
22
|
+
taxCode: string;
|
|
23
|
+
branchId: string;
|
|
24
|
+
entityId: string;
|
|
25
|
+
branchName: string;
|
|
26
|
+
roleIds: any[];
|
|
27
|
+
permittedBranches: any;
|
|
28
|
+
roleName: string;
|
|
29
|
+
timeZoneId: string;
|
|
30
|
+
timeZoneName: string;
|
|
31
|
+
mobileNo: string;
|
|
32
|
+
isTerminated: boolean;
|
|
33
|
+
isActive: boolean;
|
|
34
|
+
isActiveOnMobile: boolean;
|
|
35
|
+
firstName: string;
|
|
36
|
+
surName: string;
|
|
37
|
+
userName: string;
|
|
38
|
+
email: string;
|
|
39
|
+
profileImage: string;
|
|
40
|
+
createdDateTime: Date;
|
|
41
|
+
lastConnection: Date;
|
|
42
|
+
registeredDateTime: Date;
|
|
43
|
+
timeStamp: any;
|
|
44
|
+
totalCount: number;
|
|
45
|
+
isArchived: boolean;
|
|
46
|
+
emailSearchText: string;
|
|
47
|
+
lineManagerId: string;
|
|
48
|
+
jobCategoryId: string;
|
|
49
|
+
dateOfJoining: Date;
|
|
50
|
+
isUpsertEmployee: boolean;
|
|
51
|
+
jobCategoryType: string;
|
|
52
|
+
shiftTimingId: string;
|
|
53
|
+
SpName: string;
|
|
54
|
+
pageNo: number;
|
|
55
|
+
pageSize: number;
|
|
56
|
+
macAddress: string;
|
|
57
|
+
employeeShiftId: string;
|
|
58
|
+
ipNumber: string;
|
|
59
|
+
searchText: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class GoalApprovedNotificationModel extends NotificationOutputModel {
|
|
4
|
+
goalId: Guid;
|
|
5
|
+
goalName: string;
|
|
6
|
+
projectResponsiblePersonId: Guid;
|
|
7
|
+
loadFromCaseInsensitiveObject(newProjectNotification: any): void;
|
|
8
|
+
}
|