@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,30 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateIssueLabelDTO = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class CreateIssueLabelDTO {
|
|
16
|
+
}
|
|
17
|
+
exports.CreateIssueLabelDTO = CreateIssueLabelDTO;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)({ type: () => String }),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], CreateIssueLabelDTO.prototype, "name", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, swagger_1.ApiProperty)({ type: () => String }),
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreateIssueLabelDTO.prototype, "color", void 0);
|
|
30
|
+
//# sourceMappingURL=create-issue-label.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-issue-label.dto.js","sourceRoot":"","sources":["../../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/dto/create-issue-label.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAAuD;AAGvD,MAAa,mBAAmB;CAU/B;AAVD,kDAUC;AANA;IAHC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC;IACnC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACC;AAKd;IAHC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC;IACnC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-issue-label.dto"), exports);
|
|
18
|
+
__exportStar(require("./update-issue-label.dto"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,2DAAyC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CreateIssueLabelDTO } from '.';
|
|
2
|
+
import { IUpdateIssueLabelInput } from '@ever-gauzy/plugin-integration-plane-models';
|
|
3
|
+
declare const UpdateIssueLabelDTO_base: import("@nestjs/common").Type<Partial<CreateIssueLabelDTO>>;
|
|
4
|
+
export declare class UpdateIssueLabelDTO extends UpdateIssueLabelDTO_base implements IUpdateIssueLabelInput {
|
|
5
|
+
}
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIssueLabelDTO = void 0;
|
|
4
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
5
|
+
const _1 = require(".");
|
|
6
|
+
class UpdateIssueLabelDTO extends (0, swagger_1.PartialType)(_1.CreateIssueLabelDTO) {
|
|
7
|
+
}
|
|
8
|
+
exports.UpdateIssueLabelDTO = UpdateIssueLabelDTO;
|
|
9
|
+
//# sourceMappingURL=update-issue-label.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-issue-label.dto.js","sourceRoot":"","sources":["../../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/dto/update-issue-label.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,wBAAwC;AAGxC,MAAa,mBACZ,SAAQ,IAAA,qBAAW,EAAC,sBAAmB,CAAC;CACJ;AAFrC,kDAEqC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ID } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
import { IssueLabelsService } from './issue-labels.service';
|
|
3
|
+
import { CreateIssueLabelDTO, UpdateIssueLabelDTO } from './dto';
|
|
4
|
+
export declare class IssueLabelsController {
|
|
5
|
+
private readonly _issueLabelService;
|
|
6
|
+
constructor(_issueLabelService: IssueLabelsService);
|
|
7
|
+
/**
|
|
8
|
+
* @description - Get project issue labels
|
|
9
|
+
* @param {ID} projectId - the project ID for whom getting labels
|
|
10
|
+
* @returns - A promise that resolves after get labels
|
|
11
|
+
* @memberof IssueLabelsController
|
|
12
|
+
*/
|
|
13
|
+
getAllByProjectId(projectId: ID): Promise<import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel | import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel[]>;
|
|
14
|
+
/**
|
|
15
|
+
* @description - Create issue label
|
|
16
|
+
* @param {ID} projectId - the project ID for whom to associate with created label
|
|
17
|
+
* @param {CreateIssueLabelDTO} input - data for creating label
|
|
18
|
+
* @returns - A promise that resolves after created label
|
|
19
|
+
* @memberof IssueLabelsController
|
|
20
|
+
*/
|
|
21
|
+
createIssueLabel(input: CreateIssueLabelDTO, projectId: ID): Promise<import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel | import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel[]>;
|
|
22
|
+
/**
|
|
23
|
+
* @description - Update issue label
|
|
24
|
+
* @param {ID} id - the label ID to be updated
|
|
25
|
+
* @param {ID} projectId - the project ID for whom to associate with Updated label
|
|
26
|
+
* @param {UpdateIssueLabelDTO} input - data for updating label
|
|
27
|
+
* @returns - A promise that resolves after Updated label
|
|
28
|
+
* @memberof IssueLabelsController
|
|
29
|
+
*/
|
|
30
|
+
updateIssueLabel(input: UpdateIssueLabelDTO, id: ID, projectId: ID): Promise<import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel | import("@ever-gauzy/plugin-integration-plane-models").IIssueLabel[]>;
|
|
31
|
+
/**
|
|
32
|
+
* @description - Delete label
|
|
33
|
+
* @param {ID} id - The label ID to be deleted
|
|
34
|
+
* @returns - A promise that resolves after label deleted
|
|
35
|
+
* @memberof IssueLabelsController
|
|
36
|
+
*/
|
|
37
|
+
deleteIssueLabel(id: ID): Promise<any>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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.IssueLabelsController = void 0;
|
|
16
|
+
const common_1 = require("@nestjs/common");
|
|
17
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
18
|
+
const issue_labels_service_1 = require("./issue-labels.service");
|
|
19
|
+
const dto_1 = require("./dto");
|
|
20
|
+
let IssueLabelsController = class IssueLabelsController {
|
|
21
|
+
constructor(_issueLabelService) {
|
|
22
|
+
this._issueLabelService = _issueLabelService;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @description - Get project issue labels
|
|
26
|
+
* @param {ID} projectId - the project ID for whom getting labels
|
|
27
|
+
* @returns - A promise that resolves after get labels
|
|
28
|
+
* @memberof IssueLabelsController
|
|
29
|
+
*/
|
|
30
|
+
async getAllByProjectId(projectId) {
|
|
31
|
+
return await this._issueLabelService.getProjectIssueLabels(projectId);
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @description - Create issue label
|
|
35
|
+
* @param {ID} projectId - the project ID for whom to associate with created label
|
|
36
|
+
* @param {CreateIssueLabelDTO} input - data for creating label
|
|
37
|
+
* @returns - A promise that resolves after created label
|
|
38
|
+
* @memberof IssueLabelsController
|
|
39
|
+
*/
|
|
40
|
+
async createIssueLabel(input, projectId) {
|
|
41
|
+
return await this._issueLabelService.createIssueLabel(projectId, input);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @description - Update issue label
|
|
45
|
+
* @param {ID} id - the label ID to be updated
|
|
46
|
+
* @param {ID} projectId - the project ID for whom to associate with Updated label
|
|
47
|
+
* @param {UpdateIssueLabelDTO} input - data for updating label
|
|
48
|
+
* @returns - A promise that resolves after Updated label
|
|
49
|
+
* @memberof IssueLabelsController
|
|
50
|
+
*/
|
|
51
|
+
async updateIssueLabel(input, id, projectId) {
|
|
52
|
+
return await this._issueLabelService.updateIssueLabel(id, projectId, input);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @description - Delete label
|
|
56
|
+
* @param {ID} id - The label ID to be deleted
|
|
57
|
+
* @returns - A promise that resolves after label deleted
|
|
58
|
+
* @memberof IssueLabelsController
|
|
59
|
+
*/
|
|
60
|
+
async deleteIssueLabel(id) {
|
|
61
|
+
return await this._issueLabelService.deleteIssueLabel(id);
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
exports.IssueLabelsController = IssueLabelsController;
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
67
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get Issue Labels By project' }),
|
|
68
|
+
(0, common_1.Get)(),
|
|
69
|
+
__param(0, (0, common_1.Param)('projectId')),
|
|
70
|
+
__metadata("design:type", Function),
|
|
71
|
+
__metadata("design:paramtypes", [String]),
|
|
72
|
+
__metadata("design:returntype", Promise)
|
|
73
|
+
], IssueLabelsController.prototype, "getAllByProjectId", null);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
76
|
+
(0, swagger_1.ApiOperation)({ summary: 'Create Issue Label' }),
|
|
77
|
+
(0, common_1.Post)(),
|
|
78
|
+
__param(0, (0, common_1.Body)()),
|
|
79
|
+
__param(1, (0, common_1.Param)('projectId')),
|
|
80
|
+
__metadata("design:type", Function),
|
|
81
|
+
__metadata("design:paramtypes", [dto_1.CreateIssueLabelDTO, String]),
|
|
82
|
+
__metadata("design:returntype", Promise)
|
|
83
|
+
], IssueLabelsController.prototype, "createIssueLabel", null);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
86
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update Issue Label' }),
|
|
87
|
+
(0, common_1.Patch)(':id'),
|
|
88
|
+
__param(0, (0, common_1.Body)()),
|
|
89
|
+
__param(1, (0, common_1.Param)('id')),
|
|
90
|
+
__param(2, (0, common_1.Param)('projectId')),
|
|
91
|
+
__metadata("design:type", Function),
|
|
92
|
+
__metadata("design:paramtypes", [dto_1.UpdateIssueLabelDTO, String, String]),
|
|
93
|
+
__metadata("design:returntype", Promise)
|
|
94
|
+
], IssueLabelsController.prototype, "updateIssueLabel", null);
|
|
95
|
+
__decorate([
|
|
96
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.NO_CONTENT),
|
|
97
|
+
(0, swagger_1.ApiOperation)({ summary: 'Delete Issue Label' }),
|
|
98
|
+
(0, common_1.Delete)(':id'),
|
|
99
|
+
__param(0, (0, common_1.Param)('id')),
|
|
100
|
+
__metadata("design:type", Function),
|
|
101
|
+
__metadata("design:paramtypes", [String]),
|
|
102
|
+
__metadata("design:returntype", Promise)
|
|
103
|
+
], IssueLabelsController.prototype, "deleteIssueLabel", null);
|
|
104
|
+
exports.IssueLabelsController = IssueLabelsController = __decorate([
|
|
105
|
+
(0, common_1.Controller)(),
|
|
106
|
+
__metadata("design:paramtypes", [issue_labels_service_1.IssueLabelsService])
|
|
107
|
+
], IssueLabelsController);
|
|
108
|
+
//# sourceMappingURL=issue-labels.controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-labels.controller.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/issue-labels.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAUwB;AACxB,6CAA+C;AAE/C,iEAA4D;AAC5D,+BAAiE;AAG1D,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IACjC,YAA6B,kBAAsC;QAAtC,uBAAkB,GAAlB,kBAAkB,CAAoB;IAAG,CAAC;IAEvE;;;;;OAKG;IAIG,AAAN,KAAK,CAAC,iBAAiB,CAAqB,SAAa;QACxD,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;OAMG;IAIG,AAAN,KAAK,CAAC,gBAAgB,CACb,KAA0B,EACd,SAAa;QAEjC,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;OAOG;IAIG,AAAN,KAAK,CAAC,gBAAgB,CACb,KAA0B,EACrB,EAAM,EACC,SAAa;QAEjC,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CACpD,EAAE,EACF,SAAS,EACT,KAAK,CACL,CAAC;IACH,CAAC;IAED;;;;;OAKG;IAIG,AAAN,KAAK,CAAC,gBAAgB,CAAc,EAAM;QACzC,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC;IAC3D,CAAC;CACD,CAAA;AApEY,sDAAqB;AAY3B;IAHL,IAAA,iBAAQ,EAAC,mBAAU,CAAC,EAAE,CAAC;IACvB,IAAA,sBAAY,EAAC,EAAE,OAAO,EAAE,6BAA6B,EAAE,CAAC;IACxD,IAAA,YAAG,GAAE;IACmB,WAAA,IAAA,cAAK,EAAC,WAAW,CAAC,CAAA;;;;8DAE1C;AAYK;IAHL,IAAA,iBAAQ,EAAC,mBAAU,CAAC,OAAO,CAAC;IAC5B,IAAA,sBAAY,EAAC,EAAE,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAC/C,IAAA,aAAI,GAAE;IAEL,WAAA,IAAA,aAAI,GAAE,CAAA;IACN,WAAA,IAAA,cAAK,EAAC,WAAW,CAAC,CAAA;;qCADJ,yBAAmB;;6DAIlC;AAaK;IAHL,IAAA,iBAAQ,EAAC,mBAAU,CAAC,EAAE,CAAC;IACvB,IAAA,sBAAY,EAAC,EAAE,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAC/C,IAAA,cAAK,EAAC,KAAK,CAAC;IAEX,WAAA,IAAA,aAAI,GAAE,CAAA;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,cAAK,EAAC,WAAW,CAAC,CAAA;;qCAFJ,yBAAmB;;6DASlC;AAWK;IAHL,IAAA,iBAAQ,EAAC,mBAAU,CAAC,UAAU,CAAC;IAC/B,IAAA,sBAAY,EAAC,EAAE,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAC/C,IAAA,eAAM,EAAC,KAAK,CAAC;IACU,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;6DAElC;gCAnEW,qBAAqB;IADjC,IAAA,mBAAU,GAAE;qCAEqC,yCAAkB;GADvD,qBAAqB,CAoEjC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.IssueLabelsModule = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
const issue_labels_service_1 = require("./issue-labels.service");
|
|
12
|
+
const issue_labels_controller_1 = require("./issue-labels.controller");
|
|
13
|
+
let IssueLabelsModule = class IssueLabelsModule {
|
|
14
|
+
};
|
|
15
|
+
exports.IssueLabelsModule = IssueLabelsModule;
|
|
16
|
+
exports.IssueLabelsModule = IssueLabelsModule = __decorate([
|
|
17
|
+
(0, common_1.Module)({
|
|
18
|
+
providers: [issue_labels_service_1.IssueLabelsService],
|
|
19
|
+
controllers: [issue_labels_controller_1.IssueLabelsController],
|
|
20
|
+
exports: [issue_labels_service_1.IssueLabelsService]
|
|
21
|
+
})
|
|
22
|
+
], IssueLabelsModule);
|
|
23
|
+
//# sourceMappingURL=issue-labels.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-labels.module.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/issue-labels.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,iEAA4D;AAC5D,uEAAkE;AAO3D,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAL7B,IAAA,eAAM,EAAC;QACP,SAAS,EAAE,CAAC,yCAAkB,CAAC;QAC/B,WAAW,EAAE,CAAC,+CAAqB,CAAC;QACpC,OAAO,EAAE,CAAC,yCAAkB,CAAC;KAC7B,CAAC;GACW,iBAAiB,CAAG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ICreateIssueLabelInput, ID, IIssueLabel, IUpdateIssueLabelInput } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
import { ApiFetchService } from '../../api-fetch/api-fetch.service';
|
|
3
|
+
export declare class IssueLabelsService extends ApiFetchService {
|
|
4
|
+
private readonly path;
|
|
5
|
+
/**
|
|
6
|
+
* @description - Get project issue labels
|
|
7
|
+
* @param {ID} projectId - the project ID for whom getting labels
|
|
8
|
+
* @returns - A promise that resolves after get labels
|
|
9
|
+
* @memberof IssueLabelsService
|
|
10
|
+
*/
|
|
11
|
+
getProjectIssueLabels(projectId: ID): Promise<IIssueLabel[] | IIssueLabel>;
|
|
12
|
+
/**
|
|
13
|
+
* @description - Create issue label
|
|
14
|
+
* @param {ID} projectId - the project ID for whom to associate with created label
|
|
15
|
+
* @param {ICreateIssueLabelInput} input - data for creating label
|
|
16
|
+
* @returns - A promise that resolves after created label
|
|
17
|
+
* @memberof IssueLabelsService
|
|
18
|
+
*/
|
|
19
|
+
createIssueLabel(projectId: ID, input: ICreateIssueLabelInput): Promise<IIssueLabel | IIssueLabel[]>;
|
|
20
|
+
/**
|
|
21
|
+
* @description - Update issue label
|
|
22
|
+
* @param {ID} id - the label ID to be updated
|
|
23
|
+
* @param {ID} projectId - the project ID for whom to associate with Updated label
|
|
24
|
+
* @param {IUpdateIssueLabelInput} input - data for updating label
|
|
25
|
+
* @returns - A promise that resolves after Updated label
|
|
26
|
+
* @memberof IssueLabelsService
|
|
27
|
+
*/
|
|
28
|
+
updateIssueLabel(id: ID, projectId: ID, input: IUpdateIssueLabelInput): Promise<IIssueLabel | IIssueLabel[]>;
|
|
29
|
+
/**
|
|
30
|
+
* @description - Delete label
|
|
31
|
+
* @param {ID} id - The label ID to be deleted
|
|
32
|
+
* @returns - A promise that resolves after label deleted
|
|
33
|
+
* @memberof IssueLabelsService
|
|
34
|
+
*/
|
|
35
|
+
deleteIssueLabel(id: ID): Promise<any>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.IssueLabelsService = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const qs_1 = __importDefault(require("qs"));
|
|
15
|
+
const api_fetch_service_1 = require("../../api-fetch/api-fetch.service");
|
|
16
|
+
const config_1 = require("../../../config");
|
|
17
|
+
let IssueLabelsService = class IssueLabelsService extends api_fetch_service_1.ApiFetchService {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
this.path = '/tags';
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @description - Get project issue labels
|
|
24
|
+
* @param {ID} projectId - the project ID for whom getting labels
|
|
25
|
+
* @returns - A promise that resolves after get labels
|
|
26
|
+
* @memberof IssueLabelsService
|
|
27
|
+
*/
|
|
28
|
+
async getProjectIssueLabels(projectId) {
|
|
29
|
+
var _a, _b;
|
|
30
|
+
const query = qs_1.default.stringify((0, config_1.getLabelsQuery)());
|
|
31
|
+
try {
|
|
32
|
+
const labels = (await this.apiFetch({
|
|
33
|
+
method: 'GET',
|
|
34
|
+
path: `${this.path}`,
|
|
35
|
+
query
|
|
36
|
+
})).data;
|
|
37
|
+
return (0, config_1.issueLabelsTransformer)(labels.items, projectId);
|
|
38
|
+
}
|
|
39
|
+
catch (error) {
|
|
40
|
+
this.logger.error(`Operation failed: ${((_b = (_a = error === null || error === void 0 ? void 0 : error.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.message) || error.message}`, error.stack);
|
|
41
|
+
throw new common_1.BadRequestException();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @description - Create issue label
|
|
46
|
+
* @param {ID} projectId - the project ID for whom to associate with created label
|
|
47
|
+
* @param {ICreateIssueLabelInput} input - data for creating label
|
|
48
|
+
* @returns - A promise that resolves after created label
|
|
49
|
+
* @memberof IssueLabelsService
|
|
50
|
+
*/
|
|
51
|
+
async createIssueLabel(projectId, input) {
|
|
52
|
+
try {
|
|
53
|
+
const label = (await this.apiFetch({
|
|
54
|
+
method: 'POST',
|
|
55
|
+
path: `${this.path}`,
|
|
56
|
+
body: Object.assign(Object.assign({}, input), { organizationId: (0, config_1.getCurrentOrganizationSlug)(), tenantId: (0, config_1.currentTenantId)() })
|
|
57
|
+
})).data;
|
|
58
|
+
return (0, config_1.issueLabelsTransformer)(label, projectId);
|
|
59
|
+
}
|
|
60
|
+
catch (error) {
|
|
61
|
+
throw new common_1.BadRequestException(error);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @description - Update issue label
|
|
66
|
+
* @param {ID} id - the label ID to be updated
|
|
67
|
+
* @param {ID} projectId - the project ID for whom to associate with Updated label
|
|
68
|
+
* @param {IUpdateIssueLabelInput} input - data for updating label
|
|
69
|
+
* @returns - A promise that resolves after Updated label
|
|
70
|
+
* @memberof IssueLabelsService
|
|
71
|
+
*/
|
|
72
|
+
async updateIssueLabel(id, projectId, input) {
|
|
73
|
+
try {
|
|
74
|
+
const label = (await this.apiFetch({
|
|
75
|
+
method: 'PUT',
|
|
76
|
+
path: `${this.path}/${id}`,
|
|
77
|
+
body: input
|
|
78
|
+
})).data;
|
|
79
|
+
return (0, config_1.issueLabelsTransformer)(label, projectId);
|
|
80
|
+
}
|
|
81
|
+
catch (error) {
|
|
82
|
+
throw new common_1.BadRequestException(error);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @description - Delete label
|
|
87
|
+
* @param {ID} id - The label ID to be deleted
|
|
88
|
+
* @returns - A promise that resolves after label deleted
|
|
89
|
+
* @memberof IssueLabelsService
|
|
90
|
+
*/
|
|
91
|
+
async deleteIssueLabel(id) {
|
|
92
|
+
try {
|
|
93
|
+
return (await this.apiFetch({
|
|
94
|
+
method: 'DELETE',
|
|
95
|
+
path: `${this.path}/${id}`
|
|
96
|
+
})).data;
|
|
97
|
+
}
|
|
98
|
+
catch (error) {
|
|
99
|
+
throw new common_1.BadRequestException(error);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
exports.IssueLabelsService = IssueLabelsService;
|
|
104
|
+
exports.IssueLabelsService = IssueLabelsService = __decorate([
|
|
105
|
+
(0, common_1.Injectable)()
|
|
106
|
+
], IssueLabelsService);
|
|
107
|
+
//# sourceMappingURL=issue-labels.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-labels.service.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/modules/issues/issue-labels/issue-labels.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAiE;AACjE,4CAAoB;AASpB,yEAAoE;AACpE,4CAKyB;AAGlB,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,mCAAe;IAAhD;;QACW,SAAI,GAAG,OAAO,CAAC;IAyGjC,CAAC;IAvGA;;;;;OAKG;IACH,KAAK,CAAC,qBAAqB,CAC1B,SAAa;;QAEb,MAAM,KAAK,GAAG,YAAE,CAAC,SAAS,CAAC,IAAA,uBAAc,GAAE,CAAC,CAAC;QAC7C,IAAI,CAAC;YACJ,MAAM,MAAM,GAAsB,CACjC,MAAM,IAAI,CAAC,QAAQ,CAAC;gBACnB,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE;gBACpB,KAAK;aACL,CAAC,CACF,CAAC,IAAI,CAAC;YAEP,OAAO,IAAA,+BAAsB,EAAC,MAAM,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;QACxD,CAAC;QAAC,OAAO,KAAU,EAAE,CAAC;YACrB,IAAI,CAAC,MAAM,CAAC,KAAK,CAChB,qBAAqB,CAAA,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,0CAAE,IAAI,0CAAE,OAAO,KAAI,KAAK,CAAC,OAAO,EAAE,EACtE,KAAK,CAAC,KAAK,CACX,CAAC;YACF,MAAM,IAAI,4BAAmB,EAAE,CAAC;QACjC,CAAC;IACF,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,gBAAgB,CACrB,SAAa,EACb,KAA6B;QAE7B,IAAI,CAAC;YACJ,MAAM,KAAK,GAAS,CACnB,MAAM,IAAI,CAAC,QAAQ,CAAC;gBACnB,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE;gBACpB,IAAI,kCACA,KAAK,KACR,cAAc,EAAE,IAAA,mCAA0B,GAAE,EAC5C,QAAQ,EAAE,IAAA,wBAAe,GAAE,GAC3B;aACD,CAAC,CACF,CAAC,IAAI,CAAC;YACP,OAAO,IAAA,+BAAsB,EAAC,KAAK,EAAE,SAAS,CAAC,CAAC;QACjD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YAChB,MAAM,IAAI,4BAAmB,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;IACF,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,gBAAgB,CACrB,EAAM,EACN,SAAa,EACb,KAA6B;QAE7B,IAAI,CAAC;YACJ,MAAM,KAAK,GAAS,CACnB,MAAM,IAAI,CAAC,QAAQ,CAAC;gBACnB,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,IAAI,EAAE,EAAE;gBAC1B,IAAI,EAAE,KAAK;aACX,CAAC,CACF,CAAC,IAAI,CAAC;YACP,OAAO,IAAA,+BAAsB,EAAC,KAAK,EAAE,SAAS,CAAC,CAAC;QACjD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YAChB,MAAM,IAAI,4BAAmB,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;IACF,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,gBAAgB,CAAC,EAAM;QAC5B,IAAI,CAAC;YACJ,OAAO,CACN,MAAM,IAAI,CAAC,QAAQ,CAAC;gBACnB,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,IAAI,EAAE,EAAE;aAC1B,CAAC,CACF,CAAC,IAAI,CAAC;QACR,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YAChB,MAAM,IAAI,4BAAmB,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;IACF,CAAC;CACD,CAAA;AA1GY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;GACA,kBAAkB,CA0G9B"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { ID, IIssue, IIssueComment, IIssueFindInput, IIssueLink, IReactionData, IssueActivityTypeEnum, ISubIssueResponse, ISubscriber } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
import { IssuesService } from './issues.service';
|
|
3
|
+
import { CreateIssueCommentDTO, CreateIssueDTO, CreateIssueLinkDTO, CreateIssueReactionDTO, UpdateIssueDTO } from './dto';
|
|
4
|
+
import { CreateIssueRelationDTO, DeleteIssueRelationDTO } from '../issue-relations/dto';
|
|
5
|
+
export declare class IssuesController {
|
|
6
|
+
private readonly _issueService;
|
|
7
|
+
constructor(_issueService: IssuesService);
|
|
8
|
+
/**
|
|
9
|
+
* @description - Get project issues
|
|
10
|
+
* @param {ID} projectId - The ID of the project for whom get issues
|
|
11
|
+
* @returns - A promise that resolves after got issues
|
|
12
|
+
* @memberof IssuesController
|
|
13
|
+
*/
|
|
14
|
+
getAllByProjectId(projectId: ID, options: IIssueFindInput, referer: string): Promise<any>;
|
|
15
|
+
/**
|
|
16
|
+
* @description - Get project issues list
|
|
17
|
+
* @param {ID} projectId - The ID of the project for whom get issues
|
|
18
|
+
* @returns - A promise that resolves after got issues
|
|
19
|
+
* @memberof IssuesController
|
|
20
|
+
*/
|
|
21
|
+
getIssuesList(projectId: ID, options: IIssueFindInput, referer: string): Promise<any>;
|
|
22
|
+
/**
|
|
23
|
+
* @description - Find issue by Id
|
|
24
|
+
* @param {ID} id - The issue ID to search
|
|
25
|
+
* @returns - A promise that resolves after issue fetched
|
|
26
|
+
* @memberof IssuesController
|
|
27
|
+
*/
|
|
28
|
+
findOne(id: ID): Promise<IIssue>;
|
|
29
|
+
/**
|
|
30
|
+
* Get issue meta
|
|
31
|
+
* @param {ID} id - Issue ID
|
|
32
|
+
* @returns A promise that resolves to the issue meta
|
|
33
|
+
* @throws {BadRequestException} If the issue is not found
|
|
34
|
+
*/
|
|
35
|
+
getIssueMeta(id: ID): Promise<{
|
|
36
|
+
sequence_id: number;
|
|
37
|
+
project_identifier: string;
|
|
38
|
+
}>;
|
|
39
|
+
/**
|
|
40
|
+
* @description - Create issue
|
|
41
|
+
* @param {CreateIssueDTO} input - data for creating new issue
|
|
42
|
+
* @returns - A promise that resolves after issue created
|
|
43
|
+
* @memberof IssuesController
|
|
44
|
+
*/
|
|
45
|
+
create(input: CreateIssueDTO): Promise<IIssue>;
|
|
46
|
+
/**
|
|
47
|
+
* @description - Update issue
|
|
48
|
+
* @param {UpdateIssueDTO} input - data for updating issue
|
|
49
|
+
* @returns - A promise that resolves after issue updated
|
|
50
|
+
* @memberof IssuesController
|
|
51
|
+
*/
|
|
52
|
+
update(input: UpdateIssueDTO, id: ID): Promise<IIssue>;
|
|
53
|
+
/**
|
|
54
|
+
* @description Delete issue
|
|
55
|
+
* @param {ID} id - The issue ID to be deleted
|
|
56
|
+
* @returns A promise resolved to delete result
|
|
57
|
+
* @memberof IssuesController
|
|
58
|
+
*/
|
|
59
|
+
delete(id: ID): Promise<any>;
|
|
60
|
+
/**
|
|
61
|
+
* @description Get issue activity and comments
|
|
62
|
+
* @param {ID} id - Issue ID
|
|
63
|
+
* @param {ID} projectId - Project ID
|
|
64
|
+
* @param {IssueActivityTypeEnum} activity_type Activity type
|
|
65
|
+
* @returns A promise resolved after got comments or Activity Logs
|
|
66
|
+
* @memberof IssuesController
|
|
67
|
+
*/
|
|
68
|
+
findActivity(id: ID, projectId: ID, activity_type: IssueActivityTypeEnum): Promise<any>;
|
|
69
|
+
/**
|
|
70
|
+
* @description Create issue comment
|
|
71
|
+
* @param {ID} entityId - Issue ID for creating comment
|
|
72
|
+
* @param {ID} projectId - Project ID for returning project data
|
|
73
|
+
* @param {CreateIssueCommentDTO} input - Body request
|
|
74
|
+
* @returns A promise resolved to comment created and returned related data
|
|
75
|
+
* @memberof IssuesController
|
|
76
|
+
*/
|
|
77
|
+
createComment(entityId: ID, projectId: ID, input: CreateIssueCommentDTO): Promise<IIssueComment>;
|
|
78
|
+
/**
|
|
79
|
+
* @description Update issue comment
|
|
80
|
+
* @param {ID} id - Comment ID to be updated
|
|
81
|
+
* @param {ID} projectId - Project ID for find details
|
|
82
|
+
* @param {ICreateCommentInput} input - Body Request data
|
|
83
|
+
* @param {ID} entityId
|
|
84
|
+
* @returns A promise resolved to updated comment and details
|
|
85
|
+
* @memberof IssuesController
|
|
86
|
+
*/
|
|
87
|
+
updateComment(input: CreateIssueCommentDTO, entityId: ID, id: ID, projectId: ID): Promise<IIssue>;
|
|
88
|
+
/**
|
|
89
|
+
* @description Delete issue comment
|
|
90
|
+
* @param {ID} id - The issue comment ID to be deleted
|
|
91
|
+
* @returns A promise resolved to delete result
|
|
92
|
+
* @memberof IssuesController
|
|
93
|
+
*/
|
|
94
|
+
deleteComment(id: ID): Promise<any>;
|
|
95
|
+
/**
|
|
96
|
+
* @description - Find issue children by Id
|
|
97
|
+
* @param {ID} id - The issue ID to search
|
|
98
|
+
* @returns - A promise that resolves after issue children fetched
|
|
99
|
+
* @memberof WorkspaceController
|
|
100
|
+
*/
|
|
101
|
+
findIssueSubIssues(id: ID): Promise<ISubIssueResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* Updates the parent-child relationship between a parent task and multiple sub-tasks.
|
|
104
|
+
*
|
|
105
|
+
* @param {ID} id - The ID of the parent task.
|
|
106
|
+
* @param {Pick<IIssueUpdateInput, 'sub_issue_ids'>} input - Object containing the IDs of the sub-tasks (`sub_issue_ids`).
|
|
107
|
+
* @returns {Promise<ITask[]>} - A promise that resolves to an array of updated tasks
|
|
108
|
+
* @throws {BadRequestException} - Throws an exception in case of an update error.
|
|
109
|
+
*/
|
|
110
|
+
addChildrenToIssue(id: ID, input: UpdateIssueDTO): Promise<ISubIssueResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* @description - Find issue children by Id
|
|
113
|
+
* @param {ID} id - The issue ID to search
|
|
114
|
+
* @returns - A promise that resolves after issue children fetched
|
|
115
|
+
* @memberof WorkspaceController
|
|
116
|
+
*/
|
|
117
|
+
findIssueRelations(id: ID): Promise<import("@ever-gauzy/plugin-integration-plane-models").IIssueRelationResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* @description Create issue relations.
|
|
120
|
+
* @param {ID} taskToId Issue ID for whom to create main relations.
|
|
121
|
+
* @param {ICreateIssueRelationInput} input - Body request data for creating main and inversed relations.
|
|
122
|
+
* @returns A promise resolved to created and transformed main relations.
|
|
123
|
+
* @memberof IssuesController
|
|
124
|
+
*/
|
|
125
|
+
createIssueRelations(taskToId: ID, input: CreateIssueRelationDTO): Promise<import("@ever-gauzy/plugin-integration-plane-models").ICreatedIssueRelation[]>;
|
|
126
|
+
/**
|
|
127
|
+
* @description Delete issue relation.
|
|
128
|
+
* @param {ID} taskToId Issue ID for whom to delete main relation.
|
|
129
|
+
* @param {ICreateIssueRelationInput} input - Body request data for delete main and inversed relation.
|
|
130
|
+
* @returns A promise resolved to deleted result.
|
|
131
|
+
* @memberof IssuesController
|
|
132
|
+
*/
|
|
133
|
+
deleteIssueRelation(taskToId: ID, input: DeleteIssueRelationDTO): Promise<any>;
|
|
134
|
+
/**
|
|
135
|
+
* @description Create Issue Link
|
|
136
|
+
* @param {ID} id - Issue ID for whom create link
|
|
137
|
+
* @param {ID} projectId - The project ID for returning project data
|
|
138
|
+
* @param {CreateIssueLinkDTO} input - Body request data
|
|
139
|
+
* @returns A promise resolved to created and transformed link
|
|
140
|
+
* @memberof IssuesController
|
|
141
|
+
*/
|
|
142
|
+
createLink(id: ID, projectId: ID, input: CreateIssueLinkDTO): Promise<IIssueLink>;
|
|
143
|
+
/**
|
|
144
|
+
* @description Update Issue Link
|
|
145
|
+
* @param {ID} linkId - Link ID to update update
|
|
146
|
+
* @param {ID} issueId - Issue ID for whom update link
|
|
147
|
+
* @param {ID} projectId - The project ID for returning project data
|
|
148
|
+
* @param {CreateIssueLinkDTO} input - Body request data
|
|
149
|
+
* @returns A promise resolved to created and transformed link
|
|
150
|
+
* @memberof IssuesController
|
|
151
|
+
*/
|
|
152
|
+
updateLink(input: CreateIssueLinkDTO, issueId: ID, linkId: ID, projectId: ID): Promise<IIssueLink>;
|
|
153
|
+
/**
|
|
154
|
+
* @description Delete Issue Link.
|
|
155
|
+
* @param {ID} linkId - Issue Link ID to delete
|
|
156
|
+
* @returns A promise resolved to deleted result
|
|
157
|
+
* @memberof IssuesController
|
|
158
|
+
*/
|
|
159
|
+
deleteLink(linkId: ID): Promise<any>;
|
|
160
|
+
/**
|
|
161
|
+
* @description Create Issue reaction
|
|
162
|
+
* @param {ID} entityId - Issue ID for whom create reaction.
|
|
163
|
+
* @param {ID} projectId - The project ID for returning project data.
|
|
164
|
+
* @param {CreateIssueReactionDTO} input - Body request data
|
|
165
|
+
* @returns A promise resolved to created and transformed reaction.
|
|
166
|
+
* @memberof IssuesController
|
|
167
|
+
*/
|
|
168
|
+
createReaction(entityId: ID, projectId: ID, input: CreateIssueReactionDTO): Promise<IReactionData>;
|
|
169
|
+
/**
|
|
170
|
+
* @description Delete issue reaction
|
|
171
|
+
* @param {ID} issueId - The issue ID from to delete reaction
|
|
172
|
+
* @param {string} emoji - The emoji to be deleted
|
|
173
|
+
* @returns A promise resolved to deleted reaction result
|
|
174
|
+
* @memberof IssuesController
|
|
175
|
+
*/
|
|
176
|
+
deleteReaction(issueId: ID, emoji: string): Promise<any>;
|
|
177
|
+
/**
|
|
178
|
+
* Subscribes to a specific issue within a project and returns the subscription details.
|
|
179
|
+
*
|
|
180
|
+
* @param {ID} issueId - The ID of the issue to subscribe to.
|
|
181
|
+
* @param {ID} projectId - The ID of the project where the issue exists.
|
|
182
|
+
* @returns {Promise<ISubscriber | ISubscriber[]>} A promise that resolves to the transformed subscription data, either a single subscriber or a list of subscribers.
|
|
183
|
+
*/
|
|
184
|
+
subscribe(issueId: ID, projectId: ID): Promise<ISubscriber | ISubscriber[]>;
|
|
185
|
+
/**
|
|
186
|
+
* Unsubscribes the default user from a task subscription based on the provided issue ID.
|
|
187
|
+
*
|
|
188
|
+
* @param {ID} id - The unique identifier of the issue/task to unsubscribe from.
|
|
189
|
+
* @returns {Promise<any>} A promise that resolves to the response of the unsubscribe operation.
|
|
190
|
+
*/
|
|
191
|
+
unsubscribe(id: ID): Promise<any>;
|
|
192
|
+
/**
|
|
193
|
+
* @description Add issue to Module
|
|
194
|
+
* @param {ID} id - Issue ID for asssign module
|
|
195
|
+
* @param {IIssueCreateInput} input - data for updating issue
|
|
196
|
+
* @returns A promise resolved to updated Issue
|
|
197
|
+
* @memberof IssuesController
|
|
198
|
+
*/
|
|
199
|
+
addIssueToModule(id: ID, input: UpdateIssueDTO): Promise<IIssue>;
|
|
200
|
+
}
|