@ever-gauzy/plugin-integration-plane-api 0.1.0
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 +1 -0
- package/dist/config/constants.d.ts +125 -0
- package/dist/config/constants.js +185 -0
- package/dist/config/constants.js.map +1 -0
- package/dist/config/credentials.d.ts +30 -0
- package/dist/config/credentials.js +50 -0
- package/dist/config/credentials.js.map +1 -0
- package/dist/config/decorators/index.d.ts +1 -0
- package/dist/config/decorators/index.js +18 -0
- package/dist/config/decorators/index.js.map +1 -0
- package/dist/config/decorators/transformers/index.d.ts +1 -0
- package/dist/config/decorators/transformers/index.js +18 -0
- package/dist/config/decorators/transformers/index.js.map +1 -0
- package/dist/config/decorators/transformers/priority.transformer.d.ts +1 -0
- package/dist/config/decorators/transformers/priority.transformer.js +12 -0
- package/dist/config/decorators/transformers/priority.transformer.js.map +1 -0
- package/dist/config/index.d.ts +7 -0
- package/dist/config/index.js +24 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/serializers/activity/activity.serializer.d.ts +28 -0
- package/dist/config/serializers/activity/activity.serializer.js +288 -0
- package/dist/config/serializers/activity/activity.serializer.js.map +1 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.d.ts +18 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.js +64 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/index.d.ts +7 -0
- package/dist/config/serializers/activity/index.js +24 -0
- package/dist/config/serializers/activity/index.js.map +1 -0
- package/dist/config/serializers/activity/labels-activities.serializer.d.ts +11 -0
- package/dist/config/serializers/activity/labels-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/labels-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.d.ts +29 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.js +45 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.js.map +1 -0
- package/dist/config/serializers/activity/modules-activities.serializer.d.ts +11 -0
- package/dist/config/serializers/activity/modules-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/modules-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/parent-activities.serializer.d.ts +14 -0
- package/dist/config/serializers/activity/parent-activities.serializer.js +47 -0
- package/dist/config/serializers/activity/parent-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/status-activities.serializer.d.ts +12 -0
- package/dist/config/serializers/activity/status-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/status-activities.serializer.js.map +1 -0
- package/dist/config/serializers/analytics/analytics.serializer.d.ts +17 -0
- package/dist/config/serializers/analytics/analytics.serializer.js +395 -0
- package/dist/config/serializers/analytics/analytics.serializer.js.map +1 -0
- package/dist/config/serializers/analytics/index.d.ts +1 -0
- package/dist/config/serializers/analytics/index.js +18 -0
- package/dist/config/serializers/analytics/index.js.map +1 -0
- package/dist/config/serializers/auth/auth.serializer.d.ts +2 -0
- package/dist/config/serializers/auth/auth.serializer.js +11 -0
- package/dist/config/serializers/auth/auth.serializer.js.map +1 -0
- package/dist/config/serializers/auth/index.d.ts +1 -0
- package/dist/config/serializers/auth/index.js +18 -0
- package/dist/config/serializers/auth/index.js.map +1 -0
- package/dist/config/serializers/comments/comment.serializer.d.ts +25 -0
- package/dist/config/serializers/comments/comment.serializer.js +94 -0
- package/dist/config/serializers/comments/comment.serializer.js.map +1 -0
- package/dist/config/serializers/comments/index.d.ts +1 -0
- package/dist/config/serializers/comments/index.js +18 -0
- package/dist/config/serializers/comments/index.js.map +1 -0
- package/dist/config/serializers/cycles/cycle.serializer.d.ts +86 -0
- package/dist/config/serializers/cycles/cycle.serializer.js +480 -0
- package/dist/config/serializers/cycles/cycle.serializer.js.map +1 -0
- package/dist/config/serializers/cycles/index.d.ts +1 -0
- package/dist/config/serializers/cycles/index.js +18 -0
- package/dist/config/serializers/cycles/index.js.map +1 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.d.ts +22 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.js +66 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.js.map +1 -0
- package/dist/config/serializers/dashboard/index.d.ts +1 -0
- package/dist/config/serializers/dashboard/index.js +18 -0
- package/dist/config/serializers/dashboard/index.js.map +1 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.d.ts +9 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.js +57 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.js.map +1 -0
- package/dist/config/serializers/employee-properties/index.d.ts +1 -0
- package/dist/config/serializers/employee-properties/index.js +18 -0
- package/dist/config/serializers/employee-properties/index.js.map +1 -0
- package/dist/config/serializers/index.d.ts +24 -0
- package/dist/config/serializers/index.js +41 -0
- package/dist/config/serializers/index.js.map +1 -0
- package/dist/config/serializers/invitation/index.d.ts +1 -0
- package/dist/config/serializers/invitation/index.js +18 -0
- package/dist/config/serializers/invitation/index.js.map +1 -0
- package/dist/config/serializers/invitation/invitation.serializer.d.ts +52 -0
- package/dist/config/serializers/invitation/invitation.serializer.js +140 -0
- package/dist/config/serializers/invitation/invitation.serializer.js.map +1 -0
- package/dist/config/serializers/issue-link/index.d.ts +1 -0
- package/dist/config/serializers/issue-link/index.js +18 -0
- package/dist/config/serializers/issue-link/index.js.map +1 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.d.ts +28 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.js +89 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.js.map +1 -0
- package/dist/config/serializers/mention/index.d.ts +1 -0
- package/dist/config/serializers/mention/index.js +18 -0
- package/dist/config/serializers/mention/index.js.map +1 -0
- package/dist/config/serializers/mention/mention.serializer.d.ts +2 -0
- package/dist/config/serializers/mention/mention.serializer.js +22 -0
- package/dist/config/serializers/mention/mention.serializer.js.map +1 -0
- package/dist/config/serializers/modules/index.d.ts +1 -0
- package/dist/config/serializers/modules/index.js +18 -0
- package/dist/config/serializers/modules/index.js.map +1 -0
- package/dist/config/serializers/modules/module.serializer.d.ts +49 -0
- package/dist/config/serializers/modules/module.serializer.js +215 -0
- package/dist/config/serializers/modules/module.serializer.js.map +1 -0
- package/dist/config/serializers/notification/index.d.ts +1 -0
- package/dist/config/serializers/notification/index.js +18 -0
- package/dist/config/serializers/notification/index.js.map +1 -0
- package/dist/config/serializers/notification/notification.serializer.d.ts +31 -0
- package/dist/config/serializers/notification/notification.serializer.js +135 -0
- package/dist/config/serializers/notification/notification.serializer.js.map +1 -0
- package/dist/config/serializers/pages/index.d.ts +1 -0
- package/dist/config/serializers/pages/index.js +18 -0
- package/dist/config/serializers/pages/index.js.map +1 -0
- package/dist/config/serializers/pages/page.serializer.d.ts +23 -0
- package/dist/config/serializers/pages/page.serializer.js +106 -0
- package/dist/config/serializers/pages/page.serializer.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/index.d.ts +2 -0
- package/dist/config/serializers/project-deploy-boards/index.js +19 -0
- package/dist/config/serializers/project-deploy-boards/index.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.d.ts +16 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.js +169 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.d.ts +14 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.js +35 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.js.map +1 -0
- package/dist/config/serializers/projects/index.d.ts +1 -0
- package/dist/config/serializers/projects/index.js +18 -0
- package/dist/config/serializers/projects/index.js.map +1 -0
- package/dist/config/serializers/projects/projects.serializer.d.ts +42 -0
- package/dist/config/serializers/projects/projects.serializer.js +216 -0
- package/dist/config/serializers/projects/projects.serializer.js.map +1 -0
- package/dist/config/serializers/query-params.serializers.d.ts +4 -0
- package/dist/config/serializers/query-params.serializers.js +10 -0
- package/dist/config/serializers/query-params.serializers.js.map +1 -0
- package/dist/config/serializers/reactions/index.d.ts +1 -0
- package/dist/config/serializers/reactions/index.js +18 -0
- package/dist/config/serializers/reactions/index.js.map +1 -0
- package/dist/config/serializers/reactions/reaction.serializer.d.ts +4 -0
- package/dist/config/serializers/reactions/reaction.serializer.js +62 -0
- package/dist/config/serializers/reactions/reaction.serializer.js.map +1 -0
- package/dist/config/serializers/recent-visits/index.d.ts +1 -0
- package/dist/config/serializers/recent-visits/index.js +18 -0
- package/dist/config/serializers/recent-visits/index.js.map +1 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.d.ts +32 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.js +109 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.js.map +1 -0
- package/dist/config/serializers/subscription/index.d.ts +1 -0
- package/dist/config/serializers/subscription/index.js +18 -0
- package/dist/config/serializers/subscription/index.js.map +1 -0
- package/dist/config/serializers/subscription/subscription.serializer.d.ts +23 -0
- package/dist/config/serializers/subscription/subscription.serializer.js +68 -0
- package/dist/config/serializers/subscription/subscription.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/index.d.ts +5 -0
- package/dist/config/serializers/tasks/index.js +22 -0
- package/dist/config/serializers/tasks/index.js.map +1 -0
- package/dist/config/serializers/tasks/intake-issue/index.d.ts +1 -0
- package/dist/config/serializers/tasks/intake-issue/index.js +18 -0
- package/dist/config/serializers/tasks/intake-issue/index.js.map +1 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.d.ts +35 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.js +123 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/issue-labels/index.d.ts +1 -0
- package/dist/config/serializers/tasks/issue-labels/index.js +18 -0
- package/dist/config/serializers/tasks/issue-labels/index.js.map +1 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.d.ts +6 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.js +31 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/issue-relations/index.d.ts +1 -0
- package/dist/config/serializers/tasks/issue-relations/index.js +18 -0
- package/dist/config/serializers/tasks/issue-relations/index.js.map +1 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.d.ts +8 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.js +94 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/statuses/index.d.ts +1 -0
- package/dist/config/serializers/tasks/statuses/index.js +18 -0
- package/dist/config/serializers/tasks/statuses/index.js.map +1 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.d.ts +12 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.js +100 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/tasks.serializer.d.ts +285 -0
- package/dist/config/serializers/tasks/tasks.serializer.js +1074 -0
- package/dist/config/serializers/tasks/tasks.serializer.js.map +1 -0
- package/dist/config/serializers/user/actor-details.helper.d.ts +10 -0
- package/dist/config/serializers/user/actor-details.helper.js +16 -0
- package/dist/config/serializers/user/actor-details.helper.js.map +1 -0
- package/dist/config/serializers/user/index.d.ts +2 -0
- package/dist/config/serializers/user/index.js +19 -0
- package/dist/config/serializers/user/index.js.map +1 -0
- package/dist/config/serializers/user/user.serializer.d.ts +140 -0
- package/dist/config/serializers/user/user.serializer.js +192 -0
- package/dist/config/serializers/user/user.serializer.js.map +1 -0
- package/dist/config/serializers/user-favorites/index.d.ts +1 -0
- package/dist/config/serializers/user-favorites/index.js +18 -0
- package/dist/config/serializers/user-favorites/index.js.map +1 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.d.ts +6 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.js +61 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.js.map +1 -0
- package/dist/config/serializers/views/date-range.helper.d.ts +1 -0
- package/dist/config/serializers/views/date-range.helper.js +85 -0
- package/dist/config/serializers/views/date-range.helper.js.map +1 -0
- package/dist/config/serializers/views/index.d.ts +3 -0
- package/dist/config/serializers/views/index.js +20 -0
- package/dist/config/serializers/views/index.js.map +1 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.d.ts +14 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.js +27 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.js.map +1 -0
- package/dist/config/serializers/views/view.serializer.d.ts +47 -0
- package/dist/config/serializers/views/view.serializer.js +187 -0
- package/dist/config/serializers/views/view.serializer.js.map +1 -0
- package/dist/config/serializers/workspace-organization/index.d.ts +2 -0
- package/dist/config/serializers/workspace-organization/index.js +19 -0
- package/dist/config/serializers/workspace-organization/index.js.map +1 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.d.ts +92 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.js +270 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.js.map +1 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.d.ts +4 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.js +14 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.js.map +1 -0
- package/dist/config/time-zones.d.ts +8 -0
- package/dist/config/time-zones.js +722 -0
- package/dist/config/time-zones.js.map +1 -0
- package/dist/config/utils/index.d.ts +1 -0
- package/dist/config/utils/index.js +18 -0
- package/dist/config/utils/index.js.map +1 -0
- package/dist/config/utils/shared.utils.d.ts +95 -0
- package/dist/config/utils/shared.utils.js +256 -0
- package/dist/config/utils/shared.utils.js.map +1 -0
- package/dist/config/validators/custom-length.decorator.d.ts +28 -0
- package/dist/config/validators/custom-length.decorator.js +65 -0
- package/dist/config/validators/custom-length.decorator.js.map +1 -0
- package/dist/config/validators/index.d.ts +1 -0
- package/dist/config/validators/index.js +18 -0
- package/dist/config/validators/index.js.map +1 -0
- package/dist/dev.d.ts +1 -0
- package/dist/dev.js +10 -0
- package/dist/dev.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +50 -0
- package/dist/main.js.map +1 -0
- package/dist/modules/activity/activity.module.d.ts +2 -0
- package/dist/modules/activity/activity.module.js +22 -0
- package/dist/modules/activity/activity.module.js.map +1 -0
- package/dist/modules/activity/activity.service.d.ts +12 -0
- package/dist/modules/activity/activity.service.js +45 -0
- package/dist/modules/activity/activity.service.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.d.ts +30 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.js +128 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.module.d.ts +15 -0
- package/dist/modules/advance-analytics/advance-analytics.module.js +56 -0
- package/dist/modules/advance-analytics/advance-analytics.module.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.service.d.ts +29 -0
- package/dist/modules/advance-analytics/advance-analytics.service.js +143 -0
- package/dist/modules/advance-analytics/advance-analytics.service.js.map +1 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.d.ts +26 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.js +93 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.js.map +1 -0
- package/dist/modules/advance-analytics/dto/index.d.ts +1 -0
- package/dist/modules/advance-analytics/dto/index.js +18 -0
- package/dist/modules/advance-analytics/dto/index.js.map +1 -0
- package/dist/modules/advance-analytics/index.d.ts +4 -0
- package/dist/modules/advance-analytics/index.js +21 -0
- package/dist/modules/advance-analytics/index.js.map +1 -0
- package/dist/modules/api-fetch/api-fetch.module.d.ts +2 -0
- package/dist/modules/api-fetch/api-fetch.module.js +24 -0
- package/dist/modules/api-fetch/api-fetch.module.js.map +1 -0
- package/dist/modules/api-fetch/api-fetch.service.d.ts +31 -0
- package/dist/modules/api-fetch/api-fetch.service.js +96 -0
- package/dist/modules/api-fetch/api-fetch.service.js.map +1 -0
- package/dist/modules/api-fetch/token.helper.d.ts +22 -0
- package/dist/modules/api-fetch/token.helper.js +58 -0
- package/dist/modules/api-fetch/token.helper.js.map +1 -0
- package/dist/modules/api-fetch/token.middleware.d.ts +8 -0
- package/dist/modules/api-fetch/token.middleware.js +38 -0
- package/dist/modules/api-fetch/token.middleware.js.map +1 -0
- package/dist/modules/app.module.d.ts +7 -0
- package/dist/modules/app.module.js +49 -0
- package/dist/modules/app.module.js.map +1 -0
- package/dist/modules/auth/auth.controller.d.ts +32 -0
- package/dist/modules/auth/auth.controller.js +278 -0
- package/dist/modules/auth/auth.controller.js.map +1 -0
- package/dist/modules/auth/auth.guard.d.ts +9 -0
- package/dist/modules/auth/auth.guard.js +52 -0
- package/dist/modules/auth/auth.guard.js.map +1 -0
- package/dist/modules/auth/auth.module.d.ts +2 -0
- package/dist/modules/auth/auth.module.js +30 -0
- package/dist/modules/auth/auth.module.js.map +1 -0
- package/dist/modules/auth/auth.service.d.ts +133 -0
- package/dist/modules/auth/auth.service.js +362 -0
- package/dist/modules/auth/auth.service.js.map +1 -0
- package/dist/modules/auth/dto/index.d.ts +1 -0
- package/dist/modules/auth/dto/index.js +18 -0
- package/dist/modules/auth/dto/index.js.map +1 -0
- package/dist/modules/auth/dto/two-factor-dto.d.ts +15 -0
- package/dist/modules/auth/dto/two-factor-dto.js +18 -0
- package/dist/modules/auth/dto/two-factor-dto.js.map +1 -0
- package/dist/modules/comments/comments.controller.d.ts +24 -0
- package/dist/modules/comments/comments.controller.js +72 -0
- package/dist/modules/comments/comments.controller.js.map +1 -0
- package/dist/modules/comments/comments.module.d.ts +2 -0
- package/dist/modules/comments/comments.module.js +26 -0
- package/dist/modules/comments/comments.module.js.map +1 -0
- package/dist/modules/comments/comments.service.d.ts +92 -0
- package/dist/modules/comments/comments.service.js +235 -0
- package/dist/modules/comments/comments.service.js.map +1 -0
- package/dist/modules/cycles/cycles.controller.d.ts +106 -0
- package/dist/modules/cycles/cycles.controller.js +270 -0
- package/dist/modules/cycles/cycles.controller.js.map +1 -0
- package/dist/modules/cycles/cycles.module.d.ts +2 -0
- package/dist/modules/cycles/cycles.module.js +31 -0
- package/dist/modules/cycles/cycles.module.js.map +1 -0
- package/dist/modules/cycles/cycles.service.d.ts +169 -0
- package/dist/modules/cycles/cycles.service.js +477 -0
- package/dist/modules/cycles/cycles.service.js.map +1 -0
- package/dist/modules/cycles/dto/create-cycle.dto.d.ts +6 -0
- package/dist/modules/cycles/dto/create-cycle.dto.js +9 -0
- package/dist/modules/cycles/dto/create-cycle.dto.js.map +1 -0
- package/dist/modules/cycles/dto/cycle.dto.d.ts +18 -0
- package/dist/modules/cycles/dto/cycle.dto.js +112 -0
- package/dist/modules/cycles/dto/cycle.dto.js.map +1 -0
- package/dist/modules/cycles/dto/index.d.ts +3 -0
- package/dist/modules/cycles/dto/index.js +20 -0
- package/dist/modules/cycles/dto/index.js.map +1 -0
- package/dist/modules/cycles/dto/update-cycle.dto.d.ts +6 -0
- package/dist/modules/cycles/dto/update-cycle.dto.js +9 -0
- package/dist/modules/cycles/dto/update-cycle.dto.js.map +1 -0
- package/dist/modules/dashboard/dashboard.controller.d.ts +16 -0
- package/dist/modules/dashboard/dashboard.controller.js +59 -0
- package/dist/modules/dashboard/dashboard.controller.js.map +1 -0
- package/dist/modules/dashboard/dashboard.module.d.ts +2 -0
- package/dist/modules/dashboard/dashboard.module.js +30 -0
- package/dist/modules/dashboard/dashboard.module.js.map +1 -0
- package/dist/modules/dashboard/dashboard.service.d.ts +33 -0
- package/dist/modules/dashboard/dashboard.service.js +97 -0
- package/dist/modules/dashboard/dashboard.service.js.map +1 -0
- package/dist/modules/dashboard/widget.service.d.ts +22 -0
- package/dist/modules/dashboard/widget.service.js +68 -0
- package/dist/modules/dashboard/widget.service.js.map +1 -0
- package/dist/modules/employee-properties/employee-properties.module.d.ts +2 -0
- package/dist/modules/employee-properties/employee-properties.module.js +21 -0
- package/dist/modules/employee-properties/employee-properties.module.js.map +1 -0
- package/dist/modules/employee-properties/employee-properties.service.d.ts +30 -0
- package/dist/modules/employee-properties/employee-properties.service.js +95 -0
- package/dist/modules/employee-properties/employee-properties.service.js.map +1 -0
- package/dist/modules/file-assets/file-assets.controller.d.ts +120 -0
- package/dist/modules/file-assets/file-assets.controller.js +192 -0
- package/dist/modules/file-assets/file-assets.controller.js.map +1 -0
- package/dist/modules/file-assets/file-assets.module.d.ts +2 -0
- package/dist/modules/file-assets/file-assets.module.js +23 -0
- package/dist/modules/file-assets/file-assets.module.js.map +1 -0
- package/dist/modules/file-assets/file-assets.service.d.ts +47 -0
- package/dist/modules/file-assets/file-assets.service.js +141 -0
- package/dist/modules/file-assets/file-assets.service.js.map +1 -0
- package/dist/modules/http.module.d.ts +2 -0
- package/dist/modules/http.module.js +22 -0
- package/dist/modules/http.module.js.map +1 -0
- package/dist/modules/instances/instances.controller.d.ts +73 -0
- package/dist/modules/instances/instances.controller.js +39 -0
- package/dist/modules/instances/instances.controller.js.map +1 -0
- package/dist/modules/instances/instances.module.d.ts +2 -0
- package/dist/modules/instances/instances.module.js +28 -0
- package/dist/modules/instances/instances.module.js.map +1 -0
- package/dist/modules/instances/instances.service.d.ts +68 -0
- package/dist/modules/instances/instances.service.js +88 -0
- package/dist/modules/instances/instances.service.js.map +1 -0
- package/dist/modules/invitation/dto/create-invitation.d.ts +8 -0
- package/dist/modules/invitation/dto/create-invitation.js +41 -0
- package/dist/modules/invitation/dto/create-invitation.js.map +1 -0
- package/dist/modules/invitation/dto/index.d.ts +1 -0
- package/dist/modules/invitation/dto/index.js +18 -0
- package/dist/modules/invitation/dto/index.js.map +1 -0
- package/dist/modules/invitation/invitation.controller.d.ts +53 -0
- package/dist/modules/invitation/invitation.controller.js +168 -0
- package/dist/modules/invitation/invitation.controller.js.map +1 -0
- package/dist/modules/invitation/invitation.module.d.ts +2 -0
- package/dist/modules/invitation/invitation.module.js +29 -0
- package/dist/modules/invitation/invitation.module.js.map +1 -0
- package/dist/modules/invitation/invitation.service.d.ts +67 -0
- package/dist/modules/invitation/invitation.service.js +193 -0
- package/dist/modules/invitation/invitation.service.js.map +1 -0
- package/dist/modules/issue-links/issue-links.module.d.ts +2 -0
- package/dist/modules/issue-links/issue-links.module.js +21 -0
- package/dist/modules/issue-links/issue-links.module.js.map +1 -0
- package/dist/modules/issue-links/issue-links.service.d.ts +47 -0
- package/dist/modules/issue-links/issue-links.service.js +143 -0
- package/dist/modules/issue-links/issue-links.service.js.map +1 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.d.ts +5 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.js +31 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.js.map +1 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.d.ts +7 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.js +25 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.js.map +1 -0
- package/dist/modules/issue-relations/dto/index.d.ts +2 -0
- package/dist/modules/issue-relations/dto/index.js +19 -0
- package/dist/modules/issue-relations/dto/index.js.map +1 -0
- package/dist/modules/issue-relations/issue-relations.module.d.ts +2 -0
- package/dist/modules/issue-relations/issue-relations.module.js +23 -0
- package/dist/modules/issue-relations/issue-relations.module.js.map +1 -0
- package/dist/modules/issue-relations/issue-relations.service.d.ts +49 -0
- package/dist/modules/issue-relations/issue-relations.service.js +242 -0
- package/dist/modules/issue-relations/issue-relations.service.js.map +1 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.d.ts +2 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.js +23 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.js.map +1 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.d.ts +34 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.js +94 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.d.ts +4 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.js +24 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-link.dto.d.ts +5 -0
- package/dist/modules/issues/dto/create-issue-link.dto.js +30 -0
- package/dist/modules/issues/dto/create-issue-link.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.d.ts +4 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.js +24 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue.dto.d.ts +21 -0
- package/dist/modules/issues/dto/create-issue.dto.js +139 -0
- package/dist/modules/issues/dto/create-issue.dto.js.map +1 -0
- package/dist/modules/issues/dto/index.d.ts +5 -0
- package/dist/modules/issues/dto/index.js +22 -0
- package/dist/modules/issues/dto/index.js.map +1 -0
- package/dist/modules/issues/dto/update-issue.dto.d.ts +5 -0
- package/dist/modules/issues/dto/update-issue.dto.js +25 -0
- package/dist/modules/issues/dto/update-issue.dto.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.d.ts +31 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.js +102 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.d.ts +2 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.js +26 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.d.ts +54 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.js +182 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.d.ts +5 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.js +30 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/index.d.ts +2 -0
- package/dist/modules/issues/issue-labels/dto/index.js +19 -0
- package/dist/modules/issues/issue-labels/dto/index.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.d.ts +6 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.js +9 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.d.ts +38 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.js +108 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.d.ts +2 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.js +23 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.d.ts +36 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.js +107 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.js.map +1 -0
- package/dist/modules/issues/issues.controller.d.ts +200 -0
- package/dist/modules/issues/issues.controller.js +547 -0
- package/dist/modules/issues/issues.controller.js.map +1 -0
- package/dist/modules/issues/issues.module.d.ts +2 -0
- package/dist/modules/issues/issues.module.js +45 -0
- package/dist/modules/issues/issues.module.js.map +1 -0
- package/dist/modules/issues/issues.service.d.ts +327 -0
- package/dist/modules/issues/issues.service.js +1052 -0
- package/dist/modules/issues/issues.service.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.controller.d.ts +14 -0
- package/dist/modules/issues/search-issues/search-issues.controller.js +49 -0
- package/dist/modules/issues/search-issues/search-issues.controller.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.module.d.ts +2 -0
- package/dist/modules/issues/search-issues/search-issues.module.js +23 -0
- package/dist/modules/issues/search-issues/search-issues.module.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.service.d.ts +13 -0
- package/dist/modules/issues/search-issues/search-issues.service.js +97 -0
- package/dist/modules/issues/search-issues/search-issues.service.js.map +1 -0
- package/dist/modules/logger/index.d.ts +2 -0
- package/dist/modules/logger/index.js +19 -0
- package/dist/modules/logger/index.js.map +1 -0
- package/dist/modules/logger/logger.module.d.ts +6 -0
- package/dist/modules/logger/logger.module.js +26 -0
- package/dist/modules/logger/logger.module.js.map +1 -0
- package/dist/modules/logger/logger.service.d.ts +59 -0
- package/dist/modules/logger/logger.service.js +99 -0
- package/dist/modules/logger/logger.service.js.map +1 -0
- package/dist/modules/mention/mention.module.d.ts +2 -0
- package/dist/modules/mention/mention.module.js +21 -0
- package/dist/modules/mention/mention.module.js.map +1 -0
- package/dist/modules/mention/mention.service.d.ts +6 -0
- package/dist/modules/mention/mention.service.js +38 -0
- package/dist/modules/mention/mention.service.js.map +1 -0
- package/dist/modules/notification/notification.module.d.ts +2 -0
- package/dist/modules/notification/notification.module.js +21 -0
- package/dist/modules/notification/notification.module.js.map +1 -0
- package/dist/modules/notification/notification.service.d.ts +37 -0
- package/dist/modules/notification/notification.service.js +113 -0
- package/dist/modules/notification/notification.service.js.map +1 -0
- package/dist/modules/pages/dto/create-page.dto.d.ts +14 -0
- package/dist/modules/pages/dto/create-page.dto.js +68 -0
- package/dist/modules/pages/dto/create-page.dto.js.map +1 -0
- package/dist/modules/pages/dto/index.d.ts +2 -0
- package/dist/modules/pages/dto/index.js +19 -0
- package/dist/modules/pages/dto/index.js.map +1 -0
- package/dist/modules/pages/dto/update-page.dto.d.ts +15 -0
- package/dist/modules/pages/dto/update-page.dto.js +71 -0
- package/dist/modules/pages/dto/update-page.dto.js.map +1 -0
- package/dist/modules/pages/pages.controller.d.ts +109 -0
- package/dist/modules/pages/pages.controller.js +387 -0
- package/dist/modules/pages/pages.controller.js.map +1 -0
- package/dist/modules/pages/pages.module.d.ts +2 -0
- package/dist/modules/pages/pages.module.js +23 -0
- package/dist/modules/pages/pages.module.js.map +1 -0
- package/dist/modules/pages/pages.service.d.ts +112 -0
- package/dist/modules/pages/pages.service.js +481 -0
- package/dist/modules/pages/pages.service.js.map +1 -0
- package/dist/modules/project/dto/create-project.dto.d.ts +15 -0
- package/dist/modules/project/dto/create-project.dto.js +93 -0
- package/dist/modules/project/dto/create-project.dto.js.map +1 -0
- package/dist/modules/project/dto/index.d.ts +2 -0
- package/dist/modules/project/dto/index.js +19 -0
- package/dist/modules/project/dto/index.js.map +1 -0
- package/dist/modules/project/dto/project-member.dto.d.ts +8 -0
- package/dist/modules/project/dto/project-member.dto.js +48 -0
- package/dist/modules/project/dto/project-member.dto.js.map +1 -0
- package/dist/modules/project/dto/update-project.dto.d.ts +6 -0
- package/dist/modules/project/dto/update-project.dto.js +9 -0
- package/dist/modules/project/dto/update-project.dto.js.map +1 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.d.ts +33 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.js +127 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.d.ts +12 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.js +48 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.d.ts +2 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.js +29 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.d.ts +14 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.js +60 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.js.map +1 -0
- package/dist/modules/project/project.controller.d.ts +94 -0
- package/dist/modules/project/project.controller.js +338 -0
- package/dist/modules/project/project.controller.js.map +1 -0
- package/dist/modules/project/project.module.d.ts +2 -0
- package/dist/modules/project/project.module.js +87 -0
- package/dist/modules/project/project.module.js.map +1 -0
- package/dist/modules/project/project.service.d.ts +132 -0
- package/dist/modules/project/project.service.js +491 -0
- package/dist/modules/project/project.service.js.map +1 -0
- package/dist/modules/project-module/dto/create-module.dto.d.ts +12 -0
- package/dist/modules/project-module/dto/create-module.dto.js +76 -0
- package/dist/modules/project-module/dto/create-module.dto.js.map +1 -0
- package/dist/modules/project-module/dto/index.d.ts +2 -0
- package/dist/modules/project-module/dto/index.js +19 -0
- package/dist/modules/project-module/dto/index.js.map +1 -0
- package/dist/modules/project-module/dto/update-module.dto.d.ts +6 -0
- package/dist/modules/project-module/dto/update-module.dto.js +9 -0
- package/dist/modules/project-module/dto/update-module.dto.js.map +1 -0
- package/dist/modules/project-module/project-module.controller.d.ts +52 -0
- package/dist/modules/project-module/project-module.controller.js +167 -0
- package/dist/modules/project-module/project-module.controller.js.map +1 -0
- package/dist/modules/project-module/project-module.module.d.ts +2 -0
- package/dist/modules/project-module/project-module.module.js +26 -0
- package/dist/modules/project-module/project-module.module.js.map +1 -0
- package/dist/modules/project-module/project-module.service.d.ts +66 -0
- package/dist/modules/project-module/project-module.service.js +275 -0
- package/dist/modules/project-module/project-module.service.js.map +1 -0
- package/dist/modules/reactions/reactions.module.d.ts +2 -0
- package/dist/modules/reactions/reactions.module.js +21 -0
- package/dist/modules/reactions/reactions.module.js.map +1 -0
- package/dist/modules/reactions/reactions.service.d.ts +48 -0
- package/dist/modules/reactions/reactions.service.js +121 -0
- package/dist/modules/reactions/reactions.service.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.controller.d.ts +12 -0
- package/dist/modules/recent-visits/recent-visits.controller.js +50 -0
- package/dist/modules/recent-visits/recent-visits.controller.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.module.d.ts +2 -0
- package/dist/modules/recent-visits/recent-visits.module.js +23 -0
- package/dist/modules/recent-visits/recent-visits.module.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.service.d.ts +12 -0
- package/dist/modules/recent-visits/recent-visits.service.js +53 -0
- package/dist/modules/recent-visits/recent-visits.service.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.d.ts +47 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.js +38 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.d.ts +2 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.js +23 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.d.ts +49 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.js +27 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.js.map +1 -0
- package/dist/modules/states/dto/create-state.dto.d.ts +7 -0
- package/dist/modules/states/dto/create-state.dto.js +42 -0
- package/dist/modules/states/dto/create-state.dto.js.map +1 -0
- package/dist/modules/states/dto/index.d.ts +1 -0
- package/dist/modules/states/dto/index.js +18 -0
- package/dist/modules/states/dto/index.js.map +1 -0
- package/dist/modules/states/states.controller.d.ts +27 -0
- package/dist/modules/states/states.controller.js +85 -0
- package/dist/modules/states/states.controller.js.map +1 -0
- package/dist/modules/states/states.module.d.ts +2 -0
- package/dist/modules/states/states.module.js +23 -0
- package/dist/modules/states/states.module.js.map +1 -0
- package/dist/modules/states/states.service.d.ts +33 -0
- package/dist/modules/states/states.service.js +99 -0
- package/dist/modules/states/states.service.js.map +1 -0
- package/dist/modules/subscription/subscription.module.d.ts +2 -0
- package/dist/modules/subscription/subscription.module.js +21 -0
- package/dist/modules/subscription/subscription.module.js.map +1 -0
- package/dist/modules/subscription/subscription.service.d.ts +32 -0
- package/dist/modules/subscription/subscription.service.js +98 -0
- package/dist/modules/subscription/subscription.service.js.map +1 -0
- package/dist/modules/timezones/timezones.controller.d.ts +10 -0
- package/dist/modules/timezones/timezones.controller.js +34 -0
- package/dist/modules/timezones/timezones.controller.js.map +1 -0
- package/dist/modules/timezones/timezones.module.d.ts +2 -0
- package/dist/modules/timezones/timezones.module.js +26 -0
- package/dist/modules/timezones/timezones.module.js.map +1 -0
- package/dist/modules/user/dto/check-exist-user.dto.d.ts +10 -0
- package/dist/modules/user/dto/check-exist-user.dto.js +13 -0
- package/dist/modules/user/dto/check-exist-user.dto.js.map +1 -0
- package/dist/modules/user/dto/include-teams.dto.d.ts +3 -0
- package/dist/modules/user/dto/include-teams.dto.js +24 -0
- package/dist/modules/user/dto/include-teams.dto.js.map +1 -0
- package/dist/modules/user/dto/index.d.ts +6 -0
- package/dist/modules/user/dto/index.js +23 -0
- package/dist/modules/user/dto/index.js.map +1 -0
- package/dist/modules/user/dto/user-code.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-code.dto.js +28 -0
- package/dist/modules/user/dto/user-code.dto.js.map +1 -0
- package/dist/modules/user/dto/user-email.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-email.dto.js +27 -0
- package/dist/modules/user/dto/user-email.dto.js.map +1 -0
- package/dist/modules/user/dto/user-password.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-password.dto.js +27 -0
- package/dist/modules/user/dto/user-password.dto.js.map +1 -0
- package/dist/modules/user/dto/user-token.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-token.dto.js +27 -0
- package/dist/modules/user/dto/user-token.dto.js.map +1 -0
- package/dist/modules/user/user.controller.d.ts +79 -0
- package/dist/modules/user/user.controller.js +109 -0
- package/dist/modules/user/user.controller.js.map +1 -0
- package/dist/modules/user/user.module.d.ts +2 -0
- package/dist/modules/user/user.module.js +29 -0
- package/dist/modules/user/user.module.js.map +1 -0
- package/dist/modules/user/user.service.d.ts +118 -0
- package/dist/modules/user/user.service.js +182 -0
- package/dist/modules/user/user.service.js.map +1 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.d.ts +9 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.js +55 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.js.map +1 -0
- package/dist/modules/user-favorites/dto/index.d.ts +1 -0
- package/dist/modules/user-favorites/dto/index.js +18 -0
- package/dist/modules/user-favorites/dto/index.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.controller.d.ts +27 -0
- package/dist/modules/user-favorites/user-favorites.controller.js +82 -0
- package/dist/modules/user-favorites/user-favorites.controller.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.module.d.ts +2 -0
- package/dist/modules/user-favorites/user-favorites.module.js +38 -0
- package/dist/modules/user-favorites/user-favorites.module.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.service.d.ts +36 -0
- package/dist/modules/user-favorites/user-favorites.service.js +174 -0
- package/dist/modules/user-favorites/user-favorites.service.js.map +1 -0
- package/dist/modules/views/dto/create-issue-view.dto.d.ts +9 -0
- package/dist/modules/views/dto/create-issue-view.dto.js +54 -0
- package/dist/modules/views/dto/create-issue-view.dto.js.map +1 -0
- package/dist/modules/views/dto/index.d.ts +2 -0
- package/dist/modules/views/dto/index.js +19 -0
- package/dist/modules/views/dto/index.js.map +1 -0
- package/dist/modules/views/dto/update-issue-view.dto.d.ts +6 -0
- package/dist/modules/views/dto/update-issue-view.dto.js +9 -0
- package/dist/modules/views/dto/update-issue-view.dto.js.map +1 -0
- package/dist/modules/views/view.controller.d.ts +45 -0
- package/dist/modules/views/view.controller.js +128 -0
- package/dist/modules/views/view.controller.js.map +1 -0
- package/dist/modules/views/view.module.d.ts +2 -0
- package/dist/modules/views/view.module.js +23 -0
- package/dist/modules/views/view.module.js.map +1 -0
- package/dist/modules/views/view.service.d.ts +55 -0
- package/dist/modules/views/view.service.js +158 -0
- package/dist/modules/views/view.service.js.map +1 -0
- package/dist/modules/views/workspace-view.controller.d.ts +42 -0
- package/dist/modules/views/workspace-view.controller.js +120 -0
- package/dist/modules/views/workspace-view.controller.js.map +1 -0
- package/dist/modules/views/workspace-view.module.d.ts +2 -0
- package/dist/modules/views/workspace-view.module.js +28 -0
- package/dist/modules/views/workspace-view.module.js.map +1 -0
- package/dist/modules/work-items/work-items.controller.d.ts +6 -0
- package/dist/modules/work-items/work-items.controller.js +42 -0
- package/dist/modules/work-items/work-items.controller.js.map +1 -0
- package/dist/modules/work-items/work-items.module.d.ts +2 -0
- package/dist/modules/work-items/work-items.module.js +23 -0
- package/dist/modules/work-items/work-items.module.js.map +1 -0
- package/dist/modules/work-items/work-items.service.d.ts +11 -0
- package/dist/modules/work-items/work-items.service.js +45 -0
- package/dist/modules/work-items/work-items.service.js.map +1 -0
- package/dist/modules/workspace/dto/create-workspace.dto.d.ts +13 -0
- package/dist/modules/workspace/dto/create-workspace.dto.js +48 -0
- package/dist/modules/workspace/dto/create-workspace.dto.js.map +1 -0
- package/dist/modules/workspace/dto/index.d.ts +0 -0
- package/dist/modules/workspace/dto/index.js +2 -0
- package/dist/modules/workspace/dto/index.js.map +1 -0
- package/dist/modules/workspace/workspace-context.service.d.ts +13 -0
- package/dist/modules/workspace/workspace-context.service.js +35 -0
- package/dist/modules/workspace/workspace-context.service.js.map +1 -0
- package/dist/modules/workspace/workspace.controller.d.ts +292 -0
- package/dist/modules/workspace/workspace.controller.js +758 -0
- package/dist/modules/workspace/workspace.controller.js.map +1 -0
- package/dist/modules/workspace/workspace.middleware.d.ts +5 -0
- package/dist/modules/workspace/workspace.middleware.js +32 -0
- package/dist/modules/workspace/workspace.middleware.js.map +1 -0
- package/dist/modules/workspace/workspace.module.d.ts +2 -0
- package/dist/modules/workspace/workspace.module.js +49 -0
- package/dist/modules/workspace/workspace.module.js.map +1 -0
- package/dist/modules/workspace/workspace.service.d.ts +475 -0
- package/dist/modules/workspace/workspace.service.js +1266 -0
- package/dist/modules/workspace/workspace.service.js.map +1 -0
- package/dist/modules/workspace/workspaces.controller.d.ts +13 -0
- package/dist/modules/workspace/workspaces.controller.js +57 -0
- package/dist/modules/workspace/workspaces.controller.js.map +1 -0
- package/dist/modules/workspace/workspaces.module.d.ts +2 -0
- package/dist/modules/workspace/workspaces.module.js +29 -0
- package/dist/modules/workspace/workspaces.module.js.map +1 -0
- package/dist/modules/workspace/workspaces.service.d.ts +15 -0
- package/dist/modules/workspace/workspaces.service.js +52 -0
- package/dist/modules/workspace/workspaces.service.js.map +1 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.d.ts +6 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.js +37 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.js.map +1 -0
- package/dist/modules/workspace-slug/workspace-slug.module.d.ts +2 -0
- package/dist/modules/workspace-slug/workspace-slug.module.js +26 -0
- package/dist/modules/workspace-slug/workspace-slug.module.js.map +1 -0
- package/dist/mount.d.ts +51 -0
- package/dist/mount.js +194 -0
- package/dist/mount.js.map +1 -0
- package/dist/plane-config.registry.d.ts +31 -0
- package/dist/plane-config.registry.js +91 -0
- package/dist/plane-config.registry.js.map +1 -0
- package/dist/plane-plugin-options.interface.d.ts +70 -0
- package/dist/plane-plugin-options.interface.js +5 -0
- package/dist/plane-plugin-options.interface.js.map +1 -0
- package/dist/plane-proxy.module.d.ts +16 -0
- package/dist/plane-proxy.module.js +176 -0
- package/dist/plane-proxy.module.js.map +1 -0
- package/package.json +109 -0
|
@@ -0,0 +1,758 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
12
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.WorkspaceController = void 0;
|
|
16
|
+
const common_1 = require("@nestjs/common");
|
|
17
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
18
|
+
const workspace_service_1 = require("./workspace.service");
|
|
19
|
+
const plugin_integration_plane_models_1 = require("@ever-gauzy/plugin-integration-plane-models");
|
|
20
|
+
const dto_1 = require("../issues/dto");
|
|
21
|
+
let WorkspaceController = class WorkspaceController {
|
|
22
|
+
constructor(_workspaceService) {
|
|
23
|
+
this._workspaceService = _workspaceService;
|
|
24
|
+
}
|
|
25
|
+
/*
|
|
26
|
+
|--------------------------------------------------------------------------
|
|
27
|
+
| DASHBOARD ROUTES
|
|
28
|
+
|--------------------------------------------------------------------------
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* @description - Get dashboard widgets for given workspace
|
|
32
|
+
* @param {string} dashboard_type - query that define which widget filter should be fetched
|
|
33
|
+
* @returns - A promise that resolves when dashboard widgets are fetched
|
|
34
|
+
* @memberof WorkspaceController
|
|
35
|
+
*/
|
|
36
|
+
async getDashboard(dashboard_type) {
|
|
37
|
+
return await this._workspaceService.getDashboard(dashboard_type);
|
|
38
|
+
}
|
|
39
|
+
async getWigetsData(widget, target_date, issue_type) {
|
|
40
|
+
return await this._workspaceService.findDashboardWidgetsData(widget, target_date, issue_type);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves the default set of dashboard widgets for the home preferences.
|
|
44
|
+
*
|
|
45
|
+
* @returns An array of widget objects, each containing a key,
|
|
46
|
+
* is_enabled status, config, and sort_order. These widgets represent
|
|
47
|
+
* the default settings for the home dashboard.
|
|
48
|
+
*/
|
|
49
|
+
async getWidgets() {
|
|
50
|
+
return [
|
|
51
|
+
{
|
|
52
|
+
key: 'my_stickies',
|
|
53
|
+
is_enabled: true,
|
|
54
|
+
config: {},
|
|
55
|
+
sort_order: 997.0
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
key: 'recents',
|
|
59
|
+
is_enabled: true,
|
|
60
|
+
config: {},
|
|
61
|
+
sort_order: 998.0
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
key: 'quick_links',
|
|
65
|
+
is_enabled: true,
|
|
66
|
+
config: {},
|
|
67
|
+
sort_order: 999.0
|
|
68
|
+
}
|
|
69
|
+
];
|
|
70
|
+
}
|
|
71
|
+
/*
|
|
72
|
+
|--------------------------------------------------------------------------
|
|
73
|
+
| WORKSPACE MEMBERS ROUTES
|
|
74
|
+
|--------------------------------------------------------------------------
|
|
75
|
+
*/
|
|
76
|
+
/**
|
|
77
|
+
* @description - Get member (from connected user) info for a workspace
|
|
78
|
+
* @returns - A promise that resolves after getting member informations
|
|
79
|
+
* @memberof WorkspaceController
|
|
80
|
+
*/
|
|
81
|
+
async getMembersMe() {
|
|
82
|
+
return await this._workspaceService.getMembersMe();
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @description - Get members for a workspace
|
|
86
|
+
* @returns - A promise that resolves after getting members for a workspace
|
|
87
|
+
* @memberof WorkspaceController
|
|
88
|
+
*/
|
|
89
|
+
async getMembers() {
|
|
90
|
+
return await this._workspaceService.getWorkspaceMembers();
|
|
91
|
+
}
|
|
92
|
+
/*
|
|
93
|
+
|--------------------------------------------------------------------------
|
|
94
|
+
| WORKSPACE USER PROFILE ROUTES
|
|
95
|
+
|--------------------------------------------------------------------------
|
|
96
|
+
*/
|
|
97
|
+
/**
|
|
98
|
+
* Retrieves a summary of the user's work statistics, including task distribution
|
|
99
|
+
* by state and priority, as well as counts for created, assigned, and completed issues.
|
|
100
|
+
*
|
|
101
|
+
* @returns {Promise<IUserStatsResponse>} A promise that resolves with the user's work summary.
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
async findUserWorkSummary(employeeId) {
|
|
105
|
+
return await this._workspaceService.findUserWorkSummary(employeeId);
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Retrieves the user's recent activity
|
|
109
|
+
*
|
|
110
|
+
* @returns {Promise<Object>} A promise that resolves with a structured response containing user activity details.
|
|
111
|
+
*/
|
|
112
|
+
async findUserRecentActivity(employeeId, per_page) {
|
|
113
|
+
return await this._workspaceService.findUserRecentActivity(per_page, employeeId);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Retrieves the project data associated with the currently connected user.
|
|
117
|
+
*
|
|
118
|
+
* @returns {Promise<IUserProjectsDataResponse>} A promise that resolves with the user's projects data.
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
121
|
+
async findUserProjectsData(employeeId) {
|
|
122
|
+
return await this._workspaceService.findUserProjectsData(employeeId);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Retrieves and groups issues assigned to a user based on the specified grouping option.
|
|
126
|
+
*
|
|
127
|
+
* @param {IIssueFindInput} options - The input options specifying the query criteria.
|
|
128
|
+
* @returns A promise that resolves to an array of grouped issues.
|
|
129
|
+
*/
|
|
130
|
+
async findUserGroupedIssueAssigned(options) {
|
|
131
|
+
return await this._workspaceService.findUserGroupedIssueAssigned(options);
|
|
132
|
+
}
|
|
133
|
+
/*
|
|
134
|
+
|--------------------------------------------------------------------------
|
|
135
|
+
| WORKSPACE GLOBAL DATA ROUTES
|
|
136
|
+
|--------------------------------------------------------------------------
|
|
137
|
+
*/
|
|
138
|
+
/**
|
|
139
|
+
* Fetches all projects associated with the workspace.
|
|
140
|
+
*
|
|
141
|
+
* @returns A promise resolving to an array of workspace projects.
|
|
142
|
+
*/
|
|
143
|
+
async findWorkspaceProjects() {
|
|
144
|
+
return await this._workspaceService.findProjects();
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Fetches all workspace states associated with projects in the workspace.
|
|
148
|
+
*
|
|
149
|
+
* @returns A promise resolving to an array of workspace states.
|
|
150
|
+
*/
|
|
151
|
+
async findWorkspaceStates() {
|
|
152
|
+
return await this._workspaceService.findWorkspaceStates();
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Fetches all workspace modules associated with projects in the workspace.
|
|
156
|
+
*
|
|
157
|
+
* @returns {Promise<IModule[]>} A promise resolving to an array of project modules.
|
|
158
|
+
*/
|
|
159
|
+
async findWorkspaceModules() {
|
|
160
|
+
return await this._workspaceService.findWorkspaceModules();
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Fetches all cycles associated with projects in the workspace.
|
|
164
|
+
*
|
|
165
|
+
* @returns {Promise<ICycle[]>} A promise resolving to an array of cycles.
|
|
166
|
+
*
|
|
167
|
+
*/
|
|
168
|
+
async findWorkspaceCycles() {
|
|
169
|
+
return await this._workspaceService.findWorkspaceCycles();
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Retrieves all labels associated with the projects in the workspace.
|
|
173
|
+
*
|
|
174
|
+
* @returns {Promise<IIssueLabel[]>} A promise resolving to an array of issue labels.
|
|
175
|
+
*/
|
|
176
|
+
async findWorkspaceLabels() {
|
|
177
|
+
return await this._workspaceService.findWorkspaceLabels();
|
|
178
|
+
}
|
|
179
|
+
/*
|
|
180
|
+
|--------------------------------------------------------------------------
|
|
181
|
+
| DRAFT ISSUES ROUTES
|
|
182
|
+
|--------------------------------------------------------------------------
|
|
183
|
+
*/
|
|
184
|
+
/**
|
|
185
|
+
* Creates a new draft issue.
|
|
186
|
+
* @param {CreateIssueDTO} input - The input data required to create a draft issue.
|
|
187
|
+
* @returns {Promise<IIssue>} A promise that resolves to the newly created draft issue.
|
|
188
|
+
*/
|
|
189
|
+
async createDraftIssue(input) {
|
|
190
|
+
return await this._workspaceService.createDraftIssue(input);
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Updates an issue with the given ID and input data, ensuring it remains a draft.
|
|
194
|
+
*
|
|
195
|
+
* @param {ID} id - The unique identifier of the issue to update.
|
|
196
|
+
* @param {IIssueUpdateInput} input - The data to update the issue with.
|
|
197
|
+
* @returns {Promise<IIssue>} A promise that resolves to the updated issue.
|
|
198
|
+
*/
|
|
199
|
+
async update(input, id) {
|
|
200
|
+
return await this._workspaceService.updateDraftIssue(id, input);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Retrieves all draft issues.
|
|
204
|
+
*
|
|
205
|
+
* @returns {Promise<any>} A promise that resolves to a list of transformed issues.
|
|
206
|
+
*/
|
|
207
|
+
async findDraftIssues() {
|
|
208
|
+
return await this._workspaceService.findDraftIssues();
|
|
209
|
+
}
|
|
210
|
+
async draftToIssue(input, id) {
|
|
211
|
+
return await this._workspaceService.draftToIssue(id, input);
|
|
212
|
+
}
|
|
213
|
+
/*
|
|
214
|
+
|--------------------------------------------------------------------------
|
|
215
|
+
| GLOBAL SEARCH
|
|
216
|
+
|--------------------------------------------------------------------------
|
|
217
|
+
*/
|
|
218
|
+
/**
|
|
219
|
+
* @description - Find global entities (Projects, issues, etc.)
|
|
220
|
+
* @param {IGlabalEntitiesFindInput} options - query that define the filter options
|
|
221
|
+
* @returns - A promise that resolves when entities are found
|
|
222
|
+
*/
|
|
223
|
+
async findGlobalEntitiesBySearch(options) {
|
|
224
|
+
return await this._workspaceService.findGlobalEntitiesBySearch(options);
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* Performs an entity search based on the provided options.
|
|
228
|
+
*
|
|
229
|
+
* @param {IEntitySearchFindInput} options - The search options containing `project_id`
|
|
230
|
+
* and `query_type`.
|
|
231
|
+
* @returns {Promise<any>} A promise resolving to an object containing the user mention details.
|
|
232
|
+
*/
|
|
233
|
+
async entitySearch(options) {
|
|
234
|
+
return await this._workspaceService.entitySearch(options);
|
|
235
|
+
}
|
|
236
|
+
/*
|
|
237
|
+
|--------------------------------------------------------------------------
|
|
238
|
+
| VIEWS
|
|
239
|
+
|--------------------------------------------------------------------------
|
|
240
|
+
*/
|
|
241
|
+
/**
|
|
242
|
+
* @description - Find workspace issues by view type.
|
|
243
|
+
* @param {IIssueFindInput} options - query that define the filter options.
|
|
244
|
+
* @param {string} referer - Request referer to determine view ID.
|
|
245
|
+
* @returns - A promise that resolves when entities are found
|
|
246
|
+
*/
|
|
247
|
+
async findViewIssues(options, referer) {
|
|
248
|
+
return await this._workspaceService.findViewIssues(options, referer);
|
|
249
|
+
}
|
|
250
|
+
/*
|
|
251
|
+
|--------------------------------------------------------------------------
|
|
252
|
+
| NOTIFICATIONS ROUTES
|
|
253
|
+
|--------------------------------------------------------------------------
|
|
254
|
+
*/
|
|
255
|
+
async findMyNotifications() {
|
|
256
|
+
return this._workspaceService.findUserNotification();
|
|
257
|
+
}
|
|
258
|
+
async findMyUnreadNotifications() {
|
|
259
|
+
return this._workspaceService.findUnreadNotifications();
|
|
260
|
+
}
|
|
261
|
+
async markAllAsRead() {
|
|
262
|
+
return this._workspaceService.markAllAsRead();
|
|
263
|
+
}
|
|
264
|
+
async readNotification(id) {
|
|
265
|
+
return this._workspaceService.readNotification(id);
|
|
266
|
+
}
|
|
267
|
+
async unreadNotification(id) {
|
|
268
|
+
return this._workspaceService.unreadNotification(id);
|
|
269
|
+
}
|
|
270
|
+
async archiveNotification(id) {
|
|
271
|
+
return this._workspaceService.archiveNotification(id);
|
|
272
|
+
}
|
|
273
|
+
async unArchiveNotification(id) {
|
|
274
|
+
return this._workspaceService.unArchiveNotification(id);
|
|
275
|
+
}
|
|
276
|
+
async holdNotification(id, data) {
|
|
277
|
+
return this._workspaceService.holdNotification(id, data);
|
|
278
|
+
}
|
|
279
|
+
/*
|
|
280
|
+
|--------------------------------------------------------------------------
|
|
281
|
+
| DASHBOARD ROUTES
|
|
282
|
+
|--------------------------------------------------------------------------
|
|
283
|
+
*/
|
|
284
|
+
async getCurrentPlan() {
|
|
285
|
+
return {
|
|
286
|
+
is_cancelled: false,
|
|
287
|
+
purchased_seats: 1,
|
|
288
|
+
current_period_end_date: '2025-12-31T12:49:48Z',
|
|
289
|
+
interval: 'YEARLY',
|
|
290
|
+
product: 'PRO',
|
|
291
|
+
is_offline_payment: false,
|
|
292
|
+
trial_end_date: '2025-12-31T12:49:48Z',
|
|
293
|
+
has_activated_free_trial: true,
|
|
294
|
+
has_added_payment_method: true,
|
|
295
|
+
subscription: '59a092b3-54da-47d7-9f31-6b22ae45cd97',
|
|
296
|
+
is_self_managed: false,
|
|
297
|
+
is_on_trial: true,
|
|
298
|
+
is_trial_allowed: true,
|
|
299
|
+
remaining_trial_days: 342,
|
|
300
|
+
has_upgraded: true,
|
|
301
|
+
show_payment_button: false,
|
|
302
|
+
show_trial_banner: false,
|
|
303
|
+
free_seats: 12,
|
|
304
|
+
occupied_seats: 1,
|
|
305
|
+
show_seats_banner: false,
|
|
306
|
+
current_period_start_date: '2025-01-23T12:49:48Z',
|
|
307
|
+
is_trial_ended: false,
|
|
308
|
+
billable_members: 1,
|
|
309
|
+
is_free_member_count_exceeded: false
|
|
310
|
+
};
|
|
311
|
+
}
|
|
312
|
+
async getProducts() {
|
|
313
|
+
return [
|
|
314
|
+
{
|
|
315
|
+
id: 'prod_RagdjBkta6q1td',
|
|
316
|
+
name: 'Plane Business • Cloud',
|
|
317
|
+
description: 'The earliest packaging of Business at $10 a seat a month billed annually, $12 a seat a month billed monthly for Plane Cloud',
|
|
318
|
+
type: 'BUSINESS',
|
|
319
|
+
prices: [
|
|
320
|
+
{
|
|
321
|
+
id: 'price_1QhVGcG5xRvEyfTNPq2q1dbA',
|
|
322
|
+
unit_amount: 12000.0,
|
|
323
|
+
recurring: 'year',
|
|
324
|
+
currency: 'usd',
|
|
325
|
+
workspace_amount: 12000.0
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
id: 'price_1QhVGcG5xRvEyfTNVY1ZfpCi',
|
|
329
|
+
unit_amount: 1200.0,
|
|
330
|
+
recurring: 'month',
|
|
331
|
+
currency: 'usd',
|
|
332
|
+
workspace_amount: 1200.0
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
payment_quantity: 1,
|
|
336
|
+
is_active: false
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
id: 'prod_QLrOPmCCpcsN6s',
|
|
340
|
+
name: 'Plane Pro • Cloud',
|
|
341
|
+
description: 'More views, more cycles powers, more pages features, new reports, and better dashboards are waiting to be unlocked.',
|
|
342
|
+
type: 'PRO',
|
|
343
|
+
prices: [
|
|
344
|
+
{
|
|
345
|
+
id: 'price_1PnjZ3G5xRvEyfTNT3WNGHsC',
|
|
346
|
+
unit_amount: 800.0,
|
|
347
|
+
recurring: 'month',
|
|
348
|
+
currency: 'usd',
|
|
349
|
+
workspace_amount: 800.0
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
id: 'price_1PnjZjG5xRvEyfTNOkO0UDlX',
|
|
353
|
+
unit_amount: 7200.0,
|
|
354
|
+
recurring: 'year',
|
|
355
|
+
currency: 'usd',
|
|
356
|
+
workspace_amount: 7200.0
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
payment_quantity: 1,
|
|
360
|
+
is_active: true
|
|
361
|
+
}
|
|
362
|
+
];
|
|
363
|
+
}
|
|
364
|
+
async getPlanFlags() {
|
|
365
|
+
return {
|
|
366
|
+
values: {
|
|
367
|
+
EPICS_DISPLAY: true,
|
|
368
|
+
EPICS_SETTINGS: true,
|
|
369
|
+
PROJECT_UPDATES: true,
|
|
370
|
+
PROJECT_OVERVIEW: true,
|
|
371
|
+
INBOX_STACKING: true,
|
|
372
|
+
TIMELINE_DEPENDENCY: true,
|
|
373
|
+
NO_LOAD: true,
|
|
374
|
+
FILE_SIZE_LIMIT_PRO: true,
|
|
375
|
+
EDITOR_AI_OPS: true,
|
|
376
|
+
COLLABORATION_CURSOR: true,
|
|
377
|
+
PROJECT_GROUPING: true,
|
|
378
|
+
BULK_OPS_ADVANCED: true,
|
|
379
|
+
WORKSPACE_ACTIVE_CYCLES: true,
|
|
380
|
+
PAGE_ISSUE_EMBEDS: true,
|
|
381
|
+
PAGE_PUBLISH: true,
|
|
382
|
+
VIEW_ACCESS_PRIVATE: true,
|
|
383
|
+
VIEW_PUBLISH: true,
|
|
384
|
+
VIEW_LOCK: true,
|
|
385
|
+
ISSUE_TYPE_SETTINGS: true,
|
|
386
|
+
ISSUE_TYPE_DISPLAY: true,
|
|
387
|
+
WORKSPACE_PAGES: true,
|
|
388
|
+
BULK_OPS: true,
|
|
389
|
+
ESTIMATE_WITH_TIME: true,
|
|
390
|
+
ISSUE_WORKLOG: true,
|
|
391
|
+
OIDC_SAML_AUTH: true
|
|
392
|
+
}
|
|
393
|
+
};
|
|
394
|
+
}
|
|
395
|
+
/*
|
|
396
|
+
|--------------------------------------------------------------------------
|
|
397
|
+
| QUICK LINKS ROUTES
|
|
398
|
+
|--------------------------------------------------------------------------
|
|
399
|
+
*/
|
|
400
|
+
/**
|
|
401
|
+
* Creates a quick link, an issue link that is not associated with any issue.
|
|
402
|
+
* @param data - The input data for creating the quick link.
|
|
403
|
+
* @returns The created quick link.
|
|
404
|
+
* @throws {BadRequestException} If the API returns an array of links instead of a single link.
|
|
405
|
+
*/
|
|
406
|
+
async createQuickLink(data) {
|
|
407
|
+
return await this._workspaceService.createQuickLink(data);
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Updates a quick link in the workspace.
|
|
411
|
+
* @param linkId - The ID of the quick link to update.
|
|
412
|
+
* @param data - The updated data for the quick link.
|
|
413
|
+
* @returns The updated quick link.
|
|
414
|
+
*/
|
|
415
|
+
async updateQuickLink(linkId, data) {
|
|
416
|
+
return await this._workspaceService.updateQuickLink(linkId, data);
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Finds all quick links in the workspace.
|
|
420
|
+
* @returns A promise resolved to an array of quick links.
|
|
421
|
+
*/
|
|
422
|
+
async getQuickinks() {
|
|
423
|
+
return await this._workspaceService.findQuickLinks();
|
|
424
|
+
}
|
|
425
|
+
async deleteQuickLink(linkId) {
|
|
426
|
+
return await this._workspaceService.deleteQuickLink(linkId);
|
|
427
|
+
}
|
|
428
|
+
async createWorkspapce() { }
|
|
429
|
+
};
|
|
430
|
+
exports.WorkspaceController = WorkspaceController;
|
|
431
|
+
__decorate([
|
|
432
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
433
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get dashboard widgets' }),
|
|
434
|
+
(0, common_1.Get)('dashboard'),
|
|
435
|
+
__param(0, (0, common_1.Query)('dashboard_type')),
|
|
436
|
+
__metadata("design:type", Function),
|
|
437
|
+
__metadata("design:paramtypes", [String]),
|
|
438
|
+
__metadata("design:returntype", Promise)
|
|
439
|
+
], WorkspaceController.prototype, "getDashboard", null);
|
|
440
|
+
__decorate([
|
|
441
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
442
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get dashboard widgets' }),
|
|
443
|
+
(0, common_1.Get)('dashboard/:id'),
|
|
444
|
+
__param(0, (0, common_1.Query)('widget_key')),
|
|
445
|
+
__param(1, (0, common_1.Query)('target_date')),
|
|
446
|
+
__param(2, (0, common_1.Query)('issue_type')),
|
|
447
|
+
__metadata("design:type", Function),
|
|
448
|
+
__metadata("design:paramtypes", [String, String, String]),
|
|
449
|
+
__metadata("design:returntype", Promise)
|
|
450
|
+
], WorkspaceController.prototype, "getWigetsData", null);
|
|
451
|
+
__decorate([
|
|
452
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
453
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get dashboard widgets' }),
|
|
454
|
+
(0, common_1.Get)('home-preferences'),
|
|
455
|
+
__metadata("design:type", Function),
|
|
456
|
+
__metadata("design:paramtypes", []),
|
|
457
|
+
__metadata("design:returntype", Promise)
|
|
458
|
+
], WorkspaceController.prototype, "getWidgets", null);
|
|
459
|
+
__decorate([
|
|
460
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
461
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get member info for given workspace' }),
|
|
462
|
+
(0, common_1.Get)('workspace-members/me'),
|
|
463
|
+
__metadata("design:type", Function),
|
|
464
|
+
__metadata("design:paramtypes", []),
|
|
465
|
+
__metadata("design:returntype", Promise)
|
|
466
|
+
], WorkspaceController.prototype, "getMembersMe", null);
|
|
467
|
+
__decorate([
|
|
468
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
469
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace members' }),
|
|
470
|
+
(0, common_1.Get)('members'),
|
|
471
|
+
__metadata("design:type", Function),
|
|
472
|
+
__metadata("design:paramtypes", []),
|
|
473
|
+
__metadata("design:returntype", Promise)
|
|
474
|
+
], WorkspaceController.prototype, "getMembers", null);
|
|
475
|
+
__decorate([
|
|
476
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
477
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get user stats' }),
|
|
478
|
+
(0, common_1.Get)('user-stats/:id'),
|
|
479
|
+
__param(0, (0, common_1.Param)('id')),
|
|
480
|
+
__metadata("design:type", Function),
|
|
481
|
+
__metadata("design:paramtypes", [String]),
|
|
482
|
+
__metadata("design:returntype", Promise)
|
|
483
|
+
], WorkspaceController.prototype, "findUserWorkSummary", null);
|
|
484
|
+
__decorate([
|
|
485
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
486
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get user recent activities' }),
|
|
487
|
+
(0, common_1.Get)('user-activity/:id'),
|
|
488
|
+
__param(0, (0, common_1.Param)('id')),
|
|
489
|
+
__param(1, (0, common_1.Query)('per_page')),
|
|
490
|
+
__metadata("design:type", Function),
|
|
491
|
+
__metadata("design:paramtypes", [String, Number]),
|
|
492
|
+
__metadata("design:returntype", Promise)
|
|
493
|
+
], WorkspaceController.prototype, "findUserRecentActivity", null);
|
|
494
|
+
__decorate([
|
|
495
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
496
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get user profile and project data' }),
|
|
497
|
+
(0, common_1.Get)('user-profile/:id'),
|
|
498
|
+
__param(0, (0, common_1.Param)('id')),
|
|
499
|
+
__metadata("design:type", Function),
|
|
500
|
+
__metadata("design:paramtypes", [String]),
|
|
501
|
+
__metadata("design:returntype", Promise)
|
|
502
|
+
], WorkspaceController.prototype, "findUserProjectsData", null);
|
|
503
|
+
__decorate([
|
|
504
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
505
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get user profile and assigned issues' }),
|
|
506
|
+
(0, common_1.Get)('user-issues/:id'),
|
|
507
|
+
__param(0, (0, common_1.Query)()),
|
|
508
|
+
__metadata("design:type", Function),
|
|
509
|
+
__metadata("design:paramtypes", [Object]),
|
|
510
|
+
__metadata("design:returntype", Promise)
|
|
511
|
+
], WorkspaceController.prototype, "findUserGroupedIssueAssigned", null);
|
|
512
|
+
__decorate([
|
|
513
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
514
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace projects' }),
|
|
515
|
+
(0, common_1.Get)('projects'),
|
|
516
|
+
__metadata("design:type", Function),
|
|
517
|
+
__metadata("design:paramtypes", []),
|
|
518
|
+
__metadata("design:returntype", Promise)
|
|
519
|
+
], WorkspaceController.prototype, "findWorkspaceProjects", null);
|
|
520
|
+
__decorate([
|
|
521
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
522
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace states' }),
|
|
523
|
+
(0, common_1.Get)('states'),
|
|
524
|
+
__metadata("design:type", Function),
|
|
525
|
+
__metadata("design:paramtypes", []),
|
|
526
|
+
__metadata("design:returntype", Promise)
|
|
527
|
+
], WorkspaceController.prototype, "findWorkspaceStates", null);
|
|
528
|
+
__decorate([
|
|
529
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
530
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace modules' }),
|
|
531
|
+
(0, common_1.Get)('modules'),
|
|
532
|
+
__metadata("design:type", Function),
|
|
533
|
+
__metadata("design:paramtypes", []),
|
|
534
|
+
__metadata("design:returntype", Promise)
|
|
535
|
+
], WorkspaceController.prototype, "findWorkspaceModules", null);
|
|
536
|
+
__decorate([
|
|
537
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
538
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace cycles' }),
|
|
539
|
+
(0, common_1.Get)('cycles'),
|
|
540
|
+
__metadata("design:type", Function),
|
|
541
|
+
__metadata("design:paramtypes", []),
|
|
542
|
+
__metadata("design:returntype", Promise)
|
|
543
|
+
], WorkspaceController.prototype, "findWorkspaceCycles", null);
|
|
544
|
+
__decorate([
|
|
545
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
546
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace labels' }),
|
|
547
|
+
(0, common_1.Get)('labels'),
|
|
548
|
+
__metadata("design:type", Function),
|
|
549
|
+
__metadata("design:paramtypes", []),
|
|
550
|
+
__metadata("design:returntype", Promise)
|
|
551
|
+
], WorkspaceController.prototype, "findWorkspaceLabels", null);
|
|
552
|
+
__decorate([
|
|
553
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
554
|
+
(0, swagger_1.ApiOperation)({ summary: 'Create draft issue' }),
|
|
555
|
+
(0, common_1.Post)('draft-issues'),
|
|
556
|
+
__param(0, (0, common_1.Body)()),
|
|
557
|
+
__metadata("design:type", Function),
|
|
558
|
+
__metadata("design:paramtypes", [dto_1.CreateIssueDTO]),
|
|
559
|
+
__metadata("design:returntype", Promise)
|
|
560
|
+
], WorkspaceController.prototype, "createDraftIssue", null);
|
|
561
|
+
__decorate([
|
|
562
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.NO_CONTENT),
|
|
563
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update Draft issue' }),
|
|
564
|
+
(0, common_1.Patch)('draft-issues/:id'),
|
|
565
|
+
__param(0, (0, common_1.Body)()),
|
|
566
|
+
__param(1, (0, common_1.Param)('id')),
|
|
567
|
+
__metadata("design:type", Function),
|
|
568
|
+
__metadata("design:paramtypes", [dto_1.UpdateIssueDTO, String]),
|
|
569
|
+
__metadata("design:returntype", Promise)
|
|
570
|
+
], WorkspaceController.prototype, "update", null);
|
|
571
|
+
__decorate([
|
|
572
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
573
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find draft issues' }),
|
|
574
|
+
(0, common_1.Get)('draft-issues'),
|
|
575
|
+
__metadata("design:type", Function),
|
|
576
|
+
__metadata("design:paramtypes", []),
|
|
577
|
+
__metadata("design:returntype", Promise)
|
|
578
|
+
], WorkspaceController.prototype, "findDraftIssues", null);
|
|
579
|
+
__decorate([
|
|
580
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
581
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update Draft issue' }),
|
|
582
|
+
(0, common_1.Post)('draft-to-issue/:id'),
|
|
583
|
+
__param(0, (0, common_1.Body)()),
|
|
584
|
+
__param(1, (0, common_1.Param)('id')),
|
|
585
|
+
__metadata("design:type", Function),
|
|
586
|
+
__metadata("design:paramtypes", [dto_1.UpdateIssueDTO, String]),
|
|
587
|
+
__metadata("design:returntype", Promise)
|
|
588
|
+
], WorkspaceController.prototype, "draftToIssue", null);
|
|
589
|
+
__decorate([
|
|
590
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
591
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find global entities' }),
|
|
592
|
+
(0, common_1.Get)('search'),
|
|
593
|
+
__param(0, (0, common_1.Query)()),
|
|
594
|
+
__metadata("design:type", Function),
|
|
595
|
+
__metadata("design:paramtypes", [Object]),
|
|
596
|
+
__metadata("design:returntype", Promise)
|
|
597
|
+
], WorkspaceController.prototype, "findGlobalEntitiesBySearch", null);
|
|
598
|
+
__decorate([
|
|
599
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
600
|
+
(0, swagger_1.ApiOperation)({ summary: 'Entity search' }),
|
|
601
|
+
(0, common_1.Get)('entity-search'),
|
|
602
|
+
__param(0, (0, common_1.Query)()),
|
|
603
|
+
__metadata("design:type", Function),
|
|
604
|
+
__metadata("design:paramtypes", [Object]),
|
|
605
|
+
__metadata("design:returntype", Promise)
|
|
606
|
+
], WorkspaceController.prototype, "entitySearch", null);
|
|
607
|
+
__decorate([
|
|
608
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
609
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find Workspace view issues' }),
|
|
610
|
+
(0, common_1.Get)('issues'),
|
|
611
|
+
__param(0, (0, common_1.Query)()),
|
|
612
|
+
__param(1, (0, common_1.Headers)('referer')),
|
|
613
|
+
__metadata("design:type", Function),
|
|
614
|
+
__metadata("design:paramtypes", [Object, String]),
|
|
615
|
+
__metadata("design:returntype", Promise)
|
|
616
|
+
], WorkspaceController.prototype, "findViewIssues", null);
|
|
617
|
+
__decorate([
|
|
618
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
619
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get my notifications' }),
|
|
620
|
+
(0, common_1.Get)('users/notifications'),
|
|
621
|
+
__metadata("design:type", Function),
|
|
622
|
+
__metadata("design:paramtypes", []),
|
|
623
|
+
__metadata("design:returntype", Promise)
|
|
624
|
+
], WorkspaceController.prototype, "findMyNotifications", null);
|
|
625
|
+
__decorate([
|
|
626
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
627
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get my unread notifications' }),
|
|
628
|
+
(0, common_1.Get)('users/notifications/unread'),
|
|
629
|
+
__metadata("design:type", Function),
|
|
630
|
+
__metadata("design:paramtypes", []),
|
|
631
|
+
__metadata("design:returntype", Promise)
|
|
632
|
+
], WorkspaceController.prototype, "findMyUnreadNotifications", null);
|
|
633
|
+
__decorate([
|
|
634
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
635
|
+
(0, swagger_1.ApiOperation)({ summary: 'Read notification' }),
|
|
636
|
+
(0, common_1.Post)('users/notifications/mark-all-read'),
|
|
637
|
+
__metadata("design:type", Function),
|
|
638
|
+
__metadata("design:paramtypes", []),
|
|
639
|
+
__metadata("design:returntype", Promise)
|
|
640
|
+
], WorkspaceController.prototype, "markAllAsRead", null);
|
|
641
|
+
__decorate([
|
|
642
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
643
|
+
(0, swagger_1.ApiOperation)({ summary: 'Read notification' }),
|
|
644
|
+
(0, common_1.Post)('users/notifications/:notificationId/read'),
|
|
645
|
+
__param(0, (0, common_1.Param)('notificationId')),
|
|
646
|
+
__metadata("design:type", Function),
|
|
647
|
+
__metadata("design:paramtypes", [String]),
|
|
648
|
+
__metadata("design:returntype", Promise)
|
|
649
|
+
], WorkspaceController.prototype, "readNotification", null);
|
|
650
|
+
__decorate([
|
|
651
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
652
|
+
(0, swagger_1.ApiOperation)({ summary: 'Unread notification' }),
|
|
653
|
+
(0, common_1.Delete)('users/notifications/:notificationId/read'),
|
|
654
|
+
__param(0, (0, common_1.Param)('notificationId')),
|
|
655
|
+
__metadata("design:type", Function),
|
|
656
|
+
__metadata("design:paramtypes", [String]),
|
|
657
|
+
__metadata("design:returntype", Promise)
|
|
658
|
+
], WorkspaceController.prototype, "unreadNotification", null);
|
|
659
|
+
__decorate([
|
|
660
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
661
|
+
(0, swagger_1.ApiOperation)({ summary: 'Archive notification' }),
|
|
662
|
+
(0, common_1.Post)('users/notifications/:notificationId/archive'),
|
|
663
|
+
__param(0, (0, common_1.Param)('notificationId')),
|
|
664
|
+
__metadata("design:type", Function),
|
|
665
|
+
__metadata("design:paramtypes", [String]),
|
|
666
|
+
__metadata("design:returntype", Promise)
|
|
667
|
+
], WorkspaceController.prototype, "archiveNotification", null);
|
|
668
|
+
__decorate([
|
|
669
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
670
|
+
(0, swagger_1.ApiOperation)({ summary: 'Un Archive notification' }),
|
|
671
|
+
(0, common_1.Delete)('users/notifications/:notificationId/archive'),
|
|
672
|
+
__param(0, (0, common_1.Param)('notificationId')),
|
|
673
|
+
__metadata("design:type", Function),
|
|
674
|
+
__metadata("design:paramtypes", [String]),
|
|
675
|
+
__metadata("design:returntype", Promise)
|
|
676
|
+
], WorkspaceController.prototype, "unArchiveNotification", null);
|
|
677
|
+
__decorate([
|
|
678
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
679
|
+
(0, swagger_1.ApiOperation)({ summary: 'Hold notification' }),
|
|
680
|
+
(0, common_1.Patch)('users/notifications/:notificationId'),
|
|
681
|
+
__param(0, (0, common_1.Param)('notificationId')),
|
|
682
|
+
__param(1, (0, common_1.Body)()),
|
|
683
|
+
__metadata("design:type", Function),
|
|
684
|
+
__metadata("design:paramtypes", [String, Object]),
|
|
685
|
+
__metadata("design:returntype", Promise)
|
|
686
|
+
], WorkspaceController.prototype, "holdNotification", null);
|
|
687
|
+
__decorate([
|
|
688
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
689
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find current plan' }),
|
|
690
|
+
(0, common_1.Get)('current-plan'),
|
|
691
|
+
__metadata("design:type", Function),
|
|
692
|
+
__metadata("design:paramtypes", []),
|
|
693
|
+
__metadata("design:returntype", Promise)
|
|
694
|
+
], WorkspaceController.prototype, "getCurrentPlan", null);
|
|
695
|
+
__decorate([
|
|
696
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
697
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find products plans' }),
|
|
698
|
+
(0, common_1.Get)('products'),
|
|
699
|
+
__metadata("design:type", Function),
|
|
700
|
+
__metadata("design:paramtypes", []),
|
|
701
|
+
__metadata("design:returntype", Promise)
|
|
702
|
+
], WorkspaceController.prototype, "getProducts", null);
|
|
703
|
+
__decorate([
|
|
704
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
705
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find products plans' }),
|
|
706
|
+
(0, common_1.Get)('flags'),
|
|
707
|
+
__metadata("design:type", Function),
|
|
708
|
+
__metadata("design:paramtypes", []),
|
|
709
|
+
__metadata("design:returntype", Promise)
|
|
710
|
+
], WorkspaceController.prototype, "getPlanFlags", null);
|
|
711
|
+
__decorate([
|
|
712
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
713
|
+
(0, swagger_1.ApiOperation)({ summary: 'Create A Quick link' }),
|
|
714
|
+
(0, common_1.Post)('quick-links'),
|
|
715
|
+
__param(0, (0, common_1.Body)()),
|
|
716
|
+
__metadata("design:type", Function),
|
|
717
|
+
__metadata("design:paramtypes", [Object]),
|
|
718
|
+
__metadata("design:returntype", Promise)
|
|
719
|
+
], WorkspaceController.prototype, "createQuickLink", null);
|
|
720
|
+
__decorate([
|
|
721
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
722
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update A Quick link' }),
|
|
723
|
+
(0, common_1.Patch)('quick-links/:id'),
|
|
724
|
+
__param(0, (0, common_1.Param)('id')),
|
|
725
|
+
__param(1, (0, common_1.Body)()),
|
|
726
|
+
__metadata("design:type", Function),
|
|
727
|
+
__metadata("design:paramtypes", [String, Object]),
|
|
728
|
+
__metadata("design:returntype", Promise)
|
|
729
|
+
], WorkspaceController.prototype, "updateQuickLink", null);
|
|
730
|
+
__decorate([
|
|
731
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
732
|
+
(0, swagger_1.ApiOperation)({ summary: 'Find Quick links' }),
|
|
733
|
+
(0, common_1.Get)('quick-links'),
|
|
734
|
+
__metadata("design:type", Function),
|
|
735
|
+
__metadata("design:paramtypes", []),
|
|
736
|
+
__metadata("design:returntype", Promise)
|
|
737
|
+
], WorkspaceController.prototype, "getQuickinks", null);
|
|
738
|
+
__decorate([
|
|
739
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.NO_CONTENT),
|
|
740
|
+
(0, swagger_1.ApiOperation)({ summary: 'Delete A Quick Link' }),
|
|
741
|
+
(0, common_1.Delete)('quick-links/:id'),
|
|
742
|
+
__param(0, (0, common_1.Param)('id')),
|
|
743
|
+
__metadata("design:type", Function),
|
|
744
|
+
__metadata("design:paramtypes", [String]),
|
|
745
|
+
__metadata("design:returntype", Promise)
|
|
746
|
+
], WorkspaceController.prototype, "deleteQuickLink", null);
|
|
747
|
+
__decorate([
|
|
748
|
+
(0, common_1.Post)(),
|
|
749
|
+
__metadata("design:type", Function),
|
|
750
|
+
__metadata("design:paramtypes", []),
|
|
751
|
+
__metadata("design:returntype", Promise)
|
|
752
|
+
], WorkspaceController.prototype, "createWorkspapce", null);
|
|
753
|
+
exports.WorkspaceController = WorkspaceController = __decorate([
|
|
754
|
+
(0, swagger_1.ApiTags)('Workspaces routes'),
|
|
755
|
+
(0, common_1.Controller)(),
|
|
756
|
+
__metadata("design:paramtypes", [workspace_service_1.WorkspaceService])
|
|
757
|
+
], WorkspaceController);
|
|
758
|
+
//# sourceMappingURL=workspace.controller.js.map
|