@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 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.controller.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/modules/workspace/workspace.controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.WorkspaceMiddleware = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
const workspace_context_service_1 = require("./workspace-context.service");
|
|
12
|
+
let WorkspaceMiddleware = class WorkspaceMiddleware {
|
|
13
|
+
use(req, res, next) {
|
|
14
|
+
const urlParts = req.url.split('/').filter(Boolean);
|
|
15
|
+
const workspaceNameIndex = urlParts.indexOf('workspaces') + 1;
|
|
16
|
+
let workspaceName = req.params.workspace_name ||
|
|
17
|
+
(workspaceNameIndex > 0 ? urlParts[workspaceNameIndex] : null);
|
|
18
|
+
if (workspaceName === 'file-assets') {
|
|
19
|
+
const otherParams = req.params['0'].split('/');
|
|
20
|
+
workspaceName = otherParams[0];
|
|
21
|
+
}
|
|
22
|
+
if (workspaceName) {
|
|
23
|
+
workspace_context_service_1.WorkspaceContextService.setWorkspaceSlug(workspaceName);
|
|
24
|
+
}
|
|
25
|
+
next();
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.WorkspaceMiddleware = WorkspaceMiddleware;
|
|
29
|
+
exports.WorkspaceMiddleware = WorkspaceMiddleware = __decorate([
|
|
30
|
+
(0, common_1.Injectable)()
|
|
31
|
+
], WorkspaceMiddleware);
|
|
32
|
+
//# sourceMappingURL=workspace.middleware.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.middleware.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/modules/workspace/workspace.middleware.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4D;AAE5D,2EAAsE;AAG/D,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC/B,GAAG,CAAC,GAAY,EAAE,GAAa,EAAE,IAAkB;QAClD,MAAM,QAAQ,GAAG,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACpD,MAAM,kBAAkB,GAAG,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;QAC9D,IAAI,aAAa,GAChB,GAAG,CAAC,MAAM,CAAC,cAAc;YACzB,CAAC,kBAAkB,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAEhE,IAAI,aAAa,KAAK,aAAa,EAAE,CAAC;YACrC,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC/C,aAAa,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;QAChC,CAAC;QAED,IAAI,aAAa,EAAE,CAAC;YACnB,mDAAuB,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QACzD,CAAC;QAED,IAAI,EAAE,CAAC;IACR,CAAC;CACD,CAAA;AAnBY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,mBAAU,GAAE;GACA,mBAAmB,CAmB/B"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.WorkspaceModule = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
const core_1 = require("@nestjs/core");
|
|
12
|
+
const workspace_service_1 = require("./workspace.service");
|
|
13
|
+
const workspace_controller_1 = require("./workspace.controller");
|
|
14
|
+
const project_module_1 = require("../project/project.module");
|
|
15
|
+
const issues_module_1 = require("../issues/issues.module");
|
|
16
|
+
const issue_links_module_1 = require("../issue-links/issue-links.module");
|
|
17
|
+
const subscription_module_1 = require("../subscription/subscription.module");
|
|
18
|
+
const draft_issues_module_1 = require("../issues/draft-issues/draft-issues.module");
|
|
19
|
+
const employee_properties_module_1 = require("../employee-properties/employee-properties.module");
|
|
20
|
+
const cycles_module_1 = require("../cycles/cycles.module");
|
|
21
|
+
const project_module_module_1 = require("../project-module/project-module.module");
|
|
22
|
+
const view_module_1 = require("../views/view.module");
|
|
23
|
+
const dashboard_module_1 = require("../dashboard/dashboard.module");
|
|
24
|
+
const notification_module_1 = require("../notification/notification.module");
|
|
25
|
+
let WorkspaceModule = class WorkspaceModule {
|
|
26
|
+
};
|
|
27
|
+
exports.WorkspaceModule = WorkspaceModule;
|
|
28
|
+
exports.WorkspaceModule = WorkspaceModule = __decorate([
|
|
29
|
+
(0, common_1.Module)({
|
|
30
|
+
imports: [
|
|
31
|
+
core_1.RouterModule.register([{ path: '/', module: WorkspaceModule }]),
|
|
32
|
+
(0, common_1.forwardRef)(() => project_module_1.ProjectModule),
|
|
33
|
+
issues_module_1.IssuesModule,
|
|
34
|
+
cycles_module_1.CyclesModule,
|
|
35
|
+
project_module_module_1.ProjectModuleModule,
|
|
36
|
+
view_module_1.IssueViewModule,
|
|
37
|
+
issue_links_module_1.IssueLinksModule,
|
|
38
|
+
subscription_module_1.SubscriptionModule,
|
|
39
|
+
draft_issues_module_1.DraftIssuesModule,
|
|
40
|
+
employee_properties_module_1.EmployeePropertiesModule,
|
|
41
|
+
dashboard_module_1.DashboardModule,
|
|
42
|
+
notification_module_1.NotificationModule
|
|
43
|
+
],
|
|
44
|
+
providers: [workspace_service_1.WorkspaceService],
|
|
45
|
+
controllers: [workspace_controller_1.WorkspaceController],
|
|
46
|
+
exports: [workspace_service_1.WorkspaceService]
|
|
47
|
+
})
|
|
48
|
+
], WorkspaceModule);
|
|
49
|
+
//# sourceMappingURL=workspace.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.module.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/modules/workspace/workspace.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAoD;AACpD,uCAA4C;AAC5C,2DAAuD;AACvD,iEAA6D;AAC7D,8DAA0D;AAC1D,2DAAuD;AACvD,0EAAqE;AACrE,6EAAyE;AACzE,oFAA+E;AAC/E,kGAA6F;AAC7F,2DAAuD;AACvD,mFAA8E;AAC9E,sDAAuD;AACvD,oEAAgE;AAChE,6EAAyE;AAqBlE,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAnB3B,IAAA,eAAM,EAAC;QACP,OAAO,EAAE;YACR,mBAAY,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,eAAe,EAAE,CAAC,CAAC;YAC/D,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;YAC/B,4BAAY;YACZ,4BAAY;YACZ,2CAAmB;YACnB,6BAAe;YACf,qCAAgB;YAChB,wCAAkB;YAClB,uCAAiB;YACjB,qDAAwB;YACxB,kCAAe;YACf,wCAAkB;SAClB;QACD,SAAS,EAAE,CAAC,oCAAgB,CAAC;QAC7B,WAAW,EAAE,CAAC,0CAAmB,CAAC;QAClC,OAAO,EAAE,CAAC,oCAAgB,CAAC;KAC3B,CAAC;GACW,eAAe,CAAG"}
|
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
import { DashboardIssueTypeEnum, DashboardWigetQueryEnum, ID, IIssue, IRecentCollaborator, ITask, IWorkspaceUserInfo, IUserStatsResponse, IUserProjectsDataResponse, IIssueFindInput, IModule, ICycle, IIssueLabel, IssueOrderByField, IIssueCreateInput, IIssueUpdateInput, IGlobalEntitiesResponse, IGlabalEntitiesFindInput, IEntitySearchFindInput, IUnreadNotificationResponse, INotificationResponse, INotification, IProject, IIssueLink, ICreateIssueLink } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
import { ApiFetchService } from '../api-fetch/api-fetch.service';
|
|
3
|
+
import { ProjectService } from '../project/project.service';
|
|
4
|
+
import { IssuesService } from '../issues/issues.service';
|
|
5
|
+
import { ActivityService } from '../activity/activity.service';
|
|
6
|
+
import { IssueLinksService } from '../issue-links/issue-links.service';
|
|
7
|
+
import { SubscriptionService } from '../subscription/subscription.service';
|
|
8
|
+
import { DraftIssuesService } from '../issues/draft-issues/draft-issues.service';
|
|
9
|
+
import { EmployeePropertiesService } from '../employee-properties/employee-properties.service';
|
|
10
|
+
import { CyclesService } from '../cycles/cycles.service';
|
|
11
|
+
import { ProjectModuleService } from '../project-module/project-module.service';
|
|
12
|
+
import { IssueViewService } from '../views/view.service';
|
|
13
|
+
import { DashboardService } from '../dashboard/dashboard.service';
|
|
14
|
+
import { WidgetService } from '../dashboard/widget.service';
|
|
15
|
+
import { NotificationService } from '../notification/notification.service';
|
|
16
|
+
export declare class WorkspaceService extends ApiFetchService {
|
|
17
|
+
private readonly _projectService;
|
|
18
|
+
private readonly _issueService;
|
|
19
|
+
private readonly _cycleService;
|
|
20
|
+
private readonly _projectModuleService;
|
|
21
|
+
private readonly _issueViewService;
|
|
22
|
+
private readonly _activityService;
|
|
23
|
+
private readonly _issueLinkService;
|
|
24
|
+
private readonly _subscriptionService;
|
|
25
|
+
private readonly _draftIssueService;
|
|
26
|
+
private readonly _employeePropertiesService;
|
|
27
|
+
private readonly _dashboardService;
|
|
28
|
+
private readonly _widgetService;
|
|
29
|
+
private readonly _notificationService;
|
|
30
|
+
private readonly _serverFetchService;
|
|
31
|
+
constructor(_projectService: ProjectService, _issueService: IssuesService, _cycleService: CyclesService, _projectModuleService: ProjectModuleService, _issueViewService: IssueViewService, _activityService: ActivityService, _issueLinkService: IssueLinksService, _subscriptionService: SubscriptionService, _draftIssueService: DraftIssuesService, _employeePropertiesService: EmployeePropertiesService, _dashboardService: DashboardService, _widgetService: WidgetService, _notificationService: NotificationService, _serverFetchService: ApiFetchService);
|
|
32
|
+
/**--------------------------------------------------------------
|
|
33
|
+
* This function handlers should be updated after implementing authentication
|
|
34
|
+
*--------------------------------------------------------------/
|
|
35
|
+
/**
|
|
36
|
+
* @description - Get dashboard widgets for given workspace
|
|
37
|
+
* @param {string} dashboard_type - query that define which widget filter should be fetched
|
|
38
|
+
* @returns - A promise that resolves when dashboard widgets are fetched
|
|
39
|
+
* @memberof WorkspaceService
|
|
40
|
+
*/
|
|
41
|
+
getDashboard(dashboard_type: string): Promise<{
|
|
42
|
+
dashboard: import("@ever-gauzy/plugin-integration-plane-models").IHomeDashboard;
|
|
43
|
+
widgets: import("@ever-gauzy/plugin-integration-plane-models").IWidget | import("@ever-gauzy/plugin-integration-plane-models").IWidget[];
|
|
44
|
+
}>;
|
|
45
|
+
/**
|
|
46
|
+
* Fetches data for various dashboard widgets based on the widget type.
|
|
47
|
+
*
|
|
48
|
+
* This function retrieves data for different types of dashboard widgets such as recent collaborators,
|
|
49
|
+
* created issues, assigned issues, recent projects, issues by state, and issues by priority.
|
|
50
|
+
*
|
|
51
|
+
* @param {DashboardWigetQueryEnum} widget - The widget type to query data for.
|
|
52
|
+
* @returns {Promise<any>} A promise that resolves to the data for the requested widget.
|
|
53
|
+
* @throws {BadRequestException} If an error occurs during data retrieval.
|
|
54
|
+
*/
|
|
55
|
+
findDashboardWidgetsData(widget: DashboardWigetQueryEnum, target_date?: string, issue_type?: DashboardIssueTypeEnum): Promise<any>;
|
|
56
|
+
/**--------------------------------------------------------------
|
|
57
|
+
* This function handlers should be updated after implementing authentication and User features
|
|
58
|
+
*--------------------------------------------------------------*/
|
|
59
|
+
/**
|
|
60
|
+
* @description - Get member (from connected user) info for a workspace
|
|
61
|
+
* @returns - A promise that resolves after getting member informations
|
|
62
|
+
* @memberof WorkspaceController
|
|
63
|
+
*/
|
|
64
|
+
getMembersMe(): Promise<{
|
|
65
|
+
id: string | null;
|
|
66
|
+
created_at: Date | undefined;
|
|
67
|
+
updated_at: Date | undefined;
|
|
68
|
+
deleted_at: Date | undefined;
|
|
69
|
+
role: number;
|
|
70
|
+
company_role: string;
|
|
71
|
+
view_props: {
|
|
72
|
+
id: ID;
|
|
73
|
+
created_at?: Date;
|
|
74
|
+
updated_at?: Date;
|
|
75
|
+
deleted_at?: Date;
|
|
76
|
+
created_by?: ID;
|
|
77
|
+
updated_by?: ID;
|
|
78
|
+
project?: ID;
|
|
79
|
+
module?: ID;
|
|
80
|
+
cycle?: ID;
|
|
81
|
+
workspace?: ID;
|
|
82
|
+
user?: ID;
|
|
83
|
+
rich_filters?: import("@ever-gauzy/plugin-integration-plane-models").IViewPropsFilters;
|
|
84
|
+
filters?: import("@ever-gauzy/plugin-integration-plane-models").IViewPropsFilters;
|
|
85
|
+
display_filters?: import("@ever-gauzy/plugin-integration-plane-models").IViewPropsDisplayFilters;
|
|
86
|
+
display_properties?: import("@ever-gauzy/plugin-integration-plane-models").IDisplayProperties;
|
|
87
|
+
};
|
|
88
|
+
default_props: {
|
|
89
|
+
filters: any;
|
|
90
|
+
display_filters: any;
|
|
91
|
+
display_properties: any;
|
|
92
|
+
};
|
|
93
|
+
issue_props: any;
|
|
94
|
+
is_active: boolean;
|
|
95
|
+
created_by: string;
|
|
96
|
+
updated_by: string;
|
|
97
|
+
workspace: string | undefined;
|
|
98
|
+
user_info: {
|
|
99
|
+
id: string | undefined;
|
|
100
|
+
first_name: string;
|
|
101
|
+
last_name: string;
|
|
102
|
+
avatar: string | undefined;
|
|
103
|
+
is_bot: boolean;
|
|
104
|
+
display_name: string;
|
|
105
|
+
email: string | undefined;
|
|
106
|
+
};
|
|
107
|
+
workspace_info: {
|
|
108
|
+
id: string | undefined;
|
|
109
|
+
slug: string | undefined;
|
|
110
|
+
name: string;
|
|
111
|
+
};
|
|
112
|
+
member: string;
|
|
113
|
+
}>;
|
|
114
|
+
private createDefaultSettings;
|
|
115
|
+
/**
|
|
116
|
+
* @description - Get Organization members
|
|
117
|
+
* @returns A promise that resolves after get organization members
|
|
118
|
+
* @memberof WorkspaceService
|
|
119
|
+
*/
|
|
120
|
+
getWorkspaceMembers(): Promise<IWorkspaceUserInfo[]>;
|
|
121
|
+
/**
|
|
122
|
+
* Retrieves the most recent collaborators from the workspace members.
|
|
123
|
+
*
|
|
124
|
+
* The function fetches all workspace members and and returns the first members found. The result includes each collaborator's
|
|
125
|
+
* user ID and active issue count (which needs to be calculated accordingly).
|
|
126
|
+
*
|
|
127
|
+
* @returns {Promise<IRecentCollaborator[]>} A promise that resolves to an array of recent collaborators.
|
|
128
|
+
* @throws {BadRequestException} If there is an error while fetching the workspace members.
|
|
129
|
+
*/
|
|
130
|
+
findRecentCollaborators(): Promise<IRecentCollaborator[]>;
|
|
131
|
+
/**
|
|
132
|
+
* Retrieves statistics for the overview widget related to assigned, completed,
|
|
133
|
+
* created, and overdue issues.
|
|
134
|
+
*
|
|
135
|
+
* The method fetches the user's assigned issues, completed issues, and created issues.
|
|
136
|
+
* It also filters assigned issues to determine how many are overdue (i.e., with a due date
|
|
137
|
+
* or target date that is earlier than today).
|
|
138
|
+
*
|
|
139
|
+
* @returns {Promise<Object>} An object containing the following issue counts:
|
|
140
|
+
* - `assigned_issues_count`: The number of issues assigned to the user.
|
|
141
|
+
* - `pending_issues_count`: The number of overdue issues assigned to the user.
|
|
142
|
+
* - `completed_issues_count`: The number of issues the user has completed.
|
|
143
|
+
* - `created_issues_count`: The number of issues created by the user.
|
|
144
|
+
*
|
|
145
|
+
* @throws {Error} If any of the asynchronous operations fail.
|
|
146
|
+
*/
|
|
147
|
+
findOverViewWidgetStats(): Promise<object>;
|
|
148
|
+
/**
|
|
149
|
+
* Retrieves the issues assigned to the current employee.
|
|
150
|
+
*
|
|
151
|
+
* The function calls the issue service to fetch all issues assigned to the employee
|
|
152
|
+
*/
|
|
153
|
+
findMyAssignedIssues(target_date?: string, issue_type?: DashboardIssueTypeEnum, employee?: ID): Promise<(ITask | IIssue)[]>;
|
|
154
|
+
findMyCreatedIssues(target_date?: string, issue_type?: DashboardIssueTypeEnum): Promise<(ITask | IIssue)[]>;
|
|
155
|
+
/**
|
|
156
|
+
* Retrieves the count of tasks assigned to the current employee, grouped by their state.
|
|
157
|
+
*
|
|
158
|
+
* Sends a GET request to fetch tasks assigned to the authenticated employee.
|
|
159
|
+
* Tasks are then categorized into states (backlog, unstarted, started, completed, and cancelled).
|
|
160
|
+
*
|
|
161
|
+
* @returns {Promise<{ state: string, count: number }[]>} A promise that resolves to an array of objects representing task states and their respective counts.
|
|
162
|
+
* @throws {BadRequestException} If an error occurs during the fetch.
|
|
163
|
+
*/
|
|
164
|
+
finAssignedByState(target_date?: string): Promise<{
|
|
165
|
+
state: string;
|
|
166
|
+
count: number;
|
|
167
|
+
}[]>;
|
|
168
|
+
/**
|
|
169
|
+
* Retrieves tasks assigned to the authenticated employee and categorizes them by priority.
|
|
170
|
+
*
|
|
171
|
+
* This function fetches tasks for the authenticated employee and returns the count
|
|
172
|
+
* of tasks grouped by their priority (urgent, high, medium, low, none).
|
|
173
|
+
*
|
|
174
|
+
* @returns {Promise<Array<{ priority: string; count: number }>>} A promise that resolves to an array of objects containing the priority and the count of tasks for each priority level.
|
|
175
|
+
* @throws {BadRequestException} If an error occurs during task retrieval.
|
|
176
|
+
*/
|
|
177
|
+
findAssignedByPriority(target_date?: string): Promise<{
|
|
178
|
+
priority: string;
|
|
179
|
+
count: number;
|
|
180
|
+
}[]>;
|
|
181
|
+
/************* ✨ Windsurf Command ⭐ *************/
|
|
182
|
+
/**
|
|
183
|
+
* Retrieves all projects for the authenticated employee.
|
|
184
|
+
*
|
|
185
|
+
* This function fetches all projects with no specific filters and returns an array of projects.
|
|
186
|
+
*
|
|
187
|
+
* @returns {Promise<IProject[]>} A promise that resolves to an array of projects.
|
|
188
|
+
* @throws {BadRequestException} If an error occurs during project retrieval.
|
|
189
|
+
*/
|
|
190
|
+
/******* e3fe4c94-518f-42c5-ad1c-6ca918f83028 *******/
|
|
191
|
+
findProjects(): Promise<IProject[]>;
|
|
192
|
+
/**
|
|
193
|
+
* Retrieves the most recent project IDs.
|
|
194
|
+
*
|
|
195
|
+
* This function fetches all projects and returns the IDs of the first 5 recent projects.
|
|
196
|
+
*
|
|
197
|
+
* @returns {Promise<ID[]>} A promise that resolves to an array of the most recent project IDs.
|
|
198
|
+
* @throws {BadRequestException} If an error occurs during project retrieval.
|
|
199
|
+
*/
|
|
200
|
+
findRecentProjects(): Promise<ID[]>;
|
|
201
|
+
/**
|
|
202
|
+
* Retrieves the recent activity logs for issues, transformed and filtered based on the user's activity.
|
|
203
|
+
* The method fetches activity logs, resolves associated tasks, and includes details about the issue,
|
|
204
|
+
* actor, project, workspace, and cycle if applicable.
|
|
205
|
+
*
|
|
206
|
+
* @param {number} [length] - Optional limit for the number of recent activities to return.
|
|
207
|
+
* @returns {Promise<any[]>} A promise that resolves with a list of transformed issue activities.
|
|
208
|
+
*
|
|
209
|
+
* @throws {BadRequestException} If an error occurs during the retrieval or processing of activity logs.
|
|
210
|
+
*/
|
|
211
|
+
findRecentIssueActivity(length?: number, employeeId?: ID): Promise<any>;
|
|
212
|
+
/**
|
|
213
|
+
* Fetches and filters issues based on a target date and issue type.
|
|
214
|
+
*/
|
|
215
|
+
private getIssues;
|
|
216
|
+
/**
|
|
217
|
+
* Filters and transforms the tasks based on issue type.
|
|
218
|
+
*/
|
|
219
|
+
private filterAndTransformTasks;
|
|
220
|
+
/**
|
|
221
|
+
* Retrieves a summary of the user's work statistics, including task distribution
|
|
222
|
+
* by state and priority, as well as counts for created, assigned, and completed issues.
|
|
223
|
+
*
|
|
224
|
+
* @returns {Promise<IUserStatsResponse>} A promise that resolves with the user's work summary.
|
|
225
|
+
*
|
|
226
|
+
* @throws {BadRequestException} If an error occurs during the retrieval of work statistics.
|
|
227
|
+
*/
|
|
228
|
+
findUserWorkSummary(employeeId: ID): Promise<IUserStatsResponse>;
|
|
229
|
+
/**
|
|
230
|
+
* Retrieves the user's recent activity
|
|
231
|
+
*
|
|
232
|
+
* @returns {Promise<Object>} A promise that resolves with a structured response containing user activity details.
|
|
233
|
+
*/
|
|
234
|
+
findUserRecentActivity(per_page: number, employeeId: ID): Promise<any>;
|
|
235
|
+
/**
|
|
236
|
+
* Retrieves the project data associated with the currently connected user.
|
|
237
|
+
* This method fetches projects linked to the employee and user ID, then transforms
|
|
238
|
+
* the data using the `userWorkProjectsTransformer`.
|
|
239
|
+
*
|
|
240
|
+
* @returns {Promise<IUserProjectsDataResponse>} A promise that resolves with the user's projects data.
|
|
241
|
+
* @throws {BadRequestException} If an error occurs during the data retrieval or transformation process.
|
|
242
|
+
*
|
|
243
|
+
*/
|
|
244
|
+
findUserProjectsData(employeeId: ID): Promise<IUserProjectsDataResponse>;
|
|
245
|
+
/**
|
|
246
|
+
* Retrieves and groups issues assigned to a user based on the specified grouping option.
|
|
247
|
+
* This method fetches issues assigned to the current employee and organizes them into groups,
|
|
248
|
+
* such as by state or other criteria provided in the options.
|
|
249
|
+
*
|
|
250
|
+
* @param {IIssueFindInput} options - The input options specifying the grouping criteria.
|
|
251
|
+
*
|
|
252
|
+
* @returns A promise that resolves to an array of grouped issues.
|
|
253
|
+
* Each group is structured based on the specified grouping option.
|
|
254
|
+
*
|
|
255
|
+
* @throws {BadRequestException} Throws if an error occurs during issue retrieval or processing.
|
|
256
|
+
*/
|
|
257
|
+
findUserGroupedIssueAssigned(options: IIssueFindInput): Promise<Record<string, any>>;
|
|
258
|
+
findUserSubscribedIssues(relations?: string[], order_by?: IssueOrderByField): Promise<ITask[]>;
|
|
259
|
+
/**
|
|
260
|
+
* Fetches all workspace states associated with projects in the workspace.
|
|
261
|
+
* This method retrieves all projects in the workspace, then queries each project's states,
|
|
262
|
+
* consolidating them into a single array.
|
|
263
|
+
*
|
|
264
|
+
* @returns A promise resolving to an array of workspace states.
|
|
265
|
+
* Each state corresponds to a specific project within the workspace.
|
|
266
|
+
*
|
|
267
|
+
* @throws {BadRequestException} Throws if an error occurs during project or state retrieval.
|
|
268
|
+
*/
|
|
269
|
+
findWorkspaceStates(): Promise<import("@ever-gauzy/plugin-integration-plane-models").IState[]>;
|
|
270
|
+
/**
|
|
271
|
+
* Fetches all workspace modules associated with projects in the workspace.
|
|
272
|
+
* This method retrieves all projects within the workspace and then queries
|
|
273
|
+
* each project's modules, consolidating them into a single array.
|
|
274
|
+
*
|
|
275
|
+
* @returns {Promise<IModule[]>} A promise resolving to an array of project modules.
|
|
276
|
+
* Each module corresponds to a specific project within the workspace.
|
|
277
|
+
*
|
|
278
|
+
* @throws {BadRequestException} Throws if an error occurs during project or module retrieval.
|
|
279
|
+
*/
|
|
280
|
+
findWorkspaceModules(): Promise<IModule[]>;
|
|
281
|
+
/**
|
|
282
|
+
* Fetches all cycles associated with projects in the workspace.
|
|
283
|
+
* This method retrieves all projects within the workspace and then queries
|
|
284
|
+
* each project's cycles, consolidating them into a single array.
|
|
285
|
+
*
|
|
286
|
+
* @returns {Promise<ICycle[]>} A promise resolving to an array of cycles.
|
|
287
|
+
* Each cycle corresponds to a specific project within the workspace.
|
|
288
|
+
*
|
|
289
|
+
* @throws {BadRequestException} Throws if an error occurs during project or cycle retrieval.
|
|
290
|
+
*/
|
|
291
|
+
findWorkspaceCycles(): Promise<ICycle[]>;
|
|
292
|
+
/**
|
|
293
|
+
* Retrieves all labels associated with the projects in the workspace.
|
|
294
|
+
* This method fetches all projects along with their tags and transforms the tags
|
|
295
|
+
* into issue labels, consolidating them into a single array.
|
|
296
|
+
*
|
|
297
|
+
* @returns {Promise<IIssueLabel[]>} A promise resolving to an array of issue labels (`IIssueLabel[]`),
|
|
298
|
+
* each associated with a specific project in the workspace.
|
|
299
|
+
*
|
|
300
|
+
* @throws {BadRequestException} Throws if an error occurs during project or label retrieval.
|
|
301
|
+
*/
|
|
302
|
+
findWorkspaceLabels(): Promise<IIssueLabel[]>;
|
|
303
|
+
/**
|
|
304
|
+
* Creates a new draft issue.
|
|
305
|
+
* @param {IIssueCreateInput} input - The input data required to create a draft issue.
|
|
306
|
+
* @returns {Promise<IIssue>} A promise that resolves to the newly created draft issue.
|
|
307
|
+
*/
|
|
308
|
+
createDraftIssue(input: IIssueCreateInput): Promise<IIssue>;
|
|
309
|
+
/**
|
|
310
|
+
* Updates an issue with the given ID and input data, ensuring it remains a draft.
|
|
311
|
+
*
|
|
312
|
+
* @param {ID} id - The unique identifier of the issue to update.
|
|
313
|
+
* @param {IIssueUpdateInput} input - The data to update the issue with.
|
|
314
|
+
* @returns {Promise<IIssue>} A promise that resolves to the updated issue.
|
|
315
|
+
*/
|
|
316
|
+
updateDraftIssue(id: ID, input: IIssueUpdateInput): Promise<IIssue>;
|
|
317
|
+
/**
|
|
318
|
+
* Retrieves all draft issues.
|
|
319
|
+
*
|
|
320
|
+
* @returns {Promise<any>} A promise that resolves to a list of transformed issues.
|
|
321
|
+
*/
|
|
322
|
+
findDraftIssues(): Promise<any>;
|
|
323
|
+
draftToIssue(id: ID, input: IIssueUpdateInput): Promise<IIssue>;
|
|
324
|
+
/**
|
|
325
|
+
* Finds global entities based on search criteria across various domains.
|
|
326
|
+
*
|
|
327
|
+
* @param {IGlabalEntitiesFindInput} options - Search options, including project ID and search term.
|
|
328
|
+
* @returns {Promise<IGlobalEntitiesResponse>} A response containing filtered results across multiple entities.
|
|
329
|
+
* @throws {BadRequestException} Throws if the operation fails.
|
|
330
|
+
*/
|
|
331
|
+
findGlobalEntitiesBySearch(options: IGlabalEntitiesFindInput): Promise<IGlobalEntitiesResponse>;
|
|
332
|
+
/**
|
|
333
|
+
* Filters entities based on a search term in a specified key.
|
|
334
|
+
* @param searchTerm The term to search for.
|
|
335
|
+
* @param entities The array of entities to filter.
|
|
336
|
+
* @param key The key in each entity object where the search will be performed. Default is 'name'.
|
|
337
|
+
* @returns Filtered array of entities.
|
|
338
|
+
*/
|
|
339
|
+
private filterByName;
|
|
340
|
+
/**
|
|
341
|
+
* Performs an entity search based on the provided options.
|
|
342
|
+
*
|
|
343
|
+
* Currently, this function supports the `user_mention` query type, which retrieves
|
|
344
|
+
* project members and maps their details into a simplified format for user mentions.
|
|
345
|
+
*
|
|
346
|
+
* @param {IEntitySearchFindInput} options - The search options containing `project_id`
|
|
347
|
+
* and `query_type`.
|
|
348
|
+
* @returns {Promise<any>} A promise resolving to an object containing the user mention details.
|
|
349
|
+
* @throws {BadRequestException} Throws a BadRequestException if an error occurs during the process.
|
|
350
|
+
*/
|
|
351
|
+
entitySearch(options: IEntitySearchFindInput): Promise<{
|
|
352
|
+
user_mention: Array<{
|
|
353
|
+
member__display_name: string;
|
|
354
|
+
member__id: string;
|
|
355
|
+
member__avatar_url: string;
|
|
356
|
+
}>;
|
|
357
|
+
}>;
|
|
358
|
+
/**
|
|
359
|
+
* Retrieves issues based on the provided options and the referer.
|
|
360
|
+
*
|
|
361
|
+
* If a `viewId` can be extracted from the referer, the function retrieves all issues
|
|
362
|
+
* associated with a specific project using the `_issueService`. If no `viewId` is found,
|
|
363
|
+
* the function fetches issues grouped by user assignment.
|
|
364
|
+
*
|
|
365
|
+
* @async
|
|
366
|
+
* @param {IIssueFindInput} options - The search options for filtering issues.
|
|
367
|
+
* @param {string} referer - The referer URL, used to extract a workspace view ID.
|
|
368
|
+
* @returns A promise resolving to the issues, either grouped by user
|
|
369
|
+
* assignment or retrieved by project.
|
|
370
|
+
* @throws {BadRequestException} Throws a BadRequestException if an error occurs during
|
|
371
|
+
* the process.
|
|
372
|
+
*/
|
|
373
|
+
findViewIssues(options: IIssueFindInput, referer: string): Promise<any>;
|
|
374
|
+
/**
|
|
375
|
+
* Fetches the notifications for the current user.
|
|
376
|
+
*
|
|
377
|
+
* @async
|
|
378
|
+
* @returns {Promise<INotificationResponse>} A promise that resolves to the notification response.
|
|
379
|
+
*/
|
|
380
|
+
findUserNotification(): Promise<INotificationResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* Fetches the unread notifications for the current user.
|
|
383
|
+
*
|
|
384
|
+
* @async
|
|
385
|
+
* @returns {Promise<IUnreadNotificationResponse>} A promise that resolves to the unread notification data.
|
|
386
|
+
*/
|
|
387
|
+
findUnreadNotifications(): Promise<IUnreadNotificationResponse>;
|
|
388
|
+
/**
|
|
389
|
+
* Updates a notification to be on hold until a specified date.
|
|
390
|
+
*
|
|
391
|
+
* @async
|
|
392
|
+
* @param {ID} id - The ID of the notification to update.
|
|
393
|
+
* @param {INotification} input - The input object containing the snoozed_till date.
|
|
394
|
+
* @returns {Promise<any>} A promise that resolves to the result of the update operation.
|
|
395
|
+
*/
|
|
396
|
+
holdNotification(id: ID, input: INotification): Promise<any>;
|
|
397
|
+
/**
|
|
398
|
+
* Marks all notifications as read.
|
|
399
|
+
*
|
|
400
|
+
* @async
|
|
401
|
+
* @returns {Promise<any>} A promise that resolves to the response data.
|
|
402
|
+
*/
|
|
403
|
+
markAllAsRead(): Promise<any>;
|
|
404
|
+
/**
|
|
405
|
+
* Archives a notification.
|
|
406
|
+
*
|
|
407
|
+
* @async
|
|
408
|
+
* @param {ID} id - The ID of the notification to archive.
|
|
409
|
+
* @returns {Promise<any>} A promise that resolves to the result of the archive operation.
|
|
410
|
+
*/
|
|
411
|
+
archiveNotification(id: ID): Promise<any>;
|
|
412
|
+
/**
|
|
413
|
+
* Unarchives a notification.
|
|
414
|
+
*
|
|
415
|
+
* @async
|
|
416
|
+
* @param {ID} id - The ID of the notification to unarchive.
|
|
417
|
+
* @returns {Promise<any>} A promise that resolves to the result of the unarchive operation.
|
|
418
|
+
*/
|
|
419
|
+
unArchiveNotification(id: ID): Promise<any>;
|
|
420
|
+
/**
|
|
421
|
+
* Marks a notification as read and returns the updated notification.
|
|
422
|
+
*
|
|
423
|
+
* @async
|
|
424
|
+
* @param {ID} id - The ID of the notification to mark as read.
|
|
425
|
+
* @returns {Promise<INotification>} A promise that resolves to the updated notification.
|
|
426
|
+
*/
|
|
427
|
+
readNotification(id: ID): Promise<INotification>;
|
|
428
|
+
/**
|
|
429
|
+
* Marks a notification as unread and returns the updated notification.
|
|
430
|
+
*
|
|
431
|
+
* @async
|
|
432
|
+
* @param {ID} id - The ID of the notification to mark as read.
|
|
433
|
+
* @returns {Promise<INotification>} A promise that resolves to the updated notification.
|
|
434
|
+
*/
|
|
435
|
+
unreadNotification(id: ID): Promise<INotification>;
|
|
436
|
+
/**
|
|
437
|
+
* Toggles the status of a notification.
|
|
438
|
+
*
|
|
439
|
+
* @private
|
|
440
|
+
* @async
|
|
441
|
+
* @param {ID} id - The ID of the notification to toggle.
|
|
442
|
+
* @param {'isRead' | 'isArchived'} statusKey - The key of the status to toggle.
|
|
443
|
+
* @param {boolean} statusValue - The value of the status to toggle.
|
|
444
|
+
* @returns {Promise<INotification>} A promise that resolves to the updated notification.
|
|
445
|
+
*/
|
|
446
|
+
private _toggleNotificationStatus;
|
|
447
|
+
/**
|
|
448
|
+
* Creates a quick link, an issue link that is not associated with any issue.
|
|
449
|
+
*
|
|
450
|
+
* @param input - The input data for creating the quick link.
|
|
451
|
+
* @returns The created quick link.
|
|
452
|
+
* @throws {BadRequestException} If the API returns an array of links instead of a single link.
|
|
453
|
+
*/
|
|
454
|
+
createQuickLink(input: ICreateIssueLink): Promise<IIssueLink>;
|
|
455
|
+
/**
|
|
456
|
+
* Updates a quick link in the workspace.
|
|
457
|
+
*
|
|
458
|
+
* @param linkId - The ID of the quick link to update.
|
|
459
|
+
* @param input - The updated data for the quick link.
|
|
460
|
+
* @returns The updated quick link.
|
|
461
|
+
*/
|
|
462
|
+
updateQuickLink(linkId: ID, input: ICreateIssueLink): Promise<IIssueLink>;
|
|
463
|
+
/**
|
|
464
|
+
* Finds all quick links in the workspace.
|
|
465
|
+
* @returns {Promise<IIssueLink[]>} A promise resolved to an array of quick links.
|
|
466
|
+
*/
|
|
467
|
+
findQuickLinks(): Promise<IIssueLink[]>;
|
|
468
|
+
/**
|
|
469
|
+
* Deletes a quick link from the workspace.
|
|
470
|
+
*
|
|
471
|
+
* @param id - The ID of the quick link to delete.
|
|
472
|
+
* @returns A promise resolving to the deleted result.
|
|
473
|
+
*/
|
|
474
|
+
deleteQuickLink(id: ID): Promise<any>;
|
|
475
|
+
}
|