@thetradeengineorg1/snova-shell-module 0.0.260 → 0.0.261
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 -24
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +18874 -18874
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -33
- package/esm2015/lib/globaldependencies/components/componentbase.js +538 -538
- package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -449
- package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -38
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -70
- package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -144
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -37
- package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -32
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -40
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -36
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -22
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -346
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -23
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -25
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -27
- package/esm2015/lib/shell-components/components/Payments/account.component.js +121 -121
- package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -558
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -636
- package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -129
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -90
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -438
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -249
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -172
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -350
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -102
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -126
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -502
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -98
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -87
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -2342
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -489
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -55
- package/esm2015/lib/shell-components/components/menu/menu.component.js +3413 -3413
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +110 -110
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -534
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -39
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -148
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -439
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -75
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -1052
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -25
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -38
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -42
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -13
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -3
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -17
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -12
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -3
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -3
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -2
- package/esm2015/lib/shell-components/models/IBadge.js +2 -2
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -2
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -2
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -2
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -2
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -3
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -3
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -3
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -22
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -3
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -5
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -11
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -12
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -9
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -13
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -10
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -3
- package/esm2015/lib/shell-components/models/company-model.js +7 -7
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -3
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -3
- package/esm2015/lib/shell-components/models/employee-List.js +3 -3
- package/esm2015/lib/shell-components/models/employee.js +4 -4
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -3
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -8
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -3
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -3
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -9
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -11
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -10
- package/esm2015/lib/shell-components/models/project.js +3 -3
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -3
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -3
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -7
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -7
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -9
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/store-model.js +3 -3
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -4
- package/esm2015/lib/shell-components/models/themes.model.js +3 -3
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -4
- package/esm2015/lib/shell-components/models/user.js +8 -8
- package/esm2015/lib/shell-components/models/userStory.js +3 -3
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -3
- package/esm2015/lib/shell-components/models/validation.model.js +2 -2
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -6
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -3
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -96
- package/esm2015/lib/shell-components/services/chat.service.js +67 -67
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -263
- package/esm2015/lib/shell-components/services/feature.service.js +101 -101
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -24
- package/esm2015/lib/shell-components/services/layout.service.js +68 -68
- package/esm2015/lib/shell-components/services/payment.service.js +103 -103
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -90
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -24
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -113
- package/esm2015/lib/shell-components/services/theme.service.js +161 -161
- package/esm2015/lib/shell-components/shell.module.js +450 -450
- package/esm2015/lib/shell-components/shell.routing.js +16 -16
- package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -260
- package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -248
- package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -39
- package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -19
- package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -74
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -503
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -139
- package/esm2015/lib/shell-components/store/effects/index.js +13 -13
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -53
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -56
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -116
- package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -86
- package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -68
- package/esm2015/lib/shell-components/store/reducers/index.js +80 -80
- package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -56
- package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -13
- package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -38
- package/esm2015/public-api.js +92 -92
- package/esm2015/store/reducers/index.js +47 -47
- package/esm2015/thetradeengineorg1-snova-shell-module.js +4 -4
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +16979 -16979
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +10 -10
- package/lib/globaldependencies/components/componentbase.d.ts +455 -455
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -448
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -37
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -7
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -1
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -9
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -12
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -11
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -9
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -11
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -8
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -14
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -62
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -47
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -20
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -15
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -48
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -37
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -28
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -67
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -60
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -33
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -27
- package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -220
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -40
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -14
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -220
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -8
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -27
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -53
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -10
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -23
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -17
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -25
- package/lib/shell-components/constants/api-urls.d.ts +1051 -1051
- package/lib/shell-components/constants/available-languages.d.ts +7 -7
- package/lib/shell-components/constants/channel-names.d.ts +37 -37
- package/lib/shell-components/constants/menu-categories.d.ts +5 -5
- package/lib/shell-components/constants/notification-routes.d.ts +5 -5
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -41
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -11
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -12
- package/lib/shell-components/models/AppNotification.d.ts +12 -12
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -10
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -47
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -11
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -4
- package/lib/shell-components/models/IBadge.d.ts +4 -4
- package/lib/shell-components/models/IChildItem.d.ts +7 -7
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -4
- package/lib/shell-components/models/IMenuItem.d.ts +14 -14
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -10
- package/lib/shell-components/models/IntroModel.d.ts +3 -3
- package/lib/shell-components/models/MessageDetails.d.ts +55 -55
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -9
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -41
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -10
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -14
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -9
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -10
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -7
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -8
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -7
- package/lib/shell-components/models/companieslist.model.d.ts +8 -8
- package/lib/shell-components/models/company-model.d.ts +31 -31
- package/lib/shell-components/models/company-payment-model.d.ts +18 -18
- package/lib/shell-components/models/dragedWidget.d.ts +16 -16
- package/lib/shell-components/models/employee-List.d.ts +8 -8
- package/lib/shell-components/models/employee.d.ts +60 -60
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -9
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -8
- package/lib/shell-components/models/export-data.module.d.ts +6 -6
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -3
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -5
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -9
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -7
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -9
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -7
- package/lib/shell-components/models/project.d.ts +28 -28
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -6
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -10
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -16
- package/lib/shell-components/models/softlabels-model.d.ts +66 -66
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -7
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -7
- package/lib/shell-components/models/store-model.d.ts +13 -13
- package/lib/shell-components/models/store-search-model.d.ts +7 -7
- package/lib/shell-components/models/themes.model.d.ts +9 -9
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -16
- package/lib/shell-components/models/user.d.ts +40 -40
- package/lib/shell-components/models/userStory.d.ts +188 -188
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -6
- package/lib/shell-components/models/validation.model.d.ts +5 -5
- package/lib/shell-components/models/widgetlist.d.ts +28 -28
- package/lib/shell-components/models/workspaceList.d.ts +19 -19
- package/lib/shell-components/services/authentication.service.d.ts +18 -18
- package/lib/shell-components/services/chat.service.d.ts +16 -16
- package/lib/shell-components/services/common-used.service.d.ts +45 -45
- package/lib/shell-components/services/feature.service.d.ts +19 -19
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -9
- package/lib/shell-components/services/layout.service.d.ts +23 -23
- package/lib/shell-components/services/payment.service.d.ts +19 -19
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -16
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -9
- package/lib/shell-components/services/signalr.service.d.ts +25 -25
- package/lib/shell-components/services/theme.service.d.ts +14 -14
- package/lib/shell-components/shell.module.d.ts +119 -119
- package/lib/shell-components/shell.routing.d.ts +2 -2
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -327
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -399
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -51
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -25
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -116
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -54
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -30
- package/lib/shell-components/store/effects/index.d.ts +1 -1
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -17
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -21
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -23
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -30
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -17
- package/lib/shell-components/store/reducers/index.d.ts +59 -59
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -11
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -5
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +82 -82
- package/store/reducers/index.d.ts +24 -24
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -5
|
@@ -1,189 +1,189 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
189
189
|
//# sourceMappingURL=userStory.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
-
export declare class UserStoryCommentNotificationModel extends NotificationOutputModel {
|
|
3
|
-
userStoryId: string;
|
|
4
|
-
userStoryName: string;
|
|
5
|
-
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
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
|
+
}
|
|
7
7
|
//# sourceMappingURL=userStoryCommentNotificationModel.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
-
export declare class UserStoryUpdateNotificationModel extends NotificationOutputModel {
|
|
3
|
-
userStoryId: string;
|
|
4
|
-
userStoryName: string;
|
|
5
|
-
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
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
|
+
}
|
|
7
7
|
//# sourceMappingURL=userStoryUpdateNotificationModel.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class UserStoryCustomFieldsModel {
|
|
2
|
-
customFieldId: string;
|
|
3
|
-
formDataJson: string;
|
|
4
|
-
formKeys: string;
|
|
5
|
-
createdDateTime: Date;
|
|
6
|
-
}
|
|
1
|
+
export declare class UserStoryCustomFieldsModel {
|
|
2
|
+
customFieldId: string;
|
|
3
|
+
formDataJson: string;
|
|
4
|
+
formKeys: string;
|
|
5
|
+
createdDateTime: Date;
|
|
6
|
+
}
|
|
7
7
|
//# sourceMappingURL=userstory-custom-fields.model.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class ValidationModel {
|
|
2
|
-
fieldName: string;
|
|
3
|
-
message: string;
|
|
4
|
-
messageTypeEnum: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class ValidationModel {
|
|
2
|
+
fieldName: string;
|
|
3
|
+
message: string;
|
|
4
|
+
messageTypeEnum: string;
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=validation.model.d.ts.map
|
|
@@ -1,29 +1,29 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
29
29
|
//# sourceMappingURL=widgetlist.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
20
20
|
//# sourceMappingURL=workspaceList.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
19
19
|
//# sourceMappingURL=authentication.service.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
17
17
|
//# sourceMappingURL=chat.service.d.ts.map
|