@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,338 @@
|
|
|
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.ProjectController = void 0;
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
17
|
+
const common_1 = require("@nestjs/common");
|
|
18
|
+
const project_service_1 = require("./project.service");
|
|
19
|
+
const project_deploy_boards_service_1 = require("./project-deploy-boards/project-deploy-boards.service");
|
|
20
|
+
const dto_1 = require("./dto");
|
|
21
|
+
const update_project_dto_1 = require("./dto/update-project.dto");
|
|
22
|
+
let ProjectController = class ProjectController {
|
|
23
|
+
constructor(_projectService, _projectDeployBoardsService) {
|
|
24
|
+
this._projectService = _projectService;
|
|
25
|
+
this._projectDeployBoardsService = _projectDeployBoardsService;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @description - Get all projects for a workspace - We will filter this with employee projects
|
|
29
|
+
* @returns - A promise that resolves after getting all projects for a workspace
|
|
30
|
+
* @memberof ProjectController
|
|
31
|
+
*/
|
|
32
|
+
async getProjects() {
|
|
33
|
+
return await this._projectService.getProjects([
|
|
34
|
+
'members.employee.user.role',
|
|
35
|
+
'organizationSprints',
|
|
36
|
+
'modules'
|
|
37
|
+
]);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @description - Get workspace project by ID
|
|
41
|
+
* @param {ID} id - The UUID primary key of the project to be fetched
|
|
42
|
+
* @returns - A promise that resolves after getting the project
|
|
43
|
+
* @memberof ProjectController
|
|
44
|
+
*/
|
|
45
|
+
async getProject(id) {
|
|
46
|
+
return await this._projectService.getProject(id, [
|
|
47
|
+
'members.employee.user.role',
|
|
48
|
+
'members.role',
|
|
49
|
+
'organizationSprints',
|
|
50
|
+
'tasks',
|
|
51
|
+
'modules'
|
|
52
|
+
]);
|
|
53
|
+
}
|
|
54
|
+
async getWorkspaceProjectMemberMe(id) {
|
|
55
|
+
return await this._projectService.getWorkspaceProjectMemberMe(id);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @description - Get project members
|
|
59
|
+
* @param {ID} id - The UUID primary key of the project for whom to get members
|
|
60
|
+
* @returns - A promise that resolves after getting the project members
|
|
61
|
+
* @memberof ProjectController
|
|
62
|
+
*/
|
|
63
|
+
async getProjectMembers(id) {
|
|
64
|
+
return await this._projectService.getProjectMembers(id);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @description - Get user properties project
|
|
68
|
+
* @param {ID} id - The UUID primary key of the project for whom get properties
|
|
69
|
+
* @returns - A promise that resolves after getting the promises
|
|
70
|
+
* @memberof WorkspaceController
|
|
71
|
+
*/
|
|
72
|
+
async getProjectUserProperties(id) {
|
|
73
|
+
return await this._projectService.getProjectUserProperties(id);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @description - Create new Project in workspace
|
|
77
|
+
* @param {CreateProjectDTO} input - input data with which to create project
|
|
78
|
+
* @returns - A promise that resolves after created project
|
|
79
|
+
* @memberof ProjectController
|
|
80
|
+
*/
|
|
81
|
+
// @HttpCode(HttpStatus.BAD_REQUEST)
|
|
82
|
+
async createOrganizationProject(input) {
|
|
83
|
+
return await this._projectService.createOrganizationProject(input);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Archives a workspace project by setting its `archived_at` timestamp.
|
|
87
|
+
*
|
|
88
|
+
* @param {ID} id - The ID of the project to be archived.
|
|
89
|
+
* @returns {Promise<any>} - The updated project after archiving.
|
|
90
|
+
*/
|
|
91
|
+
async archive(id) {
|
|
92
|
+
return await this._projectService.update(id, {
|
|
93
|
+
archived_at: new Date()
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @description - Add other members to project
|
|
98
|
+
* @param {ID} id - The project ID
|
|
99
|
+
* @param {IProjectMember[]} input - New Members to be added
|
|
100
|
+
* @returns A promise resolved after members assigned to project
|
|
101
|
+
* @memberof ProjectController
|
|
102
|
+
*/
|
|
103
|
+
async assignMembersToProject(input, id) {
|
|
104
|
+
return await this._projectService.assignMembersToProject(id, input);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @description Update project
|
|
108
|
+
* @param {ID} id The project ID
|
|
109
|
+
* @param {CreateProjectDTO} input Data to be updated
|
|
110
|
+
* @returns A promise that resolves after project updated
|
|
111
|
+
* @memberof ProjectController
|
|
112
|
+
*/
|
|
113
|
+
async update(id, input) {
|
|
114
|
+
return await this._projectService.update(id, input);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @description Update the user properties in the project
|
|
118
|
+
* @param {ID} id The project ID
|
|
119
|
+
* @param input Data to be updated
|
|
120
|
+
* @returns A promise that resolves after project updated
|
|
121
|
+
* @memberof ProjectController
|
|
122
|
+
*/
|
|
123
|
+
async updateProjectUserProperties(id, input) {
|
|
124
|
+
return await this._projectService.updateProjectUserProperties(id, input);
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Deletes a workspace project by its ID.
|
|
128
|
+
*
|
|
129
|
+
* @param {ID} id - The ID of the project to be deleted.
|
|
130
|
+
* @returns - The result of the deletion operation.
|
|
131
|
+
*/
|
|
132
|
+
async delete(id) {
|
|
133
|
+
return await this._projectService.delete(id);
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Un-archives a workspace project by clearing its `archived_at` timestamp.
|
|
137
|
+
*
|
|
138
|
+
* @param {ID} id - The ID of the project to be un-archived.
|
|
139
|
+
* @returns {Promise<any>} - The updated project after un-archiving.
|
|
140
|
+
*/
|
|
141
|
+
async unarchive(id) {
|
|
142
|
+
return await this._projectService.update(id, {
|
|
143
|
+
archived_at: undefined
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
/* ====== Project Deploy Boards ====== */
|
|
147
|
+
async getProjectDeployBoards(id) {
|
|
148
|
+
return await this._projectDeployBoardsService.getProjectDeployBoards(id);
|
|
149
|
+
}
|
|
150
|
+
async createProjectDeployBoards(id, input) {
|
|
151
|
+
return await this._projectDeployBoardsService.create(id, input);
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
exports.ProjectController = ProjectController;
|
|
155
|
+
__decorate([
|
|
156
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
157
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace projects' }),
|
|
158
|
+
(0, common_1.Get)('details'),
|
|
159
|
+
__metadata("design:type", Function),
|
|
160
|
+
__metadata("design:paramtypes", []),
|
|
161
|
+
__metadata("design:returntype", Promise)
|
|
162
|
+
], ProjectController.prototype, "getProjects", null);
|
|
163
|
+
__decorate([
|
|
164
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
165
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get one project' }),
|
|
166
|
+
(0, common_1.Get)(':id'),
|
|
167
|
+
__param(0, (0, common_1.Param)('id')),
|
|
168
|
+
__metadata("design:type", Function),
|
|
169
|
+
__metadata("design:paramtypes", [String]),
|
|
170
|
+
__metadata("design:returntype", Promise)
|
|
171
|
+
], ProjectController.prototype, "getProject", null);
|
|
172
|
+
__decorate([
|
|
173
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
174
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get project members me' }),
|
|
175
|
+
(0, common_1.Get)(':id/project-members/me'),
|
|
176
|
+
__param(0, (0, common_1.Param)('id')),
|
|
177
|
+
__metadata("design:type", Function),
|
|
178
|
+
__metadata("design:paramtypes", [String]),
|
|
179
|
+
__metadata("design:returntype", Promise)
|
|
180
|
+
], ProjectController.prototype, "getWorkspaceProjectMemberMe", null);
|
|
181
|
+
__decorate([
|
|
182
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
183
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get workspace project members' }),
|
|
184
|
+
(0, common_1.Get)(':id/members'),
|
|
185
|
+
__param(0, (0, common_1.Param)('id')),
|
|
186
|
+
__metadata("design:type", Function),
|
|
187
|
+
__metadata("design:paramtypes", [String]),
|
|
188
|
+
__metadata("design:returntype", Promise)
|
|
189
|
+
], ProjectController.prototype, "getProjectMembers", null);
|
|
190
|
+
__decorate([
|
|
191
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
192
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get user properties project' }),
|
|
193
|
+
(0, common_1.Get)(':id/user-properties'),
|
|
194
|
+
__param(0, (0, common_1.Param)('id')),
|
|
195
|
+
__metadata("design:type", Function),
|
|
196
|
+
__metadata("design:paramtypes", [String]),
|
|
197
|
+
__metadata("design:returntype", Promise)
|
|
198
|
+
], ProjectController.prototype, "getProjectUserProperties", null);
|
|
199
|
+
__decorate([
|
|
200
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
201
|
+
(0, swagger_1.ApiResponse)({
|
|
202
|
+
status: 201,
|
|
203
|
+
description: 'The project was successfully created.'
|
|
204
|
+
}),
|
|
205
|
+
(0, swagger_1.ApiResponse)({
|
|
206
|
+
status: 400,
|
|
207
|
+
description: 'Bad Request. Failed to create project.'
|
|
208
|
+
}),
|
|
209
|
+
(0, swagger_1.ApiOperation)({ summary: 'Create workspace projects' }),
|
|
210
|
+
(0, common_1.Post)(),
|
|
211
|
+
__param(0, (0, common_1.Body)()),
|
|
212
|
+
__metadata("design:type", Function),
|
|
213
|
+
__metadata("design:paramtypes", [dto_1.CreateProjectDTO]),
|
|
214
|
+
__metadata("design:returntype", Promise)
|
|
215
|
+
], ProjectController.prototype, "createOrganizationProject", null);
|
|
216
|
+
__decorate([
|
|
217
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
218
|
+
(0, swagger_1.ApiOperation)({ summary: 'Archive workspace projects' }),
|
|
219
|
+
(0, swagger_1.ApiResponse)({
|
|
220
|
+
status: 201,
|
|
221
|
+
description: 'The project was successfully archived.'
|
|
222
|
+
}),
|
|
223
|
+
(0, swagger_1.ApiResponse)({
|
|
224
|
+
status: 400,
|
|
225
|
+
description: 'Bad Request. The project ID might be invalid.'
|
|
226
|
+
}),
|
|
227
|
+
(0, common_1.Post)(':id/archive'),
|
|
228
|
+
__param(0, (0, common_1.Param)('id')),
|
|
229
|
+
__metadata("design:type", Function),
|
|
230
|
+
__metadata("design:paramtypes", [String]),
|
|
231
|
+
__metadata("design:returntype", Promise)
|
|
232
|
+
], ProjectController.prototype, "archive", null);
|
|
233
|
+
__decorate([
|
|
234
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
235
|
+
(0, swagger_1.ApiOperation)({ summary: 'Assign members to project' }),
|
|
236
|
+
(0, common_1.Post)(':id/members'),
|
|
237
|
+
__param(0, (0, common_1.Body)()),
|
|
238
|
+
__param(1, (0, common_1.Param)('id')),
|
|
239
|
+
__metadata("design:type", Function),
|
|
240
|
+
__metadata("design:paramtypes", [Object, String]),
|
|
241
|
+
__metadata("design:returntype", Promise)
|
|
242
|
+
], ProjectController.prototype, "assignMembersToProject", null);
|
|
243
|
+
__decorate([
|
|
244
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
245
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update workspace projects' }),
|
|
246
|
+
(0, common_1.Patch)(':id'),
|
|
247
|
+
__param(0, (0, common_1.Param)('id')),
|
|
248
|
+
__param(1, (0, common_1.Body)()),
|
|
249
|
+
__metadata("design:type", Function),
|
|
250
|
+
__metadata("design:paramtypes", [String, update_project_dto_1.UpdateProjectDTO]),
|
|
251
|
+
__metadata("design:returntype", Promise)
|
|
252
|
+
], ProjectController.prototype, "update", null);
|
|
253
|
+
__decorate([
|
|
254
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
255
|
+
(0, swagger_1.ApiOperation)({ summary: 'Update workspace projects' }),
|
|
256
|
+
(0, common_1.Patch)(':id/user-properties'),
|
|
257
|
+
__param(0, (0, common_1.Param)('id')),
|
|
258
|
+
__param(1, (0, common_1.Body)()),
|
|
259
|
+
__metadata("design:type", Function),
|
|
260
|
+
__metadata("design:paramtypes", [String, Object]),
|
|
261
|
+
__metadata("design:returntype", Promise)
|
|
262
|
+
], ProjectController.prototype, "updateProjectUserProperties", null);
|
|
263
|
+
__decorate([
|
|
264
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
265
|
+
(0, swagger_1.ApiOperation)({ summary: 'Delete workspace project' }),
|
|
266
|
+
(0, swagger_1.ApiResponse)({
|
|
267
|
+
status: 200,
|
|
268
|
+
description: 'The project was successfully deleted.'
|
|
269
|
+
}),
|
|
270
|
+
(0, swagger_1.ApiResponse)({
|
|
271
|
+
status: 400,
|
|
272
|
+
description: 'Bad Request. The project ID might be invalid or cause a conflict.'
|
|
273
|
+
}),
|
|
274
|
+
(0, common_1.Delete)(':id'),
|
|
275
|
+
__param(0, (0, common_1.Param)('id')),
|
|
276
|
+
__metadata("design:type", Function),
|
|
277
|
+
__metadata("design:paramtypes", [String]),
|
|
278
|
+
__metadata("design:returntype", Promise)
|
|
279
|
+
], ProjectController.prototype, "delete", null);
|
|
280
|
+
__decorate([
|
|
281
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.CREATED),
|
|
282
|
+
(0, swagger_1.ApiOperation)({ summary: 'Un-archive workspace projects' }),
|
|
283
|
+
(0, swagger_1.ApiResponse)({
|
|
284
|
+
status: 201,
|
|
285
|
+
description: 'The project was successfully un-archived.'
|
|
286
|
+
}),
|
|
287
|
+
(0, swagger_1.ApiResponse)({
|
|
288
|
+
status: 400,
|
|
289
|
+
description: 'Bad Request. The project ID might be invalid.'
|
|
290
|
+
}),
|
|
291
|
+
(0, common_1.Delete)(':id/archive'),
|
|
292
|
+
__param(0, (0, common_1.Param)('id')),
|
|
293
|
+
__metadata("design:type", Function),
|
|
294
|
+
__metadata("design:paramtypes", [String]),
|
|
295
|
+
__metadata("design:returntype", Promise)
|
|
296
|
+
], ProjectController.prototype, "unarchive", null);
|
|
297
|
+
__decorate([
|
|
298
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
299
|
+
(0, swagger_1.ApiOperation)({ summary: 'Get project deploy boards' }),
|
|
300
|
+
(0, swagger_1.ApiResponse)({
|
|
301
|
+
status: 200,
|
|
302
|
+
description: 'The project deploy boards were successfully retrieved.'
|
|
303
|
+
}),
|
|
304
|
+
(0, swagger_1.ApiResponse)({
|
|
305
|
+
status: 400,
|
|
306
|
+
description: 'Bad Request. The project ID might be invalid.'
|
|
307
|
+
}),
|
|
308
|
+
(0, common_1.Get)(':id/project-deploy-boards'),
|
|
309
|
+
__param(0, (0, common_1.Param)('id')),
|
|
310
|
+
__metadata("design:type", Function),
|
|
311
|
+
__metadata("design:paramtypes", [String]),
|
|
312
|
+
__metadata("design:returntype", Promise)
|
|
313
|
+
], ProjectController.prototype, "getProjectDeployBoards", null);
|
|
314
|
+
__decorate([
|
|
315
|
+
(0, common_1.HttpCode)(common_1.HttpStatus.OK),
|
|
316
|
+
(0, swagger_1.ApiOperation)({ summary: 'Create project deploy boards' }),
|
|
317
|
+
(0, swagger_1.ApiResponse)({
|
|
318
|
+
status: 201,
|
|
319
|
+
description: 'The project deploy boards were successfully created.'
|
|
320
|
+
}),
|
|
321
|
+
(0, swagger_1.ApiResponse)({
|
|
322
|
+
status: 400,
|
|
323
|
+
description: 'Bad Request. The project ID might be invalid.'
|
|
324
|
+
}),
|
|
325
|
+
(0, common_1.Post)(':id/project-deploy-boards'),
|
|
326
|
+
__param(0, (0, common_1.Param)('id')),
|
|
327
|
+
__param(1, (0, common_1.Body)()),
|
|
328
|
+
__metadata("design:type", Function),
|
|
329
|
+
__metadata("design:paramtypes", [String, Object]),
|
|
330
|
+
__metadata("design:returntype", Promise)
|
|
331
|
+
], ProjectController.prototype, "createProjectDeployBoards", null);
|
|
332
|
+
exports.ProjectController = ProjectController = __decorate([
|
|
333
|
+
(0, swagger_1.ApiTags)('Projects'),
|
|
334
|
+
(0, common_1.Controller)(),
|
|
335
|
+
__metadata("design:paramtypes", [project_service_1.ProjectService,
|
|
336
|
+
project_deploy_boards_service_1.ProjectDeployBoardsService])
|
|
337
|
+
], ProjectController);
|
|
338
|
+
//# sourceMappingURL=project.controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project.controller.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/modules/project/project.controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
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.ProjectModule = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
const core_1 = require("@nestjs/core");
|
|
12
|
+
const workspace_module_1 = require("../workspace/workspace.module");
|
|
13
|
+
const states_module_1 = require("../states/states.module");
|
|
14
|
+
const issues_module_1 = require("../issues/issues.module");
|
|
15
|
+
const issue_labels_module_1 = require("../issues/issue-labels/issue-labels.module");
|
|
16
|
+
const project_module_module_1 = require("../project-module/project-module.module");
|
|
17
|
+
const project_service_1 = require("./project.service");
|
|
18
|
+
const project_deploy_boards_service_1 = require("./project-deploy-boards/project-deploy-boards.service");
|
|
19
|
+
const project_controller_1 = require("./project.controller");
|
|
20
|
+
const search_issues_module_1 = require("../issues/search-issues/search-issues.module");
|
|
21
|
+
const project_identifiers_module_1 = require("./project-identifiers/project-identifiers.module");
|
|
22
|
+
const comments_module_1 = require("../comments/comments.module");
|
|
23
|
+
const view_module_1 = require("../views/view.module");
|
|
24
|
+
const cycles_module_1 = require("../cycles/cycles.module");
|
|
25
|
+
const intake_issues_module_1 = require("../issues/intake-issues/intake-issues.module");
|
|
26
|
+
const employee_properties_module_1 = require("../employee-properties/employee-properties.module");
|
|
27
|
+
const advance_analytics_module_1 = require("../advance-analytics/advance-analytics.module");
|
|
28
|
+
let ProjectModule = class ProjectModule {
|
|
29
|
+
};
|
|
30
|
+
exports.ProjectModule = ProjectModule;
|
|
31
|
+
exports.ProjectModule = ProjectModule = __decorate([
|
|
32
|
+
(0, common_1.Module)({
|
|
33
|
+
imports: [
|
|
34
|
+
core_1.RouterModule.register([
|
|
35
|
+
{
|
|
36
|
+
path: '/projects',
|
|
37
|
+
module: ProjectModule,
|
|
38
|
+
children: [
|
|
39
|
+
{ path: '/:projectId/states', module: states_module_1.StatesModule },
|
|
40
|
+
{ path: '/:projectId/issues', module: issues_module_1.IssuesModule },
|
|
41
|
+
{ path: '/:projectId/views', module: view_module_1.IssueViewModule },
|
|
42
|
+
{ path: '/:projectId/cycles', module: cycles_module_1.CyclesModule },
|
|
43
|
+
{
|
|
44
|
+
path: '/:projectId/inbox-issues',
|
|
45
|
+
module: intake_issues_module_1.IntakeIssuesModule
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
path: '/:projectId/search-issues',
|
|
49
|
+
module: search_issues_module_1.SearchIssuesModule
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
path: '/:projectId/issue-labels',
|
|
53
|
+
module: issue_labels_module_1.IssueLabelsModule
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
path: '/:projectId/modules',
|
|
57
|
+
module: project_module_module_1.ProjectModuleModule
|
|
58
|
+
},
|
|
59
|
+
{ path: '/:projectId/comments', module: comments_module_1.CommentsModule },
|
|
60
|
+
{
|
|
61
|
+
path: '/:projectId/advance-analytics',
|
|
62
|
+
module: advance_analytics_module_1.AdvanceAnalyticsModule
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
path: '/:projectId/advance-analytics-stats',
|
|
66
|
+
module: advance_analytics_module_1.AdvanceAnalyticsStatsModule
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
path: '/:projectId/advance-analytics-charts',
|
|
70
|
+
module: advance_analytics_module_1.AdvanceAnalyticsChartsModule
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
]),
|
|
75
|
+
(0, common_1.forwardRef)(() => workspace_module_1.WorkspaceModule),
|
|
76
|
+
states_module_1.StatesModule,
|
|
77
|
+
issues_module_1.IssuesModule,
|
|
78
|
+
issue_labels_module_1.IssueLabelsModule,
|
|
79
|
+
project_identifiers_module_1.ProjectIdentifiersModule,
|
|
80
|
+
employee_properties_module_1.EmployeePropertiesModule
|
|
81
|
+
],
|
|
82
|
+
providers: [project_service_1.ProjectService, project_deploy_boards_service_1.ProjectDeployBoardsService],
|
|
83
|
+
controllers: [project_controller_1.ProjectController],
|
|
84
|
+
exports: [project_service_1.ProjectService]
|
|
85
|
+
})
|
|
86
|
+
], ProjectModule);
|
|
87
|
+
//# sourceMappingURL=project.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project.module.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/modules/project/project.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAoD;AACpD,uCAA4C;AAC5C,oEAAgE;AAChE,2DAAuD;AACvD,2DAAuD;AACvD,oFAA+E;AAC/E,mFAA8E;AAC9E,uDAAmD;AACnD,yGAAmG;AACnG,6DAAyD;AACzD,uFAAkF;AAClF,iGAA4F;AAC5F,iEAA6D;AAC7D,sDAAuD;AACvD,2DAAuD;AACvD,uFAAkF;AAClF,kGAA6F;AAC7F,4FAIuD;AAwDhD,IAAM,aAAa,GAAnB,MAAM,aAAa;CAAG,CAAA;AAAhB,sCAAa;wBAAb,aAAa;IAtDzB,IAAA,eAAM,EAAC;QACP,OAAO,EAAE;YACR,mBAAY,CAAC,QAAQ,CAAC;gBACrB;oBACC,IAAI,EAAE,WAAW;oBACjB,MAAM,EAAE,aAAa;oBACrB,QAAQ,EAAE;wBACT,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,EAAE,4BAAY,EAAE;wBACpD,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,EAAE,4BAAY,EAAE;wBACpD,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,EAAE,6BAAe,EAAE;wBACtD,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,EAAE,4BAAY,EAAE;wBACpD;4BACC,IAAI,EAAE,0BAA0B;4BAChC,MAAM,EAAE,yCAAkB;yBAC1B;wBACD;4BACC,IAAI,EAAE,2BAA2B;4BACjC,MAAM,EAAE,yCAAkB;yBAC1B;wBACD;4BACC,IAAI,EAAE,0BAA0B;4BAChC,MAAM,EAAE,uCAAiB;yBACzB;wBACD;4BACC,IAAI,EAAE,qBAAqB;4BAC3B,MAAM,EAAE,2CAAmB;yBAC3B;wBACD,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,EAAE,gCAAc,EAAE;wBACxD;4BACC,IAAI,EAAE,+BAA+B;4BACrC,MAAM,EAAE,iDAAsB;yBAC9B;wBACD;4BACC,IAAI,EAAE,qCAAqC;4BAC3C,MAAM,EAAE,sDAA2B;yBACnC;wBACD;4BACC,IAAI,EAAE,sCAAsC;4BAC5C,MAAM,EAAE,uDAA4B;yBACpC;qBACD;iBACD;aACD,CAAC;YACF,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;YACjC,4BAAY;YACZ,4BAAY;YACZ,uCAAiB;YACjB,qDAAwB;YACxB,qDAAwB;SACxB;QACD,SAAS,EAAE,CAAC,gCAAc,EAAE,0DAA0B,CAAC;QACvD,WAAW,EAAE,CAAC,sCAAiB,CAAC;QAChC,OAAO,EAAE,CAAC,gCAAc,CAAC;KACzB,CAAC;GACW,aAAa,CAAG"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { IAssignMembersToProject, ICreateProjectInput, ID, IGetProjectMembersResponse, IOrganizationProject, IProject, IUpdateProjectInput, IUpdateUserPropertiesInput, IUserViewProperties } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
import { ApiFetchService } from '../api-fetch/api-fetch.service';
|
|
3
|
+
import { WorkspaceService } from '../workspace/workspace.service';
|
|
4
|
+
import { UserFavoritesService } from '../user-favorites/user-favorites.service';
|
|
5
|
+
import { EmployeePropertiesService } from '../employee-properties/employee-properties.service';
|
|
6
|
+
export declare class ProjectService extends ApiFetchService {
|
|
7
|
+
private readonly _workspaceService;
|
|
8
|
+
private readonly _userFavoriteService;
|
|
9
|
+
private readonly _employeePropertiesService;
|
|
10
|
+
private readonly _serverFetchService;
|
|
11
|
+
constructor(_workspaceService: WorkspaceService, _userFavoriteService: UserFavoritesService, _employeePropertiesService: EmployeePropertiesService, _serverFetchService: ApiFetchService);
|
|
12
|
+
private readonly path;
|
|
13
|
+
getExternalProjects(relations?: string[], options?: Partial<IOrganizationProject>): Promise<IOrganizationProject[]>;
|
|
14
|
+
/**--------------------------------------------------------------
|
|
15
|
+
* This function handlers should be updated after implementing authentication
|
|
16
|
+
*--------------------------------------------------------------*/
|
|
17
|
+
/**
|
|
18
|
+
* @description - Get all projects for a workspace
|
|
19
|
+
* @returns - A promise that resolves after getting all projects for a workspace
|
|
20
|
+
* @memberof ProjectService
|
|
21
|
+
*/
|
|
22
|
+
getProjects(relations?: string[], memberReturnType?: 'ids' | 'objects'): Promise<Partial<IProject>[]>;
|
|
23
|
+
/**
|
|
24
|
+
* Retrieves the external projects associated with a specific employee by their ID.
|
|
25
|
+
* The method sends a GET request to the external API and processes the response to
|
|
26
|
+
* return a list of organization projects.
|
|
27
|
+
*
|
|
28
|
+
* @param {ID} employeeId - The unique identifier of the employee whose projects are to be retrieved.
|
|
29
|
+
* @returns {Promise<IOrganizationProject[]>} A promise that resolves with a list of organization projects.
|
|
30
|
+
*
|
|
31
|
+
* @throws {BadRequestException} If an error occurs during the API request or response handling.
|
|
32
|
+
*/
|
|
33
|
+
getExternalProjectsByEmployee(employeeId: ID, relations?: string[]): Promise<IOrganizationProject[]>;
|
|
34
|
+
/**
|
|
35
|
+
* Retrieves the projects associated with a specific employee by their ID.
|
|
36
|
+
* The method sends a GET request to the external API and processes the response to
|
|
37
|
+
* return a list of organization projects.
|
|
38
|
+
*
|
|
39
|
+
* @returns {Promise<IOrganizationProject[]>} A promise that resolves with a list of organization projects.
|
|
40
|
+
*
|
|
41
|
+
* @throws {BadRequestException} If an error occurs during the API request or response handling.
|
|
42
|
+
*/
|
|
43
|
+
getEmployeeProjects(relations?: string[]): Promise<IProject[]>;
|
|
44
|
+
/**
|
|
45
|
+
* @description - Get remode API project
|
|
46
|
+
* @private
|
|
47
|
+
* @param {ID} id - The project ID
|
|
48
|
+
* @returns - A promise that resolved after getting project
|
|
49
|
+
* @memberof ProjectService
|
|
50
|
+
*/
|
|
51
|
+
getExternalProject(id: ID, relations?: string[]): Promise<IOrganizationProject>;
|
|
52
|
+
/**
|
|
53
|
+
* @description - Get workspace project by ID
|
|
54
|
+
* @param {ID} id - The UUID primary key of the project to be fetched
|
|
55
|
+
* @returns - A promise that resolves after getting the project
|
|
56
|
+
* @memberof ProjectService
|
|
57
|
+
*/
|
|
58
|
+
getProject(id: ID, relations?: string[]): Promise<IProject>;
|
|
59
|
+
/**
|
|
60
|
+
* @description - Get project members
|
|
61
|
+
* @param {ID} id - The UUID primary key of the project for whom to get members
|
|
62
|
+
* @returns - A promise that resolves after getting the project members
|
|
63
|
+
* @memberof ProjectService
|
|
64
|
+
*/
|
|
65
|
+
getProjectMembers(id: ID): Promise<IGetProjectMembersResponse[]>;
|
|
66
|
+
/**
|
|
67
|
+
* @description - Create new Project in workspace
|
|
68
|
+
* @param {CreateProjectDTO} input - input data with which to create project
|
|
69
|
+
* @returns - A promise that resolves after created project
|
|
70
|
+
* @memberof ProjectService
|
|
71
|
+
*/
|
|
72
|
+
createOrganizationProject(input: ICreateProjectInput): Promise<IProject>;
|
|
73
|
+
/**
|
|
74
|
+
* @description Update project
|
|
75
|
+
* @param {ID} id The project ID
|
|
76
|
+
* @param {IUpdateProjectInput} input Data to be updated
|
|
77
|
+
* @returns A promise that resolves after project updated
|
|
78
|
+
* @memberof ProjectService
|
|
79
|
+
*/
|
|
80
|
+
update(id: ID, input: IUpdateProjectInput): Promise<IProject>;
|
|
81
|
+
/**
|
|
82
|
+
* @description - Add other members to project
|
|
83
|
+
* @param {ID} id - The project ID
|
|
84
|
+
* @returns A promise resolved after members assigned to project
|
|
85
|
+
* @memberof ProjectService
|
|
86
|
+
*/
|
|
87
|
+
assignMembersToProject(id: ID, input: IAssignMembersToProject): Promise<IProject>;
|
|
88
|
+
/**
|
|
89
|
+
* Retrieves the workspace project member's information, including personal settings and preferences.
|
|
90
|
+
*
|
|
91
|
+
* This method fetches project details, member information, and member-specific settings (task views).
|
|
92
|
+
* It returns a comprehensive object combining these details.
|
|
93
|
+
*
|
|
94
|
+
* @param {ID} id - The identifier of the project to retrieve member details for.
|
|
95
|
+
* @returns {Promise<any>} A promise that resolves to the combined member and project information.
|
|
96
|
+
* @throws {BadRequestException} Throws an error if the operation fails.
|
|
97
|
+
*/
|
|
98
|
+
getWorkspaceProjectMemberMe(id: ID): Promise<any>;
|
|
99
|
+
/**--------------------------------------------------------------
|
|
100
|
+
* This function handlers should be updated after implementing authentication and User features
|
|
101
|
+
*--------------------------------------------------------------*/
|
|
102
|
+
/**
|
|
103
|
+
* @description - Get user properties workspace project
|
|
104
|
+
* @param {ID} id - The UUID primary key of the project for whom get properties
|
|
105
|
+
* @returns - A promise that resolves after getting the user properties
|
|
106
|
+
* @memberof WorkspaceService
|
|
107
|
+
*/
|
|
108
|
+
getProjectUserProperties(id: ID): Promise<IUserViewProperties>;
|
|
109
|
+
/**
|
|
110
|
+
* Updates or creates user-specific project settings (task views).
|
|
111
|
+
*
|
|
112
|
+
* This method updates an existing `EmployeeSetting` if found, or creates a new one
|
|
113
|
+
* with the provided properties. The settings include filters, display filters, and display properties.
|
|
114
|
+
*
|
|
115
|
+
* @param {ID} id - The identifier of the project for which view settings need to be updated.
|
|
116
|
+
* @param {IUpdateUserPropertiesInput} input - The user properties to update.
|
|
117
|
+
* @returns {Promise<any>} A promise that resolves to the serialized employee settings.
|
|
118
|
+
* @throws {BadRequestException} Throws an error if the operation fails.
|
|
119
|
+
*/
|
|
120
|
+
updateProjectUserProperties(id: ID, input: IUpdateUserPropertiesInput): Promise<any>;
|
|
121
|
+
/**
|
|
122
|
+
* Deletes a project by its ID.
|
|
123
|
+
*
|
|
124
|
+
* Sends a DELETE request to the API using the provided project ID.
|
|
125
|
+
* If the request fails, it throws a BadRequestException with the original error.
|
|
126
|
+
*
|
|
127
|
+
* @param {ID} id - The unique identifier of the project to delete.
|
|
128
|
+
* @returns {Promise<any>} - The API response if the deletion is successful.
|
|
129
|
+
* @throws {BadRequestException} - Thrown if the API request fails.
|
|
130
|
+
*/
|
|
131
|
+
delete(id: ID): Promise<any>;
|
|
132
|
+
}
|