@ever-gauzy/plugin-integration-plane-api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/config/constants.d.ts +125 -0
- package/dist/config/constants.js +185 -0
- package/dist/config/constants.js.map +1 -0
- package/dist/config/credentials.d.ts +30 -0
- package/dist/config/credentials.js +50 -0
- package/dist/config/credentials.js.map +1 -0
- package/dist/config/decorators/index.d.ts +1 -0
- package/dist/config/decorators/index.js +18 -0
- package/dist/config/decorators/index.js.map +1 -0
- package/dist/config/decorators/transformers/index.d.ts +1 -0
- package/dist/config/decorators/transformers/index.js +18 -0
- package/dist/config/decorators/transformers/index.js.map +1 -0
- package/dist/config/decorators/transformers/priority.transformer.d.ts +1 -0
- package/dist/config/decorators/transformers/priority.transformer.js +12 -0
- package/dist/config/decorators/transformers/priority.transformer.js.map +1 -0
- package/dist/config/index.d.ts +7 -0
- package/dist/config/index.js +24 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/serializers/activity/activity.serializer.d.ts +28 -0
- package/dist/config/serializers/activity/activity.serializer.js +288 -0
- package/dist/config/serializers/activity/activity.serializer.js.map +1 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.d.ts +18 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.js +64 -0
- package/dist/config/serializers/activity/assignees-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/index.d.ts +7 -0
- package/dist/config/serializers/activity/index.js +24 -0
- package/dist/config/serializers/activity/index.js.map +1 -0
- package/dist/config/serializers/activity/labels-activities.serializer.d.ts +11 -0
- package/dist/config/serializers/activity/labels-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/labels-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.d.ts +29 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.js +45 -0
- package/dist/config/serializers/activity/many-to-many-field-activity.helper.js.map +1 -0
- package/dist/config/serializers/activity/modules-activities.serializer.d.ts +11 -0
- package/dist/config/serializers/activity/modules-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/modules-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/parent-activities.serializer.d.ts +14 -0
- package/dist/config/serializers/activity/parent-activities.serializer.js +47 -0
- package/dist/config/serializers/activity/parent-activities.serializer.js.map +1 -0
- package/dist/config/serializers/activity/status-activities.serializer.d.ts +12 -0
- package/dist/config/serializers/activity/status-activities.serializer.js +30 -0
- package/dist/config/serializers/activity/status-activities.serializer.js.map +1 -0
- package/dist/config/serializers/analytics/analytics.serializer.d.ts +17 -0
- package/dist/config/serializers/analytics/analytics.serializer.js +395 -0
- package/dist/config/serializers/analytics/analytics.serializer.js.map +1 -0
- package/dist/config/serializers/analytics/index.d.ts +1 -0
- package/dist/config/serializers/analytics/index.js +18 -0
- package/dist/config/serializers/analytics/index.js.map +1 -0
- package/dist/config/serializers/auth/auth.serializer.d.ts +2 -0
- package/dist/config/serializers/auth/auth.serializer.js +11 -0
- package/dist/config/serializers/auth/auth.serializer.js.map +1 -0
- package/dist/config/serializers/auth/index.d.ts +1 -0
- package/dist/config/serializers/auth/index.js +18 -0
- package/dist/config/serializers/auth/index.js.map +1 -0
- package/dist/config/serializers/comments/comment.serializer.d.ts +25 -0
- package/dist/config/serializers/comments/comment.serializer.js +94 -0
- package/dist/config/serializers/comments/comment.serializer.js.map +1 -0
- package/dist/config/serializers/comments/index.d.ts +1 -0
- package/dist/config/serializers/comments/index.js +18 -0
- package/dist/config/serializers/comments/index.js.map +1 -0
- package/dist/config/serializers/cycles/cycle.serializer.d.ts +86 -0
- package/dist/config/serializers/cycles/cycle.serializer.js +480 -0
- package/dist/config/serializers/cycles/cycle.serializer.js.map +1 -0
- package/dist/config/serializers/cycles/index.d.ts +1 -0
- package/dist/config/serializers/cycles/index.js +18 -0
- package/dist/config/serializers/cycles/index.js.map +1 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.d.ts +22 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.js +66 -0
- package/dist/config/serializers/dashboard/dashboard.serializer.js.map +1 -0
- package/dist/config/serializers/dashboard/index.d.ts +1 -0
- package/dist/config/serializers/dashboard/index.js +18 -0
- package/dist/config/serializers/dashboard/index.js.map +1 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.d.ts +9 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.js +57 -0
- package/dist/config/serializers/employee-properties/employee-properties.serializer.js.map +1 -0
- package/dist/config/serializers/employee-properties/index.d.ts +1 -0
- package/dist/config/serializers/employee-properties/index.js +18 -0
- package/dist/config/serializers/employee-properties/index.js.map +1 -0
- package/dist/config/serializers/index.d.ts +24 -0
- package/dist/config/serializers/index.js +41 -0
- package/dist/config/serializers/index.js.map +1 -0
- package/dist/config/serializers/invitation/index.d.ts +1 -0
- package/dist/config/serializers/invitation/index.js +18 -0
- package/dist/config/serializers/invitation/index.js.map +1 -0
- package/dist/config/serializers/invitation/invitation.serializer.d.ts +52 -0
- package/dist/config/serializers/invitation/invitation.serializer.js +140 -0
- package/dist/config/serializers/invitation/invitation.serializer.js.map +1 -0
- package/dist/config/serializers/issue-link/index.d.ts +1 -0
- package/dist/config/serializers/issue-link/index.js +18 -0
- package/dist/config/serializers/issue-link/index.js.map +1 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.d.ts +28 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.js +89 -0
- package/dist/config/serializers/issue-link/issue-link.serializer.js.map +1 -0
- package/dist/config/serializers/mention/index.d.ts +1 -0
- package/dist/config/serializers/mention/index.js +18 -0
- package/dist/config/serializers/mention/index.js.map +1 -0
- package/dist/config/serializers/mention/mention.serializer.d.ts +2 -0
- package/dist/config/serializers/mention/mention.serializer.js +22 -0
- package/dist/config/serializers/mention/mention.serializer.js.map +1 -0
- package/dist/config/serializers/modules/index.d.ts +1 -0
- package/dist/config/serializers/modules/index.js +18 -0
- package/dist/config/serializers/modules/index.js.map +1 -0
- package/dist/config/serializers/modules/module.serializer.d.ts +49 -0
- package/dist/config/serializers/modules/module.serializer.js +215 -0
- package/dist/config/serializers/modules/module.serializer.js.map +1 -0
- package/dist/config/serializers/notification/index.d.ts +1 -0
- package/dist/config/serializers/notification/index.js +18 -0
- package/dist/config/serializers/notification/index.js.map +1 -0
- package/dist/config/serializers/notification/notification.serializer.d.ts +31 -0
- package/dist/config/serializers/notification/notification.serializer.js +135 -0
- package/dist/config/serializers/notification/notification.serializer.js.map +1 -0
- package/dist/config/serializers/pages/index.d.ts +1 -0
- package/dist/config/serializers/pages/index.js +18 -0
- package/dist/config/serializers/pages/index.js.map +1 -0
- package/dist/config/serializers/pages/page.serializer.d.ts +23 -0
- package/dist/config/serializers/pages/page.serializer.js +106 -0
- package/dist/config/serializers/pages/page.serializer.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/index.d.ts +2 -0
- package/dist/config/serializers/project-deploy-boards/index.js +19 -0
- package/dist/config/serializers/project-deploy-boards/index.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.d.ts +16 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.js +169 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.helper.js.map +1 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.d.ts +14 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.js +35 -0
- package/dist/config/serializers/project-deploy-boards/project-deploy-boards.serializer.js.map +1 -0
- package/dist/config/serializers/projects/index.d.ts +1 -0
- package/dist/config/serializers/projects/index.js +18 -0
- package/dist/config/serializers/projects/index.js.map +1 -0
- package/dist/config/serializers/projects/projects.serializer.d.ts +42 -0
- package/dist/config/serializers/projects/projects.serializer.js +216 -0
- package/dist/config/serializers/projects/projects.serializer.js.map +1 -0
- package/dist/config/serializers/query-params.serializers.d.ts +4 -0
- package/dist/config/serializers/query-params.serializers.js +10 -0
- package/dist/config/serializers/query-params.serializers.js.map +1 -0
- package/dist/config/serializers/reactions/index.d.ts +1 -0
- package/dist/config/serializers/reactions/index.js +18 -0
- package/dist/config/serializers/reactions/index.js.map +1 -0
- package/dist/config/serializers/reactions/reaction.serializer.d.ts +4 -0
- package/dist/config/serializers/reactions/reaction.serializer.js +62 -0
- package/dist/config/serializers/reactions/reaction.serializer.js.map +1 -0
- package/dist/config/serializers/recent-visits/index.d.ts +1 -0
- package/dist/config/serializers/recent-visits/index.js +18 -0
- package/dist/config/serializers/recent-visits/index.js.map +1 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.d.ts +32 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.js +109 -0
- package/dist/config/serializers/recent-visits/recent-visits.serializer.js.map +1 -0
- package/dist/config/serializers/subscription/index.d.ts +1 -0
- package/dist/config/serializers/subscription/index.js +18 -0
- package/dist/config/serializers/subscription/index.js.map +1 -0
- package/dist/config/serializers/subscription/subscription.serializer.d.ts +23 -0
- package/dist/config/serializers/subscription/subscription.serializer.js +68 -0
- package/dist/config/serializers/subscription/subscription.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/index.d.ts +5 -0
- package/dist/config/serializers/tasks/index.js +22 -0
- package/dist/config/serializers/tasks/index.js.map +1 -0
- package/dist/config/serializers/tasks/intake-issue/index.d.ts +1 -0
- package/dist/config/serializers/tasks/intake-issue/index.js +18 -0
- package/dist/config/serializers/tasks/intake-issue/index.js.map +1 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.d.ts +35 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.js +123 -0
- package/dist/config/serializers/tasks/intake-issue/intake-issue.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/issue-labels/index.d.ts +1 -0
- package/dist/config/serializers/tasks/issue-labels/index.js +18 -0
- package/dist/config/serializers/tasks/issue-labels/index.js.map +1 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.d.ts +6 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.js +31 -0
- package/dist/config/serializers/tasks/issue-labels/issue-labels.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/issue-relations/index.d.ts +1 -0
- package/dist/config/serializers/tasks/issue-relations/index.js +18 -0
- package/dist/config/serializers/tasks/issue-relations/index.js.map +1 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.d.ts +8 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.js +94 -0
- package/dist/config/serializers/tasks/issue-relations/issue-relations.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/statuses/index.d.ts +1 -0
- package/dist/config/serializers/tasks/statuses/index.js +18 -0
- package/dist/config/serializers/tasks/statuses/index.js.map +1 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.d.ts +12 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.js +100 -0
- package/dist/config/serializers/tasks/statuses/statuses.serializer.js.map +1 -0
- package/dist/config/serializers/tasks/tasks.serializer.d.ts +285 -0
- package/dist/config/serializers/tasks/tasks.serializer.js +1074 -0
- package/dist/config/serializers/tasks/tasks.serializer.js.map +1 -0
- package/dist/config/serializers/user/actor-details.helper.d.ts +10 -0
- package/dist/config/serializers/user/actor-details.helper.js +16 -0
- package/dist/config/serializers/user/actor-details.helper.js.map +1 -0
- package/dist/config/serializers/user/index.d.ts +2 -0
- package/dist/config/serializers/user/index.js +19 -0
- package/dist/config/serializers/user/index.js.map +1 -0
- package/dist/config/serializers/user/user.serializer.d.ts +140 -0
- package/dist/config/serializers/user/user.serializer.js +192 -0
- package/dist/config/serializers/user/user.serializer.js.map +1 -0
- package/dist/config/serializers/user-favorites/index.d.ts +1 -0
- package/dist/config/serializers/user-favorites/index.js +18 -0
- package/dist/config/serializers/user-favorites/index.js.map +1 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.d.ts +6 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.js +61 -0
- package/dist/config/serializers/user-favorites/user-favorite.serializer.js.map +1 -0
- package/dist/config/serializers/views/date-range.helper.d.ts +1 -0
- package/dist/config/serializers/views/date-range.helper.js +85 -0
- package/dist/config/serializers/views/date-range.helper.js.map +1 -0
- package/dist/config/serializers/views/index.d.ts +3 -0
- package/dist/config/serializers/views/index.js +20 -0
- package/dist/config/serializers/views/index.js.map +1 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.d.ts +14 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.js +27 -0
- package/dist/config/serializers/views/view-id-from-referer.helper.js.map +1 -0
- package/dist/config/serializers/views/view.serializer.d.ts +47 -0
- package/dist/config/serializers/views/view.serializer.js +187 -0
- package/dist/config/serializers/views/view.serializer.js.map +1 -0
- package/dist/config/serializers/workspace-organization/index.d.ts +2 -0
- package/dist/config/serializers/workspace-organization/index.js +19 -0
- package/dist/config/serializers/workspace-organization/index.js.map +1 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.d.ts +92 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.js +270 -0
- package/dist/config/serializers/workspace-organization/organization.serializer.js.map +1 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.d.ts +4 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.js +14 -0
- package/dist/config/serializers/workspace-organization/widgets-filter.helper.js.map +1 -0
- package/dist/config/time-zones.d.ts +8 -0
- package/dist/config/time-zones.js +722 -0
- package/dist/config/time-zones.js.map +1 -0
- package/dist/config/utils/index.d.ts +1 -0
- package/dist/config/utils/index.js +18 -0
- package/dist/config/utils/index.js.map +1 -0
- package/dist/config/utils/shared.utils.d.ts +95 -0
- package/dist/config/utils/shared.utils.js +256 -0
- package/dist/config/utils/shared.utils.js.map +1 -0
- package/dist/config/validators/custom-length.decorator.d.ts +28 -0
- package/dist/config/validators/custom-length.decorator.js +65 -0
- package/dist/config/validators/custom-length.decorator.js.map +1 -0
- package/dist/config/validators/index.d.ts +1 -0
- package/dist/config/validators/index.js +18 -0
- package/dist/config/validators/index.js.map +1 -0
- package/dist/dev.d.ts +1 -0
- package/dist/dev.js +10 -0
- package/dist/dev.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +50 -0
- package/dist/main.js.map +1 -0
- package/dist/modules/activity/activity.module.d.ts +2 -0
- package/dist/modules/activity/activity.module.js +22 -0
- package/dist/modules/activity/activity.module.js.map +1 -0
- package/dist/modules/activity/activity.service.d.ts +12 -0
- package/dist/modules/activity/activity.service.js +45 -0
- package/dist/modules/activity/activity.service.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.d.ts +30 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.js +128 -0
- package/dist/modules/advance-analytics/advance-analytics.controller.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.module.d.ts +15 -0
- package/dist/modules/advance-analytics/advance-analytics.module.js +56 -0
- package/dist/modules/advance-analytics/advance-analytics.module.js.map +1 -0
- package/dist/modules/advance-analytics/advance-analytics.service.d.ts +29 -0
- package/dist/modules/advance-analytics/advance-analytics.service.js +143 -0
- package/dist/modules/advance-analytics/advance-analytics.service.js.map +1 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.d.ts +26 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.js +93 -0
- package/dist/modules/advance-analytics/dto/advance-analytics-query.dto.js.map +1 -0
- package/dist/modules/advance-analytics/dto/index.d.ts +1 -0
- package/dist/modules/advance-analytics/dto/index.js +18 -0
- package/dist/modules/advance-analytics/dto/index.js.map +1 -0
- package/dist/modules/advance-analytics/index.d.ts +4 -0
- package/dist/modules/advance-analytics/index.js +21 -0
- package/dist/modules/advance-analytics/index.js.map +1 -0
- package/dist/modules/api-fetch/api-fetch.module.d.ts +2 -0
- package/dist/modules/api-fetch/api-fetch.module.js +24 -0
- package/dist/modules/api-fetch/api-fetch.module.js.map +1 -0
- package/dist/modules/api-fetch/api-fetch.service.d.ts +31 -0
- package/dist/modules/api-fetch/api-fetch.service.js +96 -0
- package/dist/modules/api-fetch/api-fetch.service.js.map +1 -0
- package/dist/modules/api-fetch/token.helper.d.ts +22 -0
- package/dist/modules/api-fetch/token.helper.js +58 -0
- package/dist/modules/api-fetch/token.helper.js.map +1 -0
- package/dist/modules/api-fetch/token.middleware.d.ts +8 -0
- package/dist/modules/api-fetch/token.middleware.js +38 -0
- package/dist/modules/api-fetch/token.middleware.js.map +1 -0
- package/dist/modules/app.module.d.ts +7 -0
- package/dist/modules/app.module.js +49 -0
- package/dist/modules/app.module.js.map +1 -0
- package/dist/modules/auth/auth.controller.d.ts +32 -0
- package/dist/modules/auth/auth.controller.js +278 -0
- package/dist/modules/auth/auth.controller.js.map +1 -0
- package/dist/modules/auth/auth.guard.d.ts +9 -0
- package/dist/modules/auth/auth.guard.js +52 -0
- package/dist/modules/auth/auth.guard.js.map +1 -0
- package/dist/modules/auth/auth.module.d.ts +2 -0
- package/dist/modules/auth/auth.module.js +30 -0
- package/dist/modules/auth/auth.module.js.map +1 -0
- package/dist/modules/auth/auth.service.d.ts +133 -0
- package/dist/modules/auth/auth.service.js +362 -0
- package/dist/modules/auth/auth.service.js.map +1 -0
- package/dist/modules/auth/dto/index.d.ts +1 -0
- package/dist/modules/auth/dto/index.js +18 -0
- package/dist/modules/auth/dto/index.js.map +1 -0
- package/dist/modules/auth/dto/two-factor-dto.d.ts +15 -0
- package/dist/modules/auth/dto/two-factor-dto.js +18 -0
- package/dist/modules/auth/dto/two-factor-dto.js.map +1 -0
- package/dist/modules/comments/comments.controller.d.ts +24 -0
- package/dist/modules/comments/comments.controller.js +72 -0
- package/dist/modules/comments/comments.controller.js.map +1 -0
- package/dist/modules/comments/comments.module.d.ts +2 -0
- package/dist/modules/comments/comments.module.js +26 -0
- package/dist/modules/comments/comments.module.js.map +1 -0
- package/dist/modules/comments/comments.service.d.ts +92 -0
- package/dist/modules/comments/comments.service.js +235 -0
- package/dist/modules/comments/comments.service.js.map +1 -0
- package/dist/modules/cycles/cycles.controller.d.ts +106 -0
- package/dist/modules/cycles/cycles.controller.js +270 -0
- package/dist/modules/cycles/cycles.controller.js.map +1 -0
- package/dist/modules/cycles/cycles.module.d.ts +2 -0
- package/dist/modules/cycles/cycles.module.js +31 -0
- package/dist/modules/cycles/cycles.module.js.map +1 -0
- package/dist/modules/cycles/cycles.service.d.ts +169 -0
- package/dist/modules/cycles/cycles.service.js +477 -0
- package/dist/modules/cycles/cycles.service.js.map +1 -0
- package/dist/modules/cycles/dto/create-cycle.dto.d.ts +6 -0
- package/dist/modules/cycles/dto/create-cycle.dto.js +9 -0
- package/dist/modules/cycles/dto/create-cycle.dto.js.map +1 -0
- package/dist/modules/cycles/dto/cycle.dto.d.ts +18 -0
- package/dist/modules/cycles/dto/cycle.dto.js +112 -0
- package/dist/modules/cycles/dto/cycle.dto.js.map +1 -0
- package/dist/modules/cycles/dto/index.d.ts +3 -0
- package/dist/modules/cycles/dto/index.js +20 -0
- package/dist/modules/cycles/dto/index.js.map +1 -0
- package/dist/modules/cycles/dto/update-cycle.dto.d.ts +6 -0
- package/dist/modules/cycles/dto/update-cycle.dto.js +9 -0
- package/dist/modules/cycles/dto/update-cycle.dto.js.map +1 -0
- package/dist/modules/dashboard/dashboard.controller.d.ts +16 -0
- package/dist/modules/dashboard/dashboard.controller.js +59 -0
- package/dist/modules/dashboard/dashboard.controller.js.map +1 -0
- package/dist/modules/dashboard/dashboard.module.d.ts +2 -0
- package/dist/modules/dashboard/dashboard.module.js +30 -0
- package/dist/modules/dashboard/dashboard.module.js.map +1 -0
- package/dist/modules/dashboard/dashboard.service.d.ts +33 -0
- package/dist/modules/dashboard/dashboard.service.js +97 -0
- package/dist/modules/dashboard/dashboard.service.js.map +1 -0
- package/dist/modules/dashboard/widget.service.d.ts +22 -0
- package/dist/modules/dashboard/widget.service.js +68 -0
- package/dist/modules/dashboard/widget.service.js.map +1 -0
- package/dist/modules/employee-properties/employee-properties.module.d.ts +2 -0
- package/dist/modules/employee-properties/employee-properties.module.js +21 -0
- package/dist/modules/employee-properties/employee-properties.module.js.map +1 -0
- package/dist/modules/employee-properties/employee-properties.service.d.ts +30 -0
- package/dist/modules/employee-properties/employee-properties.service.js +95 -0
- package/dist/modules/employee-properties/employee-properties.service.js.map +1 -0
- package/dist/modules/file-assets/file-assets.controller.d.ts +120 -0
- package/dist/modules/file-assets/file-assets.controller.js +192 -0
- package/dist/modules/file-assets/file-assets.controller.js.map +1 -0
- package/dist/modules/file-assets/file-assets.module.d.ts +2 -0
- package/dist/modules/file-assets/file-assets.module.js +23 -0
- package/dist/modules/file-assets/file-assets.module.js.map +1 -0
- package/dist/modules/file-assets/file-assets.service.d.ts +47 -0
- package/dist/modules/file-assets/file-assets.service.js +141 -0
- package/dist/modules/file-assets/file-assets.service.js.map +1 -0
- package/dist/modules/http.module.d.ts +2 -0
- package/dist/modules/http.module.js +22 -0
- package/dist/modules/http.module.js.map +1 -0
- package/dist/modules/instances/instances.controller.d.ts +73 -0
- package/dist/modules/instances/instances.controller.js +39 -0
- package/dist/modules/instances/instances.controller.js.map +1 -0
- package/dist/modules/instances/instances.module.d.ts +2 -0
- package/dist/modules/instances/instances.module.js +28 -0
- package/dist/modules/instances/instances.module.js.map +1 -0
- package/dist/modules/instances/instances.service.d.ts +68 -0
- package/dist/modules/instances/instances.service.js +88 -0
- package/dist/modules/instances/instances.service.js.map +1 -0
- package/dist/modules/invitation/dto/create-invitation.d.ts +8 -0
- package/dist/modules/invitation/dto/create-invitation.js +41 -0
- package/dist/modules/invitation/dto/create-invitation.js.map +1 -0
- package/dist/modules/invitation/dto/index.d.ts +1 -0
- package/dist/modules/invitation/dto/index.js +18 -0
- package/dist/modules/invitation/dto/index.js.map +1 -0
- package/dist/modules/invitation/invitation.controller.d.ts +53 -0
- package/dist/modules/invitation/invitation.controller.js +168 -0
- package/dist/modules/invitation/invitation.controller.js.map +1 -0
- package/dist/modules/invitation/invitation.module.d.ts +2 -0
- package/dist/modules/invitation/invitation.module.js +29 -0
- package/dist/modules/invitation/invitation.module.js.map +1 -0
- package/dist/modules/invitation/invitation.service.d.ts +67 -0
- package/dist/modules/invitation/invitation.service.js +193 -0
- package/dist/modules/invitation/invitation.service.js.map +1 -0
- package/dist/modules/issue-links/issue-links.module.d.ts +2 -0
- package/dist/modules/issue-links/issue-links.module.js +21 -0
- package/dist/modules/issue-links/issue-links.module.js.map +1 -0
- package/dist/modules/issue-links/issue-links.service.d.ts +47 -0
- package/dist/modules/issue-links/issue-links.service.js +143 -0
- package/dist/modules/issue-links/issue-links.service.js.map +1 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.d.ts +5 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.js +31 -0
- package/dist/modules/issue-relations/dto/create-issue-relation.dto.js.map +1 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.d.ts +7 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.js +25 -0
- package/dist/modules/issue-relations/dto/delete-issue-relation.dto.js.map +1 -0
- package/dist/modules/issue-relations/dto/index.d.ts +2 -0
- package/dist/modules/issue-relations/dto/index.js +19 -0
- package/dist/modules/issue-relations/dto/index.js.map +1 -0
- package/dist/modules/issue-relations/issue-relations.module.d.ts +2 -0
- package/dist/modules/issue-relations/issue-relations.module.js +23 -0
- package/dist/modules/issue-relations/issue-relations.module.js.map +1 -0
- package/dist/modules/issue-relations/issue-relations.service.d.ts +49 -0
- package/dist/modules/issue-relations/issue-relations.service.js +242 -0
- package/dist/modules/issue-relations/issue-relations.service.js.map +1 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.d.ts +2 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.js +23 -0
- package/dist/modules/issues/draft-issues/draft-issues.module.js.map +1 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.d.ts +34 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.js +94 -0
- package/dist/modules/issues/draft-issues/draft-issues.service.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.d.ts +4 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.js +24 -0
- package/dist/modules/issues/dto/create-issue-comment.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-link.dto.d.ts +5 -0
- package/dist/modules/issues/dto/create-issue-link.dto.js +30 -0
- package/dist/modules/issues/dto/create-issue-link.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.d.ts +4 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.js +24 -0
- package/dist/modules/issues/dto/create-issue-reaction.dto.js.map +1 -0
- package/dist/modules/issues/dto/create-issue.dto.d.ts +21 -0
- package/dist/modules/issues/dto/create-issue.dto.js +139 -0
- package/dist/modules/issues/dto/create-issue.dto.js.map +1 -0
- package/dist/modules/issues/dto/index.d.ts +5 -0
- package/dist/modules/issues/dto/index.js +22 -0
- package/dist/modules/issues/dto/index.js.map +1 -0
- package/dist/modules/issues/dto/update-issue.dto.d.ts +5 -0
- package/dist/modules/issues/dto/update-issue.dto.js +25 -0
- package/dist/modules/issues/dto/update-issue.dto.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.d.ts +31 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.js +102 -0
- package/dist/modules/issues/intake-issues/intake-issues.controller.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.d.ts +2 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.js +26 -0
- package/dist/modules/issues/intake-issues/intake-issues.module.js.map +1 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.d.ts +54 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.js +182 -0
- package/dist/modules/issues/intake-issues/intake-issues.service.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.d.ts +5 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.js +30 -0
- package/dist/modules/issues/issue-labels/dto/create-issue-label.dto.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/index.d.ts +2 -0
- package/dist/modules/issues/issue-labels/dto/index.js +19 -0
- package/dist/modules/issues/issue-labels/dto/index.js.map +1 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.d.ts +6 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.js +9 -0
- package/dist/modules/issues/issue-labels/dto/update-issue-label.dto.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.d.ts +38 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.js +108 -0
- package/dist/modules/issues/issue-labels/issue-labels.controller.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.d.ts +2 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.js +23 -0
- package/dist/modules/issues/issue-labels/issue-labels.module.js.map +1 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.d.ts +36 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.js +107 -0
- package/dist/modules/issues/issue-labels/issue-labels.service.js.map +1 -0
- package/dist/modules/issues/issues.controller.d.ts +200 -0
- package/dist/modules/issues/issues.controller.js +547 -0
- package/dist/modules/issues/issues.controller.js.map +1 -0
- package/dist/modules/issues/issues.module.d.ts +2 -0
- package/dist/modules/issues/issues.module.js +45 -0
- package/dist/modules/issues/issues.module.js.map +1 -0
- package/dist/modules/issues/issues.service.d.ts +327 -0
- package/dist/modules/issues/issues.service.js +1052 -0
- package/dist/modules/issues/issues.service.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.controller.d.ts +14 -0
- package/dist/modules/issues/search-issues/search-issues.controller.js +49 -0
- package/dist/modules/issues/search-issues/search-issues.controller.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.module.d.ts +2 -0
- package/dist/modules/issues/search-issues/search-issues.module.js +23 -0
- package/dist/modules/issues/search-issues/search-issues.module.js.map +1 -0
- package/dist/modules/issues/search-issues/search-issues.service.d.ts +13 -0
- package/dist/modules/issues/search-issues/search-issues.service.js +97 -0
- package/dist/modules/issues/search-issues/search-issues.service.js.map +1 -0
- package/dist/modules/logger/index.d.ts +2 -0
- package/dist/modules/logger/index.js +19 -0
- package/dist/modules/logger/index.js.map +1 -0
- package/dist/modules/logger/logger.module.d.ts +6 -0
- package/dist/modules/logger/logger.module.js +26 -0
- package/dist/modules/logger/logger.module.js.map +1 -0
- package/dist/modules/logger/logger.service.d.ts +59 -0
- package/dist/modules/logger/logger.service.js +99 -0
- package/dist/modules/logger/logger.service.js.map +1 -0
- package/dist/modules/mention/mention.module.d.ts +2 -0
- package/dist/modules/mention/mention.module.js +21 -0
- package/dist/modules/mention/mention.module.js.map +1 -0
- package/dist/modules/mention/mention.service.d.ts +6 -0
- package/dist/modules/mention/mention.service.js +38 -0
- package/dist/modules/mention/mention.service.js.map +1 -0
- package/dist/modules/notification/notification.module.d.ts +2 -0
- package/dist/modules/notification/notification.module.js +21 -0
- package/dist/modules/notification/notification.module.js.map +1 -0
- package/dist/modules/notification/notification.service.d.ts +37 -0
- package/dist/modules/notification/notification.service.js +113 -0
- package/dist/modules/notification/notification.service.js.map +1 -0
- package/dist/modules/pages/dto/create-page.dto.d.ts +14 -0
- package/dist/modules/pages/dto/create-page.dto.js +68 -0
- package/dist/modules/pages/dto/create-page.dto.js.map +1 -0
- package/dist/modules/pages/dto/index.d.ts +2 -0
- package/dist/modules/pages/dto/index.js +19 -0
- package/dist/modules/pages/dto/index.js.map +1 -0
- package/dist/modules/pages/dto/update-page.dto.d.ts +15 -0
- package/dist/modules/pages/dto/update-page.dto.js +71 -0
- package/dist/modules/pages/dto/update-page.dto.js.map +1 -0
- package/dist/modules/pages/pages.controller.d.ts +109 -0
- package/dist/modules/pages/pages.controller.js +387 -0
- package/dist/modules/pages/pages.controller.js.map +1 -0
- package/dist/modules/pages/pages.module.d.ts +2 -0
- package/dist/modules/pages/pages.module.js +23 -0
- package/dist/modules/pages/pages.module.js.map +1 -0
- package/dist/modules/pages/pages.service.d.ts +112 -0
- package/dist/modules/pages/pages.service.js +481 -0
- package/dist/modules/pages/pages.service.js.map +1 -0
- package/dist/modules/project/dto/create-project.dto.d.ts +15 -0
- package/dist/modules/project/dto/create-project.dto.js +93 -0
- package/dist/modules/project/dto/create-project.dto.js.map +1 -0
- package/dist/modules/project/dto/index.d.ts +2 -0
- package/dist/modules/project/dto/index.js +19 -0
- package/dist/modules/project/dto/index.js.map +1 -0
- package/dist/modules/project/dto/project-member.dto.d.ts +8 -0
- package/dist/modules/project/dto/project-member.dto.js +48 -0
- package/dist/modules/project/dto/project-member.dto.js.map +1 -0
- package/dist/modules/project/dto/update-project.dto.d.ts +6 -0
- package/dist/modules/project/dto/update-project.dto.js +9 -0
- package/dist/modules/project/dto/update-project.dto.js.map +1 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.d.ts +33 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.js +127 -0
- package/dist/modules/project/project-deploy-boards/project-deploy-boards.service.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.d.ts +12 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.js +48 -0
- package/dist/modules/project/project-identifiers/project-identifiers.controller.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.d.ts +2 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.js +29 -0
- package/dist/modules/project/project-identifiers/project-identifiers.module.js.map +1 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.d.ts +14 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.js +60 -0
- package/dist/modules/project/project-identifiers/project-identifiers.service.js.map +1 -0
- package/dist/modules/project/project.controller.d.ts +94 -0
- package/dist/modules/project/project.controller.js +338 -0
- package/dist/modules/project/project.controller.js.map +1 -0
- package/dist/modules/project/project.module.d.ts +2 -0
- package/dist/modules/project/project.module.js +87 -0
- package/dist/modules/project/project.module.js.map +1 -0
- package/dist/modules/project/project.service.d.ts +132 -0
- package/dist/modules/project/project.service.js +491 -0
- package/dist/modules/project/project.service.js.map +1 -0
- package/dist/modules/project-module/dto/create-module.dto.d.ts +12 -0
- package/dist/modules/project-module/dto/create-module.dto.js +76 -0
- package/dist/modules/project-module/dto/create-module.dto.js.map +1 -0
- package/dist/modules/project-module/dto/index.d.ts +2 -0
- package/dist/modules/project-module/dto/index.js +19 -0
- package/dist/modules/project-module/dto/index.js.map +1 -0
- package/dist/modules/project-module/dto/update-module.dto.d.ts +6 -0
- package/dist/modules/project-module/dto/update-module.dto.js +9 -0
- package/dist/modules/project-module/dto/update-module.dto.js.map +1 -0
- package/dist/modules/project-module/project-module.controller.d.ts +52 -0
- package/dist/modules/project-module/project-module.controller.js +167 -0
- package/dist/modules/project-module/project-module.controller.js.map +1 -0
- package/dist/modules/project-module/project-module.module.d.ts +2 -0
- package/dist/modules/project-module/project-module.module.js +26 -0
- package/dist/modules/project-module/project-module.module.js.map +1 -0
- package/dist/modules/project-module/project-module.service.d.ts +66 -0
- package/dist/modules/project-module/project-module.service.js +275 -0
- package/dist/modules/project-module/project-module.service.js.map +1 -0
- package/dist/modules/reactions/reactions.module.d.ts +2 -0
- package/dist/modules/reactions/reactions.module.js +21 -0
- package/dist/modules/reactions/reactions.module.js.map +1 -0
- package/dist/modules/reactions/reactions.service.d.ts +48 -0
- package/dist/modules/reactions/reactions.service.js +121 -0
- package/dist/modules/reactions/reactions.service.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.controller.d.ts +12 -0
- package/dist/modules/recent-visits/recent-visits.controller.js +50 -0
- package/dist/modules/recent-visits/recent-visits.controller.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.module.d.ts +2 -0
- package/dist/modules/recent-visits/recent-visits.module.js +23 -0
- package/dist/modules/recent-visits/recent-visits.module.js.map +1 -0
- package/dist/modules/recent-visits/recent-visits.service.d.ts +12 -0
- package/dist/modules/recent-visits/recent-visits.service.js +53 -0
- package/dist/modules/recent-visits/recent-visits.service.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.d.ts +47 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.js +38 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.controller.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.d.ts +2 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.js +23 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.module.js.map +1 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.d.ts +49 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.js +27 -0
- package/dist/modules/sidebar-preferences/sidebar-preferences.service.js.map +1 -0
- package/dist/modules/states/dto/create-state.dto.d.ts +7 -0
- package/dist/modules/states/dto/create-state.dto.js +42 -0
- package/dist/modules/states/dto/create-state.dto.js.map +1 -0
- package/dist/modules/states/dto/index.d.ts +1 -0
- package/dist/modules/states/dto/index.js +18 -0
- package/dist/modules/states/dto/index.js.map +1 -0
- package/dist/modules/states/states.controller.d.ts +27 -0
- package/dist/modules/states/states.controller.js +85 -0
- package/dist/modules/states/states.controller.js.map +1 -0
- package/dist/modules/states/states.module.d.ts +2 -0
- package/dist/modules/states/states.module.js +23 -0
- package/dist/modules/states/states.module.js.map +1 -0
- package/dist/modules/states/states.service.d.ts +33 -0
- package/dist/modules/states/states.service.js +99 -0
- package/dist/modules/states/states.service.js.map +1 -0
- package/dist/modules/subscription/subscription.module.d.ts +2 -0
- package/dist/modules/subscription/subscription.module.js +21 -0
- package/dist/modules/subscription/subscription.module.js.map +1 -0
- package/dist/modules/subscription/subscription.service.d.ts +32 -0
- package/dist/modules/subscription/subscription.service.js +98 -0
- package/dist/modules/subscription/subscription.service.js.map +1 -0
- package/dist/modules/timezones/timezones.controller.d.ts +10 -0
- package/dist/modules/timezones/timezones.controller.js +34 -0
- package/dist/modules/timezones/timezones.controller.js.map +1 -0
- package/dist/modules/timezones/timezones.module.d.ts +2 -0
- package/dist/modules/timezones/timezones.module.js +26 -0
- package/dist/modules/timezones/timezones.module.js.map +1 -0
- package/dist/modules/user/dto/check-exist-user.dto.d.ts +10 -0
- package/dist/modules/user/dto/check-exist-user.dto.js +13 -0
- package/dist/modules/user/dto/check-exist-user.dto.js.map +1 -0
- package/dist/modules/user/dto/include-teams.dto.d.ts +3 -0
- package/dist/modules/user/dto/include-teams.dto.js +24 -0
- package/dist/modules/user/dto/include-teams.dto.js.map +1 -0
- package/dist/modules/user/dto/index.d.ts +6 -0
- package/dist/modules/user/dto/index.js +23 -0
- package/dist/modules/user/dto/index.js.map +1 -0
- package/dist/modules/user/dto/user-code.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-code.dto.js +28 -0
- package/dist/modules/user/dto/user-code.dto.js.map +1 -0
- package/dist/modules/user/dto/user-email.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-email.dto.js +27 -0
- package/dist/modules/user/dto/user-email.dto.js.map +1 -0
- package/dist/modules/user/dto/user-password.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-password.dto.js +27 -0
- package/dist/modules/user/dto/user-password.dto.js.map +1 -0
- package/dist/modules/user/dto/user-token.dto.d.ts +7 -0
- package/dist/modules/user/dto/user-token.dto.js +27 -0
- package/dist/modules/user/dto/user-token.dto.js.map +1 -0
- package/dist/modules/user/user.controller.d.ts +79 -0
- package/dist/modules/user/user.controller.js +109 -0
- package/dist/modules/user/user.controller.js.map +1 -0
- package/dist/modules/user/user.module.d.ts +2 -0
- package/dist/modules/user/user.module.js +29 -0
- package/dist/modules/user/user.module.js.map +1 -0
- package/dist/modules/user/user.service.d.ts +118 -0
- package/dist/modules/user/user.service.js +182 -0
- package/dist/modules/user/user.service.js.map +1 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.d.ts +9 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.js +55 -0
- package/dist/modules/user-favorites/dto/create-favorite.dto.js.map +1 -0
- package/dist/modules/user-favorites/dto/index.d.ts +1 -0
- package/dist/modules/user-favorites/dto/index.js +18 -0
- package/dist/modules/user-favorites/dto/index.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.controller.d.ts +27 -0
- package/dist/modules/user-favorites/user-favorites.controller.js +82 -0
- package/dist/modules/user-favorites/user-favorites.controller.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.module.d.ts +2 -0
- package/dist/modules/user-favorites/user-favorites.module.js +38 -0
- package/dist/modules/user-favorites/user-favorites.module.js.map +1 -0
- package/dist/modules/user-favorites/user-favorites.service.d.ts +36 -0
- package/dist/modules/user-favorites/user-favorites.service.js +174 -0
- package/dist/modules/user-favorites/user-favorites.service.js.map +1 -0
- package/dist/modules/views/dto/create-issue-view.dto.d.ts +9 -0
- package/dist/modules/views/dto/create-issue-view.dto.js +54 -0
- package/dist/modules/views/dto/create-issue-view.dto.js.map +1 -0
- package/dist/modules/views/dto/index.d.ts +2 -0
- package/dist/modules/views/dto/index.js +19 -0
- package/dist/modules/views/dto/index.js.map +1 -0
- package/dist/modules/views/dto/update-issue-view.dto.d.ts +6 -0
- package/dist/modules/views/dto/update-issue-view.dto.js +9 -0
- package/dist/modules/views/dto/update-issue-view.dto.js.map +1 -0
- package/dist/modules/views/view.controller.d.ts +45 -0
- package/dist/modules/views/view.controller.js +128 -0
- package/dist/modules/views/view.controller.js.map +1 -0
- package/dist/modules/views/view.module.d.ts +2 -0
- package/dist/modules/views/view.module.js +23 -0
- package/dist/modules/views/view.module.js.map +1 -0
- package/dist/modules/views/view.service.d.ts +55 -0
- package/dist/modules/views/view.service.js +158 -0
- package/dist/modules/views/view.service.js.map +1 -0
- package/dist/modules/views/workspace-view.controller.d.ts +42 -0
- package/dist/modules/views/workspace-view.controller.js +120 -0
- package/dist/modules/views/workspace-view.controller.js.map +1 -0
- package/dist/modules/views/workspace-view.module.d.ts +2 -0
- package/dist/modules/views/workspace-view.module.js +28 -0
- package/dist/modules/views/workspace-view.module.js.map +1 -0
- package/dist/modules/work-items/work-items.controller.d.ts +6 -0
- package/dist/modules/work-items/work-items.controller.js +42 -0
- package/dist/modules/work-items/work-items.controller.js.map +1 -0
- package/dist/modules/work-items/work-items.module.d.ts +2 -0
- package/dist/modules/work-items/work-items.module.js +23 -0
- package/dist/modules/work-items/work-items.module.js.map +1 -0
- package/dist/modules/work-items/work-items.service.d.ts +11 -0
- package/dist/modules/work-items/work-items.service.js +45 -0
- package/dist/modules/work-items/work-items.service.js.map +1 -0
- package/dist/modules/workspace/dto/create-workspace.dto.d.ts +13 -0
- package/dist/modules/workspace/dto/create-workspace.dto.js +48 -0
- package/dist/modules/workspace/dto/create-workspace.dto.js.map +1 -0
- package/dist/modules/workspace/dto/index.d.ts +0 -0
- package/dist/modules/workspace/dto/index.js +2 -0
- package/dist/modules/workspace/dto/index.js.map +1 -0
- package/dist/modules/workspace/workspace-context.service.d.ts +13 -0
- package/dist/modules/workspace/workspace-context.service.js +35 -0
- package/dist/modules/workspace/workspace-context.service.js.map +1 -0
- package/dist/modules/workspace/workspace.controller.d.ts +292 -0
- package/dist/modules/workspace/workspace.controller.js +758 -0
- package/dist/modules/workspace/workspace.controller.js.map +1 -0
- package/dist/modules/workspace/workspace.middleware.d.ts +5 -0
- package/dist/modules/workspace/workspace.middleware.js +32 -0
- package/dist/modules/workspace/workspace.middleware.js.map +1 -0
- package/dist/modules/workspace/workspace.module.d.ts +2 -0
- package/dist/modules/workspace/workspace.module.js +49 -0
- package/dist/modules/workspace/workspace.module.js.map +1 -0
- package/dist/modules/workspace/workspace.service.d.ts +475 -0
- package/dist/modules/workspace/workspace.service.js +1266 -0
- package/dist/modules/workspace/workspace.service.js.map +1 -0
- package/dist/modules/workspace/workspaces.controller.d.ts +13 -0
- package/dist/modules/workspace/workspaces.controller.js +57 -0
- package/dist/modules/workspace/workspaces.controller.js.map +1 -0
- package/dist/modules/workspace/workspaces.module.d.ts +2 -0
- package/dist/modules/workspace/workspaces.module.js +29 -0
- package/dist/modules/workspace/workspaces.module.js.map +1 -0
- package/dist/modules/workspace/workspaces.service.d.ts +15 -0
- package/dist/modules/workspace/workspaces.service.js +52 -0
- package/dist/modules/workspace/workspaces.service.js.map +1 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.d.ts +6 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.js +37 -0
- package/dist/modules/workspace-slug/workspace-slug.controller.js.map +1 -0
- package/dist/modules/workspace-slug/workspace-slug.module.d.ts +2 -0
- package/dist/modules/workspace-slug/workspace-slug.module.js +26 -0
- package/dist/modules/workspace-slug/workspace-slug.module.js.map +1 -0
- package/dist/mount.d.ts +51 -0
- package/dist/mount.js +194 -0
- package/dist/mount.js.map +1 -0
- package/dist/plane-config.registry.d.ts +31 -0
- package/dist/plane-config.registry.js +91 -0
- package/dist/plane-config.registry.js.map +1 -0
- package/dist/plane-plugin-options.interface.d.ts +70 -0
- package/dist/plane-plugin-options.interface.js +5 -0
- package/dist/plane-plugin-options.interface.js.map +1 -0
- package/dist/plane-proxy.module.d.ts +16 -0
- package/dist/plane-proxy.module.js +176 -0
- package/dist/plane-proxy.module.js.map +1 -0
- package/package.json +109 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page.serializer.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/pages/page.serializer.ts"],"names":[],"mappings":"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"}
|
|
@@ -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("./project-deploy-boards.serializer"), exports);
|
|
18
|
+
__exportStar(require("./project-deploy-boards.helper"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/project-deploy-boards/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,iEAA+C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ID, IOrganizationProject, IProjectDeployBoardResponse, ISharedEntity, IShareRule } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
/**
|
|
3
|
+
* Transform the shared entity response to the Plane deploy board format
|
|
4
|
+
* @param sharedEntity - The shared entity from the API
|
|
5
|
+
* @param project - The project details
|
|
6
|
+
* @param workspaceSlug - The workspace slug
|
|
7
|
+
* @param workspaceName - The workspace name
|
|
8
|
+
* @param workspaceId - The workspace ID
|
|
9
|
+
* @returns The formatted project deploy board response
|
|
10
|
+
*/
|
|
11
|
+
export declare function transformSharedEntityToDeployBoardResponse(sharedEntity: ISharedEntity, project: IOrganizationProject, workspaceSlug: string, workspaceName: string, workspaceId: ID): IProjectDeployBoardResponse;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the share rules for a project deploy board.
|
|
14
|
+
* This specifies which fields and relations are publicly accessible when publishing a project.
|
|
15
|
+
*/
|
|
16
|
+
export declare const PROJECT_DEPLOY_BOARDS_SHARE_RULES: IShareRule;
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PROJECT_DEPLOY_BOARDS_SHARE_RULES = void 0;
|
|
4
|
+
exports.transformSharedEntityToDeployBoardResponse = transformSharedEntityToDeployBoardResponse;
|
|
5
|
+
/**
|
|
6
|
+
* Transform the shared entity response to the Plane deploy board format
|
|
7
|
+
* @param sharedEntity - The shared entity from the API
|
|
8
|
+
* @param project - The project details
|
|
9
|
+
* @param workspaceSlug - The workspace slug
|
|
10
|
+
* @param workspaceName - The workspace name
|
|
11
|
+
* @param workspaceId - The workspace ID
|
|
12
|
+
* @returns The formatted project deploy board response
|
|
13
|
+
*/
|
|
14
|
+
function transformSharedEntityToDeployBoardResponse(sharedEntity, project, workspaceSlug, workspaceName, workspaceId) {
|
|
15
|
+
var _a, _b, _c, _d, _e, _f;
|
|
16
|
+
const sharedOptions = sharedEntity.sharedOptions;
|
|
17
|
+
return {
|
|
18
|
+
id: sharedEntity.id,
|
|
19
|
+
deleted_at: null,
|
|
20
|
+
project_details: {
|
|
21
|
+
id: project.id,
|
|
22
|
+
identifier: project.code || '',
|
|
23
|
+
name: project.name || '',
|
|
24
|
+
cover_image: project.imageUrl,
|
|
25
|
+
cover_image_url: project.imageUrl,
|
|
26
|
+
logo_props: {
|
|
27
|
+
emoji: {
|
|
28
|
+
url: project.icon,
|
|
29
|
+
value: project.icon
|
|
30
|
+
},
|
|
31
|
+
in_use: project.icon ? 'emoji' : 'icon'
|
|
32
|
+
},
|
|
33
|
+
description: project.description
|
|
34
|
+
},
|
|
35
|
+
workspace_detail: {
|
|
36
|
+
id: workspaceId,
|
|
37
|
+
name: workspaceName,
|
|
38
|
+
slug: workspaceSlug,
|
|
39
|
+
logo_url: undefined
|
|
40
|
+
},
|
|
41
|
+
created_at: sharedEntity.createdAt,
|
|
42
|
+
updated_at: sharedEntity.updatedAt,
|
|
43
|
+
entity_identifier: sharedEntity.entityId,
|
|
44
|
+
entity_name: 'project',
|
|
45
|
+
anchor: sharedEntity.token,
|
|
46
|
+
is_comments_enabled: (_a = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.is_comments_enabled) !== null && _a !== void 0 ? _a : true,
|
|
47
|
+
is_reactions_enabled: (_b = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.is_reactions_enabled) !== null && _b !== void 0 ? _b : true,
|
|
48
|
+
is_votes_enabled: (_c = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.is_votes_enabled) !== null && _c !== void 0 ? _c : true,
|
|
49
|
+
is_activity_enabled: (_d = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.is_activity_enabled) !== null && _d !== void 0 ? _d : true,
|
|
50
|
+
is_disabled: (_e = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.is_disabled) !== null && _e !== void 0 ? _e : false,
|
|
51
|
+
view_props: (_f = sharedOptions === null || sharedOptions === void 0 ? void 0 : sharedOptions.view_props) !== null && _f !== void 0 ? _f : {
|
|
52
|
+
list: true,
|
|
53
|
+
kanban: true,
|
|
54
|
+
calendar: true,
|
|
55
|
+
gantt: true,
|
|
56
|
+
spreadsheet: true
|
|
57
|
+
},
|
|
58
|
+
created_by: sharedEntity.createdByUserId,
|
|
59
|
+
updated_by: sharedEntity.updatedByUserId,
|
|
60
|
+
workspace: workspaceId,
|
|
61
|
+
project: project.id,
|
|
62
|
+
intake: null
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Defines the share rules for a project deploy board.
|
|
67
|
+
* This specifies which fields and relations are publicly accessible when publishing a project.
|
|
68
|
+
*/
|
|
69
|
+
exports.PROJECT_DEPLOY_BOARDS_SHARE_RULES = {
|
|
70
|
+
fields: ['name'], // Only the project name is shared at the root level
|
|
71
|
+
relations: {
|
|
72
|
+
// Tasks with all their properties and sub-relations
|
|
73
|
+
tasks: {
|
|
74
|
+
fields: [
|
|
75
|
+
'title',
|
|
76
|
+
'number',
|
|
77
|
+
'prefix',
|
|
78
|
+
'description',
|
|
79
|
+
'status',
|
|
80
|
+
'priority',
|
|
81
|
+
'size',
|
|
82
|
+
'issueType',
|
|
83
|
+
'startDate',
|
|
84
|
+
'dueDate',
|
|
85
|
+
'resolvedAt',
|
|
86
|
+
'estimate',
|
|
87
|
+
'version'
|
|
88
|
+
],
|
|
89
|
+
relations: {
|
|
90
|
+
// Task status (state)
|
|
91
|
+
taskStatus: {
|
|
92
|
+
fields: [
|
|
93
|
+
'name',
|
|
94
|
+
'value',
|
|
95
|
+
'description',
|
|
96
|
+
'icon',
|
|
97
|
+
'color',
|
|
98
|
+
'order',
|
|
99
|
+
'isTodo',
|
|
100
|
+
'isInProgress',
|
|
101
|
+
'isDone'
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
// Task priority
|
|
105
|
+
taskPriority: {
|
|
106
|
+
fields: ['name', 'value', 'description', 'icon', 'color']
|
|
107
|
+
},
|
|
108
|
+
// Task size
|
|
109
|
+
taskSize: {
|
|
110
|
+
fields: ['name', 'value', 'description', 'icon', 'color']
|
|
111
|
+
},
|
|
112
|
+
// Task type
|
|
113
|
+
taskType: {
|
|
114
|
+
fields: ['name', 'value', 'description', 'icon', 'color']
|
|
115
|
+
},
|
|
116
|
+
// Assigned members
|
|
117
|
+
members: {
|
|
118
|
+
fields: ['id'],
|
|
119
|
+
relations: {
|
|
120
|
+
user: {
|
|
121
|
+
fields: [
|
|
122
|
+
'firstName',
|
|
123
|
+
'lastName',
|
|
124
|
+
'imageUrl',
|
|
125
|
+
'email'
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
// Linked issues (relations between tasks)
|
|
131
|
+
linkedIssues: {
|
|
132
|
+
fields: ['action', 'taskFromId', 'taskToId'],
|
|
133
|
+
relations: {
|
|
134
|
+
taskTo: {
|
|
135
|
+
fields: ['title', 'number', 'prefix', 'status']
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
// Modules
|
|
140
|
+
modules: {
|
|
141
|
+
fields: [
|
|
142
|
+
'name',
|
|
143
|
+
'description',
|
|
144
|
+
'status',
|
|
145
|
+
'startDate',
|
|
146
|
+
'endDate'
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
// Sprint
|
|
150
|
+
organizationSprint: {
|
|
151
|
+
fields: ['name', 'goal', 'startDate', 'endDate', 'status']
|
|
152
|
+
},
|
|
153
|
+
// Tags
|
|
154
|
+
tags: {
|
|
155
|
+
fields: ['name', 'color', 'icon', 'description']
|
|
156
|
+
},
|
|
157
|
+
// Sub-tasks (children)
|
|
158
|
+
children: {
|
|
159
|
+
fields: ['title', 'number', 'prefix', 'status', 'priority']
|
|
160
|
+
},
|
|
161
|
+
// Parent task
|
|
162
|
+
parent: {
|
|
163
|
+
fields: ['title', 'number', 'prefix']
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
};
|
|
169
|
+
//# sourceMappingURL=project-deploy-boards.helper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-deploy-boards.helper.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/project-deploy-boards/project-deploy-boards.helper.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ID, IProjectDeployBoardsCreateInput, ISharedEntityCreateInput } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
/**
|
|
3
|
+
* Get the query for getting shared projects
|
|
4
|
+
* @param projectId - The ID of the project
|
|
5
|
+
* @returns The query for getting shared projects
|
|
6
|
+
*/
|
|
7
|
+
export declare function getSharedProjectQuery(projectId: ID): Record<string, any>;
|
|
8
|
+
/**
|
|
9
|
+
* Transform the project deploy boards create input to the shared entity create input
|
|
10
|
+
* @param projectId - The ID of the project
|
|
11
|
+
* @param input - The project deploy boards create input
|
|
12
|
+
* @returns The shared entity create input
|
|
13
|
+
*/
|
|
14
|
+
export declare function projectDeployBoardsCreateInputTransformer(projectId: ID, input: IProjectDeployBoardsCreateInput): ISharedEntityCreateInput;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getSharedProjectQuery = getSharedProjectQuery;
|
|
4
|
+
exports.projectDeployBoardsCreateInputTransformer = projectDeployBoardsCreateInputTransformer;
|
|
5
|
+
const plugin_integration_plane_models_1 = require("@ever-gauzy/plugin-integration-plane-models");
|
|
6
|
+
const query_params_serializers_1 = require("../query-params.serializers");
|
|
7
|
+
const credentials_1 = require("../../credentials");
|
|
8
|
+
const project_deploy_boards_helper_1 = require("./project-deploy-boards.helper");
|
|
9
|
+
/**
|
|
10
|
+
* Get the query for getting shared projects
|
|
11
|
+
* @param projectId - The ID of the project
|
|
12
|
+
* @returns The query for getting shared projects
|
|
13
|
+
*/
|
|
14
|
+
function getSharedProjectQuery(projectId) {
|
|
15
|
+
const query = Object.assign({}, (0, query_params_serializers_1.baseGetItemsWhereQuery)());
|
|
16
|
+
query['where[entityId]'] = projectId;
|
|
17
|
+
query['where[entity]'] = plugin_integration_plane_models_1.BaseEntityEnum.OrganizationProject;
|
|
18
|
+
return query;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Transform the project deploy boards create input to the shared entity create input
|
|
22
|
+
* @param projectId - The ID of the project
|
|
23
|
+
* @param input - The project deploy boards create input
|
|
24
|
+
* @returns The shared entity create input
|
|
25
|
+
*/
|
|
26
|
+
function projectDeployBoardsCreateInputTransformer(projectId, input) {
|
|
27
|
+
return {
|
|
28
|
+
entity: plugin_integration_plane_models_1.BaseEntityEnum.OrganizationProject,
|
|
29
|
+
entityId: projectId,
|
|
30
|
+
shareRules: project_deploy_boards_helper_1.PROJECT_DEPLOY_BOARDS_SHARE_RULES,
|
|
31
|
+
sharedOptions: input,
|
|
32
|
+
organizationId: (0, credentials_1.getCurrentOrganizationSlug)()
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=project-deploy-boards.serializer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-deploy-boards.serializer.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/project-deploy-boards/project-deploy-boards.serializer.ts"],"names":[],"mappings":";;AAeA,sDASC;AAQD,8FAWC;AA3CD,iGAKqD;AACrD,0EAAqE;AACrE,mDAA+D;AAC/D,iFAAmF;AAEnF;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,SAAa;IAClD,MAAM,KAAK,qBACP,IAAA,iDAAsB,GAAE,CAC3B,CAAC;IAEF,KAAK,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC;IACrC,KAAK,CAAC,eAAe,CAAC,GAAG,gDAAc,CAAC,mBAAmB,CAAC;IAE5D,OAAO,KAAK,CAAC;AACd,CAAC;AAED;;;;;GAKG;AACH,SAAgB,yCAAyC,CACxD,SAAa,EACb,KAAsC;IAEtC,OAAO;QACN,MAAM,EAAE,gDAAc,CAAC,mBAAmB;QAC1C,QAAQ,EAAE,SAAS;QACnB,UAAU,EAAE,gEAAiC;QAC7C,aAAa,EAAE,KAAK;QACpB,cAAc,EAAE,IAAA,wCAA0B,GAAE;KAC5C,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './projects.serializer';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./projects.serializer"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/projects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ICreateProjectInput, ID, IOrganizationProject, IOrganizationProjectCreateInput, IProject, IProjectMember, IUpdateProjectInput } from '@ever-gauzy/plugin-integration-plane-models';
|
|
2
|
+
type MemberInput = IProjectMember | ID;
|
|
3
|
+
interface MemberId {
|
|
4
|
+
employeeId: ID;
|
|
5
|
+
}
|
|
6
|
+
export declare function extractMemberIds(members?: MemberInput[]): MemberId[];
|
|
7
|
+
export declare function getProjectsResponse(projects: IOrganizationProject[], favoriteIds?: ID[], memberReturnType?: 'ids' | 'objects'): Partial<IProject>[];
|
|
8
|
+
/**
|
|
9
|
+
* Transforms project creation or update input into the format required
|
|
10
|
+
* for creating an organization project.
|
|
11
|
+
*
|
|
12
|
+
* Extracts member and manager IDs, applies default values when necessary,
|
|
13
|
+
* and maps input fields to the expected project creation shape.
|
|
14
|
+
*
|
|
15
|
+
* @param {ICreateProjectInput | IUpdateProjectInput} input - The raw input for creating or updating a project.
|
|
16
|
+
* @returns {IOrganizationProjectCreateInput} - The transformed input suitable for project creation in the organization context.
|
|
17
|
+
*/
|
|
18
|
+
export declare function createProjectInputTransformer(input: ICreateProjectInput | IUpdateProjectInput): IOrganizationProjectCreateInput;
|
|
19
|
+
/**
|
|
20
|
+
* Transforms project members into an array of member IDs.
|
|
21
|
+
*
|
|
22
|
+
* @param {IProjectMember[] | ID[]} projectMembers - The project members to transform.
|
|
23
|
+
* @returns {ID[]} An array of member IDs.
|
|
24
|
+
*/
|
|
25
|
+
export declare function assignMembersToProjectTransformer(projectMembers: (IProjectMember | ID)[]): ID[];
|
|
26
|
+
/**
|
|
27
|
+
* An array of project relations.
|
|
28
|
+
*/
|
|
29
|
+
export declare const projectRelations: string[];
|
|
30
|
+
/**
|
|
31
|
+
* Helper function to build query object
|
|
32
|
+
*/
|
|
33
|
+
export declare const getProjectsQuery: (relations?: string[], options?: Partial<IOrganizationProject>) => Record<string, string>;
|
|
34
|
+
/**
|
|
35
|
+
* Helper function to build query object for finding employee projects
|
|
36
|
+
*/
|
|
37
|
+
export declare const findEmployeeProjectsQuery: (relations?: string[]) => Record<string, string>;
|
|
38
|
+
/**
|
|
39
|
+
* Get query with identifier for a project
|
|
40
|
+
*/
|
|
41
|
+
export declare const getProjectByIdentifiersQuery: (identifier: string) => Record<string, string>;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getProjectByIdentifiersQuery = exports.findEmployeeProjectsQuery = exports.getProjectsQuery = exports.projectRelations = void 0;
|
|
4
|
+
exports.extractMemberIds = extractMemberIds;
|
|
5
|
+
exports.getProjectsResponse = getProjectsResponse;
|
|
6
|
+
exports.createProjectInputTransformer = createProjectInputTransformer;
|
|
7
|
+
exports.assignMembersToProjectTransformer = assignMembersToProjectTransformer;
|
|
8
|
+
const query_params_serializers_1 = require("../query-params.serializers");
|
|
9
|
+
const credentials_1 = require("../../credentials");
|
|
10
|
+
const utils_1 = require("../../utils");
|
|
11
|
+
function extractMemberIds(members) {
|
|
12
|
+
if (!members || members.length === 0)
|
|
13
|
+
return [];
|
|
14
|
+
return members.map((member) => {
|
|
15
|
+
const employeeId = typeof member === 'string' ? member : member.member_id;
|
|
16
|
+
return { employeeId };
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
function getProjectsResponse(projects, favoriteIds, memberReturnType = 'ids') {
|
|
20
|
+
return (projects === null || projects === void 0 ? void 0 : projects.map((project) => {
|
|
21
|
+
var _a, _b, _c, _d, _e;
|
|
22
|
+
// Retrieve current member
|
|
23
|
+
const employeeId = (0, credentials_1.currentEmployeeId)();
|
|
24
|
+
const currentMember = ((_a = project === null || project === void 0 ? void 0 : project.members) !== null && _a !== void 0 ? _a : []).find((member) => member.employeeId === employeeId);
|
|
25
|
+
let members = [];
|
|
26
|
+
if (memberReturnType === 'objects') {
|
|
27
|
+
members = Array.isArray(project === null || project === void 0 ? void 0 : project.members)
|
|
28
|
+
? project.members.map((member) => ({
|
|
29
|
+
member__display_name: member.employee.fullName,
|
|
30
|
+
member__id: member.employeeId,
|
|
31
|
+
member__avatar_url: member.employee.user.imageUrl
|
|
32
|
+
}))
|
|
33
|
+
: [];
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
// Safely handle the presence of `project.members` by using a fallback to an empty array.
|
|
37
|
+
members = Array.isArray(project === null || project === void 0 ? void 0 : project.members)
|
|
38
|
+
? project.members.map((member) => member.employeeId)
|
|
39
|
+
: []; // If `project.members` is undefined, set `members` to an empty array
|
|
40
|
+
}
|
|
41
|
+
const isFavorite = favoriteIds === null || favoriteIds === void 0 ? void 0 : favoriteIds.includes(project.id);
|
|
42
|
+
// Ensure safe access to `project.members` to find the first manager
|
|
43
|
+
const manager = Array.isArray(project === null || project === void 0 ? void 0 : project.members)
|
|
44
|
+
? project.members.find((member) => member.isManager)
|
|
45
|
+
: null;
|
|
46
|
+
return {
|
|
47
|
+
id: project === null || project === void 0 ? void 0 : project.id,
|
|
48
|
+
is_favorite: isFavorite, // To be implemented after Auth,
|
|
49
|
+
total_members: members.length || (project === null || project === void 0 ? void 0 : project.membersCount),
|
|
50
|
+
total_cycles: ((_b = project === null || project === void 0 ? void 0 : project.organizationSprints) === null || _b === void 0 ? void 0 : _b.length) || 0,
|
|
51
|
+
total_issues: ((_c = project === null || project === void 0 ? void 0 : project.tasks) === null || _c === void 0 ? void 0 : _c.length) || 0,
|
|
52
|
+
total_modules: ((_d = project === null || project === void 0 ? void 0 : project.modules) === null || _d === void 0 ? void 0 : _d.length) || 0,
|
|
53
|
+
is_member: !!currentMember && members.includes(currentMember === null || currentMember === void 0 ? void 0 : currentMember.employeeId),
|
|
54
|
+
sort_order: 66373.5, // Research and know what it is exactly
|
|
55
|
+
member_role: members.includes(currentMember === null || currentMember === void 0 ? void 0 : currentMember.employeeId)
|
|
56
|
+
? (currentMember === null || currentMember === void 0 ? void 0 : currentMember.isManager)
|
|
57
|
+
? 20
|
|
58
|
+
: 15
|
|
59
|
+
: 0,
|
|
60
|
+
anchor: null, // Research and know what it is exactly
|
|
61
|
+
members,
|
|
62
|
+
state_id: null,
|
|
63
|
+
priority: null, // To add for external API
|
|
64
|
+
start_date: project === null || project === void 0 ? void 0 : project.startDate,
|
|
65
|
+
target_date: project === null || project === void 0 ? void 0 : project.endDate,
|
|
66
|
+
created_at: project === null || project === void 0 ? void 0 : project.createdAt,
|
|
67
|
+
updated_at: project === null || project === void 0 ? void 0 : project.updatedAt,
|
|
68
|
+
deleted_at: project === null || project === void 0 ? void 0 : project.deletedAt,
|
|
69
|
+
name: project === null || project === void 0 ? void 0 : project.name,
|
|
70
|
+
description: project === null || project === void 0 ? void 0 : project.description,
|
|
71
|
+
description_text: null, // To add for external API
|
|
72
|
+
description_html: null, // To add for external API
|
|
73
|
+
network: (project === null || project === void 0 ? void 0 : project.public) ? 2 : 0,
|
|
74
|
+
identifier: (project === null || project === void 0 ? void 0 : project.code) || ((_e = project === null || project === void 0 ? void 0 : project.name) === null || _e === void 0 ? void 0 : _e.slice(0, 4).toUpperCase()),
|
|
75
|
+
emoji: null, // To add for external API
|
|
76
|
+
icon_prop: null, // To add for external API
|
|
77
|
+
module_view: true, // To add for external API
|
|
78
|
+
cycle_view: true, // To add for external API
|
|
79
|
+
issue_views_view: true, // To add for external API
|
|
80
|
+
page_view: true, // To add for external API
|
|
81
|
+
inbox_view: true, // To add for external API
|
|
82
|
+
is_time_tracking_enabled: true, // To add for external API
|
|
83
|
+
is_issue_type_enabled: true, // To add for external API
|
|
84
|
+
cover_image: project === null || project === void 0 ? void 0 : project.imageUrl,
|
|
85
|
+
archive_in: project === null || project === void 0 ? void 0 : project.archiveTasksIn,
|
|
86
|
+
close_in: project === null || project === void 0 ? void 0 : project.closeTasksIn,
|
|
87
|
+
logo_props: {
|
|
88
|
+
emoji: {
|
|
89
|
+
value: '127891'
|
|
90
|
+
},
|
|
91
|
+
in_use: 'emoji'
|
|
92
|
+
},
|
|
93
|
+
archived_at: project === null || project === void 0 ? void 0 : project.archivedAt,
|
|
94
|
+
created_by: (0, credentials_1.currentEmployeeId)(), // To add for external API
|
|
95
|
+
updated_by: (0, credentials_1.currentEmployeeId)(), // To add for external API
|
|
96
|
+
workspace: project === null || project === void 0 ? void 0 : project.organizationId,
|
|
97
|
+
default_assignee: project === null || project === void 0 ? void 0 : project.defaultAssigneeId,
|
|
98
|
+
project_lead: manager ? manager.employeeId : null, // Use the first manager's ID if found, else null
|
|
99
|
+
estimate: null, // To add for external API
|
|
100
|
+
default_state: null // To add for external API
|
|
101
|
+
};
|
|
102
|
+
}));
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Transforms project creation or update input into the format required
|
|
106
|
+
* for creating an organization project.
|
|
107
|
+
*
|
|
108
|
+
* Extracts member and manager IDs, applies default values when necessary,
|
|
109
|
+
* and maps input fields to the expected project creation shape.
|
|
110
|
+
*
|
|
111
|
+
* @param {ICreateProjectInput | IUpdateProjectInput} input - The raw input for creating or updating a project.
|
|
112
|
+
* @returns {IOrganizationProjectCreateInput} - The transformed input suitable for project creation in the organization context.
|
|
113
|
+
*/
|
|
114
|
+
function createProjectInputTransformer(input) {
|
|
115
|
+
let memberIds = [];
|
|
116
|
+
let managerIds = [];
|
|
117
|
+
if (input.members) {
|
|
118
|
+
memberIds = extractMemberIds(input.members);
|
|
119
|
+
}
|
|
120
|
+
if (input.project_lead) {
|
|
121
|
+
managerIds = [input.project_lead];
|
|
122
|
+
}
|
|
123
|
+
const data = {
|
|
124
|
+
name: input.name,
|
|
125
|
+
code: input.identifier,
|
|
126
|
+
description: input.description,
|
|
127
|
+
startDate: input.start_date,
|
|
128
|
+
endDate: input.target_date,
|
|
129
|
+
imageUrl: input.cover_image,
|
|
130
|
+
public: input.network === 0 ? false : true,
|
|
131
|
+
defaultAssigneeId: input.default_assignee,
|
|
132
|
+
memberIds: (memberIds.length > 0 ? memberIds : [(0, credentials_1.currentEmployeeId)()]),
|
|
133
|
+
managerIds: (managerIds.length > 0 ? managerIds : [(0, credentials_1.currentEmployeeId)()]),
|
|
134
|
+
tenantId: (0, credentials_1.currentTenantId)(),
|
|
135
|
+
organizationId: (0, credentials_1.getCurrentOrganizationSlug)()
|
|
136
|
+
};
|
|
137
|
+
if ('archived_at' in input) {
|
|
138
|
+
if ((0, utils_1.isNotEmpty)(input.archived_at)) {
|
|
139
|
+
data.archivedAt = input.archived_at;
|
|
140
|
+
data.isArchived = true;
|
|
141
|
+
}
|
|
142
|
+
else {
|
|
143
|
+
data.archivedAt = undefined;
|
|
144
|
+
data.isArchived = false;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
return data;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Transforms project members into an array of member IDs.
|
|
151
|
+
*
|
|
152
|
+
* @param {IProjectMember[] | ID[]} projectMembers - The project members to transform.
|
|
153
|
+
* @returns {ID[]} An array of member IDs.
|
|
154
|
+
*/
|
|
155
|
+
function assignMembersToProjectTransformer(projectMembers) {
|
|
156
|
+
const memberIds = projectMembers.map((member) => typeof member === 'string' ? member : member.member_id);
|
|
157
|
+
return memberIds;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* An array of project relations.
|
|
161
|
+
*/
|
|
162
|
+
exports.projectRelations = [
|
|
163
|
+
'organization',
|
|
164
|
+
'members',
|
|
165
|
+
'members.employee.user.role',
|
|
166
|
+
'tasks.members',
|
|
167
|
+
'modules',
|
|
168
|
+
'tags',
|
|
169
|
+
'tenant',
|
|
170
|
+
'statuses',
|
|
171
|
+
'modules',
|
|
172
|
+
'organizationSprints'
|
|
173
|
+
];
|
|
174
|
+
/**
|
|
175
|
+
* Helper function to build query object
|
|
176
|
+
*/
|
|
177
|
+
const getProjectsQuery = (relations, options) => {
|
|
178
|
+
const baseQuery = Object.assign({}, (0, query_params_serializers_1.baseGetItemsWhereQuery)());
|
|
179
|
+
if (options === null || options === void 0 ? void 0 : options.code) {
|
|
180
|
+
baseQuery['where[code]'] = options.code;
|
|
181
|
+
}
|
|
182
|
+
// Add relations to the baseQuery
|
|
183
|
+
if (relations) {
|
|
184
|
+
relations.forEach((relation, i) => {
|
|
185
|
+
baseQuery[`relations[${i}]`] = relation;
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
else {
|
|
189
|
+
exports.projectRelations.forEach((relation, i) => {
|
|
190
|
+
baseQuery[`relations[${i}]`] = relation;
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
return baseQuery;
|
|
194
|
+
};
|
|
195
|
+
exports.getProjectsQuery = getProjectsQuery;
|
|
196
|
+
/**
|
|
197
|
+
* Helper function to build query object for finding employee projects
|
|
198
|
+
*/
|
|
199
|
+
const findEmployeeProjectsQuery = (relations) => {
|
|
200
|
+
const query = {
|
|
201
|
+
organizationId: (0, credentials_1.getCurrentOrganizationSlug)(),
|
|
202
|
+
tenantId: (0, credentials_1.currentTenantId)()
|
|
203
|
+
};
|
|
204
|
+
// Add relations to the baseQuery
|
|
205
|
+
relations.forEach((relation, i) => {
|
|
206
|
+
query[`relations[${i}]`] = relation;
|
|
207
|
+
});
|
|
208
|
+
return query;
|
|
209
|
+
};
|
|
210
|
+
exports.findEmployeeProjectsQuery = findEmployeeProjectsQuery;
|
|
211
|
+
/**
|
|
212
|
+
* Get query with identifier for a project
|
|
213
|
+
*/
|
|
214
|
+
const getProjectByIdentifiersQuery = (identifier) => (Object.assign(Object.assign({}, (0, exports.getProjectsQuery)()), { 'where[code]': identifier }));
|
|
215
|
+
exports.getProjectByIdentifiersQuery = getProjectByIdentifiersQuery;
|
|
216
|
+
//# sourceMappingURL=projects.serializer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects.serializer.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/projects/projects.serializer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.baseGetItemsWhereQuery = void 0;
|
|
4
|
+
const credentials_1 = require("../credentials");
|
|
5
|
+
const baseGetItemsWhereQuery = () => ({
|
|
6
|
+
'where[organizationId]': (0, credentials_1.getCurrentOrganizationSlug)(),
|
|
7
|
+
'where[tenantId]': (0, credentials_1.currentTenantId)()
|
|
8
|
+
});
|
|
9
|
+
exports.baseGetItemsWhereQuery = baseGetItemsWhereQuery;
|
|
10
|
+
//# sourceMappingURL=query-params.serializers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-params.serializers.js","sourceRoot":"","sources":["../../../../../../packages/plugin-plane/src/config/serializers/query-params.serializers.ts"],"names":[],"mappings":";;;AAAA,gDAA6E;AAEtE,MAAM,sBAAsB,GAAG,GAAG,EAAE,CAAC,CAAC;IAC5C,uBAAuB,EAAE,IAAA,wCAA0B,GAAE;IACrD,iBAAiB,EAAE,IAAA,6BAAe,GAAE;CACpC,CAAC,CAAC;AAHU,QAAA,sBAAsB,0BAGhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './reaction.serializer';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./reaction.serializer"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/plugin-plane/src/config/serializers/reactions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|